/* reset */
@charset "utf-8";
@font-face{font-family:"HelveticaNeue";font-style:normal;font-weight:normal;src:url("fonts/HelveticaNeueW23-Reg.woff") format("woff"),url("fonts/HelveticaNeueW23-Reg.ttf") format("truetype"),url("fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");}
@font-face{font-family:"HelveticaNeue";font-weight:bold;src:url("fonts/HelveticaNeueW23-Bd.woff") format("woff"),url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype"),url("fonts/HelveticaNeueW23-Bd.svg#HelveticaNeueLTArabic55Roman") format("svg");}

	
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
table, th, td {
    border: 1px solid black;
}
::-webkit-input-placeholder {
   color:#8c8a8a;
}

:-moz-placeholder { /* Firefox 18- */
  color:#8c8a8a;
}

::-moz-placeholder {  /* Firefox 19+ */
  color:#8c8a8a;  
}

:-ms-input-placeholder {  
  color:#8c8a8a;
}

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	/*background:#F1EDE4;*/
	background:#FFF;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	direction:rtl;
	
}
input, textarea, select, option {
    font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
}
/*----start-wrap-----*/
.wrap{
	width: 90%;
	/*margin:0 8% 0 8%;*/
	margin:0 auto;
}
.clearfix{
 clear: both;
}
.topheader{
	padding:0;
	background: #df5a28;
}

.logo{	
	float: left;
	width:20%;
	margin:0px 1% 0px 2%;
	text-align: right;
}
.top_menu{
	float: right;
	width:75%;
	text-align:right;
	color: #FFF;
	padding-top: 3px;	
}
.top_menu ul li{
	display:inline-block;
	/*padding: 2px 10px 2px 10px;
	margin: 0 10px;*/
	margin: 5px 0;
}
.top_menu ul {
	float:right;
	display: inline-table;
}
.top_menu ul li a{
	color:#FFF;	
	font-size: 0.95em;
	/*font-weight: bold;*/
	line-height: 2em;
   /* font-weight: bold;*/
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 2px 15px;
    margin: 0 3px;

}
.top_menu ul li a:hover, .top_menu li.activate a {
	color:#000;	
	border-bottom:2px solid #000;
}
.top_menu ul li a img{
	vertical-align:middle;
	padding-left: 8px;
	float:right;
}

.top_menu ul li a img:hover{
}


.top_menu .lang{
	padding:2px 10px 2px 10px;
	margin:3px 0;
	/*background: #00368c;*/
}
.top_menu .lang a{
	color:#0195a1;
	font-size:1.1em
}

.search {
    font-size: 0.9em;
    color: #FFF;
    /* outline: none; */
    width: 250px;
    margin: 5px 20px;
    border: none;
    border-bottom: 1.4px solid #FFF;
        padding: 2px 40px 2px 5px;
    background: transparent;
    background: url(../images/search.png)no-repeat bottom right;
}

.header{

	/*padding: 0 10% 0 10%;*/
	/*background: #ac3038;*/
}


/* start h_menu */
.h_menu{
	width:100%;
	text-align: right;
	background: #ac3038;
}
nav{
	display:block;
}
.menu{
	display:block;
	direction: rtl;
	padding: 0px 10px;
	
}
.menu li{
	display:inline-block;
	position:relative;
	z-index:100;
   text-align: right;
   border-right: 1px solid #d6989c;
}
.menu li:first-child{margin-right:0;border-right: none;}
.menu li.activate a,.menu li a:hover{
	background: #b90f1d;
}

.menu li a{
	text-transform:uppercase;
	text-decoration: none;
	font-size: 1em;
	    /* line-height: 85px; */
        padding: 40px 65px 40px 65px;
	display: block;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,.menu li:hover>a{
	background: #871d23;
}
.menu ul{
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 107px;
	right: 0px;
	/*background: #ffffff;*/
}
.menu ul li{display:block;float:none;background:none;margin:0;padding:0;}
.menu ul li a{
	font-size: 0.85em;
    font-weight: normal;
    display: block;
    color: #ffffff;
    /*border-bottom: 1px solid #b90f1d;
	background: rgba(200, 32, 46, 0.88);
	background: rgba(172, 48, 56, 0.85);
	*/
	background: #871d23;
	border-top: 1px solid #6a1217;	
    padding: 15px 20px;
}
.menu ul li a:hover,.menu ul li:hover>a{
	background: #6a1217;
/*	border-left: 3px solid #62A29E;*/
	color: #fff;
	box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;	
	-moz-border-radius: 0px;	
	-o-border-radius: 0px;	
}
.menu li:hover>ul{display:block;}
.menu ul ul{
	right: 300px;
	top: 0px;
}
.mobile-menu{
	display: none;
    width: 90%;
    padding: 7px 5% 3px 5%;
/*	background: #ed1c24;*/
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2em;
}
.mobile-menu:hover{/*background:#ed1c24;*/color:#ffffff;text-decoration:none;}

@media only screen and (max-width: 979px) {
	.h_menu{text-align: center;}
	.mainWrap{width:768px;}
	.menu ul{top: 34px;}
	.menu li a{font-size:0.9em;padding:8px;}
	.menu ul li a{font-size: 0.8em;}
	.menu ul{width: 200px;}
	.menu ul ul{right: 200px;}
	.menu li a {padding: 6px 10px;}

}
@media only screen and (max-width: 767px) {
	.mainWrap{width:auto;padding:50px 20px;}
	.menu{display:none;}
	.mobile-menu{display:block;margin-top:0px;}
	 nav{margin:0;background:none;}.menu li{display:block;margin:0;}
	.menu li a{color:#FFF;border-bottom: 1px solid #b90f1d;}
	.menu li a:hover,.menu li:hover>a{background:#b90f1d;color:#FFF;}
	.menu ul{background:#304eb2;display:none;position:relative;top:0;right:50px;width:100%;}
	.menu ul li a{color:#FFF;background:#1f357c;border-bottom: 1px solid #15245a;}
	.menuul  ul li a:hover,.menu ul li:hover>a{background:#15245a;color:#FFF;}
	.menu ul ul{right:50px;}
}


.social-icons{
	float: right;
   /* margin-top: 7px;
    top: 100px;
    position: relative;*/
	margin-right: 20px;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	color:#363638;
	/*font-size:0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;*/
	padding: 0;
    margin: 0;
}
.social-icons ul li a:hover{
	/*color:#026660;*/
}
.social-icons ul li a img{
	vertical-align:middle;
	/*padding-left: 5px;*/
}

.social-icons img{
	vertical-align:middle;
	/*padding-left: 3px;
	padding-bottom: 3px;*/
}
/* start slider */

/*----start-header-----*/
.header_bottom {
    position: relative;
    height: 560px;
	/*width: 84%;
    margin: 20px 8% 0 8%;*/
	width: 100%;
	background-color:#f1f2f4;
	direction:ltr;
}
#slider_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	
	height:560px;
	/*position:absolute;*/
	top:0;
	/*border-bottom: 10px solid #000;*/

}

#partner_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	height:220px;
	/*position:absolute;*/
	top:0;
}

#services_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	height:220px;
	/*position:absolute;*/
	top:0;
}
#photo_frame{
	width: 100%;
	margin:0;
	height:240px;
}
#marqDiv {
	width: 84%;
    margin: 1% 8% 1% 8%;
	/*position:absolute;*/
	top:0;
	/*border-bottom: 10px solid #000;*/
	background: #f1f2f4;
	

}
#marqTitle {
	float:left;
	width:8%;
	background: #0054a5;
	padding:0.4% 1% 0.3% 1%;
	font-size: 1.1em;
    font-weight: bold;
	color:#fff;
	text-align: center;
}
#marqDes {
	float:left;
	width:90%;
	padding:0.4% 0 0.3% 0;
	color:#000;
	font-size: 1.1em;
}
#marqDes a {
	color:#0054a5;
	padding: 0 15px;
}
#marqDes a:hover {
	color:#000;
}
.one-fourth {
    width: 22%;
}
.last {
    clear: right;
    margin-right: 0!important;
}

.four-fifth, .one-fifth, .one-fourth, .one-half, .one-third, .three-fifth, .three-fourth, .two-fifth, .two-third {
    position: relative;
    float: left;
    margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 60px;
	color: #626364;
}
.testimonials {
    margin-bottom: 20px;
}
.testimonials .bubble {
    background: url(../images/quote_small.png) 15px 15px no-repeat #fff;
    position: relative;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
	min-height:250px;height:auto!important;height:250px;
}.testimonials .bubble img {
	max-height:300px;
}
.testimonials .bubble p {
    margin-bottom: 0;
    font: 16px/1.6em "PT Serif",Georgia,"Times New Roman",Times,Serif;
    font-style: italic;
    text-align: center;
    text-indent: 30px;
}
.testimonials .bubble .bubble-arrow {
    background: url(../images/bubble_arrow.png) no-repeat;
    position: absolute;
    left: 94px;
    bottom: -15px;
    width: 30px;
    height: 15px;
}
.author {
    margin-top: 20px;
    overflow: hidden;
}
.author-thumb {
    background: url(../images/author_thumb_shadow.png) 3px 100% no-repeat;
    float: left;
    padding-bottom: 10px;
}
.author-thumb span {
    background: #fff;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 15px 0 3px;
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 99%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.author-thumb img {
        border: 0;
    height: auto;
    max-width: 100%;
	display: block;
    border-radius: 25px;
}
.author-name {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
}
.author-name a {
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #e5e5e5;
    color: #101010;
}
.author cite {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #8d8d8d;
}
.banner_image{
	 position: absolute;
	/*background: rgba(0, 0, 0, 0.3);*/
    /*height: 120px;*/
    top: 7%;
    right: 5%;
    width: 35%;
    margin: 0;
    padding: 2% 1%;
    color: #fff;
    /* font-size: 0.85em; */
    overflow: hidden;
    direction: rtl;
}
.welcomeBrief {
    position: absolute;
    /*background: #00368c;*/
	/*background: rgba(0, 0, 0, 0.3);*/
    height: 70px;
    bottom: 18%;
    right: 5%;
    width: 35%;
    margin: 0;
    padding: 2% 1%;
    color: #fff;
    /* font-size: 0.85em; */
    overflow: hidden;
    direction: rtl;
}
.welcomeBrief h1 {
	color: #df5a28;
	font-size: 1.1em;
	font-weight:bold;
}

.welcomeBrief .onNews {	
    display: block;
    /* border-right: 5px solid #0195a1; */
    margin: 25px 0;
    padding-right: 18px;
    background: url(../images/n.png)no-repeat top right;
    background-position-y: 3px;
}

.welcomeBrief a {
	color: #FFF;
	line-height: 1.4em;
}

a.welcomeBriefMore:link, a.welcomeBriefMore:visited, a.welcomeBriefMore:active {
     position: absolute;
    bottom: 8%;
    right: 6%;    
    margin: 0;
	background: #df5a28;
	color: #FFF;
    /*border: 2px solid #353535;*/
    font-size: 0.9em;
    text-decoration: none;
    padding: 2px 30px;
}

a.welcomeBriefMore:hover {
    text-decoration: none;
    background: #b84013;
    /* border: 2px solid #FFF; */
}

.header_SecBottom {
	padding: 4em 0;
    /* margin-top: 2em; */
    background-image: url(../images/top_footer.jpg);
    min-height: 480px;
    background: url(../images/top_footer.jpg)no-repeat top center;
    box-sizing: border-box;
    width: 100%;
    background-size: 100% 100%;
	background-color:#FFF;
	
}
.SecBottomDesc{
	/*width: 60%;
	margin:7% 20% 5% 20%;*/
	text-align:right;
	color:#919191;
	line-height: 1.5em;
}
.SecBottomDesc h1{
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 20px;
}
.SecBottomDesc .desc{
color: #8c8a8a;
    font-size: 1em;
    /* font-weight: bold; */
    margin-top: 40px;
    background: #FFF;
    width: 34%;
    padding: 1% 3%;

}
#bottomMarque{
	height: 100px;margin: 5px 0 20px 0;
}
#bottomMarque .onNews {
    display: block;
    /* border-right: 5px solid #0195a1; */
    margin: 25px 0;
    padding-right: 18px;
    background: url(../images/n.png)no-repeat top right;
    background-position-y: 3px;
}
#bottomMarque a{ 
	color: #8c8a8a;
    /* padding: 30px 0; */
    /*display: block;
    padding-bottom: 20px;*/
}
#bottomMarque a:hover{ 
color: #df5a28;
}
a.SecBottomDescMore:link, a.SecBottomDescMore:visited, a.SecBottomDescMore:active {
    /*bottom: 8%;
    right: 6%;  */  
    margin: 30px 0 0 0;
    background: #df5a28;
    color: #FFF;
    /* border: 2px solid #353535; */
    font-size: 0.9em;
    text-decoration: none;
    padding: 5px 25px;
}
}

a.SecBottomDescMore:hover {
    text-decoration: none;
    background: #b84013;
    /* border: 2px solid #FFF; */
}

.content{
	/*background-color: #f0ebeb;*/
	min-height:350px;height:auto!important;height:350px;
	padding: 70px 70px;
}
/*---start-content-----*/
.top-grid{
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
	font-family: 'Open Sans', sans-serif;
	background:#EAE4D8;
	padding: 1.5em 0;
	border-top:5px solid #bc9a5c;
	margin-top: -4em;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top-grid h3{
	/*color: #363638;
	font-size:1.5em;
	text-transform:uppercase;*/
	
  color: #363638;
  font-size: 1.5em;
  line-height: 1.3em;  
  /*height: 60px;*/
  height: 35px;
  overflow: hidden;
}
.top-grid p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color:#816943;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
	height: 85px;
  overflow: hidden;
}
.top-grid img{
	display: inline-block;
}
.button{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	display: inline-block;
	background:#bc9a5c;
	margin-top:10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button:hover{
	background:#363638;
	color:#FFF;
}
.top-grids {
	margin: 0 0 3em 0;
}
.last-topgrid{
	margin:0;
	margin-top: -4em;
}
/*----start---mid-grid-----*/
.mid-grid h1{
	font-size:2em;

	color:#363638;
	/*text-transform:uppercase;*/
  margin: 0 auto 1%;
  width: 70%
}
.mid-grid h2{
	font-size:1em;
	
	color:#bc9a5c;
	margin: 0.5em 0;
}
.mid-grid p{
	font-size: 0.95em;
	
	color:#816943;
	width: 80%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.mid-grid {
	text-align: center;
	margin: 1em 0 0em 0;
	/*background:#EAE4D8;*/
	padding: 2em 0;
	    direction: rtl;
}

.mid-grid.button{
	display:block;
}
.button1{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border: 1px solid #EEE;
	margin-top:10px;
	display: inline-block;
	background:#bc9a5c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background:#363638;
	color:#FFF;
}
/*-----bottom-grids----*/
.bottom-grid1 {
	width: 30%;
	float:left;
	margin-right: 3%;
}
.bottom-last {
	margin-right:0;
}
.bottom-grids{
	font-family: 'Open Sans', sans-serif;
	padding: 2em 0 3em 0;
}
.bottom-grid1 h3,.bottom-grid2 h3{
	color:#aa8036;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5em;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.bottom-grid1 span,.bottom-grid2 span{
	color: #bc9a5c;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.bottom-grid1 p,.bottom-grid2 p{
	font-size: 0.875em;
	color:#816943;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li a{
	display:block;
	color: #816943;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em;
	padding:8px 0px 8px 10px;;
	background:url(../images/marker.png) no-repeat 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid1 ul li a:hover{
	color:#bc9a5c;
}
.bottom-grid-fristlink{
	background: #026660;
	padding: 10px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	transition: all 0.3s;
}
.bottom-grid-fristlink img{
	vertical-align:middle;
}
.bottom-grid-fristlink:hover{
	color:#000;
}
.bottom-grid2 ul li{
	display: inline-block;
	width:46%;
	padding:0px 5px;
}
.bottom-grid2 {
	float: left;
	width: 33%;
	margin-right: 3%;
}
.bottom-mid span{
	color:#bc9a5c;
}
.bottom-mid a{
	background:#bc9a5c;
}
.bottom-last a{
	background:#bc9a5c;
}
.bottom-last span{
	color:#bc9a5c;	
}
.gallery li a img{
	display:block;
}
/*---footer----*/
.footer{
	background:#2c1e1e;
	padding: 1em 0;
	/*margin-top: 2em;*/
}
.footer-grid1{
	float: right;
    /*width: 24%;
    margin-left: 2%;*/
	width: 68%;
    margin-left: 2%;
	
}

.footer-grid{
    float: right;
    width: 25%;
    padding-top: 205px;
	
}

.footer-grid h3{

	color: #f9d13f;
	font-size:1.6em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
}
.footer-grid p{
	font-size: 0.85em;
	padding:0;
	color:#fff;
	line-height: 1.5em;
	margin: inherit;
	text-align: justify;
	float: right;
    width: 70%;

}

.imgDiv{
	float:left;
	margin:0 5% 0 0;
    width: 25%;

}
.footerDivText{
	float:left;
    width: 70%;
	
	font-size: 1em;
    padding: 0;
    color: #fff;
    line-height: 2em;
    margin: inherit;
    text-align: justify;

}
.row{
	display:table;
	margin: 1em 0;
	width:100%;
	direction: ltr;

}

.footer-grid ul li{
	/*display:block;*/
	padding:1px 10px;
}
.center-grid a{
	/*background: none;
	padding: 0px;
	color:#C2C2C2;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;*/
}

.center-grid{
	/*width:20%;*/
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts span{
	display:block;
	color:#bc9a5c;
	/*font-family: 'Open Sans', sans-serif;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:0.85em;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}
/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:7px 0px;
	background:#FFF;
	position:relative;
}
.copy-right p{
	font-family: 'Open Sans', sans-serif;
	color: #7b5e76;
	font-size: 0.7em;
	/*text-transform: uppercase;*/
}
.copy-right p a{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#7b5e76;
}
/*---about-us----*/
.about-us {
    padding: 50px 5%;
    /*direction: rtl;
    background-color: #f0ebeb;*/
    min-height: 300px;
}
.about-header h3{
	font-size: 2em;
    color: #000;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    text-align: right;
}
/*
.about-info a{
	text-transform: uppercase;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
*/
.about-info p{
font-size: 1.05em;
    color: #8c8a8a;
    line-height: 1.8em;
	
}
/*-----specials-heading----*/
.specials-heading h5{
	float: left;
	width: 33%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.specials {
	margin-top: 2em;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid p{
	font-size: 0.85em;
	color: #816943;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 25px 0 60px 0;
}
/*-----specials-heading----*/
.specials-heading h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color:#363638;
	text-transform: uppercase;
}
/*----start-testmonial-grid----*/
.testmonial-grid{
	text-align:center;
}
.testmonial-grid h3{
	font-family: 'Open Sans', sans-serif;
	font-size:1.8em;
	color: #363638;
	text-align: center;
	text-transform: uppercase;
	padding: 0em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#816943;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	color:#bc9a5c;
}
.testmonials{
	background:#EAE4D8;
	padding: 30px 0;
}
/*---start-services----*/
.services {
	padding: 30px 0 0px 0;
}
.services-header h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
}
.services-grid{
	width:25%;
	float:left;
}
.services-grid a{
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.services-grid p{
	font-size: 0.875em;
	color:#816943;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
/*---start-gallery---*/
.gallerys {
	font-family: 'Open Sans', sans-serif;
	    direction: ltr;
}
.gallerys h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
	padding:1em 0;
}
.gallery-grid{
    width: 23%;
    float: right;
    margin: 2% 1%;
    direction: rtl;
}


.gallery-grid .brief {
    background:#FFF;
	padding: 0 3% 6% 3%;
}

.gallery-grid h5 {
    font-size: 1.2em;
    line-height: 1.5em;
    /* text-transform: uppercase; */
    color: #898989;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.gallery-grid:hover h5 {
color: #df5a28;
}
.gallery-grid .brief .briefPh {
    background: #6a6a6a;
	height: 40px;
    width: 100%; 
}

.gallery-grid .brief .briefPh:hover{
    background: #00368c;
		-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;	
}

.gallery-grid .brief .briefPh img {
    position: relative;
	/*top: -39px;
	right: 40px;
	height:75px;
	width:75px;*/
	
	/*top: -137px;*/
    /* right: 40px; */
    height: 175px;
    width: 80%;
	
	/*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/
	
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;		
}

.gallery-grid .brief .briefPh img:hover {
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);*/
	/*filter: grayscale(0%);*/
}


.gallery-grid .brief .briefDesc {
	height: 115px;
    overflow: hidden;	
	}
.gallery-grid p {
    font-size: 0.875em;
    padding: 0.2em 0em 1.2em 0em;
    color: #6a6a6a;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    /*height: 75px;
    overflow: hidden;*/
}
.gallery-button a {
    color: #3d3c3c;
    font-size: 1.1em;
    padding: 15px 20px;

	/*	
		text-transform: uppercase;
		border: 1px solid #EEE;
		display: inline-block;
		background:#0054a5;
	*/
}
.gallery-button a:hover {
	/*background: #023463;*/
	color: #00368c;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	padding-bottom: 60px;
}
.gallery-grid a{
	display:inline-block;
	position:relative;
	width: 100%; 
}
.gallery-grid a img{
	display: block;
    /* width: 100%; */
    height: 180px;
    margin: 0 auto;
    border: 1px solid #b0abab;
}
.gallery-grid a span {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height:4em;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0px 1px 1px #000;
	font-size:3em;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.gallery-grid a:hover span {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding: 55px 0;
	font-family: 'Open Sans', sans-serif;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active a, .projects-bottom-paination li a:hover {
	background:#bc9a5c;
	color:#fff;
}
.gallery-grid h4{
    font-size: 1.2em;
    line-height: 1.5em;
    /* text-transform: uppercase; */
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    height: 20px;
    overflow: hidden;
	text-align: center;
}
.gallery-grid h4:hover{
	color:#0054a5;
}
/*---contect----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:right;
	margin: 1% 1.6% 1% 0;
}
.col:first-child{
	margin-left:0;
	padding-left: 0;
}	
.col5 {
    width: 18%;
    margin: 1%;
    float: right;
    text-align: center;
}
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    color: #363638;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: right;
}
.contact-form{
	position: relative;
    padding: 15px 2%;
    /*border: 3px solid #f1f2f4;*/
}
.contact-form div{
	padding:2px 0;
}
.contact-form span{
	display:block;
	font-size: 1.2em;
	color: #363638;
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    background-color: #f1f2f4;
			padding:4px 8px;
			display:block;
			/*width:80%;*/
			width:60%;
			border: 2px solid #c3c3c1;
			outline:none;
			color:#363638;
			font-size:0.8em;
			/*font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);*/
			font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
			-webkit-appearance:none;
			
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:2px solid #898988;
}
.contact-form textarea{
		resize:none;
		height:120px;	
		width:80%;	
		float:right;
}
.ContactrowDiv {
    display: table;
    margin: 1.1em 0;
    width: 100%;
}
.ContactimgDiv{
	float:right;
	margin:0 5% 0 0;
    width: 10%;

}
.ContactDivText{
	float:left;
    width: 85%;
	
	font-size: 1em;
    padding: 0;
    color: #0054a5;
    line-height: 1.8em;
    text-align: justify;

}
.mybutton{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	padding:4px 15px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#ac3038;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton:hover{
	background:#871d23;
	color: #FFF;
}

.mybutton2{
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	padding:4px 15px;
	margin: 75px 10px 0px 10px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#ac3038;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton2:hover{
	background:#871d23;
	color: #FFF;
}
.company_address{
   /*background-color: #f1f2f4;
    padding: 20px 20px;*/
	min-height:270px;height:auto!important;height:270px;
}
.company_address p{
	/*font-size: 0.875em;
	color:#0054a5;
	line-height: 1.8em;*/
	
}
.company_address p span a{
	text-decoration:underline;
	color:#947037;
	cursor:pointer;
}
.company_address p span a:hover{
	text-decoration:none;
}
.map{
	margin-bottom:15px;
}



.news-grid {
  width: 47%;
  float: left;  
  margin-right: 1.5%;
  margin-left: 1.5%;
  font-family: 'Open Sans', sans-serif;
}

.projectDiv{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	float: right;
	width: 49%;
    /* margin: 0 2% 1% 2%; */
    border: 1px solid #3b1e36;	
}

.projectDiv .not{
				display:none;
			position:absolute;
				z-index:3;
				
				text-align:center;
				/*background-color: rgba(0, 0, 0, 0.6); 				
				bottom:10px;
				height: 35px;*/
				background-color: rgba(249, 209, 63, 0.6); 				
				bottom:4%;
				right:4%;
				height: 92%;				
				width:92%;
				 color: #fff;
}
.projectDiv a:hover >.not{
	display:block;
}

.cat_title {
    font-size: 16px;
        font-weight: bold;
    /* line-height: 60%; */
    /* letter-spacing: 0.15em; */
    color: #404040;
    line-height: 1.4em;
    /*text-shadow: 1px 1px 0 rgb(0,0,0);*/
    margin-top: 5%;
    display: block;
	padding:5px;
}


.ContRight {
   float: right;
    /* direction: rtl; */
    width: 40%;
    margin: 0;
    padding: 5px 2% 5px 2%;
    color: #8c8a8a;
    /* font-size: 0.85em; */
    text-align: justify;
    line-height: 1.6em;
   /* height: 324px;
    overflow: hidden;*/
}
.ContLeft {
    float:right;
	width: 56%;
    margin: 0;
    padding:0;
    color: #fff;
    /*font-size: 0.85em;*/
	/*height:404px;
    overflow: hidden;*/
}

.ContLeft h1 {
    color: #FFF;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0px;
}
.ContLeft h1 span {
float: left;
    font-size: 0.6em;
    color: #eee;
    font-weight: normal;
    margin-top: 15px;
}
.ContLeft h1 span:hover {
    color: #FFF;
}
.ContLeft h3 {
    color: #ea5f2a;
    font-size: 1.2em;
    /*font-weight: bold;*/
    margin-bottom: 5px;
}

.ContRight .desc {
    color: #8c8a8a;
    font-size: 1em;
    /* font-weight: bold; */
    margin-top: 130px;
    background: #FFF;
    width: 90%;
    padding: 1% 3% 2% 3%;
}
.homeFilmImgDiv{
	float:right;
	width:32.3%;
	margin:0 0.5%;
	position:relative;
	/*height: 100%;*/
}
.homeFilmImgDiv img{
	width:100%;
	/*height:100%;*/
}
.homeFilmImgDiv .not{
				display:none;
				position:absolute;
				z-index:3;
				text-align:center;
				/*background-color: rgba(0, 0, 0, 0.6); 				
				bottom:10px;
				height: 35px;*/
				background-color: rgba(172, 48, 56, 0.8); 				
				top:0;
				bottom:0;
				right:0;
				height: 100%;				
				width:100%;
				color: #fff;
				/*padding-top:40%;*/
				font-size:1.2em;
}
.homeFilmImgDiv:hover .not{
	display:block;
}
.divLayout {
    position: absolute;
    top: 50%;
  right:0;
  left:0;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	text-align:center;
}
.ContRight h1 {
    color: #df5a28;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}


.ContRight .more {
		color: #FFF;
		font-size: 0.9em;
		/* font-weight: bold; */
		text-decoration: none;
		padding: 2px 25px;
		margin: 5px;
		border: 1px solid #EEE;
		display: inline-block;
		background: #df5a28;
		border: none;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
}
.ContRight .more:hover{
	background:#b84013;
}

.ContRight .more2 {
		color: #ea5f2a;
		font-size: 1.1em;
		/* font-weight: bold; */
		text-decoration: none;
		display: inline-block;
		margin: 5px;
		/*border: 1px solid #EEE;
		padding: 2px 25px;
		background: #df5a28;*/
		border: none;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
}
.ContRight .more2:hover{
	color:#FFF;
}
.BottomHomeDiv {
	background: url(../images/bgh2.png)no-repeat top center;
	box-sizing: border-box; 
	background-size: 100% 100%;
	min-height:704px;
}

.BottomHomeIntDiv {
    position: relative;
    /* background: rgba(0, 54, 140, 0.8); */
    
    top: 200px;
    left: 12%;
    width: 28%;
    margin: 0;
    padding: 2% 2%;

	border: 2px solid #000;
    /* font-size: 0.85em; */
	min-height: 170px;
    /*overflow: hidden;*/
	
	color: #000;
	line-height: 1.6em;
	direction: rtl;
}

.BottomHomeIntDiv h1 {
    color: #00368c;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

.BottomHomeIntDiv .more {
		color: #0195a1;
		font-size: 1em;
		font-weight:bold;
		text-decoration: none;
		padding: 4px 15px;
		margin: 5px;
		border: 1px solid #EEE;
		display: inline-block;
		/*background: #00368c;*/
		border: none;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
}
.BottomHomeIntDiv .more:hover{
	color:#00368c;
}

.homeNewsMainDiv{
    width: 21%;
    float: right;
    margin: 2% 2%;
}
.homeNewsMainDiv h1 {
       font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    /* text-transform: uppercase; */
    color: #792227;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    /* height: 25px; */
    overflow: hidden;
    text-align: center;
}
.homeNewsMainDiv h1:hover  {
color: #df5a28;
}
.homeNewsImgDiv{
	width:100%;
	position:relative;
	/*height: 100%;*/
}
.homeNewsImgDiv img{
	width:100%;
	/*height:100%;*/
}
.homeNewsImgDiv .not{
				display:none;
				position:absolute;
				z-index:3;
				text-align:center;
				/*background-color: rgba(0, 0, 0, 0.6); 				
				bottom:10px;
				height: 35px;*/
				background-color: rgba(172, 48, 56, 0.8); 				
				top:0;
				bottom:0;
				right:0;
				height: 100%;				
				width:100%;
				color: #fff;
				/*padding-top:40%;*/
				font-size:1.2em;
}
.homeNewsImgDiv:hover .not{
	display:block;
}


 .newsLetterSpan {
 font-size:1.2em;
 font-weight:bold;
 color:#00368c;
 }

 .newsLetterImg{
 bottom:-7px;
 position:relative;
 margin:0 60px 0 10px;
 }
 
.newsLetter {
    font-size: 0.9em;
    color: #000;
    /* outline: none; */
    width: 250px;
    margin: 0em 0em 0.6em 1em;
    border: 1px solid #fff;
    padding: 7px 10px;
    background: transparent;
	direction: rtl;
}

a.newsLetterLink:link, a.newsLetterLink:visited, a.newsLetterLink:active {
    background: #0195a1;
	color: #FFF;
    /*border: 2px solid #353535;*/
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 50px;
}

a.newsLetterLink:hover {
    text-decoration: none;
    background: #026b74;
    /* border: 2px solid #FFF; */
}


.footer_menu{
	 float: right;
	 margin: 5% 5% 2% 2%;
	     width: 95%;
    }
.footer_menu ul {
    padding-top: 85px;	
}

.footer_menu ul li{
	display:inline-block;
	width:25%;
}
.footer_menu ul li a{
    color: #fff;
    font-size: 1em;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    /* margin: 4px 10px; */
    line-height: 2.2em;
}
.footer_menu ul li a:hover, .footer_menu li.activate a {
	color:#df5a28;
	/*border-bottom:2px solid #df3020;*/
}
.footer_menu ul li a img{
	vertical-align:middle;
	/*padding-right: 5px;*/
}



#newsLetterDiv{
	background-color:#f0ebeb;
	height:45px;
	padding:10px 0;
	position:relative;
	bottom: 100px;
	text-align:center;
}
.about-us3 {
    padding: 50px 0;
    min-height: 300px;
}
.about-us3 .about-header{
background:#df5a28;
margin: 10px 0 40px 0;
}

.search_form{
margin: 10px 0 10px 0;
    color: #8c8a8a;
text-align:left;
}
.about-us3 .about-header h3 {
    font-size: 1.4em;
    color: #FFF;
    /* text-transform: uppercase; */
    /* margin-bottom: 10px; */
    text-align: right;
    padding: 5px 20px;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.6em;
}

.col2 {
    width: 48%;
    margin: 1%;
    float: right;
    text-align: right;
    direction: rtl;
}

.news{
    margin-bottom: 40px;
}
.briefDesc{
	height:170px;
	overflow:hidden;
	    font-size: 0.95em;
}
/*
.news a{
    font-size: 1em;
    color: #898989;
	direction:rtl;
}
.news a:hover{
    color: #9e0b0f;
	}
*/
.news h4{
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    /* text-align: right; */
    line-height: 1.4em;
    cursor: pointer;
	margin-bottom: 10px;
}
.news:hover h4{
    color: #df5a28; 
}

.news h4 span{
    float: left;
    font-size: 0.75em;
    color: #8c8a8a;
    font-weight: normal;
}

.news:hover h4 span{
color: #df5a28;
}	
	
.news h5{
    font-size: 0.9em;
	margin-top: 10px;
	color: #192e76; 
	cursor: pointer;
}
.news h5:hover{
    color: #9e0b0f; 
}
.descSideImage {
    float: right;
    padding: 5px 0 10px 15px;
    width: 35%;
}

.newsMoreLink{
    color: #FFF;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 2px 25px;
    margin: 7px 10px 0px 0px;
    /* border-radius: 5px; */
    border: 1px solid #EEE;
    display: inline-block;
    background: #7c7c7c;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.news:hover .newsMoreLink{
	background:#df5a28;

}
.news img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.news img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
.attachementTitle {
    font-size: 1.6em;
    color: #6a1217;
    /* text-transform: uppercase; */
    margin: 20px 10px 10px 10px;
    text-align: right;
}

.filmActorSpan{
    float: left;
    font-size: 0.7em;
    color: #ac3038;
    font-weight: normal;
}






#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 5px;
    left: 3%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}


/***** Media Quries *****/
@media only screen and (max-width: 1300px) {
	.menu li a {
		    padding: 40px 60px 40px 60px;
	}
}
@media only screen and (max-width: 1240px) {
	.top_menu ul li{
	padding: 4px 10px 6px 10px;
	}
	.menu li a {
		    padding: 40px 50px 40px 50px;
	}

}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.menu li a {
		/*padding: 10px 10px;*/
		    padding: 20px 35px 20px 35px;
	}
	.menu ul {
    top: 65px;
}
	.social-icons ul li a img {
     padding-right: 0; 
	}
	.h_menu {
		/*padding-top:25px;*/
	}
	
	.header_bottom {
    height: 460px;
	}
	#slider_frame {
		height: 460px;
	}
	.content {
    padding: 40px 40px;
	}
	.footer_menu ul {
    padding-top: 0px;
	}
	.footer_menu ul li {
    width: 35%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 960px) {
.menu li a {
    /* padding: 10px 10px; */
    padding: 20px 25px 20px 25px;
}

.header_bottom {
    height: 400px;
	}
	#slider_frame {
		height: 400px;
	}
}
@media only screen and (max-width: 800px) {
	.header {
    /*padding: 2% 0 0 0;*/
	}
	
.menu li a {
    /* padding: 10px 10px; */
    padding: 20px 20px 20px 20px;
}
	
	.wrap{
		width:95%;
	}
	
.top_menu ul li {
    padding: 4px 1px 6px 1px;
    margin: 0 5px;
}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	#slider_frame {height:350px;}
.header_bottom {
    height: 350px;
	/*width: 84%;
    margin: 20px 8% 0 8%;
	*/
}

.welcomeBrief {
    width: 45%;
	height: 80;
    padding: 20px 20px;
    font-size: 0.7em;
	/*bottom: 58px;*/
}
.content {
    min-height: 310px;
    height: auto!important;
    height: 310px;
}
.ContLeft {
    width: 100%;
}
.ContRight {
    width: 100%;
    padding: 40px 2% 20px 2%;
    line-height: 1.4em;
}
.ContRight h1 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.BottomHomeDiv {
    min-height: 460px;
}
.BottomHomeIntDiv {
    top: 50px;
    left: 3%;
    width: 38%;   
    padding: 2% 2%;
    border: 2px solid #000;
    min-height: 170px;
    line-height: 1.4em;
}
.BottomHomeIntDiv h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.header_SecBottom {
    min-height: 200px;
}
#services_frame {
    height: 140px;
}
#partner_frame {
    height: 140px;
}
 .newsLetterSpan {
 font-size: 1.1em;
 }
 .newsLetterImg{
 margin:0 10px 0 30px;
 }
 .newsLetter {
    font-size: 0.825em;
    width: 150px;
    margin: 0em 1em 0.6em 0em;
    padding: 5px 10px;
}
a.newsLetterLink:link, a.newsLetterLink:visited, a.newsLetterLink:active {
    font-size: 0.825em;
    padding: 6px 20px;
} 
.footer_menu ul li {
    width: 50%;
}
	.one-fourth {
		width: 47%;
	}
	
	#marqDes {
	width: 83%;
	}
#marqTitle {
	width:12%;
}

.gallery-grid a img {
    height: 150px;
}

.search {
    width: 200px;
	}
	
	.footer-grid1 {
    width: 100%;
}

.footer_menu ul li {
    width: 30%;
}

.footer-grid {
    float: left;
    width: 50%;
    padding-top: 5px;
}

.homeNewsMainDiv h1 {
    font-size: 1em;
    margin-top: 5px;
	
	}
	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 768px) {
/*	.logo{
		float: none;
		text-align:center;
	}
	.h_menu{
		float:none;
	}
	.menu li.activate a, .menu li a:hover {
		background: #ffffff;
		box-shadow: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;	
		-moz-border-radius: 0px;	
		-o-border-radius: 0px;	
	}
.menu li.activate a {
		background: #E2534B;		
		box-shadow: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;	
		-moz-border-radius: 0px;	
		-o-border-radius: 0px;	
	}
	.menu li a:hover{
		color:#ffffff;
		background:#E2534B;
	}*/
	.menu li a {
		font-size: 12px; 
		padding: 8px 7px;
	}
	.menu ul li a {
		font-size: 11px;
		padding: 6px 10px;
	}
	.menu ul {
		width: 250px;
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	} 
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	#slider_frame {height:200px;}
	.header_bottom {
		height: 200px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin:0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.news-grid {
  width: 100%;  
  margin-right: 0;
  margin-left: 0;
  
}


.logo {
    float: none;
	text-align: center;
	width: 100%;
}
.top_menu {
    float: none;
    width: 100%;
	text-align:center;
}
.top_menu ul li {
    padding: 0;
    margin: 0 10px;
}
.h_menu {
    float: none;    
    width: 100%;
	margin: 0;
    padding: 0;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #0071b2; 
	}

.header_bottom {height: 370px;}
#slider_frame {height:250px;}
.welcomeBrief {
    width: 90%;
    height: 100;
    padding: 5%;
	margin:0px;
    font-size: 0.8em;
    position: relative;
}

.SecBottomDesc {
    width: 75%;
    margin: 7% 13% 5% 7%;
}
.ContLeft {
    float:none;
	width:100%;
}
.ContRight {
    width: 90%;
    float: none;
    padding: 5%;
    line-height: 1.4em;
    height: auto;
}
  .one-fourth {
		width: 97%;
	}
.BottomHomeDiv {
    min-height: 250px;
}	
	
	.BottomHomeIntDiv {
    top: 15px;
    left: 5%;
    width: 85%;
    padding: 2% 2%;
    border: 2px solid #000;
    min-height: 150px;
    line-height: 1.4em;
    background: rgba(255, 255, 255, 0.65);
}

#services_frame {
    height: 80px;
}
#partner_frame {
    height: 80px;
}

#newsLetterDiv{
    height: 80px;
    padding: 10px 0;
    position: relative;
    bottom: -40px;
	width: 90%;
    margin: 0 auto;
}
.newsLetterSpan {
    font-size: 1em;
    display: block;
	margin-bottom:0px;
}	
 .newsLetterImg{
 margin:0 10px 0 10px;
 }
.header_SecBottom {
    min-height: 120px;
    padding-top: 20px;
}

.footer-grid1 {
    float: none;
    width: 90%;
	padding-top: 50px;
	margin: 0 5%;
}

.twitts {
    float: none;
    width: 100%;
    text-align: center;
}

#photo_frame {
    width: 80%;
}
#marqDes {
	width: 77%;
	}
#marqTitle {
	width:18%;
}
}
.contact-footer{
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 25px 0px 0px 0px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		/*width:90%;*/
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		/*width:90%;*/
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		    width: 95%;
	}
	.bottom-grid2 ul li {
		width: 45.5%;
	}
	.bottom-grid2 ul li{
		padding:8px 5px;
	}
	.gallery-grid a span{
		line-height:3em;
	}
	.grid2 {
		margin: 0px 34px;
	}
	.gallery-grid {
		width: 30.7%;
	}
}
@media only screen and (max-width: 800px) {

	.bottom-grid2 ul li{
		width:44.5%;
	}
	.gallery-grid {
		width: 30%;
   }
   .gallery-grid .brief .briefPh img {
		top: -77px;
		height: 115px;
	}
	
	.top_menu ul li a {
    padding: 2px 5px;
	}
	
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.top-nav-left ul li a{
		padding:20px 8px;
		font-size:0.8em;
	}
	.top-grid h3{
		font-size:1.2em;
	}
	.mid-grid p{
	   width:100%;
	}
	.mid-grid{
		padding:1em 0;
	}
	.bottom-grid1,.bottom-grid2{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.bottom-grids{
		padding:0;
	}
	.bottom-grid1 h3, .bottom-grid2 h3{
		padding:0;
	}
	.footer{
		margin-top:0;
		padding:0;
	}
	.footer-grid{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services-grid{
		float:none;
		width:100%;
	}
    .gallery-grid{
       width:29%;
    }
}
@media only screen and (max-width: 480px) {
.header {
    padding:0;
	margin:0;
}
	.wrap{
		width:95%;
	}
	.top-nav-left ul li a{
		padding:15px 18px;
	}
	.top-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
		margin-top:15px;
	}
	.top-grids{
		margin:0;
	}
	.mid-grid{
		margin:1em 0 0 0;
	}
	.specials-grids{
		padding:5px 0;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.gallery-grid {
    float: none;
    width: 85%;
    padding: 5%;
    /*margin-bottom: 50px;*/
	    margin: 70px 1.5% 150px 1.5%;
}
	   .gallery-grid .brief .briefPh img {
			top: -137px;
    height: 175px;
	}
	.grid2{
		margin:0;
	}
	.gallerys h3{
		padding:5px 0;
	}
	.gallery-grid a span{
		line-height:4em;
	}
	.gallery-grids{
		margin-bottom:0;
	}
	.projects-bottom-paination{
		padding:10px 0 20px 0;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.logo{
		width:60%;
	}
	.social-icons ul li a img{
		padding-right:0;
	}
	.top-header{
		padding:10px 0;
	}
	.top-nav-left ul li a {
		padding: 15px 6.5px;
		font-size:0.7em;
   }
	.gallery-grid h4{
		padding:5px 0;
		font-size:1em;
	}
	.gallery-grid a span{
		line-height:3em;
	}
	
	
}

