@font-face {
	font-family: 'PT Sans';

	src: url('../fonts/pt-sans/reg/pt-sans.eot');
	src: url('../fonts/pt-sans/reg/pt-sans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt-sans/reg/pt-sans.svg') format('svg'),
	url('../fonts/pt-sans/reg/pt-sans.woff') format('woff'),
	url('../fonts/pt-sans/reg/pt-sans.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/reg/pt-sans.eot');
    src: url('../fonts/pt-sans/reg/pt-sans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-sans/reg/pt-sans.woff') format('woff'),
         url('../fonts/pt-sans/reg/pt-sans.ttf') format('truetype'),
         url('../fonts/pt-sans/reg/pt-sans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Перекрываем font-face для Chrome, так чтобы он брал шрифт только в формате SVG*/
/*@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/reg/pt-sans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    }
}
*/


*{
	font-family: "PT Sans";
}
body{
	color: #000;
}
.container-fluid{
	min-width: 320px;
}
.nopadding{
	padding: 0;
}
.navbar{
	border:0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
	margin:0;
}
.navbar-brand{
	padding-top: 0;
	padding-right: 0;
}
.navbar-right{
	margin-right: 0;
}
.row{
	margin: 0;
}
#bs-example-navbar-collapse-1 ,#bs-example-navbar-collapse-2{
	position: relative;
	z-index: 90;
}
#bs-example-navbar-collapse-1{
	margin-left: 170px;
}
.site-header{
	background: no-repeat center;
	background-size: cover;
}
.shadow-line-top{
	height: 70px;
	background:rgba(0,0,0, 0.6)
}
.shadow-line-bottom{
	height: 70px;
	background:rgba(0,0,0, 0.6)
}
.shadow-line-middle{
	height: 195px;
}
.navbar-brand span{
	color:#ffffff;
}
.menu-partner{
	position: absolute;
	top:274px;
}
.navbar-default .navbar-nav>li>a{
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:visited{
	color:#ffffff;
	text-decoration : underline;
}
#bs-example-navbar-collapse-1 a{
	text-transform: uppercase;
	font-size: 20px;
	padding-right: 2px;
}
#bs-example-navbar-collapse-2 a{
	text-transform: capitalize;
	font-size: 22px;
	padding-right: 25px;
}
#bs-example-navbar-collapse-1{
	padding-top: 10px;
}
#bs-example-navbar-collapse-1 .last-link{
	padding-right: 0;
}
#bs-example-navbar-collapse-2 .first-link{
	padding-left: 0;
}
#bs-example-navbar-collapse-2 .searchButton{
	font-size: 20px;
	font-weight: bold;
	padding-right: 0;
}
#bs-example-navbar-collapse-2 .orderButton{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	margin-right: 170px;
	padding-right: 39px;
	padding-left: 39px;
}
#bs-example-navbar-collapse-2 .orderButton:hover{
	text-decoration: none;
	color: #ffffff;
	background: #494949;
	border: 1px solid #494949;
}
.glyphicon{
	font-size: 18px;
	font-weight: normal;
}
.navbar-brand-logo{
	color:#ffffff;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
}
.navbar-brand-logo a{
	color: #ffffff;
	text-decoration: none;
}
.navbar-brand-delim{
	float: left;
	width: 1px;
	height: 50px;
	border-right: 1px solid #ffffff;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
}
.navbar-brand-slogan{
	color:#ffffff;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-top: 13px;
}
.partner-name{
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 100px;
	text-shadow: rgba(0,0,0,0.7) 0 0 8px;
	letter-spacing: 7px;
	line-height: 36px;
}
.partner-totalmenu{
	margin-top: 100px;
	background:rgba(0,0,0, 0.6);
	padding-right: 15px;
}
.gray-bottom{
	background: #494949;
	padding-top: 30px;
	padding-bottom: 20px;
}
.basepartners{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 20px;
}
.basepartner-name{
	width: 320px;
	font-size: 16px;
}
.menu-bottom{
}
.basepartner-logo{
	float: left;
	padding-right: 20px;
}
.menu-bottom-header{
	overflow: hidden;
	position: relative;
}
.menu-bottom-header-name{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.menu-bottom-header-name:after{
	content: "";
	display: block;
	background: #ffffff;
	height: 3px;
	width: 1920px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top:-2px;
}
.menu-bottom-header-name a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
.hd-1{
	padding: 0;
}
.hd-2,.hd-3{
	padding-left: 10px;
	padding-right: 10px;
}
.menu-bottom-list{
	padding-left: 0;
	margin-top: 7px;
}
.menu-bottom-list li{
	display:block;
}
.menu-bottom-list li a{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.menu-bottom-list-3{
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 7px;
}
.menu-bottom-list-3 li {
	display:block;
	width:49%;
	float:left;
}
.menu-bottom-list-3 li a{
	color: #ffffff;
	font-size: 16px;
}
.soc-icons{
	float: left;
	margin-top: 30px;
	padding-left: 160px;
}
.soc-icons-list{
	float: left;
}
.soc-icons-list ul li{
	display: block;
	float: left;
}
.soc-icons-text{
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	float: left;
	padding-left: 20px;
	padding-top: 9px;
}
.copyright{
	float: left;
}
.copyright-text{
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	float: left;
	padding-right: 10px;
	padding-top: 8px;
}
.copyright-logo{
	float: left;
}
.payment{
	float: right;
}
.payment ul li{
	display: block;
	float: left;
	padding-left: 5px;
}
.pt-visa{
	padding-top: 7px;
}
.hr-center-1{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-color: #000;
}
.hr-bottom-1{
	margin-top: 30px;
	margin-bottom: 30px;
}
.hr-bottom-2{
	margin-top: 10px;
	margin-bottom: 0;
}
.how-partner{
	position: absolute;
	top:-174px;
	right: 0;
	height: 220px;
	width: 380px;
	background: #ffffff;

}
.how-partner-title{
	height: 45px;
	background: #494949;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.how-partner-text{
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.how-partner-text img{
	float: left;
	padding-right: 10px;
}
.line-bottom-menu{
	display: none;
}

h1, h2{
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 7px;
	color: #000000;
	margin-top: 24px;
	margin-bottom: 19px;
	text-transform: uppercase;
}
.nocap{
	text-transform: none;
}
.header-h2{
	overflow: hidden;
	position: relative;
}
.header-h2-line{
	display: inline-block;
	position: relative;
	padding-right: 43px;
	max-width: 1200px;
}
.header-h2-line:after{
	content: "";
	display: block;
	background: #000000;
	height: 5px;
	width: 1920px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top:3px;
}
p{
	font-size: 17px;
	color: #000000;
}
.map-container{
	padding-top: 20px;
	padding-bottom: 20px;
}
.map {
	width: 100%;
	height: 300px;
	border: 1px solid #494949;
}
.sticker-gray{
	background: #494949;
	color: #ffffff;
	font-size: 14px;
	padding: 5px;
	position: absolute;
	line-height: 14px;
}
.sticker-gray a{
	font-weight: bold;
	color: #ffffff;
}
.main-google-map{
	margin-top: -290px;
	margin-left: 10px;
}
.main-partner{
	padding-bottom: 10px;
}
.main-partner-sticker{
	background: #494949;
	color: #ffffff;
	font-size: 14px;
	display: inline;
	padding: 3px;
}
.serv-sticker{
	background: #494949;
	color: #ffffff;
	font-size: 14px;
	display: inline;
	padding: 3px;
	position: absolute;
	top:10px;
	left: 20px;
}
.main-partner-big{
	height: 590px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	padding: 10px;
	padding-top: 12px;
}
.main-partner-small{
	padding-left: 10px;
}
.main-partner-small-1{
	margin-bottom: 10px;
}
.main-partner-small-2{
}
.main-partner-small-1,.main-partner-small-2{
	height: 290px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	padding: 10px;
	padding-top: 12px;
	position: relative;
}
.main-partner-big-name{
	position: absolute;
	bottom: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	text-shadow: rgba(0,0,0,0.7) 0 0 8px;
}
.main-partner-big-name span{
	font-weight: bold;
	font-size: 24px;
}
.main-partner-small-name{
	position: absolute;
	bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	text-shadow: rgba(0,0,0,0.7) 0 0 8px;
}
.main-partner-small-name span{
	font-weight: bold;
}

.inters-tour-1{
	padding-right: 7px;
}
.inters-tour-2{
	padding-left: 3px;
	padding-right: 3px;
}
.inters-tour-3{
	padding-left: 7px;
}
.inters-tour-1 .inters-tour-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.inters-tour-2 .inters-tour-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.inters-tour-3 .inters-tour-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.inters-tour-1 .magnet-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour-2 .magnet-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour-3 .magnet-foto {
	height: 250px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour-1 .magnet-foto-full {
	height: 375px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour-2 .magnet-foto-full {
	height: 375px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour-3 .magnet-foto-full {
	height: 375px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.inters-tour h4{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
.inters-tour p{
	font-size: 14px;
	color: #000000;
}
.tour-sticker{
	background: #494949;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contact{
	background: #f0f0f0;
}

.contact .contact-data{
	padding: 30px;
}
.contact .contact-data .head{
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
}
.contact .contact-data .location,.contact .contact-data .address{
	font-size: 17px;
	margin-top: 30px;
}
.contact .contact-form{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 90px;
	padding-right: 90px;
}
.contact .contact-form .head{
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
}
.contact .contact-form .form-place{
	margin-top: 30px;
}
.form-control, .btn{
	border-radius: 0;
}
.form-control{
	color: #000;
	border: 1px solid #000;
	font-size: 17px;
}
.form-control:focus{
	border-color: #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-horizontal .control-label{
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	padding-left: 15px;
}	
.input-email{
	padding-top: 7px;
}
.contact-submit{
	color: #fff;
	background: #494949;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #494949;
}
.contact-submit:hover{
	background: #ffffff;
	color: #000;
	border: 1px solid #000;
}
textarea.form-control{
	height: 110px;
	font-size: 17px;
	color: #000;
	border: 1px solid #000;
}
.foto-hide{
	display: none;
}
.partner-linefoto{
	margin-top: 10px;
}
.partner-linefoto-1{
	padding-right: 7px;
}
.partner-linefoto-2{
	padding-left: 3px;
	padding-right: 3px;
}
.partner-linefoto-3{
	padding-left: 7px;
}
.partner-linefoto-1 .foto {
	height: 260px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.partner-linefoto-2 .foto {
	height: 260px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.partner-linefoto-3 .foto {
	height: 260px;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}
.map-tour{
	height: 590px;
	padding: 10px;
	padding-top: 12px;
	border: 1px solid #494949;
}

.tour-foto{
	padding-left: 10px;
}
.tour-foto-1{
	margin-bottom: 10px;
}
.tour-foto-2{
}
.tour-foto-1,.tour-foto-2{
	height: 290px;
	background-size: cover;
	background-position: center;
	padding: 10px;
	padding-top: 12px;
	position: relative;
}
.tour-foto-control{
	position: absolute;
	right: 10px;
	top:10px;
}
.tour-program{
	padding-right: 20px;
}
.tour-program .tour-point{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	/*cursor: pointer;*/
	background: url("../images/tour-point-marker.png") no-repeat 0 5px;
	padding-left: 25px;
	margin-left: 10px;
}
.tour-program .tour-point-open{
	color:#000;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	background: url("../images/tour-point-marker-open.png") no-repeat 0 5px;
	padding-left: 25px;
	margin-left: 10px;
}
.tour-program .tour-point-active{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	background: url("../images/tour-point-marker-act.png") no-repeat 0 5px;
	padding-left: 25px;
	margin-left: 10px;
}
.tour-program .tour-point-detal{
	color: #000;
	font-size: 17px;
	font-style: italic;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tour-point-detal{
	display: none;
}
.tour-program-list{
	padding-top: 20px;
	padding-left: 30px;
	font-size: 17px;
	color: #000;
}
.nodisc{
	list-style-type:none;
}
.simpleline{
	margin: 0;
}
.tour-program-dop{
	padding-top: 0px;
}
.tour-program-dop{
	padding-top: 0px;
}
.tour-order-container{
	background: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}
.tour-order .subline{
	border-bottom: 1px solid #b2b2b2;
}
.tour-order .head1{
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}
.tour-order .head2{
	font-size: 24px;
	padding-bottom: 10px;
}
.tour-order .head3{
	font-size: 17px;
	padding-bottom: 5px;
}
.orderButton-div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.orderButton-tour,.orderButton-tour:visited,.orderButton-tour:link{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding-right: 39px;
	padding-left: 39px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	display: inline-block;
}
.orderButton-tour:hover{
	text-decoration: none;
	color: #ffffff;
	background: #494949;
	border: 1px solid #494949;
}
.dop-foto{
	margin-bottom: 10px;
	height: 290px;
	background-size: cover;
	background-position: center;
	padding: 10px;
	padding-top: 12px;
	position: relative;
}


.search-form-place{
	background: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.search-result-place{
	padding-left: 10px;
}
.search-form-label{
	font-size: 24px;
	color: #000;
	margin: 0;
}
.search-form-place .form-group{
	margin-bottom: 10px;
}
.searchButton-div{
	text-align: center;
	padding-top: 10px;
}
.searchButton-tour{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding-right: 39px;
	padding-left: 39px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	display: inline-block;
}
.searchButton-tour:hover{
	text-decoration: none;
	color: #ffffff;
	background: #494949;
	border: 1px solid #494949;
}
.search-result-item{
	cursor: pointer;
}
.search-result-item .foto{
	height: 220px;
	background-size: cover;
	background-position: center;
	padding-top: 152px;
	margin-left: 10px;
	margin-right: 10px;
}
.search-result-item .foto .shadow-bg{
	background:rgba(0,0,0, 0.6);
}
.search-result-item .foto .shadow-bg .tour-type{
	color: #fff;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	overflow: hidden;
	height: 25px;
}
.search-result-item .foto .shadow-bg .tour-price{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	height: 43px;
}
.search-result-item .foto .shadow-bg .tour-price span{
	font-weight: normal;
}
.search-result-item .desc, .search-result-item .desc-nobord{
	padding-left: 10px;
	padding-right: 10px;
}
.search-result-item .desc{
	border-right: 1px solid #B2B2B2;
}
.search-result-item-desc-bg{
	padding: 10px;
	color: #000;
}
.search-result-item-desc-bg:hover{
	background: #F0F0F0;
}
.search-result-item-desc-bg .tour-head{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.search-result-item-desc-bg .tour-desc{
	font-size: 14px;
	line-height: 16px;
	max-height: 99px;
	overflow: hidden;
}
.selectTour-div{
	float: right;
	display: inline-block;
	padding-top: 10px;
}
.selectButton-div{
	text-align: center;
	padding-top: 10px;
}
.selectButton-tour,.selectButton-tour:visited,.selectButton-tour:link{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	display: inline-block;
}
.selectButton-tour:hover{
	text-decoration: none;
	color: #ffffff;
	background: #494949;
	border: 1px solid #494949;
	text-decoration: none;
}
.pagination > li > a, .pagination > li > span,.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	color: #000;
	font-weight: bold;
	font-size: 20px;
	padding:8px 16px; 
	margin-left: 10px;
	border-color: #000;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li > span,.pagination > li:first-child > a, .pagination > li:first-child > span{
	margin-left: 10px;
}
.pagination > li > a:hover, .pagination > li > span:hover,.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover,.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,.pagination > li > a:focus, .pagination > li > span:focus,.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus,.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus{
	color: #fff;
	border-color: #494949;
	background: #494949;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	border-color: #494949;
	background: #494949;
}

.user-menu-place{
	background: #f0f0f0;
	padding-bottom: 50px;
}
.user-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.user-menu li{
	border-bottom: 1px solid #B3B3B3;
}
.user-menu li a{
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 22px;
	padding-left: 11px;
	padding-top: 9px;
	padding-bottom: 4px;
}
.user-menu li .active{
	background: #494949;
	color: #fff;
}
.user-menu li a:hover{
	background: #494949;
	color: #fff;
}
.repeatButton-div{
	text-align: center;
	padding-top: 10px;
}
.repeatButton-tour, .repeatButton-tour:link, .repeatButton-tour:visited, .i_seen{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
.repeatButton-tour:hover{
	text-decoration: none;
	color: #ffffff;
	background: #494949;
	border: 1px solid #494949;
}
.i_seen{
	background: #99ff99;
}
.my-tour-place{
	padding-left: 10px;
}
.my-tour-cap{
	height: 45px;
	background: #494949;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
.my-tour-row{
	padding-top: 20px;
	/*padding-left: 10px;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.bg-gray{
	background: #f0f0f0;
}
.my-tour-date{
	padding-top: 0px;
	line-height: 16px;
	font-size: 13px;
}
.my-tour-date div span{
	font-weight: bold;
}
.my-tour-photo {
	height: 120px;
	width: 120px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.my-tour-desc{
	/*height: 120px;
	overflow: hidden;*/
}
.my-tour-desc img{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.my-tour-desc span{
	font-weight: bold;
	font-size: 16px;
}
.my-tour-price{
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	text-align: center;
}
.my-tour-action{
	text-align: center;
	padding-top: 0px;
}
.my-tour-hidedata{
	display: none;
}

.profile-form-place{
	padding:20px;
	padding-bottom: 30px;
}
.profile-form-place .form-group{
	margin-bottom: 20px;
}
.profile-form-place .selectButton-tour{
	margin-right: 20px;
}
.profile-part-name h1{
	font-weight: bold;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}
.profile-part-name h3{
	font-weight: bold;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.profile-part-name h4{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}
.map-create-container{
	padding-right: 20px;
}
.map-create{
	width: 100%;
	height: 445px;
}
.point-row{
	clear: both;
}
.point-name-1,.point-name-0{
	padding-left: 20px;
	float: left;
	width: 380px;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
}
.point-name-0{
	background: url("../images/map-marker0.png") no-repeat;
}
.point-name-1{
	background: url("../images/map-marker.png") no-repeat;
}
.point-cange{
	float: left;
}
.point-cange a{
	color: #000;
}
.point-add{
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 10px;
}
.point-add a{
	color: #000;
}
.point-geo{
	float: left;
	font-size: 20px;
}
.point-geo-coord{
	width: 161px;
	float: left;
	padding-left: 20px;
}
.tour-cost{
	padding-top: 15px;
}
.tour-cost-1{
 	padding-right: 10px;
 }
.tour-cost-2{
 	padding-left: 10px;
 }
.checkbox{
	margin-bottom: 5px;
}
.tour-services .checkbox label{
 	font-size: 16px;
 }
 .tour-services .checkbox .checkbox-checked{
 	font-weight: bold;
 }

.tour-foto-set{
	margin-top: 10px;
	margin-bottom: 30px;
}
.tour-foto-list{	
	list-style: none;
	padding: 0;
	margin: 0;
}
.tour-foto-list li{ 
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.tour-foto-list-add{
	 width:165px;
	 height:126px;
	 background: #494949;
	 display: inline-block;
	 cursor: pointer;
	 font-size: 24px;
	 line-height: 24px;
	 text-align: center;
	 color: #fff;
	 padding-top: 40px;
}
.photomain-loader{
	height: 130px;
	margin-bottom:10px;
	border: 1px solid #999999;
}
.photomain-loader2{
	height: 200px;
	width: 300px;
	margin-bottom:10px;
	border: 1px solid #999999;
}
.top-logos {	
	padding-left: 20px;
	height: 90px;
	position: absolute;
	right: 0;
	top: -274px;
	z-index: 98;
}
.top-logos .ico1 img{
	float: left;
	margin-top: 15px;margin-right: 20px;
}
.top-logos .ico2 img{
	float: left;
	margin-top: 13px;margin-right: 15px;
}
.top-logos .ico3 img{
	float: left;
	margin-top: 5px;
}
.ue_undp_message{
	font-style: italic;
	color: #fff;
	margin-bottom: 50px;
}
.photogallery-photo{
	height: 540px;
}
.magnet-text{

}
.breadcrumbs * {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #ffffff;
}
.breadcrumbs{
	position: relative;
	z-index:99;
}
#google_translate_element{
	position:absolute;
	right: 0;
	top:0;
}
.err404{
	font-weight: bold;
	font-size: 36px;
}
.panel{
	margin-top: 20px;
}
.order-tour{
	background: #338FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.order-tour-1{
	margin-top: 20px;
}
.order-tour-2{
	margin-bottom: 30px;
}
.order-tour div{
	color:#ffffff;
	text-align: center;
	font-size: 24px;
}
.order-tour .multiple{
	padding-top: 15px;
}
.order-tour .cost{
	font-weight: bold;
}
.serv-head{
	padding-top: 5px;
	padding-bottom: 5px;
	background: #B8D8FF;
}
.serv-head div{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.serv-group{
	margin-bottom: 10px;
}
.serv-row{
	border-bottom: 1px solid #B8D8FF;
}
.serv-row div{
	font-size: 17px;
}
.serv-row .serv-cost{
	text-align: center;
	font-weight: bold;
}
.serv-row .serv-num{
	text-align: center;
}
.order-tour .col-date{
	line-height: 26px;
}
.order-tour .col-desc{
	line-height: 26px;
}
.order-tour .col-order{
	line-height: 26px;
	padding-top: 5px;
}
#resultSummaDiv{
	margin-top: 5px;
	font-size: 30px;
}
.dateget{
	margin-top: 5px;
	width: 140px;
	color: #000000;
	border: 1px solid;
	text-align: center;
	font-weight: normal;
}
.tourorder-selectnum{
	color: #000000;
	border:1px solid #000000;
}
.repeatButton-user{
	width: 130px;
	margin-bottom: 1px;
}
.buy-wait {
	background: #ffff00;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
	text-align: center;
	display: block;
}
.buy-cancel {
	background: #ff9999;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
	text-align: center;
	display: block;
}
.buy-payed {
	background: #99ff99;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
	text-align: center;
	display: block;
}
.user-serv-list{
	margin-left: 110px;
}
.partner-serv-list{
	padding-left: 20px;
}
.add-admin-item{
	font-weight: bold;
	font-size: 17px;
	position: absolute;
	right: 20px;
}
.profile-form-place table{
	width: 100%;
}
.profile-form-place table td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	font-size: 15px;
}
.seo-open{
	font-weight: bold;
	cursor: pointer;
	text-align: right;
}
.seo-open span{
	font-size: 12px;
}
#seo-data{
	display: none;
}
.active-list-item-0{
color:#666666;
}
.active-list-item-1{
	color:#338FFF;
}
.sort-panel{
	text-align: right;
	margin-bottom: 10px;
}
.admin-top-panel{
	text-align: right;
	margin-bottom: 10px;
}
.admin-input{
	border:1px solid #666666;
	height: 25px;
	max-width: 250px;
}
.admin-input:disabled{
	color: #999999;
}
#admin-tours{
	width: 250px;
}
th p{
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 3px;
	margin-right: 3px;
	line-height:17px;
	text-align: center;
}
td p{
	padding: 0;
	margin: 4px;
	line-height:17px;
}
.lowercase{
	text-transform: lowercase;
}
.margin-b-10{
	margin-bottom: 10px;
}
.tariff-sel{
	background: #eeeeee;
}
.tariff-table tr:hover{
	background: #eeeeee;
}
/*переопределение для главной стр стили из style.css*/

.partner-name{
	display: none;
}

.shadow-line-top{
	height: 90px;
}
.shadow-line-middle{
	height: 175px;
}
.navbar-brand-logo{
	font-size: 36px;
	padding-top: 32px;
}
.navbar-brand-delim{
	height: 70px;
	margin-left: 35px;
	margin-right: 35px;
}
.navbar-brand-slogan{
	font-size: 22px;
	padding-top: 20px;
	line-height: 24px;
}

#bs-example-navbar-collapse-2 a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	padding-right: 15px;
}
#bs-example-navbar-collapse-2 .searchButton{
	text-transform: capitalize;
}
.map-container{
	padding-top: 0;
	padding-bottom: 0;
}

/*adaptive*/
@media only screen and (max-width: 1319px) {
	#bs-example-navbar-collapse-2 .orderButton{
		margin-right: 50px;
	}
	.basepartner-name{
		width: 290px;
		font-size: 14px;
	}
	.soc-icons{
		padding-left: 105px;
	}
	.header-h2-line{
		max-width: 1100px;
	}
	.partner-linefoto-1 .foto, .partner-linefoto-2 .foto, .partner-linefoto-3 .foto{
		height: 240px;
	}
	.point-name-1,.point-name-0{
		width: 355px;
	}
	.point-geo-coord{
		width: 138px;
		padding-left: 15px;
	}
	.navbar-brand-slogan{
		font-size: 18px;
		padding-top: 25px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 1199px) {
	.shadow-line-top{
		height: 45px;
	}
	.shadow-line-middle{
		height: 120px;
	}
	.shadow-line-bottom{
		height: 45px;
	}
	.navbar-brand-logo{
		font-size: 23px;
		padding-top: 10px;
	}
	.navbar-brand-delim{
		width: 1px;
		height: 25px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-brand-slogan{
		font-size: 12px;
		font-weight: normal;
		padding-top: 8px;
		line-height: 14px;
	}
	#bs-example-navbar-collapse-1 a{
		font-size: 14px;
		padding-right: 0px;
		padding-left: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.top-logos {
		background: #ffffff;
		width: 200px;
		height: 60px;
		position: absolute;
		right: 0;
		top: -162px;
	}
	.top-logos .ico1 img{
		margin-top: 7px;margin-right: 20px;
		height:45px;
		width: 50px;
	}
	.top-logos .ico2 img{
		margin-top: 7px;margin-right: 15px;
		height:45px;
		width: 36px;
	}
	.top-logos .ico3 img{
		margin-top: 5px;
		height:50px;
		width: 38px;
	}
	.partner-name{
		font-size: 24px;
		padding-top: 50px;
		letter-spacing: 4px;
		line-height: 26px;
	}
	.partner-totalmenu{
		margin-top: 20px;
	}
	.menu-partner{
		top:162px;
	}
	#bs-example-navbar-collapse-2 a{
		font-size: 16px;
		padding-right: 0px;
	}
	#bs-example-navbar-collapse-2 .searchButton{
		font-size: 14px;
	}
	#bs-example-navbar-collapse-2 .orderButton{
		font-size: 20px;
		margin-right: 10px;
		margin-top:8px;
		padding-right: 18px;
		padding-left: 18px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.bpt-1 .basepartner-logo img{
		width: 53px;
		height: 40px;
	}
	.bpt-2 .basepartner-logo img{
		width: 34px;
		height: 42px;
	}
	.bpt-3 .basepartner-logo img{
		width: 38px;
		height: 74px;
	}
	.basepartner-logo{
		padding-right: 10px;
		min-height: 60px;
	}
	.basepartner-name{
		width: 200px;
		font-size: 13px;
		line-height: 15px;
	}
	.menu-bottom-header-name a{
		font-size: 12px;
	}	
	.menu-bottom-list li a{
		font-size: 13px;
	}
	.menu-bottom-list-3 li a{
		font-size: 12px;
	}
	.soc-icons{
		margin-top: 20px;
		padding-left: 55px;
	}
	.soc-icons-list img{
		width: 30px;
		height: 30px;
	}
	.soc-icons-text{
		font-size: 12px;
		font-weight: normal;
		padding-left: 12px;
		padding-top: 7px;
	}
	.copyright-text{
		font-size: 12px;
		padding-right: 10px;
		padding-top: 6px;
	}
	.copyright-logo img{
		height: 30px;
	}
	.payment img{
		height: 30px;	
	}
	.pt-visa{
		padding-top: 3px;
	}
	.pt-visa img{
		height: 17px;
	}
	.hr-bottom-1{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.how-partner{
		width: 255px;
		height: 135px;
		top:-95px;
	}
	.how-partner-title{
		height: 30px;
		padding-left: 10px;
		padding-top: 6px;
		font-size: 13px;
	}
	.how-partner-text{
		font-size: 11px;
	}
	.how-partner-text img{
		width: 122px;
	}
	h1, h2{
		font-size: 19px;
		letter-spacing: 5px;
		margin-top: 14px;
		margin-bottom: 19px;
	}
	.header-h2-line{
		display: inline-block;
		position: relative;
		padding-right: 24px;
		max-width: 650px;
	}
	.header-h2-line:after{
		content: "";
		display: block;
		background: #000000;
		height: 4px;
		width: 1920px;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top:-4px;
	}
	p{
		font-size: 14px;
	}
	.main-partner-big{
		height: 375px;
	}
	.main-partner-small{
		padding-left: 7px;
	}
	.main-partner-small-1{
		margin-bottom: 7px;
	}
	.main-partner-small-1,.main-partner-small-2{
		height: 184px;
	}
	.main-partner-big-name{
		font-size: 13px;
		line-height: 16px;
	}
	.main-partner-big-name span{
		font-size: 16px;
	}
	.main-partner-small-name{
		font-size: 12px;
		line-height: 12px;
	}
	.inters-tour-1 .inters-tour-foto,.inters-tour-2 .inters-tour-foto,.inters-tour-3 .inters-tour-foto {
		height: 160px;
	}
	.inters-tour-1 .magnet-foto,.inters-tour-2 .magnet-foto,.inters-tour-3 .magnet-foto {
		height: 160px;
	}
	.inters-tour-1 .magnet-foto-full,.inters-tour-2 .magnet-foto-full,.inters-tour-3 .magnet-foto-full {
		height: 240px;
	}
	.inters-tour h4{
		font-size: 14px;
	}
	.partner-linefoto-1 .foto, .partner-linefoto-2 .foto, .partner-linefoto-3 .foto{
		height: 156px;
	}
	.contact .contact-data{
		padding: 20px;
	}
	.contact .contact-data .head{
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
	.contact .contact-data .location,.contact .contact-data .address{
		font-size: 14px;
		margin-top: 20px;
	}
	.contact .contact-form{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.contact .contact-form .head{
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
	.contact .contact-form .form-place{
		margin-top: 20px;
	}
	.form-control, .btn{
		border-radius: 0;
	}
	.form-horizontal .control-label{
		text-align: left;
		font-weight: normal;
		font-size: 14px;
		padding: 0;
		padding-left: 15px;
	}	
	.input-email{
		padding-top: 3px;
	}
	.contact-submit{
		color: #fff;
		background: #494949;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #494949;
	}
	.contact-submit:hover{
		background: #ffffff;
		color: #000;
		border: 1px solid #000;
	}
	.form-control{
		font-size: 14px;
	}
	textarea.form-control{
		height: 90px;
		font-size: 14px;
	}
	.map-tour{
		height: 375px;
	}
	.tour-foto{
		padding-left: 7px;
	}
	.tour-foto-1{
		margin-bottom: 7px;
	}
	.tour-foto-1,.tour-foto-2,.dop-foto{
		height: 184px;
	}
	.tour-program .tour-point{
		font-size: 14px;
		padding-top: 2px;
	}
	.tour-program .tour-point-active{
		font-size: 14px;
		padding-top: 2px;
	}
	.tour-program .tour-point-detal{
		font-size: 14px;
	}
	.tour-program-list{
		padding-top: 15px;
		font-size: 14px;
	}
	.tour-program-dop{
		padding-top: 0px;
	}
	.tour-order .head1{
		font-size: 18px;
		line-height: 18px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.tour-order .head2{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.tour-order .head3{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.orderButton-div{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.orderButton-tour{
		font-size: 20px;
		margin-right: 10px;
		padding-right: 18px;
		padding-left: 18px;
		padding-top: 6px;
		padding-bottom: 6px;
	}





	.search-form-label{
		font-size: 16px;
	}
	.search-form-place .form-group{
		margin-bottom: 5px;
	}
	.searchButton-div{
		text-align: center;
		padding-top: 10px;
	}
	.searchButton-tour{
		font-size: 20px;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.search-result-item .foto{
		height: 140px;
		padding-top: 97px;
	}
	.search-result-item .foto .shadow-bg .tour-type{
		font-size: 14px;
		height: 20px;
	}
	.search-result-item .foto .shadow-bg .tour-price{
		font-size: 16px;
		height: 23px;
	}
	.search-result-item-desc-bg .tour-head{
		font-size: 14px;
		line-height: 16px;
	}
	.selectButton-tour{
		font-size: 18px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		line-height: 18px;
	}
	.pagination > li > a, .pagination > li > span,.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
		font-size: 18px;
		padding:6px 14px; 
	}



	.user-menu li a{
		font-size: 16px;
	}
	.repeatButton-div{
		padding-top: 5px;
	}
	.repeatButton-tour{
		font-size: 12px;
		padding-right: 3px;
		padding-left: 3px;
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 14px;
	}
	.my-tour-row{
		padding-top: 20px;
		padding-left: 5px;
		padding-bottom: 20px;
	}
	.my-tour-photo {
		height: 80px;
		width: 80px;
		margin-left: 10px;
	}

	.my-tour-cap{
		height: 35px;
		font-size: 14px;
		padding-top: 5px;
	}
	.my-tour-date{
		font-size: 10px;
		line-height: 10px;
	}
	.my-tour-desc{
		font-size: 14px;
		line-height: 16px;
	}
	.my-tour-desc img{
		padding-left: 15px;
		height: 80px;
	}

	.my-tour-desc span{
		font-weight: bold;
		font-size: 14px;
	}
	.my-tour-price{
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.my-tour-action{
		text-align: center;
		padding-top: 0px;
	}
	.my-tour-action .tour-sticker{
		margin: 0;
	}
	.repeatButton-user{
		width: 90px;
	}

	.point-name-1,.point-name-0{
		width: 100%;
		font-size: 14px;
	}
	.point-cange{
		float: right;
	}
.point-geo-coord{
	width: 70px;
	padding-left: 10px;
}
.point-geo{
	padding-top: 3px;
	font-size: 16px;
}
.point-add{
	font-size: 16px;
}
.profile-part-name h1{
	font-size: 18px;
}
.profile-part-name h3{
	font-size: 18px;
}
.profile-part-name h4{
	font-size: 18px;
}
.photogallery-photo{
	height: 410px;
}

	.order-tour div{
		font-size: 18px;
	}
	.serv-head div{
		font-size: 16px;
	}
	.serv-row div{
		font-size: 14px;
	}
	.order-tour .col-date{
		line-height: 20px;
	}
	.order-tour .col-desc{
		line-height: 20px;
	}
	.order-tour .col-order{
		line-height: 20px;
	}
	#resultSummaDiv{
		font-size: 20px;
	}
	.user-serv-list{
		margin-left: 75px;
	}

}

@media only screen and (max-width: 767px) {
	.navbar-brand{
		height: 45px;
	}
	.navbar-default .navbar-toggle{
		padding-top: 5px;
		padding-right: 15px;
		margin-top: 6px;
		margin-right: 0;
		margin-bottom: 0px;
		border:0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar{
		width: 32px;
		background: #ffffff;
	}
	.navbar-toggle .icon-bar + .icon-bar{
		margin-top: 8px;
	}
	#bs-example-navbar-collapse-1,#bs-example-navbar-collapse-2{
		padding: 0;
		margin: 0;
		border-top:1px solid #454545;
	}
	#bs-example-navbar-collapse-1{
		margin-top: -1px;
	}
	#bs-example-navbar-collapse-1 a,#bs-example-navbar-collapse-2 a,#bs-example-navbar-collapse-2 .orderButton,#bs-example-navbar-collapse-2 .searchButton,#bs-example-navbar-collapse-1 .last-link,#bs-example-navbar-collapse-2 .first-link{
		color: #ffffff;
		background: #494949;
		padding: 10px;
		margin: 0;
		border:0;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		border-top:1px solid #454545;
		margin-top: -1px;
	}
	#bs-example-navbar-collapse-1 a:hover,#bs-example-navbar-collapse-2 a:hover,#bs-example-navbar-collapse-2 .orderButton:hover,#bs-example-navbar-collapse-2 .searchButton:hover,#bs-example-navbar-collapse-1 .last-link:hover,#bs-example-navbar-collapse-2 .first-link:hover{
		color: #000000;
		background: #ffffff;
		border:0;
		text-decoration: none;
		border-bottom:1px solid #454545;
	}
	.nav{
		margin: 0;
	}
	.menu-partner{
		position: relative;
		top:0px;
	}
	.partner-name{
		padding-left: 15px;
		letter-spacing: 4px;
		padding-top: 50px;
	}
	.partner-totalmenu{
		margin: 0;
		padding: 0;
	}
	.gray-bottom{
		padding-left: 15px;
		padding-right: 15px;
	}
	.basepartners{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.bpt-1 .basepartner-logo img{
		width: 61px;
		height: 46px;
	}
	.bpt-2 .basepartner-logo img{
		width: 38px;
		height: 48px;
	}
	.bpt-3 .basepartner-logo img{
		width: 43px;
		height: 85px;
	}
	.basepartner-logo{
		padding-right: 0;
		min-height: 70px;
	}
	.basepartner-name{
		width: 100%;
		font-size: 14px;
	}
	.bpt-1 .basepartner-logo{
		padding-right: 10px;
	}
	.bpt-2 .basepartner-logo{
		padding-left: 17px;
		padding-right: 16px;
	}
	.bpt-3 .basepartner-logo{
		padding-left: 14px;
		padding-right: 13px;
	}
	.menu-bottom-header-name a{
		font-size: 16px;
	}	
	.menu-bottom-header-name:after{
		display: none;
	}	
	.hd-1,.hd-2,.hd-3{
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.menu-bottom-header-name a{
		font-size: 16px;
	}	
	.menu-bottom-list-3{
		display: none;
	}
	.menu-bottom-list li a{
		font-size: 16px;
	}
	.menu-bottom-list{
		margin: 0;
	}
	.soc-icons{
		float: none;
		padding-left: 0;
		padding-right: 0;
		margin-top: 5px;
	}
	.soc-icons-list img{
		width: 41px;
		height: 41px;
	}
	.soc-icons-text{
		padding-left: 0;
		padding-top: 7px;
		font-size: 14px;
		font-weight: normal;
	}
	.payment{
		display: none;
	}
	.copyright{
		float: none;
	}
	.copyright-text{
		font-size: 14px;
		font-weight: normal;
	}
	.copyright-logo{
		float: right;
	}
	.hr-bottom-1{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.how-partner{
		display: none;
	}
	.line-bottom-menu{
		display: block;
		padding-top: 13px;
	}
	.line-bottom-menu ul{
		padding-left: 15px;
	}
	.line-bottom-menu ul li{
		float: left;
		display: block;
	}
	.line-bottom-menu ul li a{
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.line-bottom-menu ul li .first-link{
		padding-left: 0;
	}
	h1, h2{
		padding-left: 15px
	}
	p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-partner-big{
		height: 200px;
		margin-bottom: 10px;
	}
	.main-partner-small{
		padding-left: 0px;
	}
	.main-partner-small-1{
		margin-bottom: 10px;
	}
	.main-partner-small-1,.main-partner-small-2{
		height: 200px;
	}
	.main-partner-big-name, .main-partner-small-name{
		font-size: 14px;
		line-height: 18px;
	}
	.main-partner-big-name span,.main-partner-small-name span{
		font-size: 18px;
	}
	.inters-tour-1,.inters-tour-2,.inters-tour-3{
		padding-left: 0;
		padding-right: 0;
	}
	.inters-tour-1 .inters-tour-foto,.inters-tour-2 .inters-tour-foto,.inters-tour-3 .inters-tour-foto {
		height: 200px;
	}
	.inters-tour-1 .magnet-foto,.inters-tour-2 .magnet-foto,.inters-tour-3 .magnet-foto {
		height: 200px;
	}
	.inters-tour-1 .magnet-foto-full,.inters-tour-2 .magnet-foto-full,.inters-tour-3 .magnet-foto-full {
		height: 300px;
	}
	.inters-tour h4{
		padding-left: 10px;
		padding-right: 10px;

	}
	.inters-tour p{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-h2-line{
		max-width: 500px;
	}
	.contact .contact-data{
		padding: 15px;
	}
	.contact .contact-data .head{
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
	.contact .contact-data .location,.contact .contact-data .address{
		font-size: 14px;
		margin-top: 10px;
	}
	.contact .contact-form{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 30px;
	}
	.contact .contact-form .head{
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
	.contact .contact-form .form-place{
		margin-top: 20px;
	}
	.form-control, .btn{
		border-radius: 0;
	}
	.form-horizontal .control-label{
		text-align: left;
		font-weight: normal;
		font-size: 14px;
		padding: 0;
		padding-left: 15px;
	}	
	.input-email{
		padding-top: 3px;
	}
	.contact-submit{
		color: #fff;
		background: #494949;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #494949;
	}
	.contact-submit:hover{
		background: #ffffff;
		color: #000;
		border: 1px solid #000;
	}
	.form-control{
		font-size: 14px;
	}
	textarea.form-control{
		height: 90px;
		font-size: 14px;
	}
	.map-tour{
		height: 300px;
	}
	.tour-foto{
		padding-left: 0px;
	}
	.tour-foto-1{
		margin-top: 10px;
		margin-bottom: 0px;
		height: 300px;
	}
	.tour-foto-2{
		display: none;
	}
	.dop-foto{
		height: 300px;
	}
	.tour-program {
		padding-right: 10px;
		padding-left: 10px;
	}
	.orderButton-div{
		text-align: center;
	}





	.search-form-label{
		font-size: 18px;
	}
	.search-result-item .foto{
		height: 200px;
		padding-top: 148px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.search-result-item .foto .shadow-bg .tour-type{
		font-size: 18px;
		height: 25px;
	}
	.search-result-item .foto .shadow-bg .tour-price{
		font-size: 18px;
		height: 27px;
	}
	.search-result-item-desc-bg .tour-head{
		font-size: 18px;
		line-height: 18px;
	}
	.search-tour-delim{
		display: none;
	}
	.search-form-place{
		margin-bottom: 10px;
	}
	.search-result-place{
		padding-left: 0;
	}
	.search-result-item-desc-bg{
		border-bottom: 1px solid #b2b2b2;
		margin-bottom: 10px;
	}
	.pagination > li > a, .pagination > li > span,.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
		font-size: 18px;
		padding:4px 10px; 
		margin-left: 5px;
	}
	.pagination > li > span,.pagination > li:first-child > a, .pagination > li:first-child > span{
		margin-left: 5px;
	}




	.repeatButton-div{
		padding-top: 10px;
	}
	.repeatButton-tour{
		font-size: 16px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 14px;
	}
.my-tour-place{
	padding-left: 0;
}
	.my-tour-cap{
		display: none;
	}
	.user-menu-place{
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.my-tour-row{
		padding-top: 20px;
		padding-left: 5px;
		padding-bottom: 20px;
	}
	.my-tour-desc{
		font-size: 14px;
		line-height: 16px;
	}
	.my-tour-desc img{
		padding-left: 5px;
		height: 80px;
	}

	.my-tour-desc span{
		font-weight: bold;
		font-size: 14px;
	}
	.my-tour-date{
		display: none;
	}
	.my-tour-price{
		display: none;
	}
	.my-tour-action{
		display: none;
	}
	.my-tour-hidedata{
		display: block;
		margin-top: 10px;
	}
	.repeatButton-user{
		width: 130px;
	}
.my-tour-hidedate{
	text-align: center;
	line-height: 14px;
}
.my-tour-hidedate span{
	font-weight: bold;
}
.my-tour-hidedatprice{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.my-tour-hidedatresp{
	text-align: center;

}
.my-tour-hidedataact{
	text-align: center;

}

.map-create-container{
	padding: 0;
}
.map-create{
	height: 300px;
}
.tour-cost-1{
 	padding: 0;
 }
.tour-cost-2{
 	padding: 0;
 }
 .profile-form-place{
 	padding-left: 10px;
 	padding-right: 10px;
 }
.profile-part-name h4{
	margin-top: 20px;
	}
	.photogallery-photo{
		height: 330px;
	}

}
@media only screen and (max-width: 439px) {
	.shadow-line-top{
		height: 60px;
	}
	.shadow-line-middle{
		height: 40px;
	}
	.shadow-line-bottom{
		height: 30px;
	}
	.navbar-brand{
		width: 260px;
	}
	.navbar-brand-logo{
		padding-top: 7px;
	}
	.navbar-brand-delim{
		display: none;
	}
	.navbar-brand-slogan{
		padding-top: 4px;
		line-height: 10px;
	}
	.navbar-default .navbar-toggle{
		padding-top: 13px;
		margin-bottom: 10px;
	}
	.partner-name{
		font-size: 14px;
		letter-spacing: 2px;
		padding-top: 10px;
		line-height: 14px;
	}
	.basepartners{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.basepartner-name{
		line-height: 14px;
	}
	.soc-icons-list{
		text-align: center;
		float: none;
	}
	.soc-icons-list ul{
		text-align: center;
		float: none;
		display: inline-block;
		margin-bottom: 0;
	}
	.soc-icons-list ul li{
		text-align: center;
	}
	.soc-icons-text{
		text-align: center;
		padding-top: 0;
	}
	.copyright-text{
		font-size: 12px;
	}
	.copyright-logo img{
		height: 25px;
	}
	.line-bottom-menu{
		padding-top: 4px;
	}
	.line-bottom-menu ul li a{
		font-size: 10px;
		padding-top: 10px;
		padding-bottom: 0;
		padding-left: 6px;
		padding-right: 5px;
	}
	.header-h2-line{
		max-width: 300px;
	}
	.partner-linefoto-1, .partner-linefoto-2, .partner-linefoto-3{
		display: none;
	}
	.foto-hide{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
.profile-form-place .selectButton-tour{
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
	.photogallery-photo{
		height: 270px;
	}

}

/*adaptive для главной страницы*/

@media only screen and (max-width: 1319px) {
}
@media only screen and (max-width: 1199px) {
	.shadow-line-top{
		height: 60px;
	}
	.shadow-line-middle{
		height: 105px;
	}
	.navbar-brand-logo{
		padding-top: 17px;
	}
	.navbar-brand-delim{
		height: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.navbar-brand-slogan{
		font-size: 14px;
		font-weight: bold;
		padding-top: 15px;
		line-height: 14px;
	}

}
@media only screen and (max-width: 767px) {
	.navbar-default .navbar-toggle{
		padding-top: 13px;
		margin-bottom: 10px;
	}

	.navbar-brand-slogan{
		padding-top: 14px;
		line-height: 14px;
		font-weight: normal;
		font-size: 12px;
	}
	.navbar-brand-delim{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 439px) {
	.shadow-line-middle{
		height: 40px;
	}
	.navbar-brand-logo{
		padding-top: 7px;
	}
	.navbar-brand-delim{
		display: none;
	}
	.navbar-brand-slogan{
		padding-top: 4px;
		line-height: 10px;
		font-weight: normal;
		font-size: 12px;
	}

}
