@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,700&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic);
body {
	font:13px/20px "Open Sans", Arial, sans-serif!important;		
	font-weight:400;
	line-height:20px;
	color:#656565;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;	
}

header{
	/* padding: 30px 0; */
	
}
header .navigation{
	float: none;
	
}
.logo{
	/* margin: -30px 0!important; */
	position: relative;
	z-index: 10;
	/* line-height: 100px; */
	text-align: left;
	/* float: none!important; */
}
.logo a{
	text-decoration: none;
	cursor: pointer;
}

.logo img{
	margin-bottom: 0!important;
	max-height: 100px;
}

.hidden-top{
	/* height: 100px; */
}

.hidden-top-inner ul{
	/* margin-top: 10px; */
}
/* NK fixes Table Adaptive*/

/* Axiomatic CSS reset */

table {border-collapse: collapse;border-spacing: 0}
/* End of CSS reset */


/* Autor of a responsive method - "Michael Chan" site - "https://github.com/chantastic/table.css" */
#block-90-offset-005 table {
  border: 2px solid #a0a0a0;
  width: 100%;
  margin:0;
  padding:0;
  word-wrap: break-word;
}

#block-90-offset-005  table tr {
  border: 1px solid #a0a0a0;
  text-align: center;
}

#block-90-offset-005  table th, #block-90-offset-005  table td {
 
  
}
#block-90-offset-005  table td {text-align: left;border: 1px solid #a0a0a0;}
#block-90-offset-005 table th {
  background: #eee;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  #block-90-offset-005 table {
    border: 0;
  }
  #block-90-offset-005 table thead {
    display: none;
  }
  #block-90-offset-005 table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #a0a0a0;
  }
  #block-90-offset-005 table td {
    display: block;
    text-align: right;
	border: 0;
    border-bottom: 1px dotted #a0a0a0;
	/*width: 100%;*/
  }
  #block-90-offset-005 table td::last-child {
    border-bottom: 0;
  }
  #block-90-offset-005 table td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
	display: block;
	padding: 0 8px;
	background: #eee;
  }
}





/* AI fixes */

.footer_li{
	display: inline-table; 
	max-height:none; 
	max-width:290px; 
	float: none;    
	margin: 10px;
}

.hidden-top .hidden-xs div.logo {
	display:inline-block;
	float: right;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hidden-top .hidden-xs div.logo-text {
	display:block;
	float:right;
}

.hidden-top .row {
	margin-bottom: 0px;
}
.title-booking{
	color: white;
}

header {

  box-shadow: 0px 2px 2px -2px #000 inset, 0 -3px 0px -2px #000 inset;
}

.search-row{
	box-shadow: 0px 0px 0px -2px #000 inset, 1px -4px 5px -5px #000 inset;
    padding-bottom: 30px;
    margin-left: 0px;
}

.inline-group {
	display: inline-table;
}

@media (min-width: 768px) and (max-width: 1199px) {
	 .search-row .span8 {
		width: 600px;
	}
}

@media (min-width: 1200px) {
	 .search-row .span8 {
		width: 740px;
	}
}

header .span8 {
	width: 100%;
}

.logo-left {
	/* float: left; 
	padding-left: 50px;*/
	padding-right: 50px;
	padding-top: 15px;
	display: inline-block;
	text-align: center;
}

.logo-center {
	padding-right: 0px;
	padding-top: 5px;
	display: inline-block;
	text-align: center;
}


@media (max-width: 1120px) {
	.logo-left{
		padding-right: 0px;
	}
}

@media (max-width: 1020px) {
	.logo-left{
		display:none;
	}
}

@media (max-width: 480px) {
	.nivo-caption {
		background:#a56e6e;
	}
	.nivo-caption h2 {
		font-size: 1.2em;
	}
}

.bx-auth {
	padding-left: 30px;
}
/*--- ---*/
@media (max-width: 1180px) {
	footer {
		background:#ddd;
		background-image: none;
		padding:50px 0 0 0;
		color:#bbb;
	}
	.footer_li{
		display: block; 
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.hidden-md{
		display: none!important;
	}
	.hidden-top .hidden-md{
		display: block!important;
	}
	.hidden-top .hidden-md li{
		display: none!important;
	}
	.hidden-top .hidden-md li.phone{
		display: block!important;
		margin: 0px;
	}
	
	.hidden-top-inner  ul {
		text-align: center;
	}
	
	.hidden-top .hidden-md div.logo {
		padding-left: 0px;
		float:none;
	}
	
	.hidden-top .hidden-md div.logo-text {
		float:none;
	}
	.span4 {
		width: 100%;
	}
}

@media (min-width: 1px) and (max-width: 979px) {
	 .span8 {
		width: 100%;
	}
}

@media (max-width: 767px){
	.hidden-xs{
		display: none!important;
	}
	
	.hidden-top .hidden-xs{
		display: block!important;
	}
	.hidden-top .hidden-xs li{
		display: none!important;
	}
	.hidden-top .hidden-xs li.phone{
		display: block!important;
		margin: 0px;
	}
	
	.hidden-top-inner  ul {
		text-align: center;
	}
	
	.hidden-top .hidden-xs div.logo {
		padding-left: 0px;
		float:none;
	}
	
	.hidden-top .hidden-xs div.logo-text {
		float:none;
	}
}


#question-icon{
	position: inherit;
	top: 0;
	margin-right: .3em;

}

.modal-question-link{
	text-decoration: underline;
}
.modal-question-link:hover, .modal-question-link:active, .modal-question-link:focus{
	text-decoration: none;
	color:	#fff;
	outline: none;
}
/*top menu*/
header ul.nav li a{
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

.navbar .nav > li > a{
	font-size: 14px;
}
/*/top menu*/

/* services on main page*/
.services-on-main .box{
	border: 1px solid #e9e9e9;
	padding: 15px;
	border-radius: 2px;
	background-color: #f9f9f9;
}

.services-on-main .box:hover{
	background-color: #f6f6f6;
}

.services-on-main .service-name{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	margin: 10px 0 15px 0;
	text-decoration: underline;
}
/* /services on main page*/

/* news on main page*/
.main-news-list a{
	text-decoration: underline;
}

.main-news-list img{
	margin: 0 15px 0px 0;
}

ul.main-news-list li{
	min-height: 70px;
}

.main-news-list .new-info{
	padding-left: 80px;
}
/* /news on main page*/

/* breadcrumb*/
.inner-div-headline
{
	background-color:#a56e6e;
}
#inner-headline ul.breadcrumb{
	margin: 0;
	float: left;
}
/* /breadcrumb */

#inner-headline .inner-heading h1{
	color: #fff;
	margin: 20px 0 0 0;
	font-size: 36px;
	line-height: 30px;
}

.accordion-heading a, .nav-tabs > li > a{
	font-weight: 400;
}

.pullquote-left, .testimonial p.text{
	font-family: 'Open Sans', sans-serif;
}

.post-heading a{
	text-decoration: underline;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 0;
	display: block;
}
/* footer*/
#sub-footer{
	padding-top: 10px;
	background-color:#a56e6e;
}

/* /footer*/