*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial;
}

p{
        font-size:13px ;	
}

body, html{
	width: 100%;
	height: 100%;
}

.clear{
	clear: both;
}

#header{
	position: relative;
	width: 1000px;
	height: 72px;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #000;
}

#logo{
	position: absolute;
	width: 221px;
	height: 42px;
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	left: 0;
	top: 18px;
}

#logo a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

#r_header{
	position: relative;
	float: right;
	width: 328px;
	margin-top: 25px;
}

#search{
	position: relative;
	float: left;
}

#s_input{
	position: relative;
	float: left;
	width: 163px;
	height: 30px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #8d7743;
	text-indent: 17px;
}

#s_input::-webkit-input-placeholder {
   color: #8d7743;
}

#s_input:-moz-placeholder { /* Firefox 18- */
   color: #8d7743; 
}

#s_input::-moz-placeholder {  /* Firefox 19+ */
   color: #8d7743; 
}

#s_input:-ms-input-placeholder {  
   color: #8d7743;
}
#s_btn{
	position: relative;
	float: left;
	margin-left: 1px;
	width: 32px;
	height: 30px;
	border: transparent;
	background-color: #000;
	color: #fcfcfc;
	cursor: pointer;
	outline: none;
}

#languages1{
	position: relative;
	float: left;
	margin-left: 9px;
	width: 120px;
	height: 30px;
	border: 1px solid #ececec;
	background-color: #fbfbfb;
	cursor: pointer;
	border-bottom: 0;
	z-index: 20;
}

.languages{
	position: relative;
	float: left;
	width: 120px;
	margin-top: 2px;
	border: 1px solid #ececec;
	border-top: 0;
	margin-left: -1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 5;
}

.languages li{
	position: relative;
	width: 120px;
	height: 22px;
}


.languages li a{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	display: block;
	color: #383838;
	font-size: 12px;
	z-index: 1;
	background-color: #fbfbfb;
}

.languages li a:hover{
	background-color: #fff;
}

#az, #eng, #ru{
	display: none;
}



#flag{
	background-image: url("img/az_flag.png");
}

.flag{
	position: relative;
	float: left;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	margin-left: 5px;
}


#down_arrow{
	position: absolute;
	right: 3px;
	top: 8px;
	width: 9px;
	height: 5px;
	color: #a0a0a0;
	font-size: 14px;
	z-index: 10;
}



#menu{
	position: relative;
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	z-index: 2;
}

.menu{
	position: relative;
	height: 39px;
	margin-top: 3px;
}

.menu li{
	position: relative;
	float: left;
	height: 39px;
}

.menu li:first-child{
	margin-left: 0;
}

.menu li a{
	position: relative;
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color:#8d7743;
	text-transform: capitalize;
	font-size: 15px;
}

.menu li .menu_active{
	background-color: #8d7743;
	color: #fff;
	border-radius: 3px;
}

.sub_menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	display: none;
}

.sub_menu li{
	position: relative;
	height: auto;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.sub_menu li a{
	background-color: #8d7743;
	color: #fff;
}

.sub_menu li a:hover{
	color: #8d7743;
	background-color: #fff;
}


#slider{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}



#buttons{
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 35%;
	z-index: 1;
}

#l_btn, #r_btn{
	position: relative;
	float: left;
	width: 72px;
	height: 70px;
	background-image: url("img/s_l_arrow.png");
	cursor: pointer;
}

#r_btn{
	float: right;
	background-image: url("img/s_r_arrow.png");
}

.slider{
	position: relative;
	width: 100%;
}

.slider li{
	position: relative;
	float: left;
	width: 100%;
	max-width: 1600px;
}

.slider li img{
	width: 100%;
	display:block;
}


#about{
	position: relative;
	width: 1000px;
	height: 130px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.about{
	position: relative;
	float: left;
	color: #8d7743;
	font-size: 24px;
	font-style: normal;
}

.kant{
	position: relative;
	float: right;
	width: 850px;
	border-bottom: 1px solid #8d7743;
	margin-top: 15px;
}

.text{
	position: relative;
	float: left;
	margin-top: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.read_more{
	position: relative;
	float: right;
	margin-top: 5px;
}

.read_more a{
	text-decoration: underline;
	color: #8d7743;
	text-transform: uppercase;
	font-size: 15px;
}

#news{
	position: relative;
	width: 1000px;
	height: 320px;
	margin-top: 19px;
	margin-left: auto;
	margin-right: auto;
}

#news_header{
	position: relative;
	float: left;
	width: 105px;
	text-align: left;
	text-transform: capitalize;
	font-size: 24px;
	color: #8d7743;
}



#news_kant{
	position: relative;
	width: 895px;
	float: left;
	border-bottom: 1px solid #8d7743;
	margin-top: 17px;
}

#news_img{
	position: relative;
	float: left;
	width: 380px;
	height: 284px;
	overflow: hidden;
}

.news_img{
	position: relative;
	width: 380px;
	height: 284px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	background-image: url("../images/news.png");
}


#news_lists{
	position: relative;
	float: left;
	width: 620px;
	height: 284px;
}

.news{
	position: relative;
	float: left;
	width: 620px;
	height: 94px;
}


.news a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;	
	background-color: #f8f8f8;
}

.news a:hover{
	background-color: #e2e2e2;
}

.news_header{
	position: relative;
	width: 620px;
	color: #8d7743;
	font-weight: bold;
	font-size: 24px;
	text-indent: 25px;
	padding-top: 10px;
}

.news_text{
	position: relative;
	float: left;
	width: 580px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 10px;
	font-size:13px; 
	color: #57585a;
}

#sirketlerimiz{
	position: relative;
	width: 1000px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#sir_header{
	position: relative;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #8d7743;
}

#sir_kant{
	position: relative;
	float: right;
	width: 855px;
	border-bottom: 1px solid #8d7743;
	margin-top: 15px;
}

.sirketlerimiz{
	position: relative;
	float: left;
	width: 1000px;
	overflow: hidden;
}

.sirketlerimiz li, .sir_box{
	position: relative;
	float: left;
	width: 151.5px;
	height: 103px;
	border:1px solid #d3d3d3;
	margin-left: 15px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.sirketlerimiz li:first-child{
	margin-left: 0;
}

.sirketlerimiz li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


#footer{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 73px;
}

#top_f{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: #e1e1e1;
}

.footer{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 60px;
}

#l_footer{
	position: relative;
	float: left;
	font-size: 12px;
	padding-top: 22px;
	color:#666;
}

#r_footer{
	position: relative;
	float: right;
	width: 485px;
	height: 45px;
	margin-top: 7px;
}

#bottom_f{
	position: relative;
	width: 100%;
	height: 13px;
	margin: 0 auto;
	background-color: #8d7743;
}

#social{
	position: relative;
	float: left;
}

#social li{
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	margin-left: 1px;
}

#social li a{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

#social #fb{
	background-color: #62adf3;
}

#social #rrs{
	background-color: #ffd565;
}

#social #email{
	background-color: #ffa765;
}

#a_input{
	position: relative;
	float: left;
	margin-left: 1px;
	width: 300px;
	height: 45px;
	background-color: #fff;
	outline: none;
	border: transparent;
	text-indent: 20px;
	color: #acacac;
}

#a_btn{
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	background-color: #9e8953;
	outline: none;
	border: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
}


/*****************************************/

#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom:25px;
}

#c_left{
	position: relative;
	float: left;
	width: 680px;
}


#c_header{
	position: relative;
	width: 1000px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}


.c_header{
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #8d7743;
	width: 815px;
	text-align: left;
}

.c_header2{
	width: 610px;
}

.breadcrump{
	color: #8d7743;
}


.breadcrump:hover{
	text-decoration:underline;

}

.c_basliq{
	position: relative;
	float: left;
	font-size: 16px;
	text-align: left;
	color: #8c8c8c;
	margin-right: 2px;
}


.c_box{
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1px;
}

.c_box a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.h_print{
	background-image: url("img/print.png");
}

.pdf{
	background-image: url("img/pdf.png");
}

.email{
	background-image: url("img/email.png");
}

#c_text{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}

#c_s_pic{
	position: relative;
	width: 660px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	min-height:670px;
}


#c_right{
	position: relative;
	float: right;
}

#c_right2{
	position: relative;
	float: left;
	width: 320px;
}

#c_r_header{
	position: relative;
	float: left;
	width: 320px;
	margin-top: 20px;
}

.c_r_n_list{
	position: relative;
	float: left;
	width: 310px;
	padding: 5px;
	padding-top: 0;
	margin-top: 19px;
}

.c_r_n_list:hover{
	background-color: #e2e2e2;
}

.c_l_header{
	position: relative;
	float: left;
	color:#8d7743 ;
	font-size: 19px;
}

.c_l_text{
	position: relative;
	float: left;
	font-size: 14px;
	color: #57585a;
	margin-top: 10px;
	line-height: 20px;
}


.r_pic{
	position: relative;
	float: left;
	width: 320px;
}

.r_pic img{
	position: relative;
	width: 100%;
}

/*************************************/

#layihe{
	position: relative;
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#l_header{
	position: relative;
	float: left;
	font-size: 24px;
	text-align: left;
	width: 110px;
	color: #8d7743;
}

#l_kant{
	position: relative;
	float: left;
	width: 825px;
	border-bottom: 1px solid #8d7743;
	margin-top: 15px;
}

.layihe{
	position: relative;
	width: 1000px;
	height: 105px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}



.l_img{
	position: relative;
	float: left;
	width: 153px;
	border: 1px solid #d3d3d3;
}



.l_img img{
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.l_basliq{
	position: relative;
	float: left;
	margin-left: 15px;
	width: 830px;
	text-align: left;
	color: #8d7743;
	font-size: 14px;
}

.l_text{
	position: relative;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	width: 830px;
	text-align: left;
	color: #2d2d2d;
	font-size: 12px;
	line-height: 18px;
}



.layihe2{
	text-align: justify!important ;
	font-size:13px !important;
	height:auto !important;
}

.rehberlik{
position: relative;
	float: left;
	width:100%;
}

.rehberlik li{

position: relative;
	float: left;
	width:100%;
	border-bottom:1px solid #8d7743;
	margin-bottom:25px;
}

.rehberlik li:last-child{
	border:0;

}

.l_img2{
	position: relative;
	float: left;
	width: 250px;
	border: 1px solid #d3d3d3;
	margin-right:15px;
	margin-bottom:10px;
}


.l_basliq2{
	width:730px;
		
	margin-left: 0;
}


/****************************************/

#contact, #karyera{
	position: relative;
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}



#c_kant{
	position: relative;
	width: 850px;
	float: right;
	border-bottom: 1px solid #8d7743;
	margin-top: 15px;
	margin-left:5px;
}

#r_right{
	position: relative;
	float: right;
	margin-left: 2px;
}

#c_map{
	position: relative;
	float: left;
	width: 608px;
	height: 240px;
	border: 1px solid #8d7743;
}

#c_form{
	position: relative;
	width: 365px;
	float: left;
	margin-left: 20px;
}

.c_input{
	position: relative;
	float: left;
	width: 363px;
	height: 41px;
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
	color:#8d7743;
	outline: none;
	text-indent: 15px;
	margin-top: 9px;
	font-size:12px;
}

.c_input::-webkit-input-placeholder {
   color: #8d7743;
}

.c_input:-moz-placeholder { /* Firefox 18- */
   color: #8d7743; 
}

.c_input::-moz-placeholder {  /* Firefox 19+ */
   color: #8d7743; 
}

.c_input:-ms-input-placeholder {  
   color: #8d7743;
}


.c_txt{
	height: 91px;
	resize: none;
	padding-top: 12px;
}

.c_btn{
	background-color: #8d7743;
	cursor: pointer;
	border: transparent;
	color: #fff;
}

.a_list{
	position: relative;
	width: 1000px;
	float: left;
	color: #8d7743;
	font-size: 14px;
	margin-top: 10px;
}

#address{
	position: relative;
	float: left;
	background-image: url("img/map.png");
	width: 12px;
	height: 16px;
	margin-right: 12px;
}

#phone{
	position: relative;
	float: left;
	background-image: url("img/tel.png");
	width: 12px;
	height: 20px;
	margin-right: 12px;
}

#email2{
	position: relative;
	float: left;
	background-image: url("img/email2.png");
	width: 14px;
	height: 12px;
	margin-right: 12px;
	margin-top: 2px;
}

/***************************************/
.layihe{
	font-size: 13px;
	color: #666666;
	line-height: 19px;
	text-align: left;
}

#c_img2{
	position: relative;
	float: left;
	width: 200px;
	margin-right:10px;

}

#c_img2 img{
	position: relative;
	display: block;
	width: 200px;
	margin-right: 10px;
}


#c_header2{
	position: relative;
	float: left;
	font-size: 24px;
	color: #8d7743;
	text-align: left;
}

#c_kant2{
	position: relative;
	float: left;
	width: 835px;
	border-bottom: 1px solid #8d7743;
	margin-top: 15px;
}

#c_gallery{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.c_gallery{
	position: relative;
	float: left;
	width: 1000px;
}

.c_gallery2{
	width: 680px;
}

.c_gallery2 li:first-child{
	margin-left: 0;
}

.c_gallery li{
	position: relative;
	float: left;
	width: 153px;
	height: 103px;
	border: 1px solid #d3d3d3;
	margin-left: 10px;
}

.c_gallery li:first-child{
	margin-left: 0;
}

.c_gallery li img{
	position: relative;
	width: 100%;
	height: 100%;
}



/* popup */
.musahide_surasi_in{
	position:realtive;
	margin: auto;
}

.musahide_surasi_in li{
	margin-bottom:25px;
}

.musahide_surasi_in li:last-child .p_kant{
	display:none;
}

.p_kant_m{
	width:1000px !important;
}

.img{
	position: relative;
	float: left;
	width: 300px;
	margin:10px;
}

.img_center{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.img img{
	position: relative;
	width: 3000px;
	border-radius: 5px;
}

.p_name, .p_pos{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #8d7743;
	font-size: 18px;
}

.p_pos{
	color: #4c4c4c;
	font-size: 15px;
	margin-top: 0;
}

.p_kant{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #8d7743;
	margin: 10px auto 0 auto;
}

.p_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	z-index: 20;
	left: 0;
	top: 0;
}

.p_window{
	position: fixed;
	width: 900px;
	height: 300px;
	background-color: #fff;
	z-index: 25;
	left: 50%;
	top:50%;
	margin: -150px 0 0 -450px;
}

.p_close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	background-image: url("img/close1.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.p_img{
	position: relative;
	float: left;
	width: 457px;
	height: 300px;
	overflow: hidden;
}

.r_shape{
	position: absolute;
	width: 53px;
	height: 107px;
	background-image: url("img/r_shape.png");
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 100px;
	z-index: 5;
}

.p_img img{
	position: relative;
	display: block;
	width: 100%;
}

.p_info{
	position: relative;
	float: left;
	width: 390px;
	height: 257px;
	margin: 19px 0 0 50px;
}

.w_name, .w_pos{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	color: #8d7743;
	font-size: 20px;
	font-family: Arial;
}



.p_txt{
	position: relative;
	float: left;
	width: 360px;
	height: 190px;
	margin-top: 22px;
	font-size:14px;
	color: #4c4c4c;
	overflow-y: scroll;
	text-align: left;
	  padding-right: 20px;
}

.p_txt::-webkit-scrollbar{
	width: 1px;
	background-color: #fff;
}

.p_txt::-webkit-scrollbar-thumb {
	background-color: #8d7743;
	border: 2px solid #8d7743;
}


.p_bg, .p_window{
	display: none ;
}



/* Popup son  */



/* Lightbox */
.photo{
	position:relative;
	float:left;
	margin:10px;
	width:180px;
	height:120px;
	overflow:hidden;
}

.photo a img{
	position:relative;
	float:left;
	width:180px;
	display:block;
}

/* Erize formu  */



.center{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.clear{
    clear: both;
}

.clear2{
    clear: both;
    height: 15px;
}

.f_box{
    position: relative;
    float: left;
    width: 998px;
    border-bottom: 0;

}

.f_box_in{
    position: relative;
    float: left;
    width: 998px;
    margin-top: 5px;
    border: 1px solid #c4c4c4;
    border-bottom: 0;
}

.f_header{
    position: relative;
    float: left;
    width: 990px;
    height: 33px;
    padding-top: 7px;
    padding-left: 8px;
    text-align: left;
    color: #353535;
    font-size: 20px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #c4c4c4;
    font-weight: 400;
}

.f_box_in_in{
    position: relative;
    float: left;
    width: 998px;
    border-bottom: 1px solid #c4c4c4;
}

.f_box_in_in:nth-child(odd){
    background-color: #F9F9F9;
}

.f_box_in_in:nth-child(even){
    background-color: #fff;
}

.f_box_txt{
    position: relative;
    float: left;
    border-right: 1px solid #c4c4c4;
    width: 392px;
    height: 36px;
    padding-top: 12px;
    padding-left: 8px;
    font-size: 14px;
}

.f_box_input{
    position: relative;
    float: left;
    width: 596px;
}

.f_b_input{
    position: relative;
    float: left;
    outline: none;
    width: 250px;
    height: 30px;
    margin: 8px 0 0 10px;
    text-indent: 5px;
    color: #353535;
}

.f_b_select{
    width: 250px;
    height: 29px;
}

.date{
    position: relative;
    float: left;
    width: 30px;
    height: 25px;
    padding-top:6px;
    text-align: center;
    margin:8px 0 0 10px;
    background-color: #EEEEEE;
}
.f_b_date{
    margin-left: 0;
    width: 220px;
}

.f_b_file{
    margin-top: 12px;
    text-indent: 0;
}

.f_box_add{
    position: relative;
    float: left;
    height: 35px;
    width: 998px;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

.add_btn{
    position: relative;
    float: left;
    height: 24px;
    cursor: pointer;
    margin: 6px 0 0 8px;
    padding: 0 8px 0 8px;
    outline: none;
}

.f_b_area{
    width: 300px;
    height: 90px;
    margin-bottom: 2px;
    resize: none;
}

.f_box_txt_area{
    height: 100px;
}

.f_i_derece{
    position: relative;
    float: left;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 10px;
}

.f_k_input{
    margin-top: -3px;
    float: right;
    margin-right: 10px;
}

.f_b_select_dil{
    width: 150px;
}

.alert{
    position: relative;
    float: left;
    height: 26px;
    padding: 3px 10px 0 10px;
    margin: 7px 0 0 0;
    font-size: 15px;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

.send-cv-info{
    position: relative;
    float: left;
    width: 960px;
    padding-left: 40px;
    height: 30px;
    padding-top: 10px;
    font-size: 14px;
    font-family: Arial;
    margin: 5px auto;
    border-radius: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-shadow: inset 0px 0px 43px -4px #8d7743;
    -moz-box-shadow: inset 0px 0px 43px -4px #8d7743;
    box-shadow: inset 0px 0px 43px -4px #8d7743;
    display: none;
}



.sirket_table{
	position: relative;
	float: left;
	width: 1000px;
	margin-top: 20px;
}

.sirket_table li{
	position: relative;
	float: left;
	width: 175px;
	height: 103px;
	border:1px solid #d3d3d3;
	margin-left: 11px;
	margin-right:11px;
	margin-top:20px;
	background-color: #fff;
}



.sirket_table li img {
	position: relative;
	display: block;
	width: 151px;
	margin: 0 auto;
}


/***********************************************************************************/

.s_box{
	position: relative;
	float: left;
	margin: 6px;
	border: 1px solid #e6d9c2;
	width: 151px;
	height: 103px;
	display: table;
	text-align: center;
	cursor:pointer;
}

.s_box p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #575757;
	font-family: Arial;
	font-size: 17px;
}


.s_box_center{
	position: relative;
	float: none;
	margin: 6px auto;
}

.s_kant{
	position: relative;
	width: 830px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.horizontal{
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -1px;
	height: 12px;
	border-right: 1px solid  #e3e3e3;
}

.horizontal2{
	top:104px;
	height:31px;
	  margin-left: -6px;
}

.hover{
	position: relative;
	width: 149px;
	height: 101px;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.structur tr:first-child p{
	font-weight:bold !important ;
	font-size:15px !important;
}


.hover0{
	background-image: url("img/0.jpg");
}

.hover01{
	background-image: url("img/gur.jpg");
}

.hover02{
	background-image: url("img/idman.jpg");
}

.hover03{
	background-image: url("img/qerb.jpg");
}

.hover1{
	background-image: url("img/1.jpg");
}

.hover2{
	background-image: url("img/2.jpg");
}

.hover3{
	background-image: url("img/3.jpg");
}

.hover4{
	background-image: url("img/4.jpg");
}

.hover5{
	background-image: url("img/5.jpg");
}

.hover6{
	background-image: url("img/6.jpg");
}

.hover7{
	background-image: url("img/7.jpg");
}

.hover8{
	background-image: url("img/8.jpg");
}

.hover9{
	background-image: url("img/9.jpg");
}

.hover10{
	background-image: url("img/10.jpg");
}

.hover11{
	background-image: url("img/6.jpg");
}



/**************************/

#loading_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5;
	z-index: 25;
	display: none;
}


#loading{
	position: fixed;
	padding: 20px;
	border-radius: 15px;
	right: 30px;
	bottom: 30px;
	color: #fff;
	background-color: #8d7743;
	z-index: 30;
	display: none;
}



#pagination, 
.pagination{
	position: relative;
    margin: 0 auto;
    display: table;
}

#pagination{
	margin-top: 20px;
}

.pagination li{
	position: relative;
	float: left;
	margin: 0 2px;
}

.pagination li a{
	display: block;
	border: 1px solid #8d7743;
	color: #8d7743;
	padding: 4px 8px;
    border-radius: 3px;
}

.pagination .prev a{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination .next a{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination li a:hover,
.pagination li .active_page{
	background-color: #8d7743;
	color: #fff;
}