/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #797979;
}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}
a {
	color:#797979;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	color:#333;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}


p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	color:#0F11A1;
}
h1 {
	margin:0 0 20px;
	line-height:30px;
	font-size:30px;
}
h2 {
	margin:0 0 25px;
	line-height:24px;
	font-size:23px;
}

h2.title span {position:relative;}
h2.title span:before,
h2.title span:after {
	content:'';
	position:absolute;
	top:50%;
	width:24px;
	height:1px;
	background-color:#797979;
}
h2.title span:before {left:-34px;}
h2.title span:after {right:-34px;}

h3 {
	margin:0 0 15px;
	line-height:23px;
	font-size:19px;
}
h4 {
	margin:0 0 15px;
	line-height:20px;
	font-size:17px;
}
h5 {
	line-height:20px;
	font-size:15px;
}
h6 {
	line-height:20px;
	font-size:14px;
}
::selection {
	background: #fff4c7;
	color:#333;
}
::-moz-selection {
	background: #fff4c7; /* Firefox */
	color:#333;
}

.color_text {color:#fff4c7;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}

.color_bg1 {background:#fff4c7;}
.color_bg2 {background:#fff4c7;}
.color_bg3 {background:#505050;}

.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot65 {margin-bottom:65px;}
.margbot70 {margin-bottom:70px;}

.pad0 {padding:0;}
.padbot0 {padding-bottom:0;}
.padbot10 {padding-bottom:10px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot40 {padding-bottom:40px;}
.padbot45 {padding-bottom:45px;}
.padbot50 {padding-bottom:50px;}
.padbot60 {padding-bottom:60px;}
.padbot70 {padding-bottom:70px;}
.padbot80 {padding-bottom:80px;}
.padtop0 {padding-top:0;}

#page {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
}

.page_block {opacity:0;}
#preloader {position:fixed; left:50%; top:50%; width:40px; height:40px; margin:-20px 0 0 -20px; display:block;}

section {padding-bottom: 70px;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}


.full_width {
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(255,244,199,0.6);
}

.relative_block {position:relative; z-index:5;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

.page_block {
	overflow-x:hidden;
	background-color:#fffdf7;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wrapper {
	padding-left: 15px;
	padding-right: 15px;
}



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/


/* __________ Logo __________ */
.logo {float:left;}
.logo a {
	display:block;
	font-family: 'Sail', cursive;
	text-transform:none;
	line-height:98px;
	font-size:56px;
	color:#fff4c7 !Important;
}



/* __________ Socials __________ */
.social li {
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 15px;
}
.social li a {
	display:block;
	margin:0;
	width:23px;
	height:23px;
	border-radius:50%;
	background-color:#979797;
	background-repeat: no-repeat;
	background-image: url(../images/social.png);
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.social li a:hover {background-color:#fff4c7;}

.social li.icon1 a {background-position: 0 0;}
.social li.icon2 a {background-position: -32px 0;}
.social li.icon3 a {background-position: -63px 0;}
.social li.icon4 a {background-position: -94px 0;}
.social li.icon5 a {background-position: -125px 0;}
.social li.icon6 a {background-position: -156px 0;}


.team_block .social {padding-top:10px;}
.team_block .social li a {margin:4px 0 0; background-color:#ddd;}
.team_block .social li a:hover {background-color:#979797;}

footer .social li {margin:0 7px 0 0;}
/* __________ Footer Menu __________ */
.foot_menu li {
	position:relative;
	display:inline-block;
	margin-right:14px;
	padding-right:13px;
}
.foot_menu li:before {
	content:'|';
	position:absolute;
	right:0;
	top:0;
	color:#9b9b9b;
}
.foot_menu li:last-child:before {display:none;}
.foot_menu li a {
	display:block;
	text-transform:uppercase;
	color:#9b9b9b;
}
.foot_menu li.active a,
.foot_menu li a:hover {
	color:#fff;
}



/* __________ Footer Info __________ */
.foot_info {padding-bottom:24px;}
.foot_info li {
	display:inline-block;
	margin-right:30px;
	line-height:20px;
}
.foot_info li i {
	display:inline-block;
	vertical-align:bottom;
	height:20px;
	padding-right:30px;
	background-repeat:no-repeat;
}
.foot_info li i.i7 {background-image:url(../images/i7.png);}
.foot_info li i.i8 {background-image:url(../images/i8.png);}
.foot_info li i.i9 {background-image:url(../images/i9.png);}

}


































