.globe {
    background: url(../images/globe.png) no-repeat;
    width: 51px;
    height: 53px;
    margin-right: 10px;
    float: left;
}

/* index layout*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	/*background: #f0f5fe;*/
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
	height: 100%; /* min-width: 1003px;*/
	text-align: center;
	line-height: 1.5em;
}
.main {
	min-height: 100%;
	height: 100%;
	width: 1235px;
	margin: 0 auto;
	text-align: left;
}
img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #0071ac;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0071ac;
}
.clear {
	clear: both;
}
/*header*/
.header {
    width: 1235px;
    margin: 5px auto 10px;
}
.logo_fon {
    background: url(../images/header-fon.jpg) 0 0 no-repeat;
    padding: 20px 15px 15px 15px;
    width: 1205px;
    height: 74px;
}
.logo {
    width: 250px;
    float: left;
}
.logo_txt {
	background: #007598;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	padding: 1px 3px;
	margin: 5px 0 0 23px;
}
.logo a img {
    width: 248px;
    height: 39px;
    margin-top: 7px;
}
.logo p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 7px;
    color: #ffffff;
    padding: 2px 3px;
    background: rgba(0,101,142,0.76);
}
.menu {
    background: url(../images/menu-fon.jpg) repeat-x;
    height: 37px;
    margin-top: 5px;
}
.menu li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li .activ {
	display: inline-block;
	background: url(../images/menu_activ.gif) no-repeat top right;
	height: 17px;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	color: #fff;
}
.menu a {
	position: relative;
	z-index: 1;
}
.menu a:link, .menu a:visited {
	display: inline-block;
	background: url(../images/menu_li.gif) no-repeat top right;
	height: 17px;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	color: #fff;
}
.menu a:hover, .menu a:active {
	display: inline-block;
	background: url(../images/menu_activ.gif) no-repeat top right;
	height: 17px;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	color: #fff;
}
.menu .left_img_hover:hover .left_img {
	position: relative;
	z-index: 10;
	display: block;
	background: url(../images/menu_activ_l.gif) no-repeat top left;
	width: 6px;
	height: 37px;
	margin-top: -37px;
}
.header form {
	background: url(../images/lupa.jpg) 0 8px no-repeat;
	float: right;
	width: 365px;
	padding:7px 0 0 25px;
}
.input_search, .button_search {
	float: left;
	margin-right: 4px;
}
.input_search input {
	background: url(../images/search-field-fon.jpg) no-repeat;
	width: 245px;
	height: 18px;
	border: none;
	padding: 2px 5px;
        color: #a0a0a0;
}
.button_search input {
	width: 78px;
	height: 22px;
	background: url(../images/search-butt-fon.jpg) no-repeat;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #0050b0;
	cursor: pointer;
}
/*content layout*/
.container {
    width: 1235px;
    margin: 20px auto;
    padding-bottom: 15px;
}
.content {
    float: left;
    width: 626px;
    margin: 0 20px;
}
.content.two-columns {
    width: 1015px;
}
.top {
	color: #0071ac;
	font-size: 11px;
	margin: 0 0 10px 185px;
}
.top span {
	color: #fe521f;
	font-weight: bold;
}
.block {
    position: relative;
}

.block .last {
	min-height: 100px;
	padding-bottom: 9px;
}
.block_ins {
    position: relative;
    background: #fff;
}

.trip-field {
    border: 1px solid #dedede;
    padding: 8px 20px;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb',GradientType=0 );
    margin-bottom: 10px;
}
.trip-field p {
    font-size: 18px;
    color: #5b5b5b;
}
.block_ins .last {
    min-height: 100px;
    /*padding-bottom: 9px;*/
}
.menu_top {
	margin-left: 1px;
	margin-top: -2px;
	font-size: 14px;
}
.menu_top li {
	float: left;
	list-style-type: none;
	text-align: center;
	background: url(../images/menu_top.gif) no-repeat;
	width: 133px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top a:link, .menu_top a:visited {
	display: block;
	text-decoration: none;
	color: #575757;
	width: 133px;
	height: 22px;
}
.menu_top a:hover, .menu_top a:active {
	display: block;
	text-decoration: none;
	color: #575757;
	background: url(../images/menu_top_hover.gif) no-repeat;
	width: 133px;
	height: 22px;
}
.map {
	width: 593px;
	height: 388px;
	margin: 20px auto 10px auto;
}
.block_search {
	background: url(../images/block_search.jpg) no-repeat;
	width: 593px;
	height: 89px;
	margin: 10px auto;
}
.block_search .title {
	margin: 10px 0 0 20px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 28px;
	color: #fff;
	background: url(../images/line.gif) no-repeat bottom left;
	width: 553px;
}
.block_search .select select {
	margin: 7px 0 0 20px;
	width: 555px;
	height: 17px;
	font-size: 11px;
	color: #505050;
	font-weight: bold;
}
.block_search .select select option {
	margin-left: 5px;
}
.block_search .select select .city {
	margin: 0 0 0 10px;
}
.text, .text_ins {
    padding: 10px 15px 0;
}
.text h2 {
    padding-bottom: 2px;
    margin-top: 8px;
    color: #1474cc;
    font-weight: bold;
    font-size: 18px;
    background: url(../images/line.gif) no-repeat bottom left;
}
.text_ins h2 {
	padding-bottom: 2px;
	margin-top: 8px;
	color: #1474cc;
	font-weight: bold;
	font-size: 18px;
	background: url(../images/line_ind.jpg) no-repeat bottom left;
}
.text_ins h3 {
	color: #1474cc;
}
.text p, .text_ins p {
	margin: 12px 0;
	font-weight: normal;
}
.block_i {
	float: right;
	text-align: center;
}
.block_img_ins {
	border: 5px solid #cdcdcd;
	width: 245px;
	height: 164px;
	margin: 18px 0 5px 20px;
}
.block_img_ins img {
	border: 1px solid #fff;
	width: 243px;
	height: 162px;
}
.block_i p {
	width: 245px;
	margin-left: 20px;
	text-align: center;
	color: #0071ac;
	font-weight: bold;
}
.block_img_ins2 {
	float: right;
	border: 5px solid #cdcdcd;
	margin: 18px 0 5px 20px;
	background-color: #cdcdcd;
}
.block_img_ins3 {
	float: left;
	border: 5px solid #cdcdcd;
	margin: 18px 20px 5px 0;
}
.block_img_ins4 {
	border: 5px solid #cdcdcd;
	display: inline-block;
}
.block_img_ins2 img, .block_img_ins3 img, .block_img_ins4 img {
	border: 1px solid #fff;
	margin-bottom: -2px;
}
.more {
	clear: both;
	font-size: 11px;
	color: #0051ac;
	font-weight: bold;
	margin-bottom: 21px;
}
table {
	width: 611px;
	margin: 7px auto;
}
table.tour_info {
    width: 95%;
}
table td {
	vertical-align: top;
}
.name_img {
	color: #0070bd;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 0 0;
}
.name {
	color: #0070bd;
	font-size: 18px;
	margin-bottom: 7px;
}
.or {
	color: #ff3b00;
	font-size: 14px;
	font-weight: bold;
}
.button_i {
	position: relative;
	background: url(../images/button_i.gif) no-repeat;
	width: 80px;
	height: 21px;
	margin-top: 4px;
}
.button_i input {
	position: relative;
	border: none;
	background: none;
	width: 80px;
	height: 21px;
	cursor: pointer;
}
.tab_l {
	width: 170px;
}
.tab_c {
	text-align: left;
}
.tab_r {
	padding-top: 28px;
	width: 90px;
}
.line_tab {
	background: url(../images/line_ind.jpg) no-repeat;
	height: 1px;
	margin: 7px 0;
}
.cols {
    min-height: 1px;
    margin: 16px 0 10px;
}
.cols:after, .blocks_mini:after, .bl_txt:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.cols div {
    float: left;
    width: 125px;
    margin-right: 24px;
}
.cols img {
	width: 123px;
	height: 81px;
	border: 1px solid #81827d;
}
.cols a img {
	text-decoration: none;
	margin-bottom: 10px;
}
.cols a {
	font-weight: bold;
}
.link {
	text-align: right;
}
.link a:link, .link a:visited {
	text-decoration: underline;
	color: #e28500;
	font-weight: normal;
}
.link a:hover, .link a:active {
	text-decoration: none;
	color: #e28500;
	font-weight: normal;
}
.link span {
	color: #ff3b00;
}
.page_next {
	text-align: center;
	margin: 18px 0;
	color: #0051ac;
}
.page_next li {
	position: relative;
	background: url(../images/next.gif) repeat-x;
	height: 21px;
	padding-top: 3px;
	display: inline-block;
}
.page_next a {
	color: #0051ac;
	padding: 0 25px;
}
.page_next .m_l_l {
	float: left;
	margin-top: -3px;
	width: 14px;
	height: 24px;
	background: url(../images/next_left_l.gif) no-repeat;
}
.page_next .m_l_r {
	float: right;
	margin-top: -3px;
	width: 4px;
	height: 24px;
	background: url(../images/next_left_r.gif) no-repeat;
}
.page_next .m_r_l {
	float: left;
	margin-top: -3px;
	width: 4px;
	height: 24px;
	background: url(../images/next_right_l.gif) no-repeat;
}
.page_next .m_r_r {
	float: right;
	margin-top: -3px;
	width: 14px;
	height: 24px;
	background: url(../images/next_right_r.gif) no-repeat;
}
.page_next2 {
	color: #ff3b00;
	font-weight: bold;
	font-size: 12px;
	margin: 18px 0 55px 20px;
}
.page_next2 span {
	color: #0051ac;
}
.page_next2 li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}
.page_next2 a:link, .page_next2 a:visited {
	text-decoration: underline;
	color: #0051ac;
}
.page_next2 a:hover, .page_next2 a:active {
	text-decoration: none;
	color: #0051ac;
}
.bl_txt {
	min-height: 1px;
}
/*left column*/
.left {
    float: left;
    width: 180px;
    position: relative;
    z-index: 2;
}
.left li {
	list-style-type: none;
}
.left ul {
	margin-top: -3px;
}
/*.left li a:link, .left li a:visited {
    display: block;
    width: 146px;
    height: 22px;
    padding: 7px 0 0 34px;
    text-decoration: none;
    color: #fff;
}*/

.left li a:link, .left li a:visited {
	color: #fff;
	display: block;
	height: 29px;
	line-height: 29px;
	padding-left: 34px;
	text-decoration: none;
	width: 146px;
}
/*.left li a:hover, .left li a:active {
    display: block;
    width: 146px;
    height: 22px;
    padding: 7px 0 0 34px;
    text-decoration: underline;
    color: #fff;
}*/

.left li a:hover, .left li a:active {
	text-decoration: underline;
}
.left li a.nopage {
	text-decoration: none;
	cursor: default;
	color: #ccc;
}
.left li a.nopage:hover {
	text-decoration: none;
	cursor: default;
	color: #ccc;
}
.left .active {
	color: #ff3b00 !important;
}
.left .title {
    color: #FFFE9E;
    font-size: 18px;
    padding: 8px 0px 0px 22px;
    height: 27px;
}
.left form {
	padding: 5px 0 8px 22px;
}
.left form select {
	width: 140px;
	color: #505050;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.left form select option {
	margin-left: 5px;
}
.block_left_one, .block_left_two, .block_left_three, .block_left_four {
    margin-bottom: 7px;
    min-height: 200px;
    border: 1px solid #00a2c3;
    border-left: none;
}
.block_left_one {
    background: url(../images/menu1_top.jpg) 1px 1px no-repeat #0080cb;
    min-height: 71px;
    margin-bottom: 7px;
}
.block_left_one .li_1 {
	background: url(../images/menu_1_li.gif) no-repeat -1px 0;
	width: 178px;
}
.block_left_one .li_2 {
	background: url(../images/menu_1_li.gif) no-repeat -1px -29px;
	width: 178px;
}
.block_left_one .li_bottom_1 {
	background: url(../images/menu_1_li_bot.gif) no-repeat 0 0;
	width: 178px;
	height: 4px;
}
.block_left_one .li_bottom_2 {
	/* background: url(../images/menu_1_li_bot.gif) no-repeat 0 -4px; */
	width: 178px;
	height: 1px;
	background-color: #38A9D5;
}
.block_left_two {
	background: url(../images/menu2_top.jpg) 1px 1px no-repeat #0096E4;
	width: 178px;
	min-height: 71px;
	margin-bottom: 7px;
}
.block_left_two .li_1 {
	background: url(../images/menu_2_li.gif) no-repeat -1px 0;
	width: 178px;
}
.block_left_two .li_2 {
	background: url(../images/menu_2_li.gif) no-repeat -1px -29px;
	width: 178px;
}
.block_left_two .li_bottom_1 {
	background: url(../images/menu_2_li_bot.gif) no-repeat 0 0;
	width: 178px;
	height: 4px;
}
.block_left_two .li_bottom_2 {
	background: #40C2E7;
	width: 178px;
	height: 1px;
}
.block_left_three {
	background: url(../images/menu3_top.jpg) 1px 1px no-repeat #00ADF2;
	width: 178px;
	min-height: 71px;
	margin-bottom: 7px;
}
.block_left_three .li_1 {
	background: url(../images/menu_3_li.gif) no-repeat -1px 0;
	width: 178px;
}
.block_left_three .li_2 {
	background: url(../images/menu_3_li.gif) no-repeat -1px -29px;
	width: 178px;
}
.block_left_three .li_bottom_1 {
	background: url(../images/menu_3_li_bot.gif) no-repeat 0 0;
	width: 178px;
	height: 4px;
}
.block_left_three .li_bottom_2 {
	background: #4EDDF7;
	width: 178px;
	height: 1px;
}
/*.left li li a:link, .left li li a:visited {
    display: block;
    background: url(../images/menu_li_ins.gif) no-repeat 0 0;
    width: 146px;
    height: 19px;
    padding: 5px 0 0 34px;
    text-decoration: none;
    color: #0071ac;
}*/

.left li li a:link, .left li li a:visited {
	display: block;
	background: url(../images/menu_li_ins.gif) no-repeat 0 0;
	width: 146px;
	height: 24px;
	padding-left: 34px;
	text-decoration: none;
	color: #0071ac;
	line-height: 24px;
}
.left li li a:hover, .left li li a:active {
	background: url(../images/menu_li_ins.gif) no-repeat 0 -24px;
}
.left li li li a:link, .left li li li a:visited {
	background: url("../images/menu_li_li_ins.gif") no-repeat scroll 0 0 transparent;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 44px;
	text-decoration: none;
}
.left li li li a:hover, .left li li li a:active {
	background: url(../images/menu_li_li_ins.gif) no-repeat 0 -24px;
	text-decoration: none;
}
.left .li_ins_1 {
	background: url(../images/menu_li_ins.gif) no-repeat 0 0;
	width: 177px;
}
.left .li_ins_2 {
	background: url(../images/menu_1_li.gif) no-repeat 0 -24px;
	width: 177px;
}
.banner {
	width: 180px;
	height: 150px;
	margin: 7px 0;
}
/*right column*/
.right {
	float: left;
	width: 389px;
        background: #f4f4f4;
	z-index: 2;
	position: relative;
}
.right .right-block {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.block_r {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: justify;
}

.block_r .last {
	min-height: 100px;
	margin-top: -15px;
}
.title_line {
	position: relative;
	text-align: right;
	margin: 0 0 7px 0;
	padding-bottom: 2px;
	color: #ff3b00;
	font-size: 14px;
	background: url(../images/line_right.gif) no-repeat bottom left;
}
.block_img {
	float: left;
	border: 5px solid #cdcdcd;
	margin-right: 13px;
	width: 100px;
	height: 100px;
}
.block_img img {
	border: 1px solid #fff;
	width: 98px;
	height: 98px;
}
.links {
	font-size: 11px;
	color: #e28500;
	text-align: left;
	margin-top: 14px;
}
.links a {
	width: 49%;
	float: left;
}
.links a:link, .links a:visited {
	text-decoration: none;
	color: #e28500;
}
.links a:hover, .links a:active {
	text-decoration: underline;
	color: #e28500;
}
.block_ins_right {
}

.block_ins_right .section-title h4 {
    font-size: 22px;
    color: #ff0000;
    padding-bottom: 10px;
    border-bottom: 2px solid #fe0b0b;
}
.block_ins_right .section-title h4 span {
    color: #3d3d3d;
}

.block_ins_right .banner_tour,
.block_ins_right .right-block.video {
    padding: 0 8px;
}
.block_ins_right .va-accordion > p,
.block_ins_right .banner_tour p {
    font-size: 22px;
    color: #ff0000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #fe0b0b;
}
.block_ins_right .banner_tour p span {
    color: #3d3d3d;
}
.block_ins_right .banner_tour .foto {
    position: relative;
    margin: 10px 0;
}
.block_ins_right .banner_tour .foto img {
    width: 100%;
}
.block_ins_right .banner_tour .foto_txt {
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #ff5700;
    top: 0;
    left: 0;
    padding: 8px 9px;
}

.block_ins_right .first {
	font-size: 18px;
	color: #575757;
	padding: 0 0 0 25px;
	width: 357px;
	height: 36px;
	background: url('../images/block_ins_right_top.gif') no-repeat left top;
	line-height: 36px;
}
.block_ins_right .last {
	min-height: 100px;
	padding: 0 0 30px;
}
.r_line_2 {
	position: relative;
	text-align: left;
	margin: 10px 0 10px 0;
	padding-bottom: 2px;
	color: #ff3b00;
	font-size: 14px;
	background: url(../images/line_right_2.gif) no-repeat bottom left;
}
.top_txt {
	color: #0071ac;
	font-size: 14px;
	margin: 6px 0;
}
.list, .list2 {
	float: left;
	width: 163px;
}
.list li, .list2 li {
	list-style-type: none;
}
.list a:link, .list a:visited {
	display: block;
	text-decoration: none;
	color: #0051ac;
	background: url(../images/list_li.gif) no-repeat 0 0;
	width: 145px;
	height: 18px;
	padding-left: 16px;
}
.list a:hover, .list a:active {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(../images/list_li.gif) no-repeat 0 -18px;
	width: 145px;
	height: 18px;
	padding-left: 16px;
}
.list2 li {
	height: 14px;
	margin: 4px 0;
}
.list2 span {
	font-size: 10px;
	color: #ff3b00;
	margin-left: 5px;
}
.list2 li .cl1 {
	background: url(../images/list2_li.gif) no-repeat 0 0;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl2 {
	background: url(../images/list2_li.gif) no-repeat 0 -18px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl3 {
	background: url(../images/list2_li.gif) no-repeat 0 -35px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl4 {
	background: url(../images/list2_li.gif) no-repeat 0 -53px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl5 {
	background: url(../images/list2_li.gif) no-repeat 0 -71px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl6 {
	background: url(../images/list2_li.gif) no-repeat 0 -89px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl7 {
	background: url(../images/list2_li.gif) no-repeat 0 -107px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 li .cl8 {
	background: url(../images/list2_li.gif) no-repeat 0 -125px;
	width: 138px;
	height: 14px;
	padding-left: 22px;
}
.list2 a:link, .list2 a:visited {
	text-decoration: none;
	color: #0051ac;
}
.list2 a:hover, .list2 a:active {
	text-decoration: underline;
	color: #0051ac;
}
.blocks_mini {
	min-height: 1px;
	height: 139px;
	margin: 17px -10px 17px 0;
}


.block_mini {
    width: 180px;
    border: 2px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 7px;
    background: #e3e3e3;
    position: relative;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #e3e3e3 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #e3e3e3 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f2f2f2',GradientType=0 );
    padding: 10px 5px 10px 13px;
    float: left;
}

/* weather block */
.block_mini.weather .country {
    font-size: 14px;
    font-weight: bold;
    color: #fe2e36;
    float: left;
    width: 100px;
    line-height: 1.3;
    margin-right: 3px;
}
.block_mini.weather .time {
    background: url(../images/time.png) no-repeat;
    color: #6e6e6e;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-left: 15px;
    width: 40px;
}
.block_mini.weather .icon {
    float: left;
    width: 80px;
    height: 50px;
    margin-top: 10px;
    margin-right: 5px;
}
.block_mini.weather .temperature {
    float: left;
    font-size: 36px;
    color: #fe2e36;
    margin-top: 10px;
    line-height: 50px;
}
.block_mini.weather .day_part,
.block_mini.weather .temp_part {
    float: left;
    color: #0075cf;
    font-size: 14px;
    margin-top: 5px;
}
.block_mini.weather .day_part {
    margin-left: 70px;
}

/* Currency block*/
.block_mini.currency {
    padding: 10px 5px 10px 7px;
}
.block_mini.currency .currency {
    background: url(../images/card.png) 0 50% no-repeat;
    padding-left: 67px;
}
.block_mini.currency .currency p {
    font-size: 14px;
    color: #0075cf;
    padding-bottom: 10px;
    line-height: 1.3;
}
.block_mini.currency .currency p span {
    font-weight: bold;
    color: #fe2e36;
}


.list3 li {
	list-style-type: none;
	background: url(../images/list3_li.gif) no-repeat 0 1px;
	padding-left: 16px;
}
.list4 li {
	list-style-type: none;
	margin: 3px 0;
}
.list4 a {
	font-weight: bold;
}


/* Botom block */
.bottom {
    float: right;
    width: 1035px;
    margin: 0px 0 0 20px;
}
.bottom .bottom-block {
    margin: 25px 0;
}
.bottom .map-outer {
    border: 7px solid #f3f3f3;
    /*margin: 20px 0;*/
}
.bottom .map_area {
    width: 100%;
    height: 215px;
}
.bottom .map_icons {
    min-height: 55px;
    padding: 15px 20px;
}
.bottom .map_icons li {
    float: left;
    display: block;
    width: 150px;
    font-size: 12px;
    color: #4f4f4f;
    margin-bottom: 5px;
    height: 30px;
}
.bottom .map_icons li img {
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.bottom .country-banners li {
    float: left;
    display: block;
    position: relative;
    margin: 0 13px 15px 0;
}
.bottom .country-banners li:last-child {
    margin-right: 0;
}
.bottom .country-banners li img {
    width: 196px;
    height: 191px;
}
.bottom .country-banners li .label_1 {
    top: 10px;
    left: -7px;
    min-width: 78px;
    height: 34px;
    position: absolute;
}
.bottom .country-banners li .label_1.lb_1 {
    background: url(../images/lab-1.png) no-repeat;
}
.bottom .country-banners li .label_1.lb_2 {
    background: url(../images/lab-2.png) no-repeat;
}
.bottom .country-banners li .label_1.lb_3 {
    background: url(../images/lab-3.png) no-repeat;
}

.bottom .country-banners li .label_1 p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    padding: 0 5px;
    border-bottom: 2px solid#0A2186;
    margin-left: 1px;
}
.bottom .country-banners li .label_1.lb_1 p {
    background-color: #233AA0;    
}
.bottom .country-banners li .label_1.lb_2 p {
    background-color: #20BE94;
}
.bottom .country-banners li .label_1.lb_3 p {
    background-color: #ED841E;
}


/*footer*/
.footer {
	width: 1241px;
	height: 34px;
	background: url(../images/footer-fon.jpg) no-repeat;
	overflow: hidden;
	margin: 20px auto 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.footer p a {
	text-decoration: underline;
	color: #fffe9e;
}
.footer p a:hover {
	text-decoration: none;
}
.footer p {
	float: left;
	margin-left: 20px;
}
.footer-menu {
	list-style: none;
	width: 600px;
	margin: 0 auto;
}
.footer-menu li {
	display: inline;
	margin: 5px;
}
.footer-menu {
	color: #4272bd;
	font: 11px tahoma;
}
.footer-menu li a {
	font: 11px tahoma;
	color: #4272bd;
	text-decoration: none;
	padding: 2px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.footer-menu li a:hover {
	background: #a7c6ef;
}
.flash-map {
    text-align: center;
}
#map {}
/*������*/
#tabs-1_text {
	position: absolute;
	bottom: 18px;
	left: 20px;
}
#tabs-1_text a {
	color: #0051ac !important;
	font-weight: 700;
	cursor: pointer;
}
#tabs-1_info_vopros {
	position: absolute;
	left: -108px;
	top: -250px;
	border-radius: 5px 5px 0 0;
	width: 277px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}
.tabs-1_info-h1 {
	background: #e5e5e4;
	height: 23px;
	width: 268px;
	padding: 7px 0 0 9px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	border-radius: 5px 5px 0 0;
	box-shadow: 5px 4px 7px -2px #555;
}
.tabs-1_info-text {
	background: #fff;
	width: 263px;
	padding: 10px 7px 5px 7px;
	box-shadow: 5px 4px 7px -2px #555;
	color: #000;
}
.tabs-1_info-bottom {
	background: url(img/hover-listik-shadow.png) bottom no-repeat;
	width: 284px;
	height: 20px;
}
#mega-window {
	background: url(img/prozrachnost.png);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999998;
	display: none;
}
#show_message_info_tab {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -266px;
	margin-top: -218px;
	background: #eee;
	border-radius: 5px;
	height: 436px;
	width: 532px;
	z-index: 9999;
	display: none;
	background: #fff url(img/bg-h1.png) top no-repeat;
	z-index: 9999999;
	font-family: Arial, Helvetica, sans-serif;
}
#show_message_info_tab .show_mess_button-1 {
	display: block;
	border: 0;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 122px;
	height: 24px;
	background: url(img/button-close.png) no-repeat;
	font-size: 11px;
	color: #000;
	cursor: pointer;
}
#show_message_info_tab .show_mess_button-2 {
	display: block;
	border: 0;
	position: absolute;
	bottom: 10px;
	right: 205px;
	width: 122px;
	height: 24px;
	background: url(img/button-close.png) no-repeat;
	font-size: 11px;
	color: #000;
	cursor: pointer;
}
.show_mess_text {
	position: absolute;
	top: 54px;
	left: 16px;
	width: 485px;
	height: 332px;
	border: 1px solid #ddd;
	overflow: auto;
	color: #000;
	padding: 5px 0 0 10px;
}
.show_mess_text a {
	color: #0051ac;
}
.show_mess_text p {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}
.show_mess_text p span {
	margin-left: 10px;
}
p.show_mess_h2 {
	color: #929292;
	font-size: 14px !important;
	font-weight: 700;
}
.voprosik {
	cursor: help;
}
/* MAP */
.block_left_four {
	position: relative;
	display: block;
	background: url(img/karta-bg.png) no-repeat left top;
	width: 180px;
	height: 222px;
	margin-bottom: 7px;
	/*border-radius: 3px;*/
}
.block_left_four .map-img {
	position: relative;
	display: block;
	background: #ff95e5;
	width: 174px;
	height: 181px;
	clear: both;
	margin: 2px 0 0 3px;
}
.mega-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8888;
}
.map-area {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 9999;
	width: 1060px;
	height: 560px;
	background: #fff;
	color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
}
.map-area .map-head {
	text-align: left;
	margin: 10px 0 2px 20px;
	height: 22px;
	line-height: 22px;
}
.map-area .map-head span {
	color: #004d79;
	font-size: 18px;
	float: left;
}
.map-area .map-head span span {
	font-size: 14px;
	float: none;
	margin-left: 5px;
}
.map-area .map-head .map-close {
	float: right;
	margin: 0 20px 0 0;
	padding-right: 20px;
	background: url('img2/map-close.png') no-repeat right 2px transparent;
}
.map-area .map-body {
	position: relative;
	overflow: hidden;
	margin: 4px 20px 0 20px;
	border: 1px solid #e5e5e5;
	height: 500px;
	float: none;
	clear: both;
}
.map-area .map-view {
	width: 819px;
	height: 500px;
	overflow: hidden;
	float: left;
}
.map-area .map-navig {
	position: absolute;
	width: 199px;
	margin-left: 820px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
/*.map-area .map-navig {position:relative;width:199px; height:500px;margin-left: 820px;}*/
.map-area .map-navig table {
	position: relative;
	width: 199px;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	font-size: 11px;
}
.map-area .map-navig table tr td {
	text-align: right;
	padding-left: 5px;
}
.map-area .map-navig table tr td span {
	font-weight: bold;
}
.map-area .map-navig table tr td + td {
	text-align: left;
	vertical-align: top;
}
.map-area .map-navig table tr + tr td + td {
	text-align: left;
	vertical-align: middle;
}
.map-area .map-navig table tr td + td + td {
	padding-left: 1px;
}
.map-area .map-navig table tr + tr td {
	padding-top: 6px;
}
.map-area .map-navig input {
	border: 0;
	line-height: 19px;
	height: 19px;
	color: #868686;
	font-size: 10px;
	width: 63px;
	cursor: pointer;
	background: url('img2/map_button.png') top no-repeat transparent;
}
.map-area .map-navig input:hover {
	background-position: bottom;
}
.map-area .map-view .box-info {
	position: absolute;
	top: 200px;
	left: 100px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	width: 376px;
	min-height: 106px;
	padding-bottom: 5px;
	padding-top: 7px;
	-moz-box-shadow: 2px 2px 5px 0 #888;
	-webkit-box-shadow: 2px 2px 5px 0 #888;
	box-shadow: 2px 2px 5px 0 #888;
}
.map-area .map-view .box-info img {
	margin: 0 10px;
	float: left;
}
.map-area .map-view .box-info .box-text {
	position: relative;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0 10px 0 0;
}
.map-area .map-view .box-info .box-text p.text-h1 {
	color: #004d79;
	font-size: 14px;
}
.map-area .map-view .box-info .box-text div img {
	float: left;
	margin: 4px 3px 6px 1px;
}
.map-area .map-view .box-info .box-text p.text-p {
	color: #0e0e0e;
	font-size: 11px;
	line-height: 13px;
	clear: both;
}
p.text-h1 {
	color: #004d79;
	font-size: 14px;
}
* html .ui-autocomplete {
	width: 200px;
}
* html .ui-autocomplete li {
	width: 200px;
}
/* Style for Kontact area. Go to in global style. By down. */
.text {
/*	padding-left: 22px;
	padding-right: 12px;*/
}
.kontacts table {
	width: 572px !important;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}
.kontacts table tr td {
	padding-bottom: 10px;
}
.kontacts table tr td + td {
	padding-left: 5px;
}
.kontacts table label {
	display: block;
	color: #0079bc;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
.kontacts table label + input {
	clear: both
}
.kontacts p {
	line-height: 15px;
	margin: 0;
}
.kontacts p.h-kont {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 12px 0;
}
.kontacts input, .kontacts textarea {
	border: 1px solid #7f9db9;
	line-height: 22px;
	height: 22px;
	padding: 0 3px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.kontacts textarea {
	height: auto;
	padding: 3px;
}
.kontacts input:focus,
.kontacts textarea:focus {
	border: 1px solid #0071ac;
}
.kontacts .form-buttons input {
	/* Maybe Change path for image (it alredy is. name: search_button.png */
	background: url('img/search_button.png') no-repeat;
	width: 108px;
	height: 28px;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	float: right;
	margin: 10px 14px 0 0;
}
/* End of styles Kontacts.   */
.ui-menu-item {
	text-align: left;
}
.ui-widget-content a:hover {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#dialog {
	border: medium none;
}
.news-block .news li {
	list-style-type: none;
	background: url('../images/list3_li.gif') no-repeat 0 1px;
	padding-left: 16px;
}
.news-block .news {
	max-height: 330px;
	overflow-y: auto;
}
.news-block .news > .single_new {
	margin-bottom: 20px;
}
.news-block .news > .single_new:last-child {
	margin-bottom: 0;
}
.news-block {
	margin: 20px 0;
}
#sitemap {
	font-size: 14px;
	list-style-position: inside;
	margin: 10px;
}
#sitemap ul {
	margin-left: 15px;
}
#sitemap li {
	padding: 3px 0;
}
#TB_overlay {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}
* html #TB_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
}
.map-info-block .hotel_stars {
	height: 18px;
	background: url('../../components/hotels/img/web/star.png') repeat-x;
}
.map-info-block .hotel_overview {
}
.map-info-block .hotel_img {
	float: left;
	margin-right: 10px
}
.map-info-block .weiter {
	margin-top: 10px;
	text-align: left;
}
.map-info-block .hotel_title {
	margin-bottom: 10px;
	text-align: left
}
.map-info-block {
	text-align: left;
	max-width: 450px;
}
.map-info-block > .hotel_info {
	overflow: hidden;
}
.map-info-block .hotel_title > a {
	font-size: 16px;
	font-weight: bold;
}
.map-info-block .hotel_title > a:hover {
	text-decoration: underline;
}
.video_copyright {
    color: #0071ac;
    font-size: 12px;
    margin-bottom: 6px;
    width: 330px;
    margin: 0 auto 6px;
}
.search_results {
	line-height: 25px;
	font-size: 14px;
}
.search_results ul {
	margin-left: 20px;
}
.airports-open {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 4px;
	top: 4px;
}
.airports-open > a:hover {
	background-position: 0 -22px;
}
.airports-open > a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url('../../../img/glob.png') no-repeat 0 0;
}
.airports-popup > select {
	width: 100%;
}
.airports-popup {
	display: none;
	position: absolute;
	right: 25px;
	top: 0;
	background: #fff;
	width: 220px;
	padding: 20px;
	border: 1px solid #ccc;
	z-index: 10;
	box-shadow: 0 0 7px #888;
}
.airports-popup > .close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 21px;
	color: #777;
	margin: 3px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	cursor: pointer;
}
.airports-popup > #airports,
#s2id_airports {
	margin-top: 10px;
}
.select-airport {
	position: relative;
}
.select-airport input[type="text"] {
	padding: 4px 3px;
}
/* PROMOTION */
.single_tour {
    padding: 15px 0;
}
.partnerprogramm {
	padding: 0;
}
.single_tour .country p {
	color: #0075d0;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.single_tour .gallery {
	border: 4px solid #fff;
	margin: 10px 0 0;
}
.single_tour .tour_name {
	height: 20px;
	margin: 15px 0 0;
}
.single_tour .tour_name p {
	color: #0075d0;
	font-family: Arial;
	font-size: 14px;
}
.single_tour .tour_length {
	float: left;
	height: 20px;
	margin: 10px 0 0;
	width: 100px;
}
.single_tour .tour_length img,
.single_tour .tour_org img {
	float: left;
	height: 4px;
	padding: 3px 5px 3px 0;
	vertical-align: middle;
	width: 4px;
}
.single_tour .tour_length p,
.single_tour .tour_org p,
.single_tour .tour_org_logo p {
	color: #8d8d8d;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
}
.single_tour .tour_org {
	float: left;
	height: 20px;
	margin: 10px 0 0 360px;
	width: 120px;
}
.single_tour .tour_org_logo {
	float: left;
	height: 33px;
	width: 84px;
}
.single_tour .promotion_org_logo {
	float: right;
	width: 150px;
	margin: 15px 0;
}
.single_tour .promotion_org_logo > img {
	width: 100%;
}
.single_tour .bookmark {
	border-bottom: 4px solid #c2c2c2;
	height: 34px;
	width: 100%;
}
.single_tour .bookmark ul {
	list-style-type: none;
}
.single_tour .bookmark li {
	background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #f4f4f4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #e4e4e4;
	border-image: none;
	border-radius: 3px 3px 0 0;
	border-style: solid solid none;
	border-width: 3px 3px medium;
	display: block;
	float: left;
	margin: 0 4px 0 0;
}
.single_tour .bookmark li.current {
	border-bottom: 0 none;
	padding-bottom: 4px;
	border-color: #c2c2c2;
}
.single_tour .bookmark li a {
	color: #000;
	font-family: Arial;
	font-size: 13px;
	display: block;
	padding: 7px 12px;
	height: 17px;
}
.single_tour .bookmark li.current a:hover {
	text-decoration: none;
	cursor: default;
}
.single_tour .bookmark li.current a {
	color: #f00;
	font-weight: bold;
}
.single_tour .article {
	background-color: #f4f4f4;
	border-color: #e6e6e6 #e6e6e6;
	border-image: none;
	border-radius: 0 0 3px 3px;
	border-right: 1px solid #e6e6e6;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	height: auto;
	padding: 25px 20px;
}
.single_tour .article_title,
.single_tour .article_content > h2 {
	padding-bottom: 2px;
	margin: 8px 0 15px;
	color: #1474cc;
	font-weight: bold;
	font-size: 18px;
	background: url('../images/line_ind.jpg') no-repeat bottom left;
}
.single_tour .article_content > h3 {
	color: #1474cc;
	margin: 15px 0;
}
.promotionGalleryImages ul {
	margin: 0 auto !important;
}
/* .single_tour .article_title,
.single_tour .article_content > h2 {
    color: #0075D0;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 25px;
} */
.single_tour .article_content {
	width: 100%;
	display: none;
}
.single_tour .article_content.current {
	display: block;
}
.single_tour .article_img,
.single_tour .article_content img {
	border: 1px solid #fff;
	float: right;
	height: auto;
	margin: 10px 0 10px 25px;
	width: 202px;
	outline: 6px solid #cecece;
}
.single_tour .article_text {
	width: 100%;
}
.single_tour .article_img img {
	border: 1px solid #fff;
	height: 130px;
	vertical-align: middle;
	width: 200px;
}
.single_tour .article_img_signature {
	background-color: #cecece;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	padding: 10px;
	text-align: center;
}
.single_tour .article_text p {
	color: #000;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.2;
}
.single_tour .article_text span {
	font-weight: bold;
}
.single_tour .article_bottom {
	float: left;
	height: auto;
	width: 100%;
}
.single_tour .article_bottom_title p {
	color: #0075d0;
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	width: 100%;
}
.article_content ul {
	margin-left: 20px;
	margin-top: 10px;
}
.account-content p:last-of-type {
	margin-bottom: 0;
}
.account-content p {
	margin-bottom: 10px;
}
.article_content > h3:first-child {
	margin-top: 0;
}
#gallery-title {
	background-color: #000;
	color: #fff;
	opacity: 0.7;
	padding: 8px 20px 8px 25px;
	position: absolute;
	text-align: right;
	top: -34px;
	z-index: 200;
	display: none;
        box-sizing: border-box;
}
.promotion-left:hover,
.promotion-right:hover {
	opacity: 0.8;
}
.promotion-left,
.promotion-right {
	background-repeat: no-repeat;
	cursor: pointer;
	height: 60px;
	opacity: 0.5;
	position: absolute;
	top: 130px;
	transition: all 0.5s ease-in-out 0s;
	width: 40px;
	z-index: 1000;
}
.contentGallery .promotion-left, .contentGallery .promotion-right {
	z-index: 2;
}
.contentGallery #gallery-title {
	z-index: 2;
}
.promotion-left {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAIAAACb22+3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNrs1rERADAIxDCO/Xf+bJCKCuQF1LpKknSvJFQqlUqlUqnf2sqw2Ww2m83eYUuSRnsCDAA/OWiaXLbfuQAAAABJRU5ErkJggg==);
	left: 0;
}
.promotion-right {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAIAAACb22+3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADpJREFUeNrs1sEJAEAIBDGx/573mjhQJNNAvlMlSTpREjabzWaz2ex/dlslKpVKpVKpa1dGkjTXE2AAY/homutzwxEAAAAASUVORK5CYII=);
	right: 0;
}

.tripodo iframe {
    height: 1550px;
}

#promotionGallery {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}
.promotionGalleryImages {
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 58px;
	overflow: hidden;
}
.promotionGalleryImages ul > li.selected {
	border-color: #ff3900;
}
.promotionGalleryImages ul > li {
	border: 2px solid #e4e4e4;
	float: left;
	list-style: none outside none;
	margin: 0 5px;
	padding: 0;
	width: 99px;
	height: 52px;
	overflow: hidden;
}
.promotionGalleryImages ul > li > img {
	width: 100%;
}
.promotionGalleryImages .jcarousel-clip-horizontal {
    margin: 0 auto 3px;
    padding: 0;
    width: 565px;
    height: 56px;
    overflow: hidden;
}
.promotionGalleryImages .jcarousel-prev-horizontal,
.promotionGalleryImages .jcarousel-next-horizontal {
	bottom: 11px;
	cursor: pointer;
	height: 32px;
	position: absolute;
	width: 32px;
}
.promotionGalleryImages .jcarousel-next-horizontal {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAgAgMAAACnTJi2AAAADFBMVEX////MzMz/gQD/qlPwmwe4AAAAAXRSTlMAQObYZgAAAEBJREFUOMtjYBgFMCAApQ3QaAWYAhYozYNGc8AUMEJpZjSaCW6HA5Q+gEY3DCpHEFJA0AqCjiTozUHghFHAwAAAk9gL9a6/dGQAAAAASUVORK5CYII=) no-repeat scroll -96px 0 transparent;
	right: 0;
}
.promotionGalleryImages .jcarousel-prev-horizontal {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAgAgMAAACnTJi2AAAADFBMVEX////MzMz/gQD/qlPwmwe4AAAAAXRSTlMAQObYZgAAAD5JREFUOMtjYBgFcMABpXnQaBaYAgUobYBGC8AUNEDpA2i0A5RmgtLMaDTjIHICQQUErSDsSILeHBSOGAUMALzcC/XdEdzJAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent;
	left: 0;
}
.promotionGalleryImages .jcarousel-prev-disabled,
.promotionGalleryImages .jcarousel-next-disabled {
	display: none;
	visibility: hidden;
}
.contentGallery .promotionGalleryImages {
	background-color: #f4f4f4;
	padding: 10px 0;
	position: relative;
}
.contentGallery {
	margin-bottom: 40px;
}
/* END PROMOTION */
/* STARTSEITE MINI INFO */
.mini-info-container {
	margin: -15px -4px 10px;
}
.mini-info-container article {
	float: left;
	height: 425px;
	margin: 10px 7px 15px;
	width: 187px;
	text-align: left;
	position: relative;
}
.mini-info-inner > .content {
	max-height: 265px;
	min-height: 265px;
	margin: 10px;
	overflow: hidden;
	width: 159px;
}
.mini-info-inner > h4 {
	color: #fff;
	font: bold 14px/28px Arial;
	text-decoration: none;
	text-shadow: 1px 0 2px #000;
	text-align: center;
}
.mini-info-inner > .content > span {
	color: #000;
	font: bold 12px Arial;
	text-align: center;
	display: block;
}
.mini-info-inner > .content > hr {
	border-color: #ccc;
	border-style: solid none none;
	border-width: 1px 0 0 0;
	color: #fff;
	margin: 8px 0;
}
.mini-info-text {
	color: #000;
	font: 12px/1.5 Arial;
	max-height: 600px;
	overflow: hidden;
	margin-top: -7px;
}
.mini-info-inner > img {
	border: 1px solid #fff;
	float: left;
	height: 112px;
	width: 177px;
}
.mini-info-container > .row {
	clear: both;
	float: none;
}
.mini-info-inner {
	width: 179px;
	max-height: 430px;
	min-height: 430px;
	top: 0;
	left: 0;
	background: url("../img/mini_head.png") no-repeat 50% 0 #eee;
	border: 4px solid #ddd;
	border-radius: 16px;
	position: absolute;
	overflow: hidden;
}
.mini-info-inner:hover > .content {
	max-height: 600px;
}
.mini-info-inner:hover {
	position: absolute;
	/*height: auto;*/
	max-height: 1000px;
	z-index: 100;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.mini-info-text > p {
	margin-top: 7px;
}
.mini-info-text > p:last-child {
	margin-bottom: 0;
}
/* END STARTSEITE MINI INFO */
/* FLUG TOURS HOTELS FORM */
.finden_forms.text_ins {
    display: none;
}
.finden_tabs {
	text-align: left;
	height: auto !important;
	margin: 20px auto 40px;
	float: left;
	background-color: #ececec;
}
/*.hotels-block .finden_tabs {
  margin: 0 -15px 20px;
}*/
.finden_forms .finden_tabs {
	margin: 10px -15px 40px;
}
.finden_tabs > .tab_content {
	float: left;
}
/*.finden_tabs .tab_content {
    display: none;
}
.finden_tabs .tab_content.active {
    display: block;
}*/
.finden_forms > h2 {
	margin-bottom: 20px;
}
.finden_tabs > .tabs {
	float: left;
	width: 165px;
	list-style: none;
}
.finden_tabs > .tabs li {
	background: linear-gradient(to bottom, #fff 50%, #e0e0e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
	height: 54px;
	position: relative;
}
.finden_tabs > .tabs li:last-child:after {
	background: linear-gradient(to bottom, #c6c6c6 8%, #efefef 62%, #ececec 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px solid #ececec;
	content: "";
	display: block;
	height: 30px;
	width: 164px;
}
.finden_tabs > .tabs li.active > a:after {
	visibility: visible;
}
.finden_tabs > .tabs li > a:after {
	border-bottom: 27px solid rgba(0, 0, 0, 0);
	border-left: 17px solid #fcfcfc;
	border-top: 27px solid rgba(0, 0, 0, 0);
	content: "";
	float: left;
	height: 0;
	left: 164px;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.finden_tabs > .tabs li > a {
	color: #00c0fb;
	display: block;
	font: bold 14px/54px Arial;
	padding: 0 10px 0 18px;
	text-decoration: none;
}
.finden_tabs > .tabs li.active > a {
	color: #f40;
}
.finden_tabs > .tabs li a:hover {
	color: #f40;
}
.finden_tabs .tabs li:hover a:after {
	visibility: visible;
}
.finden_tabs .styled-select.vilet {
	background-position: 95% 50%;
	margin: 0;
	width: 177px;
}
.finden_tabs .styled-select.vilet select {
	width: 199px;
}
.finden_tabs > .tabs-content {
	float: left;
	height: auto;
	width: auto;
}
.finden_tabs .flug_type_form {
	display: none;
}
.finden_tabs .flug_type_form.active {
	display: block;
}
.finden_tabs > .tabs-content ul {
	height: auto;
	list-style: none;
}
.finden_tabs > .tabs-content ul li {
	height: auto;
	width: 475px;
}
.finden_tabs .flug_form {
	background-color: #0074d0;
	clear: both;
	float: left;
	height: auto;
	width: auto;
}
.finden_tabs .block_1 {
	clear: both;
	float: left;
	height: auto;
	padding: 10px 10px 10px 20px;
	width: 445px;
}
.finden_tabs .flug_form input[type="radio"] + label {
	color: #fff;
	font: 12px Arial;
	margin: 0 55px 0 0;
}
.finden_tabs .flug_form input[type="radio"] + label.fin {
	margin-right: 0;
}
.finden_tabs .flug_form input[type="radio"] {
	margin: 3px 3px 0 5px;
}
.finden_tabs .block_1 a {
	color: #fff;
	font: bold 14px Arial;
	text-decoration: none;
}
.finden_tabs .tooltip {
	cursor: help;
	position: relative;
	display: inline-block;
}
.flug_form img {
	padding-left: 5px;
	vertical-align: middle;
}
.finden_tabs .tooltip:hover > .classic {
	display: block;
	right: 0;
}
.finden_tabs .tooltip > .classic {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #000;
	display: none;
	position: absolute;
	z-index: 10;
}
.finden_tabs .passenger > .tooltip {
	margin-top: 4px;
}
.finden_tabs .tooltip .tooltip_top > div {
	background: url("../../../img/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 25px;
}
.finden_tabs .tooltip .tooltip_text {
	padding: 7px;
	text-align: justify;
}
.flug_form span {
	color: #fdba2e;
}
.finden_tabs .tooltip_top {
	background: linear-gradient(to bottom, #eae8e8 0%, #ececec 65%, #d2d2d2 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px 5px 0 0;
	color: #484848;
	font: 14px Arial;
	height: 14px;
	padding: 8px;
	width: 240px;
}
.finden_tabs .tooltip_top img {
	padding: 0 10px 0 0;
}
.flug_form hr {
	background-color: #4791db;
	border-color: #0061ad;
	border-style: solid none none;
	border-width: 1px 0 0;
	color: #4790da;
	height: 1px;
	margin: 8px 0;
}
.flug_form .helper {
	color: #fff;
	display: block;
	padding: 5px 0;
}
.flug_form p {
	color: #fff;
	font: bold 14px Arial;
	padding: 5px 0;
	margin: 0;
}
.finden_tabs .airport {
    float: left;
    height: 55px;
    margin: 0 25px 0 0;
    width: 210px;
    position: relative;
}
.finden_tabs .airport > .select2-container {
	float: left;
}
.finden_tabs .airport a.select2-choice {
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	height: 25px;
	border: 1px solid #0067c1;
}
.finden_tabs .airport .select2-choice .select2-arrow {
	background: none;
	border-left: 0 none;
	border-radius: 0 4px 4px 0;
}
.finden_tabs .airport .select2-choice .select2-arrow > b {
	background: url("../../../img/new_arrow.png") no-repeat scroll left 50% #fff;
}
.flug_form input[type="text"] {
	border-radius: 4px;
	border: 1px solid #0067c1;
	box-shadow: 1px 1px 3px #aaa inset;
	height: 19px;
	padding: 3px 5px;
	width: 170px;
	font: 12px/1 Arial;
	color: #4e4e4e;
}
.finden_tabs .right {
	margin: 0;
	z-index: auto;
}
.finden_tabs .styled-select {
	background: url("../../../img/new_arrow.png") no-repeat 85% 50% #fff;
	border-radius: 4px;
	float: left;
	height: 25px;
	margin: 0 7px 0 0;
	overflow: hidden;
	width: 50px;
	border: 1px solid #0067c1;
	box-shadow: 1px 1px 3px #aaa inset;
}
.finden_tabs .styled-select select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
	color: #4e4e4e;
	font: 12px/1 Arial;
	height: 25px;
	padding: 5px;
	width: 72px;
	display: inline-block;
}
.finden_tabs .month {
	background-position: 95% 50%;
	margin: 0;
	width: 115px;
}
.finden_tabs .month select {
	width: 137px;
}
.finden_tabs #column_left {
	float: left;
	height: 205px;
	margin: 0 25px 0 0;
	width: 210px;
}
.finden_tabs #column_right {
	float: left;
	height: 205px;
	width: 210px;
}
.finden_tabs .age {
	background-position: 95% 50%;
	margin: 0;
	width: 75px;
}
.finden_tabs .age select {
	width: 97px;
}
.finden_tabs .passenger {
	float: left;
}
.finden_tabs .passenger p {
	float: left;
}
.finden_tabs img.pass_image {
	margin-top: 5px;
}
.finden_tabs input[type="submit"] {
	background-color: #0075d0;
	background-image: url("../../../img/finden_1.png");
	background-repeat: no-repeat;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 18px Arial;
	height: 40px;
	margin: 35px 0 0 70px;
	padding-left: 30px;
	width: 135px;
}
.finden_tabs a.flug_finden {
	background-color: #0075d0;
	background-image: url("../../../img/finden_1.png");
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 18px/40px Arial;
	height: 40px;
	margin: 35px 0 0 70px;
	padding-left: 50px;
	width: 85px;
	display: block;
}
.finden_tabs .land {
	background-position: 95% 50%;
	margin: 0;
	width: 210px;
}
.finden_tabs .land select {
	width: 232px;
}
.finden_tabs .hotel {
	background-position: 97% 50%;
	margin: 0;
	width: 443px;
}
.finden_tabs .hotel select {
	width: 465px;
}
.finden_tabs .zimmer {
	background-position: 95% 50%;
	margin: 0;
	width: 75px;
}
.finden_tabs .zimmer select {
	width: 97px;
}
.finden_tabs .age {
	background-position: 95% 50%;
	margin: 0;
	width: 156px;
}
.finden_tabs .age select {
	width: 178px;
}
.finden_tabs .airport_min {
	float: left;
	height: 55px;
	margin: 0;
	width: 111px;
}
.finden_tabs .airport_med {
	float: left;
	height: 55px;
	margin: 0;
	width: 167px;
}
.finden_tabs .block_2 {
	float: left;
	height: auto;
	padding: 15px 0 0;
	width: 445px;
}
.finden_tabs p#block_2_text {
	color: #9fdfff;
	font: bold 12px Arial;
}
.finden_tabs .block_2 img {
	float: left;
	margin: 0 10px 0 0;
}
.finden_tabs input.hotel_finden[type="submit"] {
	background-image: url("../../../img/finden_2.png");
	display: block;
	margin: 0 0 0 65px;
	padding-left: 0;
}
.finden_tabs a.hotel_finden {
	background: url("../../../img/finden_2.png") no-repeat scroll 0 0 #0075d0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font: bold 18px/40px Arial;
	height: 40px;
	margin: 0 8px;
	text-align: center;
	width: 135px;
}
.finden_tabs .flug_form input[type="checkbox"] + label:before {
	background-image: url("../../../img/check_no.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	content: "";
	float: left;
	height: 20px;
	padding: 0 5px 0 0;
	width: 20px;
}
.finden_tabs .flug_form input[type="checkbox"] + label {
	color: #fff;
	cursor: pointer;
	float: left;
	font: 12px Arial;
	margin: 15px 10px 0 0;
	width: 125px;
}
.finden_tabs .min_check input[type="checkbox"] + label {
	width: 212px;
}
.finden_tabs .flug_form p.regular {
	font-size: 12px;
	font-weight: normal;
}
.finden_tabs .check_box {
	float: left;
	height: auto;
	width: 100%;
}
.finden_tabs .bl_long {
	width: 480px;
	padding-right: 0;
}
.finden_tabs input.pauch_finden[type="submit"] {
	background-image: url("../../../img/finden_2.png");
	display: block;
	margin: 5px 0 0 305px;
	padding-left: 0;
}
.finden_tabs .flug_form input[type="checkbox"]:checked + label:before {
	background: url("../../../img/check_yes.png") no-repeat 0 50%;
}
.finden_tabs .kinder {
	width: 90px;
	background-position: 95% 50%;
	margin: 0;
}
.finden_tabs .kinder select {
	width: 112px;
}
.finden_tabs .erwachsene {
	width: 75px;
	background-position: 95% 50%;
	margin: 0;
}
.finden_tabs .erwachsene select {
	width: 97px;
}
.finden_tabs .styled-select select:disabled {
	background-color: #ddd;
	opacity: 0.5;
}
.finden_tabs .airports-popup {
	right: -20px;
	top: 60px;
}
/* END FLUG TOURS HOTELS FORM */
/* START PICKMEUP */
.pickmeup {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.4em;
	box-shadow: 0 0 8px #ddd inset;
	display: none;
	font: 14px Arial;
	position: absolute;
	z-index: 1000;
}
.pickmeup .pmu-days {
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
}
.pickmeup * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pickmeup .pmu-instance {
	display: inline-block;
	padding: 7px;
	text-align: center;
	width: 220px;
}
.pickmeup .pmu-instance .pmu-button {
	color: #444;
	cursor: pointer;
	font-weight: bold;
	outline: medium none;
	text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
	background: none repeat scroll 0 0 #419f56;
	color: #fff;
}
.pickmeup .pmu-instance .pmu-button:hover {
	color: #88c5eb;
}
.pickmeup .pmu-instance .pmu-not-in-month {
	color: #bbb;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
	color: #eee;
	cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
	background: none repeat scroll 0 0 #7a71c4;
	color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
	background: #17384d;
}
.pickmeup .pmu-instance nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #eee;
	line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
	color: #88c5eb;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
	display: none;
	height: 2em;
	width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
	color: #0074d0;
	font-weight: bold;
	width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
	display: inline-block;
	line-height: 3.6em;
	width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
	background-image: linear-gradient(#fe9c2d, #fe3a00);
	background-image: -webkit-linear-gradient(#fe9c2d, #fe3a00);
	background-color: #fe9c2d;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #777;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
	display: inline-block;
	line-height: 26px;
	width: 29px;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
	line-height: 26px;
	width: 29px;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
	display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
	width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
	width: 12em;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
	display: none;
}
/* END PICKMEUP */

/* FRONT VIDEO */
.front_videos {
	margin-bottom: 20px;
}
.front_video_block {
    float: left;
    width: 280px;
    margin-right: 16px;
    overflow: hidden;
}
.front_video_block:last-child {
	margin-right: 0;
}
.front_video_block .video_copyright {
	height: 36px;
}
.front_video_block a {
	color: #ff3b00;
}
.front_video_block .r_line_2 {
	margin: 10px 0 5px;
	width: auto;
}
/* END FRONT VIDEO */

.flugform_types {
	margin-bottom: 5px;
}
.flugform_types > label {
	margin-right: 30px;
}
.flugform_types > label > input {
	margin-right: 4px;
	vertical-align: -3px;
}
#tabs select {
	border: 1px solid #aaadb3;
	height: 20px;
}
/* Default styling for jQuery Datepicker v4.0.6. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #444;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
	margin: 0.25em;
	padding: 0.125em 0em;
	background-color: #fcc;
	border: none;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background: url(../images/menu.gif);
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background: #f0f5fe;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	/*  background-color: #777;*/
}
.datepick-ctrl .datepick-cmd:hover {
	/*  background-color: #f08080;*/
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #ddd;
	color: #444;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
	display: none;
	display /**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -1px;
	left: -1px;
	width: 100px;
	height: 100px;
}
/* Default styling for jQuery Datepicker v4.0.6. */

/* Default attributes of table container for entire calendar */
.datepick-month table {
	width: 100px;
}
.table-style {
	/*Внешняя табл */
	font-family: arial;
	border-width: 0;
	border-style: solid;
	border-color: #a0a0a0;
	background-color: #fff;
	font-family: arial;
	font-size: 11px;
	width: 100px;
}
/* Default attributes of DIV containing table container for entire calendar. */
.div-style {
	clear: both;
	z-index: 999;
	position: absolute;
	visibility: hidden;
}
/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #fff !important;
	text-align: center;
}
/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #9bbfdd !important;
}
/* Month + Year Titles ВНУТРЕННЕЕ ОФОРМЛЕНИЕ месяц + Год */
.title-control-style {
	cursor: default;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #323232 !important;
}
/* Normal appearance of controls in calendar title.  Стрелки управлений */
.title-control-normal-style {
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	width: 100%;
}
/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
}
/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #ccc !important;
	background-color: #06c !important;
	color: #fff !important;;
	cursor: default;
}
/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #fafef5 !important;
	color: #fff !important;
	cursor: hand;
}
/* Default attributes of calendar body (weekday titles and numbers). ВНУТРЕННЕЕ Цифры дней */
.body-style {
	padding: 0;
	background-color: white !important;
	font-family: verdana;
	font-size: 10px;
	width: 160px;
}
/* Attributes of current day in calendar body. */
a.current-day-style {
	font-weight: bold !important;
	text-decoration: none !important;
}
a.current-day-style:hover {
	color: #f0f0f0 !important;
	background-color: #999 !important;
	text-decoration: none;
}
.disabled-current-day-style {
	color: #f0f0f0 !important;
	border: solid 1px #333 !important;
	background-color: #fff !important;
	font-weight: lighter;
	text-decoration: none !important;
}
/* Attributes of end-of-week days (Sundays) in calendar body. */
a.end-of-weekday-style {
	width: 22px;
	color: #4f4f4f !important;
	text-decoration: none;
	font-size: 10px;
}
a.end-of-weekday-style:hover {
	background-color: #4f4f4f !important;
	color: white !important;
	text-decoration: none !important;
}
.disabled-end-of-weekday-style {
	width: 22px;
	color: silver !important;
	font-weight: lighter;
	text-decoration: none;
	font-size: 10px;
}
/* Attributes of all other days in calendar body. */
.disabled-normal-day-style {
	width: 22px;
	font-weight: lighter;
	text-decoration: none;
	font-size: 10px;
}
a.normal-day-style {
	width: 22px;
	text-decoration: none;
	font-size: 10px;
}
a.normal-day-style:hover {
	width: 22px;
	color: white !important;
	font-weight: bold !important;
	background-color: #808080 !important;
	text-decoration: none;
}
a.closecal {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
a.closecal:hover {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
/* Attributes of border around selected day in calendar body. */
a.selected-day-style {
	font-size: 10px;
	width: 22px;
	background-color: #808080 !important;
	text-decoration: none !important;
	color: #fff !important;
}
/* Default attributes of designated holidays. */
a.holiday-style {
	background-color: #fdd !important;
	font-size: 10px;
	text-decoration: none;
}
/* Sub Header Days of Week Оформление дней недель. фон и пр. */
.dayofweeks {
	color: #000 !important;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	background-color: #f5f5f5 !important;
}
/* Attributes of Footer today display at bottom on calendar */
.today-style, .today-style a, .today-style a:hover, .today-style a:visited, .today-style a:active {
	font-size: 11px;
	font-weight: bold !important;
	color: #323232 !important;
	height: 18px;
	background-color: #9bbfdd !important;
	text-align: center;
	text-decoration: underline;
}
/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #f5f5f5 !important;
	padding: 0;
}
/* Combined styles to solve the conflict between stylesheets. */
td.cal_day a.normal-day-style {
	font-size: 10px;
	color: black !important;
	text-decoration: none;
}
/* Обводка актуальных дней недели */
td.cal_day a.normal-day-style:hover {
	font-size: 10px;
	color: #000 !important;
	text-decoration: none;
	background-color: #ccc !important;
}
td.cal_day a.end-of-weekday-style {
	font-size: 10px;
	color: #4f4f4f;
	text-decoration: none;
}
td.cal_day a.end-of-weekday-style:hover {
	font-size: 10px;
	font-weight: bold;
	color: white !important;
	background-color: #808080 !important;
	text-decoration: none;
}
/* Оформление сегодняшнего дня. */
td.cal_day a.current-day-style {
	font-size: 10px;
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none;
	border: 1px solid #555 !important;
}
td.cal_day a.selected-day-style {
	font-size: 10px;
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none;
	background-color: #7fa0c1 !important;
}
td.cal_day {
	height: 14px;
}
.title-background-style td table {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 10px;
	border-radius: 5px;
}
/*  СТИЛЬ ПОИСКОВОГО БОКСА     */

/* main correction search box */

#agoda_searchbox_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.3em 1em 0.4em 1em;
	background: none;
	border: none;
	/*  width:200px;*/
}

#tabs-1,
#tabs-2,
#tabs-3 {
	background: url('images/search_bg.png') no-repeat bottom #fff !important;
	border: 0 !important;
	/*border-top: 1px solid #ddd !important;*/
	min-height: 10px !important;
}
#tabs-2 {
	overflow: hidden;
	padding: 10px;
}
#tabs-2 [type="checkbox"] {
	margin: 5px;
}
#tabs-2 [type="text"] {
	width: 300px;
}
#tabs-2 p {
	margin: 5px 0;
}
#tabs-2 img {
	position: relative;
	top: 4px;
}
#tabs-2 span {
	font-size: 12px;
}
#agoda_logo_wrap {
	width: 100% !important;
	float: inherit;
}
#agoda_country_selection, #agoda_city_selection {
	width: 45% !important;
	float: left;
}
#agoda_hotel_selection {
	padding-bottom: 45px;
}
#agoda_roompeople_selection {
	height: 3.4em;
}
#agoda_room_selection, #agoda_adult_selection {
	float: left;
	width: 26% !important;
	font-weight: bold;
}
#agoda_children_selection {
	float: left;
	font-weight: bold;
	margin-left: 20px;
}
#agoda_country_label, #agoda_city_label, #agoda_hotel_label, #agoda_checkin_label, #agoda_checkout_label, #agoda_room_label, #agoda_adult_label, #agoda_children_label {
	font-size: 10pt;
	text-align: left;
	margin-top: 0.2em;
	color: #000;
	font-weight: normal;
}
#agoda_room_label {
	margin-left: 3px;
}
#agoda_city_label {
	margin-left: 5px;
}
#agoda_country_input, #agoda_city_input, #agoda_hotel_input, #agoda_checkin_input, #agoda_checkout_input {
	margin-top: 0;
}
.agoda_country_field {
	width: 140px;
}
.agoda_city_field {
	margin: 0 5px 0 0;
	width: 150px;
}
.agoda_hotel_field {
	width: 100%;
}
#imgCal1, #imgCal2 {
	float: right;
}

#ddlRoom {
	margin-left: 3px !important;
	font-size: 10pt !important;
	width: 72px !important;
}
#ddlAdult {
	font-size: 10pt !important;
	width: 94px !important;
}
#ddlChildren {
	font-size: 10pt !important;
	width: 120px !important;
}

#tabs ul li {
	border: 0;
}
/* Управление отображением фкладок. Если нужно будет вернуть все обратно все нижу - удалить из css. */
#tabs ul li {
	/*  display:none;*/
}
.ui-tabs-nav li.ui-tabs-selected {
	display: block !important;
	height: 37px;
}
.age {
	float: left;
}
.vsmall-sel {
	margin-right: 10px;
	width: 56px;
}
#find-btn {
	float: right;
	margin-top: 17px;
}
.norm-sel {
	margin-right: 10px;
	width: 89px;
}
/* End */

/*
.two-columns .block_ins {
  width: auto;
  background: #fff;
  border: 1px solid #BCC3CE;
  border-radius: 4px;
}
.two-columns .first {
  background-image: linear-gradient(#FEFEFE, #EBEBEB);
  width: auto;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #BCC3CE;
  margin: 1px;
}
.two-columns .last {
  width: auto;
  background: none;
}
.two-columns .textcont_ins {
  margin: 0 0 0 184px;
}
*/

/*.content-head {
	background-image: linear-gradient(#fefefe, #ebebeb);
	width: auto;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #bcc3ce;
	margin: 1px;
	color: #575757;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 25px;
}*/
.content-inner {
	padding: 10px;
}
.account-content .tooltip {
	cursor: help;
	display: inline-block;
	position: relative;
}
.account-content .tooltip > .classic {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #000000;
	display: none;
	position: absolute;
	z-index: 10;
}
.account-content .tooltip > .classic .tooltip_top {
	background: linear-gradient(to bottom, #EAE8E8 0%, #ECECEC 65%, #D2D2D2 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px 5px 0 0;
	color: #484848;
	font: 14px Arial;
	height: 14px;
	padding: 8px;
	width: 240px;
}
.account-content .tooltip > .classic .tooltip_top > div {
	background: url("../../../img/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 25px;
}
.account-content .tooltip > .classic .tooltip_text {
	padding: 7px;
	text-align: justify;
}
.account-content .tooltip > img {
	vertical-align: middle;
}
.account-content .tooltip:hover > .classic {
	display: block;
	left: 0;
}
.not_found_page {
	text-align: center;
	margin-top: 70px;
	font-size: 19px;
	color: #444;
}
.partner_hotels {
	text-align: center;
	margin: 15px 0;
}

/* Right columnn hotel search form */
.hotel_tabs {
    position: relative;
    float: left;
    margin: 0 0 10px;
    background-color: #fff;
    width: 100%;
}
.ht_tab {
    float: left;
    background: url(../images/hotel.png) no-repeat 15px 0px;
    width: 129px;
}
.ht_tab label {
    padding: 7px 40px 6px 52px;
    display: block;
    margin-left: -1px;
    margin-right: 1px;
    position: relative;
    left: 1px;
    cursor: pointer;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    border-bottom: none;	
    background: url(../images/hotel.png) no-repeat 18px 5px, #f7f6f7;
    background: url(../images/hotel.png) no-repeat 18px 5px, -moz-linear-gradient(top,  #f7f6f7 0%, #e5e5e5 100%);
    background: url(../images/hotel.png) no-repeat 18px 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f7), color-stop(100%,#e5e5e5));
    background: url(../images/hotel.png) no-repeat 18px 5px, -webkit-linear-gradient(top,  #f7f6f7 0%,#e5e5e5 100%);
    background: url(../images/hotel.png) no-repeat 18px 5px, -o-linear-gradient(top,  #f7f6f7 0%,#e5e5e5 100%);
    background: url(../images/hotel.png) no-repeat 18px 5px, -ms-linear-gradient(top,  #f7f6f7 0%,#e5e5e5 100%);
    background: url(../images/hotel.png) no-repeat 18px 5px, linear-gradient(to bottom,  #f7f6f7 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f7', endColorstr='#e5e5e5',GradientType=0 );
}
.ht_tab [type=radio] {
    display: none;
}

.ht_tab_content {
    background: #f4f4f4;
    float: left;
    padding: 10px;
    border-top: 4px solid #005394;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.ht_tab [type=radio]:checked ~ label {
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, rgb(0,117,208);
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, -moz-linear-gradient(top,  rgba(0,117,208,1) 0%, rgba(0,114,202,1) 59%, rgba(0,80,144,1) 100%);
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,117,208,1)), color-stop(59%,rgba(0,114,202,1)), color-stop(100%,rgba(0,80,144,1)));
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, -webkit-linear-gradient(top,  rgba(0,117,208,1) 0%,rgba(0,114,202,1) 59%,rgba(0,80,144,1) 100%);
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, -o-linear-gradient(top,  rgba(0,117,208,1) 0%,rgba(0,114,202,1) 59%,rgba(0,80,144,1) 100%);
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, -ms-linear-gradient(top,  rgba(0,117,208,1) 0%,rgba(0,114,202,1) 59%,rgba(0,80,144,1) 100%);
    background: url(../images/hotel-curr.png) no-repeat 18px 5px, linear-gradient(to bottom,  rgba(0,117,208,1) 0%,rgba(0,114,202,1) 59%,rgba(0,80,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075d0', endColorstr='#005090',GradientType=0 );
    border-top: 1px solid #0075d0;
    border-bottom: 1px solid #005394;
    border-left: none;
    border-right: none;
    z-index: 2;
    color: #ffffff;
}
[type=radio]:checked ~ label ~ .ht_tab_content {
    z-index: 1;
}

#agoda_searchbox_wrapper input[type="text"] {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.102);
    height: 18px;
    padding: 3px 5px;
    width: 135px;
}

.right-block.video .mejs-video{
    margin: 0 auto;
}

/*------------------------------- Vertical Accordion Style ---------------------------------*/
.slider_container {
    margin: 20px 0;
    position: relative;
    padding: 20px 0 40px 0;
}
.right-block.va-accordion {
    padding: 0 8px;
}
.va-container{
    position: relative;
    margin: 40px auto 0 auto;
}
.va-wrapper{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    background:#000;
}
.va-slice{
    cursor:pointer;
    position:absolute;
    width:100%;
    left:0px;
    overflow:hidden;
    background: none;
}
.va-slice img {
    position: absolute;
    top: 0;
    left: 0;
    width: 372px;
    height: 207px;
    z-index: 1;
}
.va-slice a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.va-title{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:24px;
    padding-left: 10px;
    font-weight: bold;
    color:#fff;
    /*background: #016fc7;*/
    position: relative;
    z-index: 2;
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
}
.va-content{
    position: relative;
    z-index: 5;
    background: #016fc7;
    text-align: center;
    padding: 7px 0;
    margin-top: 35px;
}
.va-slice p{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.3;
}
.va-nav span{
    width:40px;
    height:25px;
    background:transparent url(../images/prev.jpg) no-repeat center center;
    position:absolute;
    top:-35px;
    left:50%;
    margin-left:-20px;
    text-indent:-9000px;
    opacity:0.7;
    cursor:pointer;
    display:none;
    z-index:100;
}
.va-nav span.va-nav-next{
    background-image:url(../images/next.jpg);
    top:auto;
    bottom:-35px;
}
.va-nav span:hover{
    opacity:1.0;
}