/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,100,300,700|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);');


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',sans-serif;
	font-weight: 300;
    color: #999999;
    background-color: #fff;
	background:#fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;;
    font-weight: 400;
    letter-spacing: 1px;
	color:#000;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #ffcc33;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.light {
    font-weight: 400;
}
.toplinks {background:#14161D;border-top:3px solid #79828A;padding:5px 0;font-size:38px!important;font-weight:bold!important;}
.toplinks b{font-family:montserrat;margin-right:10px;text-transform:uppercase;}
.toplinkwrap {text-align:left;color:#fff;font-weight:400;font-size:12px;padding:5px 0;}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	min-width:320px;
	background:#ff0 url(../img/ssehead.jpg)top center!important;
	box-shadow:0px 10px 20px rgba(0,0,0,0.2);
	border-radius:0px;
	z-index:1;
	
}
.dropdown-menu {background:#000!important;padding-top:0px!important;  }
 
.navbar-main-collapse {}
.navbar a {color:#fff!important;font-weight:400!important;}
.navbar-brand {
	height:57px; 
	 
	background:url(../img/sselogo1-01.png) no-repeat left;
	text-shadow: 1px 1px 2px #000;
	margin-top:2px;
	background-size:50%;
	margin-bottom:5px;
	
	
}
.brand2 {
	height:150px; 
	background:  url(../img/sselogo2-01.png) no-repeat center!important;
	text-shadow: 1px 1px 2px #000;
	margin-top:-30px;
	background-size:59%!important; 
	
	
}
.active a{color:#fff!important;font-weight:bold!important;}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
  
}

.vertbr {border-left:5px solid #efefef;height:100%;}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background:#000;
	padding:10px 20px;
	margin-left:10px;
	margin-top:10px;
	border-radius:20px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 10px;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #030303;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #000;text-decoration:underline;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus
{
    outline: 0;
    background-color: rgba(0,0,0,.8);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus
 {
    outline: 0;
    background-color: rgba(0,0,0,.6);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 114px;
	height:30px;
	width:30px;
	margin-top:20px;
	background:url(../img/tg.png)
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.greyscale {
background: #f4f4f!important4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #d2d2d2 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#d2d2d2 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#d2d2d2 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */}
/* ===========================


---  carousel
============================ */
.top .carousel-inner  {background:#000;margin-top:-450px!important;}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
		     transition: opacity .45s ease-in-out;
   -moz-transition: opacity .45s ease-in-out;
   -webkit-transition: opacity .45s ease-in-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;   transition: opacity .45s ease-in-out;
   -moz-transition: opacity .45s ease-in-out;
   -webkit-transition: opacity .45s ease-in-out;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.topcarousel {
  height: 550px;
}
.security .slide1 {
 
	background: #000 url(../img/security.jpg)center top no-repeat;background-size:cover;background-position:fixed;height: 550px;
}
.homeautomation .slide1 {
 
	background: #000 url(../img/homeautomation.jpg)center no-repeat;background-size:cover;background-position:fixed;height: 550px;
}
.commercial .slide1 {
 
	background: #000 url(../img/commercial.jpg)center top no-repeat;background-size:cover;background-position:fixed;height: 550px;
}
.commercial .slide2 {
  background: url(../img/commercial2.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
}
.commercial .slide3 {
  background: url(../img/commercial3.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;}
.slide1 {
 
	background: #000 url(../img/bg1.jpg)center top no-repeat;background-size:cover;background-position:fixed;height: 550px;
}
.slide2 {
  background: url(../img/bg2.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
}
.slide3 {
  background: url(../img/bg3.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
}
.slide4 {
  background: url(../img/bg4.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
}
.headerbox {opacity:1!important;}
 .carousel-control{font-size:31px;float:right;width:50px;height:100%;text-align:center;padding-bottom:55px; vertical-align:middle;}
 .carousel-control.left {}
  .carousel-control.right {}
  
.residential .slide1 {
 
	background: #000 url(../img/residential.jpg)center top no-repeat;background-size:cover;background-position:fixed;height: 550px;
}
.residential .slide2 {
  background: url(../img/residential2.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
}
.residential .slide3 {
  background: url(../img/residential3.jpg)center no-repeat;background-size:cover; background-position:fixed;height: 550px;
} 

.navbar-toggle {z-index:1000;}
/* ===========================

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 90px;
	display:block;
    position:relative;
    z-index:120;
	background:#ffffff;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {

	height:0px;
}

#intro.intro {
}

 .slogan {
	text-align: center;


}

.intro .page-scroll {
	text-align: center ;
	
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

 .slogan h3 {
	color: #fff;
	text-shadow: none;
	font-size: 40px;
	line-height: 60px;
	font-weight: 200;
	font-family: 'Montserrat', serif;
	text-decoration: none;
	text-transform:none!important;
	margin-bottom:0px!important;
}
.slogan {
	background-color: rgba(154, 0, 0, .9);
	padding:20px 15px;
	height:450px;
	opacity:1;
	overflow: auto;
}
	
 .slogan h4 {
	color: #fff;
	text-transform:none!important;
	font-weight: 100!important;
	line-height:32px!important;
	text-align:left;
	font-size:17px;
	
	
}
/* ===========================
--- Solid State Custom Elements
============================ */


.customquote {
	background:url(../img/customquotebox.png)no-repeat left;height:160px;display:block;position:relative;
	}
/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}



.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #000;}
.team-social .social-instagram a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #ffcc33;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #ffcc33;}

.fa-youtube{position:relative;top:-1px;font-size:21px!important;}

.subtext {
	text-align:justify; 
	
}
.missionbox {background:url(../img/upbutton.png)no-repeat center bottom;margin-bottom:-31px;}
/* ===========================
--- Next Day Custom
============================ */



.dots1{background-size:100%;width:60%;background:url(../img/dots1.png)no-repeat center;font-size:18px;}

.dots2 {background-size:100%;width:60%;background:url(../img/dots2.png)no-repeat center;font-size:18px;margin-bottome:30px;}
.service-box {adding: 40px 40px 20px;}
.service-desc h5 {color:#000;}
.service-img>img{height:200px;width:200px; border-radius:100%;box-shadow:0px 3px 0px #777;margin:auto;margin-bottom:30px;}
.socialbox {padding-right:40px !Important;}
.company-social a{
	margin:0;
	float:right;
    display: block;
	width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	margin-left:5px!important;
	
}
.socialbox {padding-right:40px;}
.social-facebook a{background:url(../img/facebook.png)center no-repeat;background-size:100%;}
.social-twitter a{background:url(../img/twitter.png)center no-repeat;background-size:100%;}
.social-instagram a{background:url(../img/instagram.png)center no-repeat;background-size:100%;}
.social-youtube a{background:url(../img/youtube.png)center no-repeat;background-size:100%;}
.social-yellow a{background:url(../img/yellow.png)center no-repeat;background-size:100%;height:30px;width:30px;display:block;float:right;}
.social-google a{background:url(../img/google.png)center no-repeat;background-size:108%;height:30px;width:30px;display:block;float:right;margin-right:5px;}

.crop {
  max-height:280px;
  overflow:hidden;
  background:rgba(255,255,255,0.95);
  margin-bottom:20px;
  
  
}

#gallery img {
   margin-bottom:20px;
   padding:10px 10px 10px;
   width:100%;
   max-height:250px;
   overflow:hidden;
}
.wrap {color:#333;}

/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
	height:48px;
}	

.service-desc p{
	padding:0 0px 10px;
}
#service .section-heading h2 {color:#000}
/* ===========================
--- Top Gallery
============================ */
.midbar {box-shadow:0px -5px 40px rgba(0,0,0,0.8)}
.slidebar {background:rgba(0,0,0,0.5);min-height:205px;width:100%; top:160px;position:relative;padding:30px 0;}

.slidebar2 {background:rgba(0,0,0,0.5);min-height:205px;width:100%; bottom:0;position:absolute;padding:50px 0;}

.slidetext {color:#fff;text-align:center;min-height:50px;line-height:25px;padding:0px 60px;font-weight:500!important;text-shadow:0px 2px 1px #000;}
.slidebar h1 {text-shadow:0px 2px 1px #000;}

.carousel-inner {
	line-height:.1;	
}

.inner p {color:#333;}

.carousel-control.right {
	background:url(../img/rightgradient.png)right repeat-y;

	background-size:120%;
	

	}
	
.carousel-control.left {
	background: url(../img/leftgradient.png)center repeat-y;
	background-size:120%;
	
	}
.carousel-inner {
	
}
.arrow-right {
	background: url(../img/rightarrow.svg)right no-repeat;
	height:100%;
	padding:none!important;
}
.arrow-left {
	background: url(../img/leftarrow.svg)left no-repeat;
	height:100%;
	padding:none!important;
}


/* ===========================
--- Gallery
============================ */
#gallery {background:url(../img/redframe.jpg)top repeat-x ;}
.galleryleft {border:1px solid #fff;height:50px;width:50px;top:45%;margin-left:10px;color:#fff;background:rgba(154,0,0,.9) url(../img/left.png)no-repeat center !important;}
.galleryright {border:1px solid #fff;height:50px;width:50px;top:45%;margin-right:10px;float:right;color:#fff;background:rgba(154,0,0,.9) url(../img/right.png)no-repeat center !important;}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

.modal-dialog {vertical-align:middle!important;text-align:center;}

.modal-body {padding:1px;border-radius:1px!important;verticle-align:middle;z-index:1000000000000000000;}
.fade {background:rgba(0,0,0,.6);z-index:10;}

#lightbox .modal-content {
    display: inline-block;
    text-align: center; 
	width:100%;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 315px;
    right: -55px;
    
    z-index:1000032;}

.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}

.carousel-control {
 
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	display:none!Important;
	
}

form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border:none!important;
  -webkit-box-shadow: none;
          box-shadow:  none;
		  
    background: #25262D;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #25262D;
  border: 0px solid #FFCC33;
  border-radius: 0;
}


.mapframe {
   width:360px;
   height:380px;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:380px; /* your iframe height */
   top:380px;  /* your iframe height */
   margin-top:-382px;  /* your iframe height */
 
}
.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	
    height: 50px;
    line-height: 50px;
	font-size:20px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	margin-right:5px;
	margin-top:25px;
	
}

.company-social a:hover{
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
} 
.social-youtube a{border:1px #fff;}

.btn-cirlce.social-facebook a{
	text-align: center;
	margin:0;
	padding:0;
	background:#000;
}
address {
	font-size:16px!important;
	line-height:25px;
}

.connectbox address {
	margin-bottom:30px;	
}

.vendors {
	background:url(../img/vendors.png) center no-repeat;
	min-height:400px;
	background-size:70%;
}
/* ===========================
--- Footer
============================ */
.bottomlinks li a:hover{ color:#fff!important;}
footer {
	text-align: center;
	padding: 35px 0 35px 13px ;
	background:#111217;
	color:#fc3!important;
	
}



footer p {
	color: #fc3;
	margin-bottom:0px;
	font-size:11px;
	line-height:2px;
	
}
.footerinfo {
	float:left;
	
}

.footermenu li a{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:80%;
	letter-spacing:2px;
}

.footermenu li a:hover{
	color:#fff;
}

.nav.navbar-nav {
	background:none!important;
	margin-top:5px;
}

.formbox {margin:0 0 60px;

}

.maps {
  margin:0 0 40px;

}
#service {
	background:url()no-repeat center;background-size:cover;
}
#maps {height:500px;background:url(../img/mapsbg.png)no-repeat center;background-size:cover;}
/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 .btn.btnslide {
	border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	float:none!important;
	
	
	
	}
	
	


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle.btn-dark:hover,
.btn-circle.btn-dark:focus {
    outline: 0;
    color: #666;
    background:none!important;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
.form-control{color:#fff!important;}

.form-group{color:#fff!important;}

#btnContactUs{
	font-size:13px;
	padding:10px 15px;
	border-radius:3px;
	border:none;
	background:#970000;
	color:#fff;
}
.spacer1 {
	height:16px;
	width:20px;


}

/* Media queries */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media(min-width:1200px) {


.navbar-brand {
	height:80px; 
	width:380px;

}
.navbar-main-collapse {margin-top:10px;}
}
@media(max-width:1239px) {
	.navbar-brand {
	height:65px; 
	width:304px;}
	


}

@media(max-width:1280px){
	#gallery img {
 
}	
#myCarousel {min-height:300px;}
	
}
@media(min-width:893px) {
	.morepad1 {
	   margin-bottom:14px;	
}
}


@media(max-width:991px) {
	 .slogan {background:rgba(0,0,0,0.6)!important;text-shadow:0px 1px 3px #000;margin-left:-15px;margin-right:-15px; }
	 .heading-contact { }
	 .intro {
	   background:#000 url(../img/bg1.jpg)center center no-repeat;
	
    }

	.service-desc h5{
		font-size:120%;
		
	}
	.navbar-brand {padding-left:40px;}
	#gallery {background-size:200%;}
}
@media(min-width:768px) {

    .navbar {
        padding: 70px 0 40px;
        border-bottom: 0;px
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		
    }
	.navbar-right {position:relative;right:-40px!Important;}
    .top-nav-collapse {
        padding:/* use to change collapsed menu when scrolling*/ 10px;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
	
    .intro {
       
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }
	
	.maps {
  		margin:;
		padding:0 25px!important;

}
	.mapframe {
		padding-right:25px;		
}



}
@media (max-width:768px) {
	.theater h5 {font-size:20px!important;}
	.services h5{font-size:20px;}
	.brand2 {  width:300px;background-position:center;}
	.slidebar {font-size:80%!important;}
	.slidetext {padding:0px 10px 0px 10px!important;}
	.toplinkwrap {text-align:center;font-size:10px;}
	.navbar-brand {margin-left:15px!important;}
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	.heading-contact {padding-top:50px!important;}
	.boxed-grey {
		margin-bottom: 30px;
		
	}
	.intro {
		
		padding:30px 0px 10px!important;
		height:450px!important;
		background:#000 url(../img/bg1.jpg)center no-repeat;
		
	
}
	
	
	.navbar {
		background-color: #000;
}
	.navbar-logo {
		margin-top:0px;
}
	.navbar-custom ul.nav li a{
		color:#ffffff;
}

	.navbar-brand {width:50%;}
	.footermenu {		
}
	
	.mapframe {
	   width:100% !important;
	   height:380px;
}

	.subtext {
		padding:0 60px;		
}

	.service-desc {
		padding:0 60px;		
}


	.padbox-sm {
		padding:0px 12px;
}
.galleryright {
	position:relative;
	bottom:10%;
	right:5px!important;	
	
	}
	
.galleryleft {

	position:relative;
	bottom:10%;
	left:5px;
	float:left;
	}
	
.carousel-inner {
	
}

.navbar-toggle {
	font-size:23px!important;
	margin:2px;
	padding:5px 10px 0 0;
	font-color:#000!important; 
}
.navbar-toggle a{ 
    color: #000!important;background:#000;}
.navbar-logo {
	background-size:80%;
	margin-left:30px!important;}
	
#gallery img {max-height:230px!important;padding:0px!important;}
.crop {max-height:220px;padding:0px!important;}
.modal-body img{min-height:630px!important;}


@media (max-width:480px)

{
	
	.brand2 {  width:100%;background-position:center;}
	.slidebar {font-size:80%!important;top:100px;}
	.social-box {}
	.galleryleft {top:80%; }
	.galleryright {top:80%; }
	.section-heading h2 {margin-bottom:20px!important;}
	.carousel-control.right { }
	.crop {height:120px;padding:0px!important;background:none!important;}
	#gallery img {padding:0px!important;}
	.dots2 {background:none;}
	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
	.slogan h2{
		font-size:32px!important;
		line-height:25px!important;
		vertical-align:middle!important;
		padding:15px;
		
}

	.subtext {
		padding:0 30px;		
}

.slogan h4{
		font-size:14px!important;
		vertical-align:middle!important;
		margin-bottom:0px!important;
		
		padding:20px;
		
}
.intro {
		padding-bottom:20px!important;
		padding:70px 0px 20px!important;
		max-height:500px!important;
}

.map {
		width:100%!important;	
}
.contactbox {
		padding:inherit!important;	
}


	.service-desc {
		padding:0 10px;		
}

h2 {
font-size: 25px!important;
margin:0px!important;

}

.home-section {padding:30px 0!important;}
.button-white {
	color:#ffffff;
	
} 