/* Fonts */
@font-face {
    font-family: 'alefregular';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alefbold';
    src: url('fonts/Alef-Bold.eot');
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Bold.woff') format('woff'),
         url('fonts/Alef-Bold.ttf') format('truetype'),
         url('fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}
body { margin: 0;}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong,
th {
    font-family:'alefbold';
	font-weight:normal;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; 
    padding: 0; 
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;
    margin: 0; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =================================== Base styles =================================== */
button,
input,
select,
textarea {
    color: #000;
	font-family: 'alefregular', sans-serif;
	font-size:18px;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}
body {
	font-family: 'alefregular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
	color:#4C4C4C;
	background:#fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width:100%;
	width:auto\9;
	height:auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a { color:#9E865C; text-decoration:none;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out; 
     -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out; 
       -o-transition: color 0.3s ease-out, background-color 0.3s ease-out; 
          transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
a:hover { text-decoration:underline;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top:0;
	margin-bottom:15px;
}
h2,
h3 {
	font-size:19px;
	font-weight:normal;	
	font-family:'alefbold';
}
ul.reset, 
ul.reset li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image: none;
}
html, body { direction:rtl; margin:0; height: 100%;}
ul, ol { margin: 0 25px 15px 0;}

/* Sticky Footer */
.main-wrapper {
	min-height: 100%; 	 
    margin-bottom: -100px; /* equal to footer height */	
}
.main-wrapper:after {
  content: "";
  display: block;
  height:100px; /* equal to footer height */
}
.footer-wrapper {
	height:100px;
	width:100%;	
}

/* ====================================== Custom Styles ====================================== */
.main-container { width:940px; margin:0 auto;}
.header {
	height:58px;
	background:url(../../imgs/site/head_bg.png) repeat-x center top;
	position:relative;
	z-index:50;
}
.header .main-container { position:relative;}

a.logo {
	width:452px;
	height:59px;
	background:url(../../imgs/site/logo_bg.png) no-repeat 0 0;
	position:absolute;
	right:-108px;
	text-align:left;
	top:15px;
}
a.logo img {
	margin-left:138px;
	margin-top:-4px;	
}
.main-menu {
	width:586px;
	float:left;	
}
.main-menu ul,
.main-menu ul li {
	float:right;	
}
.main-menu ul {
	padding-top:22px;	
}
.main-menu ul li {
	margin-right:20px;	
}
.main-menu ul li.first {
	margin-right:0;	
}
.main-menu ul li a {
	display:block;
	vertical-align:top;
	height:34px;
	padding:0 5px;
	text-decoration:none;
	font-family:'alefbold';
	font-size:18px;
	line-height:34px;
	color:#B2B2B2;
}
.main-menu ul li a:hover {
	color:#B2B2B2;
	border-bottom:2px solid #4D4D4D;
}
.main-menu ul li.active a {
	color:#4D4D4D;
	border-bottom:2px solid #4D4D4D;
}
.banner_wrapper {
	border-bottom:5px solid #9f875d;
}

.home-slider {
	width:100%;
	height:500px;
	position:relative;	
}
.home-slider .banner-inner {
	width:940px;
	margin:0 auto;
	height:500px;
	position:relative;	
}
.home-slider .slide {
	height:500px;	
}
.bx-wrapper { direction:ltr; overflow:hidden;}
.bx-wrapper .bx-controls-direction a {
	width:32px;
	height:33px;
	margin-top:-17px;
	background-image:url(../../imgs/site/slider-arrows.png);
	background-repeat:no-repeat;
	opacity:.4;	
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity:1;
}
.bx-wrapper .bx-prev {	
	background-position:0 -33px;	
}
.bx-wrapper .bx-prev:hover {	
	background-position:0 -33px;	
}
.bx-wrapper .bx-next {	
	background-position:0 0;	
}
.bx-wrapper .bx-next:hover {	
	background-position:0 0;		
}
.bx-wrapper .bx-pager {
	bottom:10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width:12px;
	height:12px;
	background:#9f875d;
	-webkit-border-radius: 12px; 
          border-radius: 12px;
  background-clip: padding-box;
  margin:0 3px;	
  opacity:.3;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity:1;
	background:#9f875d;
}

.bannerTextBlock { 
	direction:rtl; 
	width:374px;
	float:left;
	margin-top:168px;
}
.bannertext_title span {
	font-family:'alefbold';
	font-size:25px;
	color:#fff;
	line-height:1;
	padding:15px 20px;
	margin-bottom:6px;
	display:inline-block;
	background:url(../../imgs/site/baggytrnsprtbg.png) repeat;
}
.banner-text {
	background:#fff;
	color:#4D4D4D;
	font-family:'alefbold';
	font-size:25px;
	display:inline-block;
	padding:7px 20px;
	line-height:1;
	margin-bottom:6px;
}
.bannerTextBlock .button { float:left;}

.button,
.button:hover {
	background:#9f875d url(../../imgs/site/baggytrnsprtbg.png) repeat;
	color:#fff;
	font-family:'alefbold';
	font-size:25px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	padding:3px 30px;
	line-height:normal;
	border:0;
}
.button:hover {
	background:url(../../imgs/site/baggytrnsprtbg.png) repeat;
}
#MainSection {
	padding:40px 0 50px;	
}
.HomeBoxes .HomeBox {
	width:220px;
	float:right;
	margin-right:20px;	
	color:#000;
}
.HomeBoxes .HomeBox.first {
	margin-right:0;	
}
.contentBox .box_title {
	background:#666666;
	color:#fff;
	font-size:24px;
	line-height:1;
	padding:7px 15px 8px;
	margin:0;
}
.GrayBox {
	background:#e6e6e6;
	padding:10px 15px;
	-moz-box-shadow:    inset 0 0 14px #a1a1a1;
   -webkit-box-shadow: inset 0 0 14px #a1a1a1;
   box-shadow:         inset 0 0 14px #a1a1a1;
}
.ToolsBlock .GrayBox {
	margin-top:10px;
	font-size:17px;
	text-align:center;
}

.button-with-arrow,
.button-with-arrow:hover {
	font-size:17px;
	text-align:center;
	text-decoration:none;
	border:0;
	display:inline-block;
	color:#fff;
	width:136px;
	padding-left:30px;
	height:30px;
	line-height:30px;
	background:url(../../imgs/site/sprite.png) no-repeat 0 0;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;
}
.button-with-arrow:hover {
	opacity:.7;
}

.ToolsBlock .GrayBox .button-with-arrow {
	margin:15px 0 5px;
}

.LatestNews {
	margin:0;
	padding:0;
	list-style:none;
	font-size:17px;	
	line-height:1.3;
}
.LatestNews li {
	border-bottom:2px solid #e6e6e6;
	padding:10px 0;
}
.LatestNews li:last-child {
	border-bottom:0;
	padding-bottom:0;
}
.LatestNews li a {
	text-decoration:none;
}
.LatestNews li a:hover {
	text-decoration:underline;
	color:#9E865C;
}

.OnlineBlock {
	display:block;
	vertical-align:top;
	position:relative;	
	text-decoration:none;
}
.OnlineBlock .tworounds {
	display:block;
	width:84px;
	height:177px;
	background:url(../../imgs/site/sprite.png) no-repeat 0 -71px;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
.OnlineBlock:hover .tworounds {
	background:url(../../imgs/site/sprite.png) no-repeat -95px -71px;
}
.tworounds .TopRound,
.tworounds .BtmRound {
	display:block;
	width:84px;
	height:80px;
	position:absolute;
	text-align:center;
	font-size:17px;
	line-height:1.2;	
	text-decoration:none;
}
.tworounds .TopRound {
	color:#000;	
	top:7px;
}
.tworounds .BtmRound {
	color:#fff;
	top:115px;
}
.QuickForm {
	padding-top:11px;	
}
#FormMessage {
	background:#48a4de;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin:-11px 0 0;
	padding:71px 15px 0;
	height:180px;
    font-family: alefregular;
}
#FormMessage.FormMessagePopup {
    height: 100px;
}
.form-item {
	margin-bottom:10px;	
}
.form-text {
	background:#e6e6e6;
	padding:0 15px;
	height:40px;
	border:0;
	-moz-box-shadow:    inset 0 0 14px #a1a1a1;
   -webkit-box-shadow: inset 0 0 14px #a1a1a1;
   box-shadow:         inset 0 0 14px #a1a1a1;	
}
.QuickForm .form-text { width:100%;}
.qc_button {
	width:220px;
	height:40px;
	background:url(../../imgs/site/sprite.png) no-repeat -179px -0px;
	border:0;
	text-align:right;
	padding:0 30px 0 0;
	font-size:24px;
	color:#fff;
	opacity:.85;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;
}
.qc_button:hover {
	opacity:1;	
}

.left_sidebar {
	float:left;
	width:220px;	
}
.content_right {
	width:670px;
	float:right;	
}

.left_sidebar .QuickForm {
	margin-bottom:40px;	
}

.breacrumb {
	margin-bottom:25px;	
	font-size:14px;
}
.breacrumb span {
	display:inline;
	padding:1px 10px;
	background:#e6e6e6;	
}
.breacrumb a {
	color:#B2B2B2;
	text-decoration:none;
	margin-left:15px;
}
.breacrumb a.active,
.breacrumb a.active:hover {
	color:#4C4C4C;
	text-decoration:none;
}
.breacrumb a:hover {
	text-decoration:underline;
}

.page_title {
	font-size:22px;
	color:#9F875D;	
}
.content_right h2 {
	color:#9F875D;
}
.content_right strong {
	color:#000;	
}

.OC_title {
	color:#fff !important;
	cursor:pointer;
	height:39px;
	line-height:39px;
	background:#b3b3b3 url(../../imgs/site/plus_minus.png) no-repeat right -39px;
	padding:0 55px 0 20px;
	margin-bottom:3px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;
}
.OC_title:hover {
	background:#9f875d url(../../imgs/site/plus_minus.png) no-repeat right -39px;
}
.OC_title.active {
	background:#9f875d url(../../imgs/site/plus_minus.png) no-repeat right 0;
}
.accordian_content {
	padding:10px 55px 20px 20px;
}
.ArticleListing {
	margin:0;
	padding:0;
	list-style:none;	
}
.ArticleListing li {
	margin-bottom:15px;	
}
.ArticleListing li h2 {
	margin:0;
	font-size:16px;
}
.ArticleListing li h2 a {
	color:#000;
}
.ArticleListing li h2 a:hover {
	color:#9E865C;
	text-decoration:none;
}
.contact_right {
	width:300px;
	float:right;	
}
.contact_left {
	width:270px;
	float:left;	
}
.ContactPageImg {
	position:absolute;
	top:-414px;
	right:0;	
}
.ContactPageImg_2 {
    position:relative;
    bottom:-50px;
}
.contact-address {
    width: 210px;
}
/* Footer */
.footer-wrapper {
	background:#999999 url(../../imgs/site/footer-bg.png) no-repeat center 0;
}
.footer-wrapper .main-container { position:relative;}
.footer-logo {
	float:left;
	padding:32px 0 0 0;	
}
.footer-menu {
	overflow:hidden;
	padding:9px 0 0 !important;
}
.footer-menu li {
	float:right;
	width:33%;	
	line-height:1;
	padding:2px 0 !important;
}
.footer-menu li a {
	color:#666666;
	font-size:16px;
	text-decoration:none;
}
.footer-menu li a:hover {	
	text-decoration:underline;
}

/* Popup Form */
.PopUpoverlay {
	background:url(../../imgs/site/overlay-bg.png) repeat;
	position:fixed;
	z-index:11111;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}
.PopUpblock {
	width:600px;
	height:auto;
	border:1px solid #cecece;
	z-index:11122;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-300px;	
}

.PopupClose {
	width:37px;
	height:36px;
	display:block;
	top:-18px;
	right:-18px;
	position:absolute;
	background:url(../../imgs/site/sprite.png) no-repeat -219px -61px;
}
.PopupClose:hover {
	background:url(../../imgs/site/sprite.png) no-repeat -260px -61px;
}
.OLS_form {
	width:460px;
	margin:37px auto;
}

.OLS_form h3 {
	font-size:24px;
	color:#fff;
	background:#666666;
	padding:0 15px;
	margin:0;
	height:40px;
	line-height:40px;
}
.FromTopText {
	color:#fff;
	font-size:15px;
	line-height:1.2;
	padding:10px 0 12px;	
}
.formtext_white {
	height:40px;
	background:#fff;
	border:0;
	padding-left:15px;
	padding-right:15px;	
}
.OLS_form .formtext_white { width:100%;}

.OLS_form .formtext_white.required-error{
	border: solid 3px #ff0000;
}

.form-item-file .cabinet {
	width: 227px;
    height: 40px;
    background: url(../../imgs/site/sprite.png) -210px -147px no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
	cursor:pointer;
	float:right;
}
.form-item-file .cabinet:hover {
    background: url(../../imgs/site/sprite.png) -210px -195px no-repeat;
}
.form-item-file .cabinet input.file {
	position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor:pointer;
}

.form-item-file {
	overflow:hidden;
	position:relative;	
}
.form-item-file .fileTypeHint {
	width:225px;
	height:40px;
	padding-right:18px;
	display:block;
	position:absolute;
	color:#fff;
	top:0;
	left:-1px;
	font-size:13px;
	background: url(../../imgs/site/sprite.png) -195px -257px no-repeat;
}

.form-item-checkbox {
	overflow:hidden;
	margin-top:10px;	
}
.form-item_checkwrapper {
	width:200px;
	height:40px;
	position:relative;
	float:right;
	color:#fff;
	font-size:18px;
	padding-right:32px;	
	line-height:40px;
}
.form-item_checkwrapper a:hover {
    color:#fff;
}
.formCheck input { position:absolute; right:-50px;}
.formCheck {
	display:inline-block;
	vertical-align:middle;
	width:23px;
	height:22px;
	position:absolute;
	right:0;
	top:10px;
	cursor:pointer;
	background: url(../../imgs/site/sprite.png) -352px -57px no-repeat;
}
.formCheck:hover {background: url(../../imgs/site/sprite.png) -352px -86px no-repeat;}
.formCheck.formCheckCheked {background: url(../../imgs/site/sprite.png) -352px -115px no-repeat;}

.form-item-checkbox { position:relative;}
.OLS_form .buttonSubmit {
	width:221px;
	height:40px;
	display:block;
	border:0;
	background: url(../../imgs/site/sprite.png) -213px -377px no-repeat;
	left:0;
	top:0;
	position:absolute;
	color:#fff;
	text-align:right;
	padding:0 30px 0 0;
	font-size:24px;
}
.OLS_form .buttonSubmit:hover {
	background: url(../../imgs/site/sprite.png) -213px -323px no-repeat;
}
	
.OnlineServicesForm { display:none;}

/* ====================================== Helper Classes ====================================== */
.font_18px { font-size:18px;}
.fleft { float:left;}
.fright { float:right;}
.no-mrg { margin:0!important;}
.no-padd { padding:0!important;}
.no-bg { background:none!important;}
.no-bdr {border:none!important;}
.text-center {text-align:center !important;	}
.hidden {display:none;}
.inline-block {	display:inline-block;}
/* Image replacement */
.ir {
    font-size:0;
	line-height:0;
	padding:0;
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
	padding:0;
	margin:0;
	line-height:0;
}