/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
color: #333;
  font-size: 12px;
  padding: 8px 0 20px 0;
  min-width: 1100px;
  background: #f2f2f2 url("/static/images/summer-bg.jpg") no-repeat;
  background-position: 50% top;
  background-attachment: fixed;
}

div.hrblock h2 {
	background: #e94a4a;
}



div.spo_country {
	font-size: 28px;
	color: #00b749;
	padding-left: 10px;
	text-align: center;
}



.phones_block {
	background: url('/static/subdomains/images/logobg.png') !important;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	margin: 10px 0 0 25%;
	padding: 10px;
	border: 1px solid #3270bb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.phones_block_number {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
}
.phones_block_metro {
	font-size: 16px;
	color: #ffda93;
}
.phones_block_moreoffices a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.phones_block_moreoffices a:hover {
	font-size: 12px;
	color: #ffda93;
	text-decoration: underline;
}

.imgtop_block {
	width: 474px;
	height: 145px;
	float: right;
	margin-right: 18%;
}

.liveoperator {
	position: absolute !important;
	top: 60px;
	text-align: right;
	margin-left: 50%;
	width: 45%;
	min-width: 400px;
	height: 97px;
	float: right;
}

.hblock {
	
	border: 1px solid #cae1e8;
	background: #cce1ea url('/static/images/hotel_blockv2/hblockbg.png') repeat-x !important;
	background-position: top left !important;
}

.hblock h2 {
	margin-left: -9px !important;
	margin-right: -9px !important;
	margin-top: -9px !important;
}

.hblock h5 {
	font-family: 'Myriad Pro' Arial;
	font-size: 1.3em;
}

.hotel_prices {
	position: relative;
	margin: -12px -15px -30px 0;
	float: right;
	width: 117px;
	height: 78px;
	background: url('/static/images/hotel_blockv2/hotel_block_prices_bg.png') no-repeat;
}

.hotel_prices_first {
	float: left;
	clear: both;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 0 28px;
	color: #777;
}

.hotel_prices_second {
	float: left;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin: -10px 0 0 20px;
	color: green;
	text-shadow: 0px 1px 0px #fff;
}

/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#0066cc;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em;}
h2 {}
h5 {font-size:1.2em; text-shadow: 0px 1px 0px #fff;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
div#branding {
	font-weight:normal;
	font-size: 13px;
	text-align:left;
	height: 145px;
	padding: 0;
	margin-bottom:0;
	margin-top: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.logo {
	width: 239px;
	height: 65px;
	margin-left: 2%;
	padding-top: 41px;
}

.logobg {
	background: url('/static/subdomains/images/logobg.png') !important;
	background-repeat: repeat-x !important;
	  max-width: 1280px;
	  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	  border-radius: 0px 0px 10px 10px;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	text-align: center;
}


/* boxes
----------------------------------------------- */
.box {
  margin: 7px 0.5em 13px 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #ebebeb;
  background: #F4F4F4 url("/static/images/block_gr.png") top left repeat-x;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
}
.box2 {
	background:#eef4ff;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.box h2 {
  text-shadow: 0px 1px 0px #fff;
  font-size: 18px;
  text-align: center;
}
.block_shadow {
  margin: 0 !important;
  padding: 0 !important;
  height: 9px !important;
  background: url("http://grandtour.ru/images/block_shadow.png") top center no-repeat !important;
  border: none !important;
  margin-top: -13px !important;
}
.box h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#3399ff;
	margin:-10px -10px 0 -10px;
	padding:6px 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topleft: 7px;
	-webkit-border-radius-topright: 7px;
}

.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	cursor: pointer;
	list-style:none;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:2px 10px;
	color: #ff6600;
	border-bottom:1px dotted #ccc;
}
ul.menu li a:hover {
	background:#eee;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
	color: #333;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
}
ul.section li a:hover {
	background:#fff;
}
h7 {
  display: inherit;
  text-align: right;
}
ul.section li li a {
	border-bottom: dotted 1px #fff;
}
ul.section li li a:hover {
	background:#eff5ff;
	border-left: 2px solid #0066ff;
	border-right: 2px solid #0066ff;
	color: #0066ff;
}

ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}

ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}

ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- 
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}

th {
	padding:.2em 1em;
	text-align:center;
}

td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#3399ff;
	border:0px solid #555;
}
tbody th.bordered,
tbody td.bordered {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

*/
/* forms
----------------------------------------------- */
form {
	
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}


.box a.image {
	float:left;
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.box a.image:hover {
	border:1px solid #666;
}
.box a.image img {
	float:left; 
}


.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#fff;
	background:#3399ff;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 125px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}
#kwick .five {
	background: #aaa;
}
#kwick .six {
	background: #bbb;
}
#kwick .seven {
	background: #ccc;
}
#kwick .eight {
	background: #ddd;
}

.adresa_bottom {
	color: #0468e3 !important;
}
.phones_block_metro:first-letter {text-transform: lowercase }

.sform_square_table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.notifier_table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

A IMG {border: none;}

.nobox {
	background-color: transparent;
	padding: 0;
}
.weathermonth_td1 {
	background-color: #3399ff !important;
	color: white !important;
	
}

.weathermonth_td {
	background-color: #8ac5ff !important;
	color: white !important;
	
}


.weathermonth_cell3 {
	width: 80px !important;
}

.weathermonth_cell2 {
	font-weight: bold;
	width: 90px;
}

.weathermonth_table {
	width: 100% !important;
	
}

.weathermonth_table TD {
	padding: 2px;
}

.main_page_block img {
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}

.main_page_block img:hover {
	border:1px solid #666;
}


.static_page_content img {
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}

.static_page_content  img:hover {
	border:1px solid #666;
}

div.country_title {
	display: inline-block;
  position: relative;
  top: 36px;
  left: 50%;
  margin: 0 0 0 -550px !important;
  background: #fff;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  box-shadow: 0 2px 0px #145db4;
}

div.country_title h1 {
	padding: 6px 20px 4px 20px !important;
	margin: 0;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color: #028fad;
}
.spec_modile_container H2 {
	font-size: 16px;
	color: black;
	background: none;
	border: none;
	text-transform: capitalize;
}

.spec_modile_container span {
	font-size: 14px !important;
}

.spec_modile_container a {
	margin: 0;
	margin-bottom: 10px;
}


H3 {
	font-size: 14px;

}


.spec_page_content ul li {
	margin-bottom: 10px;
}

.spec_page_content ul li strong {
	color: #f60;
	display: block;
	font-size: 16px !important;
}

.spec_pluseg {
	color: #0066cc;
}
#easyTooltip {
	z-index: 9999 !important;
}

#accordion ul li {
	font-size: 16px;
	margin: 5px 0;
	color: orange;
}
#accordion ul li a {
	color: blue;
}

.actiondesc_title h3 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma;
}
.actiondesc_title {
	text-align: center;
}

.spo_item_inner {padding: 10px; 20px;
min-height: 41px;
background: white;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  border-radius: 4px;
  /* top: 10px; */
  /* bottom: -15px; */
  position: relative;
  /* margin-top: 1px; */
margin-bottom: 15px;}

.a_hot1, .a_hot2, .a_hot4, .a_hot5, .a_hot6  {
	background-color: #8AC5FF; width: 98%; padding: 3px 3px 3px 13px;
	display: block;
	border-bottom: 1px solid #fff;
}
.a_hot3  {
	background-color: #ff8800; width: 98%; padding: 3px 3px 3px 13px; color: white;
	display: block;
	border-bottom: 1px solid #fff;
}

.a_hot17  {
	background-color: #ee3e37; width: 98%; padding: 3px 3px 3px 13px; color: white;
	display: block;
	border-bottom: 1px solid #fff;
}




.predloj_block {
	position: relative;
	margin: 5px 9px 14px 9px;
	background: rgba(255,255,255,0.8);
	border-radius: 18px;
	-webkit-border-radius: 18px;
	border: 2px solid #fff;
	display: block;
	box-shadow: 0px 10px 18px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.predloj_block td {
	padding: 18px;
}
.predloj_photo {
	width: 163px;
}
.predloj_descr {
	padding-left: 0px !important;
	padding-top: 18px !important;
	padding-bottom: 10px !important;
	width: 100%;
	color: #212a49;
	font-size: 12px;
	text-shadow: 0px 1px 1px #fff;
	vertical-align: top;
}
.predloj_hotelname {
	color: #610000;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
.predloj_serv {
	font-size: 19px;
	margin-top: -6px;
	color: red;
}
.predloj_dates {
	margin-top: -3px;
}
.predloj_skidka_5 {
	position: absolute;
	left: -9px;
	top: -9px;
	width: 116px;
	height: 115px;
	background: url(/static/bestimg/skidka5.png) no-repeat;
}
.predloj_skidka_10 {
	position: absolute;
	left: -9px;
	top: -9px;
	width: 116px;
	height: 115px;
	background: url(/static/bestimg/skidka10.png) no-repeat;
}
/* Звездность */
.predloj_star {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 48px;
	height: 49px;
	background: url(/static/bestimg/star-big.png) no-repeat;
	font-size: 24px;
	text-align: center;
	line-height: 57px;
	text-shadow: 0px 1px 1px #fff;
}
/* Цена */
.predloj_price {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	line-height: 13px;
	padding: 10px 20px;
	background-color: #f1da36;
	border-radius: 18px 0 18px 0;
	-webkit-border-radius: 18px 0 18px 0;
	text-shadow: 0px 1px 1px #fff;
	
}
.predloj_price b {
	position: relative;
	top: 3px;
	color: #ff5a00;
	font-size: 26px;
}
.manager_country_name {
	font-weight: bold;
	font-size: 14px;
	color: #3c03fc;
	text-align: center;
}
.managers_item {
	background-color: white;
}
.country_managers_page_header {
	font-size: 26px;
	font-family: 'Miriad Pro'
}

.spo_item_price {
	color: #ff1a1f;
	font-size: 18px;
}

.tp_offers_topline td {
	font-size: 15px !important;
	padding: 5px !important;
	vertical-align: middle !important;
}

.tp_offers_topline td a {
	font-size: 16px !important;
	padding: 5px !important;
	color: #ffff00 !important;
}

.country_highlight {
	font-size: 22px !important;
	/*color: #51d6f7 !important;*/
}
.tp_offers_olink {
	font-size: 15px !important;
	color: red !important;
	font-weight: bold !important;
}

.uni-form {
	margin-bottom: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.header_poisktura img {
	margin: 0 10px 0 25px;
}

.poisktura {
		background: #dcff87;
		padding-bottom: 15px;
		border: none;
}

h2#poisk_tura {

	line-height: 24px !important;
}

h2#poisk_tura2 {
	 background: #EB850D url("/static/subdomains/images/onl2.gif") right 14px no-repeat;
	line-height: 24px !important;
}

div.lstcjs_module_container .uni-form-pp-top {
    border-width: 0px !important;
    border-style: none !important;
    background: none !important;
}

