/*
Theme Name: Foreast
Author: Muhammad Bilal
Author URI: https://www.odesk.com/users/~0158ed5b0973a6ab18
Description: Theme for Foreast Agency
Version: 1.0
*/


/*@font-face
{
font-family: MinionPro;
src: url('css/fonts/MinionPro-Regular.otf'); /* IE9 *//*
font-weight: 500;
font-style: normal;
}*/


*{
	padding: 0;
	margin: 0;
}




body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: "MinionPro-Regular";*/
	font-size: 14px;
	color: #FFF;
}


img{
	border: none;
}
a{
	text-decoration: none;
	color: #FFF;
}


.clr{
	clear: both;
}

.container{
	
	
	
}


/************************************** header ********************************************/
.header-container{
	background: url(images/header-sides-bg.png) repeat-x;
}
.header{
	width: 980px;
	height: 276px;
	margin: 0 auto;
	background: url(images/header-bg.png) no-repeat top center;
}

.logo{
	display: block; 
	float: left;
	width: 184px;
	height: 75px;
	margin-top: 50px;
}

.nav {
	margin-top: 60px;
	max-width: 600px;
	float: left;
}
.nav ul{
	list-style: none;
	list-style-type: none;
}

.nav ul li{
	float: left;
	display: block;
	
}
.nav ul li a{
	display: block;
	color: #FFF;
	background: url(images/nav-bullet.png) no-repeat left center;
	padding: 5px 25px 5px 25px;
	text-transform: uppercase;
}
.nav ul li a:hover{
	background: url(images/nav-bullet-hover.png) no-repeat left center;
}

.nav ul li a.active, .nav ul li.current_page_item > a{
	background: url(images/nav-bullet-hover.png) no-repeat left center;
}

.lang-bar{
	margin-top: 60px;
	max-width: 600px;
	float: right;
	margin-left: 100px;
}
.lang-bar ul{
	list-style: none;
	list-style-type: none;
}
.lang-bar ul li{
	float: left;
	display: block;
	padding: 0 20px 0 20px;
	
}
.lang-bar ul li a{
	display: block;
	border: 1px solid #193b4f;
	background-color: #05263b;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px;
}

.nav ul li:hover > ul{
	display: block;
}

.nav ul li ul{
	position: absolute;
	display: none;
	background-color: #05263B;
	padding: 4px;
	overflow: hidden;
}
.nav ul li ul li{
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
}



/************************************** content ********************************************/
.content-container{
	background: url(images/content-bg.png) #083551 repeat-x top center;
}
.content{
	width: 980px;
	min-height: 400px;
	margin: 0 auto;	
	padding-bottom: 50px;
}

.content-area{
	float: left;
	width: 650px;
}

.content-area > h2{
	color: #fcb040;
	margin-bottom: 20px;
}

.content-box{
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 50px;
}
.content-box h2{
	color: #fcb040;
	font-size: 24px;
	text-transform: uppercase;
}
.content-box img{
	margin: 30px 0 20px 0;
}
.content-box p{
	margin-top: 5px;
	font-size: 14px;
}


/************************************** sidebar ********************************************/

.sidebar{
	width: 300px;
	float: right;
}

.sidebar .widget{
	margin-bottom: 20px;
}

.sidebar .widget h2{
	color: #fcb040;
	font-size: 24px;
	text-transform: uppercase;
}

.sidebar .widget .entry{
	margin-top: 20px;
}
.sidebar .widget .entry h3{
	font-size: 16px;
	color: #fcb040;
	margin-bottom: 15px;
}
.sidebar .widget .entry p{
	font-size: 12px;
}
.sidebar .widget .entry .date{
	color: #fcb040;
	padding: 5px 0 5px 0;
	font-size: 11px;
}

.sidebar .widget .readmore{
	border: 1px solid #193b4f;
	background-color: #05263b;
	padding: 3px 15px 3px 15px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0 0 0;
}





/************************************** footer ********************************************/
.footer-container{
	background: url(images/bottom.png) #093550 repeat-x top center;
	padding-top: 20px;
	border-top: 1px solid #0C3D5B;
}
.footer{
	width: 980px;
	height: 383px;
	margin: 0 auto;	
}

.links{
	float: left;
}
.links ul{
	list-style: none;
	list-style-type: none;
}
.links ul li{
	float: left;
	margin-right: 20px;	
}
.links ul li a{
	padding-left: 25px;
}

.services{
	background: url(images/service.png) no-repeat left;
}
.sitemap{
	background: url(images/site-map.png) no-repeat left;
}
.kontact{
	background: url(images/phone.png) no-repeat left;
}


.copyright{
	float: right;
}

.copyright .social{
	float: left;
	margin-right: 30px;
}
.copyright .social a{
	display: block;
	float: left;
	margin: 0 5px 0 5px;
}
.copyright .copyright-content{
	float: right;
}





/********************************************** gallery ********************************************/

.gallery-items{
	
}
.gallery-items ul{
	list-style: none;
	list-style-type: none;
}
.gallery-items ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gallery-items ul li a{
	text-decoration: none;
	display: block;
}
.gallery-items ul li a img{
	border: none;
	border: 3px solid #fcb040;
}


/********************************************** login ********************************************/

#login{
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}
form p{
	margin: 10px 0 10px 0;
}

input[type=text], input[type=password]{
	padding: 5px;
}

input[type=submit]{
	background-color: #06263b;
	color: #FFF;
	border: 1px solid #193b4f;
	padding: 5px 20px 5px 20px;
}


.fb-comments-title{
	margin-top: 50px;
}