/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Lato', sans-serif;
    font-size: 100%;
    background-color: #FFF;
    margin: auto;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}



/* Default Skin */

.slider-left h1{
	font-size: 4em;
	color: #FFF;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
p.top_desc{
	color: #EDF6FF;
	font-size: 1.8em;
	line-height:0em;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 300;
}
p.bottom_desc{
	color: #EDF6FF;
	font-size:0.95em;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 300;
	margin-top:3em;
}
.header_btn{
	text-align:center;
	padding-top: 5em;
}
.btn2{
	text-align:center;
}
.btn2 span {
	width:220px;
	height:70px;
	display: inline-block;
	background: url(../images/btn.png) no-repeat 0px 0px;
	font-size:1em;
	font-weight:500;
	line-height:4em;
	color: #ffb500;
	text-transform: uppercase;
	font-weight: 600;
}
.btn2 span:hover{
	color:#fff;
}
.navbar-custom {
	background: #ffb500;
}
.subMenu {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.navbar-nav>li>a {
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
	line-height:52px;
}
.right-msg span{
	width: 216px;
	height: 80px;
	display: inline-block;
	background: url(../images/logo_small.png) no-repeat 0px 5px;
	vertical-align: middle;
}
.navbar-nav li.active a, .navbar-nav li.hover a{
	color: #ffb500;
	background:#35353f;
}
.right-msg{
	float:right;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:24.4%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 8px 7px 35px 0px;
}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	border: 1px solid #fff;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 2%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1.5em;
	text-transform: uppercase;
	padding-top:1.3em;
	display: block;
	font-weight: 500;
	margin: 0 20px;
   color: #fff;
}
.b-animate button{
	background: #FFB500;
	padding: 0.8em 1.5em;
	color: #35353F;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.5em;
	margin: 0.8em auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	font-weight: 700;
}
.b-animate button:hover{
	background:#67491d;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background:#c8aa77;
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height:312px;
	background: none repeat scroll 0% 0% / 100% 100% #c8aa77;
opacity: 0.7;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
i.heart{
	width: 20px;
	height: 22px;
	background: url(../images/hand.png)0px 2px;
	display: inline-block;
	margin-right: 3px;
}
i.heart:hover{
	background: url(../images/hand-hover.png)0px 2px;
}
.portfolio_bottom{
	background:#fff;
	text-align: center;
	padding:3em 0;
}
.btn3 span {
	padding: 0.8em 2.5em;
	display: inline-block;
	border: 2px solid #FFF;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.btn3 span:hover{
	color:#ffb500;
	background:#fff;
}
.services{
	background:#ffb500;
	padding:5em 0;
}


.contact-form_grid input[type="submit"]:hover {
	color:#fff;
}
.footer{
	background:#35353f;
	padding:2em 0;
}
.copy{
	float:left;
	margin-top: 13px;
}
.copy p{
	color:#fff;
}
.copy p a{
	color:#FCB200;
}
.social {
	float: right;
	margin-top: 5px;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social li {
	background: none;
	display: inline-block;
}
li.facebook a span {
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -14px -296px;
}
li.facebook a span:hover {
	background: url(../images/img-sprite.png)no-repeat -11px -341px;
}
li.twitter a span {
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -64px -296px;
}
li.twitter a span:hover {
	background: url(../images/img-sprite.png)no-repeat -64px -341px;
}
li.rss a span {
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -114px -296px;
}
li.rss a span:hover {
	background: url(../images/img-sprite.png)no-repeat -117px -341px;
}
li.google a span {
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -175px -313px;
}
li.google a span:hover {
	background: url(../images/img-sprite.png)no-repeat -173px -358px;
}
/*--responsive design--*/
@media(max-width:1366px){
.banner-wrap {
	width: 85%;
}
.wmuSliderPagination {
	left: 40.5em;
}
.b-animate span {
	padding-top: 2em;
	margin-bottom:1em;
}
.b-animate label {
	margin-top: -8px;
}
}
@media(max-width:1280px){
.banner-wrap {
	width: 88%;
}
.wmuSliderPagination {
	left: 38em;
}
}
@media(max-width:1024px){
.slider-left h1 {
	font-size: 3em;
}
p.top_desc {
	font-size: 1.3em;
}
.wmuSliderPagination {
	left: 30em;
}
.b-animate span {
	font-size: 0.85em;
}
.b-animate img {
	margin-top: 1%;
}
.b-animate button {
	padding: 0.8em 2em;
	font-size: 0.8125em;
}
}
@media(max-width:800px){
.slider-left h1 {
	font-size: 2em;
}
p.top_desc {
	font-size: 1em;
}


