@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
  background: url(../images/slider-bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/*body {
  background: #e5e5e5;
  color: #999;
}*/
h1,
h2,
h3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
},
h4,
h5,
h6 {
	color: #000;
	font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}

.button_position {
	position: absolute;
	top: 75%;
	left: 75%;
	z-index: 2;
}





#header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
}



/*hr {
 border-color: #999999;
  max-width: 800px; 
  margin-bottom: 30px;
}*/	 







/* Colors Section
=================================================================== */
.color.white {
	background: #fff;
	color: #414141;
}

.color.white i {
	color: #414141;
}

.color.white h2 {
	color: #414141 !important;
}

.color.white h2 span {
	background: #fff !important;
	color: #414141 !important;
}


.color.blue {
	background: #52b6ec;
	color: #FFF;
}

.color.gray {
	background: #3C3C42;
	color: #3C3C42;
}




.img-full {
  max-width: 100%;
}


.clr1 {
	
 margin-bottom: 40px
 background:#FFFFFF; 

}

/* navigation bar */




contacthr {
  border-color: #999999;
  max-width: 400px;
  margin-bottom: 20px;
}



/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.img-center {
	margin:0 auto;
}



/* --------------------------------------
   Carousel
   -------------------------------------- */
@media (max-width: 767px) {
hr {
 /* border-color: #999999;
  max-width: 800px; */
  margin-bottom: 30px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	width: 800px;
	height: 800px;
	margin-left:2px;
	z-index:1;
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.imgj
{
 
    z-index: 2;
	position:fixed;
	left:92%;
	top:1px;
	
}	

/*#main-slider .carousel .item {
  background-position:center;
  background-repeat: no-repeat;
  background-size:auto;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position:absolute;
  width:767px;
  display: block !important;
  height:400px;
  margin-left:15px;
  
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 200ms linear 200ms both;
  -moz-animation: fadeInUp 200ms linear 200ms both;
  -o-animation: fadeInUp 200ms linear 200ms both;
  -ms-animation: fadeInUp 200ms linear 200ms both;
  animation: fadeInUp 200ms linear 200ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 200ms linear 400ms both;
  -moz-animation: fadeInUp 200ms linear 400ms both;
  -o-animation: fadeInUp 200ms linear 400ms both;
  -ms-animation: fadeInUp 200ms linear 400ms both;
  animation: fadeInUp 200ms linear 400ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 200ms linear 800ms both;
  -moz-animation: fadeInUp 200ms linear 800ms both;
  -o-animation: fadeInUp 200ms linear 800ms both;
  -ms-animation: fadeInUp 200ms linear 800ms both;
  animation: fadeInUp 200ms linear 800ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 200ms linear 1100ms both;
  -moz-animation: fadeInUp 200ms linear 1100ms both;
  -o-animation: fadeInUp 200ms linear 1100ms both;
  -ms-animation: fadeInUp 200ms linear 1100ms both;
  animation: fadeInUp 200ms linear 1100ms both;
}	
	
*/	
	
	#slide1 {
		background: url('../images/slide/small01.jpg') top center no-repeat;
	}

	
	#slide2 {
		background: url('../images/slide/small02.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/small03.jpg') top center no-repeat;
	} 
	#slide4 {
		background: url('../images/slide/small04.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:100px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


.navbar .nav > li.active > a,
.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus,
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
/*  margin-top: -3px; */
 /* left:68%; */

}
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 


} 
 

 
@media (min-width: 768px) {
.templatemo_slider {
	top: 50px;
	margin-bottom:30px;
	position: relative;	
	z-index: 1;
}
	
hr {
 
  margin-bottom: 30px;
}	


#contact .box {
	background-color: #222;
	color: #FAFAFA;
	width: 940px;
	height: 1800px;
	margin-left:30px;
	z-index:1;
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #FAFAFA;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
	background-color: #009;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.imgj
{
 
    z-index: 2;
	position:fixed;
	left:87.5%;
	top:1px;
	
}	

/*#main-slider .carousel .item {
  background-position:center;
  background-repeat: no-repeat;
  background-size:auto;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position:absolute;
  width:980px;
  display: block !important;
  height:500px;
  margin-left:15px;
  
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}*/

/*#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 200ms linear 200ms both;
  -moz-animation: fadeInUp 200ms linear 200ms both;
  -o-animation: fadeInUp 200ms linear 200ms both;
  -ms-animation: fadeInUp 200ms linear 200ms both;
  animation: fadeInUp 200ms linear 200ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 200ms linear 400ms both;
  -moz-animation: fadeInUp 200ms linear 400ms both;
  -o-animation: fadeInUp 200ms linear 400ms both;
  -ms-animation: fadeInUp 200ms linear 400ms both;
  animation: fadeInUp 200ms linear 400ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 200ms linear 800ms both;
  -moz-animation: fadeInUp 200ms linear 800ms both;
  -o-animation: fadeInUp 200ms linear 800ms both;
  -ms-animation: fadeInUp 200ms linear 800ms both;
  animation: fadeInUp 200ms linear 800ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 200ms linear 1100ms both;
  -moz-animation: fadeInUp 200ms linear 1100ms both;
  -o-animation: fadeInUp 200ms linear 1100ms both;
  -ms-animation: fadeInUp 200ms linear 1100ms both;
  animation: fadeInUp 200ms linear 1100ms both;
}	*/
	
	
	
	#slide1 {
		background: url('../images/slide/medium11.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/medium22.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/medium33.jpg') top center no-repeat;
	} 
	#slide4 {
		background: url('../images/slide/medium44.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}


/*.navbar-fixed-bottom .navbar-inner {
  
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	*display:inline; 
	*zoom:1;
	vertical-align: top;
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
 
	width:130px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}

/*.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;	 	
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #52b6ec !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
} 

.navbar .nav > li.active > a,
.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus,
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;


}
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} */

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:130px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}




.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 206px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 



}

@media (min-width: 1100px) {
.templatemo_slider {
	top: 90px;
	margin-bottom: 80px;
	position: relative;
	
	z-index: 1;
}
	
hr {
 
  margin-bottom: 60px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width:935px;
	height: 560px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:940px;
	top:1px;
}	
	
#main-slider .carousel .item {
  background-position:center;
  background-repeat: no-repeat;
  background-size:auto;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position:absolute;
  width:970px;
  display: block !important;
  height:550px;
  margin-left:0;
  
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 200ms linear 200ms both;
  -moz-animation: fadeInUp 200ms linear 200ms both;
  -o-animation: fadeInUp 200ms linear 200ms both;
  -ms-animation: fadeInUp 200ms linear 200ms both;
  animation: fadeInUp 200ms linear 200ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 200ms linear 400ms both;
  -moz-animation: fadeInUp 200ms linear 400ms both;
  -o-animation: fadeInUp 200ms linear 400ms both;
  -ms-animation: fadeInUp 200ms linear 400ms both;
  animation: fadeInUp 200ms linear 400ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 200ms linear 800ms both;
  -moz-animation: fadeInUp 200ms linear 800ms both;
  -o-animation: fadeInUp 200ms linear 800ms both;
  -ms-animation: fadeInUp 200ms linear 800ms both;
  animation: fadeInUp 200ms linear 800ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 200ms linear 1100ms both;
  -moz-animation: fadeInUp 200ms linear 1100ms both;
  -o-animation: fadeInUp 200ms linear 1100ms both;
  -ms-animation: fadeInUp 200ms linear 1100ms both;
  animation: fadeInUp 200ms linear 1100ms both;
}	
	

	
	#slide1 {
		background: url('../images/slide/medium11.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/medium22.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/medium33.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/medium44.jpg') top center no-repeat;
	}

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:130px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


.navbar .nav > li.active > a,
.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus,
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
/*  margin-top: -3px; */
 /* left:68%; */

}
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}
@media (min-width: 1280px) {
	
.templatemo_slider {
	top: 20px;
	margin-bottom: 40px;
	position: relative;
	
	z-index: 1;
}
	


hr {
 
  margin-bottom: 15px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width: 990px;
	height: 700px;
	margin-left: 1px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:81.5%;
	top:1px;
}	
	

	
	#slide1 {
		background: url('../images/slide/large1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/large2.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/large3.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/large4.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:139px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


/* .navbar .nav > li.active > a,
.navbar .nav > li:hover > a, 
.navbar .nav > li:focus > a, 

.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a, *

.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus, 
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec; 
 
  color: #fff;
} 


.navbar .nav > li > a {
	color: #414141;
	border-top: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 20px;
	padding: 12px 10px \9;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;

}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}
/*
.navbar .btn-navbar {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin: 0px !important;		
}

.navbar .btn-navbar:hover {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}


*/











.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 206px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}









@media (min-width: 1360px) {
.templatemo_slider {
	top: 10px;
	margin-bottom: 60px;
	position: relative;
	
	z-index: 1;
}
	
hr {
 
  margin-bottom: 1px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width:1045px;
	height: 560px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:1098px;
	top:1px;
}	
	
/*#main-slider .carousel .item {
  background-position:center;
  background-repeat: no-repeat;
  background-size:auto;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position:absolute;
  width:970px;
  display: block !important;
  height:550px;
  margin-left:0;
  
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 300ms;
  -moz-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 200ms linear 200ms both;
  -moz-animation: fadeInUp 200ms linear 200ms both;
  -o-animation: fadeInUp 200ms linear 200ms both;
  -ms-animation: fadeInUp 200ms linear 200ms both;
  animation: fadeInUp 200ms linear 200ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 200ms linear 400ms both;
  -moz-animation: fadeInUp 200ms linear 400ms both;
  -o-animation: fadeInUp 200ms linear 400ms both;
  -ms-animation: fadeInUp 200ms linear 400ms both;
  animation: fadeInUp 200ms linear 400ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 200ms linear 800ms both;
  -moz-animation: fadeInUp 200ms linear 800ms both;
  -o-animation: fadeInUp 200ms linear 800ms both;
  -ms-animation: fadeInUp 200ms linear 800ms both;
  animation: fadeInUp 200ms linear 800ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 200ms linear 1100ms both;
  -moz-animation: fadeInUp 200ms linear 1100ms both;
  -o-animation: fadeInUp 200ms linear 1100ms both;
  -ms-animation: fadeInUp 200ms linear 1100ms both;
  animation: fadeInUp 200ms linear 1100ms both;
}	
	
*/
	
	#slide1 {
		background: url('../images/slide/medium11.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/medium22.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/medium33.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/medium44.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;} 

/* .navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; 
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	*display:inline;
	*zoom:1; 
	vertical-align: top;

}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 
	width:160px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


.navbar .nav > li.active > a,
.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus,
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;


}
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 
*/
.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:147px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}




.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}


.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 170px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}



@media (min-width: 1400px) {
	
.templatemo_slider {
	top: 120px;
	margin-bottom: 100px;
	position: relative;
	
	z-index: 1;
}
	


hr {
 
  margin-bottom: 75px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width: 1135px;
	height: 700px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:84%;
	top:1px;
}	
	

	
	#slide1 {
		background: url('../images/slide/large1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/large2.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/large3.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/large4.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:160px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


/* .navbar .nav > li.active > a,
.navbar .nav > li:hover > a, 
.navbar .nav > li:focus > a, 

.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a, *

.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus, 
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec; 
 
  color: #fff;
} 


.navbar .nav > li > a {
	color: #414141;
	border-top: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 20px;
	padding: 12px 10px \9;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;

}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}
/*
.navbar .btn-navbar {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin: 0px !important;		
}

.navbar .btn-navbar:hover {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}


*/



.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 170px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}



@media (min-width: 1600px) {
	
.templatemo_slider {
	top: 50px;
	margin-bottom: 100px;
	position: relative;
	
	z-index: 1;
}
	


hr {
 
  margin-bottom: 50px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width: 1135px;
	height: 550px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:80%;
	top:1px;
}	
	

	
	#slide1 {
		background: url('../images/slide/large1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/large2.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/large3.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/large4.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:160px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


/* .navbar .nav > li.active > a,
.navbar .nav > li:hover > a, 
.navbar .nav > li:focus > a, 

.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a, *

.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus, 
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec; 
 
  color: #fff;
} 


.navbar .nav > li > a {
	color: #414141;
	border-top: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 20px;
	padding: 12px 10px \9;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;

}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}

.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 150px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}


@media (min-width: 1680px) {
	
.templatemo_slider {
	top: 50px;
	margin-bottom: 100px;
	position: relative;
	
	z-index: 1;
}
	


hr {
 
  margin-bottom: 50px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width: 1400px;
	height: 700px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:86.5%;
	top:1px;
}	
	

	
	#slide1 {
		background: url('../images/slide/large1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/large2.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/large3.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/large4.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:196px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


/* .navbar .nav > li.active > a,
.navbar .nav > li:hover > a, 
.navbar .nav > li:focus > a, 

.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a, *

.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus, 
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec; 
 
  color: #fff;
} 


.navbar .nav > li > a {
	color: #414141;
	border-top: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 20px;
	padding: 12px 10px \9;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;

}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}
/*
.navbar .btn-navbar {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin: 0px !important;		
}

.navbar .btn-navbar:hover {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}


*/











.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 206px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}



@media (min-width: 1900px) {
	
.templatemo_slider {
	top: 50px;
	margin-bottom: 100px;
	position: relative;
	
	z-index: 1;
}
	


hr {
 
  margin-bottom: 50px;
}	
#contact .box {
	background-color: #222;
	color: #999;
	
	width: 1460px;
	height: 700px;
	margin-left: 5px; 
}


#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
	
.imgj
{
 
    z-index: 2;
	position:fixed;
	
	left:83.5%;
	top:1px;
}	
	

	
	#slide1 {
		background: url('../images/slide/large1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../images/slide/large2.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../images/slide/large3.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../images/slide/large4.jpg') top center no-repeat;
	} 

.carousel-indicators{bottom:1px;}

.navbar-fixed-bottom .navbar-inner {
  /*	background: rgba(255,255,255,.8) !important; */
	
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
 /* margin-right: 33px;
  margin-left: 32px; */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		
	
}

.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
 /*	background: transparent !important; */
	background: #FFF;


   opacity: 0.8;
   filter: alpha(opacity=80);
	
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	 *display:inline; /* ie7 fix */
     *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
/*	margin-left: 1px;
	margin-right: 1px; */
}

.navbar .nav > li > a {
	color: #000; 
	border-bottom: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	margin-left: 0px;
 /*	padding: 15px 20px;
	padding: 15px 10px \9; */
	width:206px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

}


/* .navbar .nav > li.active > a,
.navbar .nav > li:hover > a, 
.navbar .nav > li:focus > a, 

.navbar .nav > li.active:focus > a,
.navbar .nav > li.active:hover > a, *

.navbar .nav > li.active > a:focus,
.navbar .nav > li.active:focus > a:focus,
.navbar .nav > li.active:hover > a:focus, 
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:focus > a:focus {
  background-color: #52b6ec; 
 
  color: #fff;
} 


.navbar .nav > li > a {
	color: #414141;
	border-top: 0px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 20px;
	padding: 12px 10px \9;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;

}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #52b6ec !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #000 !important;	
  	text-decoration: none;
  	background-color: transparent !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav > .active > a:hover {
  	background: #52b6ec !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}
/*
.navbar .btn-navbar {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin: 0px !important;		
}

.navbar .btn-navbar:hover {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}


*/











.navbar-nav .dropdown-menu {
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
 /* padding: 0; */
 /* padding: 15px 20px; */
  width: 206px;
/*  margin-top: -3px; */
 /* left:68%; */

} 
.navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
 
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:focus > a,
.navbar-nav .dropdown-menu > li.active > a {
 
 background-color:#52b6ec; 
}
.navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
} 

}


.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}



@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
