@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}


a:hover,
a:focus,
a:active {
  outline: none;
}
input:focus, input:hover, input:active,
textarea:focus, textarea:hover, textarea:active
{
   outline:none;   
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}



h1
{
	font-size:18px;
  	margin:0 0 10px 0;
  	color:#e59000;
	letter-spacing:1px;
	text-align:left;
    font-weight: 100;
}
h2
{
	font-size:17px;
  	margin:0 0 10px 0;
  	color:#333;
	letter-spacing:1px;
	text-align:left;
    font-weight: 100;
}
h3
{
	font-size:14px;
  	line-height: 17px;
}
h4
{
	font-size:13px;
  	line-height: 16px;
}
h5
{
	font-size:13px;
  line-height: 16px;
}
h6
{
	font-size:13px;
  line-height: 14px;
}

table
{
	border: 1px solid #ccc;
    border-top:0px;
	border-collapse: collapse; /* Способ отображения границы */ 
    width: 100%; /* Ширина таблицы */ 
    /*border-spacing: 7px 11px;  Расстояние между ячейками */ 
}
td 
{
	padding: 3px 5px;
    border-top:1px solid #ccc;
    border-left: 1px solid #ccc;
}

td:first-child
{
    border-left: 0px;
}


td, li, p 
{
  font-size:13px;
  color:#666;
  line-height: 17px;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}
td a, li a, p a 
{
  font-size:13px;
  color:#e59000;
  line-height: 17px;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  text-decoration: none;
}
td a:hover, li a:hover, p a:hover 
{
  color:#e59000;
  
  text-decoration: underline;  
}

/*--------------------------------------- css start ------------------------------------------------*/

 html, body
{
	height:100%;
	/*background:#fff url(fon_fona.jpg) no-repeat  center top;*/
	font-family: Tahoma,Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;

}

#all
{
	min-width:1000px;
	max-width:100%;
	min-height:100%;	
	margin:0 0 -210px 0;
   	position: relative;
       z-index: 2;		
}

#all_content
{
	overflow:hidden;
	padding:0 0 210px 0;
	
}

#footer
{
	height:209px;
	background: url(header-bg.jpg) no-repeat bottom center;
    /*background: url(FooterBackground2.jpg) repeat-x top;*/
    border-top:1px solid #6ec2e4;
	overflow:hidden;
	width:100%;
    position: relative;
     z-index: 3;
}


#footer .footer_text
{
	width:1000px;
	height:209px;
	margin:0 auto;
	overflow:hidden;
    background: url(header-bg2.jpg) no-repeat  center -2px; 
}

/*----------------------------------------SITE CSS----------------------------------------------------*/
/*----------------------------------------SITE CSS----------------------------------------------------*/
/*----------------------------------------SITE CSS----------------------------------------------------*/

#footer .footer_text .box_text
{
	width:500px;
	height:110px;
	float:left;
	overflow:hidden;
	color:#666;
	font-size:13px;
    line-height: 17px;
    font-family: Arial;
    padding:10px 10px 0 0;	
}

#footer .footer_text .one_foot
{
	width:1000px;
    overflow: hidden;
    padding: 20px 0 0;
    	
}
#footer .footer_text .one_foot a
{
	color: #808080;
	font-size:13px;
    line-height: 14px;
    text-decoration: none; 
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    border-right:1px solid #df8000;	
    float: left;
    height: 14px;
}
#footer .footer_text .one_foot a.onn
{
    border-left:1px solid #df8000;	
}


#footer .footer_text .last_foot
{
	width:180px;
    position: relative;
    float: left;
    height:100px;
    color:#666;
	font-size:13px;
    line-height: 25px;
    padding: 10px 0 0 20px;	
}
#footer .footer_text .last_foot2
{
	width:278px;
    position: relative;
    float: right;
    height:119px; 	
}
.copyrithing
{
    width:1000px;
    overflow: hidden;
    color:#666;
	font-size:13px;
    line-height: 25px;
    text-align: left;
    padding: 7px 0 0px 0px;
}
.copyrithing a
{
    color:#666;
	font-size:13px;
    line-height: 25px;
}



/*-----------------------------------------top--------------------------------------------------*/

.top_menu
{
	height:30px;
    background: url(menu_top.png) repeat-x bottom;
	width:100%;
	overflow:hidden;
    position: fixed;
    top: 0px;
    z-index: 999999;
}
.top_menu .text_top_menu
{
    width:1000px;
	/*width:770px;
    padding-right: 230px;*/
	height:30px;

	color:#fff;
	margin:0px auto 0;
    position: relative;
}

.text_top_menu img
{
    padding-top: 5px;
    display:inline-block;
    float: right;
    margin:0px 0px 0 20px;
}

.top_menu .text_top_menu a
{
	color:#fff;
    text-decoration: none;
    margin:6px 0px 0 6px;
    font-size:12px;
    line-height: 12px;
    display:inline-block;
    float: right;
}
.top_menu .text_top_menu a:hover
{
	text-decoration: underline;	
}

/*-------------------------------------------------------*/

.logo_search
{
	width:1000px;
	height:80px;
	margin: 30px auto 0;
    position: relative;	
}

.logo_search .left_box {
    float: left;
    height: 80px;
    width: 210px;
    margin: 3px 0 0 0;
}
.logo_search .tel_box
{
   position: absolute;
    top:15px;
    right: 0px;
    width: 600px;
    height: 20px;
    overflow: hidden; 
    font-size:12px;
    line-height: 12px;
    color:#999;
    text-align: right;
}
.logo_search .tel_box img
{
  display: inline-block;
  line-height: 12px;
}

.logo_search .search
{
    width: 218px;
    height: 18px;
    overflow: hidden;
    border: 1px solid #ccc; 
    background: #fff url(search2.gif) no-repeat 200px 3px ;
    position: absolute;
    top:55px;
    right: 0px;
    
}
.logo_search .search .search_int
{
    width: 170px;
    height: 12px;
    border: 0;
    padding: 0px 10px;
    font-family:  Tahoma, Arial, Verdana, FreeSans, sans-serif;
    font-size: 12px;
    color: #999;
    margin: 3px 0 0 0; 
    -webkit-appearance: none;
    overflow: hidden; 
    line-height: 12px;
    display: block; 
    float: left;
}
.logo_search .search #submit_button
{
    border: 0;
    -webkit-appearance: none;
    background: none; 
    cursor: pointer;
    display: block; 
    float: right;
    padding: 2px 10px;  
}

/*--------------------------*/
.menu_fon
{
    display: table;
	width:100%;
	height:116px;
    margin: 0;
    background: url(header-bg.jpg) no-repeat bottom center;
}

.menu_mid
{
    display: table;
	width:1000px;
	height:36px;
	margin: 5px auto 0;
    position: relative;
    
    /*border: 1px solid #d8b8f0;*/
    /*-webkit-appearance: none;
	 -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius: 5px;
    
    -moz-box-shadow: 1px 2px 1px #d7d6d5; 
    -webkit-box-shadow: 1px 2px 1px #d7d6d5; 
    box-shadow: 1px 2px 1px #d7d6d5; /* Параметры тени */   
}


.but_menu
{
    display: inline-block;
    height: 36px;
    float: right;
    /*position: relative;*/
    overflow: hidden;
    margin-left: 20px;
}
.but_menu .el
{
    display: inline-block;
    height: 26px;
    padding: 10px 0 0 0;
    color: #808080;
    text-decoration: none;
    font-size: 13px;
    background: none; 
    font-weight: 100;
    
    
}
.but_menu:hover 
{
    overflow: visible;  
    background: url(menu_act2.png) repeat-x left bottom;  
}
.but_menu .el:hover, .but_menu .el.act
{
    background: url(menu_act2.png) repeat-x left bottom;     
}


/*---------------------------------*/

#slider-wrapper{
    width: 998px;
    margin: 7px auto;
    overflow: hidden;
    height: 400px;
    border: 1px solid #dbdbdb;
 
}
#slider-wrapper p{ color: #fff!important; }
#slider {
	position:relative;
    width:998px;
    height:400px;  
	background:url(loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width: 998px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:7px;
    z-index: 66666;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
/*	background:url(arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Tahoma,Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
} 

/*-------------------------------------------------------------------------------*/

.contents
{
	width:1000px;
	margin: 0px auto 0px;
	overflow: hidden;
    /*background: url(all_fon.png) repeat-y top center;*/
}


/*----------------------------------------*/


.all_pagestext
{
    width:1000px;
    overflow: hidden; 
    margin: 10px 0;   
}

.all_pagestext .left_box
{
    width:728px;
    overflow: hidden; 
    margin: 0px 20px 0 0; 
    float: left;  
}
.all_pagestext .right_box
{
    width:250px;
    overflow: hidden; 
    margin: 0px 2px 0 0; 
    float: right;  
}

.boxx_title
{
    width: 96%;
    height: 20px;
    overflow: hidden;
    padding: 5px 2% 0px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    text-align:  left;
    background:#2056ae;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.boxx_title2
{
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 5px 0 0px 0;
    color: #666;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    text-align:  left;
    /*background:#2056ae;*/
    margin: 0 0 15px 0;
    font-weight: 600;
	border-bottom: 1px dotted #ccc;
}
.boxx_title2 img
{
    display: inline-block; float: left;
}
.boxx_title2 h4, .boxx_title2 h4 a
{
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding: 5px 0 0px 5px;
    color: #666;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    text-align:  left;
    /*background:#2056ae;*/
    margin: 0 0 15px 0;
    font-weight: 600;
}

.list_maltext
{
    width:645px;
    overflow: hidden;
    border-bottom: 1px dotted #2056ae;
    margin: 0 0 20px;
}
.list_maltext img
{
    width:150px;
    height: 120px;
    float: left;
    display: block;
    margin: 2px 20px 10px 0;
}
.list_maltext .korotko
{
    width:475px;
    float: left;
    overflow: hidden;
}
.list_maltext a
{
    color: #2056ae;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    text-align:  left;
    float: left;
    margin:0 20px 5px 0;
}
.list_maltext a:hover
{
    text-decoration: underline;
}
.list_maltext span
{
    color: #75c716;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    text-align:  left;
    float: left;
    margin-right: 20px;
}
.list_maltext p
{
    width:475px;
    float: right;
}
.list_maltext .morez
{
    float: right;
}
.textpages
{
    width:728px;
    overflow: hidden;
    margin:20px 0;
}
.textpages img.img_v_text {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 20px 10px 0;
    overflow: hidden;
    padding: 3px;
    width: 350px;
}
.textpages p
{
    overflow: hidden;
    margin:0 0 10px 0;
    padding: 0;
}
.textpages ul, .textpages ol {
    color: #666;
    display: inline-block;
    float: right;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    margin: 0 10px 17px 0;
    position: relative;
    text-align: left;
    width: 700px;
    word-spacing: 1px;
}
.textpages li {
    color: #666;
    float: right;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    list-style-type: disc;
    margin: 0 10px 3px 0;
    position: relative;
    text-align: left;
    width: 660px;
    word-spacing: 1px;
}
.textpages span.sear {
    background: yellow;
}

.all_pagestext .right_box .country
{
   width: 250px;
   overflow: hidden;
}
.all_pagestext .right_box .country .one_country
{
   width: 250px;
   display: inline-block;
   overflow: hidden;
   padding-bottom: 10px;    
}
.all_pagestext .right_box .country .one_country a
{
   width: 185px;
   display: inline-block;
   overflow: hidden;
   font-family: Arial;
    font-size: 13px;
    line-height: 17px; 
    color: #666;
    text-decoration: none;
    float: right;
    padding: 7px 5px 7px 10px;
    border-bottom: 1px dotted #ccc;    
}
.all_pagestext .right_box .country a:hover
{
   text-decoration: underline;    
}

.all_pagestext .right_box .country .one_partner
{
   width: 238px;
   display: inline-block;
   overflow: hidden;
   padding: 5px 5px 5px 6px;
   margin-bottom: 10px;
   text-align: center;
     
}
.all_pagestext .right_box .country .one_partner a
{
   border:0px;
   line-height:0;   
}
.all_pagestext .right_box .country .one_partner a img
{
   border:0px; 
   line-height:0; 
    -webkit-appearance: none;
	 -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius: 5px;   
}

.all_pagestext .left_box .line_element {
    overflow: hidden;
    padding-bottom: 20px;
    width: 728px;
}
.contact_panorama {
    border: 1px solid #CCCCCC;
    float: left;
    height: 350px;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 358px;
}
.contact_map {
    border: 1px solid #CCCCCC;
    float: left;
    height: 350px;
    overflow: hidden;
    width: 358px;
}


#footer .footer_text .one_foot a:hover, #footer .footer_text .one_foot a.act {
    text-decoration: underline;
}

/*----------------mesage-----------------------*/
.hotel_help
{
position:fixed;
z-index: 99999;
width:100%;
height:100%;
font-family: sans-serif;
display: none;

}
.hotel_help .messeg
{
padding:10px;
border:7px solid #6EC2E4;
-moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
background:#FFFFFF;
position:fixed;
top:5%;
left:50%;
width:650px;
height:450px;
margin-left:-325px;
overflow:hidden;
}
.hotel_help .messeg .title_mes
{
	width:650px; margin:4px 0 10px 0;
}
.hotel_help .messeg .title_mes #ss0
{
	color:#6EC2E4; font-size:20px;
}

.hotel_help .messeg .title_mes img.close_hotel
{
	display:block; width:20px; height:20px; float:right; cursor:pointer; border:0px;
}

.hotel_help .messeg .forma_mes
{
    width:394px;
    height: 400px;
    border:1px solid #ccc;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
    padding:0 10px 0 10px;
    overflow:hidden;  
}

.hotel_help .messeg .tyrz7
{
    float:left;
	width:220px;
    height: 306px;
    border:0px solid #ccc;
    margin:0 14px 0 0px;
    overflow:hidden;  
}

.hotel_help .messeg .tyrz7 img
{
	width:210px;
    border:1px solid #ccc;
	padding:4px;
    margin:5px 0px 15px 0px;
    overflow:hidden;  
}
.hotel_help .messeg .tyrz7 div
{
	width:210px;
	padding:2px 0;
    margin:0 5px 0 5px;
    overflow:hidden;
    text-align:center;
	font-family: arial;
	font-size: 13px;
}
.hotel_help .messeg .tyrz7 div.tt1
{
	color: #0288DD !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px !important;
}
.hotel_help .messeg .tyrz7 div.tt2
{
	color: red;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 20px !important;
    word-spacing: 1px;
    word-wrap: break-word;
	margin:5px 0;
}

.hotel_help .messeg .forma_mes .text_messeg, .formaxp .text_messeg
{
color:#666;
font-size:13px;
display:block;
margin:7px 0 2px 0;
}

.hotel_help .messeg .forma_mes .pole_mes, .formaxp .pole_mes
{
    color:#222;
    font-size:14px;
    width:380px;
    padding:3px 5px;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#f4f3f1;
}

.hotel_help .messeg .forma_mes #submit_mes, .formaxp #submit_mes
{
color:#fff;
font-size:14px;
width:120px;
padding:3px 25px;
border: 3px solid #6EC2E4;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
margin:10px 0 0 0;
cursor:pointer;
background: #6EC2E4;
}

.hotel_help .messeg .forma_mes #submit_mes:hover, .formaxp #submit_mes:hover
{
   background: #0f88e5;
   border: 3px solid #0f88e5;
}
.hotel_help .messeg .forma_mes .sub_mes:hover
{
    border:1px solid #29B0D9; background: #fff;
}

.hotel_help .messeg .forma_mes .pole_mes:focus, .formaxp .pole_mes:focus
{
background:#FFFFFF;
border:1px solid #29B0D9;
color:#777;
}
.hotel_help #msg_mess{ height: 84px;}
.hotel_help #form_mes_hotel{display: block; overflow: hidden; }

#pw{display: none;}
#register .rezz
{
	position: relative;
	width:380px;
}
#register .error
{
    font-size: 11px;
	color: #900;
	background-color: #FFECEC;
	padding: 1px;
	width: 205px;
	border: 1px solid #930;
	position: absolute;
	height: auto;
	top: -15px;
	left: 10px;
	z-index: 3;
	white-space: nowrap;
	text-align: left;
    text-align: center;
}

#register .error b
{
    background-image: url('error.gif');
	background-repeat: no-repeat;
	position: absolute;
	height: 8px;
	width: 9px;
	left: -1px;
	bottom: -7px;
	display: block;
	z-index: 3;
}
#register .error{display: none;}

.write_box
{
    cursor: pointer;
}

/*---------------end mes --------------------------------------*/
