html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,
dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,
mark,audio,video {
    font-size: 100%;
}

a {
    text-decoration: underline;
    color: #0066ff;
}
a.color-brown {
    color: #684006 !important;
}

a:hover {
    color: #0066ff;
    text-decoration: none;
}

a:visited,
a:focus {
    color: #0066ff;
}

.clear {
    clear: both;
    margin: 0;
    height: 0;
    line-height: 0;
}

*::-webkit-input-placeholder {
    font-size: 14px;
    color: #757575;
    opacity: 1;
}

*:-moz-placeholder {
    font-size: 14px;
    color: #757575;
    opacity: 1;
}

*::-moz-placeholder {
    font-size: 14px;
    color: #757575;
    opacity: 1;
}

*:-ms-input-placeholder {
    font-size: 14px;
    color: #757575;
    opacity: 1;
}

/*------ОСНОВНЫЕ СТИЛИ ДЛЯ БОДИ---------*/
body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Thimes New Roman';
    position: relative;
    -webkit-font-smoothing: antialiased;
    background: #f4f1e9 url("../images/main_bg.png") 0 0 repeat-x;
}

#main-wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 1116px;
    padding: 0 8px;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    font-size: 16px;
}

#wrapper {
    padding-bottom: 233px;

}
.img-rounded {
    border-radius: 50%;
}

/*----------HEADER------------*/
#header {
    position: relative;
    width: 100%;
    z-index: 10;
}

.header-top {
    padding-top: 25px;
    padding-bottom: 15px;
}
.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
}
.header-top ul li:first-child a {
    border-left: unset;
}
.header-top ul li.current a {
    font-style: italic;
    color: #333333;
}
.header-top ul li a {
    text-decoration: none;
    color: #684006;
    padding: 0 15px;
    border-left: 2px solid #d0bd87;
}
.header-top ul li a:hover {
    text-decoration: underline;
}

.header-banner {
    display: table;
    padding: 25px 0 0 0;
    background: url("../images/header_banner_1.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.logo {
    padding: 0 60px 20px 30px;
}
.header-banner div {
    display: table-cell;
    vertical-align: top;
}
.banner-text {
    padding-right: 90px;
}
.banner-text p {
    margin-bottom: 15px;
}
.header-banner div.header-search {
    display: block;
    width: 235px;
    height: 30px;
    background: #f4f1e9;
    box-shadow: 0 -1px 3px 0px #d9d6cf;
    border-radius: 20px;
    padding: 4px 15px;
    margin-right: 30px;
    margin-top: 30px;
}
.header-search input {
    vertical-align: middle;
    color: #757575;
    border: unset;
    outline: none;
}
.header-search .src-txt {
    background: transparent;
    width: 185px;
}
.header-search .src-sub {
    background: url("../images/src_loop.jpg") 0 0 no-repeat;
    padding: 0;
    width: 16px;
    height: 16px;
}

.header-bottom {
    position: relative;
    height: 42px;
    background: url("../images/top_menu_bg.jpg") 0 0 repeat-x;
}

.top-menu {
    height: 42px;
}
.top-menu ul {
    display: table;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.top-menu ul li {
    display: table-cell;
    font-size: 16px;
   
    /*max-width: 215px;*/
    line-height: 20px;
    vertical-align: middle;
}
.top-menu ul li.current a {
    background: #a3874a;
}


.top-menu ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.top-menu ul li:hover a {
    color: #fff;
}
.top-menu ul li:hover .submenu {
    display: block !important;
}
.top-menu ul.submenu {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    padding: 30px 0 !important;
    background: #fff;
    text-align: left;
}
.top-menu ul.submenu li {
    display: block;
    background: #fff;
}
.top-menu ul.submenu h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #684006;
    margin: 0 0 10px 0;
}
.top-menu ul.submenu ul {
    position: static !important;
    display: block;
    list-style: circle;
    color: #ddb101;
    text-align: left;
}
.top-menu ul.submenu ul li {
    font-size: 14px;
    display: block;
    line-height: normal;
    margin: 0 0 5px 0;
}
.top-menu ul.submenu ul li a {
    text-decoration: underline;
    color: #0066ff !important;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
}
.top-menu ul.submenu ul li a:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #ddb101;
    border-radius: 50%;
}
.top-menu ul.submenu ul li a:hover {
    text-decoration: none;
}
.menu-item {
    margin-left: 30px;
    margin-bottom: 50px;
}


    /*--------CONTENT-------*/
#content {
    background: #fff;
    padding-bottom: 20px;
}

.top-slider .item {
    position: relative;
}
.owl-prev:hover, .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-prev {
    background: url("../images/slider_prev_arr.png") 50% 50% no-repeat;
    left: 0;
}
.owl-next {
    background: url("../images/slider_next_arr.png") 50% 50% no-repeat;
    right: 0;
}
.slider-text {
    position: absolute;
    left: 10%;
    top: 35%;
}
.slider-text h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}
.slider-text p {
    font-size: 22px;
    color: #e1bf5e;
    margin-bottom: 30px;
}
.slider-text a.visit-btn {
    position: relative;
    display: inline-block;
    background: #f2ce3e;
    padding: 5px 30px 5px 15px;
    color: #684006;
    text-decoration: none;
    font-size: 18px;
}
.visit-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 4px;
    height: 7px;
    background: url("../images/visit_arr.jpg") 0 0 no-repeat;

}
.owl-controls {
    visibility: visible;
}
.owl-prev, .owl-next {
    width: 67px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.owl-dots {
    position: absolute;
    left: 10%;
    bottom: 10%;
}
.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #dedede;
    margin-right: 5px;
}
.owl-dot.active {
    background: #f2ce3e;
}

.tours-block {
    padding: 20px 0 5px 0;
    background: #dadada;
}
.tours-block .row {
    padding: 0 5px;
}
.tour-item {
    position: relative;
    margin-bottom: 25px;
}
.tour-item img {
    width: 100%;
}
.tour-item a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.tour-item:hover .tour-item-desc {
    transform: translateY(0);
}
.tour-item:hover .tour-item-desc .desc-text {
    position: absolute;
    bottom: 0;
}
.tour-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 9px;
    background: url("../images/tour_bottom_shadow.png") 50% 0 no-repeat;
}
.tour-item-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px 30px 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(80%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tour-item-desc h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.tour-item-desc p {
    font-size: 14px;
    margin-bottom: 15px;
}


.title {
    color: #684006;
    padding: 0 15px;
    margin-bottom: 20px;
}
.title h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
	color: #684006;
}
.title small {
    font-size: 14px;
    color: #666666;
}


.tour-travel-block .row {
    padding: 20px 15px;
}
.tour-travel-block p {
    margin-bottom: 20px;
}
.travel-list ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}
.travel-list ul li a {
    text-decoration: underline;
    color: #0066ff !important;
    padding: 0 0 0 15px;
    position: relative;
}
.travel-list ul li a:hover {
    text-decoration: none;
}
.travel-list ul li a:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #ddb101;
    border-radius: 50%;
}
.travel-list img {
    float: right;
}
.travel-separate {
    margin-top: 25px;
}
.travel-separate img {
    margin: 0 auto;
}

.about-travel .row {
    padding: 0 15px;
}
.about-travel .guest-boock .row {
    padding: 0;
}
.about-travel .guest-boock .title {
    padding-left: 0;
}
.about-travel .guest-boock {
    margin-bottom: 30px;
}
.about-travel .guest-boock img {
    margin: 0 auto 15px;
    display: block;
}
.include-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.include-list li {
    margin-bottom: 20px;
}
.include-list img {
    display: inline-block;
    vertical-align: middle;
}
.include-list p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 8px;
}
.guest-date {
    font-style: italic;
    margin-top: 20px;
}
.guest-date p {
    margin-bottom: 0;
}

.tour-page .row {
    padding: 25px 15px;
}
.tour-page .title {
    padding: 0;
}

.travel-right-menu {
    position: relative;
    background: url("../images/tour_right_menu_bg.jpg") 0 0 repeat;
    width: 100%;
    padding: 30px 20px 1px 20px;
    margin-left: 38px;
}
.travel-right-menu:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 7px;
    width: 252px;
    height: 10px;
    background: url("../images/tour_right_menu_shadow.jpg") 0 0 no-repeat;
}
.travel-right-menu:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 8px;
    height: 7px;
    background: url("../images/tour_right_menu_corner.jpg") 0 0 no-repeat;
}
.travel-content p {
    margin-bottom: 20px;
   /* color: #6e7780;*/
   color: #333333;
}
.travel-content p span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.download {
    background: url("../images/download_icon.png") 0 0 no-repeat;
    padding-left: 40px;
    margin-left: 10px;
    margin-bottom: 55px;
}
.download a {
    color: #6e7780;
}
.download span {
    display: block;
    color: #6e7780;
}
.travel-right-menu h1 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 400;
    color: #8e7044;
}
.travel-right-menu ul {
    margin: 0;
    padding: 0 0 0 25px;
}
.travel-right-menu ul li {
    margin-bottom: 20px;
    color: #ddb101;
}
.travel-right-menu ul li a {
    color: #684006;
}
.travel-right-menu ul li.opened ul {
    display: block;
}
.travel-right-menu ul li ul {
    display: none;
    list-style: none;
    padding: 15px 0 0 5px;
}
.travel-right-menu ul li ul li {
    margin-bottom: 5px;
}
.travel-right-menu ul li ul li a {
    color: #8e6223;
    position: relative;
}
.travel-right-menu ul li ul li.current a {
    color: #333;
    text-decoration: none;
}
.travel-right-menu ul li ul li.current a:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 4px;
    width: 8px;
    height: 7px;
    background: url("../images/menu_arrows.png") 0 0 no-repeat;
}
.share {
    display: inline-block;
    margin-right: 125px;
    margin-bottom: 60px;
}
.share span {
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
}
.share a {
    text-decoration: none;
    vertical-align: middle;
}
.version-select {
    display: inline-block;
}
.version-select a {
    display: inline-block;
    padding-left: 30px;
    margin-right: 30px;
    line-height: 19px;
    text-decoration: none;
    color: #684006;
    background: url("../images/version_icon_1.jpg") 0 50% no-repeat;
}
.version-select a + a {
    background: url("../images/version_icon_2.jpg") 0 50% no-repeat;
}


.see-also h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.see-also .item {
    margin-bottom: 30px;
    text-align: center;
}
.see-also .item .image-block {
    position: relative;
    margin-bottom: 15px;
}
.see-also .item .image-block img {
    width: 100%;
}
.see-also .item .image-block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background: url("../images/see_also_shadow.jpg") 50% 0 no-repeat;
}
.see-also .item span {
    display: block;
}
    /*--------FOOTER-------*/
#footer {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 233px;
    background: url("../images/footer_bg.jpg") 0 0 repeat;
    box-shadow: 0 -4px 7px -3px #d0d0cf;
    padding-top: 30px;
    margin: 0 -8px;
}

#footer .container:after {
    content: '';
    position: absolute;
    left: 7px;
    top: -6px;
    width: 8px;
    height: 6px;
    background: url("../images/footer_left_arr.png") 0 0 no-repeat;
    margin: 0 -8px;
}
#footer .container:before {
    content: '';
    position: absolute;
    right: 0;
    top: -6px;
    width: 8px;
    height: 6px;
    background: url("../images/footer_right_arr.png") 0 0 no-repeat;
}
#footer .row {
    position: relative;
}
#footer .pull-left, #footer .pull-right {
    width: 50%;
}
.footer-menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.footer-menu h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.footer-menu ul {
    color: #ddb101;
    padding-left: 30px;
}
.footer-menu ul li {
    line-height: 17px;
}
.footer-menu ul li a {
    color: #684006;
}

.right-footer-col {
    display: inline-block;
    width: 47%;
    margin: 0 1.2%;
    vertical-align: top;
}
.fb-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}



.slicknav_menu {
    display: none;
    position: static;
    background: transparent;
    z-index: 3;
    padding: 0;
}

.slicknav_btn {
    background: transparent;
    float: left;
    margin: 0;
    padding: 12px 19px 13px 19px;
    border-radius: unset;
}
.slicknav_btn.slicknav_open {
    background: #fff;
    border-top: 3px solid #fdcd25;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0 2px 0 #fff;
    -moz-box-shadow: 0 2px 0 #fff;
    box-shadow: 0 2px 0 #fff;
    background: transparent;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
    -webkit-box-shadow: 0 2px 0 #684006;
    -moz-box-shadow: 0 2px 0 #684006;
    box-shadow: 0 2px 0 #684006;
    background: #fff;
}

.slicknav_nav {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    text-align: left;
    background: #fff;
}

.slicknav_nav ul {
    margin: 0;
    padding: 15px 0;
}
.slicknav_nav ul li .menu-item h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #684006;
    margin: 0 0 10px 0;
}

.slicknav_nav ul li a {
    color: #684006;
}
.slicknav_nav ul li ul {
    padding: 0;
}
.slicknav_nav ul li ul li a {
    text-decoration: underline;
    color: #0066ff !important;
    padding: 0 0 0 15px;
    position: relative;
}
.slicknav_nav ul li ul li a:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #ddb101;
    border-radius: 50%;
}
.slicknav_nav ul li ul li a:hover {
    text-decoration: none;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav a:hover {
    background: transparent;
}
.slicknav_nav .slicknav_arrow {
    display: none;
}



.fancybox-inner {
    height: auto !important;
}

/*------MEDIA QUERIES--------*/
@media (min-width: 320px) and (max-width: 768px) {
    .header-top .pull-left {
        float: none !important;
        text-align: center;
    }
    .header-top .pull-right {
        display: none;
    }
    .top-menu {
        display: none;
    }
    .submenu {
        position: static;
        display: block;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .menu-item {
        margin-bottom: 10px;
    }
    .slicknav_menu {
        display: block;
    }
    .header-banner {
        display: block;
        background-color: #fff;
        background-image: unset;
        text-align: center;
    }
    .header-banner div {
        display: block;
    }
    .header-banner div.banner-search {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10;
        margin-top: -66px;
    }
    .header-banner div.header-search {
        margin-right: 20px;
    }
    .header-banner div.banner-text {
        display: none;
    }
    .logo {
        padding: 0 0 20px 0;
    }
    .owl-controls {
        visibility: hidden;
    }
    #wrapper {
        padding-bottom: 350px;
    }
    .tour-item:hover .tour-item-desc {
        transform: translateY(80%);
    }
    .tour-item-desc {
        bottom: 7px;
    }
    .tour-item:hover .tour-item-desc .desc-text {
        position: static;
    }
    .tour-item-desc h3 {
        margin-top: -3px;
        font-size: 11px;
    }
    .travel-list img {
        display: none;
    }
    .tour-travel-block .row {
        padding: 20px 0;
    }
    .about-travel .row {
        padding: 0;
    }
    .tour-page .row {
        padding: 15px 0;
    }
    .travel-right-menu {
        display: none;
    }
    .version-select {
        display: none;
    }
    .share {
        margin-right: 0;
    }
    #footer {
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        font-size: 12px;
        height: 375px;
        background: url("../images/footer_bg.jpg") 0 0 repeat;
        box-shadow: 0 -4px 7px -3px #d0d0cf;
        padding-top: 30px;
    }

    #footer .container:after {
        content: '';
        position: absolute;
        left: 7px;
        top: -6px;
        width: 8px;
        height: 6px;
        background: url("../images/footer_left_arr.png") 0 0 no-repeat;
    }
    #footer .container:before {
        content: '';
        position: absolute;
        right: 0;
        top: -6px;
        width: 8px;
        height: 6px;
        background: url("../images/footer_right_arr.png") 0 0 no-repeat;
    }
    #footer .pull-left {
        display: none;
    }
    #footer .pull-right {
        width: 100%;
    }
    .right-footer-col {
        display: block;
        width: 100%;
        margin: 0;
        vertical-align: top;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-top .pull-left {
        float: left !important;
        text-align: left;
    }
    .header-top .pull-right {
        display: block;
    }
    .header-banner {
        display: table;
        text-align: unset;
    }
    .header-banner div {
        display: table-cell;
    }
    .header-banner div.banner-search {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10;
        margin-top: -66px;
    }
    .header-banner div.banner-text {
        display: block;
    }
    .logo {
        padding: 0 60px 20px 30px;
    }
    .submenu {
        position: static;
        display: block;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .menu-item {
        margin-bottom: 10px;
    }
    #wrapper {
        padding-bottom: 240px;
    }
    .tour-item:hover .tour-item-desc {
        transform: translateY(80%);
    }
    .tour-item-desc {
        bottom: 7px;
    }
    .tour-item:hover .tour-item-desc .desc-text {
        position: static;
    }
    .tour-item-desc h3 {
        margin-top: -3px;
        font-size: 14px;
    }
    .travel-list img {
        display: block;
    }
    .tour-travel-block .row {
        padding: 20px 0;
    }
    .about-travel .row {
        padding: 0;
    }
    .tour-page .row {
        padding: 15px 0;
    }
    .travel-right-menu {
        display: none;
    }
    #footer {
        height: 240px;
        font-size: 14px;
    }
    #footer .pull-left {
        display: block;
        width: 35%;
    }
    #footer .pull-right {
        width: 65%;
    }
    .footer-menu-2 {
        display: none;
    }
    .right-footer-col {
        display: inline-block;
        width: 47%;
        margin: 0 1.2%;
        vertical-align: top;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .travel-list img {
        display: block;
    }
    .tour-travel-block .row {
        padding: 20px 0;
    }
    .about-travel .row {
        padding: 0;
    }
    .tours-block .row {
        padding: 0;
    }
    .see-also {
        margin-left: -15px;
    }
    .see-also h4 {
        margin-left: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
    .see-also {
        margin-left: -15px;
    }
    .see-also h4 {
        margin-left: 15px;
    }
}
