@font-face {
    font-family: 'hacen_casablancaregular';
    src: url('fonts/hacen_casablanca-webfont.eot');
    src: url('fonts/hacen_casablanca-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hacen_casablanca-webfont.woff') format('woff'),
         url('fonts/hacen_casablanca-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:12px;	
	text-align:center;
	/*background:#ebf8fc;*/
	background: #FFF;
}
.header_container
{
	width:100%;
	height:130px;
}
.header {
	width: 940px;
	margin: 0px auto;
	height: auto;	
}
.language
{
	float:right;
	color:#222220;
	margin:14px 0px 0px;
	font-weight:bold;
	direction:rtl;
}
.language a
{
	color:#222220;
	text-decoration:none;
	font-family: "hacen_casablancaregular","tahoma";
	font-size:14px;
	font-weight:normal;
}
.language a.selected
{
	color:#105477;
}
.language a:hover
{
	text-decoration:underline;
	color:#105477;
}
.logo
{
	background:url("../images/logo.png") center no-repeat;
	width:283px;
	height:108px;
	margin: 0px 0px;
    position: absolute;
	float:left;
    
}
.logo a
{
	display:block;
	width:283px;
	height:109px;
}
.header_menu_container
{
	float:left;
	margin-top:27px;
	/*width: 955px;*/
	width:100%;
	/*position: absolute;*/
	height:47px;
	background:#222220;
}
.header_menu
{
	margin: 0px auto;
	width:940px;
	/*border-top:thin #c0c0c0 solid;
	border-bottom:thin #c0c0c0 solid;	*/
}

.header_menu ul
{
	width: 554px;
	padding: 0px 0px;
	margin:0px 0px;
	float:right;
}
.header_menu ul li 
{
	list-style: none;
	float: left;
	padding: 0px 0px;
	text-align:center;
	height:47px;
    background: url("../images/menu-spacer.gif") no-repeat scroll 100% 50% transparent;	
}
.header_menu a
{
	text-decoration:none;	
	color: #cfcfcf;
    padding: 14px 17px 12px;
    text-decoration: none;
	height:47px;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
	text-transform: uppercase;
}
.header_menu  a.active ,  .header_menu  a:hover
{
	background: none repeat scroll 0 0 #161615;
	color: #FFF;
}
.search_blk
{
	float:right;
	margin:50px 0px 0px 0px;
	width:195px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:0px;
	display:inline-block;
    height:18px;
}
.search_blk input[type="text"]
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#4F4F4F;
	outline:none;
	border:0px;
	float:right;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 2px;
	width:170px;
	height: 20px;
	direction:ltr;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.search_blk .button
{
	background:url("../images/search_icon.jpg") #FFF no-repeat center;
	padding:2px;
	outline:none;
	border:0px;
	color:#FFF;
	width:20px;
	display:block;
	float:right;
	margin-left: 2px;
	text-decoration:none;
	height: 20px;
	border-radius:1px 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_blk .button:hover
{
	opacity:0.8;
}

#slideer_container 
{
	background:#ebf8fc;
    height: 454px;
    margin: 0 auto;
    width: 940px;
	/*border:1px #FFF solid;*/
	padding:0px 0px;
}
#slideer_container .caption, #page_img_container .caption
{
    background: url("../images/slider-banner-bg.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 454px;
    width: 378px;
    right: 0;
	top:0;
    position: absolute;
	display:inline-block;
	color:#FFF;
	direction:ltr;
	text-align:left;
	font-weight:bold;
	/*padding:10px 0px 0px 95px;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#slideer_container div.caption_text
{
	margin:25px 25px 0px 90px;
	height:300px;
	overflow:hidden;
	line-height:22px;
	font-weight:normal;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:justify;
	color:#cfcfcf;
}
#slideer_container div.caption_text h1
{
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#FFFFFF;
}
#slideer_container a.caption_link
{
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:20px;
	background: url("../images/slider-button.png") no-repeat scroll 0 0 transparent;
	width:324px;
	height:128px;
	float:right;
	top:310px;
	display:block;	
	clear: both;
	/*position: relative;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
	padding:65px 0px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
#slideer_container a.caption_link:hover
{
	background-position:0px -128px;
	color:#222220;
}
.flex-direction-nav
{
	background: url("../images/controls-bg.png") no-repeat scroll 0 0 transparent;
	width:39px;
	height:140px;
	top:32%;
	position:absolute;
	padding:0px 0px;
}
.flex-direction-nav li a
{
	width:31px;
	height:62px;
	top:19%;
}
.flex-direction-nav li a.flex-prev
{
	background: url("../images/slider-prev.png") no-repeat scroll 0 0 transparent;
	margin-top: 30px;
}
.flex-direction-nav li a.flex-next
{
	background: url("../images/slider-next.png") no-repeat scroll 0 0 transparent;
}
.flex-direction-nav li a.flex-prev:hover, .flex-direction-nav li a.flex-next:hover
{
	background-position:0px -62px;
}
.main
{
	margin:0px auto;
	width:940px;
	display:inline-block;	
	/*border-right:#7c8187 1px solid;
	border-left:#7c8187 1px solid;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:15px 0px 15px;
	direction:ltr;
	text-align:justify;
	color: #40403f;
	background:#ebf8fc;
}
.main h1.title
{
	color: #222220;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 30px;
	padding:0px 0px;
	margin:20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:left;
	text-transform:uppercase;
}
.main .project_blk
{
	width:300px;
	/*height:235px;*/
	padding:0px 10px 0px 0px;
	margin:0px 20px 50px 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:justify;
	direction:ltr;
	float:left;
}
.main ul
{
	margin:0px 0px;
	padding:0px 0px;
}
.main ul li
{
    background: url("../images/marker-1.png") no-repeat scroll 0 6px transparent;
    font-size: 13px;
    line-height: 17px;
    list-style-image: none;
    list-style-type: none;
    margin: 7px 0 0 !important;
    padding: 0 0 0 18px;
}
.main .last_project_blk
{
	margin-right:0px;
}
.main .project_blk .about_summury
{
	height:168px;
	overflow: hidden;
	line-height:24px;
    white-space: normal;
	text-align:left;
}
.main .project_blk h2
{
	font-size:12px;
	text-align:left;	
	margin:110px 0px 0px;	
	background: url("../images/transparent-bg.png") repeat scroll 0 0 transparent;
    height: 40px;
    position: absolute;
	color:#FFF;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 13px;
	padding:12px 10px 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:300px;
	white-space:nowrap;
	overflow:hidden;	
}
.main .project_blk img
{
	float:left;	
	/*margin:-20px 10px 10px 0px;
	border:#ababab 1px solid;*/
	width:300px;
	height:192px;
}
.main .project_blk .news_blk
{
	display:inline-block;
	width:300px;
	line-height:25px;
}
.main .project_blk .news_blk img
{
	width:76px;
	height:76px;
	float:left;
	margin-right:15px;
}
.main .project_blk .news_blk h1
{
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 13px;
	color:#222220;
	margin:0px 0px 5px;
}
.main .project_blk .news_blk a
{
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 13px;
	height:45px;
	overflow:hidden;
	display:block;
}
hr
{
	background: url("../images/border-dotted.gif") repeat-x scroll 0 0 transparent;
	display:block;
	clear:both;
	height:1px;
	border:0px;
}
.main .project_blk a
{
	color: #64645D;
	text-decoration:none;
}
.main .project_blk a:hover
{
	color:#DF482A;
	text-decoration:underline;
}
.main .project_blk a.more_link, .main .project_blk a.more_link1
{
    background: url("../images/button-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 20px;
    height:56px;
    line-height: 24px;
    padding: 18px 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 117px;
	position:absolute;
	margin-top:150px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main .project_blk a.more_link1
{
	margin-top:15px;
	position:!important;
	clear:both;
	position:relative;
}
.main .project_blk a.more_link:hover, .main .project_blk a.more_link1:hover
{
	background-position:0px -56px;
	color: #222220;
}
#footer_container
{
	background:#222220;
	width: 100%;
	height:50px;
}
#footer_container .footer
{
	width: 940px;
	margin:0px auto;
	height:50px;
}
#footer_container .footer a
{
	color:#64645D;
	font-weight:bold;
	text-decoration:none;
}
#footer_container .footer a:hover
{
	color:#FFF;
	opacity:0.8;
}
#footer_container .copyright
{
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 600px;
	margin:0px auto;
	padding:16px 0px 0px;
	color: #64645D;
    font-size: 12px;
	text-align:left;
}
#footer_container .follow_links
{
	float:right;
	margin-top:8px;
}
#footer_container .follow_links a.follow-link 
{
    background-position: 0 0;
    float: left;
    height: 23px;
    margin: 5px 0 0 5px;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 23px;
}
#footer_container .follow_links a.follow-link:hover
{
	margin-top:0px;
}
a.follow-link-twitter 
{
    background-image: url("../images/icon-twitter.png");
}
a.follow-link-facebook 
{
    background-image: url("../images/icon-facebook.png");
}

view_node_images
{
	/*float:right;*/
	padding:10px;
	margin:50px auto 0px;
	/*width:322px;*/
	width:100%;
	display:inline-block;
	clear:both;
	/*border:#F3F3F3 1px solid;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main .view_node img
{
	float:left;
	margin:10px 12px;
	padding:3px;
	max-height:110px;
	max-width:148px;
	border:#ababab 1px solid;
}

/**/
.contact_us_info
{
	float:left;
	margin-right:50px;
	width:32%;
	line-height:25px;
}
#contact-mail-page
{
    border-left: 1px dotted #9A9995;
	width:55%;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	line-height:25px;
}
#contact-mail-page label
{
	float:left;
	width:150px;
}
#contact-mail-page input[type="text"]
{
	direction:ltr;
	text-align:left;
	background: none repeat scroll 0 0 #DBE0C1;
    border: medium none;
    color: #6D6D6D;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
    outline: medium none;
    padding: 10px;
    position: relative;
	width:300px;
}
#contact-mail-page textarea
{
	direction:ltr;
	text-align:left;
	background: none repeat scroll 0 0 #DBE0C1;
    border: medium none;
    color: #6D6D6D;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
    outline: medium none;
    padding: 10px;
    position: relative;
	width:300px;
}
#contact-mail-page .grippie
{
	display:none;
}
#contact-mail-page .form-submit
{
	font-family: "hacen_casablancaregular","tahoma";
	font-size:18px;
	background: none repeat scroll 0 0 #DF482A;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    letter-spacing: -1px;
    padding: 7px 8px;
    position: relative;
    text-transform: uppercase;
	margin-right: 150px;
}
#contact-mail-page .form-submit:hover
{
	color:#222220;
	background:#A6A997;
}
.contact_us_info h4, #contact-mail-page h4
{
	font-size:15px;
	padding:0px 0px 5px 10px;
	color:#1F4D89;
	width:94%;
	margin:0px 0px 10px;
	float:left;
}
.contact_us_info label
{
	float:left;
	width:70px;
	font-weight:bold;
}
/**/