@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	line-height: 1;
	color: #646465;
	background: #fcfbf8 url(images/bg.jpg) repeat;
	font: normal 14px 'PT Sans',sans-serif;
	line-height: 21px;
}
img { border: none; }

.container {
	width: 1140px;
	margin: auto;
}

a { color: #3a99ec; text-decoration: underline; }
	a:hover { color: #0086cb; }
	a.plink {
		text-decoration: none;
		border-bottom: 1px dashed #3a99ec;
	}

p { margin: 0 0 32px 0; }

h1 {
	color: #f68e43;
	font-size: 26px;
	font-weight: bold;
	font-family: 'roboto_slabregular';
	text-transform: uppercase;
	margin: 44px 0 36px 0;
	line-height: 28px;
}

h3 {
	color: #5da9d4;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 26px 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

ul.unstyled,
ol.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.arrow {
	display: block;
	width: 31px;
	height: 31px;
	background: url(images/arrows.png) no-repeat;
	border: 0;
	cursor: pointer;
}
	.arrow.prev { background-position: 0 -31px; }
	.arrow.next { background-position: 0 0; }
	.arrow.prev:hover { background-position: 0 -93px; }
	.arrow.next:hover { background-position: 0 -62px; }

.er-404 {
	color: #ffaa32;
	font-weight: bold;
	font-size: 27px;
	position: relative;
	padding: 26px 0 50px 0;
	
}
.er-404 img { margin: 0 auto; display: block; }
.er-404 a { color: #ffaa32; }
.er-404 .er-text {
	line-height: 30px;
	position: absolute;
	bottom: 185px;
	right: 98px;
}
.er-404 span { font-size: 34px; }
.c_text { overflow: hidden; }
.shadow_404 { 
	background: url(images/404_shadow.png) bottom center no-repeat;
	height: 190px;
}
img.c_right {
	float: right;
	margin-left: 45px;
}
img.c_left {
	float: left;
	margin-right: 40px;
}

input[type=text],
input[type=email],
textarea {
	height: 26px;
	padding: 7px 12px;
	background: #f8f5ec;
	border: 0;
	border-radius: 8px;
	box-shadow: inset rgba(0,0,0,.14) 0 2px 3px;
	color: #bababa;
	font-size: 15px;
}
	input[type=text]:focus,
	input[type=email]:focus,
	button:focus,
	textarea:focus {
		outline: none;
	}

.ret {
	display: inline-block;
	height: 49px;
	padding: 0 26px;
	border-radius: 10px;
	background: #fea647;
	background: -webkit-linear-gradient(top, #fea647, #fe8628);
	background: -moz-linear-gradient(top, #fea647, #fe8628);
	background: -o-linear-gradient(top, #fea647, #fe8628);
	background: -ms-linear-gradient(top, #fea647, #fe8628);
	box-shadow: rgba(0,0,0,.35) 0 1px 5px, inset rgba(255,255,255,.1) 0 2px 0;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 19px;
	font-family: 'PT Sans';
	text-transform: uppercase;
	text-shadow: rgba(213,74,118,.75) 1px 1px 1px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.ret-blue {
	display: inline-block;
	height: 33px;
	line-height: 32px;
	padding: 0 17px;
	border-radius: 10px;
	background: #85d2d3;
	background: -webkit-linear-gradient(top, #93d8d8, #70c6c7);
	background: -moz-linear-gradient(top, #93d8d8, #70c6c7);
	background: -o-linear-gradient(top, #93d8d8, #70c6c7);
	background: -ms-linear-gradient(top, #93d8d8, #70c6c7);
	box-shadow: rgba(0,0,0,.35) 0 1px 5px, inset rgba(255,255,255,.1) 1px 2px 0;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 11.5px;
	font-family: 'PT Sans';
	text-transform: uppercase;
	text-shadow: #3ea7a4 1px 2px 2px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.ret-orange {
	display: inline-block;
	height: 33px;
	line-height: 32px;
	padding: 0 17px;
	border-radius: 10px;
	background: #fea647;
	background: -webkit-linear-gradient(top, #fea647, #fe8628);
	background: -moz-linear-gradient(top, #fea647, #fe8628);
	background: -o-linear-gradient(top, #fea647, #fe8628);
	background: -ms-linear-gradient(top, #fea647, #fe8628);
	box-shadow: rgba(0,0,0,.35) 0 1px 5px, inset rgba(255,255,255,.1) 0 2px 0;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 11.5px;
	font-family: 'PT Sans';
	text-transform: uppercase;
	text-shadow: rgba(213,74,118,.75) 1px 1px 1px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

	a.ret { line-height: 49px; }
	.ret:after, .ret-blue:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(images/ret.png) repeat;
	}
	.ret:hover, .ret-blue:hover, .ret-orange:hover {
		color: white;
		background: #f99ebe;
		background: -webkit-linear-gradient(top, #f99ebe, #f67ea5);
		background: -moz-linear-gradient(top, #f99ebe, #f67ea5);
		background: -o-linear-gradient(top, #f99ebe, #f67ea5);
		background: -ms-linear-gradient(top, #f99ebe, #f67ea5);
		text-shadow: #e8648b 1px 2px 2px;
	}
.cbg {
	background: #efece2  url(images/cbg.jpg) repeat;
}
.twocolumns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.index-text {
	padding-bottom: 100px;
	margin-bottom: -100px;
}
.buttons {
	margin: 20px 0;
}
.buttons .show-more-about { margin: 0 20px 0 0; }
.more_progr, .schedule { display: none; }


.order-fields {
	margin: 0 0 20px;
}
.order-fields>section {
	float: left;
	width: 340px;
}
	.order-fields>section+section { margin-left: 50px; }
.order-fields label {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #848484;
	font-size: 16px;
}
.order-fields input[type=text],
.order-fields input[type=email],
.order-fields textarea {
	width: 316px;
	margin: 0 0 5px;
	font: normal 15px 'PT Sans',sans-serif;
}
.order-fields textarea { height: 110px; }


.order-fields .s2 label { padding: 0; }

.order-fields fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}
	.order-fields fieldset label {
		display: inline-block;
		padding: 0;
		margin: 0 18px 0 0;
	}
.order-fields fieldset.interval label { margin-right: 12px; }
.order-fields fieldset.interval input {
	width: 62px;
	margin-right: 24px;
}
.radio-list label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/radio.png) left top no-repeat;
	margin: 0 6px 0 0;
	vertical-align: -4px;
}
	.radio-list label.checked:before { background-position: left bottom; }
	.radio-list input { display: none; }
.checkbox-list label:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(images/checkbox.png) left top no-repeat;
	margin: 0 6px 0 0;
	vertical-align: -4px;
}
	.checkbox-list label.checked:before { background-position: left bottom; }
	.checkbox-list input { display: none; }

.order-fields .dates {
	position: relative;
}
	.order-fields .dates input {
		cursor: pointer;
		background-image: url(images/dates.png);
		background-position: 307px center;
		background-repeat: no-repeat;
	}
	.order-fields .dates .datepicker {
		position: absolute;
		top: 40px;
		right: 0;
	}
.order-fields .buttons {
	text-align: right;
	padding-top: 7px;
}

body .ui-datepicker {
	box-shadow: rgba(0,0,0,.15) 1px 3px 8px;
}
body .date-range-selected > .ui-state-active,
body .date-range-selected > .ui-state-default {
	border: 0;
	background: none;
	background-color: #7cd0ca;
	color: white;
}
.ajaxform {
	position: relative;
}
.ajaxform.load:after {
	content: url(images/load.gif);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
}

.pbc {
	background: url(images/pink_bg.png) top repeat-x;
	height: 458px;
	color: #f1f1f1;
	margin: -12px 0;
	z-index: 18;
	position: relative;
}
.pwbc {
	height: 404px;
	padding: 54px 0 0;
	background: url(images/tralephants.png) right 80px no-repeat;
}
.article-detail p { margin: 0 0 16px 0; }
.article-detail ul {
	list-style: none;
	padding: 0;
	margin: 0 0 16px 0;
	overflow: hidden;
}
	.article-detail ul li {
		padding: 0 0 0 18px;
		margin: 0 0 6px 0;
		background: url(images/li_list.png) 0 6px no-repeat;
	}
.r_content {
	margin: 0 0 26px 0;
}

img.rounded {
	border-radius: 8px;
	box-shadow: 0 2px 0 #b6b5b0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	ul li {
		background: url(images/li_list.png) 0 7px no-repeat;
		padding: 0 0 0 17px;
		margin: 0 0 10px 0;
	}
.hotel_gallery li img{
	width: 100%;
	max-width: 100%;
}

.other-hotel-list ul li{
	background: transparent;
	margin: 4px 0 0 -17px;
    overflow: hidden;
	
 }
 .other-hotel-list ul{
	margin: -2px 0 6px;
	
 }
 .other-hotel-list ul li a{
	border-bottom: 1px solid;
    clear: right;
    display: block;
    float: left;
   /* font-weight: bold;*/
    height: 19px;
    overflow: hidden;
    text-decoration: none
	
 }
 .other_hotels .other-hotel-list{
	width: 796px;
 }
 .other_hotels .other-hotel-list > li{
	display: inline-block;
	width: 100%;
 }
 .other_hotels h3{
	font-family: "roboto_slabregular";
 }
 .hotel_proprety ul li{
	margin:0 0 2px 0;
 }
 .tour_carousel .hh_qh3 a{
	text-decoration:none;
	font-weight:bold;
 }
 .tour_carousel a h3{
	text-decoration:none !important;
	font-weight:bold;
 }
 .country-list{
	width:225px;
 }
 .contacts_block{
background: url(images/contacts_block.png) no-repeat bottom;
  width: 201px;
  height: 76px;
  color: #fefefe;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 35px 5px 20px;
  text-align: right;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9e6b2a;
  text-transform: uppercase;
  vertical-align: middle;
}
	
	.town_name_small {
		 font-size:12px;
		 margin-right:5px;
	}
	
}
.contacts_block span{
	 font-size:16px;
}
.social {
    float: left;
    padding: 27px 14px 0 0 !important;
}
.social .fb {
   
    margin-right: 0px !important;
}