@import url('https://fonts.googleapis.com/css?family=Muli:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Caveat');
@import url('https://fonts.googleapis.com/css2?family=Splash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;900&display=swap');
 
 
@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
 
  
@import url('https://fonts.googleapis.com/css2?family=Protest+Revolution&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');


html {
  scroll-behavior: smooth;

}



.video-carousel .buttons {margin: 40px !important;}

#clients .secondary-button {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}


#clients .secondary-button:hover {
  background: #000 !important;
  color: #fff !important;
}


#before-and-after a img {
  width: 100%;
  height: auto;
  display: block;
}


span.dim {opacity: .4; font-style: normal !important; font-size: 80% !important;}


.fancy-script {font-family: 'Meow Script', cursive !important;}


/*VIDEO CAROUSEL */

#video-carousel {
    margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-carousel-container {
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

.video-carousel-player {
  margin-bottom: 20px;
}

#video-carousel-frame {
  width: 100%;
  min-height: 450px;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 0px 16px rgba(255, 255, 255, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.4);
/*  border: 3px solid rgba(255, 255, 255, .2);*/
}



@media (max-width: 767px) {
  #video-carousel-frame {min-height: 190px; min-width: 100%;}
}

@media (min-width: 1200px) {
  #video-carousel-frame {min-height: 675px; min-width: 1200px;}
}



.video-carousel {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.video-carousel-item {
  flex: 0 0 auto;
  width: 150px;
  cursor: pointer;
  transition: transform 0.3s ease, border 0.3s ease;
  border: 2px solid transparent;
  border-radius: 8px;
}

.video-carousel-item:hover {
  transform: scale(1.1);
  border-color: #fff;
}

.video-carousel-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-carousel-item.active {
  border-color: #0099ff;
}















.testimonials .name-signed {
    font-family: "Meow Script", serif;
    font-size: 210%;
    opacity: .7;
}


.jotform-style {
    vertical-align: text-top;
    background: rgb(16,93,154);
    background: -moz-radial-gradient(circle, rgba(16,93,154,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(16,93,154,1) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(16,93,154,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#105d9a",endColorstr="#000000",GradientType=1);
}



h5.subtitle {
  color: #0099ff;
  font-weight: 800 !important;
  font-size: 260% !important; 
  margin-bottom: 0px !important;
  line-height: 100% !important;
  stroke: 1px solid #000 !important;
  text-shadow: rgba(0,0,0,0.57) 0px 0px 10px !important;
  }
p.description {
  font-family: "Gabarito", serif;
  font-optical-sizing: auto;
  color: #fff; padding: 40px 20px 60px 20px; 
  font-weight: 200;
  line-height: 140%;
  letter-spacing: -.02em;
  background: transparent !important;
}


@media (max-width: 767px) {
  #filmmaker h1.intro.white-text.film {font-size: 300% !important;}
}


@media (max-width: 992px) {
  .hidden-sm {display: none !important;}
    .rate-sheet .header .overlay-layer {background: rgba(0,5,20,.9) !important;}
}




@media (min-width: 768px) and (max-width: 1000px) {
   .collapse { display: none !important;   }

  
}


#filmmaker .appear-on-scroll {
  opacity: 1 !important;
}


#filmmaker .navbar.navbar-fixed-top {
   border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#filmmaker .sticky-navigation {
  background: #000;

}

#filmmaker .nav>li>a.box { color: #fff;  font-size: 60%; margin: 10px 5px; padding: 5px 15px;}
#filmmaker .nav>li>a.box:hover { border: 1px solid #0099ff; color: #0099ff}
#filmmaker .nav>li>a.box { border: 1px solid rgba(255, 255, 255, .2);}



#center-video {
  background-color: #000;
  padding: 40px 20px;
}


.container-small {width: 90% !important; margin: 0 auto !important; text-align: center !important;}




.brief.dark-bg-bio .secondary-button i {margin: 0 5px 0 0px !important; font-size: 120%; display: inline-block; }



#to-top {
  display: none;
  opacity: .5;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #0099ff;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;

}

#to-top:hover {
  opacity: 1;
}



 h6.white-text {font-size: 200%;}


.button-small {padding: 20px 0;}



 .button-small a:hover {text-decoration: none;}

 .button-small a {
  text-transform: uppercase;
  padding: 5px 0 !important; 
  margin: 5px 20px 20px 0; 
  font-size: 90%;
  font-family: 'Kumbh Sans', sans-serif !important; 
  font-weight: 200;
  border-bottom: 1px solid !important;
  color: #fff;
  line-height: 40px !important;

}


#videos h2.video-title {
  text-align: center !important;
  font-size: 290% !important;
  letter-spacing: 2px;
  color: #fff !important;
  font-family: 'Gabarito', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 40px 0;
  line-height: 120%; 

}


#videos  hr {
  width: 100%; 
  opacity: 40%; 
  display: block;
  margin: 10px auto; 
  margin-bottom: 40px;
  border-top: 1px dashed #f1f1f1;

}


.portrait-signup h2.special-title {color: orange; padding: 30px 10px 0 10px; font-size: 170%; font-family: "Kumbh Sans"; font-weight: bold;}
.portrait-signup h3.special-title {color: orange; padding: 0px !important; margin: 0 !important; font-size: 120%; font-family: "Kumbh Sans"; font-weight: 100;}



.wedding-event .feedback p {font-size: 100%;   font-family: "Lekton", monospace;}

.wedding-event .btn.btn-primary {
  font-weight: bold;
}

.wedding-event .mfp-close {
  color: #0099ff !important;
}

.wedding-event .btn.btn-primary.btn-xs.standard-button {
  color: #fff;
  padding: 10px 20px;
}


.wedding-event .photogrid img {
  max-width: 100%;
  display: block;
}

.wedding-event .photogrid figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.wedding-event .photogrid figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.wedding-event .photogrid figure a {
  color: black;
  text-decoration: none;
}

.wedding-event .photogrid figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

.wedding-event .photogrid .container {
  column-count: 3;
  column-gap: 10px;
}


body.wedding-event h2.price {font-size: 230% !important;} 
body.wedding-event .package-title h3 {font-size: 130% !important;} 

body.wedding-event ul.package-list {margin-left: 10px;}
body.wedding-event ul.package-list li {line-height: 1.2em; font-size: 90%;}


body.wedding-event .grid:after {
  content: '';
  display: block;
  clear: both;
}

body.wedding-event .grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #00997B;
  border: 1px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
}

body.wedding-event .grid-item--width2 { width: 340px; }
body.wedding-event .grid-item--width3 { width: 520px; }
body.wedding-event .grid-item--width4 { width: 780px; }

body.wedding-event .grid-item--height2 { height: 200px; }
body.wedding-event .grid-item--height3 { height: 260px; }
body.wedding-event .grid-item--height4 { height: 360px; }




body.wedding-event .feature-list li {color: #fff; }



body.wedding-event .header .overlay-layer .darken {
 background: rgba(0, 0, 0, 0.3) !important;
}


body.wedding-event h1.wedding-title {
  margin: 0 !important; 
  padding: 0 !important; 
  font-weight:400 !important; 
  color: #fff; 
  font-size: 700%; 
font-family: 'Meow Script', cursive !important;
text-align: left;
filter: drop-shadow(5px 5px 10px #000);
/*text-transform: uppercase;*/
}


body.wedding-event h4.wedding-title {

  font-weight:200 !important; 
  color: #fff; 
  font-size: 200%; 
  font-weight: 500 !important;
font-family: 'Kumbh Sans', sans-serif;
text-align: left;
line-height: 1.2em;
filter: drop-shadow(5px 5px 5px #000);
/*text-transform: uppercase;*/
padding: 20px 0 40px 0;
}



body.wedding-event .footer {color: #444;}

body.wedding-event .btn.btn-xs.btn-primary {background-color: transparent !important; text-transform: uppercase; border: 1px solid #0099ff; color: #0099ff; padding: 5px 15px;}
body.wedding-event .btn.btn-xs.btn-primary:hover {background-color: #0099ff !important; color: #fff !important;}


body.wedding-event .btn.btn-primary.standard-button {background-color: transparent !important; border: 1px solid #fff;}
body.wedding-event .btn.btn-primary.standard-button:hover {background-color: #fff !important; color: #000 !important;border: 1px solid #fff !important;}

body.wedding-event .intro-section {margin: 100px 0 100px 0;}



  body.wedding-event .intro-section h1 {
    padding: 140px 20px 15px 20px !important; 
    font-size: 500% !important;
    text-align: center;
    margin: 0 auto;
  }

  .wedding-event .feature-list li {margin: 10px; font-size: 90% !important;}



  body.wedding-event .intro-section h4 {text-align: center; font-size: 150%; 
    font-weight: 100; padding: 0; max-width: 80%; margin: 0 auto;}
}

body.wedding-event {background: #000 !important; font-family: 'Quicksand', sans-serif !important;}

body.wedding-event h1.intro {
  font-family: 'Quicksand' !important; 
letter-spacing: -.02em !important; 
opacity: .8 !important;
text-shadow: 0 2px 0 rgba(0,0,0,.2);
font-weight: 100 !important; 
font-size: 300% !important;
padding-bottom: 0px;  }


body.wedding-event .overlay-layer {
    background: url('/img/wedding/wedding-photo4-by-leigh-chodos.jpg') center no-repeat !important;
    background-size: cover !important;
  }

 

.call-to-action a.btn-primary.secondary-button.dark:hover {color: #0099ff !important;}


.video-grid .video-wrap p {font-size: 110%; color: rgba(255, 255, 255, .8); margin: -30px auto 30px auto !important; padding:0 !important; 
  display:block; z-index: 100;
  text-transform: uppercase;


}
.video-grid .video-wrap:hover a {text-decoration:none !important; color:#fff; }

.sub-heading.button-note {
  margin: 0 auto -25px auto !important; 
  padding: 0 !important; 
  text-align: center; 
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 90% !important;
  color: #999;
}

#connect .secondary-button.dark {background: #000 !important;}
#connect .secondary-button.dark:hover {background: #fff !important; color: #000 !important;}

.gradient-23 {
background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.soft-white {background: url('/img/bg-soft.jpg') no-repeat;
    background-size: cover;}


.sub-heading a {font-weight: bold; text-decoration: underline; }

.titleBar a.btn.btn-primary:hover {background: #fff !important; color: #0099ff !important; }
.titleBar {text-align: right !important;}
.titleBar h5 a {font-weight: bold; color: #fff !important; text-decoration: underline;}

.sub-heading.narrow {width:70%; margin: 20px auto;}

.table.custom td {padding: 20px 20px 20px 20px;}
.table.custom th {padding: 20px 20px 20px 20px;}

 th.bg-gray,
 td.bg-gray {background-color: rgba(0, 0, 0, .025) !important;}

 h3.fancy span {font-size: 60%; opacity: .5;}

  h3.fancy {color:#0099ff !important; font-weight: bold; text-transform: uppercase; border-bottom: 1px dotted;}

.video-wrap a.popup-vimeo img {max-width: 100%;}

#awards {padding:  50px 10px;}
#awards img {text-align: center; margin: auto 10px;max-width: 200px;}


.portrait-banner .subtitle { margin: 120px 0;}
.portrait-banner .subtitle h1.big span {font-size: 125%;display: block; 
  font-family: 'Caveat', sans-serif !important;
  letter-spacing: -.08em;
  margin-top:  -5px;
  }

.portrait-banner .subtitle h1.big {font-size: 400% !important; 
 }
.portrait-banner {
  background: url('/img/banner-portraits2.jpg') no-repeat;
    background-size: cover;
}


.inner-shadow {
-webkit-box-shadow: inset 2px 4px 80px 14px #000000; 
box-shadow: inset 2px 4px 80px 14px #000000;
}


.portrait-banner2 .subtitle { margin: 120px 0;}
.portrait-banner2 .subtitle h1.big span {font-size: 125%;display: block; 
  font-family: 'Splash', sans-serif !important;
  letter-spacing: -.08em;
  margin-top:  -5px;
  }

.portrait-banner2 .subtitle h1.big {font-size: 400% !important; 
 }
.portrait-banner2 {
  background: url('/img/banner-portraits-business.jpg') no-repeat;
    background-size: cover;
}


a.underline {border-bottom: 2px solid;}
a.underline:hover {color: #fff; text-decoration: none;}


a.hover-dark:hover {
  background: #0099ff !important;
  color: #fff !important;
}

a.hover-glow:hover,
.intro-section .button.hover-glow a:hover {
-webkit-box-shadow:0px 0px 73px 14px rgba(255,255,255,0.43);
-moz-box-shadow: 0px 0px 73px 14px rgba(255,255,255,0.43);
box-shadow: 0px 0px 73px 14px rgba(255,255,255,0.43);
}


 h1.special-title {
/*  color: transparent;*/
color: #fff;
/*  font-family: "Meow Script", sans-serif !important;*/

/*  font-family: "Protest Revolution", sans-serif !important;*/
   font-family: "Vujahday Script", cursive !important;
  font-weight: 400 !important;
/*  text-transform: lowercase;*/
  font-size: 9em !important;
  letter-spacing: -.02em !important;

  font-weight: normal !important;
  line-height: 90%;
/*  font-size: 9em !important;*/
/*  letter-spacing: 0 !important;*/
/*  -webkit-text-stroke: 2px #fff;*/

}

.photo-grid img {margin:  0 0 30px 0;}
.photo-grid img:hover {border:  2px solid white;}
.photo-grid img {border:  2px solid rgba(0, 0, 0, .8);}
 



video { background: #000 !important;}

.clients {padding:  30px 10px;}

h1.special-font.intro {font-family: 'Londrina Outline', cursive !important; letter-spacing: .02em !important; text-transform: lowercase; color: rgba(255, 255, 255, .4);}

#compare a.fancy-text-link {font-size: 90%;}
a.fancy-text-link.popup-youtube i {text-decoration: none; padding-right: 10px; font-size: 120%; display: inline-block; color:  #0099ff;} 
a.fancy-text-link.popup-youtube {font-size: 100%; color:  #0099ff;} 
a.fancy-text-link.popup-youtube:hover { color:  #fff;} 

.intro-section .button a:hover {background: #0099ff !important; transition: 0.01s; color: #fff !important; border-color:  #0099ff !important;}


section#photos {
  z-index: 10000;
  padding-top: 20px;
-webkit-box-shadow:0px 0px 66px 21px rgba(0,0,0,.6);
-moz-box-shadow: 0px 0px 66px 21px rgba(0,0,0,.6);
box-shadow: 0px 0px 66px 21px rgba(0,0,0,.6);
}
 
.call-to-action .btn {background: #0099ff !important;margin: 0 0 10px 10px; padding: 20px !important; }
.call-to-action .bottom-button-style a:hover,
.call-to-action a:hover
 {background: #000 !important; color:  #fff !important;}





.color-wave-dark {
  background: linear-gradient(-80deg, #000, #111, #222, #000);
  animation: gradient 18s ease infinite;
  background-size: 400% 400%;
}


.color-wave {
  background: linear-gradient(-45deg, #ee7752, #0099ff, #23a6d5, #23d5ab);
  animation: gradient 8s ease infinite;
  background-size: 400% 400%;
}



.call-to-action {
  /*background: linear-gradient(-45deg, #ee7752, #0099ff, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;*/

background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);



}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



 

#photos.gallery-bg.collage-bg-1{ 
  animation: bgfade 15s infinite; 
  background-size:cover; background-position:center; background-color:#000 !important;
position:relative; } 

@keyframes bgfade { 0% 
{ background-image: url(/img/bg-slideshow/11.jpg); } 10% 
{ background-image: url(/img/bg-slideshow/11.jpg); } 20% 
{ background-image: url(/img/bg-slideshow/12.jpg); } 45% 
{ background-image: url(/img/bg-slideshow/21.jpg); } 65% 
{ background-image: url(/img/bg-slideshow/17.jpg); } 85% 
{ background-image: url(/img/bg-slideshow/18.jpg); } 100% 
{ background-image: url(/img/bg-slideshow/19.jpg); } }
 /****** add a background overlay *******/ 
#photos.gallery-bg.collage-bg-1:before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:black; opacity:0.3; }



#photos {
  -webkit-box-shadow: inset 0px 9px 200px 6px #000000; 
box-shadow: inset 0px 9px 200px 6px #000000;

} 

#jotform-box {background-color: #222; 
box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
}



#before-and-after {
  padding: 40px auto; text-align: center;
  color: #fff;
  -webkit-box-shadow:0px 0px 36px 11px rgba(0,0,0,0.61);
-moz-box-shadow: 0px 0px 36px 11px rgba(0,0,0,0.61);
box-shadow: 0px 0px 36px 11px rgba(0,0,0,0.61);
 
background: rgb(8,49,82);
background: -moz-radial-gradient(circle, rgba(8,49,82,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(8,49,82,1) 0%, rgba(0,0,0,1) 100%);
background: radial-gradient(circle, rgba(8,49,82,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083152",endColorstr="#000000",GradientType=1);

}




#before-and-after img {border: 3px solid #000; border-radius: 10px;}
#before-and-after img:hover {border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(255,255,255,0.34);
-moz-box-shadow: 0px 0px 54px 0px rgba(255,255,255,0.34);
box-shadow: 0px 0px 54px 0px rgba(255,255,255,0.34);}


body.home {background: #070b0e;}

#compare .sub-heading {max-width: 80%; margin: 30px auto; }

#compare {
  padding: 40px auto; text-align: center;

  -webkit-box-shadow:0px 0px 36px 11px rgba(0,0,0,0.61);
-moz-box-shadow: 0px 0px 36px 11px rgba(0,0,0,0.61);
box-shadow: 0px 0px 36px 11px rgba(0,0,0,0.61);
 
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #000000 0%, #45484d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 }


#compare .showcase-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  /*background-color: #000;*/
}
#compare .ex-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#compare .ex-preview {
  height: 674px;
  width: 100%;
  margin-bottom: 30px;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}







#photos p.light-text a {color: #fff !important; text-decoration: underline !important;}
#photos p.light-text a:hover {color: #0099ff !important; text-decoration: none !important;}


img.small-portrait {border-radius: 3px; margin: 0 10px 0 0; float: left; max-height: 50px;}
img.medium-portrait {border-radius: 3px !important; margin: 0 auto 20px auto; max-height:100px; }


.btn-primary {background: #0099ff !important; border-color: #0099ff; }
.rate-sheet .btn-primary {background: #0099ff !important; font-size: 130%; padding:  10px 30px !important; border: none !important;} 
.rate-sheet a button:hover {background: #333 !important; } 

.media-bg {background: #000 !important; border:  0 !important; margin:  0 auto; padding:  30px 20px;}

#rate-grid {padding-right: 20px !important; padding-left: 20px !important;line-height: 15px !important;}
#rate-grid .video-inset {max-width: 90%; text-align: left;}

.text-left {text-align: left !important;}
#questions-accordion .accordion-body {text-align: left;  background: #fff; font-size: 115%;}
#questions-accordion .accordion-button:not(.collapsed) {
	font-weight: bold !important; 
	background-color:  #0099ff;
	color:  #fff;
  font-size: 95%;
}
#questions-accordion .accordion-button {
  font-size: 95%;
  background: rgba(0, 0, 0, .05);
}

#questions-accordion .accordion-body img {float:right !important;  margin:  0 10px 10px 10px; display: block;}

#rate-grid h4.photo {
font-size: 130%;
font-weight: bold;
text-transform: uppercase;
padding:  20px;
color:  #fff;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}


#rate-grid h4.film {
font-size: 130%;
font-weight: bold;
text-transform: uppercase;
padding:  20px;
color:  #fff;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
	background: rgb(63,94,251);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}


#rate-grid h4.web {
font-size: 130%;
font-weight: bold;
text-transform: uppercase;
padding:  20px;
color:  #fff;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
	background: rgb(63,228,251);
background: radial-gradient(circle, rgba(63,228,251,1) 0%, rgba(79,70,252,1) 100%);
}



img.key-image {max-width: 300px; margin:  10px;}


img.overflow-show {overflow: visible;}


#rate-grid ul.inline li {font-weight: 600; font-size: 160% !important; color: #000;

}
#rate-grid ul.inline li:last-child:after {content: "";}
#rate-grid ul.inline li:after {
/*font-family: 'FontAwesome';*/
content: " • ";
padding:  0 10px;

}

#rate-grid ul.inline li {list-style: none; display: inline-block; font-size: 120%;}

#rate-grid h3 {text-align:  left !important; font-size: 100%; font-weight: bold;}

#rate-grid .top {opacity: .6; font-style: italic; line-height: 100%; padding-bottom: 5px;}

td.display-block {display: block;}


 .link-list i {margin-right:  10px;}
 .link-list {padding: 5px 20px 20px 20px;}
 .link-list a {display: block; text-align: left; line-height: 180%; color:  #333; text-decoration: underline !important; }
 

 

  



/*CHECKLIST */

.list-display { text-align: left !important;}
.list-display li {
  margin-bottom:.4rem;
  line-height: 120%;
  /*font-weight: 300;*/
  /*font-size:1.1rem;*/
}

.list-display-large li {
  margin-bottom:.4rem;
  line-height: 220%;
  /*font-weight: 300;*/
  font-size:1.2rem;
}

.list-checkmarks {
  padding-left:1rem;
}
.list-checkmarks li {
  list-style-type:none !important;
  padding-left:2.3rem;
  padding-bottom: 6px;
}
.list-checkmarks li:before {    
font-family: 'FontAwesome';
content: "\f00c";
margin:0 10px 0 -28px;
color: #0099ff;
}


.list-arrows {
  padding-left:1rem;
}
.list-arrows li {
  list-style-type:none;
  padding-left:2rem;
}
.list-arrows li:before {    
font-family: 'FontAwesome';
content: "\f054";
margin:0 10px 0 -28px;
color: #0099ff;
}

 

 .list-arrows2 {
  padding-left:1rem;
}
.list-arrows2 li {
  list-style-type:none;
  padding-left:2rem;
}
.list-arrows2 li:before {    
font-family: 'FontAwesome';
content: "\f061";
margin:0 10px 0 -28px;
color: #0099ff;
}

 

/*.rate-table th.row-head span {
  display: block;
  padding-left:2rem;
}
.rate-table th.row-head span:before {    
font-family: 'FontAwesome';
content: "\f105";
margin:0 10px 0 -28px;
color: #0099ff;
}
*/



.box-shadow { box-shadow: 0 .55rem 1.75rem rgba(0, 0, 0, .1); }

.white-bg-plain {background: #fff !important;}


.progress .progress {min-height: 100px !important;}
.progress .progress-bar {background-color: #4DB8FF !important; font-size: 130% !important; }
.progress .progress-bar.bg-success {background-color: #265C80 !important; font-size: 200%; }
.progress .progress-bar.bg-info {background-color: #004D80 !important; font-size: 200%; }


.rate-cards .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.rate-cards .card {background-color: rgba(0, 0, 0, .05); border-radius: 5px !important; border: none !important;  }
.rate-cards h2 {font-weight: bold !important; padding-top: 30px !important; font-size:  300%;
font-family: 'Fredericka the Great', cursive;
	}
.rate-cards .card-body {padding:  0 20px 30px 20px;}



.rate-table .sub-head {font-weight: 400; font-size: 90%; text-transform: uppercase;}

.rate-table td {line-height: 120%;}
.rate-table th.row-head {

}



/*
.rate-table th.row-head.border1 {border-right:  8px solid blue;}
.rate-table th.row-head.border2 {border-right:  8px solid red;}
.rate-table th.row-head.border3 {border-right:  8px solid purple;}
*/



/*.rate-table th span {color:#666; text-transform: uppercase; font-weight: 400; font-size: 100%;}*/
.rate-table th.white {color:  #fff;}
.rate-table small {color:  #e1e1e1 !important;}
.rate-table .gray {background-color:  rgba(0, 0, 0, .05);}

.rate-table .color1 {background: rgba(0, 0, 0, .05);}
.rate-table .color2 {background: rgba(0, 0, 0, .1);}


.contact-hero.dark h1,
.contact-hero.dark p,
.contact-hero.dark p a {color: #000 !important;}

.buttons {padding: 30px}

.colorwave2 {
  background-image: linear-gradient( 178.1deg,  rgba(60,55,106,1) 8.5%, rgba(23,20,69,1) 82.4% );
-webkit-box-shadow: inset 0px -152px 136px -91px rgba(0,0,0,1);
-moz-box-shadow: inset 0px -152px 136px -91px rgba(0,0,0,1);
box-shadow: inset 0px -152px 136px -91px rgba(0,0,0,1);
}
.contact-hero .subtitle {margin: 40px 0;}


.gray-bg-2 {background: rgba(0,0,0,.7) !important;} 
.gray-bg-3 {background: rgba(255,255,255,.9) !important;} 


.single-pricing.schedule-box:hover {background: rgba(0,0,0,.05);}
.single-pricing.schedule-box {background: #fff;}


.btn-thin {border: 1px solid #eee; border-radius: 3px; color: #666; text-transform: uppercase; font-size: 80%; padding: 5px 20px; background: rgba(0,0,0,.05);}
.btn-thin:hover {background: #0099ff; color: #fff;}


.video-wrap.video-frame {
  border:  2px solid black;
  background: #000;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 54px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 54px 0px rgba(0,0,0,0.34);
}
.video-wrap.video-frame .play-btn {      
  left: 46%;
  top: 50%;  
    }

.video-wrap.video-frame .play-btn i { opacity: .8; color: #fff;}
.video-wrap.video-frame:hover .play-btn i {opacity: 1; color: #0099ff;}
 
    /* SVG play button container */
    .video-wrap .play-btn {
      position: absolute;
      max-width: 500px;
      width: 50px;
      height: 50px;
      left: 51%;
      top: 49%; 
      transform: translate(-50%, -50%);
    }

/* removed an extra curly closing bracket here on 8.31.22 */



.filmmaker .video-wrap .play-btn i {font-size: 100%; opacity: .3;}
.filmmaker .video-wrap:hover .play-btn i {opacity: 1;}


    .video-wrap .play-btn i {
      font-size: 500% !important; 
      color: #0099ff; 
      opacity: .7; 
      text-shadow: 0px 2px 2px rgba(0,0,0,0.9);}

   .video-wrap:hover .play-btn i,
    .video-wrap:focus .play-btn i {opacity: 1; transition: all .5s ease;}



    .video-wrap .play-btn svg {
      fill: rgba(255,255,255,.5);
    }
    


    .video-wrap img {opacity: 1;border-color: #fff;}

     .video-wrap:hover img,
    .video-wrap:focus img {
        border-color: #fff;
        /* opacity: .4;*/
       /*transition: all 1s ease;*/
      }

    .video-wrap:hover img .play-btn svg,
    .video-wrap:hover .play-btn svg,
    .video-wrap:focus .play-btn svg {
      cursor: pointer;
      fill: #fff;
       transition: all .5s ease;
      /*opacity: .1;*/
    }



@media screen and (max-width: 767px) {

  .list-display-large li { font-size:1.8rem; line-height: 110%; padding-bottom: 20px;}
      
      .intro-section .button a {margin: 20px 0 !important;}

      .sub-heading.narrow {width:90%; margin: 20px auto;}

       h2.intro {font-size: 200% !important;font-weight: bold !important;}

       h3.fancy {margin-left: 20px; font-size: 150%;}
       a.btn {margin: 0px 20px 20px 20px !important; display: block;}
       .brief p.text-left {padding-bottom: 40px !important;}

      .video-wrap img {opacity: 1;}
      .video-wrap:hover img,
      .video-wrap:focus img {opacity: 1; /*transition: all 1s ease;*/}

      }
    }


    
    /* adjust your icon size, add different breakpoints as needed */
    @media screen and (max-width: 600px) {
      .video-wrap .play-btn {
        width: 40px;
        height: 40px;
      }
    }



   .hire .subtitle p  { font-size: 115%; color: #fff; padding: 5px 15px;line-height: 160%; }
   .hire .subtitle p a  { color: #fff;  text-decoration: underline;}
   .hire .subtitle p a:hover  {text-decoration: none;}

 
            #photos h3 {font-weight: 600 !important; line-height: 120%; }
            #photos .subtitle p  {text-transform: uppercase; font-size: 90%; color: #0099ff; }
            #photos .subtitle p.soon  {text-transform: uppercase; font-size: 90%; color:rgba(0,0,0,.4); }



.button-special {background: #0099ff; color: #fff;}

section.black {background: #000;}

.big-video {padding: 70px 40px 40px 40px;}

.zoom {background: #fafafa !important; padding-bottom: 30px;}
.zoom em {color: rgba(0,0,0,.3);}


img.loading-gif {margin: 30px auto 0 auto; max-width: 150px;}


h6.video {margin: -10px 0 20px 0; font-size: 90%; padding: 0; color:rgba(255,255,255,.7) !important;}

em.fancy {font-style: normal; 

text-shadow: #000 0px 0px 5px, #0099ff 0px 0px 10px, #0099ff 0px 0px 15px, #0099ff 0px 0px 20px, #0099ff 0px 0px 75px, 2px 2px 2px rgba(0,153,255,0);
}



.gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

.description p {max-width: 70%; margin: 20px auto;}
.description {display: block; padding:  50px 40px; background-color: #000; text-align: center; font-size: 150%; color: #fff; }


@media (max-width: 767px) { 

.description p {max-width: 90%; margin: 20px auto; padding-top: 20px !important; line-height: 100% !important;}
.description {padding:  10px; }

.description.bottom {padding:  20px 10px !important; }

}




.gradient-2 {
	background: #dfeef8;
	background-image: linear-gradient(to bottom, #dfeef8, #e0eaf3, #e0e5ee, #e0e2e8, #dedee2, #dbdbe3, #d8d9e3, #d4d6e4, #cbd4ec, #bed4f3, #add4fa, #97d5ff);
	
/*	background: url('/img/bg-waves.jpg') no-repeat;
    background-size: cover;*/
}


.gradient-3 {

  background: #222 url('/img/foam.jpg') no-repeat;
  background-size: cover;
  box-shadow: -1px 28px 51px -9px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -1px 28px 51px -9px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -1px 28px 51px -9px rgba(0,0,0,0.75) inset;
}



    #vbackground {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url('/video/hero2-cover.jpg') no-repeat;
    background-size: cover;*/
    background:  #000;
}



button.close { margin: 10px 0px 0 0;}
button.close i {float: right; color: #0099ff; font-size: 150%; opacity: 1 !important;}

.modal .modal-content .table th,
.modal .modal-content .table td {text-align: center !important;}
.modal .modal-content .table td.small {}

.vol-pricing p {color: rgba(0,0,0,.2) !important;}
.vol-pricing p.fineprint i {font-size: 150%; margin: 0 auto; min-width: 20px; text-align: center;}
.vol-pricing p.fineprint {font-size: 85%; font-style: italic;  margin: 0 !important; padding:0 !important; line-height: 130%;}

p.fineprint {font-size: 85%; font-style: italic;  margin: 0 !important; padding:0 !important; color: rgba(255, 255, 255, .8) !important;}
p.fineprint a {color: rgba(255, 255, 255, .8); text-decoration: underline;}



.label-danger{background-color:#0099ff}
.label-warning{background-color:#007ACC}
.label-success{background-color:#4DB8FF}
.label-default{background-color:#004D80}




body.licensing .contact-info { 
	padding-bottom: 30px !important;
}


@media (max-width: 767px) {


#compare.compare {
  background: linear-gradient(-45deg, #4F4D8C, #5F5DA6, #2E4159, #262626);
  animation: gradient 8s ease infinite;
  background-size: 400% 400%;
}

h1.special-font.intro {font-size: 600% !important; }

#photos .section-header {text-align: center;}
#photos p.text-left {text-align: center !important;}

#compare a.btn {margin-bottom: 40px;}

.gallery-bg {
  background: linear-gradient(-45deg, #00010D, #011C40, #024059, #00010D);
}


button.block-on-mobile {display: block !important;}

.accordion .accordion-button {font-size: 120% !important;}
.accordion .accordion-body {font-size: 120% !important; line-height: 170%; padding:  20px;}



 .list-checkmarks li {margin-left: 10px; line-height: 140%;}


    p.white-text a {color: #fff !important; text-decoration: underline;}

    a.btn-footer,
	a.btn-footer:visited,
	a.btn-footer:active {
		padding: 10px 20px;
		margin: 20px 50px;
		font-weight: 600;
		/*font-size: 120%;*/
		font-family: 'Roboto Slab' !important; 
		text-transform: uppercase;
		color: rgba(255,255,255,.3) !important; 
		border-color: rgba(255,255,255,.1);
	background-color: rgba(255,255,255,.02) !important;}

}



 
.footer.light-bg {background: #fff;} 



body.hire .contact-info h1 {font-size: 240% !important; color: #fff; margin: 0; line-height: 110%; padding: 30px 10px;}


body.hire .contact-info {
	padding-top: 20px;
	padding-bottom: 30px;
}


#hire .intro-section {
	margin-top: 10px;
	padding: 0;
	max-height: 70px !important;
}


#hire h1.intro {
 
font-size: 500% !important;
padding-bottom: 20px; 
/*display: block;*/
 }

@media (max-width: 767px) {


.hidden-xs {display: none !important;}

h2.dark-text,
h2.light-text,
h2.white-text {font-size: 250%; line-height: 110%;}

    #hire h1.intro {
        font-size: 300% !important;
    }
    body.hire .contact-info {
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 30px;
}

}




 section#get-a-license {
 	background: #fff;
 }



ul.package-list {margin-left: 50px;}
ul.package-list li {margin: 0;}

ul.package-list li.not-included:before, 
.pricing.licensing li.not-included:before {
  content: '\f00d' !important;
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.3em;
  color: rgba(0, 0, 0, .2);
  font-size: 140%;
}




.pricing.licensing .single-pricing:hover {
	/*background:  rgba(0,0,0,.2);*/
	-webkit-transition: all ease 0.75s;
	transition: all ease 0.75s;
	-webkit-box-shadow: inset 0px 0px 37px 13px rgba(217,217,217,.4);
-moz-box-shadow: inset 0px 0px 37px 13px rgba(217,217,217,.4);
box-shadow: inset 0px 0px 37px 13px rgba(217,217,217,.4);
}
 
.pricing.licensing .payments-by {border: none;}
.pricing.licensing .payments-by span {display: block; text-transform: uppercase; margin: 20px 0; }



.pricing.licensing .small-text em {font-weight: bold; color: rgba(0,0,0,.6); font-style: normal;}

.pricing.licensing .small-text {line-height: 1.1em; color: rgba(0,0,0,.4); font-family: 'Muli';}


.pricing.licensing .color-bg {background: rgba(0,0,0,.1);}
.pricing.licensing li {color: rgba(0,0,0,.6); }

ul.package-list li.included:before,
.pricing.licensing li.included:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0099ff;
  font-size: 130%;
}


.pricing.licensing ul {
  margin: 2em 0;
}

.pricing.licensing li {
  margin: 1em;
  margin-left: 3em;
  line-height: 1.2em;
}


a.popup-vimeo:hover img, a.popup-youtube:hover img {border: 3px solid #fff;}
a.popup-vimeo img, a.popup-youtube img {border: 3px solid rgba(255,255,255,.2); border-radius: 10px;}


a.typeform-share:hover .price .small-text {color: #fff !important;}
a.typeform-share:hover .price  {background: #0099ff; color: #fff !important; text-decoration: none !important; border: none !important;}

a h2.price {color: #555 !important; text-decoration: none !important;}

.video-pricing {display: block; padding: 20px 0 0 0; color: rgba(0,0,0,.5); font-size: 90%;}
.video-pricing span {color: red;}

p.large {font-size: 120%;}

#accordion .panel .panel-body .description, 
p.open-sans { 
	font-weight: 400 !important;
	font-family: 'Muli', sans-serif;
	color: rgba(0,0,0,0.8) !important;
	letter-spacing: -.02em;
}



.feature-list,
p.white-text,
.content-section p {
	font-size: 130%;
}




 
h2.price .text-top {line-height: 10px; font-size: 12px; margin: 0 !important; display: block; padding: 10px 0 0 0 !important; color: rgba(0,0,0,0.5);}

.panel-body h2.price {
	background-color: rgba(0,0,0,.05 );
	 border-radius: 10px;
	 margin: 0 auto;
	 padding: 10px 10px 20px 10px;
	 text-align: center;
}


.small-cta a {font-size: 80%; margin: 10px 0 0 0;}

/*Push Effect*/
.pushEffect{
	display: inline;
	text-indent: 8px;
}
.pushEffect span{
	animation: push 12.5s linear infinite 0s;
	-ms-animation: push 12.5s linear infinite 0s;
	-webkit-animation: push 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.pushEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Push Effect Animation*/
@-moz-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
		10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
} 





		/**
       * Video  fade transition,
       */
      .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out; 
        -moz-transition: all 0.15s ease-out; 
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }

      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        max-width: 80%;
        -webkit-transition: all 0.15s ease-out; 
        -moz-transition: all 0.15s ease-out; 
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }

html, html a {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


.margin-bottom {margin-bottom: 30px;}
.margin-top {margin-top: 30px;}
.margin-left {margin-left: 30px;}
.margin-right {margin-right: 30px;}

.pad-bottom {padding-bottom: 30px;}

.pad-bottom-more {padding-bottom: 60px;}
.pad-top-more {padding-top: 60px;}

.pad-bottom-much-more {padding-bottom: 90px;}
.pad-top-much-more {padding-top: 90px;}


.pad-top {padding-top: 30px;}
.pad-left {padding-left: 30px;}
.pad-right {padding-right: 30px;}

.button-section {
	margin: 0;
	padding: 0;
	text-align: center;
}

a.clear {
	text-decoration: none !important;
	border: none !important;
}

.lines { 
  background: url('../images/background-images/lines.png');
}

.video-grid .img-responsive,
.video-grid .embed-responsive {margin-bottom: 30px;}



.icon-box {display: inline-block; padding: 0 5px 0 0 }
a.link-box { display: inline-block; margin: 0 10px 0 0 ; }


button,
a,
a:visited,
a:active {
   outline: 0 !important;
}

.modal-content a:hover {text-decoration: none !important; color: #000;}

.no-shadow {text-shadow: none !important; box-shadow: none !important;}

.bottom-button-style {
	margin-top: 40px !important;
	/*display: block;
	width: 80%;*/
}

.form-control {
	padding: 10px 20px !important;
	color: #777 !important;
	vertical-align: middle !important;}

.dim {opacity: .5; line-height: 110%; font-size: 80% !important; font-style: italic !important;}


a.navbar-register-button,
a.navbar-register-button:visited,
a.navbar-register-button:active {background-color: #0099ff !important;}

a.secondary-button,
a.secondary-button:visited,
a.secondary-button:active {
	background: transparent !important;
	border-color: #fff !important;
}

a.secondary-button.dark-outline,
a.secondary-button.dark-outline:visited{
	color: #555 !important;
	background:  transparent !important;
	border-color: #555 !important;
	margin:  10px auto;
	font-size:  90%;
}

a.secondary-button.dark-outline:hover,
a.secondary-button.dark-outline:active  {
	background:  #0099ff !important;
	border-color:  #0099ff !important;
	color:  #fff !important;
}


/*
::-webkit-input-placeholder { color: rgba(0,0,0,.3) !important;}
:-moz-placeholder { color: rgba(0,0,0,.3) !important;}
::-moz-placeholder {color: rgba(0,0,0,.3) !important;}
:-ms-input-placeholder {color: rgba(0,0,0,.3) !important;}
*/

.intro-section h5 {
  font-family: "Gabarito", serif !important; 
/*font-weight: bold !important;*/
letter-spacing: -.01em !important;
text-shadow: 0 2px 0 rgba(0,0,0,.2);
}

h1.intro {
font-family: "Gabarito", serif;
letter-spacing: -.02em !important; 
opacity: .8 !important;
color: #0099ff !important;
text-shadow: 0 2px 0 rgba(0,0,0,.2);
font-weight: 700 !important; 
font-size: 600% !important;
padding-bottom: 20px; 
/*display: block;*/
margin: 0 auto;
text-align: center !important;}



p.small {font-size: 75%; line-height: 110%; text-align: left; opacity: .5; padding: 20px 0 5px 0;}

a.list-button {
	border: 1px solid rgba(0,0,0,.1);
 display: block;
 width: 100%;
 text-align: center;
 font-size: 200%;
 padding: 10px;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.list-button:hover {text-decoration: none; background: #0099ff; color: #fff;}

.stripe {border-top: 1px dotted rgba(0,0,0,.1); padding: 10px 0 0 0 ;}
.stripe .dark-text {border-right: 2px solid #0099ff; padding-right: 12px;}
.package-list li span.icon-in-list {font-size: 200%;}

.feature-list {font-weight: 400;}


.pad-right {margin-right: 20px;}

.pad-top {margin-top: 100px;}

.pad-top-sm {margin-top: 35px;}
.pad-bottom-sm {margin-bottom: 35px;}

.dark-bg-bio {
	background: #0e0e0e url('../img/bio-lc7.jpg') top center no-repeat;
	background-size: cover;
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	min-height: 650px;
	-webkit-box-shadow: inset 13px -5px 15px -2px rgba(0,0,0,1);
-moz-box-shadow: inset 13px -5px 15px -2px rgba(0,0,0,1);
box-shadow: inset 13px -5px 15px -2px rgba(0,0,0,1);
}

.gallery-bg-black {background:  #000 !important;}

.gallery-bg {
	background: #0e0e0e url('/img/gallery-bg-2022.jpg') top center no-repeat;
	background-size: cover;
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	padding-top: 40px;
		min-height: 616px;
	-webkit-box-shadow: inset 13px -5px 140px -2px rgba(0,0,0,1);
-moz-box-shadow: inset 13px -5px 140px -2px rgba(0,0,0,1);
box-shadow: inset 13px -5px 140px -2px rgba(0,0,0,1);
}


img.desaturate { -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}

img.desaturate:hover { -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 height: auto;
 } 

 .embed-container iframe, 
 .embed-container object, 
 .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}



/*---------------------------------------
   Add On Form In Modal               
-----------------------------------------*/

.thank-you-message {background: #fff !important;}
.thank-you-message h2 {text-align: center; width: 100%; color: #0099ff; font-weight: 700; font-size: 700%; padding-bottom: 30px;}
.thank-you-message p {text-align: center; font-weight: 400 !important;}
.thank-you-message p.push {text-align: center !important; margin: 0 auto !important; margin-top: 50px !important;}
.thank-you-message p a,
.thank-you-message p a:link,
.thank-you-message p a:active,
.thank-you-message p a:visited {
	color: #444; 
	font-weight: 500;
}

.thank-you-message p a:hover {
	background: #0099ff; 
	text-decoration: none; 
	color: #fff;}


/* --------------------------------------
=========================================
   1. GLOBAL STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   1.1 GENERAL STYLES                
-----------------------------------------*/
html {
	font-size: 100%;
}

body {
    background: transparent !important;
/*	font-family: 'Roboto Slab', Helvetica Neue, Sans-serif;*/
font-family: "Gabarito", serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #313131;
	text-align: center;
	overflow-x: hidden !important;
	margin: auto !important;
	    /*Smooths out the fonts in safari */
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

 

 body.licensing-volume {background: #fff !important}



/*---------------------------------------
   1.2 PRE-LOADER              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.95);
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------------
   1.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

.row.no-gutters[class^="col-"],
.row.no-gutters[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: inherit;
}

.nav > li > a {
	padding: inherit;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a:focus {
	color: inherit;
}

.mailchimp-success,
.mailchimp-error,
.email-success,
.email-error {
	display: none;
	margin-top: 15px;
	color: red !important;
}

.mailchimp-success span,
.mailchimp-error span,
.email-success span,
.email-error span {
	margin-right: 10px;
	color: #0099ff !important;
}

/* --------------------------------------
=========================================
   2. COMPONENTS
=========================================
-----------------------------------------*/
/*---------------------------------------
   2.1 TYPOGRAPHY      
-----------------------------------------*/
/* HEADINGS */
h1,
h2 {
/*	font-family: 'Roboto Slab', Helvetica Neue, Sans-serif;*/
    font-family: "Gabarito", serif !important; 
  
	font-weight: bold;
}

h1 {
	font-size: 4.75rem;

	line-height: 5rem;
}

h2 {
	font-size: 3.6rem;
  font-family: "Gabarito", serif !important; 
	line-height: 3.125rem;
}

h2 strong {
	color: #272727;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

/* BUTTONS */
.standard-button {
	font-weight: 700;
}



/* OTHER TEXTS */
strong,
.strong {
	font-weight: 600;
}



.light-text,
.light-text strong {color: #fff}


.dark-text {
	color: #454545;
}

.transparent-text {
	color: rgba(255, 255, 255, 0.5);
}

.transparent-text-dark {
	color: rgba(49, 49, 49, 0.5);
}

.large-text {
	font-size: 150%;
}

.small-text {
	font-size: 14px;
}

.small-text-medium {
	font-size: 20px;
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.line-through {
	text-decoration: line-through;
}

.button-text {
	font-weight: 600;
	text-transform: uppercase;
}

.price .month {
	font-family: 'Fira Sans', Helvetica Neue, Sans-serif;
	color: #666666;
	font-size: 16px !important;
}

/*---------------------------------------
   2.2 BUTTONS       
-----------------------------------------*/
.standard-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.6;
	border: none;
	padding: 18px 40px 18px 40px;
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
	text-shadow: none !important;
	font-family: 'Roboto Slab', sans-serif !important;
	
}


a.btn-primary.standard-button,
button.standard-button,
a.navbar-register-button {border:  1px solid transparent;}

a.btn-primary.standard-button:hover,
button.standard-button:hover,
a.navbar-register-button:hover {background: #000 !important; color: #fff;
/*-webkit-box-shadow: 0px 0px 20px 5px rgba(0,153,255,0.51); 
box-shadow: 0px 0px 20px 5px rgba(0,153,255,0.51);*/
border:  1px solid #fff;
}

button.standard-button,
button.standard-button:visited,
button.standard-button:active {background: #0099ff; color: #fff;}


a.fancy-text-link-inline {display: inline-block; font-size: 100%; font-weight: bold; text-decoration: underline; color: #fff; padding: 20px;}


a.fancy-text-link {display: block; font-size: 100%; font-weight: bold; text-decoration: underline; color: #fff; padding: 20px;}


a.fancy-text-link:after {
  display: inline-block;
  -webkit-transform: scale(0.5, 1); /* Safari and Chrome */
  -moz-transform: scale(0.5, 1); /* Firefox */
  -ms-transform: scale(0.5, 1); /* IE 9 */
  -o-transform: scale(0.5, 1); /* Opera */
  transform: scale(0.5, 1); /* W3C */
  /*content: ">";*/
  position: relative;
  margin-left: 2px;
}




#videos .secondary-button, #photos .secondary-button {padding: 17px 40px; margin: 40px 0 0 20px; font-size: 95%; }
.intro-section .secondary-button:hover,
#videos .secondary-button:hover, #photos .secondary-button:hover {background: #fff !important; color: #333 !important;     
        -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */
        transition: background 2s; /* For modern browsers */
    }

.secondary-button.dark {background: #000 !important; border: none !important; padding: 20px 40px !important;}
.secondary-button.dark:hover {background: #fff !important; color: #000 !important;}
.btn-xs.secondary-button {padding: 15px 25px !important; font-size: 90%;}
.btn-xs.secondary-button:hover {background: #fff !important; color: #000 !important;}



.secondary-button.smaller-buttons {
  padding: 10px 20px 10px 20px;
}

.secondary-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: none;
	transition: none;
	text-shadow: none !important;
/*	font-family: 'Roboto Slab', sans-serif !important;*/
  font-family: "Gabarito", serif !important; 
}

.secondary-button:hover {
	background: rgba(0,0,0,.3);
	border-color: #ffffff;
}

.secondary-button-dark {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #272727;
	border-color: rgba(39, 39, 39, 0.5);
	-webkit-transition: none;
	transition: none;
}

.secondary-button-dark:hover {
	background: transparent;
	border-color: #272727;
	color: #272727;
}

.navbar-register-button {
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-transition: none;
	transition: none;
}

/*---------------------------------------
   2.3 BORDER AND LINE       
-----------------------------------------*/
.border-right {
	border-right: 1px solid #eaeaea;
}

.border-left {
	border-left: 1px solid #eaeaea;
}

.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
	height: 2px;
	width: 80px;
	display: block;
}

.white-line {
	background: #ffffff;
	margin: auto;
}

.grey-line {
	background: #eaebec;
}

.grey-line-short {
	height: 2px;
	width: 40px;
	display: block;
	background: #eaebec;
}

.white-text {
	color: #ffffff;
}

.white-bg-border {
	background: #ffffff;
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
}

.white-bg {
background: rgb(234,234,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 85%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(16%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 85%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 85%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 85%,rgba(234,234,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 85%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */


}

.black-bg {
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	background: #000 !important;
}

.dark-grey-bg {
	background: #e8e8e8 !important;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.3) inset;
-moz-shadow: 0px 0px 100px 10px rgba(0,0,0,0.3) inset;
box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.3) inset;
}

.grey-bg {
/*	border-top: 1px dotted #eaebec;
	border-bottom: 1px dotted #eaebec;*/
	background: #F7F8FA !important;
	padding: 10px 0;
}

.dark-bg {
	background: #2e3336;
}

.colored-line-left {
	float: left;
}

.colored-line-right {
	float: right;
}

.colored-line {
	margin: auto;
}

/*---------------------------------------
   2.4 SECTION HEADERS       
-----------------------------------------*/
.section-header {
	margin-top: 90px;
	margin-bottom: 60px;
}

.section-header h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.sub-heading {
	margin-top: 20px;
	font-size: 140% !important;
}

.sub-heading.large {
	margin-top: 30px;
	font-size: 150% !important;
}

/*---------------------------------------
   2.5 FORM ELEMENTS       
-----------------------------------------*/
.input-box,
.textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #333;
	padding-left: 21px;
	line-height: auto;
}

.input-box {
	min-height: 50px;
}

.textarea-box {
	padding-top: 15px;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
	color: #0099ff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* --------------------------------------
=========================================
   3. SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   3.1 SECTION: HOME / HEADER         
-----------------------------------------*/
.header {
	background: transparent;
	-webkit-background-size: cover;
	background-size: cover;
}

.header .overlay-layer {
	padding-top: 120px;
	padding-bottom: 175px;
	height: auto;

background: rgba(0,0,20,.7);

}

#hire.header {
		/*background: url('/images/background-images/valley.jpg') top center no-repeat;*/
		background: #000 url('/img/bio-lc6.jpg') top center no-repeat;
	background-size: cover;
}

#licensing.header {
		/*background: url('/images/background-images/valley.jpg') top center no-repeat;*/
		background: url('/images/background-images/rise.jpg') top center no-repeat;
	background-size: cover;
}

#licensing.header .overlay-layer {
	padding-top: 30px !important;
	padding-bottom: 35px !important; 
	background: rgba(0,0,20,.5);
}


.portrait-signup .header { 
    background: url('/img/bg-bts-luke-portrait.jpg') top center no-repeat !important;
  background-size: cover !important;
}

.portrait-signup .header .overlay-layer {
  padding-top: 50px !important;
  padding-bottom: 55px !important; 
  background: rgba(0,5,20,.8);
  /*max-height: 100px !important;*/
}



.rate-sheet .white-bg-plain .col.border {padding: 15px 2px}

.rate-sheet img.border-glow {
  border: 3px solid #fff; 
-webkit-box-shadow:0px 0px 33px 13px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 33px 13px rgba(0,0,0,0.2);
box-shadow: 0px 0px 33px 13px rgba(0,0,0,0.2);
}

.rate-sheet h2 {font-size: 370% !important; margin-bottom: 30px;}
.rate-sheet h3 {font-style: normal; font-size: 120% !important; font-weight: 300 !important; }
.rate-sheet h3.blue { color: #0099ff !important; padding: 20px 0 10px 0;}


.rate-sheet .header { 
		background: url('/images/background-images/sf-corona-heights-photoby-chodosinc.jpg') top center no-repeat !important;
	background-size: cover !important;
}

.rate-sheet .header .overlay-layer {
	padding-top: 30px !important;
	padding-bottom: 35px !important; 
	background: rgba(0,5,20,.9);
	/*max-height: 100px !important;*/
}


.row.payment {
	padding: 20px 0;
}







.header .overlay-layer {

    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}







/* STICKY NAVIGATION AND LOGO */
.appear-on-scroll {
	opacity: 0;
}



.sticky-navigation {
	background: #ffffff;
	min-height: 70px;
	border: none;
	margin-bottom: 0 !important;
	-webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-brand {
	padding: 18px 15px;
}

.sticky-navigation .navbar-brand img {
	max-width: 80px;
	-webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
	margin-top: 0;
}

.sticky-navigation .main-navigation li a {
	text-transform: uppercase;
	line-height: 34px;
	padding: 18px;
	font-weight: 400;
}

.sticky-navigation .login-register {
	margin-top: 0;
}

.sticky-navigation .login-register .login a {
	text-transform: uppercase;
	line-height: 34px;
	padding: 18px;
}

.sticky-navigation .login-register .register-button {
	margin-top: 15px;
}

.sticky-navigation .login-register .register-button a {
	padding: 10px 15px 8px 15px;
	border-radius: 3px;
}

/* ONLY LOGO */
.only-logo .navbar-header {
	margin: auto;
	float: none;
}

.only-logo .navbar-header img {
	max-width: 280px;    
}

/* INTRO */
.intro-section {
  	margin-top: 70px;

}

.intro-section h5 {    /*lcedit*/
	font-size: 270%;  
	font-weight: 300;  
/*	max-width: 70%;   */
	text-align: center;    
	margin: 15px auto 70px auto;    
	letter-spacing: -.03em;  
	line-height: 140%;
}

.intro-section h1 { /*lcedit*/
	font-size: 650%;   
	margin-bottom: 30px;   
	letter-spacing: -.04em;
}


/*---------------------------------------
   3.2 SECTION: CLIENTS LIST    
-----------------------------------------*/
.client-logos {
	/*border-bottom: 1px solid #dadfe3;*/
	padding: 25px 10px ;
	margin:0;
}

.client-logos li {
	display: inline-block;
	
	vertical-align: middle;
}

.client-logos li img {
	max-height: 50px;
	opacity: 0.6;
	margin: 20px 20px 0px 20px;
}

.client-logos li img:hover {
	opacity: 1;
	cursor: crosshair;
}




.client-logos-large li img {
  max-width: 900px;
  /*max-height: 200px;*/
  opacity: 0.6;
  margin: 20px 30px 0px 30px;
}

.client-logos-large li img:hover {
  opacity: 1;
  cursor: crosshair;
}



@media (max-width: 767px) {

  .rate-sheet .header .overlay-layer {
  background: rgba(0,5,20,.9);
  }

      .client-logos li img {
      max-height: 60px;
      margin: 0px 5px 5px 0px;
      }

      .client-logos {
        margin: 0 0 0 10px !important;
        padding: 5px;
      }

 } 


/*---------------------------------------
   3.3 SECTION: SERVICES    
-----------------------------------------*/
.single-service {
	padding: 40px 35px 20px 35px;
	margin: 0 0 100px 0;
	background: #ffffff;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	border-radius: 3px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.single-service .service-icon {
	font-size: 60px;
	margin-bottom: 35px;
}

.single-service h3 {
	margin-bottom: 10px;
}

/*---------------------------------------
   3.4 SECTION: APP BRIEF    
-----------------------------------------*/
.brief {
	padding-top: 80px;
	padding-bottom: 60px;
  min-height: 450px;
}

.brief .content-section {
	margin-top: 15px;
}

.brief h2 {
	margin-bottom: 15px;
	margin-top: 10px;
}

.brief p {
	margin-top: 40px;
}

.brief .brief-image-right {
	margin-top: 20px;
}

.brief .brief-image-right img {
	float: right;
	width: 92%;
}

.brief .brief-image-left {
	margin-top: 25px;
	overflow: hidden;
}

.brief .brief-image-left img {
	float: left;
	width: 95%;
}

.feature-list {
	margin-top: 15px;
}

.feature-list li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.feature-list li span {
	margin-right: 10px;
}

/* ACCORDION */
.panel-default {
	border: 0;
	border-radius: 3px;
	margin-top: 35px;
	display: block;
	text-align: left;
}

.panel-body {
	border-top: 4px solid #F7F8FA !important;
}

.panel-heading {
	background-color: #ffffff !important;
	border: none;
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 15px;
}

.panel-heading .title-text {
	line-height: 70px;
	font-size: 130%;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-title .icon-container:hover {background-color: #222;}
.panel-title .icon-container {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: !important;
	font-size: 36px;
	height: 70px;
	line-height: 70px;
	padding: 5px 20px 0 20px;
	border-top-left-radius: 3px;
	float: left;
}

/*---------------------------------------
   3.5 SECTION: STATS 
-----------------------------------------*/
.stats {
	background: transparent;
	-webkit-background-size: cover;
	background-size: cover;
}

.stats .overlay-layer-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-stats {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-stats .icon-container {
	margin-bottom: 35px;
}

.single-stats .icon-container span {
	font-size: 70px;
}

.stats-footer .long-transparent-line {
	margin-bottom: 45px;
}

/*---------------------------------------
   3.6 SECTION: UNIQUE FEATURES 
-----------------------------------------*/
.unique-features {
	padding-bottom: 100px;
}

.ipad-image {
	margin: auto;
}

.ipad-image img {
	width: 100%;
}

.feature {
	margin: auto;
	padding-left: 10px;
	padding-right: 0;
	margin-top: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

.feature .icon-container {
	margin-right: 10px;
	padding-top: 18px;
	float: left;
}

.feature .icon-container span {
	font-size: 30px;
}

.feature .description {
	width: 85%;
	float: right;
}

.feature .description p {
	margin-top: 20px;
}

/*---------------------------------------
   3.7 SECTION: PRICING TABLE 
-----------------------------------------*/
.pricing {
	padding-bottom:80px;
}

.pricing-table {
	padding-left: 30px;
	padding-right: 30px;
}

.single-pricing {
	background: #ffffff;
	border-radius: 3px;
	padding-bottom: 25px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
	margin-bottom: 40px;
	padding: 20px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.package-title h3 {
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
}

.price {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	padding-top: 15px;
}

.price .superscript {
	vertical-align: super;
	font-size: 25px;
}

.price .month {
	font-size: inherit;
	display: block;
	margin-top: 0;
	line-height: 1;
	font-size: 14px !important;
	font-weight: 300;
} 

.package-list {
	padding-top: 10px;
	margin-bottom: 25px;
}

.package-list li {
	margin-top: 12px;
	margin-bottom: 12px;
	/*border-bottom: 1px dotted #eaeaea;*/
	padding-bottom: 10px;
	text-align: left !important;
}

.package-list li span {
	margin-right: 8px;
}

.single-pricing .button {
	margin-bottom: 20px;
}

.highlighted {
	margin-top: -24px;
}

.highlighted .package-title h3 {
	line-height: 84px;
}

/*---------------------------------------
   3.8 SECTION: SCREENSHOTS   
-----------------------------------------*/
.features {
	/*background: url('/images/sound-texture.jpg') top center;*/

	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.features .overlay-layer-2 {
	padding-bottom: 84px;
	/*background: url(../images/background-images/lines.png); */
}

.single-feature {
	margin-bottom: 58px;
}

.left-side .single-feature {
	padding-right: 18px;
}

.right-side .single-feature {
	padding-left: 18px;
}

.screenshot img {
	display: block;
	width: 100%;
	height: auto;
}

.screenshot img:hover {
	cursor: crosshair;
}

.owl-theme .owl-controls .owl-page span {
	background: #ffffff;
}

/*---------------------------------------
   3.9 VERTICAL TIMELINE
-----------------------------------------*/
.vertical-timeline {
	padding: 0;
	margin: 0;
}

.timeline-section {
	padding: 0;
	padding-left: 135px;
	padding-top: 20px;
}

.timeline-section li {
	list-style-type: none;
	padding: 1em;
	margin: 0;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	overflow: visible;
	border-left: 2px solid #eaeaea !important;
}

.timeline-section li .date {
	display: inline-block;
	float: left;
	margin-left: -100px;
	max-width: 55px;
	margin-top: 5px;
}

.timeline-section li .icon-container {
	display: inline-block;
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	margin-left: -38px;
	padding-top: 2px;
}

.timeline-section li .info {
	text-align: left;
	background: #F7F8FA;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
}

/*---------------------------------------
   3.10 SECTION: TEAM
-----------------------------------------*/
.team {
	padding-bottom: 50px;
}

.team-member {
	margin-bottom: 50px;
}

.team-member .social-icons {
	opacity: 0;
	margin-top: 5px;
	position: relative;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.team-member .social-icons li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.team-member .social-icons li a {
	opacity: 0.5;
}

.team-member .social-icons li a:hover {
	opacity: 1;
	text-decoration: none;
}

.team-member:hover .social-icons {
	opacity: 1;
}

.member-pic {
	border: 5px solid #ffffff;
	border-radius: 3px;
}

.member-pic img {
	width: 100%;
}

.member-pic img:hover {
	filter: sepia(10%) hue-rotate(50deg);
	-webkit-filter: sepia(10%) hue-rotate(50deg);
	-moz-filter: sepia(10%) hue-rotate(50deg);
	-o-filter: sepia(10%) hue-rotate(50deg);
	-ms-filter: sepia(10%) hue-rotate(50deg);
}

.member-details {
	padding-top: 10px;
	padding-bottom: 12px;
	position: relative;
	width: 85%;
	margin: auto;
	background: #ffffff;
	border-radius: 3px;
	margin-top: -45px;
	z-index: 1;
}

.member-details h5 {
	margin-bottom: 3px;
}

/*---------------------------------------
   3.11 SECTION: TESTIMONIALS
-----------------------------------------*/
.testimonials {
	padding-bottom: 60px;
}

.feedback {
	padding: 0 15px 0 5px;
	margin-bottom: 45px;
}

.feedback .pic-container {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	width: 220px;
	height: 220px;
	border: 3px solid #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.feedback .pic-container img {
	width: 100%;
}

.feedback p {
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 150%;
	line-height: 145%;
  text-align: left;
}

.feedback h5 {
	margin-bottom: 0;
}

/*---------------------------------------
   3.12 SECTION: CALL TO ACTION
-----------------------------------------*/
body.home .call-to-action {    /*background-color: #4c4c5a !important;*/}



.call-to-action .overlay-layer-0 {
    padding-top: 100px;
    padding-bottom: 100px;
    
    /*background-color: transparent;*/
    /*background: transparent;*/
}

.call-to-action .overlay-layer-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    
    background-color: rgba(0,0,0,.8) !important;
    background: rgba(0,0,0,.8) !important;
}
.call-to-action h2 {
	margin-top: 20px;
	margin-bottom: 50px;
}

.modal-content {
	padding: 10px 30px 30px 30px;
}

.modal-content button {
	width: 100%;
}

/*---------------------------------------
   3.13 SECTION: CONTACT INFO
-----------------------------------------*/
.contact-info {
	padding-top: 30px;
	padding-bottom: 70px;
}

.contact-info .logo-container {
	margin-top: 20px;
	margin-bottom: 35px;
}

.contact-info .logo-container img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: 0.6;
	max-width: 65px;
}

.contact-info .icon-container {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.contact-info .contact-links a {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*---------------------------------------
   3.14 SECTION: GOOGLE MAP
-----------------------------------------*/
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
}

#cd-google-map {
	position: relative;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

#cd-google-map address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	padding: 1em 1em;
	color: #ffffff;
}

/*---------------------------------------
   3.15 SECTION: FOOTER
-----------------------------------------*/
.footer {
	padding-top: 40px;
	padding-bottom: 180px;
	background: #000;
	color: #ccc;
	border: none;
}

.footer img {padding: 10px; max-width: 180px;}

.footer-links li {
	display: inline-block;
	padding: 10px;
}

.footer-links li a:hover {
	text-decoration: none;
}

.social-icons li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.social-icons li a:hover {
	text-decoration: none;
}

.social-icons li a:hover .transparent-text-dark {
	color: #313131;
}

