#slider{
	background:#8CD4F1;
	height:200px;
}

#content{
	min-height:600px;
	padding-bottom:25px;
}

#content_header{
	height:140px;
}

.title_h1{
	margin-top:30px;
}

#content_bg{
	background-color:#E7F4FA;
	width:100%;
	display:block;
}

.menu_categories{
	position:relative;
	height: 59px;
}

#dr_menu_cat {
  display: block;
  width: 100%;
  height: 59px;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  outline: none;
  color: #165787;
  z-index:1000;
  position:absolute;
  border-radius:3px;
  box-shadow: 0 3px 8px rgba(54, 140, 187, 0.11);
}

#dr_menu_cat li { display: block; position: relative; float: left; font-size: 15px; }

#dr_menu_cat li a {
  display: block;
  float: left;
  padding: 0 21px;
  line-height: 58px;
  text-decoration: none;
  color: #165787;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#dr_menu_cat li:hover > a, .li_current_country > a { color: #000!important; }

.li_current_country > a{border-bottom:3px solid #A99269; height:56px;}

#dr_menu_cat ul {
  position: absolute;
  top: 50px;
  width: 160px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 0px;
  list-style: none;
}



#dr_menu_cat ul li { 
  display: block; 
  width: 100%; 
  height:59px;
  font-size: 15px; 
}

#dr_menu_cat ul li a {
  display: block;
  width: 100%;
  line-height: 58px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#dr_menu_cat ul li a:hover {
  color:#000;
}

/*Анімації*/
.country_list_block a img, 
.country_kurort a img,
.mini_thumb a img{
    width:330px;
	height:192px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.country_list_block a img:hover, 
.country_kurort a img:hover,
.mini_thumb a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*Категорія "Популярні напрями"*/
.country_list_block,
.country_kurort{
	width:330px;
	height:192px;
	margin:25px 25px 0px 0px;
	float:left;
	position:relative;
	overflow:hidden;
}

.country_list_block:nth-child(3n+1), .country_kurort:nth-child(3n+1){
	margin-right:0px!important;
}

.country_list_block a,
.country_kurort a{color:#1b1c1d;}

.country_title{
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0px 0px -50px;
	width:100px;
	height:25px;
	background:#ffffff;
	font-size:14px;
	font-weight:700;
	border-radius:2px;
	text-align:center;
	line-height:24px;
}

.kurort_name{
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0px 0px -65px;
	width:130px;
	height:25px;
	background:#fae700;
	font-size:14px;
	font-weight:700;
	border-radius:2px;
	padding:1px 10px;
	text-align:center;
	white-space:nowrap;
	line-height:24px;
}

/*AFTER CONTENT WIDGET*/
.after_content_widget{
	text-align:center;
	width:100%;
	background:#3C4556;
	padding:1px 0px;
}

.widget_title_bg{
	width:1040px;
	margin:0px auto;
	background:transparent url("images/white_line.jpg") center left repeat-x;
}

.widget_title_bg h2{
	background:#3C4556;
	padding:15px 40px;
	color:#fff;
	 display: inline-block;
	 font-size:20px;
}

/*SINGLE POST*/

#content_header_single{
	height:71px;
}

#content_bg_single{
	background:#fff url("images/single_bg.jpg") top left repeat-x;
	width:100%;
	display:block;
	
	background: rgb(232,244,250);
	background: -moz-linear-gradient(top, rgba(232,244,250,1) 0%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(top, rgba(232,244,250,1) 0%,rgba(255,255,255,1) 40%);
	background: linear-gradient(to bottom, rgba(232,244,250,1) 0%,rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f4fa', endColorstr='#ffffff',GradientType=0 );
}

.left_field_s{
	width:688px;
	float:left;
}

.right_field_s{
	width:325px;
	float:right;
}

.title_single{
	border-bottom:1px solid #0193CF;
}

.title_single_tmpl{
	display:block;
	float:left;
}

.social_likes{
	float:right;
	display:block;
	margin-top:35px;
}
