@charset "utf-8";



/*=== FOUNDATION START HERE ===*/
/* Font Face */
@font-face {
    font-family: 'DINLight';
    src: url('../fonts/DINLight.eot');
    src: url('../fonts/DINLight.eot') format('embedded-opentype'),
         url('../fonts/DINLight.woff2') format('woff2'),
         url('../fonts/DINLight.woff') format('woff'),
         url('../fonts/DINLight.ttf') format('truetype'),
         url('../fonts/DINLight.svg#DINLight') format('svg');
}
/* Font Face */

body {
	font-family:'DINLight';
	color:#363636;
	font-size:17px;
	line-height:22px;
	padding-top:50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'DINLight';
	color:#bf9958;
	text-transform:uppercase;
}
p {
	font-family:'DINLight';
	font-size:17px;
	color:#363636;
	line-height:22px;
}
.nopadding {
	margin:0px;
	padding:0px;
}
/*=== FOUNDATION END HERE ===*/






/*=== HEADER STYLE START HERE ===*/
.header {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.menu {
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	background:#bf9958;
	border:none;
	margin:0px;
	padding:10px;
	border-radius:0px;
	width:100%;
}
.c_menu {
	margin:0px auto;
}
.c_menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.c_menu ul li {
	display:inline-block;
	width:25%;
	font-size:21px;
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
	text-transform:uppercase;
}
.c_menu ul li a {
	display:block;
	font-size:21px;
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.64);
	text-decoration:none;
	padding:14px 0px;
	width:100%;
}
.banner {
	float:left;
	width:100%;
	position:relative;
	min-height:400px;
	background:url(../images/banner.jpg) repeat-x;
}
.WhiteTopCurve {
	position:absolute;
	width:100%;
	height:74px;
	left:0px;
	bottom:0px;
	background:url(../images/whitetop_curve.png) no-repeat center bottom;
	z-index:10;
}
.WhitebotCurve {
	position:absolute;
	width:100%;
	height:74px;
	left:0px;
	top:0px;
	background:url(../images/whitebot_curve.png) no-repeat center bottom;
	z-index:10;
}
.logo {
	display:table;
	max-width:332px;
	width:100%;
	margin:50px auto 0px;
}
.logo img {
	width:100%;
	height:auto;
}
.main_title {
	font-size:68px;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.main_social {
	display:table;
	max-width:575px;
	margin:0px auto 74px;
	text-align:center;
}
.main_social .row2 {
	display:table;
	box-sizing:border-box;
	margin-left:-5px;
	margin-right:-5px;
}
.main_social .social_col {
	display:inline-block;
	width:77px;
	height:77px;
	margin:0px 5px 5px 5px;
	background:url(../images/social.png) no-repeat;
}
.main_social .social_col.fb {
	background-position:left top;
}
.main_social .social_col.fb:hover {
	background-position:left bottom;
}
.main_social .social_col.twt {
	background-position:-100px top;
}
.main_social .social_col.twt:hover {
	background-position:-100px bottom;
}
.main_social .social_col.ist {
	background-position:-199px top;
}
.main_social .social_col.ist:hover {
	background-position:-199px bottom;
}
.main_social .social_col.ytube {
	background-position:-299px top;
}
.main_social .social_col.ytube:hover {
	background-position:-299px bottom;
}
.main_social .social_col.gplus {
	background-position:-399px top;
}
.main_social .social_col.gplus:hover {
	background-position:-399px bottom;
}
.main_social .social_col.w {
	background-position:-498px top;
}
.main_social .social_col.w:hover {
	background-position:-498px bottom;
}
/*=== HEADER STYLE END HERE ===*/









/*=== CENTER STYLE START HERE ===*/
.center {
	float:left;
	width:100%;
	position:relative;
	padding:74px 0px;
	margin:74px 0px;
	min-height:400px;
}
.grey_bg {
	background:#f4f4f4;
}
.page_title {
	display:table;
	position:relative;
	margin:-156px auto 15px;
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:solid 3px #eeeeee;
	border-radius:95px;
	background:#FFF;
	z-index:11;
}
.page_title h4 {
	text-align:center;
	margin:83px 0px 0px;
}
.en_content {
	text-align:left;
	direction:ltr;
}
.ar_content {
	text-align:right;
	direction:rtl;
	border-right:solid 1px #bf9958;
}
.gmap_new {
	float:left;
	width:100%;
	height:600px;
	margin:-122px 0px -0px
}
.link_coll {
	display:block;
	height:70px;
	visibility:hidden;
	margin-top:-70px;
}
/*=== CENTER STYLE END HERE ===*/










/*=== FOOTER STYLE START HERE ===*/
.footer {
	float:left;
	width:100%;
	height:55px;
	position:relative;
	overflow:hidden;
}
.footer .copyright {
	text-align:center;
	font-size:14px;
	padding:20px 0px;
}
/*=== FOOTER STYLE END HERE ===*/








@media (max-width: 768px) {
.c_menu ul li {
	width:32%;
	font-size:17px;
}	
.c_menu ul li a {
	font-size:17px;
}	
}



@media (max-width: 640px) {
.col-xs-6 {
		width:100%;
}
	.ar_content {
	border-right:none;
}
}
@media (max-width: 640px) {
.main_title {
    font-size: 50px;
}
}
@media (max-width: 450px) {
.main_title {
    font-size: 40px;
}
}
@media (max-width: 366px) {
.main_title {
    font-size: 30px;
}
.c_menu ul li {
	width:32%;
	font-size:14px;
}	
.c_menu ul li a {
	font-size:14px;
}
}
.gmnoprint {
	bottom:40% !important;
}
.gm-style-cc {
	display:none !important;
}