/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: 'Times New Roman', Times, Arial, sans-serif;
  color:#444;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Times New Roman', Times, Arial, sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 26px;
  color:#333;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 15px;
}

a {
  color: #003333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #0067b2;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.img-responsive2{
  height: auto;
  max-width: 100%;
}

/*---------- #header-top ---------*/

#header-top{
  padding: 5px 0 5px 0;
  margin: 0;
  background: #fff;
}

.bl_top_logo img{
  height: 120px;
  width: auto;
}

.bl_top_phone{
   padding: 0 0 0 10px;
}

.bl_top_phone a, .bl_top_phone a.mailto{
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  font-family: "RobotoCondensedBold";
  color: #0067b2;
  letter-spacing: 1px;
}

.bl_top_phone a:hover{
  text-decoration: underline;
}

.bl_top_phone a.mailto{
  font-size: 15px;
  padding-left: 3px;
}

.bl_top_title{
  font-size: 15px;
  color: #777;
  padding-bottom: 7px;
  color: #699035;
}

.bl_top_title i{
  font-size: 14px;
  color: #888; 
  padding-right: 4px;
}

.bl_top_phone span.top_valuta{
  font-size: 12px;
  padding-right: 15px;
  color: #000;
}

.bl_top_phone > span.top_valuta > strong{
  font-size: 14px;
}

.licensia-top{
  padding-top: 8px;
}

.licensia-top span.adress{
  font-size: 13px;
  color: #000;
}

/*--------------#header-----------*/

#header{
  padding: 0;
  border-bottom:1px solid #eee;
}

#block-navbar{
  background: #dce9ca;
}

.navbar-nav, .navbar{
  margin: 0;
}

.container>.navbar-header, .container>.navbar-collapse{
  margin-right: 0;
}

.navbar-nav > li > a{
  font-family: "PFSquareSansProMedium", Arial, sans-serif;
  font-size: 16px;
  color: #4a681f;
}

.navbar-nav > li > a:hover{
  color: #fff !important;
  background: #64c3d5 !important; 
}

.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
   color: #3da6ba;
   background: #fff;
}

.active-hover{
  background: #3da6ba;
  color: #fff;
}

.navbar-toggle{
  border:1px solid #000;
  margin-right: 0;
}

.navbar-toggle > span{
  color: #fff;
  background: #000;
  border:1px solid #000;
}

.btn-social > span{
  font-size: 22px;
}

.navbar-right > li > a.btn-social {
   padding: 7px;
}


.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
  margin: -1px 0 0 -1px;
}

.dropdown-menu.multi-column.columns-3{
 box-shadow: none;
 border: 1px solid #eee;
 padding: 0;
 background: #fff;
}

.dropdown-menu li a {
  font-size: 15px;
  padding: 5px 15px;
  font-weight: 400;
}

.dropdown-menu li a:hover{
  color: #3da6ba;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown li{
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  padding-left: 35px;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #3da6ba;
}

.navbar-nav > .open > a{
  background: #fff;
  color: #3da6ba;
}

.navbar-nav > .dropdown > a:hover{
  background: #fff;
  color: #3da6ba;
}

/*------------------ block seti --------------*/

#block_seti{
  position: absolute;
    right: 0;
    top: 200px;
    z-index: 100000000000000000;
    margin-right: 0;
}

.bl_inner_seti {
    position: relative;
    margin-bottom: 5px;
    width: 34px;
    height: 34px;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all .25s linear;
}

.bl_inner_seti > a > i {
    color: #fff;
    font-size: 26px;
    padding: 3px 5px;
}

.bl_inner_seti > a > i:hover{
  color: #fff;
}

.bl_inner_seti:hover{
  width: 44px;
}

.bl_top_seti{
   display: none;
   text-align: right;
}

.bl_top_seti > a > i{
   font-size: 22px;
   padding: 10px 3px;
   color: #cbbd92;
}

.bl_top_seti > a > i:hover{
  color: #000;
}

/*---------------bl_top_lang---------------------*/

#header .container{
	position: relative;
}

.bl_top_lang, .bl_top_lang2 {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 80px;
    height: 24px;
    background: transparent;
    text-align: right;
    z-index: 100;
}

.bl_top_lang a, .bl_top_lang2 a {
    padding: 2px 6px;
    background: #dce9ca;
    border-radius: 3px;
    border: 1px solid #055d9a;
    margin: 0 1px;
    font-size: 11px;
    line-height: 12px;
    color: #777;
    cursor: pointer;
    text-decoration: none;
    font-family: "RobotoCondensedBold", Tahoma, sans-serif;
}

.bl_top_lang a:hover, .bl_top_lang2 a:hover{
	background: #055d9a;
	color: #fff;
}

.bl_top_lang a.active, .bl_top_lang2 a.active {
    color: #055d9a;
    font-size: 11px;
    line-height: 12px;
    border-color: #055d9a;
    background-color: #fff;
}

/*-------- sect-carusel ----*/

#sect-carusel{
  position: relative;
  z-index:1;
  margin: 0;
  padding: 0;
}


#mainCarusel{
  position: relative;
  margin: 40px 0;
}

.carousel .item {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  max-height: 500px;
  margin: 0 auto;
  transition: all 1s linear;
}

.carousel .item  h2{
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  background: #055d9a;
  margin: 0;   
  text-align: center; 
  color: #fde06a;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;    
  letter-spacing: 1px;
  font-weight: 400;
}

.carousel .item:first-child {
  top: auto;
  position: relative;
}

.carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

.carousel-indicators{
  bottom: 70px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

.carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

.carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #64c3d5;
   margin: 0 15px 0 0;
   border: 1px solid #64c3d5;
   position: relative;
}

.carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #64c3d5;
  border: 1px solid #64c3d5;
  left: -3px;
  top: -3px;
}

#block_mainCarusel{
  position: relative;
}

.carousel-control{
  z-index: 999;
  bottom: 0;
  padding: 20% 0 0 0;
}

.carousel-control.left{

}

.carousel .carousel-inner .item a {

}


/*------------------- block_main_tour-------------*/

#block_main_tour{
  position: absolute;
  z-index: 900000000000000000;
  left:0;
  bottom:0;
  background: rgba(0,0,0, .3);
  height: 100px;
  width: 100%;
}

.bl_main_tr_top{
  display: block;
  font-family: Tahoma, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;	
  text-decoration: none !important;
  padding: 20px;
  margin: 20px;
  background: #0ce4df;
  background: -webkit-linear-gradient(top, #0ce4df 0%, #9af9f7 40%, #288cd4 61%, #024a7e 100%);
  background: linear-gradient(to top left, #0ce4df, #9af9f7, #288cd4, #024a7e);
  border-radius: 5px;
}

.bl_main_tr_top:hover{
  background: -webkit-linear-gradient(top, #0067b2 0%, #64c3d5 40%, #64c3d5 61%, #0067b2 100%);
  background: linear-gradient(to top left, #0067b2, #64c3d5, #64c3d5, #0067b2);
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
}


/*---------------sect_main_cod ----------*/

#sect_main_cod{
  padding: 0 0 5px;
  background: #fff;	
}


/*------------ sect_recomend ---------*/

#sect_recomend{
  padding: 30px 0;
  background: #fff;
}

#sect_recomend h2{
  font-size: 18px;
  line-height: 26px;
  color: #0067b2;
  padding: 10px 0;
  border-bottom:1px solid #0067b2;
  margin: 10px 0 30px;
}


#block_main_recomend, #block_main_recomend_cntr{
  margin:0 0 40px;
}


#block_main_recomend_cntr .col-md-4, #block_main_recomend_cntr .col-xs-6{
	padding-left: 3px;
	padding-right: 3px;
}


.row_recomend_wrapper{
  position: relative;
  min-height: 340px;
  padding:5px;
  text-align: center;
  border-bottom: 4px solid #0067b2;
  margin: 15px 2px 15px 2px;
  background: #fff;
  box-shadow: inset 0 0 1em #ddd;
  transition: all 0.5s linear;
}

.night{
  padding: 10px;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: #64c3d5;
  transition: all 1s linear;
}

.row_recomend_price{
  position: absolute;
  z-index: 11;
  font-family: Tahoma, sans-serif;
  background: #ff0000;
  padding: 5px 15px;
  top: 5px;
  right: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  transition: all 0.5s linear;
}

.row_recomend_wrapper:hover{
  border-bottom: 4px solid #90b460;
  box-shadow: 0 0 1em #444;
}

.row_recomend_wrapper:hover .row_recomend_price{
    padding: 5px 50px 5px 15px;
}

.row_recomend_wrapper:hover .night{
    background: #90b460;
    color: #000;
}

.row_recomend_wrapper h5{
   font-size: 14px;
   line-height: 20px;
   color: #111;
    font-family: "RobotoCondensedRegular";
	font-weight: 400;
}

.row_recomend_hight_top{
  position: absolute;
  background: rgba(225, 225, 225, .7);
  font-family: Tahoma, sans-serif;
  z-index: 10;
  padding: 3px 10px;
  top: 37px;
  right: 0;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  transition: all 0.5s linear;
}

.row_recomend_wrapper p > a{
  display: block;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    font-family: "RobotoCondensedRegular";
    font-weight: 400;
  text-decoration: none;
}

.row_recomend_wrapper p > a:hover{
  text-decoration: underline;
}


/*-------------- main-section ------------*/

#main-section{
  padding: 20px 0 50px;
}

#main-section h3{
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
  margin: 0;
  padding: 0;
  text-align: center;
}


#block_main_hottour{
  margin:0 10px 40px 0;
}

#block_main_hottour h2{
  font-size: 18px;
   font-weight: 600;
   color: #ff0000;
   margin: 0;
   padding: 0;
   text-align: center;
}

#block_main_hottour h3{
   color: #99000;
}

#block_main_hottour .table{
  margin-top: 20px;
  margin-bottom: 0;
}

.table-bordered > thead > tr > th{
   text-align: center;
}

.table-bordered > tbody > tr > td > a{
   color: #111;
   text-decoration: underline;
   font-size: 14px;
   line-height: 16px;
}

.table-bordered > tbody > tr > td > a:hover{
     color: #0067b2;
}

.table-bordered > tbody > tr > td.sntr{
  text-align: center;
  vertical-align: middle;
}

.sntr i{
  color: #ff0000;
  font-size: 12px;
}

.sntr i:hover{
  color: #0067b2;  
}

.table-responsive{
  padding-bottom: 0;
}

.bl_text_main{
  font-family: Tahoma, sans-serif;
  line-height: 24px;
  font-size: 13px;
  text-align: justify;
}

.block_valuta_title {
    color: #ffc9ad;
    padding-bottom: 7px;
    letter-spacing: 2px;
}

.block_valuta_wrapper {
    margin-left: 28px;
}

.block_valuta_1, .block_valuta_2 {
    width: 100px;
    color: #444;
    padding: 5px;
    background: #fff;
    text-align: center;
    margin: 3px 1px;
    float: left;
}

.block_valuta_2 {
    color: #cc0000;
    font-weight: 700;
}

#main-section h3.pdp{
  color: #029895;
  padding: 20px 0 10px;
  font-size: 16px;
}

.bl-podpiska{
  text-align: center;
}

.bl-podpiska button{
  width: 100%;
}

#btn-allbest-tour{
	width: 100%;
	background-color: #029895;
	border-color: #029895;
	margin: 5px 0 10px;
	border-radius: 0;
	font-weight: bold;
	letter-spacing: 1px;
}

#btn-allbest-tour:hover, #btn-allbest-tour:focus{
	background-color: #0067b2;
	border-color: #0067b2;	
}


/*----------------------main-text-footer------------------------*/

#main-text-footer{
	padding: 20px 0 50px; 
}


/*-------------- main-section-news ------------*/

#main-section-news{
  padding: 20px 0 30px;
}

#main-section-news h2{
  font-size: 18px;
  line-height: 26px;
  color: #0067b2;
  padding: 10px 0;
  border-bottom:1px solid #0067b2;
  margin: 10px 0 30px;
}

.block_excurs{
   background: #f7f7f7;
   padding: 1em;
   margin-bottom: 20px;
}

.block_excurs img{
   max-height: 150px;
}

.block_excurs h3{
  font-family: "RobotoCondensedLight", Tahoma;
  padding: 0 0 15px;
  margin: 0;
  font-weight: 700;
  line-height: 18px;
  color: #0067b2;
}

.block_excurs p{
  height: 50px;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}

.excurs_sub_str{
   font-size: 12px;
   line-height: 15px;
   text-align: justify;
}

a.arh_news {
  background: #f7f7f7;
  font-size: 12px;
  padding: 5px 10px;
  color: #999;
}

.btn-sm{
   margin: 10px 0 0;
   padding-left:30px;
   padding-right: 30px;
   font-size: 14px;
   color: #0067b2;
   background: #fff;
   border-color: #0067b2;
   transition: background .3s;
}

.btn-sm:hover{
  color: #fff;
  background: #0067b2;
}


/*--------------------- main-otzyvy--------------*/

#main-otzyvy{

}

#main-otzyvy h2{
  font-size: 18px;
  line-height: 26px;
  color: #016f7f;
  padding: 10px 0;
  border-bottom:1px solid #016f7f;
  margin: 10px 0 30px;
}

.bl_main_otz{
  background: #fff;
  padding: 0 1em .5em;
  margin-bottom: 20px;  
  border-bottom: 1px dotted #999;
}

.bl_main_otz h3{
  font-family: "RobotoCondensedLight", Tahoma;
  padding: 0 0 12px;
  margin: 0;
  font-weight: 700;
  font-weight: 16px;
  line-height: 18px;
  color: #016f7f;
}

.bl_main_otz h3 > span{
  font-size: 13px;
  color: #222;
  padding-right: 5px;
}

.bl_main_otz_data{
  padding: 0 0 3px;
  font-size: 13px;
  line-height: 14px;
  color: #222;
}

.bl_main_otz a{
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

.bl_main_otz_autor{
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
  font-family: "RobotoCondensedRegular", Tahoma; 
  color: #111;
}

.bl_main_otz a::first-letter { 
  font-size: 150%;
  color: #016f7f;
  padding: 5px 0 5px 0;
  font-family: "RobotoCondensedBold";
}


/*----------------- footer---------------*/

#footer{
  padding: 5px 0;
  background: #055d9a
}

#footer .container{
    padding: 50px 20px 10px;
}

#footer h3{
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
  color: #e0fbb9;
  margin-top:0;
  margin-left: 10px;
  letter-spacing: 1px;
}

#footer .address, #footer .phone, #footer .email_footer{
  margin:0 20px 30px 10px;
  font-size: 15px;
  color: #ddd;
  line-height: 24px;
}

 #footer .phone{
   font-size: 20px;
  line-height: 30px;
}

 #footer .phone a{
  color: #fff;
  text-decoration: none;
 }

 #footer .phone a:hover{
  text-decoration: underline;
 }

#footer .email_footer a{
   color: #fff;
   text-decoration: underline;
   cursor: pointer;
}

#footer .email_footer a:hover{
  color: #ff6500;
}

#footer form{
  padding: 10px 0 50px;
}

#footer .worktime{
    margin:0 20px 30px 10px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

#footer .navbar-soseti{
  text-align: left !important;
  padding:15px 0 15px 10px;
}

.btn-niz{
  width: 100%;
  background: #fff;
  border:1px solid #029895;
  color: #029895;
}

.btn-niz:hover, .btn-niz:focus{
  background: #0ce4df;
  border:1px solid #fff;
}

.bl-podpiska{
  padding: 0 1em 1em;
}


.bl_niz_seti > a > i{
  padding: 10px 2px 30px;
  font-size: 26px;
  color: #ddd;
}

.bl_niz_seti > a > i:hover{
  color: #a69363;
}

.address > div{
  margin-bottom: 15px;
}


/*---------------- main map------------*/

#main-map{
   margin: 0;
   padding: 0;
   min-height: 400px;
   background: #fff;
}

/*---- #footer-copy----*/

#footer_copy{
   background: #083c75;
   margin: 0;
   padding: 10px 0;
}

 #footer_copy p {
   margin: 0;
   padding:0;
}

.copy{
   margin: 0;
   padding:0;
   font-size: 12px;
   color: #fff;
   line-height: 18px;
   font-family: Tahoma;
}

p.prosite {
   text-align: right;
}

p.prosite a{
    font-size: 12px;
  line-height: 18px;
    color: #ddd;
    text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}


/*----------- error --------------*/

label{
	font-weight: 400;
}

#result_order_back{
    text-align: center;
    padding: 20px 20px;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #eee;
}

form#back_form  label.error{
   display: none !important;
}
.form-control.error{
  background: #fef1f1;
  border:1px solid #ff0000;
}

#order_form{
   margin: 10px auto 40px;
}

#result_order_tour{
    text-align: center;
    padding: 50px 20px;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #055d9a;
}

#order_form  .form-group{
   margin-bottom: 20px;
}

#order_form  .form-group > label{
   margin-bottom: 2px;
}

.control-date{
    width: 180px !important;
	padding-left: 40px;
}

img.ui-datepicker-trigger{
  position: absolute;
  margin: -24px 0 0 5px;
}

.ui-datepicker {
    width: 15em !important;
}

.data-5{
   position: absolute;
   left: 200px;
   top: 30px;
}


.form-control.error {
    background: #f7f7f7;
    border: 1px solid #ff0000;
}

label.error{
  color: #ff0000;
  font-size: 11px;
  letter-spacing:1px;
}

#result_order_podpiska{
    font-size: 14px;
    line-height: 26px;
	color: #0d9bd0;
}

form#back_form  label.error, form#form_podpiska   label.error{
   display: none !important;
}

.form-control.error{
  background: #f7f7f7;
  border:1px solid #ff0000;
}

a.all-news{
	display: block;
    font-size: 18px;
    line-height: 26px;
    color: #029895;
    padding: 10px 0;
    border-bottom: 1px solid #029895;
    margin: 10px 0 15px;
    font-weight: 400;

}


/*---------------- news - best --------------*/

h1.best{
  padding: 0 0 20px 0;
  font-size: 18px;
  font-weight: 400;  
  color: #0067b2;
  font-family: "RobotoCondensedRegular", Arial, sans-serif;
}

.date_news{
	text-align: right;
	margin: 5px 15px;
	font-size: 12px;
	color: #224ba0;
}

a.arh_news {
    background: #eee;
    font-size: 12px;
    padding: 5px 30px;
	color: #444;
	letter-spacing: 1px;
}

.best-info{ 
   padding: 10px 0;
   font-size: 13px;
   color: #777;
}

.best-info-b{
  font-size: 15px;
  color: #222;
}

.ord_dop_col{
	max-width: 70px;
}

h2.hotel_name{
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	margin: 0;
}

.txt3{
	font-size: 12px;
}

.all_c{
	text-align: center;
	font-size: 13px;
	color: #055d9a;
}

a.klass{
  font-family: Arial, sans-serif;
  padding: 0 30px 30px 0;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

a.klass:hover{
  color: #055d9a;
}

a.klass2{
  padding: 0 0 0 0;
  font-size: 12px;
  color: #002266;
  text-decoration: underline;
}

a.klass2:hover{
  color: #055d9a;
}

.ramka_img_border{
   position: relative;
   margin: 10px 0 20px;
   max-width: 280px;
   max-height: 230px;
   padding: 0;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   background: #f6f6f6;
   overflow: hidden;
   text-align: center;
}

.ramka_img{
   margin: 3px;
   border: 3px solid transparent;
   overflow: hidden;
   text-align: center;
}

.ramka_img_border img{
  opacity: 1;
}

.ramka_img_border img:hover{
  opacity: .7;
}

.ramka_img_dopinfo{
   position: absolute;
   width: 100%;
   margin:0;
   left: 0;
   bottom: 3px;
   padding: 7px 10px;
   font: 11px/14px Tahoma, sans-serif;
   color: #fff;
   background: rgba(0,0,0, .7);
}

#country-foto .ramka_img_border .ramka_img{
    max-height: 150px;
}

#country-foto  .img-responsive{
   display: inline;
}

.text_block_page{
  font-size: 15px;
  text-align:justify;
  padding-bottom: 10px;
  line-height: 24px;
}

.block_excurs2{
	padding: 10px 0 20px;
	border-bottom:1px dotted #ddd;
}

.block_excurs2 a{
  display: block;
  font-size: 15px;
  color:#055d9a;
  text-decoration: underline; 
  margin-bottom: 8px;  
}

.block_excurs2 a:hover{
   color:  #000; 
}

.navnews{
   padding: 5px 10px;
   border-radius: 5px;
   border: 1px solid #ddd;
   margin: 5px;
   text-decoration: none;
   cursor: pointer;	
}

.navnews.active{
   border: 1px solid #dd0000;
   color: #dd0000;   
}



/*--------------------#sect_main-----------*/

#sect_main{
   padding: 30px 0 20px;
   background: #fff;
   min-height: 50vh;
}

.col-wrp{
   padding-left: 0;
   padding-right: 0; 
}

#sect_main > .container{
   background: #fff;

}

#sect_main .wrapper > .col-md-3{
   padding-left: 0;
   padding-right: 0;
}


#sidebar {
    position: relative;
    max-width: 290px;
    top: 0;
    left: 0;
    min-height: 20vh;
    background: #fff;
    color: #333;
    transition: all 0.3s;
    padding-bottom:20px;
}

#content_main .navbar-default{
	background: #fff;
	border-color: #fff;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
	width: 100%;
	min-height: 42px;
    padding: 5px 20px;
	clear: both;
}

#sidebar .sidebar-header h3{
    color: #029895;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 5px 0 0 40px;
	font-family: "PFSquareSansProMedium";
}

#sidebar ul.components {
    padding: 0;
    margin-bottom: 10px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul{
	margin: 10px 5px 0;
}

#sidebar ul li{
 background: #fdf0e2;
 margin: 1px 0 4px;
}

#sidebar ul li a {
	display: block;
    padding: 7px 10px;
    font-size: .9em;
	line-height: 1.2em;
    font-family:  Tahoma, sans-serif;
    font-weight: 400;
    color: #333;
	background: #eee;
    border:1px dotted #999;
    letter-spacing: 1px;
	text-decoration: none;
	border-radius: 5px;
}

#sidebar ul li a:before{
    content: "";
    float: left;
	display: block;
    margin-right: 6px;
    line-height: 12px;
}


#sidebar ul li a:hover {
    color: #0d9bd0;
    background: #fff;
}

#sidebar ul li  ul li a{
  color: #FFFF11;
  font-family: "Poppins", Arial, sans-serif;
}

#sidebar ul li  ul li ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
   padding-left: 30px;
}

#sidebar ul li  ul li ul li a{
 color: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #34b62e;
}

#sidebar  a[data-toggle="collapse"] {
    position: relative;
}

#sidebar  a[aria-expanded="false"]::before, #sidebar  a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar  a[aria-expanded="true"]::before {
    content: '\e260';
}


#sidebar  ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #34b62e;
}

#sidebar  ul.CTAs {
    padding: 20px;
}

#sidebar  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar  a.download {
    background: #fff;
    color: #7386D5;
}
#sidebar  a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar  ul.left-brand-logo{
   list-style-type: none;
   padding: 0;
   margin: 0;
   background: #cbebb9;
}

#sidebar  ul.left-brand-logo > li > .col-md-6, #sidebar  ul.left-brand-logo > li > .col-sm-6{
  padding-left:0;
  padding-right: 0;
}

#sidebar ul.left-brand-logo{
  padding-left: 15px;
}

#sidebar ul.left-brand-logo li a{
  padding: 2px 0;
}

#sidebar  ul.left-brand-logo  a{
  border-bottom: 0 !important;
}

#sidebar  ul.left-brand-logo .bl_brand_logo_wrap {
    display: table;
    height: 92px !important;
    width: 120px;
    margin: .2em 0;
	background:#fff;
	overflow: hidden;
}

#sidebar  ul.left-brand-logo .bl_brand_logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 85px;
	overflow: hidden;
}


#sidebar ul.left-brand-logo img{
  max-width: 110px;
  max-height: 85px;
}

#sidebar  ul.left-brand-logo  a:hover{
  background: transparent;
}


#sidebarCollapse, .btn-info:focus,  #sidebarCollapse:hover{
  background: #eee;
  border-color: #0067b2 !important;
  letter-spacing: 1px;
  color: #0067b2;
  margin-bottom: 15px;
}

#sidebar  .sidebar-delete{
  display: none;
  text-align: right;
  margin: 0 20px;
}

#sidebarDelete{
  background: #e31e25;
  border-color: #e31e25;
  font-size: 10px;
}

.sidebar-2{
  display: none;	
}

#sidebar ul.leftPanel {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #cbebb9;
}

.left_sidebar_ow{
	margin: 2em 0 2em 20px;
	max-width: 240px;
	overflow-x: hidden;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content_main {
    padding: 0;
    transition: all 0.3s;
    z-index: -1;
    top: 0;
    right: 0;
    margin: 0;
}

#content_main.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
	
.wrapper {
    display: flex;
    align-items: stretch;
}

  #sidebar {

  }
   
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
		min-width: 290px;
    }
	
    #content_main {
       width: 100%;
    }
    #content_main.active {
       width: calc(100% +300px);
    }
    #sidebarCollapse span {
        display: none;
    }

#sidebar  .sidebar-delete{
  display: block;
}

}


#sect_main h1.menu {
    font-size: 18px;
    margin: 20px 0 30px 0;
	font-weight: 400;
    padding: 0 0 7px;
	line-height: 18px;
	color: #029895;
	font-family: "PFSquareSansProMedium";
	border-bottom: 1px dotted #029895;
}

span.separ {
    font-size: 13px;
    color: #444;
    padding: 0 10px;
}

.c_red {
    color: #224ba0;
}

.cntrmenu_ref{
	display: block;
    font-size: 16px;
    margin: 20px 0 30px 0;
	font-weight: 400;
    padding: 0 0 7px;
	line-height: 18px;
	color: #029895;
	font-family: "PFSquareSansProMedium";
	border-bottom: 1px dotted #029895;	
	text-decoration: none !important;
}

.cntrmenu_ref:hover{
	text-decoration: underline;
}


/*------------------- country ---------------*/

a.razdel_city, a.razdel_city_aktiv {
    background: #f9f9f9;
    color: #0067b2;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 36px;
	border:1px solid #0067b2;
	text-decoration: none;
}

a.razdel_city:hover{
	background: #0067b2;
	color: #fff;
}

a.razdel_city_aktiv{
   background: #0067b2;
   border-color: #0067b2;
   color: #fff;
}

h2.hotel_name{
	padding: 10px 20px;
	font-size: 15px;
	color: #000;
	margin: 0;
}

h1.hotel_name{
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	margin: 0;
}

#hotel_table td{

}

#hotel_table th{
	font-size: 12px;
	background: #e4f1e4;
	color: #000;
	letter-spacing: 2px;

}

.a_spo{
	color: #224ba0;
	font-size: 14px;
	text-decoration: underline;
}

.a_spo:hover{
	color: #003366;
}

#hotel_table img.img-hotel {
    min-width: 100px;
    height: auto;
}

.hotel-form {
    margin: 10px auto 30px;
}


#block_cnt_fotoalbum{
	margin: 10px 0 30px;	
}

.bl_cnt_album{
   position: relative;
   margin: 0 0.5em 2em;	
   border:1px dotted #eee;   
}

.bl_cnt_album_img{
	max-height:230px;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
}

.bl_cnt_album_img img{
	min-width: 320px;
	height: auto;
	min-height: 250px;
	width: auto;
}

.bl_cnt_album h3{
	position: absolute;
	width: 100%;
	padding: 5px 10px;
	background: rgba(225,225,225, .9);
	left:0;
	bottom: 0;
	text-align: center;
	color: #0f6a8c;
	font-weight: 400;
	font-size: 15px;
	transition: all 1s linear;
}

.bl_cnt_album:hover.bl_cnt_album h3{
	color: #fff;
	background: #029895;
}

h3.polezno{
	font-size: 16px;
	color: #222;
	margin-top: 0;
	padding-top: 0;
}

.razdel_polezno{
	color: #224ba0;
}

.polezno_txt3{
    font-size: 12px;
    padding-left: 20px;	
}

.menu i{
    font-size: 10px;
	color: #999;
}

.recom_cnt_inner{
	min-height: 350px;
	background: #f1f5f5;
	padding-bottom: 1em;
}

.night{
	background: #fff;
	color: #000;
	font-size: 13px;
	padding: 7px 10px;
}

.recom_cnt_inner p{
	padding: 10px 5px 5px;
}

.recom_cnt_inner > p > a{
	font-size: 14px;	
}

#block_main_recomend .col-md-4, #block_main_recomend .col-sm-4{
    padding-left: 3px;		
	padding-right: 3px;
}


/*------------------call-back-into-page-----------------*/

#block_cllbacl_inpage {
    margin: 30px 0 20px;
    padding: 1em;
    background: #f7f7f7;
    border: 1px dotted #c5e0fa;
	border-radius: 5px;
    text-align: center;
}

.block_cllbacl_inpage_title {
    font-size: 18px;
    line-height: 32px;
    color: #cc0000;
    font-family: "UbuntuMedium", Arial, sans-serf;
}

#block_cllbacl_inpage p {
    font-size: 14px;
    line-height: 22px;
	padding: 5px;
}

.btn-back-inpage {
    width: 100%;
	background: #eee;
    border: 1px solid #999;
    color: #222;
}

.btn-back-inpage:hover{
	background: #055d9a;	
	border-color: #055d9a;
}

#result_order_back_inpage{
	display: none;
	color: #055d9a;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}

/*---------------------sidelar-left-dop--------------*/

#sidebar ul.sidebar-dop, #sidebar ul.sidebar-dop li{
	padding: 0 !important;
	margin: 0 !important;	
}

#sidebar ul.sidebar-dop li a{
	padding: 0 !important;
	margin: 0 !important;
	background: transparent;
}

#sidebar ul.sidebar-dop {
    color: #000;
    font-size: 13px;
	list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    background: transparent;
}

.leftPanel {
    margin: 0 0 1em;
    padding:0;
    text-align: center;
}


/*---------------------- REVIEW ----------------*/

#review_main_info{
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
  margin-top: 10px;
}

#review_main_info div span{
  font-size: 12px;
  font-weight: 400;
  color: #777;
  padding-right: 5px;
}

#review_main_info div span.autor{
  font-size: 15px;
  font-weight: 400;
  color: #0067b2;
  padding-right: 3px;
}

#review_main_info div{
    position: relative;
}

#review_main_info div a{
	font-size: 12px;
	color: #029895;
	text-decoration: underline;
	padding-bottom: 3px;
	padding-left: 35px;
	line-height: 34px;
}

#review_main_info i{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 20px;
}

#review_main_info div i{
	font-size: 26px;
	color: #029895;
    padding-right: 6px;	
	padding-top: 1px;
}

#list-review{
	margin: 1em 0;
}

#list-review .bl_main_otz{
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.bl_main_otz_id{
   position: absolute;
   top: -15px;
   right: 0;
   color: #0033ff;
   font-size: 12px;   
}

.bl_main_otz h4 > span {
    font-size: 13px;
    color: #222;
    padding-right: 5px;
}

.bl_main_otz h4 {
    font-family: "RobotoCondensedLight", Tahoma;
    padding: 0 0 12px;
    margin: 0;
    font-weight: 700;
    font-weight: 16px;
    line-height: 18px;
    color: #016f7f;
}

#list-review img{
	max-height: 170px;
	width: auto;
	min-width: 100%;
}

#list-review .bl_main_otz .col-lg-3, #list-review .bl_main_otz .col-lg-9{
   padding-left: 0;
}

.tt_review_page{
  margin:0 0 20px;
  text-align: center;
}

.tt_review_page > a {
    padding: 5px 8px;
    background: #f6f6f6;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 15px;
    margin: 3px;
}

.tt_review_page > a.active {
    color: #ff0000;
    border: 1px solid #ff0000;
}



#review-form-tour{
   padding: 0 0 1em;
}

#review-form-tour label{
   color: #0067b2;
   letter-spacing: 1px;
}	

h2.review_title{
	font-size: 16px;
    color: #029895;
    padding: 10px 0;	
    letter-spacing: 1px;
}

h2.review_title_cntr{
	font-size: 15px;
    letter-spacing: 1px;
    color:#0067b2;
   text-align:center;	
   padding: 10px;
   border-bottom:1px dotted #0067b2;
   margin-bottom: 20px;
}

#result-foto{
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: #0099d6;
}

#reviewForm textarea.form-control{
	min-height: 100px;
}



/*---------------- sect_serchform ----------------*/

#sect_serchform{
	padding: 50px 0;
}

.block_type_tour{
	
}

.tr_type_icon{
	padding-left: 10px;
}

.block_type_tour ul{
  display:flex;  
  list-style:none;
  margin: 0;
  padding: 0;
}

.block_type_tour ul li{
	margin-right: 1px;
}

.block_type_tour ul li a{
	background: #eee;
    color: #333;	
	text-decoration: none;
	cursor: pointer;
	position: relative;
    display: block;
    padding: 10px 25px;
	font-size: 16px;
	line-height: 20px;
	font-family: "PFSquareSansProMedium", Arial, sans-serif;
}


.block_type_tour ul li a.active{
	color: #fff;
    background: #699035;
}

.block_main_tour{
	margin: 0 0 20px;
	background: #699035;
	padding: 2em 1em 1em;
}

#main_tours_select select{
	border-radius: 0;
	border-color: transparent;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker td span, .ui-datepicker td a{
	padding: .1em !important;
	font-size: .85em;
}

.ui-widget.ui-widget-content{
	width: auto !important;
	 padding: .3em 1em;
	 z-index: 999 !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  padding-right: 5px;
  padding-left: 5px;
}

.ui-datepicker .ui-datepicker-title{
 	font-size: .85em;  
}


#tr_from, #tr_to{
	width: 48%;
	padding: 5px;
	color: green;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border-color: #699035 !important;
	background: #dce9ca  !important;
}

#main_tours_select .col-md-3, #main_tours_select .col-md-1{
	padding-right: 5px;
}

.btn-tours-search{
	width: calc(100% - 10px);
	font-size: 30px;
	margin-top: 10px;
}

#main_tours_select label{
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	margin: 3px 0 5px;
	letter-spacing: 1px;
}

#main_tours_select label[for="tr_night"], #main_tours_select label[for="tr_day"]{
	text-align: center;
}

.selectpicker{
	border-radius: 0;
	border-color: transparent;
}

.bootstrap-select.btn-group .dropdown-menu li.selected>a {
    background: #f1f1f1;
	color: #0067b2;
}

.table-search-tours th{
	text-align: center;
	font-weight: 400;
}

.tt_datex{
	text-align: center;	
}

.tt_routex{
	font-size: 12px;
	line-height: 14px;
	color: #111;
}

.table-search-tours{
  border:1px dotted #999;	
}

.table-search-tours thead{
 background: #dce9ca;
}

.table-search-tours td a{
  color: #0067b2;
  text-decoration: underline;
}

.tt_tournamex{
	width: 50%;
}

.tt_datexxx{
	font-size: 13px;
	line-height: 14px;
	color: #111;
	text-align: center;
}

.tt_datetimex{
   font-size: 12px;
   line-height: 14px;
   color: #111;
   padding-left: 4px;
   padding-right: 4px;	
}

.tt_allx{
	text-align: center;
	margin: 15px;
	font-size: 13px;
    color: #0067b2;
}

.t_flag2{
	width: 20px;
	height: auto;
	margin: 1px;
	border:1px solid #ddd;
}

#result_search_pagination{
	margin: 10px auto 20px;
	text-align: center;
}

.load-more{
   display: none;
   text-align: center;
}

.load-more img{
	height: 100px;
	width: auto;
}

.tr_day_hidden{
   display: none;
}

#result_serarch_tours{
	display: none;
	text-align: center;
}

.table-search-tours td:first-child{
	text-align: left;
}

#result-price-tour-form, #result-price-tour-form2, #result-kod-form{
	display: none;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin: 40px auto;
	color: #0067b2;
}

.ot{
   color: #444;
   font-size: 14px;
}

#tour_search_cntr_foto{
	margin: 0 0 30px;
}

#tour_search_cntr_foto .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}

#tour_search_cntr_foto .bl_width_foto{
	position: relative;
	margin: 10px 0 20px;
	background: #f1f1f1;
	overflow: hidden;
}

#tour_search_cntr_foto .bl_width_foto img {
    transition: .3s ease-in-out;
	z-index: -1;
}


#tour_search_cntr_foto .bl_width_foto:hover  img{
    transform: scale(1.2);
	z-index: 20;
}


#tour_search_cntr_foto .bl_width_foto h3{
	position: absolute;
	left: 0;
	bottom: 12px;
	background: #dce9ca;
	color: #000;
	font-weight: 20px;
	line-height: 22px;
	padding: 10px;
	font-family: "PFSquareSansProMedium";
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#tour_search_cntr_foto .bl_width_foto .count_tour{
	position: absolute;
	left: 0;
	bottom: 0;	
	width: 100%;
	text-align: center;
	background: rgba(0,0,0, .6);
	color: #fff;
	font-weight: 12px;
	line-height: 14px;
	padding: 3px;
	font-family: "RobotoCondensedRegular", Tahoma;
	letter-spacing: 1px;
}

#block_searchIncntr{
	margin-bottom: 40px;
	padding-bottom: 10px;
}

#block_searchIncntr .btn-tours-search{
	font-size: 20px;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#block_searchIncntr #tr_day, #block_searchIncntr #tr_night{
	padding-left: 5px;
}


#block_searchIncntr #main_tours_select label{
	font-size: 11px;
}






