body{
    margin: 0;
    font-family: Arial;
}
@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local('Arimo'), local('Arimo-Regular'),
        url(fonts/Arimo/Arimo.eot),
        url(fonts/Arimo/Arimo.eot?#iefix) format('embedded-opentype'),
        url(fonts/Arimo/Arimo.woff) format('woff'),
        url(fonts/Arimo/Arimo.ttf) format('truetype'),
        url(fonts/Arimo/Arimo.svg) format('svg');
}
@font-face {
    font-family: 'RageItalic';
    font-style: normal;
    src: local('RageItalic'), local('RageItalic'),
        url(fonts/RageItalic/RageItalic.eot),
        url(fonts/RageItalic/RageItalic.eot?#iefix) format('embedded-opentype'),
        url(fonts/RageItalic/RageItalic.woff) format('woff'),
        url(fonts/RageItalic/RageItalic.ttf) format('truetype'),
        url(fonts/RageItalic/RageItalic.svg) format('svg');
}
ul{
    padding: 0;
    margin: 0;
}
.header{
    width: 100%;
    background: #474a82;
}
.header-block{
    min-width: 1200px;
    overflow: hidden;
}
.logo{
    font-family: 'RageItalic';
    font-size: 50px;
    color: #f9c400;
    margin: 6px 5.5% 0 7.5%;;
    float: left;
}
.phone{
    float: left;
    font-family: 'Arimo';
    font-size: 33px;
    color: #edbb00;
    margin: 15px 4% 15px 0;
}
.phone-text{
    width: 105px;
    float: left;
    font-size: 14px;
    color: #c09802;
    margin: 15px 0 0 0;
}
.main-menu{
    float: left;
    margin: 10px 2%;
}
.main-menu .main-menu-mobil ul{
    overflow: hidden;
    border-radius: 5px;
    list-style: none;
}
.main-menu .main-menu-mobil ul li{
    float: left;
}
.main-menu .main-menu-mobil ul li a{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #272d75;
    font-size: 12px;
    text-decoration: none;
    background: #f9c400;
    padding: 17px 40px;
    border-bottom: 3px solid #e7b808;
    border-right: 1px solid #e7b808;
    border-left: 1px solid #ffd023;
}
.main-menu .main-menu-mobil ul li:first-child a{
    border-left: 0;
}
.main-menu .main-menu-mobil ul li:last-child a{
    border-right: 0;
}
.main-menu .main-menu-mobil ul li a:hover{
    background: #e7b808;
    color: #fff;
    text-decoration: underline;
}
.header-right{
    float: right;
}
.search{
    float: left;
    background: #505385;
    border-radius: 5px;
    border-bottom: 3px solid #383b6e;
    padding: 5px 5px 1px 5px;;
    margin: 11px 0;
    overflow: hidden;
}
.search input{
    width: 249px;
    background: #383b6e;
    border: 1px solid #33366d;
    border-radius: 2px;
    padding: 8.5px 12px;
    float: left;
}
.search button{
    width: 37px;
    height: 38px;
    float: left;
    background: url(../i/search-button.png) no-repeat;
    border: 0;
    cursor: pointer;
}
input:focus, button:focus, span:focus, div:focus, p:focus, a:focus{
    outline: 0;
    color: #fff;
}
.sign-in{
    float: left;
    margin: 11px 10px 0 5px;
}
.sign-in a{
    display: block;
    font-size: 12px;
    color: #f8c400;
    text-decoration: none;
    padding: 15px 25px 14px 35px;;
    background: #505385 url(../i/sign-in.png) left no-repeat;
    border-bottom: 3px solid #383b6e;
}
.sign-in .your-ofice-menu-block{
    display: none;
    border: 3px solid #474b81;
    border-top: 20px solid #474b81;
    position: absolute;
    z-index: 1;
    background: #fff;
    right: 0;
}
.sign-in:hover .your-ofice-menu-block{
    display: block;
}
.sign-in .your-ofice-menu-block ul{
    list-style: none;
    padding: 15px 13px;
}
.sign-in .your-ofice-menu-block ul li a{
    padding: 0;
    background: none;
    border: 0;
    width: 225px;
    border-bottom: 1px solid #474b82;
    text-align: center;
    color: #3f4278;
    font-size: 18px;
    padding: 15px 0;
}
.sign-in .your-ofice-menu-block ul li:last-child a{
    border: 0;
}
.sign-in .your-ofice-menu-block ul li a:hover{
    color: #e4b401;
}
.content{
    /*
    min-width: 1170px;
    max-width: 1570px;
    */
    width: 900px;
    /*
    padding: 0 15px 45px 15px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    overflow: hidden;*/
}
.breadcrumbs{
    background: #fafafa;
    border-bottom: 2px solid #f2f2f1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 20px 10px 20px;
}
.breadcrumbs h1{
    font-size: 24px;
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.breadcrumbs, .breadcrumbs a{
    font-size: 12px;
    color: #6b6b6b;
    text-decoration: none;
    position: relative;
    max-width: 1555px;
    margin: 0 auto;
}
.breadcrumbs a{
    display: inline-block;
    margin: 0 5px;
}
.breadcrumbs a:first-child{
    margin-left: 0;
}
.breadcrumbs a:last-child{
    margin-right: 0;
}
.text{
    min-width: 1200px;
    margin: 0 5px;
}
.text img{
    float: left;
    margin: 0 30px 0 0;
}
.text p{
    line-height: 22px;
    font-size: 12px;
    color: #636363;
}
.text ul{
    font-size: 12px;
    line-height: 19px;
    color: #383b6e;
    float: left;
}
.text ul li{
    font-size: 12px;
    color: #636363;
    text-indent: 0;
    margin-left: 16px;
}
.text ul.nubmer{
    list-style: decimal;
}
.footer{
    background: url(../i/footer.png);
    margin: 0 0 0 0;
}
.footer-block{
    overflow: hidden;
    padding: 20px 10% 30px 10%;
    position: relative;
}
.footer-left{
    float: left;
    color: #c0c1dd;
    font-size: 11px;
}
.footer-menu{
    position: absolute;
    top: 0;
    margin: 35px 0 0 -283px;
    left: 50%;
}
.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.footer-menu ul li a{
    color: #c0c1dd;
    line-height: 25px;
    text-decoration: none;
    font-size: 12px;
    padding: 0 55px 0 0;
}
.footer-menu ul li a:hover{
    text-decoration: underline;
}
.footer-soc{
    float: right;
    color: #9091a6;
    font-size: 11px;
    text-align: right;
    padding: 30px 0 0 0;
}
.footer-soc a{
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.footer-soc a.tw{
    background: url(../i/icon/tw.png) no-repeat;
}
.footer-soc a.vk{
    background: url(../i/icon/vk.png) no-repeat;
}
.footer-soc a.fb{
    background: url(../i/icon/fb.png) no-repeat;
}
.footer-soc a.in{
    background: url(../i/icon/in.png) no-repeat;
}
.footer-logo{
    display: block;
    margin: 0 0 20px 0;
}
.clear{
    clear: both;
}
.breadcrumbs a.add-section{
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 12px;
    color: #383b6e;
    background: url(../i/icon/add-section.png) right no-repeat;
    padding: 0 17px 0 0;
}
.tour-view{
    background: #fafafa;
    padding: 4px 5px;
    margin: 8px 0 0 0;
}
.tour-head-h1 img{
    float: left;
    max-height: 73px;
}
.tour-view-name{
    background: #e1e1e1;
    font-size: 20px;
    /*height: 80px;*/
    line-height: 43px;
    color: #454545;
    padding: 0 13px;
    border-radius: 3px;
    margin: 0 0 6px 0;
    overflow: hidden;
}
.tour-view-name h1{
    font-size: 24px;
}

.tour-head-h1{

}

.tour-view-name a{
    color: #454545;
    text-decoration: none;
}
.tour-view-name a:hover{
    text-decoration: underline;
}
.tour-view-name span{
    display: block;
    font-size: 24px;
    color: #383b6e;
    float: right;
}
.tour-view-description{
    overflow: hidden;
    padding: 0 0 5px 0;
}
.tour-view-description img{
    float: left;
    margin: 0 20px 0 0;
}
.tour-view-text{
    width: 400px;
    display: table-cell;
    vertical-align: top;
    padding: 0 5px 0 0;
}
.tour-view-text h1{
    font-size: 1.3em;
}
.tour-view-text p{
    margin: 0;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px;
}
.tour-view-text ul{
    font-size: 14px;
    color: #383b6e;
    line-height: 19px;
    margin: 25px 0 0 20px;
    text-indent: -16px;
}
.tour-view-text ul.number{
    list-style: decimal;
}
.tour-view-text ul li{
    font-size: 14px;
    color: #6b6b6b;
    line-height: 19px;
    text-indent: 0;
}
.tegs{
    margin: 0 0 8px 0;
}
.tegs a{
    font-size: 12px;
    color: #383b6e;
    text-decoration: none;
}
.itinerary-for-days{
    margin: 20px 0 0 0;
    background: #fafafa;
    padding: 0 10px;
}
.itinerary-for-days-title{
    text-align: center;
    font-size: 20px;
    color: #383b6e;
    padding: 30px 0 25px 0;
}
.day{
    overflow: hidden;
    margin: 0 0 5px 0;
}
.number-day{
    width: 132px;
    margin: 0 5px 0 0;
    position: relative;
    background: #ecedf5;
    display: table-cell;
    border-radius: 3px;
    font-size: 20px;
    color: #464a82;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.number-day div{
    display: inline-block;
}
.number-day span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #636363;
}
.betweem-number-day-and-day-description{
    width: 5px;
    display: table-cell;
}
.day-description{
    width: inherit;
    display: table-cell;
    border-radius: 3px;
    background: #f4f1e7;
    padding: 15px;
    font-size: 13px;
    color: #393939;
    line-height: 22px;
    overflow: hidden;
}
.day-description img{
    float: left;
    margin: 0 30px 0 0;
}
.day-period-block{
    display: table-cell;
    border-right: 1px dashed #cdcdcd;
    border-left: 1px dashed #cdcdcd;
    vertical-align: top;
}
.day-period-block .ui-selectmenu-button{
    width: inherit !important;
    overflow: inherit;
}
.day-period-block .ui-selectmenu-button .ui-selectmenu-text{
	color: #383b6e;
	font-size: 13px;
	border-bottom: 1px dashed #383b6e;
	padding: 0 0 2px 0;
	margin: 0 0 0 64px;
}
.day-period-block .ui-selectmenu-button span.ui-icon{
    width: 5px;
    height: 3px;
    background: url(../i/fiolet-select-span-2.png) no-repeat;
    right: -13px;
    top: 8px;
}
.day-period{
  min-width: 145px;
  overflow: hidden;
  padding: 0 11px 10px 18px;
}
.day-period-left{
    width: 45px;
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #636363;
}
.day-period-right{
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #383b6e;
    width: 100px;
}
.buy-tour{
    min-width: 200px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: top;
}
.buy-tour2{
    /*vertical-align: middle;*/
}
.buy-tour-for-human{
    width: 225px;
    border-radius: 3px;
    background: #e9e9e9;
    overflow: hidden;
    padding: 3px 10px;
}
.buy-tour-for-human-left{
    float: left;
    font-size: 12px;
    line-height: 23px;
    color: #636363;
}
.buy-tour-for-human-right{
    float: right;
    font-size: 20px;
    color: #383b6e;
}
.buy-tour p{
    font-size: 12px;
    color: #cdcdcd;
}
.buy-tour a{
    display: block;
    font-size: 14px;
    color: #cdcdcd;
    text-decoration: none;
    background: #f9c400;
    color: #383b6e;
    border-radius: 3px;
    text-align: center;
    padding: 13px 0;
}
.buy-tour a.more{
    background: #858acd;
    color: #fff;
    margin: 0 0 10px 0;
}
.site-bar{
    width: 250px;
    float: left;
    margin: 4px 0 0 0;
}
.right-site-bar{
    margin: 0 0 0 310px;
}
.slider-nav{
    display: none;
}
.fiolet{
    padding: 5px;
    background: #fafafa;
    border-bottom: 2px solid #f2f2f1;
    border-radius: 3px;
    margin: 0 0 10px 0;
}
.fiolet .ui-selectmenu-button{
    background: #858acd;
    width: inherit !important;
    display: block;
    border-radius: 3px;
}
.fiolet .ui-icon{
    width: 7px;
    height: 4px;
    background: url(../i/fiolet-select-span.png) no-repeat;
}
.ui-selectmenu-menu .ui-menu{
    width: 238px !important;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin: -2px 0 0 0;
    padding: 10px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
}
.ui-menu-item{
    font-size: 14px;
    color: #676767;
    padding: 12px 15px;
}
.ui-menu-item:hover{
    background: #f9c400;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    padding: 11px 15px;
}
#dates-menu, #dates2-menu, #dates3-menu, #dates4-menu, #dates5-menu, #dates6-menu, #dates7-menu, #dates8-menu{
    width: inherit !important;
    margin: 0 0 0 115px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0;
}
#dates-menu .ui-menu-item, #dates2-menu .ui-menu-item, #dates3-menu .ui-menu-item, #dates4-menu .ui-menu-item, #dates5-menu .ui-menu-item, #dates6-menu .ui-menu-item, #dates7-menu .ui-menu-item, #dates8-menu .ui-menu-item{
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    border-bottom: 1px dashed #e1e1e1;
    color: #383b6e;
}
#dates-menu .ui-menu-item:hover, #dates2-menu .ui-menu-item:hover, #dates3-menu .ui-menu-item:hover, #dates4-menu .ui-menu-item:hover, #dates5-menu .ui-menu-item:hover, #dates6-menu .ui-menu-item:hover, #dates7-menu .ui-menu-item:hover, #dates8-menu .ui-menu-item:hover{
    padding: 3px 8px;
    border: 0;
    border-bottom: 1px dashed #e1e1e1;
    background: none;
}
.fiolet p{
    font-size: 14px;
    color: #676767;
    padding: 0 10px;
    position: relative;
    margin: 10px 0 0 0px;
}
.fiolet p.calendar:last-child{
    line-height: 10px;
}
.fiolet p.calendar{
    height: 32px;
}
.fiolet p.calendar:first-child{
    line-height: 50px;
}
.fiolet p.icon{
    background: url(../i/fiolet-p-icon.png) left no-repeat;
    padding: 0 18px;
    margin-left: 10px;
}
.site-bar-title{
    font-size: 14px;
    color: #fff;
    background: #858acd;
    border-radius: 3px;
    padding: 8px 15px;
}
.fiolet p.radio{
    margin: 10px 10px;
    padding: 0 0 0 25px;
}
.fiolet p.radio input{
    display: block;
    top: -1px;
    left: 0;
    position: absolute;
}
.ui-slider-horizontal .ui-slider-handle{
    width: 25px;
    height: 25px;
    background: url(../i/icon/slide-scroll-span.png) no-repeat;
}
.amount{
    font-size: 14px;
    color: #676767;
    border: 0;
    margin: 0 0 0 15px;
    background: none;
}
.calendar{
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
    overflow: hidden;
    line-height: 32px;
}
.calendar input{
    width: 105px;
    font-size: 13px;
    color: #676767;
    float: right;
    padding: 4px 39px 4px 10px;
    background: url(../i/icon/calendar.png) right top no-repeat;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.navigation{
    text-align: center;
    margin: 35px 0 0 0;
}
.navigation a{
    display: inline-block;
    font-size: 13px;
    color: #787878;
    text-decoration: none;
    background: #e1e1e1;
    border-radius: 2px;
    border: 1px solid #d3d1d1;
    padding: 5.5px 9.5px;
    vertical-align: top;
}
.navigation a:hover{
    border: 1px solid #f9c400;
    background: #fff;
}
.navigation a.prev{
    width: 26px;
    height: 26px;
    padding: 0;
    text-align: center;
    background: #e1e1e1 url(../i/icon/navigation.png) top left no-repeat;
}
.navigation a.prev:hover{
    background: #fff url(../i/icon/navigation.png) top left no-repeat;
    background-position: 0 -24px;
}
.navigation a.next{
    width: 26px;
    height: 26px;
    padding: 0;
    text-align: center;
    background: #e1e1e1 url(../i/icon/navigation.png) top left no-repeat;
    background-position: -24px 0;
}
.navigation a.next:hover{
    background: #fff url(../i/icon/navigation.png) top left no-repeat;
    background-position: -24px -24px;
}
.index-logo{
   width: 100%;
   border-bottom: 1px solid #fff;
   margin-bottom: 5px;
}
.logo-print{
    float: left;
}
.contact-print{
    float: left;
    margin-left: 200px;
}
.contact-call-print{
    float: right;
}
/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/

.slider, .slide-block{
	position: relative;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
	
	.slides {
		height: 100%;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        list-style: none;
        padding: 0;
        margin: 0;
	}
	
		.slide {
			height: 100%;
			float: left;
			clear: none;
		}
		.slide img{
            width: 100%;
        }


	.slider-arrows {}

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			.slider-arrow--right { bottom: 50%; right: 0; }
			.slider-arrow--left { bottom: 50%; left: 0; }


	.slider-nav {
		position: absolute;
		bottom: 30px;
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #fff;
		}

				.slider-nav__item:hover { background: #ccc; }
				.slider-nav__item--current { background: #ccc; }

.slider-arrow--left{
    width: 42px;
    height: 95px;
    background: url(../i/slide-prev-next.png) top left no-repeat;
    background-position: 0 0;
    padding: 0;
}
.slider-arrow--right{
    width: 42px;
    height: 95px;
    background: url(../i/slide-prev-next.png) top left no-repeat;
    background-position: -42px 0;
    padding: 0;
}
.hot-tours-and-excursions{
    margin: 15px 155px 0 155px;
    text-align: center;
}
.hot-tours-and-excursions .title{
    text-align: center;
    font-size: 24px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin: 20px 0;
}
.hot-tours-and-excursions-block{
    width: 20%;
    margin: 0 2% 30px 2%;
    display: inline-block;
    vertical-align: top;
}
.hot-tours-and-excursions-img{
    width: 100%;
    position: relative;
}
.hot-tours-and-excursions-img img{
    width: 100%;
}
.hot-tours-and-excursions-price{
    display: inline-block;
    background: url(../i/hot-tours-and-excursions-price.png);
    font-size: 24px;
    color: #fff;
    padding: 6px 23px;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.hot-tours-and-excursions-title{
    display: block;
    font-size: 18px;
    color: #2e2e2e;
    padding: 3px 0;
    text-decoration: none;
}
.hot-tours-and-excursions-title:hover{
    text-decoration: underline;
}
.hot-tours-and-excursions-description{
    font-size: 14px;
    color: #868686;
}
.filter{
    background: #474b82;
    padding: 8px 0 9px 0;
    border: 1px solid #333770;
    border-left: 0;
    border-right: 0;
}
.filter ul{
    text-align: center;
    margin: 0 14px 0 0;
}
.filter ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.filter ul li a{
    display: block;
    width: 175px;
    text-transform: uppercase;
    font-size: 18px;
    color: #41468b;
    text-decoration: none;
    background: #f9c400;
    border-bottom: 5px solid #af8a00;
    border-radius: 5px;
    padding: 12px 0;
}
.filter ul li a:hover{
    background: #e4b505;
    border: 0;
    margin-bottom: 5px;
}
.filter ul li .ui-selectmenu-button{
    width: 200px !important;
    border: 1px solid #333672;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.filter ul li .ui-selectmenu-button span.ui-icon{
    left: 0;
    top: 1px;
    height: 45px;
    width: 43px;
    background-color: #f9c400;
    border-bottom: 4px solid #af8a00;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 4px;
}
.filter ul li .ui-selectmenu-text{
    font-size: 16px;
    text-transform: uppercase;
    color: #707289;
    padding: 0;
    margin: 0 0 0 43px;
    padding: 16px 0 14px 10px;;
    border-left: 1px solid #908f9b;
    border-top: 1px solid #acaba7;
}
.filter ul li.mainland .ui-selectmenu-button span.ui-icon{
    background: #f9c400 url(../i/mainland.png) no-repeat;
}
.filter ul li.filter-country .ui-selectmenu-button span.ui-icon{
    background: #f9c400 url(../i/filter-country.png) no-repeat;
}
.filter ul li.month .ui-selectmenu-button span.ui-icon{
    background: #f9c400 url(../i/month.png) no-repeat;
}
#continent_id-menu, #country_id-menu, #tour_dates-menu {
    width: 156px !important;
    margin: -1px 0 0 45px;
    padding: 0;
    border: 0;
    box-shadow: 0 5px 10px #000;
}
#continent_id-menu .ui-menu-item, #country_id-menu .ui-menu-item, #tour_dates-menu  .ui-menu-item{
    font-size: 13px;
    color: #707289;
    padding: 8px 10px;
    border-top: 1px solid #a6a7c9;
}
#continent_id-menu .ui-menu-item:hover, #country_id-menu .ui-menu-item:hover, #tour_dates-menu  .ui-menu-item:hover{
    border: 0;
    border-top: 1px solid #a6a7c9;
    color: #2d3063;
}
.modal-block{
    width: 595px;
    margin: 10% auto;
    border: 3px solid #474b82;
    border-top: 40px solid #474b82;
    position: relative;
    padding: 0 0 30px 0;
    background: white;
}
.reg{
    width: 650px;
}
.modal-block .close{
    display: block;
    text-decoration: none;
    position: absolute;
    top: -29px;
    right: 14px;
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.modal-block-title{
    font-family: Arial;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0;
}
.input{
    width: 378px;
    margin: 0 auto 30px auto;
}
.reg .input{
    width: 490px;
}
.input-block{
    border: 1px solid #333672;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    border-bottom: 0;
}
.input-block-error{
    border: 2px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}
.name-input{
    width: 118px;
    text-align: center;
    background: #f9c400 url(../i/fiolet-select-span-3.png) right top no-repeat;
    font-size: 19px;
    text-transform: uppercase;
    color: #41468b;
    float: left;
    padding: 10px 0 7px 0;
    border-bottom: 2px solid #af8a00;
    border-left: 1px solid #908f9b;
    background-position-y: 18px;
}
.input-block input{
    width: 227px;
    padding: 8.5px 15px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #cfd0e6;
    margin: 0 0 0 0;
    border: 0;
    border-top: 1px solid #908f9b;
    border-left: 1px solid #908f9b;
    border-bottom: 1px solid #333672;
    color: #000;
    font-size: 19px;
}
.modal-button{
    text-align: center;
    margin: 5px 0 30px 0;
}
.modal-block-button{
    display: inline-block;
    border: 1px solid #333672;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.modal-block button{
    background: #f9c400;
    border: 0;
    border-bottom: 2px solid #af8a00;
    padding: 11px 45.5px 10px 45.5px;
    margin: 0;
    font-size: 19px;
    color: #41468b;
    cursor: pointer;
    text-transform: uppercase;
}
.modal-reg{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #41468b;
}
.modal-reg a{
    display: block;
    color: #026bd7;
    text-decoration: none;
}
.modal-reg a:hover{
    text-decoration: underline;
}
.input-block-error input{
    border-bottom: 1px solid #ff0000;
}
.error-text{
    text-align: center;
    font-size: 14px;
    color: #ff0000;
}
.reg .name-input{
    width: 230px;
}
.reg .error-text{
    text-align: left;
    padding: 0 0 0 230px;
    margin: 8px 0 -20px 0;
}
.for-vendors a{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #454545;
    text-decoration: none;
    background: #e1e1e1;
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 10.5px 0;
}
.for-vendors a:hover{
    color: #fff;
    background: #858acd;
}
.for-vendors-block{
    background: #fafafa;
    padding: 25px 15px;
}
.for-vendors-block-title{
    background: #e1e1e1;
    border-radius: 3px;
    padding: 12px 80px;
    color: #454545;
}
.for-vendors-block-title span{
    font-weight: bold;
}
.input-block input{
    color: #41468b;
}
.for-vendors-block-description{
    text-align: center;
    padding: 20px 0;
}
.vendors-input{
    display: inline-block;
    width: 450px;
    text-align: center;
    border: 1px solid #474b82;
    overflow: hidden;
    border-radius: 3px;
    border-left: 0;
    margin: 0 10px 10px 0;
}
.vendors-input-block{
    position: relative;
}
.vendors-name-input{
    width: 129px;
    position: absolute;
    background: #f9c400 url(../i/fiolet-select-span-3.png) right no-repeat;
    top: 0;
    left: 0;
    border-left: 1px solid #ad8700;
    font-size: 18px;
    color: #191c3f;
    padding: 5.75px 0;
    border-right: 1px solid #908f9b;
    border-bottom: 1px solid #a2a4c2;
    border-top: 1px solid #ad8700;
}
.vendors-input-block input, .vendors-name-input2{
    width: 310px;
    margin: 0 0 0 130px;
    padding: 8px 10px;
    border: 1px solid #474b82;
    border-left: 0;
    border-bottom: 1px solid #a2a4c2;
    font-size: 14px;
    color: #41468b;
    text-align: left;
    background: #f1f2fa;
}
.vendors-name-input2 .checkbox{
    display: inline-block;
    margin: 0;
}
.vendors-input2{
    width: 916px;
}
.vendors-input2 .vendors-name-input2{
    width: 776px;
}
.vendors-button-block{
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #333672;
}
.vendors-button{
    display: inline-block;
    font-size: 20px;
    color: #191c3f;
    background: #f9c400;
    border-bottom: 2px solid #af8a00;
    text-decoration: none;
    padding: 10.5px 30px;
    border-radius: 3px;
}
.vendors-button-block-block{
    margin: 10px 0;
}
.tour-modul-input{
    overflow: hidden;
    margin: 0 0 10px 0;
}
.tour-modul-input-name{
    width: 98px;
    text-align: center;
    float: left;
    background: #858acd;
    font-size: 15px;
    color: #fff;
    border-radius: 1px;
    padding: 5px 0;
}
.tour-modul-input .ui-selectmenu-button{
    border: 2px solid #474b82;
    border-radius: 1px;
    float: right;
}
.tour-modul-input .ui-selectmenu-button  .ui-selectmenu-text{
    font-size: 14px;
    color: #454545;
    padding: 3.75px 12px;
}
.tour-modul-input .ui-selectmenu-button .ui-icon{
    width: 9px;
    height: 6px;
    background: url(../i/icon/arrow-down.png) no-repeat;
    right: 5px;
}
.tour-modul-title{
    font-size: 14px;
    color: #454545;
    padding: 10px 0 10px 25px;
}
.tour-modul{
    padding: 30px 15px;
    background: #fafafa;
}
.tour-modul table{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    border-spacing: 0;
}
.tour-modul table tr{
    width: 100%;
}
.tour-modul table tr:nth-child(odd){
    background: #f2f2f2;
}
.tour-modul table tr td{
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 9.5px 0;
}
.tour-modul table tr td:first-child{
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}
.tour-modul table tr td.number{
    width: 44px;
    text-align: center;
    font-size: 18px;
    color: #454545;
}
.tour-modul table tr td.name{
    font-size: 18px;
    color: #454545;
    padding: 0 0 0 24px;
}
.tour-modul table tr td.icon-search, .tour-modul table tr td.icon-update, .tour-modul table tr td.icon-delete{
    width: 67px;
}
.tour-modul table tr td.icon-search a{
    display: block;
    width: 22px;
    height: 23px;
    background: url(../i/icon/icon-search.png) no-repeat;
    margin: 0 auto;
}
.tour-modul table tr td.icon-update a{
    display: block;
    width: 23px;
    height: 23px;
    background: url(../i/icon/icon-update.png) no-repeat;
    margin: 0 auto;
}
.tour-modul table tr td.icon-delete a{
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background: url(../i/icon/delete.png);
}
.tour-modul table tr:first-child{
    background: #e1e1e1;
}
.add{
    display: block;
    float: right;
    border: 1px solid #47497f;
    font-size: 15px;
    color: #47497f;
    text-decoration: none;
    background: url(../i/icon/border-bottom.png) top left repeat-x;
    padding: 7px 20px 7px 53px;
    position: relative;
    margin: 20px 0;
}
.add .add-icon{
    display: block;
    position: absolute;
    width: 25px;
    height: 23px;
    background: url(../i/icon/add-icon.png) no-repeat;
    top: 3px;
    left: 13px;
}
.site-bar-fixed{
    position: fixed;
    top: 0;
    margin: 0 0 0 0; 
}
    .main-menu{
        margin: 0 0 0 2%;
    }
    .main-menu-mobil ul{
        display: none;
    }
    .main-menu-mobil{
        width: 73px;
        height: 73px;
        background: url(../i/icon/main-menu-mobil.png) center no-repeat;
        cursor: pointer;
        border-radius: 3px;
        margin: 0;
    }
    .main-menu-mobil:hover{
        background: #505385  url(../i/icon/main-menu-mobil.png) center no-repeat;
    }
    .main-menu-mobil:hover ul{
        display: block;
        position: absolute;
        top: 73px;
        border-radius: 0;
        z-index: 1;
    }
    .main-menu-mobil:hover ul li{
        float: none;
    }
    .main-menu-mobil:hover ul li a{
        border: 0;
        background: #474a82;
        color: #fff;
    }
.window{
    position: absolute;
    min-width: 248px;
    border: 3px solid #474b82;
    border-top: 20px solid #474b82;
    top: 73px;
    right: 0;
    z-index: 1;
    background: #fff;
    text-align: center;
    padding: 0 0 10px 0;
}
.window-title{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
.window-input-block{
    position: relative;
}
.window-input-block{
    width: 183px;
    height: 24px;
    border: 1px solid #999ab8;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 4px 0;
}
.window-input-block-text{
    width: 57px;
    font-size: 12px;
    text-transform: uppercase;
    color: #41468b;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #cbcad0;
    border-bottom: 1px solid #b99200;
    background: #f9c400;
    padding: 6px 0 4px 0;
}
.window-input-block input{
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 105px;
    color: #000;
    padding: 0 10px;
    border: 0;
    font-size: 12px;
    color: #41468b;
}
.window-content{
    width: 200px;
    margin: 0 auto;
}
.window-description{
    text-align: center;
    font-size: 11.5px;
    color: #41468b;
    padding: 15px 0;
}
.window-description a{
    color: #026bd7;
    display: block;
}
.window-description a:hover{
    text-decoration: none;
}
.window button{
    font-size: 14px;
    color: #41468b;
    text-transform: uppercase;
    background: #f9c400;
    border: 0;
    padding: 3px 15px;
    border: 1px solid #999ab8;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.window-content-big{
    width: 550px;
    margin: 0 auto;
}
.window-content-big .window-input-block{
    width: 240px;
}
.window-content-big .window-input-block-text{
    width: 105px;
}
.add-tour-title{
    padding: 0 80px;
    background: #e1e1e1;
    border-radius: 5px;
    font-size: 20px;
    color: #454545;
    overflow: hidden;
    line-height: 43px;
}
.right{
    float: right;
}
.add-tour-title .right a, .choose-city, .add-tour-bottom .right a{
    display: inline-block;
    font-size: 15px;
    color: #191c3f;
    text-decoration: none;
    border: 1px solid #333672;
    border-radius: 3px;
    background: #f9c400 url(../i/border-bottom.png) bottom repeat-x;
    line-height: 31px;
    padding: 0 15px;
    margin: 0 0 0 25px;
}
.choose-city{
    margin: 0;
    border: 0;
    line-height: 27px;
}
.add-tour-block{
    margin: 0 0 10px 0;
    position: relative;
}
.add-tour-content{
    width: 775px;
    padding: 15px 80px 0 80px;
}
.add-tour-block-name{
    width: 145px;
    display: inline-block;
    font-size: 15px;
    background: #858acd;
    color: #fff;
    padding: 0 0 0 15px;
    border-radius: 1px;
    line-height: 27px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.add-tour-block input{
    width: 575px;
    border: 2px solid #474b82;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    height: 20.5px;
    padding: 0 10px;
    color: #000;
}
.add-tour-input-title{
    font-size: 15px;
    color: #464a82;
    margin: 5px 0 20px 0;
}
.add-tour-block .checkbox{
    display: inline-block;
    vertical-align: top;
    margin: 6px 20px 0 0;
}
.add-tour-block .add-checkbox{
    color: #474b82;
    font-size: 15px;
    margin: 4px 0 0 0;
    display: inline-block;
    float: none;
}
.add-tour-block .add-checkbox:hover{
    text-decoration: none;
}
.point label.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
    width: 10px;
    height: 10px;
    background: url(../i/point.png) no-repeat;
    margin: 3px 5px 0 0;
    background-position: -10px 0;
}
.point label.ui-state-active{
    background-position: 0 0 !important;
}
.add-tour-block-two{
    width: 45%;
}
.add-tour-block-two input{
    width: 145px;
    padding: 0 10px;
    color: #000;
}
.add-tour-block-two{
    display: inline-block;
}
.add-tour-block-three .add-tour-block-name{
    width: initial;
    padding: 0 10px;
}
.add-tour-block-three input{
    width: 60px;
    text-align: center;
    padding: 0;
}
.mini-block{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.mini-block{
    font-size: 10px;
    line-height: 27px;
}
.mini-block span{
    position: absolute;
    font-size: 11px;
    color: #454545;
    top: -13px;
    line-height: 1;
}
a.red-close{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../i/red-close.png) no-repeat;
    margin: 4px 0 0 10px;
    position: absolute;
    right: -17px;
}
.the-end-tomorrow-left{
    width: 260px;
    display: inline-block;
    vertical-align: top;
}
.the-end-tomorrow{
    margin: 20px 0 0 0;
}
.the-end-tomorrow{
    font-size: 15px;
    color: #464a82;
}
.the-end-tomorrow-left a{
    margin: 5px 0 0 0;
    display: block;
}
.the-end-tomorrow-right{
    width: 505px;
    display: inline-block;
    vertical-align: top;
}
.the-end-tomorrow textarea{
    border: 2px solid #474b82;
    border-radius: 1px;
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin: 5px 0 0 0;
}
.add-tour-bottom{
    margin: 20px 0 0 0;
    padding: 0 80px;
    overflow: hidden;
}
@media screen and (max-width: 1919px) {
    .main-menu{
        margin: 0 0 0 2%;
    }
    .main-menu-mobil ul{
        display: none;
    }
    .main-menu-mobil{
        width: 73px;
        height: 73px;
        background: url(../i/icon/main-menu-mobil.png) center no-repeat;
        cursor: pointer;
        border-radius: 3px;
        margin: 0;
    }
    .main-menu-mobil:hover{
        background: #505385  url(../i/icon/main-menu-mobil.png) center no-repeat;
    }
    .main-menu-mobil:hover ul{
        display: block;
        position: absolute;
        top: 73px;
        border-radius: 0;
        z-index: 1;
    }
    .main-menu-mobil:hover ul li{
        float: none;
    }
    .main-menu-mobil:hover ul li a{
        border: 0;
        background: #474a82;
        color: #fff;
    }
}
@media screen and (max-width: 1300px) {
    .search input{
        width: 180px;
    }
    
    .vendors-input2{
        width: 450px;
    }
    .vendors-input2 .vendors-name-input2{
        width: 310px;
    }
}
@media screen and (max-width: 1223px) {
    .site-bar-fixed{
        position: inherit;
    }
    .main-menu-mobil:hover ul{
        right: 2%;
    }
    .main-menu{
        float: right;
    }
    .header-block, .filter{
        min-width: inherit;
        width: inherit;
        margin: 0 auto;
    }
    .header-right{
        display: none;
    }
    .hot-tours-and-excursions-block{
        width: 45%;
        margin: 0 2.5% 35px 2.5%;
    }
    .content{
        min-width: inherit;
        border-top: 1px solid #dededd;
        background: #f8f8f8;
        min-height: 795px;
    }
    .hot-tours-and-excursions{
        width: 855px;
        margin: 0 auto;
    }
    .footer-soc{
        display: none;
    }
    .footer-menu{
        left: inherit;
        right: 0;
    }
    .site-bar{
        width: 100%;
        text-align: center;
    }
    .fiolet{
        width: 240px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .fiolet .ui-slider-horizontal{
        width: 80%;
        margin: 33px 10%;
    }
    .right-site-bar{
        margin: 0;
    }
    .site-bar{
        width: inherit;
        margin: 25px 15px 0 15px;
        float: none;
    }
    .right-site-bar{
        float: none;
    }
    .filter ul li{
        margin: 0 10px 0 0;
    }
    .filter ul li .ui-selectmenu-text{
        padding: 16px 0 14px 15px;;
    }
    .filter ul li .ui-selectmenu-button{
        width: 185px !important;
    }
    .filter ul li a{
        width: 110px;
    }
}
    
@media screen and (max-width: 1023px) {
    .filter-block{
        width: 855px;
        margin: 0 auto;
    }
    .filter-block{
        width: 855px;
        margin: 0 auto;
    }
    .filter ul li a{
        width: 140px;
        padding: 11px 0 7px 0;
        font-size: 16px;
    }
    .filter ul li .ui-selectmenu-button span.ui-icon, .filter ul li.mainland .ui-selectmenu-button span.ui-icon, .filter ul li.filter-country .ui-selectmenu-button span.ui-icon, .filter ul li.month .ui-selectmenu-button span.ui-icon{
        background-position: 0 -14px;
        height: 31px;
    }
    .filter ul li .ui-selectmenu-text{
        padding: 9px 0 9px 25px;
        font-size: 14px;
    }
    .text{
        min-width: inherit;
    }
    .filter ul li{
        margin: 10px 0 15px 0;
    }
    .filter ul li:first-child{
        width: 500px;
        overflow: hidden;
        margin: 10px 0 0 0;
    }
    .filter ul li div.checkbox:first-child{
        float: left;
    }
    .filter ul li div.checkbox:last-child{
        float: right;
    }
    .filter ul li a{
        width: 200px;
    }
    .filter ul li:last-child{
        display: block;
    }
    .filter ul li:last-child a{
        display: block;
        width: 250px;
        margin: 0 auto;
    }
    .filter ul li a{
        padding: 18px 0 13px 0;
    }
    .filter ul li .ui-selectmenu-text{
        padding: 18px 0 18px 25px;
    }
    .filter ul li .ui-selectmenu-button span.ui-icon, .filter ul li.mainland .ui-selectmenu-button span.ui-icon, .filter ul li.filter-country .ui-selectmenu-button span.ui-icon, .filter ul li.month .ui-selectmenu-button span.ui-icon{
        background-position: 0 -7px;
        height: 49px;
    }
    .filter ul li .ui-selectmenu-button{
        width: 500px !important;
    }
    .filter ul li a:hover{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 872px) {
    .filter-block{
        width: inherit;
    }
    .main-menu-mobil:hover ul{
        right: 0;
    }
    .hot-tours-and-excursions{
        width: inherit;
    }
    .header-block, .filter{
        width: inherit;
    }
    .index-logo{
        width: 50%;
        height: 75%;
        margin: 0 0 0 -25%;
    }
    .logo{
        font-size: 40px;
        margin: 15px 8% 5px 2.5%;
    }
    .filter ul{
        margin: 0;
    }
    .tour-view-text{
        padding: 0 5px 0 0;
    }
    .day-period{
        padding: 0 0 10px 0; 
    }
    .tour-view-description{
        margin: 0 0 10px 0;
        overflow: hidden;
    }
    .tour-view-text{
        display: block;
        min-height: 140px;
        margin: 0 0 10px 0;
    }
    .day-period-block{
        display: block;
        width: 65%;
        float: left;
        border: 0;
    }
    .buy-tour{
        display: block;
        float: right;
        margin: 0;
        padding: 0;
    }
    .day-period-block .ui-selectmenu-button .ui-selectmenu-text{
        margin: 0 0 0 0;
    }
    .buy-tour-for-human{
        width: inherit;
    }
}
@media screen and (max-width: 755px) {
    .phone{
        font-size: 30px;
        margin: 20px 2.5% 20px 0;
    }
    .footer-left{
        display: none;
    }
    .footer-menu{
        position: inherit;
        margin: 0 0 0 0;
    }
    .footer-menu ul{
        display: block;
        float: left;
        width: 33%;
    }
    .footer-block{
        padding: 25px 5% 25px 5%;
    }
}
@media screen and (max-width: 639px) {
    .phone-text{
        display: none;
    }
    .index-logo{
        height: 90%;
    }
    .footer-menu{
        text-align: left;
    }
    .footer-menu ul{
        display: inline-block;
        float: none;
        width: 45%;
        margin: 0 0 10px 0;
        vertical-align: top;
    }
    .filter ul li:first-child{
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .filter ul li a, .filter ul li:last-child a{
        width: 90%;
        margin: 0 5%;
    }
    .filter ul li{
        width: 100%;
    }
    .slider-arrow--left, .slider-arrow--right{
        top: 50%;
        margin: -50px 0 0 0;
        bottom: inherit;
    }
    .filter ul li .ui-selectmenu-button{
        width: 90% !important;
    }
    .hot-tours-and-excursions-block{
        width: 90%;
        margin: 0 5% 35px 5%;
    }
    .phone{
        margin-right: 0;
        margin: 25px 0 15px 0;
    }
    .index-logo{
        display: none;
    }
    .logo{
        margin: 20px 5% 0px 2.5%;
    }
    .main-menu{
        margin-left: 0;
    }
    .slide img{
        min-height: 150px;
    }
    .filter ul li:first-child{
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (max-width: 479px) {
    .phone{
        display: none;
    }
    .footer-menu{
        text-align: left;
    }
    .footer-menu ul{
        width: 45%;
    }
    .day-period-block{
        display: block;
        width: 100%;
        float: none;
        border: 0;
    }
    .buy-tour{
        display: block;
        float: none;
        margin: 10px auto;
    }
}
.checkbox .ui-button-text-only{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../i/checkbox.png) no-repeat;
    cursor: pointer;
    float: left;
    margin: 0 7px 0 0;
}
.checkbox .ui-state-active{
    background-position-x: -16px;
}
.checkbox{
    font-size: 14px;
    color: #454545;
    margin: 16px 15px 0 15px;
}
.filter-block ul li .checkbox{
    display: block;
    height: 23px;
    line-height: 25px;
    margin: 0 0 0 0;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
.filter-block ul li .checkbox:first-child{
    margin: 0 0 6px 0;
}
.filter-block ul li .checkbox .ui-button-text-only{
    width: 24px;
    height: 24px;
    background: url(../i/icon/checkbox2.png) no-repeat;
}
.filter-block ul li .checkbox .ui-state-active{
    background-position-x: -24px;
}
.vendors-name-input2 .checkbox{
    line-height: 15px;
    margin-right: 10px;
}
.vendors-name-input2 .checkbox .ui-button-text-only{
    display: block;
    width: 14px;
    height: 14px;
    background: url(../i/icon/checkbox3.png) no-repeat;
    cursor: pointer;
    float: left;
    margin: 0 3px 0 0;
}
.vendors-name-input2 .checkbox .ui-state-active{
    background-position-x: -14px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
.filter_selected{
	font-size: 14px;
  	margin-left: 7px;
  	color: #676767;
}
.filter_selected a{
	text-decoration: none;
}
.filter_selected a:hover{
	text-decoration: underline;
}