/*
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ----------------------------------------------Front-page styles ---- START------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: GothamPro;
    src: url(./fonts/GothamPro-Medium.woff);
}
@font-face {
    font-family: 'ofont_ru_AvenirNext';
    src: url('fonts/ofont_ru_AvenirNext.eot');
    src: url('fonts/ofont_ru_AvenirNext.eot') format('embedded-opentype'),
         url('fonts/ofont_ru_AvenirNext.woff2') format('woff2'),
         url('fonts/ofont_ru_AvenirNext.woff') format('woff'),
         url('fonts/ofont_ru_AvenirNext.ttf') format('truetype'),
         url('fonts/ofont_ru_AvenirNext.svg#ofont_ru_AvenirNext') format('svg');
}
.billboard-text{
	padding: 30px 0;
	/* width: 60%; */
}
.billboard-text p{
	font-size: 16px!important;
}
section.posts h2{
	margin-top: 40px;
	margin-bottom: 50px;
}
section.posts h5{
	color: #9c8e86;
	text-align: center;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
    margin-top: 20px;
}
section.posts h4{
    font-family: 'ofont_ru_AvenirNext';
	color: #5b544f;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
section.posts a:hover{
	text-decoration: none;
}
section.posts {
    margin-bottom: 20px;
}
h2.title {
    text-align: center;
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
    border-bottom: 2px #fed400 solid;
    padding-bottom: 15px;
}
a.btn-new{
    left: 50%;
    transform: translate(-50%,0);
    bottom: 35px;
    position: absolute;
    padding: 25px 0px;
    text-align: center;
    display: block;
    width: 411px;
    height: 76px;
    background-color: #fed400;
    color: #ffffff;
    font-family: 'ofont_ru_AvenirNext';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: rgb(255, 255, 255) 9px 9px 0px 0px;
}
a.btn-new:hover{
    background-color: #e0bb00;
}
section.top{
	background: url(image/bg-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 96px 0 76px 0;
}
ul.social li{
	display: inline-block;
    margin-top: 93px;
}
ul.social li img{
	margin-right: 21px;
}
form#mc4wp-form-1{
	margin-top: 32px;
}
ul.contacts {
    text-align: right;
    margin-top: 70px;
}
ul.contacts li{
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 20px;
	font-weight: 500;
}
form#mc4wp-form-1 input[type="email"]{
	border-radius: 0;
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 26px;
	font-weight: 400;
	border: none;
	border-bottom: 4px #ffd500 solid;
	width: 75%;
}
.page-template-tmp-form footer{
	display: none!important;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
form#mc4wp-form-1 input[type=submit]{
	border-radius: 0;
	background: transparent;
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-bottom: 4px #ffd500 solid;
	border-left: 4px #ffd500 solid;
	position: relative;
    left: -4px;
    top: 1px;
}
section.posts img{
	width: 100%;
}
footer h3{
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
footer{
	background: url(image/bg-fo.png);
	background-repeat: no-repeat;
	background-size: cover;
    padding-bottom: 50px;
}
section.top h2{
    font-family: 'ofont_ru_AvenirNext';
	margin-bottom: 0;
    margin-top: 254px;
}
section.top ul li:last-of-type{
	margin: 0;
}
section.top h3{
    font-family: 'ofont_ru_AvenirNext';
	margin-bottom: 0;
	margin-top: 0;
	font-size: 38px;
	font-weight: 400;
}
section.top ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
section.top ul li{
    font-family: 'ofont_ru_AvenirNext';
	font-size: 20px;
	font-weight: 400;
    margin-bottom: 25px;
}
section.top img{
    width: 100%;
	margin-top: -50px;
}
.navbar-nav {
    float: left;
    margin: 43px 0;
}
section.top ul li:before{
    content:url('image/ico-list.png');
    position: absolute;
    z-index: 100000;
    left: -27px;
    margin-top: 5px;
}
a.navbar-brand img{
	height: 86px;
    margin: 8px 0;
}
.ea-bootstrap label.error {
	font-size: 8px!important;
}
.ea-bootstrap small, .ea-bootstrap .small {
	font-size: 14px!important;
}
header {
    background: #fff;
    height: 136px;
}
input#ea-iagree {
	margin-top: -32px!important;
}
.ea-bootstrap #booking-overview .ea-label {
	font-weight: bold;
	padding: 0!important;
}
.navbar-default .navbar-nav>li>a {
    color: #5b544f!important;
    font-family: "GothamPro";
    font-size: 20px;
    font-weight: 500;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a span, .navbar-default .navbar-nav>.active>a:focus span, .navbar-default .navbar-nav>.active>a:hover span{
    border-bottom: 2px #fed400 solid;
    padding-bottom: 15px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	margin-bottom: 0;
}
body.page-template-tmp-form {
	background-image: url("image/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.container .logo {
	position: initial;
}
.billboard {
	background-color: #ffffff;
	/* position: absolute; */
	/* left: 0; */
	padding: 20px;
}
.billboard img {
	margin: 20px 20px;
}
.billboard p {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #000000;
}
section.posts .img-box{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    width: 100%;
	height: 419px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.billboard {
		width: 100%;
		/* top: 14%; */
	}
	.billboard img {
		margin: 55px 0 60px 150px;
	}
	.billboard p {
		padding-left: 100px;
		width: 600px;
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.container .logo {
		position: initial;
	}
	.billboard {
		width: 100%;
		/* top: 10%; */
	}
	.billboard img {
		margin: 55px 0 80px 225px;
	}
	.billboard p {
		/* padding-left: 100px; */
	}
}
.registration {
	max-width: 450px;
	color: #f5d410;
}
.ea-bootstrap {
	max-width: 450px !important;
}
.form-horizontal .form-group .filter {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #f5d410;
	width: 100%;
	height: 80px;
	background-color: transparent;
	box-shadow: none;
	padding-right: 20px;
	position: relative;
	z-index: 2;
}
.form-horizontal .form-group .filter:focus {
	outline: none;
	box-shadow: none;
}
.step.form-group {
	border: 1px solid #979797;
}
.form-horizontal .form-group {
	margin: 0 !important;
	background-color: #ffffff;
}
.form-horizontal .form-group label {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #f5d410;
	line-height: 65px;
	font-weight: bold;
}
.form-horizontal .step.form-group label + div {
	position: relative;
}
.form-horizontal .step.form-group label + div:after {
	position: absolute;
	display: block;
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	top: 27px;
	right: 15px;
	font-size: 20px;
	z-index: 1;
}
.form-horizontal .form-group div:nth-of-type(2) {
	background-color: transparent;
}
.calendar {
	margin-top: 0px;
}
.ui-datepicker-calendar .ui-state-default{
	color: #000000;
	font-family: GothamPro;
	font-size: 22px;
	font-weight: 500;
}
.ui-datepicker-header {
	margin-bottom: 0px !important;
	background-color: #F5D410;
	//height: 66px;
	font-size: 25px;
	color: #ffffff;
	line-height: 60px;
}
.date .ui-datepicker-inline {
	padding: 0;
}
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev::before,
.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next::before {
	font-size: 20px;
	height: 10%;
	position: relative;
	color: #ffffff;
}
.ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-current-day {
	background: radial-gradient(circle at center, #f5d410 1%,#f5d410 50%,#ffffff 51%,#ffffff 100%);
}
.ui-datepicker-current-day a {
		color: #000000 !important;
}
.ui-datepicker-calendar tr th {
	font-size: 22px;
	font-family: GothamPro;
}
.ui-datepicker-calendar tr td,
.ui-datepicker-calendar tr th {
	border: none;
}
.form-horizontal .final .form-group {
	margin-bottom: 0;
}
.final .form-group:nth-of-type(5) {
	margin-top: 70px !important;
}
.step .form-group .form-control {
	border-radius: 0;
}
.step .form-group .control-label {
	//display: none;
}
.step .form-group input {
	height: 80px;
	//width: 100%;
}
.step .form-group textarea {
	height: 140px !important;
	width: 100%;
}
.form-group .ea-actions-group .ea-cancel {
	display: none;
}
.form-group .ea-actions-group .ea-submit {
	width: 100%;
	background-color: transparent;
	border: 4px solid #979797;
	border-radius: 0;
	color: #979797;
	font-size: 22px;
	font-family: GothamPro;
    right: 75px;
    position: relative;
}
.form-group .ea-actions-group .ea-submit:active,
.form-group .ea-actions-group .ea-submit:active:hover {
	background-color: transparent;
	border-color: #f5d410;
	color: #f5d410;
}
.form-group .ea-actions-group .ea-submit:hover {
	background-color: transparent;
	color: #979797;
	border-color: #979797;
}
.form-group .ea-actions-group .ea-submit:focus {
	background-color: transparent;
	color: #979797;
	border-color: #979797;
}
.final {
	margin-bottom: 25px;
}
.go-home {
	text-align: center;
}

.go-home a{
	text-transform: uppercase;
	color: #636363;
	font-family: GothamPro;
	font-size: 20px;
    padding-bottom: 40px;
}
.small-text{
	text-align: center;
	font-size: 12px;
	color: #636363;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 0!important;
}
.ui-datepicker table {
    margin: 0!important;
}
.form-horizontal .form-group {
    background-color: transparent!important;
}
.ea-bootstrap .radio input[type="radio"], .ea-bootstrap .radio-inline input[type="radio"], .ea-bootstrap .checkbox input[type="checkbox"], .ea-bootstrap .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -25px!important;
    margin-top: -7px!important;
}
.form-group .checkbox {
    right: 90px;
}
.ea-bootstrap .final h3{
	color: #000;
}
.ea-bootstrap small, .ea-bootstrap .small{
	color: #000;
}
.ea-bootstrap .form-horizontal .control-label{
	color: #000;
}
.form-horizontal .form-group label{
	color: #000;
}
.form-horizontal .form-group:nth-of-type(7) label{
	font-size: 16px!important;
	display: block;
	line-height: normal;
	padding-left: 0;
	margin-top: 0px;
	padding-bottom: 15px;
}
#booking-overview{
	color: #636363;
}
section.category-item h2{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px #fcd300 solid;
    padding-bottom: 11px;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 30px;
}
section.category-item .box{
	border: 4px solid #fdd60c;
	margin-top: 26px;
	padding: 30px;
}
section.category-item .box h3{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 27px;
	font-weight: 600;
    margin-top: 92px;
    text-transform: uppercase;
    height: 66px;
}
section.category-item .box p{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	margin-top: 47px;
}
section.category-item .box h5{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 25px;
	font-weight: 600;
	line-height: 31px;
	margin-top: 123px;
    margin-bottom: 0;
}
section.category-item .box img{
	width: 100%;
}
section.category-item  .img-box{
    width: 100%;
    height: 410px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
section.category-list .img-box{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    width: 100%;
	height: 382px;
    border-top: 24px #fdd60c solid;
}
section.category-list  h3{
	color: #5b544f;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	padding: 35px;
	border: 4px solid #fdd60c;
	margin: 0;
    height: 150px;
}
section.category-list {
    margin-top: 27px;
    margin-bottom: 95px;
}
section.category-list  .col-md-4{
	margin-bottom: 30px;
}
.safari-browers form#mc4wp-form-1 input[type=submit] {
	top: 0px;
}
.single-post section.category-item h3{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 42px;
}
.single-post section.category-item h5{
	color: #000000;
    font-family: 'ofont_ru_AvenirNext';
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 29px;
}
.single-post section.category-item .img-box{
	border: 4px solid #fdd60c;
	border-bottom: 20px solid #fdd60c;
}
.single-post section.category-item .entry{
	margin-top: 28px;
    margin-bottom: 95px;
}
.single-post section.category-item .entry p{
	color: #000000;
	font-family: 'ofont_ru_AvenirNext';
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
}
/* -------------------------------------------Front-page styles ---- END--------------------------------------------------*/
@media (max-width: 1199px){
	section.category-list h3 {
	    height: 185px;
	}
	a.btn-new {
		width: 390px;
	}
	form#mc4wp-form-1 input[type="email"] {
	    width: 62%;
	}
	ul.social li img {
	    margin-right: 10px;
	}
	ul.social li {
	    margin-top: 121px;
	}
}
@media (max-width: 991px){
	.billboard {
		position: relative!important;
		width: 100%;
	}
	.billboard-text {
		padding: 30px 0;
		width: 100%;
	}
	section.category-item .box h3{
		height: auto;
	}
	ul.contacts {
	    text-align: center;
	    margin-top: 15px;
	}
	ul.social li {
	    margin-top: 20px;
	}
	ul.social {
	    text-align: center;
	}
	ul.contacts {
	    margin-top: 0;
	}
	form#mc4wp-form-1 {
	    margin-top: 32px;
	    margin: 0 auto;
	    display: block;
	    width: 75%;
	}
	footer h3 {
  	  text-align: center;
  	}
	body.page-template-tmp-form {
		padding-top: 30px;
	}
	.billboard img {
		margin: 20px 20px;
	}
	.billboard p {
		padding-left: 60px;
		padding-right: 40px;
		text-align: center;
	}
	a.navbar-brand img {
	    height: 40px;
	    margin: 37px 0;
	}
	.nav>li>a {
	    padding: 10px 10px;

	}
	section.category-list  h3{
	    height: auto;
	}
}
@media (max-width: 767px){
	.single-post section.category-item .entry img{
	    width: 100%;
	    height: auto;
	    margin: 0;
	}
	ul.contacts {
	    margin-top: 15px;
	}
	footer{
	    padding: 0 0 20px 0;
	    background: linear-gradient(0deg,rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)),url(image/bg-fo.png);
	}
	form#mc4wp-form-1 {
	    width: auto;
	}
	form#mc4wp-form-1 input[type="email"]{
	    display: block;
	    width: 300px;
	    margin: 0 auto;
	    text-align: center;
	}
	form#mc4wp-form-1 input[type=submit]{
	    display: block;
	    margin: 0 auto;
	    background: #ffd500;
	    border: none;
	    margin-top: 15px;
	    padding: 8px;
	}
	.mc4wp-form-fields{
   		width: 320px;
		margin: 0 auto;
		display: block;
	}
	section.top img {
		margin-top: 0;
	}
	.navbar-default .navbar-nav>.active>a span, .navbar-default .navbar-nav>.active>a:focus span, .navbar-default .navbar-nav>.active>a:hover span {
	    border-bottom: 2px #fed400 solid;
	    padding-bottom: 5px;
	}
	nav.navbar.navbar-default {
	    background: #fff;
	    z-index: 99;
	    margin-top: 2px;
	}
	input[type="email"] {
	    width: 53%;
	}
	.navbar-brand {
	    padding: 5px 15px;
	}
	a.navbar-brand img {
	    margin: 0px 0;
	}
	header {
	    height: 53px;
	}
	.billboard img {
	    margin: 20px auto;
	    display: block;
	    width: 35%;
	}
	.billboard p {
	    font-size: 25px;
	}
	.form-group .checkbox {
	    right: 0!important;
	}
	.form-group .ea-actions-group .ea-submit {
	    left: 0;
	}
	.go-home a {
	    padding-bottom: 20px;
	}
}
@media (max-width: 640px){
	section.posts h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	footer h3 {
		font-size: 18px;
	}
	section.top ul li:before {
	    content: url(image/ico-list.png);
	    position: relative;
	    z-index: 95;
	    left: -5px;
	    margin-top: 5px;
	}
	section.top h3 {
	    font-size: 35px;
	}
	section.top h2 {
	    font-size: 25px;
	    margin-top: 30px;
	}
	section.top {
  	  padding: 0 0 20px 0;
  	  background:linear-gradient(0deg,rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)),url(image/bg-top.png);
	}
	a.btn-new {
		width: 290px;
		font-size: 15px;
	}
	section.posts h2 {
	    margin-top: 0;
	    margin-bottom: 35px;
	}
	h2.title {
	    font-size: 18px;
	}
}
@media (max-width: 320px){

}