/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        top: 5px;
        top: 5px;
    }

    25%,
    75% {
        top: -1px;
        top: -1px;
    }
}
@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
/* Icon Up */
body {
    font-family: Tahoma, "Open sans";
    font-size: 14px;
    color: #000;
}
.begaj, #begaj {
    display: none;
}
img {
    max-width: 100%;
    height: auto!important;
}
a {
    color: #915b00;
}
a:hover {
    color: #B61616;
}
.rel {
    position: relative;
}
.navigation {
    /*font-size: 14px;*/
    margin: -10px 0 15px;
    text-transform: lowercase;
}
.navigation span {
}
.navigation a {
    display: inline;
    text-decoration: none;
}
.navigation a:hover {
    text-decoration: none;
}
.navigation a + a:before, .navigation a + span:before, .navigation span + a:before, .navigation span + span:before {
    content: "";
    display: inline-block;
    margin: 0 8px 0 4px;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    background: url('img/sprite.png') no-repeat -76px -143px;
}
#top-menu.responsive-nav .label-menu {
    text-shadow: 1px 1px 1px #fff;
    color: #000;
}
#product-menu.responsive-nav .label-menu {
    text-shadow: 1px 1px 1px #fff;
    color: #000;
}
.responsive-nav .label-menu {
    text-transform: uppercase;
    font-size: 16px;
}
.responsive-nav .label-menu span {
    font-size: 24px;
    vertical-align: -5px;
}
#header {
    background: #F4F4F2 url('img/ekvator_glava.jpg') no-repeat right top;
    padding: 26px 0 13px;
}
.wrap-logo {

    float: left;
}
.wrap-logo .text {
    display: inline-block;
    vertical-align: top;
}
.wrap-logo .text .phone a {
    font-family: verdana;
    font-size: 20px;
    color: #000;
}
.wrap-logo .text .phone {
    margin: 0 0 8px;
}
.wrap-logo .text .phone:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 31px;
    margin-right: 9px;
    background: url('img/sprite.png') no-repeat -7px -8px;
    vertical-align: -9px;
}
.header-right {
    margin-left: 420px;
    text-align: right;
}
#logo, .slogan {
    display: inline-block;
}
#logo {
    position: relative;
    margin: 0 15px 10px 0;
    transition: all 0.4s ease-out 0s;
    display: inline-block;
    vertical-align: top;
}
#logo img {
    /*transition: all 0.4s ease-out 0s;*/
}
.slogan {
    font-size: 18px;
    font-style: italic;
    width: 255px;
    font-family: arial;
    line-height: 1.15;
    margin: 0 0 13px;
}
.wrap-logo .text .socials a {
    display: inline-block;
    height: 28px;
    background: url('img/sprite.png') no-repeat;
    margin: 0 1px;
}
.wrap-logo .text .socials a.youtube {
    width: 29px;
    background-position: -37px -8px;
}
.wrap-logo .text .socials a.facebook {
    width: 28px;
    background-position: -72px -8px;
}
.wrap-logo .text .socials a.twitter {
    width: 32px;
    background-position: -107px -8px;
}
.wrap-logo .text .socials a.vimeo {
    width: 26px;
    background-position: -146px -9px;
}
#asearch .wrap-selects .col-sel {
    display: inline-block;
}
#asearch .submit {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
#main {
    margin-top: 37px;
}
.wrap-product-menu {
    /* background: url('img/fon_menu.png');*/
background: #e5db83; 
background: -moz-linear-gradient(top, #e5db83 0%, #dccf5a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e5db83 0%,#dccf5a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e5db83 0%,#dccf5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5db83', endColorstr='#dccf5a',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
#product-menu {
	text-align: center;
	padding: 7px 0px;
}
#product-menu li a {
    text-shadow:1px 1px 1px rgba(255,255,255, .9);
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 5px 20px;
    transition: all 0.25s;
    /*height: 58px;*/
}
#product-menu li:hover a {
    background: url('img/fon_menu2.png');
    position: relative;
    width: calc(100% + 2px);
    left: -1px;
}
#product-menu li:hover li a {
    background: #DE9868;
    font-size: 18px;
    padding: 10px 5px;
    height: auto;
}
#product-menu li li:hover a {
    background: #DCD05A;
}

.wrap-top-menu {
    margin: 0 0 40px;
}
#top-menu {
    display: inline-block;
    text-align: left;
    background-color: rgba(255,255,255,.81);
    position: relative;
    top: -26px;
}
#top-menu > div > ul {
    font-size: 0;
    padding: 0;
}
#top-menu ul li li {
    display: block;
    /*background-color: #1A3483;*/
}
#top-menu li a {
    color: #000;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 3px;
    transition: background-color 0.25s;
}
#top-menu > div > ul > li > a {
    padding: 10px 15px;
}
#top-menu li:hover > a {
    background-color: #DE9868;
    color: #fff;
}
#top-menu li li  a {
    /*background-color: rgba(255,255,255,.81);*/
    background-color: #DE9868;
    color: #fff;
    position: relative;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    padding-top: 4px;
    padding-bottom: 7px;
}
#top-menu li:hover li a {
    /*color: #fff;*/
    font-size: 14px;
}
#top-menu li:hover ul:before, #top-menu li:hover ul:after {
    content: '';
    display: block;
    height: 10px;
    /*background-color: rgba(255,255,255,.81);*/
    background-color: #DE9868;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    right: -1px;
}
#top-menu li:hover li:hover a {
    background-color: #DCD05A;
    color: #000;
}
.side-box {
    border-radius: 10px;
    border: 3px solid #DCD05A;
    margin: 0 0 40px;
}
.side-box.news {
    border: none;
}
.side-box .antetka {
    padding: 8px;
    line-height: 76%;
    height: 65px;
    display: table;
    width: 100%;
    /*border-radius: 7px 7px 0 0;*/
    position: relative;
}
.side-box .antetka span:before {
    content: '';
    display: block;
	position: absolute;
	top: 0px;
	left: 0px;
    width: 43px;
    height: 42px;
    background: url('img/sprite.png') no-repeat;
}
.side-box.specialni .antetka span:before {
    background-position: -3px -72px;
}
.side-box.ekskurzii .antetka span:before {
    background-position: -49px -72px;
}
.side-box.pochivki .antetka span:before {
    background-position: -95px -72px;
}
.side-box.meseci .antetka span:before {
    background-position: -146px -72px;
}
.side-box .antetka span {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-family: arial;
    line-height: 1;
    color: #b00000;
	position: relative;
	padding: 0px 10px 0px 53px;
}
.side-box ul {
    padding: 6px 0 10px;
    list-style: none;
}
.side-box ul a {
    padding: 9px 10px 9px 45px;
    display: block;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.15s ease-out 0s;
    color: #696969;
    position: relative;
}
.side-box.meseci li:hover a {
    background-color: transparent;
    color: #696969;
}
.side-box ul li:hover a:before {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    background: url('img/sprite.png') no-repeat -76px -143px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
}
.side-box.meseci ul li:hover a::before {
    left: 0;

}
.side-box li:hover a {
    background-color: #DCD05A;
    color: #fff;
    text-decoration: none;
}
.side-box.meseci ul {
    padding: 20px 25px 25px;
}
.side-box.meseci li a:before {
    display: none;
}
.side-box.meseci li a {
    padding: 9px 10px 9px 10px;
    border-bottom: 1px solid #E6E6E6;
}
.side-box.meseci li {
    float: left;
    width: 50%;
}
.side-box.news .antetka-news {
    border-bottom: 3px solid #DCD05A;
    color: #adadad;
    font-size: 22px;
    margin-bottom: 16px;
}
.side-box.news .news-item {
    margin: 0 0 20px;
}
.side-box.news .news-item .title:hover {
    color: #000;
    text-decoration: none;
}
.side-box.news .news-item .title {
    color: #B52B20;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}
.side-box.news .news-item .date {
    color: #000;
    font-size: 11px;
}


.list-offers > div {
    margin: 0 0 30px;
}
.offer-item {
    display: block;
    height: 100%;
    background-color: #fff;
    position: relative;
}
.offer-item:after {
    content: '';
    display: block;
/*    width: 100%;
    height: 100%;*/
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border:25px solid rgba(255,255,255,.8);
}
.offer-item:hover:after {
    background-color: rgba(255,255,255,.8);
    border: none;
}
.offer-item:before {
    content: '';
    display: block;
/*    width: 100%;
    height: 100%;*/
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px;
    position: absolute;
	z-index: 10;
	background: url(img/of_gradient.png) repeat-x bottom left;
	transition: all 0.4s ease-out 0s;
}
.offer-item:hover:before {
    display: none;
	transition: all 0.4s ease-out 0s;
}
.hotels-list .offer-item:before {
    content: '';
    background-image: none;
}
.offer-item .wrap-image {
    overflow: hidden;
    position: relative;
}
.offer-item .image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    content: '';
    transition: all 0.4s ease-out 0s;
}
.offer-item:hover .image:after {
    background-color: rgba(0,0,0,.2);
    transition: all 0.4s ease-out 0s;
}
.offer-item .image {
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease-out 0s;
    margin: -1px -1px 0 -1px;
    position: relative;
}
.offer-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0;
}
.offer-item:hover .image {
    transform: scale(1.02);
    transition: all 0.4s ease-out 0s;
}
.offer-item .text {
    color: #262626;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.offer-item:hover .text .title {
    color: #b61616;
    text-shadow: none;
}
.offer-item .text .title {
    color: #fff;
    text-shadow:1px 1px 1px #000;
    font-size: 20px;
    line-height: 108%;
    /*font-weight: 600;*/
    margin: 0 0 5px;
    /*font-family: arial;*/
    /*font-family: "Open sans";*/
}
.offer-item .text .add-text {
    color: #fff;
   /* text-shadow:1px 1px 1px #000;*/
    font-size: 16px;
    font-style: italic;
    line-height: 100%;
    margin: 0 0 5px;
}
.offer-item:hover .text .add-text {
	color:#000;
    text-shadow: none;
    font-style: italic;
}
.offer-item:hover .dni-transport {
    display: block;
}
.offer-item .dni-transport {
    font-size: 18px;
    color: #812A2A;
    display: none;
}
.offer-item .price {
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background-color: #C64444;
    min-width: 101px;
    padding: 12px 5px;
    text-align: center;
    z-index: 10;
}
.offer-item .promo-badge {
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #5a96dc;
    min-width: 101px;
    padding: 12px;
    text-align: center;
    z-index: 11;
	text-transform: uppercase;
}
.offer-item .price span {
    /*color: #9b0067;*/
    font-size: 24px;
}
.antetka.background {
    background-color: #DCD05A;
    display: block;
    color: #fff;
    padding: 7px 10px 8px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    margin: 0 0 26px;
}
.antetka.background a {
    color: inherit;
}





#top-slider {
    margin-bottom: 40px;
}
#top-slider .slider-fill .image {
    padding-top: 38%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.owl-theme .owl-nav {
    margin: 0;
}
#top-slider .owl-prev, #top-slider .owl-next {
    width: 67px;
    background: none;
    opacity: .5;
}
#top-slider:hover .owl-prev, #top-slider:hover .owl-next {
    opacity: 1;
}
#top-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
#top-slider .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
#top-slider .owl-prev > div, #top-slider .owl-next > div {
    width:32px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url("img/sprite.png") no-repeat;
}
#top-slider .owl-prev > div {
    background-position: -186px -8px;
}
#top-slider .owl-next > div {
    background-position: -229px -8px;
}
#top-slider .text-container {
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
#top-slider .text-container .text-box {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 20px 30px 20px 20px;
    text-decoration: none;
}
#top-slider .text-container .title {
    font-style: italic;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: right;
    width: 100%;
}

.bulletin .b-text {
    font-size: 22px;
}
.bulletin {
    background-color: #B82B21;
    padding: 12px 0;
    color: #fff;
    font-family: arial;
    text-align: center;
}
.bulletin form {
    display: inline-block;
}
.bulletin .bulletin-arr {
    background: url('img/sprite.png') -281px -8px no-repeat;
    display: inline-block;
    width: 17px;
    height: 25px;
    vertical-align: -5px;
    margin-left: 5px;
}
.bulletin input[type=email]:focus {
    border-color: #fff;
}
.bulletin input[type=email] {
    border: 2px solid #DFA29D;
    height: 42px;
    width: 255px;
    padding: 6px;
    background-color: transparent;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 34px;
    outline: none;
}
.bulletin input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.bulletin input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.bulletin input::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
.bulletin .submit:hover {
    background-position: -191px -117px;
}
.bulletin .submit {
    background: url('img/sprite.png') -191px -72px no-repeat;
    width: 152px;
    height: 42px;
    border: none;
    color: transparent;
    vertical-align: middle;
}
#footer {
    background: #B8A821  url('img/ekvator_big.jpg') no-repeat right top;
    color: #fff;
    padding: 57px 0;
    font-size: 14px;
    min-height: 260px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #FCFF96;
    text-decoration: none;
}
#footer .info {
    font-size: 18px;
}
#footer .info > div {
    padding-bottom: 20px;
}
#footer-bottom .copyright-containter .created a .icon {
    display: block;
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 20px;
}
#footer-bottom a {
    color: inherit;
}
#footer-bottom .created a {
    display: inline-block;
    padding-right: 28px;
    position: relative;
}
#footer-bottom .created a:hover {
    /*color: #fff;*/
}
#footer-bottom .created a:hover .icon {
    animation-duration: 0.75s;
    animation-name: hvr-icon-up;
    animation-timing-function: ease-out;
}
#footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
}
#footer-bottom .created {
    text-align: right;
}
#footer-bottom .created .icon-wd {
    width: 25px;
    height: 19px;
    display: inline-block;
    background: url("img/sprite.png") -31px -136px no-repeat;
}
#asearch .custom-select:after {
    content: '';
    background: url("img/sprite.png") -311px -8px no-repeat;
    width: 31px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 6px;

    pointer-events: none;
}
#asearch .custom-select {
    position: relative;
    width: 170px;
    margin-right: 18px;
}
#asearch select:focus {
    border-color: #DE9968;
}
#asearch select:disabled {
    cursor: no-drop;
    opacity: .5;
}
#asearch select {
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    width: 100%;
    height: 42px;
    padding: 6px 38px 6px 8px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
}
.newsletter .submit-button:hover,
#asearch .submit:hover {
    background-color: #DC8F5A;
	outline: none;
}
.newsletter .submit-button,
#asearch .submit {
    height: 42px;
    width: 154px;
    border: 2px solid #fff;
    background-color: #5A96DC;
    color: #fff;
    font-size: 18px;
    text-transform: lowercase;
    padding: 3px 5px 6px;
}

.news-single-image {
    float: left;
    margin: 0 30px 15px 0;
    width: 40%;
}
.news-single-date {
    margin-bottom: 25px;
    display: block;
}
.antetka2 {
    font-size: 30px;
    margin: 0 0 20px;
/*    font-style: italic;
    text-transform: uppercase;*/
}
.inner-levels {
    margin: -5px 0 35px;
}
.inner-levels a span {
    display: block;
    padding: 2px 16px 6px;

}
.inner-levels a {
    font-size: 18px;
    float: left;
    line-height: 1;
    position: relative;
    /*border-right: 2px solid #142f80;*/
}
.inner-levels a span:after {
    content: '';
    display: inline-block;
    border-right: 2px solid #C64444;
    position: absolute;
    right: -1px;
    top: 4px;
    bottom: 4px;
}
.inner-levels a.active, .inner-levels a:focus,
.inner-levels a:hover {
    background-color: #C64444;
    color: #fff;
    text-decoration: none;
}
.inner-levels a:last-child span:after {
    display: none;
}
.news-list-item {
    margin: 0 0 3px;
}
.news-list-item .image {
    display: block;
    float: left;
    width: 209px;
    height: 136px;
    border: 3px solid #fff;
    background-position: center;
    background-size: cover;
    position: relative;
}
.news-list-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0;
}
.news-list-item .text {
    margin-left: 235px;
}
.news-list-item .text .title {
    font-size: 24px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #915B00;
    border-color: #915B00;
}
.pagination > li > a, .pagination > li > span {
    color: #915B00;
}
.program-info .antetka {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 1.1;
}
#owl-gallery-program .owl-prev, #owl-gallery-program .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 66px;
    padding: 0;
    background: none;
}
#owl-gallery-program .owl-next {
    right: 0;
}
#owl-gallery-program .owl-prev {
    left: 0;
}
#owl-gallery-program .owl-nav > div .icon {
    width:32px;
    height: 54px;
    color: transparent;
    background: url('img/sprite.png') no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    transform: scale(.65);
}
#owl-gallery-program .owl-nav .owl-prev .icon {
    background-position: -186px -8px;
}
#owl-gallery-program .owl-nav .owl-next .icon {
    background-position: -229px -8px;
}
#owl-gallery-program .slider-fill {
    padding-top: 51.28205128205128%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
#owl-gallery-program {
    margin-bottom: 4px;
}
.small-gallery {

}
.small-gallery .gallery-img-item {
    width: 14.28571428571429%;
    float: left;
    padding: 0 2px;
}
.small-gallery .gallery-img-item a {
    display: block;
    padding-bottom: 56.07476635514019%;
    background-size: cover;
    background-position: center;
}
.small-gallery .gallery-img-item:nth-child(n+8) {
    display: none;
}
.dates-p {
    margin: 20px 0 0;
}
.price-2 .pricebig {
    color: #b61616;
    font-size: 36px;
}
.price-2 .pricebig span {
    font-size: 14px;
}
.action-bar {
    margin-bottom: 30px;
    margin-top: 20px;
}
.action-bar a:hover {
    /*color: #69BBF1;*/
    text-decoration: none;
}
.action-bar a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    /*color: #009276;*/
}
.action-bar a:hover span {
    /*background-color: #69BBF1;*/
}

.action-bar a:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("img/sprite.png") no-repeat;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}
.action-bar .print:before {
    background-position: -191px -168px;
}
.action-bar .send:before {
    background-position: -280px -168px;
}
.action-bar .facebook:before {
    background-position: -237px -168px;
}
.dates-wrap {
    margin: 20px 0 50px;
}
.dates-wrap .dates td {
    border: 1px solid #d9e9a8;
    text-align: center;
    height: 52px;
    vertical-align: middle;
    width: 25%;
    white-space: nowrap;
    padding: 0 5px;
}
.dates-wrap .dates .title {
    font-size: 16px;
    background-color: #f9ffce;
    font-weight: bold;
}
.dates-wrap .dates .pricesm {
    color: #779400;
}
.dates-wrap .dates {
    width: 100%;
}
.dates-wrap .dates .button {
    background-color: #b61616;
    border: 1px solid #b61616;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: lowercase;
}
.dates-wrap .dates .button:hover {
    background-color: #fff;
    color: #b61616;
}
#parentHorizontalTab {
    margin: 30px 0!important;
}
#parentHorizontalTab > ul {
    /*background-color: #BC3131;*/
    /*padding-left: 10px;*/
    border-bottom: 1px solid #d9e9a8;
}
#parentHorizontalTab > ul li {
    border: 1px solid #d9e9a8!important;
    padding: 10px 20px!important;
    margin-bottom: -1px!important;
    margin-top: 4px;
    background-color: #f9ffce;
}
#parentHorizontalTab > ul li.resp-tab-active {
    color: #2E2E2E;
    padding: 14px 20px 10px !important;
    border-color: #d9e9a8!important;
    border-bottom-color: #fff!important;
    margin-bottom: -1px;
    margin-top: 0;
    background-color: #fff;
}
.resp-tabs-list li {
    /*color: #fff;*/
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
}
.resp-tab-content {
    border:none;
}
.resp-tab-active {
    border-color:#D9E9A8!important;
    background-color: #fff!important;
}
.program-info {
/*    background-color: #fff;
    padding: 20px 30px 30px;*/
}
.content-page, .wrap-gallery-program {
    margin-bottom: 30px;
}
.content-page table td, .content-page table th {
    border: 1px solid #d9e9a8;
    padding: 10px 15px;
    text-align: left;
}
.content-page table thead td, .content-page table th {
    background-color: #f9ffce;
    /*color: #fff;*/
}
.table-hotel-prices {
    font-size: 12px;
    text-align: center;
}
.table-hotel-prices th, .table-hotel-prices td {
    text-align: center;
}
.table-hotel-prices .title.first_td {
    height: 72px;
}
.content-page .table-hotel-prices td, .content-page .table-hotel-prices table tr th {
    padding: 3px;
    text-align: center;
}

#dataTable {
    background-color: transparent!important;
}
#dataTable tr:first-child {
    font-size: 13px;
}
.wrap-reserve {
    border: 1px solid #d9e9a8;
    max-width: 822px;
    margin: 20px auto 10px;
    padding: 40px;
    display: block;
    background-color: #fff;
}
.reserve {
    width: 100%;
    line-height: 120%;
}
.reserve tr td:first-child {
    width: 40%;
    white-space: normal;
}
.reserve td {
    padding: 2px;
}
.reserve tr td #dataTable td {
    width: auto;
}
.reserve .required {
    color: #CC0000;
}
.reserve span[style="color:#c00000"] {
    color: #CC0000!important;
}
.reserve input[type="text"], .reserve input[type="password"], .reserve input[type="tel"], .reserve input[type="number"], .reserve select, .reserve textarea {
    background-color: #fff;
    border: 1px solid #d9e9a8;
    border-radius: 0;
    display: inline-block;
    padding: 6px;
    width: 100%;
}
.reserve .kafiavo {
    font-size: 11px;
    font-style: italic;
    color: #999;
    line-height: 1;
}
.reserve .cherveno2 {
    color: #d51f26;
    font-size: 11px;
    font-style: italic;
    font-style: italic;
}
.reserve .list-tourists > td {
    position: relative;
}
.reserve .list-tourists > td:before, .reserve .list-tourists > td:after {
    content: '';
    display: block;
    border-top: 1px dashed #B5C7D7;
    margin-top: 20px;
}
.reserve .list-tourists > td:after {
    margin: 0 0 20px;
}
.reserve .list-tourists > td > div .button.small, .reserve .list-tourists > td > .button.small {
    font-size: 14px;
    padding: 8px 20px 9px;
    display: inline-block;
    position: relative;
    background-color: #B61616;
    color: #fff;
    margin: 0 14px 3px;
}

.reserve .list-tourists > td > .button.small.deleteRow:before {
    background-position: 0 0;
}
.reserve .list-tourists > td > .button.small.addRow:before {
    background-position: 0 0;
}
.reserve .list-tourists > td > div {
    margin-bottom: 15px;
}
.reserve .button.small {
    margin: 20px 0 0;
    padding: 12px 35px;
    border: none;
    font-size: 18px;
    background-color: #B61616;
    color: #fff;
}
.reserve .button.small:focus,
.reserve .button.small:hover {
	text-decoration: none;
    background-color: #dc8f5a;
}
.hotels-list .offer-item .text {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.hotels-list .offer-item .dni-transport {
    display: block;
    font-size: 15px;
}
.hotels-list .offer-item:after {
    display: none;
}
.hotels-list .offer-item .text .title {
    color: #C64444;
    text-shadow:none;
    font-size: 18px;
}
.hotels-list .offer-item .text {
    padding: 10px;
}
.hotels-list .offer-item {
    background-color: #eee;
    text-decoration: none!important;
}
.hotels-list .offer-item .price {
    min-width: 92px;
    padding: 10px 5px;
}
.hotels-list .offer-item .price span {
    font-size: 20px;
}
.etiketi .antetka {
    margin-bottom: 10px;
}
.etiketi a {
    font-size: 12px;
}

.bg_popup_promo {
	background-color: rgba(0,0,0,.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1501
}
.popup_promo {
	color: #000;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
width: 600px;
z-index: 1502;
transition: width .4s ease;
background: #fff;
padding: 35px;
text-align: center;
height: auto;
max-width: 100%;
top: 50%;
bottom: auto;
transform: translateY(-50%);
}
.popup_promo .close-login {
	cursor: pointer;
	background: url(img/ic_close.gif) no-repeat 10px 10px #dcd05a;
	color: #454545;
	height: 38px;
	width: 38px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}
.popup-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
line-height: 120%;
}
.popup-subtitle {
	font-size: 17px;
	font-weight: bold;
		margin-bottom: 5px;
line-height: 120%;
}
.popup-text {
	margin-bottom: 10px;
	font-size: 14px;
}

.adress-cont {
	margin: 0px;
}
.adress-cont span {
	margin: 0px 0px 3px 0px;
	display: block;
}
.reserve-phone {
	border: 2px solid #b61616;
	position: relative;
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0px 0px 10px;
}
.reserve-phone:hover {
	border: 2px solid #dc8f5a;
}
.reserve-phone:before {
	content:"";
	position: absolute;
    display: inline-block;
    width: 21px;
    height: 31px;
    background: url('img/sprite.png') no-repeat -7px -8px;
	top: 5px;
	left: 10px;
}
.reserve .otstap-8 {
	display: inline-block;
	vertical-align: top;
	height: 46px;
	padding-top: 15px !important;
}

.price-content-wrap {
					margin-bottom: 20px;
				}
				
		@media (max-width: 767px) {
			.popup-title {
				font-size: 16px;
			}
			.popup-subtitle,
			.popup-text {
				display: none;
			}
			.red {
			vertical-align: top;
		}
.price-content-wrap {
			position: relative;
			background: #dcd05a;
			padding: 10px 10px 10px 20px;
			margin: 0px 0px 10px 0px;
		}
 .price-content-wrap:before { 
	 content: "\25bc"; 
	 position: absolute;
	 right: 10px;
	 top: 10px
		}
.price-content-wrap.is-active:before { 
	content: "\25b2";
	 position: absolute;
	 right: 10px;
	 top: 10px;
		}
.price-content-wrap.is-active {color:#fff;}
		
.is-hidden { display: none; }
			}
	
.elements-box {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.elements-box.rastoqnie {
	margin-left: 20px;
}



	@media(max-width:650px) {
		.popup_promo .close-login {
	right: 0;
	top: -18px;
	z-index: 1
}
.popup_promo {
	padding-top: 0;
	padding-bottom: 10px;
	background: #fff;
	height: auto;
	max-width: 100%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	padding: 30px;
}
}

.inner-levels.mousenidis-kurorti a span:after {
    content: '';
    display: none;
}
.inner-levels.mousenidis-kurorti a {
    line-height: inherit;
}
.inner-levels.mousenidis-kurorti a span	{
	padding: inherit;
}
	
.newsletter {
	margin-top: 15px;
}
.newsletter label {
	font-size: 12px;
	font-weight: normal;
}
.newsletter input[type="text"], .newsletter input[type="email"] {
    font-size: 16px;
    height: 42px;
    padding: 6px 8px;
    width: 100%;
   border: 2px solid #dedede;
    color: #000;
	transition: all 0.15s ease-out;
}
.newsletter input:focus {
	transition: all 0.15s ease-out;
	border: 2px solid #de9968;
	outline: none;
}	
.newsletter .submit-button {
    padding: 0px 30px;
	border: 0px solid;
    display: block;
   height: 42px;
    color: #fff;
    transition: all 0.15s ease-out;
	width: 100%;
}

.newsletter .container {
	width: 100%!important;
	margin-top: 10px;
}
.otstap-10 {
	margin-bottom: 10px;
}


@media (max-width: 767px) {
    /* xs */
    #owl-gallery-program .slider-fill {
        height: 346px;
    }
    .reserve tr td {
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* sm */
    .resp-tabs-list li {
        margin-right: 2px;
    }
    #parentHorizontalTab > ul li {
        padding: 7px 9px !important;
        font-size: 14px;
    }
    #parentHorizontalTab > ul li.resp-tab-active {
        padding: 11px 9px 7px !important
    }
    .side-box .antetka span {
        font-size: 17px;
    }
    .side-box ul a {
        padding-left: 25px;
    }
    .side-box ul li:hover a::before {
        left: 13px;
    }
    .left-col .side-box .antetka span {
        font-size: 17px;
    }
    .content-page #top-slider .slider-fill .image {
        padding-top: 60%;
    }
    .offer-item .text {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }
    .offer-item .dni-transport {
        display: block;
        font-size: 15px;
    }
    .offer-item .dni-transport img {
        transform: scale(.8);
    }
    .offer-item:after {
        display: none;
    }
    .offer-item .text .title {
        color: #C64444;
        text-shadow:none;
        font-size: 18px;
    }
    .offer-item .text {
        padding: 10px;
    }
    .offer-item {
        background-color: #eee;
        text-decoration: none!important;
    }
    .offer-item .price {
        min-width: 92px;
        padding: 10px 5px;
    }
    .offer-item .price span {
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
    .left-col {
        width: 30%;
        right: 70%;
    }
    .content-page {
        width: 70%;
        left: 30%;
    }
	.reserve-phone {
    margin: 20px 0px 0px 0px;
}
	.elements-box.rastoqnie {
    margin-left: 0px;
}

}
@media (min-width: 1200px) {
    /* lg */
}



@media (max-width: 1499px) {
    .slogan {
        font-size: 17px;
        width: 236px;
    }
    #logo {
        margin-right: 12px;
    }
    .header-right {
        margin-left: 405px;
    }
    #asearch .submit {
        width: 135px;
        margin-left: 5px;
    }
    #asearch .custom-select {
        margin-right: 10px;
    }
    .side-box .antetka span {
        font-size: 20px;
    }
    #top-slider .text-container .title {
        font-size: 46px;
    }
    #top-slider .text-container .text-box {
        min-height: 100px;
    }
}
@media (max-width: 1310px) {
    .copyright-containter {
        text-align: center;
    }
    .copyright-containter > div {
        float: none;
        display: inline-block;
        width: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 1199px) {
    .wrap-reserve {
        border: none;
        padding: 0;
    }
    #top-slider .slider-fill .image {
        padding-top: 50%;
    }
    #top-slider .text-container .text-box {
        min-height: 0;
    }

    #top-slider .text-container .title {
        font-size: 26px;
    }
    .header-right {
        margin-left: 350px;
    }
    .slogan {
        white-space: nowrap;
        width: 183px;
    }
    #asearch .custom-select {
        font-size: 13px;
        width: 145px;
        margin-right: 3px;
    }
    #asearch .submit {
        width: 78px;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
    }
    .side-box .antetka span:before {
        transform: scale(0.75);
        margin: -3px 0 0;
    }
	.side-box .antetka span {
    padding-left: 45px;
}
    .side-box .antetka {
        height: 54px;
        margin-bottom: -5px;
    }
}
@media (max-width: 991px) {
    #logo {
        margin-right: 7px;
        width: 120px;
    }
    .wrap-logo .text .phone::before {
        transform: scale(.6);
        margin: 0;
    }
    .wrap-logo .text .phone a {
        font-size: 17px;
    }
    .slogan {
        width: 150px;
    }
    .header-right {
        margin-left: 280px;
    }

    #newsletter-form {
        margin: 10px 0 0;
    }

    .advsearch {
        background-color: #B82B21;
        /*width: 100vw;*/
        position: absolute;
        left: 0;
        right: 0;
        top: 138px;
        padding: 8px;
        text-align: center;
    }
    #asearch select {
        border-color: #fff;
    }
    #header {
        margin-bottom: 53px;
    }
}
@media (max-width: 850px) {

}
@media (max-width: 767px) {
	.sticky {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  z-index: 100;
  border-top: 0;
}
    #top-menu.responsive-nav > div.first-open {
        position: absolute;
        background: rgba(255,255,255,0.81);
        min-width: 100%;
        left: auto;
        right: 0;
        z-index: 1;
    }
    #product-menu {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
        right: -15px;
    }
    #product-menu a, #product-menu .first-open {
        background-color: #DCCF5A;
    }
}
@media (max-width: 700px) {
}
@media (max-width: 640px) {
    .wrap-logo .text {
        position: relative;
        top: -15px;
    }
    .slogan {
        display: none;
/*        white-space: normal;
        font-size: 14px;
        width: 218px;*/
    }
    #header {
        margin-bottom: 58px;
    }
    #top-menu {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .content-page #top-slider .slider-fill .image {
        height: 350px;
    }
    #top-slider .text-container {
        width: 100%;
    }
    #top-slider .text-container .text-box {
        padding: 13px ;
    }
    #top-slider .text-container .text-box .title{
        font-size: 20px;

    }
    .owl-theme .owl-nav > div {
        transform: scale(.6);
    }
}
@media (max-width: 630px) {
    .list-offers > div {
        width: 100%;
    }
}
@media (max-width: 630px) and (min-width: 500px) {
    .offer-item .image {
        padding-top: 62%;
    }
}
@media (max-width: 580px) {
    #asearch .col-sel, #asearch .submit {
        width: 48%;
        margin-bottom: 4px;
    }
    #asearch .custom-select {
        width: 100%;
    }
    .advsearch {
        padding-bottom: 4px;
    }
    #header {
        margin-bottom: 104px;
    }
}
@media (max-width: 550px) {
}

@media (max-width: 520px) {
    .bulletin .b-text {
        font-size: 18px;
    }
    .bulletin input[type="email"] {
        width: 200px;
        margin-left: 0;
        margin-right: 12px;
    }
}

@media (max-width: 460px) {
    .wrap-logo .text {
        top: 32px;
    }
}

@media (max-width: 410px) {
    .bulletin .bulletin-arr {
        display: none;
    }
    .bulletin input[type="email"] {
        display: block;
        margin: 0 auto 10px;
    }
    .bulletin form {
        display: block;
    }

}

@media (max-width: 400px) {

}
@media (max-width: 380px) {
    .bulletin .b-text {
        font-size: 16px;
    }
}
@media (max-width: 350px) {
}
@media (max-width: 330px) {

}



@media (min-width:768px) {
    #product-menu ul {
        width: 100%;
    }
    #product-menu > div > ul > li {
        float: none;
		display: inline-block;
        /*display: table-cell;
        width: 1%;*/
        text-align: center;
    }
    #product-menu > div > ul > li:after {
        border-left: 1px solid #C8C28E;
        border-right: 1px solid #F4F0CB;
        height: 18px;
        content: '';
        position: absolute;
        right: -1px;
        display: block;
        top: 0px;
        bottom: 0;
        margin: auto;
    }
    #product-menu ul li:last-child:after {
        display: none;
    }
    #product-menu ul li:hover:after {
        display: none;
    }
    #top-menu ul:after {
        display: none;
    }
    #top-menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #top-menu ul li {
        float: none;
        display: inline-block;
    }
    #top-menu ul li:last-child:after {
        display: none;
    }
    #top-menu > div > ul > li:after {
        border-right: 1px solid #000;
        height: 12px;
        content: '';
        position: absolute;
        right: -1px;
        display: block;
        top: 2px;
        bottom: 0;
        margin: auto;
    }
    #top-menu ul li:hover:after {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        width:100%;
    }
}
@media (min-width: 1360px) {
    .container {
        width: 95%;
    }
    .left-col {
        width: 22%;
        right: 78%;
    }
    .content-page {
        width: 78%;
        left: 22%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
        margin-bottom: 0px;
    }
	.wrap-top-menu {
    margin: 40px;
}
}
/*@media (min-width: 1360px) {
    .container {
        width: 1350px;
    }
    .left-col {
        width: 22%;
        right: 78%;
    }
    .content-page {
        width: 78%;
        left: 22%;
    }
}
@media (min-width: 1460px) {
    .container {
        width: 1440px;
    }
    .left-col {
        width: 22%;
        right: 78%;
    }
    .content-page {
        width: 78%;
        left: 22%;
    }
}*/