/* Preloader */
#preloader {
  background-color:#000;
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:99;
}

#status {
  background-image:url(../images/status.gif);
  background-position:center;
  background-repeat:no-repeat;
  height:500px;
  left:50%;
  margin:-250px 0 0 -250px;
  position:absolute;
  top:50%;
  width:500px;
}

@font-face {
  font-family: 'Avenir-Next-Regular';
  src: url("../fonts/Avenir-Next-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'novecento_wide_boldbold';
  src: url('../fonts/novecentowide-bold-webfont.eot');
  src: url('../fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/novecentowide-bold-webfont.woff') format('woff'),
       url('../fonts/novecentowide-bold-webfont.ttf') format('truetype'),
       url('../fonts/novecentowide-bold-webfont.svg#novecento_wide_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Novecentowide-Normal';
  src: url('../fonts/novecentowide-normal.eot');
  src: url('../fonts/novecentowide-normal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/novecentowide-normal.woff') format('woff'),
    url('../fonts/novecentowide-normal.ttf') format('truetype'),
    url('../fonts/novecentowide-normal.svg#novecentowide-normal') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Novecentowide-Light';
  src: url('../fonts/novecentowide-Light-webfont.eot');
  src: url('../fonts/novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/novecentowide-Light-webfont.woff') format('woff'),
    url('../fonts/novecentowide-Light-webfont.ttf') format('truetype'),
    url('../fonts/novecentowide-Light-webfont.svg#novecentowide-normal') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Novecentowide-Book';
  src: url('../fonts/novecentowide-Book-webfont.eot');
  src: url('../fonts/novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/novecentowide-Book-webfont.woff') format('woff'),
    url('../fonts/novecentowide-Book-webfont.ttf') format('truetype'),
    url('../fonts/novecentowide-Book-webfont.svg#novecentowide-normal') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
button,
input,
select,
textarea {
  color: rgb(255, 255, 255);
}

html, body {
    height: 100%;
}

body {
  -moz-background-size: contain;
  background-attachment: fixed;
  background-image:url(../images/bg.jpg);
  background-size: contain;
  background: rgb(0, 0, 0);
  font-size: 1em;
  height: 100%;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.mejs-overlay-loading {
  background: rgb(0,0,0)!important;
}

hr {
  border-top: 1px solid rgba(153, 114, 68, 0.2);
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

.divider {
  margin-bottom: 1em;
  margin-top: 1em;
  margin: auto;
  width: 62%;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

/* ==========================================================================
   Style
   ========================================================================== */

a:link,
a:visited {
  color: rgb(155, 155, 155);
  text-decoration: none;
}

.container {
  margin-left: 7%;
  margin-right: 7%;
  min-width: 1024px;
  padding-bottom: 80px;
  position: absolute;
}

@media only screen and (max-width: 1160px) {
  .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.wrapper {
  min-width: 1024px;
}

#logoContainer {
  left: 0;
  pointer-events: none;
  right: 0;
  top: 0;
}

/* Splash Video Settings */

.splash {
  max-height: 740px!important;
  min-width: 1024px;
  overflow-y: hidden;
  position: relative;
  top: 62px;
}

#splashVideo {
  background: rgb(0, 0, 0);
  height: auto!important;
  max-height: 745px!important;
  max-width: 100%!important;
  min-width: 1024px;
}

/* media-element plug in adjustments */

.mejs-container {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important;
}

.mejs-overlay,
.mejs-poster {
  height: auto !important;
  width: 100% !important;
}

.mejs-overlay-button,
.mejs-overlay-loading {
  margin: 200px 0 0 -38px !important;
}

.mejs-mediaelement {
  max-height: 750px!important;
}

.mejs-mediaelement video {
  height: 100% !important;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  vertical-align: bottom!important;
  width: 100% !important;
}

.mejs-controls {
  background: black!important;
  width: inherit;
}

.splash .mejs-overlay-button {
  display: none!important;
}


header {
  background: rgb(0, 0, 0);
  height: 62px;
  margin: 0 auto;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

header nav {
  margin: 0 auto;
  max-width: 1160px;
  min-width: 1024px;
  top: 20px;
  width: 100%;  position: relative;
}

header nav ul {
  position: absolute;
  top: 0;
}
header nav ul.firstRow { left: 0; }
header nav ul.secondRow { right: 0; }

header nav li {
  display: inline;
  padding: 0 44px 0 44px;
}

header nav li a:link {
  color: rgb(155, 155, 155);
  font-family: 'novecento_wide_boldbold';
  font-size: 12px;
  -webkit-transition: color .2s ease-in;
     -moz-transition: color .2s ease-in;
      -ms-transition: color .2s ease-in;
       -o-transition: color .2s ease-in;
          transition: color .2s ease-in;
}

header nav li a:hover {
  color: rgb(255, 255, 255)!important;
}

.selected {
  color: rgb(255, 255, 255)!important;
}

.circleLogo {
  background-color: rgb(0, 0, 0);
  background-image: url(../images/cvltLogo.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 190px;
  min-height:190px;
  pointer-events: visible;
  width: 190px;
  z-index: 999999 !important;
}

#homeLogo {
  bottom: 58px;
  margin: 0 auto;
  position: relative;
}

.content {
  background: rgba(0, 0, 0, 0.9);
  font-family: 'Avenir-Next-Regular', Verdana, Arial;
  font-size: 13px;
  height: 100%;
  padding-bottom: 180px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}

.sectionTitle {
  color: #fff;
  font-family: "source-sans-pro","source-code-pro", 'Avenir-Next-Regular', 'Novecentowide-Book', 'Novecentowide-Light', 'Novecentowide-Normal', 'novecento_wide_boldbold';
  font-size: 20px!important;
  font-weight: 300;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity .35s ease;
     -moz-transition: opacity .35s ease;
      -ms-transition: opacity .35s ease;
       -o-transition: opacity .35s ease;
          transition: opacity .35s ease;
}

.sectionTitle:hover {
  opacity: 1;
  text-shadow: 0 0 2px #fff,
               0 0 10px #323232,
               0 0 20px #323232;
}

#clients {
  text-align: center;
}

#clients ul {
  display: block;
  margin: 0 auto;
  width: 80%;
}

#clients li {
  display: inline-block;
  font-family:arial;
  font-weight: bold;
  height: 42px;
  opacity: 0.5;
  padding: 20px;
  vertical-align: center;
  width: 110px;
}

#clients li img {
  height: auto;
  margin: 0 auto;
  width: 110px;
}

img.smaller {
  width: 80px!important;
}
img.small {
  width: 48px!important;
}



#clients li:hover {
 opacity: 1;
}

.flash {
-webkit-animation-name:flash;
   -moz-animation-name:flash;
    -ms-animation-name:flash;
     -o-animation-name:flash;
        animation-name:flash;
-webkit-animation-duration:2s;
   -moz-animation-duration:2s;
    -ms-animation-duration:2s;
     -o-animation-duration:2s;
        animation-duration:2s;
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
-webkit-animation-direction:normal;
   -moz-animation-direction:normal;
    -ms-animation-direction:normal;
     -o-animation-direction:normal;
        animation-direction:normal;
-webkit-animation-timing-function:ease-in-out;
   -moz-animation-timing-function:ease-in-out;
    -ms-animation-timing-function:ease-in-out;
     -o-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes flash {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-ms-keyframes flash {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.videoAsset {
  display: none;
}

#paul {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

#paul video {
  height: auto!important;
}



/* Work Section */
#about {
  padding-top: 140px;
}

#about p {
  font-size: 14px!important;
  line-height: 45px;
}

#about p,
#studio p,
#contact address {
  font-size: 14px;
  margin: 0 auto;
  width: 62%;
}



/*services*/
#serve {
  height: 600px;
}

#serve .innerContainer {
  margin: 0 auto;
  position: relative;
  top: 20px;
  width: 62%;
}

.innerContainer .main {
  font-size: 14px;
  margin: 20px 0 20px 0;
  text-align: center;
}

#serve div.service {
  float: left;
  font-size: 14px;
  height: 240px;
  width: 46%;
}

#one.service,
#three.service {
  margin: 2% 4% 2% 0;
}

#two.service,
#four.service {
  margin: 2% 0 2% 4%;
}

#studio .royalSlider {
  background: rgb(0, 0, 0)!important;
  margin: 0 auto!important;
  padding: 20px 0 20px 0;
  width: 62%;
}

#studio .royalSlider h2 {
  background: black;
  font-size: 15px;
  left: 10px;
  padding: 10px;
  top: 10px;
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.rsDefault .rsBullets {
  z-index: 1!important;
}

#studio .royalSlider h2 {
  z-index: 200;
}

#studio a:hover, #contact a:hover {
  color: rgb(255, 255, 255);
}

.work-list {
  text-align: center;
}

.work-item {
  background: black;
  display: inline-block;
  height: 160px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 260px;
}

.work-item img {
  height: 160px;
  width: 260px;
}

.work-item figcaption {
  text-indent: -9999px;
}

figcaption p {
  font-family: 'Avenir-Next-Regular';
}


.work-item:hover figcaption {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: rgb(255, 255, 255);
  height: 0;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: height .3s ease;
     -moz-transition: height .3s ease;
      -ms-transition: height .3s ease;
       -o-transition: height .3s ease;
          transition: height .3s ease;
}

.work-item:hover figcaption p {
  font-size: 14px;
  padding: 2px 0 0 6px;
  text-align: left;
  width: 250px;
}

p.name {
  font-weight: bold;
}

.work-item:hover > figcaption {
  height: 64px;
}

.comingSoon {
  bottom: 33px;
  color: white;
  font-family: 'Novecentowide-Normal', 'novecento_wide_boldbold';
  position: relative;
  text-align: center;
}

/*contact*/
#contact {
  height: 400px;
  padding-bottom: 300px;
}

#contact address {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 40px;
}
#contact address p {
  margin-top: 10px;
}

#map_canvas {
  margin: 0 auto;
  position: relative;
  top: 20px;
  width: 62%!important;
}

footer {
  background: rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  bottom: 0;
  clear: both;
  font-family: 'Avenir-Next-Regular';
  height: 20px;
  min-width: 1024px;
  position: absolute;
  width: 100%;
  z-index: 20;
}

footer p {
  color: rgb(105, 105, 105);
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
