.container{
	width:100%;
	max-width:1200px;
}
.slider-container{
	max-width:1230px;
}
.animated {
	visibility:hidden; 
}
.visible {
	visibility:visible;
}
#pageloader {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
} 
.loader-item {
    background: none repeat scroll 0 0 #FFFFFF;

    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.loader-item h2 {

}
.colored-border {

}

#slides{
	position:relative;
	padding-top:170px;
}
#slides:after{
	background:rgba(0,0,0,0.6);
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}	
.slider-content{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:99;
	margin-top:40px;
	text-align:center;
}	
.slider-content h1.typed-text{
	color:#fff;
	font-weight:700;
	font-size:60px;
	text-transform:capitalize;
	text-align:center;
}
.slider-content h3{
	color:#fff;
	text-align:center;
	margin-top:0;
}
.slider-content p{
	margin-top:25px;
}
.slider-content .btn{
	margin-bottom:20px;
}

#logo-left .site-logo{
	float:left;
}
#logo-left .menu-bar .navbar-right{
	float:right!important;
}

.about-us-content-section{
background:url(../images/abt.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-us-content-section h2{
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	font-size:25px;
}
.about-content{
	margin-top:45px;
}
.about-us-content-section .img-wrapper{
	border-bottom: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
	transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
    transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	overflow:hidden;
	margin-top:45px;
}
.about-us-content-section .img-wrapper img{
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	width:100%;
}
.features-section .next-features{
	margin-top:23px;
}
.features-section .content-title{
    font-size: 16px;
    text-align: center;

}
.features-section .sub-title{
	padding:0 18%;
}
.features-section p{

	font-size:14px;
	margin-bottom:50px;
	color: #696868;
}
.features-section .feature-icon {
    color: #ffffff;
    font-size: 33px;
    padding:0px;
    text-align: center;
	margin: 8px auto 0;
	position: relative;
} 
.features-section i{
	width:70px;
	height: 58px;
	display: block;
	line-height: 58px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.contact-details-section{
	background:url(../images/background-images/contact-details-bg.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	position:relative;
}
.contact-details-section .sub-title, .contact-details-section .section-title{
	color:#ffffff;
}	
.contact-details-section .sub-title{
	padding:0 14% ;
}	
.contact-details-section .datail-box{
	height:190px;
	max-width:270px;
	width:100%;
}
.map #map_canvas{
 width:100%;
 height:407px;
 border:7px solid #FFFFFF;
}
	
.contact-details-section .datail-box{
	position:relative;
	margin:48px auto 0;
}
.contact-details-section .datail-box .detail-title{
	position:relative;
}
.contact-details-section .datail-box h3{
	margin:0;
	padding:12px;
	color:#ffffff;
	text-transform:capitalize;
}
.contact-details-section .datail-box .detail-content{
	padding:25px 0 15px 20px;
}
.contact-details-section .detail-content h4{
	margin:0 0 2px;
	color:#ffffff;
	text-transform:capitalize;

	font-size:16px;
}
.contact-details-section .detail-content p{
	margin:0 0 15px;
	color:#a7a6a6;
	font-family:Arial;
	text-transform:capitalize;
	font-size:13.5px;
}
.contact-details-section .detail-content p > a{
	color:#a7a6a6;
}
.contact-details-section .detail-content p > a:hover{
	text-decoration:underline;
}
.customer-support-section p {
	padding:0 7% 15px;
	color:#696868;
}
.customer-support-section .input-group{
	margin:10px auto 30px;
}
.customer-support-section .contact-boxes .form-control .message-box{
	height:36px;
}
.customer-support-section .input-group .input-group-addon:first-child {
	background:#fff;
	border-radius:0px;
	padding:0 0 0 10px;
	font-size:22px;
	border-right:0px;
}
.customer-support-section .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
	border-left:0px;
	border-radius:0px;
	
}
.footer-bg{
	background:url(../images/footer_bg.png) repeat fixed #000;
}
.footer-section{	
	padding:25px 0px 48px 0px;	
}
.footer-section h3{
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif; 
}
.footer-section p{
	color:#a0a0a0;

	margin-bottom:22px;
}
.footer-section li{
	list-style:none;

	color:#a0a0a0;
	font-size:13px;
}
.footer-section .latest-post li a {
	font-style:italic;
	margin:0;
	font-size:15px;
	color:#a0a0a0;
	font-size:13px;
}
.footer-section .latest-post li{
	border-bottom:1px solid;
	padding-bottom:5px;
	padding-top:2px;
}
.footer-section .latest-post li a:hover{
}
.footer-section hr{
    border-style: inset none none;
    margin-bottom: 5px;
    margin-top: 5px;
}
.footer-section .flickr img{
	max-width:60px;
	height:60px;
	width:100%;
}
.footer-section .flickr img:hover{
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
.footer-section .flickr li{
	display:inline-block;
	margin-left:2px;
}
.footer-section ul{
	padding:10px 0 0 0;
}
.copy-rights-bg{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	padding:5px 0px;
}
.copy-rights-section p, .copy-rights-section a{
	color:#a0a0a0 !important;
	font-size:13px;
	margin-bottom: 0;
    margin-top: 8px;
}
.copy-rights-bg .social-icon i{
	font-size:23px;
	padding:6px;
}
.copy-rights-bg .social-icon{
	text-align:right;
}
