@import url(reset.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap&subset=cyrillic');

body {
    background: url(../../images/front/body1.webp) center top no-repeat;
    color: #2b3035 !important;
    font-family: Open Sans;
}

@media (max-width: 800px) {
    body {
        background: none;
    }
}

checkbox,
input,
select,
textarea {
    font: 14px 'Open Sans', sans-serif;
}


.mt-5 {
    padding-top: 5rem;
}
.mt-6 {
    padding-top: 6rem;
}
.mt-7 {
    padding-top: 7rem;
}
.mt-8 {
    padding-top: 8rem;
}
.mt-9 {
    padding-top: 9rem;
}
.mt-10 {
    padding-top: 10rem;
}
.mb-5 {
    padding-bottom: 5rem;
}
.mb-6 {
    padding-bottom: 6rem;
}
.mb-7 {
    padding-bottom: 7rem;
}
.mb-8 {
    padding-bottom: 8rem;
}
.mb-9 {
    padding-bottom: 9rem;
}
.mb-10 {
    padding-bottom: 10rem;
}
.mr-5 {
    padding-right: 5rem;
}
.mr-6 {
    padding-right: 6rem;
}
.mr-7 {
    padding-right: 7rem;
}
.mr-8 {
    padding-right: 8rem;
}
.mr-9 {
    padding-right: 9rem;
}
.mr-10 {
    padding-right: 10rem;
}
.ml-5 {
    padding-left: 5rem;
}
.ml-6 {
    padding-left: 6rem;
}
.ml-7 {
    padding-left: 7rem;
}
.ml-8 {
    padding-left: 8rem;
}
.ml-9 {
    padding-left: 9rem;
}
.ml-10 {
    padding-left: 10rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mt-6 {
    margin-top: 6rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mt-8 {
    margin-top: 8rem;
}
.mt-9 {
    margin-top: 9rem;
}
.mt-10 {
    margin-top: 10rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.mb-9 {
    margin-bottom: 9rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mr-5 {
    margin-right: 5rem;
}
.mr-6 {
    margin-right: 6rem;
}
.mr-7 {
    margin-right: 7rem;
}
.mr-8 {
    margin-right: 8rem;
}
.mr-9 {
    margin-right: 9rem;
}
.mr-10 {
    margin-right: 10rem;
}
.ml-5 {
    margin-left: 5rem;
}
.ml-6 {
    margin-left: 6rem;
}
.ml-7 {
    margin-left: 7rem;
}
.ml-8 {
    margin-left: 8rem;
}
.ml-9 {
    margin-left: 9rem;
}
.ml-10 {
    margin-left: 10rem;
}
.top-10 {10%}
.top-20 {20%}
.top-30 {30%}
.top-40 {40%}
.top-50 {50%}
.top-60 {60%}
.top-70 {70%}
.top-80 {80%}
.top-90 {90%}

.bottom-10 {10%}
.bottom-20 {20%}
.bottom-30 {30%}
.bottom-40 {40%}
.bottom-50 {50%}
.bottom-60 {60%}
.bottom-70 {70%}
.bottom-80 {80%}
.bottom-90 {90%}

.right-10 {10%}
.right-20 {20%}
.right-30 {30%}
.right-40 {40%}
.right-50 {50%}
.right-60 {60%}
.right-70 {70%}
.right-80 {80%}
.right-90 {90%}

.left-10 {10%}
.left-20 {20%}
.left-30 {30%}
.left-40 {40%}
.left-50 {50%}
.left-60 {60%}
.left-70 {70%}
.left-80 {80%}
.left-90 {90%}


.actual:hover {
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
    transition: ease 0.4s;
}

.header {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 340px;
    background: url(../../images/front/body1.webp) center top no-repeat
}

@media (max-width: 800px) {
    .header {
        width: 790px;
    }
}

@media (max-width: 700px) {
    .header {
        width: 690px;
    }
}

@media (max-width: 600px) {
    .header {
        width: 590px;
    }
}

@media (max-width: 500px) {
    .header {
        background: none;
        width: 0px;
        height: 0px;
    }
}

::-moz-selection {
    color: #fff;
    background: #df882b;
}
::selection {
    color: #fff;
    background: #df882b;
}

.language-panel {
    margin-top: 10px;
    float: right;
    height: 30px;
    width: 220px;
    position: relative
}

.language-panel li {
    float: right;
    margin: 4px 8px;
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    width: 50px;
}

.language-panel li.en.current {
	color: #fff;
	background: #ec752e;
	border: 1px solid #dd754c;
}
.language-panel li.ru.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.es.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.de.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.it.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.jp.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}

@media (max-width: 600px) {
    .language-panel {
        float: none;
    }
}

.language-panel li a {
    color: #63463a;
}

.language-panel li a:hover {
    color: #ff4800;
}

/*--MAIN LANGUAGE MOBILE--*/

.languages {
    padding: 2px;
    margin: 4px 0px;
    text-align: center;
}

.languages a {
    border: 1px solid;
    padding-left: 8px;
    padding-right: 8px;
}

.languages a:hover {
    background: orange;
    color: white;
}

/*--MAIN LANGUAGE MOBILE--*/

/*--ARROW START--*/
u {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 1px;
  margin-right: 4px;
}

i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 1px;
  margin-right: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*--ARROW END--*/

.menu-full {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    z-index: 100;
    position: relative;
    background: url(../../images/front/menu-full.jpg) no-repeat center center;
    padding: 0 40px 0 40px
}

@media (max-width: 1100px) {
	.menu-full {
		padding: 10px;
	}
}
@media (max-width: 1000px) {
	.menu-full {
		padding: 0px;
		margin-top: 0px;
	}
}

.menu-full li a {
    float: left;
    width: 18%;
    padding-top: 8px;
    margin: 0 10px 0 10px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    display: block;
    color: #fafb9f;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-shadow: -1px -1px 1px #9d4422
}

@media (max-width: 1200px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 8px;
	}
}

@media (max-width: 1100px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 0px;
	}
}

@media (max-width: 1000px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 10px;
	}
}

@media (max-width: 850px) {
    .menu-full li a {
        width: 16%;
        font-size: 18px;
        margin-top: 5px;
    }
}

.menu-full li a.current,
.menu-full li a:hover {
    text-shadow: 0 0 10px #fafb9f
}

.menu li {
    float: left;
    height: 80px;
    background: url(../../images/front/menu.jpg) no-repeat;
    text-indent: -9000px
}

.menu li a {
    display: block;
    height: 80px
}

.menu li.uzbekistan {
    background-position: 0 0;
    width: 225px
}

.menu li.uzbekistan:hover {
    background-position: 0 -80px
}

.menu li.kazakhstan {
    width: 175px;
    background-position: -225px 0
}

.menu li.kazakhstan:hover {
    background-position: -225px -80px
}

.menu li.turkmenistan {
    width: 200px;
    background-position: -400px 0
}

.menu li.turkmenistan:hover {
    background-position: -400px -80px
}

.menu li.Kyrgyzstan {
    width: 175px;
    background-position: -600px 0
}

.menu li.Kyrgyzstan:hover {
    background-position: -600px -80px
}

.menu li.tajikistan {
    width: 205px;
    background-position: -775px 0
}

.menu li.tajikistan:hover {
    background-position: -775px -80px
}

.under-menu {
    width: 100%;
    background: url(../../images/front/under-menu.jpg) center top no-repeat;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.under-menu li {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 18px 0 18px 40px;
    margin-top: -12px;
    margin-left: 40px;
    font-weight: 600;
    color: #c25c2e;
    font-family: 'Open Sans', sans-serif;
}

.under-menu.jp li {
    width: 280px;
    font-size: 14px !important
}

.under-menu li a {
    color: #c25c2e;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.under-menu li a:hover {
    color: #ff4800
}

.under-menu li.hotels {
    background: url(../../images/front/icon-hotels.gif) left center no-repeat
}

.under-menu li.tours {
    background: url(../../images/front/icon-tours.gif) left center no-repeat
}

.under-menu li.cities {
    background: url(../../images/front/icon-sights.gif) left center no-repeat
}

.under-menu li.visa {
    background: url(../../images/front/icon-visa.gif) left center no-repeat
}

.under-menu li.photogallery {
    background: url(../../images/front/icon-photogallery.gif) left center no-repeat
}

.under-menu li.mice {
    background: url(../../images/front/icon-mice.gif) left center no-repeat
}

.under-menu li.sights {
    background: url(../../images/front/icon-sights.gif) left center no-repeat
}

.under-menu li.reviews {
    background: url(../../images/front/icon-reviews.gif) left center no-repeat
}

.under-menu li.information {
    background: url(../../images/front/icon-information.gif) left center no-repeat
}

.under-menu li.flights {
    background: url(../../images/front/icon-airlines.gif) left center no-repeat
}

.under-menu li.transportation {
    background: url(../../images/front/icon-transportation.gif) left center no-repeat
}

.under-menu li.embassies {
    background: url(../../images/front/icon-embassies.gif) left center no-repeat
}

.under-menu li.blog {
    background: url(../../images/front/icon-blog.gif) left center no-repeat
}

.under-menu li.faq {
    background: url(../../images/front/icon-faq.gif) left center no-repeat
}

.under-menu li.restaurants {
    background: url(../../images/front/icon-restaurants.png) left center no-repeat
}

.under-menu li.museums {
    background: url(../../images/front/icon-museums.png) left center no-repeat
}

.under-menu li.legends {
    background: url(../../images/front/icon-legends.png) left center no-repeat
}

.actual-tours {
    background: url(../../images/front/actual-tours.gif) center no-repeat;
    height: 25px;
    width: 480px;
    text-indent: -9000px
}

.news-and-events {
    background: url(../../images/front/news-and-events.gif) center no-repeat;
    height: 25px;
    width: 240px;
    text-indent: -9000px
}

.hotel {
    clear: both;
    float: left;
    width: 100%;
    height: 110px;
    margin: 10px 10px 5px 0;
    padding-bottom: 5px;
    position: relative
}

.hotel img {
    float: left
}

@media (max-width: 800px) {
    .hotel img {
        width: 40%;
    }
}

.hotel.first {
    border-bottom: 1px solid #dedede
}

.hotel .city,
.hotel .country,
.hotel .title {
    float: left;
    width: 55%;
    padding: 5px 5px 5px 10px;
    color: #d59045
}

.hotel .city {
    background: url(../../images/front/building.png) center left no-repeat;
    padding-left: 20px;
    margin-left: 6px
}

.hotel .title a {
    color: #c45b31;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
}

.stars {
    clear: both;
    width: 100%;
    height: 20px;
    top: 85px
}

.stars.s-1 {
    background: 0 0
}

.stars.s-2 {
    background: url(../../images/front/stars-2.png) center no-repeat
}

.stars.s-3 {
    background: url(../../images/front/stars-3.png) center no-repeat
}

.stars.s-4 {
    background: url(../../images/front/stars-4.png) center no-repeat
}

.stars.s-5 {
    background: url(../../images/front/stars-5.png) center no-repeat
}

.hotel-item {
	background: #fcf8e3;
}

.hotel-item a {
	color: #c6672e;
	text-decoration: underline dashed;
    width: 100%;
}

.hotel-item img {
	height: 102px;
	background-size: cover;
}

.hotel-item-info {
	padding-top: 4px;
	float: right;
	width: 57%;
}

.hotel-item-info h6 a {
	color: #c6672e;
	text-decoration: underline dashed;
}

.hotel-item-adress {
	font-size: 14px;
}


.tour {
    width: 96%;
    height: 146px;
    margin: 10px 10px 5px 10px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #dfdedd;
}

.tour img {
    float: left;
    width: 33%;
    height: 130px;
}

@media (max-width: 800px) {
    .tour img {
        width: 30%;
        height: 100px;
    }
}

@media (max-width: 600px) {
    .tour img {
        width: 25%;
        height: auto;
    }
}

.tour .title {
    float: right;
    width: 70%;
    padding: 0 10px 2px 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 800px) {
    .tour .title {
        width: 70%;
    }
}

.revviews .title {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.revviews .description {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    line-height: 16px;
    color: #82736e;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 14px;
}

.revviews .title a {
    color: #c25b30;
    font-weight: 700
}

.revviews .date {
    float: left;
    padding: 5px 0 5px 10px;
    margin: -7px 10px 0 0;
    color: #c25b30;
    font-size: 13px;
}

.news {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0 5px 0px;
    padding-bottom: 5px;
}

.news .title {
    float: left;
    padding: 0px 5px 0px 10px;
    color: #d59045;
    font-size: 14px;
}

.news .title.blog-title {
    width: 200px
}

.news .title a {
    color: #c45b31;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.news .date {
    clear: both;
    float: left;
    padding: 0px 0 0 5px;
    color: darkgrey;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.news.first {
    border-bottom: 1px solid #dedede
}

.seperator {
    clear: both;
    background: url(../../images/front/seperator.png) center top no-repeat;
    height: 25px;
    width: 100%;
}

@media (max-width: 800px) {
    .seperator {
        width: 750px
    }

}

@media (max-width: 700px) {
    .seperator {
        width: 650px
    }

}

@media (max-width: 600px) {
    .seperator {
        width: 550px
    }

}

@media (max-width: 500px) {
    .seperator {
        width: 450px
    }

}

@media (max-width: 400px) {
    .seperator {
        width: 350px;
    }

}

@media (max-width: 360px) {
    .seperator {
        width: 310px
    }

}

.footer-item {
    font-size: 14px;
    text-shadow: none;
    color: white;
}

.footer-item h5 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-item p {
}

.footer-item a{
    padding: 4px 0px;
    color: white;
    display: block;
}

.footer-item a:hover{
    color: white;
    text-decoration: underline dotted;
}


.footer-social img {
    width: 40px;
    height: 40px;
}

.footer-social a {
    padding-left: 6px;
    padding-right: 6px; 
}


/*MAIN PAGE*/

.tours-a-main {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0,5s ease;
    background: transparent;
}

.tours-a-main:hover {
    color: #c87328;
}

@media (max-width: 1100px) {
    .tours-a-main {
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 800px) {
    .tours-a-main {
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .tours-a-main {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .tours-a-main {
    	width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.tours-a-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

@media (max-width: 900px) {
    .tours-a-image img {
        width: 100%;
        height: 160px;
    }
}

@media (max-width: 850px) {
    .tours-a-image img {
        width: 100%;
        height: 140px;
    }
}

@media (max-width: 800px) {
    .tours-a-image img {
        width: 100%;
        height: 140px;
    }
}


@media (max-width: 768px) {
    .tours-a-image img {
        width: 100%;
        height: 210px;
    }
}

@media (max-width: 600px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 500px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 450px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 400px) {
    .tours-a-image img {
        width: 100%;
        height: 110px;
    }
}

.tours-a-info {
    padding: 10px;
}

h5.tours-a-title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #c25c2e;
}

h5.tours-a-title:hover {
    color: red;
}

@media (max-width: 900px) {
    h5.tours-a-title {
        font-size: 14px;
        line-height: 16px;
        height: 36px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 767.9px) {
    h5.tours-a-title {
        font-size: 16px;
        line-height: 20px;
        height: 46px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 600px) {
    h5.tours-a-title {
        font-size: 14px;
        line-height: 17px;
        min-height: 50px;
    }
}

.tours-a-text {
    height: 70px;
    font-size: 14px;
    color: grey;
    padding-bottom: 0.5rem;
}

@media (max-width: 900px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 80px;
        line-height: 16px;
    }
}

@media (max-width: 767,9px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 80px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 70px;
        line-height: 16px;
    }
}

@media (max-width: 500px) {
    .tours-a-text {
        font-size: 14px;
        line-height: 16px;
    }
}


.icon-inner, svg {
    padding-top: 1px;
}

.tours-a-price {
    font-size: 14px;
}

.tours-a-mob-iprice {
    font-size: 18px;
    position: absolute;
    padding-top: 2px;
}

.tours-a-mob-price {
    padding-left: 22px;
    margin: 0px 20px 0px 0px;
    font-size: 13px;
}

.tours-a-mob-idays {
    font-size: 18px;
    position: absolute;
    padding-top: 2px;
}

.tours-a-mob-days {
    padding-left: 25px;
    font-size: 13px;
}

.all-tours {
    display: contents;
}

.all-tour {
    width: 33%;
    padding: 2px 10px; 
    height: auto;
}

@media (max-width: 1000px) {
    .all-tour {
    width: 50%;
    padding: 2px 10px; 
    height: auto;
}
}

@media (max-width: 700px) {
    .all-tour {
    width: 100%;
    padding: 4px 10px; 
    height: auto;
}
}

/*reviews*/

.reviews,
::before,
::after {
    box-sizing: border-box;
    ;
}

.review-button {
    color: #17a2b8;
    font-size: 20px;
    display: flex;
}

.review-date {
    color: #646464;
    font-size: 13px;
}

.review-a-title {
	height: 42px;
}

.review-name {
    color: #eb7541;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}

.review-a-text {
	height: 80px;
}

/*reviews*/

/*MAIN PAGE*/

/*TOUR-INDEX*/

.tour-i-map {
    min-height: 15px;
    border-bottom: 1px solid #E3E2E1;
    padding: 7px 0px 7px 0px;
    color: #82736E;
}

.tour-i-season {
    min-height: 15px;
    border-bottom: 1px solid #E3E2E1;
    padding: 7px 0px 7px 0px;
    color: #82736E;
}

.tour-i-days {
    height: 35px;
    border-bottom: 1px solid #E3E2E1;
    padding: 6px 0px 10px 0px;
    color: #82736E;
}

.tour-i-day {
    height: 15px;
    padding: 12px 0px 10px02px;
    color: #82736E;
}

.tour-i-night {
    height: 15px;
    padding: 12px 0px 10px 0px;
    margin-right: 10px;
    color: #82736E;
}

.tour-i-price {
    height: 35px;
    border-bottom: 1px solid #E3E2E1;
    padding: 6px 0px 10px 0px;
    color: #82736E;
}

.tour-i-book {
    padding-left: 20px;
    padding-right: 20px;
}

.fw-600 {
    font-weight: 600;
    color: #17a2b8;
}

.tour-i-icon {
    height: 35px;
    border-bottom: 1px solid #E3E2E1;
    padding: 6px 0px 10px 22px;
}

.tours-i-desc {
    text-align: center;
}

.photogallery li a img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.tour-i-title {
    display: flex;
    margin-left: -15px;
    font-weight: 600;
}

.tour-i-full-day {
    background: #FBB84C;
    padding: 3px 6px;
    width: 78px;
    border: 2px solid #FFF;
    margin: 0px 10px 0px 10px;
    color: #FFF;
    text-shadow: 1px -1px 1px #DB9545;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 8px;
    text-align: center;
}

@media (max-width: 900px) {
    .tour-i-full-day {
    background: #FBB84C;
    padding: 4px 4px;
    width: 70px;
    border: 2px solid #FFF;
    margin: 0px 0px;
    color: #FFF;
    text-shadow: 1px -1px 1px #DB9545;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 8px;
    text-align: center;
}
}

.tour-i-text {
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    color: #82736E;
}

.tour-i-text p a {
	font-weight: bold;
}

.tour-i-city {
    padding: 5px 0px 0px 0px;
    color: #17a2b8;
    line-height: 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600px;
}

@media (max-width: 700px) {
    .tour-i-city {
    padding: 5px 0px 0px 5px;
    color: #17a2b8;
    line-height: 20px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
}

.no-border {
    border-bottom: 0px;
}

/*TOUR-INDEX*/

/*TOURS-CATS*/

.tours-text {
    color: #000;
    text-align: justify;
}

.tours-c-name {
    float: left;
    clear: both;
    background: url('../../images/front/tour-category.png') no-repeat left center;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 4px 20px;
    color: #6CB6B7;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
}

.tour-c-name {
    text-decoration: none;
}

@media (max-width: 600px) {
    .tours-c-name {
        font-size: 20px;
    }
}

.tours-c {
    display: flex;
    color: black;
    width: 100%;
}

@media (max-width:600px) {
    .tours-c {
        display: inline-block;
    }
}

@media (max-width: 600px) {
     .tours-c-img {
        height: auto;
        clear: both;
        width: 42%;
        float: left
    }
}

@media (max-width: 550px) {
     .tours-c-img {
        height: auto;
        clear: both;
        width: 38%;
        float: left
    }
}

.tours-c-img img {
    width: 180px;
    height: 130px;
    display: flex;
    object-fit: cover;
}

@media (max-width: 600px) {
    .tours-c-img img {
    width: 120px;
    height: 90px;
    display: flex;
}
}

@media (max-width: 550px) {
    .tours-c-img img {
    width: 110px;
    height: 80px;
    display: flex;
}
}

.tours-c-info {
    font-size: 14px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.tours-c-info p {
    margin-bottom: 4px;
}

.tours-c-wrap {
    color: #464646;
}

.tours-c-itinerary {
    color: black;
    font-style: italic;
}

@media (max-width: 600px) {
    h5.tours-c-title {        
    font-size: 16px;
    }
}

.tours-c-more {
    float: right;
    padding-bottom: 8px;
}

.tours-c-icon {
    padding: 22px 25px 18px 18px;
    background: url('../../images/front/icon-tours.gif') no-repeat center left;
}

.tours-c-list {
    padding-top: 4px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
}

.tours-c-list a {
    color: #0c1c6f;
}

.tours-cats-only {
    background: url('../../images/front/left-sidebar.png') repeat;
}

.style-white {
    background: #fff;
}

/*TOURS-CATS*/

.foot {
    clear: both;
    height: 130px;
    width: 100%;
    background: url(../../images/front/foot-1.webp) no-repeat center bottom
}

h1,
h2,
h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #6ebbb9;
    text-align: center;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
    color: #17a2b8;
    text-decoration: none
}

.tours-categories {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px
}

.tours-categories li {
    float: left;
    width: 33%;
    padding: 5px 10px 5px 10px;
    color: #c25b30
}

@media (max-width: 800px) {
    .tours-categories li {
        width: 50%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .tours-categories li {
        width: 100%;
    }
}

.tours-categories li a {
    color: #c25b30
}

.copyright {
    background: url(../../images/front/copyright.png) no-repeat center left;
    height: 50px;
    padding: 4px 0 2px 48px;
    position: relative;
    top: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    width: 220px;
}

.copyright a {
    color: #ff4800
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.welcome-title {
    color: #17a2b8;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.welcome-title-under-menu {
    color: #17a2b8;
	padding-top: 1rem;
    text-align: center;
    font-size: 22px;
    text-decoration: underline dashed;
    text-transform: uppercase;
}

.welcome-title a {
    color: #17a2b8;
    border-bottom: 1px dashed #17a2b8;
    position: relative;
    z-index: 5
}

.welcome-title a:hover {
    color: #6ebbb9;
    border-bottom: none
}

/*.owl-nav {
    height: 100%
    width: 100%;
}

.owl-prev {
    margin-left: 6px;
    position: absolute;
    top: 30%;
    left: -40px;
    background:url(fancybox/fancy_left.png) center no-repeat;
    height: 30px;
    width: 40px;
}

.owl-next {
    margin-right: 6px;
    position: absolute;
    top: 30%;
    right: -40px;
    background:url(fancybox/fancy_right.png) center no-repeat;
    height: 30px;
    width: 40px;
}*/

.about-us {
    background: #eee;
    padding: 20px;
}

.about-title {
    background: #ffa32f;
    padding: 5px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-shadow: 0px 0px 1px #000;
    color: #fff;
    margin: 10px -20px;
}

.about-us p {
    line-height: 18px;
    font-size: 15px;
    padding: 4px;
    margin-bottom: 2px;
}

.cat-name {
    transition: 0.1s ease;
    font-size: 15px;
}

.cat-name:hover {
    background: #df882b!important;
    color: white;
    transition: 0.1s ease;
}

.cat-page {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    margin-bottom: 0px;
}

.cat-page a {
    color: #232323 !important;
}

.gallery img {
    margin: 4px;
    box-shadow: 0px 0px 10px #9b9b9b;
    transition: 0.6s ease;
    width: 132px;
}

.gallery img:hover {
    box-shadow: 0px 0px 40px #9b9b9b;
    transition: 0.6s ease;
    transform: scale(1.1);
}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    position: relative;
    border: solid #f8f9fa;
}

legend {
    margin: 1rem;
}

.hotel-slider-list:hover {
    box-shadow: 0px 0px 10px grey;
    transition: .4s ease;
}

.hotel-slider-list {
    transition: .4s ease;
}

.hotel-slider-info {
    padding: .5rem;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hotel-slider-info h6{
    font-size: 16px;
    color: #c87328;
    height: 30px;
}

.city-country-list a:hover {
    text-decoration: underline dotted;
}

.sight-item {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #8080804a;
}

@media (max-width: 850px) {
    .sight-item {
    height: 120px;
    float: left;
    }    
}

@media (max-width: 800px) {
    .sight-item {
    height: 140px;
    float: left;
    }    
}

@media (max-width: 700px) {
    .sight-item {
    height: 90px;
    float: left;
    }    
}

.sight-item img {
    height: 125px;
    float: left;
}

@media (max-width: 1000px) {
    .sight-item img {
    height: 90px;
    float: left;
    }    
}

@media (max-width: 900px) {
    .sight-item img {
    height: 80px;
    float: left;
    }    
}

@media (max-width: 800px) {
    .sight-item img {
    height: 70px;
    float: left;
    }    
}

.sight-item-link {
    color:
}

.sight-item-info {
    width: 75%;
    float: right;
}

@media (max-width: 1200px) {
    .sight-item-info {
    width: 70%;
    float: right;
}
}

@media (max-width: 1100px) {
    .sight-item-info {
    width: 70%;
    float: right;
}
}

@media (max-width: 1000px) {
    .sight-item-info {
    width: 70%;
    float: right;
}
}

@media (max-width: 950px) {
    .sight-item-info {
    width: 80%;
    float: right;
}
}

@media (max-width: 900px) {
    .sight-item-info {
    width: 75%;
    float: right;
}
}

@media (max-width: 850px) {
    .sight-item-info {
    width: 70%;
    float: right;
    font-size: 13px;
    line-height: 16px;
}
}

@media (max-width: 800px) {
    .sight-item-info {
    width: 75%;
    float: right;
    font-size: 13px;
    line-height: 16px;
}
}


@media (max-width: 400px) {
    .sight-item-info {
    width: 68%;
    float: right;
    font-size: 13px;
    line-height: 16px;
}
}

.sight-item-page {
    font-size: 14px;
    color: grey;
}

.souvenirs-categories {
    float:left;
    width:100%;
    clear:both;
    margin:-10px 0px 10px 20px;
}
.souvenirs-categories li {
    float:left;
    width:50%;
    padding:5px 10px 5px 10px;
    background:url('../../images/front/arrow.png') no-repeat left center;
}
.souvenirs-categories li a {
    color:#C45B31;
}

.city-title {
    color: #00a0df;
    font-weight: bold;
    text-align: center
}

.embassies-icon {
    height:38px;
    width:36px;
    padding:22px 25px 18px 18px;
    background:url('../../images/front/icon-embassies.gif') no-repeat center left;
}
.h3-embassies {
    margin-top:-15px;
    font-size:24px;
    padding-bottom:5px;
}
.embassy-item {
    float:left;
    width:700px;
    border-bottom:1px dotted #A8A8A8;
    padding:10px 0px 10px 0px;
}
.embassy-item img {
    float:left;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:none;
    width:48px;
    height:48px;
    margin:7px 10px 0px 0px;
}   
.embassy-item .embassy-item-right {
    float:left;
    width:500px;
    color:#82736E;
}
.embassy-item .embassy-item-right h5 {
    color:#C45B31;
    font-size:16px;
}

.navbar-fixed-top {
    top: 0;
    position: fixed;
    z-index: 1030;
    right: 0;
}

ion-icon {
  font-size: 30px;
}

.navbar-brand,.nav-link,.dropdown-toggle {
    padding: 0;
}

@media (max-width: 800px) {
    .nav-link {
        padding: .5rem;
    }    
}

@media (max-width: 800px) {
    .btn-info {
        font-size: 14px;
    }    
}

.d-grid {
    display: grid;
}

.footer-tripadvisor {
    height: 80px;
    text-align: center;
    margin-left: 50px;
    padding-left: 10px;
    border-left: 2px double orange;
    margin-top: 20px;
}

.banners h2 {
    position: absolute;
    background: #f0f8ffb3;
    border-radius: 4px;
    padding: 4px 12px;
    margin-top: 2%;
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.fancy_down {
    background: url(/images/front/icons/fancy_down.png) center no-repeat;
    height: 12px;
    width: 20px;
    float: right;
    position: absolute;
    right: 15px;
    top: 20px;
}

@media (max-width: 800px) {
    .fancy_down {
    background: url(/images/front/icons/fancy_down.png) center no-repeat;
    height: 12px;
    width: 20px;
    float: right;
    position: absolute;
    right: 15px;
    top: 20px;
}
}

.mw-400 {
    max-width: 400px;
}

.book-it {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 80px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}

.book-it-60 {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 60px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}
.book-it-40 {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 40px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}

.book-it-mobile {
    width: 100%;
    display: inline-block;
    background: #17a2bd;
    color: #fff;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 4px; 
}

.book-it-mobile:hover {
    color: #fff;
    box-shadow: 0px 0px 10px grey;
    text-decoration: underline dotted;
}

.pt-30 {
    padding-top: 30px;
}

.bottom-block {
     position: relative;
     top: 60px;
     box-sizing: border-box;
     padding: 1rem 1.5rem;
     width: 100%;
     font-size: 1.25rem;
     color: #ff3c41;
     background-color: #fedd31;
}
 .bottom-block.is-fixed {
     position: fixed;
     top: 0;
}

.accommodation-title {
    color: #17a2b8;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.message-success {
    background: #c3e6cb;
    padding: 18px 18px;
    border: 1px solid #abc9b2;
    color: #15572f;
    margin: 8px 0px;
}

.message .error {
    background: #ff8484;
    padding: 10px 18px;
    margin-bottom: 10px 0px;
    color: black;
    border: 1px solid red;
}

.w-33 {
    width: 33%;
}

.table tr th a {
    color: #17a2b8;
    text-align: center;
}

.margin-left-1 {
    margin-left: -1rem;
    text-align: center;
}

.alignleft {
	float: left;
	margin: 0px 14px 0px 0px;
}

.owl-dots {
    height: 0;
    padding: 0;
    margin: 0;
}

.card-header {
    font-weight: 600;
    color: #82736e;
}

.whatsapp {
    height: 58px;
    width: 58px;
    position: fixed;
    bottom: 88px;
    right: 23px;
    z-index: 9999;
    background: url(../../images/front/icons/whatsapp.png) no-repeat center center;
}

.header-icon {
    padding: 16px;
    text-align: center;
}

.whatsapp-mini {
    background: url(../../images/front/icons/whatsapp-mini.png) no-repeat center center;
}

.mail-mini {
    background: url(../../images/front/icons/mail-mini.png) no-repeat center center;
}

.location-mini {
    background: url(../../images/front/icons/location-mini.png) no-repeat center center;
}

.price-tour {
    position: absolute;
    box-sizing: border-box;
    margin: 86px 10px;
    font-size: 18px;
    background: #069688;
    color: white;
    padding: 6px 18px;
    border-radius: 4px;
    right: 30px;
}

.text-place img {
    float: left;
    margin: 15px 15px 15px 0px;
}

.sight_title {
    background: #e79c477d;
    margin-bottom: 15px;
    border-radius: 2px;
}

.sight_name {
    padding: 10px;
    font-family: Roboto, sans-serif;
    color: #ab501b;
}