@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
/*   font-family: 'Open Sans', sans-serif; */
  background-color: #fff;
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}



@media (min-width: 768px)
{
	.mobile {
		display: none;
	}

}

@media (max-width: 767px)
{
	.desktop {
		display: none;
	}

}

@media (min-width: 992px)
{
	.navbar .container {
	padding-left: 5%;
	padding-right: 5%;
}

}




.row {
  margin-left:0px;
  margin-right:0px;
}

#myCarousel .carousel-inner {
	position: fixed;
}

#virtual-tour {
	padding-bottom: 50px;
}

.tour-text {
	padding-bottom: 20px;
	font-weight: 300;
}


.subfoot {
	font-size: 0.8em;
}

.modal-body {
	padding: 0px;
}


@media (min-width: 768px)
{
.modal.modal-wide .modal-dialog {
  width: 90%;
}

	
}


@media (min-width: 1165px)
{
.modal.modal-wide .modal-dialog {
  width: 1050px;
}

	
}







.modal-wide .modal-body {
  overflow-y: auto;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#quotes .carousel-caption{
    position:static;
    margin-bottom: 25px;
}

#match-row-height {
    display: table;
}

#match-row-height .panel {
    float: none;
    display: table-cell;
/*     vertical-align: top; */
}

.twitter-feed {
	    background-color: #fff;
	    border-radius: 0px;
	    height: 280px;
	    font-size: 1.1em;
	    margin-bottom: 20px;
	    
}

.twitter-logo {
	padding-top: 30px;
}

.twitter-logo img {
	max-height: 40px;
}

.twitter-handle {
	color: #7D7D7D;
	font-size: 1.1em;
}

.twitter-handle a {
	color: #7D7D7D;
}

.carousel-caption .meta {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    pointer-events: none;
    cursor: default;
    line-height: 1.1em;
}

.twitterdate-year {
	font-weight: 200;
	font-size: .9em;
}


.carousel-caption .meta a {
	color: #5b5b5b;
}

.carousel-caption {
    position: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    /* z-index: 10; */
    padding-top: inherit;
    padding-bottom: inherit;
    color: #000;
    text-align: center;
    text-shadow: none;
    height: 130px;
}

.home-image img {

}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#quotes .carousel-caption h3 {
/* 	font-family:  "Roboto Slab", sans-serif; */
	font-weight: 300;
	color: #000;
	font-size: 1.1em;
	vertical-align: middle;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 1.2em;
}

.navbar-toggle {
	    padding: 4px 10px;
}


.control-group {
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
}

.insta-post {
	padding: 0px;
}



@media (max-width: 991px)
{
.add-insta {
	display: none;
}

	
}



#insta {
	padding-left: 0px;
	padding-right: 0px;
}

.sota-hashtag {
	padding-bottom: 20px;
}


.contact-text {
	padding-bottom: 10px;
	padding-left: 15px;
	color: #fff;
	font-weight: 300;
}

.contact-text p {
	font-size: 1.2em;
}

.studio-address {
	color: #fff;	
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.studio-address h1 {
	font-size: 35px;	
}

.alert {
	margin-top: 0px;
	margin-bottom: 0px;
}



	

.studio-address p {
	font-weight: 300;
}


	.studio-address {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	
.sota-hashtag a {
    color: #000000;
}

.sota-hashtag a:hover,
.sota-hashtag a:focus,
.sota-hashtag a:active,
.sota-hashtag a.active {
    color: #000000;
}


span.glyphicon-camera {
    font-size: 3em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

span.glyphicon-map-marker {
    font-size: 3em;
    text-align: center;
    color: #E6554C;
    padding-bottom: 30px;	
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



#news-pics {
	min-height: 200px;
	background-color: #fff;
}

#google-maps {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}





@media (min-width: 768px)
{
.social-icons li {
	padding-left: 10px;
	padding-right: 10px;
}

	
}




.social-icons img {
	height: 75px;
}

@media (max-width: 400px)
{
.social-icons img {
	height: 60px;
}


	
}

	.social-icons {
		text-align: center;
	}
		
	
	



@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}





.social-icons {
	padding: 10px 0px;
}


@media (min-width: 768px)
{
.contact-message {
    padding-right: 0px;
    padding-bottom: 18px !important;
}
.contact-message-group {
    padding-left: 0px;
}

}
p.help-block.text-danger {
    font-size: 1em;
}

.contact-submit {
	margin-top: -10px;
	margin-bottom: 5px;
}


.form-group {
	font-weight: 300;
}


.content {
	padding-top: 30px;
}


@media (min-width: 1200px)
{
.content-home {
    padding-left: 8%;
	padding-right: 8%;
}

}



.help-block {
	color: #a94442;
}






.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar {min-height:32px !important}


.gear-text {
	font-size: 1em;
	font-family: "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

.gear-logos img {
	max-height: 130px;
}

.gear-logos {
	padding-top: 30px;
}


.overlay p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}


@media (min-width: 768px)
{
.menu-padding {
    padding-top: 60px;
}

}

.carousel-inner {
	overflow: visible
}

/*
.carousel { z-index: 2; }
.carousel .carousel-inner .item {
 opacity: 0;
 left:0 !important;
width: 100%; height: 100%;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}


.carousel .carousel-inner .active {
opacity: 1 !important;
-webkit-transition: opacity 0.5s  !important;
-moz-transition: opacity 0.5s  !important;
-ms-transition: opacity 0.5s  !important;
-o-transition: opacity 0.5s  !important;
transition: opacity 0.5s  !important;
}

.carousel .carousel-inner .left {
opacity: 1 !important;
-webkit-transition: opacity 0.5s  !important;
-moz-transition: opacity 0.5s  !important;
-ms-transition: opacity 0.5s  !important;
-o-transition: opacity 0.5s  !important;
transition: opacity 0.5s  !important;
}
*/





/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}







/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 





 






.carousel-control {
	
	background-image: none !important;
	opacity: 0;
}

.twitter-feed .carousel-control {
	display: none;
}



/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
/*   margin: 0 auto -400px; */
  /* Pad bottom by footer height */
/*   padding: 0 0 400px; */
}

/* Set the fixed height of the footer here */
#footer {
/*   height: 400px; */
  background-color: #f5f5f5;
/*   margin-top:50px; */
  padding-top:0px;
  padding-bottom:0px;
}

.rates-text p, .rates-text li {
	font-size: 1.3em;
	font-weight: 300;
}



/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel  .item {
	min-height: 300px;
  background-color:#bbb;
}
#myCarousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}

#myCarousel  .item {
  background: center center no-repeat;
  background-size: cover; 
}



.navbar-fixed-top + .content-container {
	margin-top: 70px;
}
.content-container {
	margin: 0 130px;
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*
#wrap > .container {
  padding: 60px 15px 0;
}
*/
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

.carousel {
	position: inherit;
}

.content-wrap {
	position: relative;
	z-index: 100;
	-webkit-transform: translate3d(0,0,0);
}

header {
  background: #333;
  color:#555;
  min-height: 300px;
  	height: 100vh;
}

@media (max-width: 767px)
{
    .btm-navbar
    {
        background: #333;
        bottom: -20px;
        position: absolute;
        width: 100%;
        z-index: 12;
    }
}


@media (max-width: 767px)
{
    .btm-navbar-header
    {
        background: #333;
/*         bottom: 147px; */
        position: absolute;
        width: 100%;
        z-index: 12;
    }
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

.logo {
  font-size:40px;
  position:absolute;
  color:#333;
  top:100px;
  text-align:center;
  width:100%;
  background: url('../images/SOTA WELCOME v3.png');
	max-height: 250px;
	height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
    z-index: 10;
	-webkit-transform: translate3d(0,0,0);
}

.lead {
	font-size: 1.2em;
    background-color: #fff;
    padding: 18px;
    height: 280px;
    margin-bottom: 20px;
}


@media (max-width: 1040px) {
  .twitter-feed {
      height: 290px;
  }
 .carousel-caption {
      height: 140px;
  }
 .lead {
      height: 290px;
  }
}

@media (max-width: 870px) {
 .lead {
      font-size: 1.3em;
  }
}

@media (max-width: 840px) {
  .twitter-feed {
      height: 310px;
  }
  #quotes .carousel-caption h3 {
	    font-size: 1.1em;
  }
 .carousel-caption {
      height: 160px;
  }
 .lead {
      height: 310px;
  }
}

@media (max-width: 767px) {
  .twitter-feed {
      height: 230px;
  }
  #quotes .carousel-caption h3 {
	    font-size: 1.2em;
  }
 .carousel-caption {
      height: 90px;
  }
}


@media (max-width: 545px) {
  .twitter-feed {
      height: 290px;
  }
  #quotes .carousel-caption h3 {
	    font-size: 1.2em;
  }
 .carousel-caption {
      height: 140px;
  }
}

@media (max-width: 400px) {
  .twitter-feed {
      height: 320px;
  }
  #quotes .carousel-caption h3 {
	    font-size: 1.2em;
  }
 .carousel-caption {
      height: 185px;
  }
}



@media (max-width: 767px) {
  .lead {
      height: inherit;
  }
}


.fadeInBlock {
	opacity: 0;
}

#nav {
  width: 100%;
}

.navbar {
	border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    z-index: 999;
}



#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}


#footer > .container {
  
}

@media (min-width: 768px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}

@media (min-width: 768px) {
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: inherit;
    padding-left: inherit;
}
}
  
.navbar-nav {
/*   margin: 1px 1px;  */
}  
  
/* customize nav style */
.navbar-custom {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.2px;

}



.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
/*
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
*/

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: none !important;
}


.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:50px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

/*
.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
*/
 
.header-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	background-attachment: fixed;
	padding-top: 40px;
} 



@media (max-width: 767px) {
.header-image {
    height: 400px;
    background-attachment: inherit;
}
}

@media (min-width: 768px) {
	.lead {
	margin-right: -15px;
}
}


.client-list {
	padding-bottom: 30px;
}


@media (max-width: 767px) {
	.gear-text-col, .rates-col {
	padding-top: 20px;	
	}
}

.thumbnail {
	background-color: #BFBFBF;
}

.gear-text-col {
	padding-bottom: 30px;
}

.rates-text {
	padding-bottom: 40px;
}


.sota-logo {
  font-size:40px;
  position:absolute;
  color:#333;
  top:100px;
  text-align:center;
  width:100%;
  background: url('../images/SOTA.png');
	max-height: 150px;
	height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
    z-index: 10;
	
}

.clients-text-col {

font-weight: 700;
font-size: 1.3em;

}

.clients-intro {
	font-size: 1.3em;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
}


.client {
	list-style: none;
}

.gear {
	background-image: url(../images/SOTA_19_mics_01.jpg);
}

.gallery {
	background-image: url(../images/SOTA_06_tg_02.jpg);
}

.clients {
	background-image: url(../images/SOTA_09_tg_05.jpg);
}

.rates {
	background-image: url(../images/SOTA_12_outboard_01.jpg);
}

.tour {
	background-image: url(../images/SOTA_20_mics_02.jpg);
}


.studio-gallery {
	padding-bottom: 40px;
}

#links img {
	padding-bottom: 4px;
}

section {
  color: #000;
  min-height: 400px;
  height: auto !important;
  height: 100%;
}

.bg-1 {
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('http://www.bootply.com/assets/example/bg_blueplane.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}