/**** FOR MERGE ****/

.xml_hotels .xml_hotels_content{
	padding: 15px; 
	font-size:17px;
}

.xml_hotels .user_login_form .user_login_form_submit{
    color: white !important;
    background: #002b49;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
	width: 80%;
    margin: 0 auto;	    	    
    padding: 10px 10px;
    font-weight: bold;
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 15px;
	
}

@media (max-width: 767.98px){
	.contact.xml_hotels .contact-box {
		border-bottom: none;
	}
	
	.xml_hotels .user_login_form .user_login_form_submit{
		margin-bottom: 0; 
	}
}

.xml_hotels .user_login_form .fit_row {
	font-size: 0;
	width: 100%;
	margin-top: 10px;
}

.xml_hotels .user_login_form .fit_row span{
    font-size: 17px;
    width: 95px;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    padding: 0;
    padding-right: 5px;
}

.xml_hotels .user_login_form .fit_row input{
	border: none;
    border-bottom: 1px solid #b9b9b9;
	font-weight: 300;
    display: inline-block;
    vertical-align: bottom;
    font-size: 17px;
    line-height: 22px;
    line-height: 26px;
	width: calc(100% - 95px);
}

.xml_hotels .user_login_form .fit_row input:focus {
    outline: none;
    border-color: #aae0f5;
}

.search-list-no-results{
	text-align: center;
    margin-top: 45px;
    min-height: 400px;
}

.search-list-no-results .search-list-no-results-header{
	color: #002b49;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 15px;
}

.search-list-no-results .search-list-no-results-body{
	color: #737374;
    font-size: 17px;
    font-weight: bold;
}

.cruise-port-list .items-list{
	border-bottom: 1px solid #e8e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.news .page-title.w-100{
	width:100%; 
}

.cruise-port-list .items-list .item .title{
	font-size: 27px;
}

.cruise-port-list .items-list .item .content-holder .content{
	padding-top:0px;
	font-size:17px;
}

.b2b-homepage .small-quad-caption-1{
	padding:0 ;
}

.b2b-homepage .large-quad-caption .info p {
    font-size: 22px;
}

.b2b-homepage .small-quad-caption-02 a, .b2b-homepage .small-quad-caption-1 a {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7098039215686275);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74ceefad', endColorstr='#74ceefad');
    padding: 4px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #002b49;
    font-weight: bold;
}

.contact .breadcrumb .breadcrumb-item a{
	font-weight:400; 
}

.contact header h2{
	font-size:17px;
}

.bussines-list-slider .swiper-container{
	text-align:center;
}

.swiper-container-multirow>.swiper-wrapper{
	    display: inline-flex;
}

a{
	color: #75cdee;
}

a:hover{
	color: #0d436a;
}

.contact .contact-box p{
	font-size: 17px;
}

.contact.new-contact .info .price span:first-child small{
	font-size: 17px;
}

.contact.new-contact .info p.blue{
	    font-size: 17px;
}

.pictogram {
	background-size: 60px 60px !important;
	background-position: center center !important;
}

section.cruises{
	
}

.cruise-map{
	height: calc(100% - 15px);
}

section.cruises div.maps-links-holder a{
	display: block;
    background: #75cdee;
    color: #002b49;
    padding: 15px 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

section.ports{
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 2px solid #dcdcdc;
	padding:10px;
}

section.ports .ports-header{
	color: #002b49;
	font-size: 20px;
    font-weight: bold;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 5px;
}

section.ports .ports-group{
	margin-top:10px;
	
}

section.ports .ports-group .ports-name{
	color: #002b49;
	font-size: 18px;
    font-weight: bold;
}

section.ports .ports-group .ports-item{
	display: inline-flex;
}

section.ports .ports-group .ports-items{
	display: inline-flex;
    width: calc(100% - 35px);
    margin-left: 0px;
	    vertical-align: middle;
}

section.ports .ports-group .ports-line{
	width: 35px;
    height: 35px;
    overflow: hidden;
	display: inline-flex;
	    vertical-align: middle;
}

section.ports .ports-group .ports-line div{
	width: 100%;
    height: 100%;
    border-left: 2px solid #0d436a;
    border-bottom: 2px solid #0d436a;
    margin-top: -15px;
    margin-left: 15px;
}

.cruise .bePartnerButton{
	margin-top:0px;
	margin-bottom:20px;
}

.footer-form input[type="submit"]{
    float: right;
    width: 26px;
    padding-left: 8px;
    padding-top: 1px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: #8f8f90;
    font-weight: bold;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.54);
}
.contact .info input[type="submit"]{
	color:white !important;
	
	    background: #002b49;
    border: none;
    color: white;
    text-transform: uppercase;
    width: 100%;
    padding: 17px 10px;
    font-weight: bold;
    font-size: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
	    text-transform: uppercase;
    width: 100%;
    padding: 17px 10px;
    font-weight: bold;
    font-size: 27px;
}

.contact .info input[type="submit"]:hover{
	color: #002b49 !important;
	background: #9eddf4 !important;
}

.offer-inner-res-butt input:hover{
	color: #002b49 !important;
	background: #9eddf4 !important;
}

.xml_hotels .user_login_form .user_login_form_submit:hover{
	color: #002b49 !important;
	background: #9eddf4 !important;
}

.contact .info label span.text.agree-text{
	font-weight: bold;
    font-size: 17px;
}

.bePartnerContent{
    font-size: 17px;
}

.bePartnerContent  p:first-letter{
	padding-left:35px;
}

.bePartnerButton{
	width:100%;
	text-align:center;
	    margin-top: 40px;
}
.bePartnerButton a.read-more-button{
    text-transform: uppercase;
    background: #002b49;
    border: none;
    color: white;
    padding: 10px 30px;
    font-size: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
}

.contact.new-contact .separator .inputs span{
	font-size:17px;
}

.partner-form{
	
}

.partner-form .left-side{
	border-right: 1px solid #b9b9b9;
    padding-right: 45px;
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.partner-form .right-side{
	/* padding-left: 45px; */
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
	padding-right: 0;
}

.partner-form .right-side .agreeP{
	padding-top: 15px;
    padding-bottom: 15px;
}

.bePartnerButton a.read-more-button:hover{
	background: #9eddf4;
    color: #002b49;
}

.forUsContent p:first-letter{
	padding-left:35px;
}
.forUsContent p.last{
	text-align:center;
}


h2.about-us-header-text{
	padding-top:15px;
	padding-bottom:10px;
	font-weight: bold;
	font-size:28px;
	    color: #002b49 !important;
}
.forUsContentHidden{
	display:none;
}
.forUsContent{
    border-bottom: 2px solid #dedede; /* e6e5e5 */
	padding-bottom: 20px;
    font-size: 17px;
}

.forUsContent.open{
	padding-bottom:0px;
	border:none;
}
.readMoreButton{
	width:100%;
	text-align:center;
	    margin-top: 40px;
}
.readMoreButton a.read-more-button{
	text-transform: lowercase;
    background: #002b49;
    border: none;
    color: white;
    padding: 8px 35px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
}

.readMoreButton a.read-more-button:hover{
	background: #9eddf4;
    color: #002b49;
}

.contact .form p textarea.mob-small{
	width: calc(100% - 85px);
    display: inline-block;
	margin-top:5px;
}
.contact .form p.up{
    margin-top: 35px;
    margin-bottom: 38px;
}

.contact .form p.up span.light{
	vertical-align:top;
}

.contact.new-contact .inputs > p:last-child textarea{
	padding:5px;
	    font-weight: 300;
}
.contact .form textarea{
	font-size: 14px;
    line-height: 14px;
	color: #002b49;
	padding:5px;
	font-weight: 300;
	border: 1px solid #c7c5c6;
}
.contact.new-contact .separator input.single{
	font-weight: 300;
    font-size: 18px;
}

.contact .form select{
	background:white;
	    font-size: 20px;
			border: none;
    border-bottom: 1px solid #b9b9b9;
    font-weight: 200;
    font-size: 20px;
    color: #002b49;
    padding: 0px 0px;
    line-height: 20px;
	 -webkit-appearance: none;
  -moz-appearance: none;
    padding-right: 14px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 95% 30%;
}

.contact .form select::-ms-expand {
    display: none;
}

.offer-inner-p-l-15{
	padding-left:15px;
}

.news-image .prev{
	position: absolute;
    top: 10px;
    z-index: 100;
    left: 10px;
    background: #ade1f9;
    opacity: 0.9;
    padding: 6px 10px;
    cursor: pointer;
}
.news .news-image .prev img {
    width: 18px;
}

.news-image .next{
    position: absolute;
    top: 10px;
    z-index: 100;
    right: 10px;
    background: #ade1f9;
    opacity: 0.9;
    padding: 6px 10px;
    cursor: pointer;
}
.news .news-image .next img {
    width: 18px;
}

.news-image .swiper-pagination {
    top: 0px;
}

.news-image .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid white;
    background: none;
    opacity: .8;
}
.news-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}

.p-l-0{
	padding-left:0px;
}
.contact.new-contact .separator input{
	border: none;
	width: 60px;
	border-bottom: 1px solid #a9b8c2;
	padding-left: 15px;
}

.contact .form .separate > span > span.light{
	    width: 80px;
    text-align: right;
    margin-right: 0px;
}

.contact .info p.new-m{
	    margin-bottom: 0px;
    margin-top: 34px;
}

.contact .form p span.light{
	    color: #9eddf4
}

.contact .form p{
	font-weight: 400;
}

.contact .form p.new-font-size{
	font-size:17px;
} 

.contact .contact-box p span{
	font-size:17px;
}

@media (max-width: 767.98px){
.contact .form {
	width:100%;
}

	.contact.new-contact .info p.gray {
		font-size: 17px;
	}
}

@media (min-width: 992px){
.contact.new-contact .border-box, .contact.new-contact .info {
    margin-bottom: 0px;
}}

.contact.new-contact .inputs p textarea{
	    width: calc(100% - 85px);
}

.pagination{
	padding-bottom:0px;
	margin-bottom:0px;
}

.navbreadcrumb{
	padding:0;
}

.contact .form .date input{
	cursor:pointer;
	width:207px;
}

@media (min-width: 992px){



.contact.new-contact .col-lg-8{
	    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.contact.new-contact .col-lg-4{
	padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex: 0 0 30%;
}


.col-4-f{
	    margin-left: -15px;
    padding-right: 0px;
}
}

.contact.new-contact form p.bold{
    font-size: 17px;
    padding-top: 40px;
    padding-bottom: 76px;
}

.contact.new-contact .separator{
	 padding: 25px 25px;
}

.contact form{
	padding: 0 30px;
}

.p-r-0{
	padding-right:0px;
}


@media (max-width: 992px) {
	.bussines-list .bussines-list-first-item{
		margin-bottom:20px;
	}

}

.contact form .separate > span{
	text-align:left;
}

.contact .form input{
    width: calc(100% - 128px); 
	/* or 200px	 */
}

.contact .form p span.light, .contact .form p label.light, .contact .form p input.light{
	font-size:17px;
}

.contact.new-contact .offer-inner-slider-image img{
	width:100%;
}

.contact.new-contact .separator label{
	margin-right:15px;
	    font-size: 16px !important;
}


.contact.new-contact .separator p, .contact.new-contact .separator label, .contact.new-contact .separator input, .contact.new-contact .separator select{
	font-size:17px;
	font-weight:400;
}

.contact .form .separate > span > span{
	    margin-right: 20px;
}

.contact .form p span{
	font-size:17px;
	font-weight:300;
}

.contact.new-contact .separator label span{
	font-weight:300;
}

.contact.new-contact .inputs p input{
	width: calc(100% - 85px);
	    font-weight: 300;
    padding: 0;
}

@media (min-width: 992px){
.contact.new-contact .separator .inputs input {
       font-size: 18px;
    line-height: 24px;
}}

.m-r-0{
	margin-right:0px;
	margin-left:0px;
}

.color-2, .color-2 input, .color-2 textarea, .color-2 select{
	color:#0d436a  !important;
}
#show_mobile_search{
	border:none;
	background:none;
}

.mobile_search{
	display:none;
}

.mobile_search{
	background: #75cdee;
    text-align: center;
    /* margin-right: -30px; */
    /* padding-right: 40px; */
    border: 5px solid #75cdee;
    padding: 4px 0px;
    border-radius: 1px;
    height: 54px;
}

.mobile_search input{
	    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    padding-left: 12px;
}

.light-bg section .container{
	padding-bottom: 0px !important;
}

@media (min-width: 1200px){
.contact .container {
    max-width: 1140px;
}
}

@media (min-width: 992px){
.contact.new-contact .breadcrumb {
    margin-left: 0; 
    margin-right: 0; 
}}

/**** FOR MERGE END ****/



.light-bg section .container {
    padding: 0;
}
.home-container{
    padding-bottom: 5%;
}

.light-bg .container {
    background: white;
	padding-bottom: 40px ; 
}

.f-change footer{
	margin-top: 0px !important;
}

.light-bg footer .container {
    background: transparent !important;
    padding: 0 ;
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 0px;
}

.offer-inner-right{
	background : #dcf2fd; 
	padding-bottom: 25px;
}

.offer-inner-right p.col-title{
	text-align: center;
    border-bottom: 1px solid #7492b3;
    font-size: 20px;
    padding: 10px 0px;
}

.offer-inner-right .offer-inner-ul{
	border-bottom: 1px solid #7492b3;
	padding-bottom: 20px;
	font-size: 17px;
}


.options-items{
	float: left;
}

.options-item{
	height:45px;
	width: 45px; 
	border: 1px solid #002b49; 
	border-radius: 3px; 
	margin-right: 5px;
	display: inline-block;
}

.options-item.bus{
	background: url("../images/bus-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.food{
	background: url("../images/food-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.family{
	background: url("../images/family-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.car{
	background: url("../images/car-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.child{
	background: url("../images/child-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.adult{
	background: url("../images/adult-icon.png");
	background-size: 40px 40px;
	background-position: center center;
}

.options-item.no-border{
	border:none;
}

.offer-inner-icons .options-items{
	float:none;
}

.offer-inner-icons .options-item{
	width: 60px;
    height: 60px;
    background-size: 55px 55px;
}

.offer-inner-right-two{
	padding:0px;
	margin-top:15px; 
	border:1px solid #b9b9b9; 
}

.offer-inner-right-two p.col-title{
    background: #dcf2fd;
    text-align: center;
    font-size: 25px;
    padding: 8px;
}

.offer-inner-res-butt{
	margin-top: 18px;
}

.offer-inner-res-butt input {
	background: #002b49;
    border: none;
    color: white;
    text-transform: uppercase;
    width: 100%;
      padding: 17px 10px;
    font-weight: bold;
    font-size: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.offer-inner-right .col-sub-title{
	font-size: 25px;
    text-align: center;
    border-top: 1px solid #7492b3;
    margin-top: 10px;
    padding-top: 10px;
}

.offer-inner-price{
	text-align: center;
    border: 1px solid #3f628e;
    border-radius: 6px;
	width:80%;
	margin: 0 auto;
}

.offer-inner-price .offer-inner-price-item{
	
}

.offer-inner-price .offer-inner-price-item .item-price-left{
    font-size: 14px;
    display: inline-block;
    text-align: right;
	    min-width: 79px;
}

.offer-inner-price .offer-inner-price-item .item-price-center{
    display: inline-block;
    width: 50px;
	line-height: 15px;
    vertical-align: middle;
}

.offer-inner-price .offer-inner-price-item .item-price-right{
	display: inline-block;
    font-size: 30px;
    text-align: left;
}

.offer-inner-info{
    font-size: 18px;
    border: 1px solid #b9b9b9;
		padding: 15px;
    padding-top: 21px;
    padding-bottom: 32px;
	margin-top: 15px;
}

.offer-inner-info .offer-inner-text{
	line-height: 20px;
	font-size:17px;
}

.offer-inner-addons{

}

.offer-inner-addons .offer-inner-addons-header{
	border-bottom: 2px solid #a4b2c7;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    font-size: 20px;
    padding: 10px;
}

.offer-inner-addons .offer-inner-addons-list{
	max-width: 550px;
    margin: 0 auto;
	font-size: 17px;
}

.offer-inner-addons .offer-inner-addons-list ul{
	
}

.offer-inner-addons .offer-inner-addons-list li{
	width: 50%;
    float: left;
}

.offer-inner-slider{
	    padding: 0px 15px;
}

.offer-inner-slider-image img{
	width:100%;
	height:430px;
}

.offer-inner-slider-label{
	background: #9eddf4;
    font-weight: bold;
    padding: 17px;
    font-size: 23px;
    margin-top: -5px;
}

.offer-inner-slider .next{
	position: absolute;
    top: 10px;
    z-index: 100;
    right: 10px;
    background: #ade1f9;
    opacity: 0.9;
    padding: 6px 10px;
	cursor:pointer;
}

.offer-inner-slider .next img{
	width: 18px;
}

.offer-inner-slider .prev{
	position: absolute;
    top: 10px;
    z-index: 100;
    left: 10px;
    background: #ade1f9;
    opacity: 0.9;
    padding: 6px 10px;
	cursor:pointer;
}

.offer-inner-slider .prev img{
	width: 18px;
}

.offer-inner-slider .swiper-pagination{
	top:0px;
}

.offer-inner-slider .swiper-pagination .swiper-pagination-bullet{
	border: 1px solid white;
	background:none;
	opacity: .8;
}

.offer-inner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:white;
}

.offer-inner-footer-title{
font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #e8e7e7;
    padding: 5px 10px;
    /* margin-top: 15px; */
    margin-bottom: 20px;
}

.offer-inner-footer-slider-item{
	height: 210px;
    background-size: cover !important;
    margin: 0px 12px;
}

.bussines-list-clients-slider .bussines-list-clients{
	margin: 0px 12px;
	font-size:18px;
}

.offer-inner-footer-slider-item a{
	    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7098039215686275);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74ceefad', endColorstr='#74ceefad');
    padding: 4px;
    width: calc(100% - 24px);
    text-align: center;
       font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
    color: #002b49;
    font-weight: bold;
}

.offer-inner-footer-slider{
	font-size:0px;
}

.bussines-list-clients-slider{
	font-size:0px;
	position:relative;
}

.bussines-list-slider{
	font-size:0px;
	position: relative;
}

.offer-inner-footer-slider .swiper-container{
	width:calc(100% - 90px);
	    display: inline-block;
}

.bussines-list-clients-slider .swiper-container{
    width: calc(100% - 160px);
    display: block;
    margin: 0 auto;
}

.bussines-list-slider .swiper-container{
	width:calc(100% - 50px);
	display: block;
	margin: 0 auto ;
}

.offer-inner-footer-slider .prev{
    width: 45px;
    display: inline-block;
    float: left;
    margin-top: 90px;
	    cursor: pointer;
}

.bussines-list-clients-slider .prev{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 35px;
    width: 35px;
	cursor:pointer;
}

.bussines-list-slider .prev{
	display:none;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 35px;
    width: 35px;
	cursor:pointer;
}

.offer-inner-footer-slider .prev img{
	
}

.offer-inner-footer-slider .next{
    width: 45px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 90px;
	cursor: pointer;
}

.bussines-list-clients-slider .next{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 35px;
    width: 35px;
	text-align:right;
	cursor:pointer;
}

.bussines-list-slider .next{
	display:none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 35px;
    width: 35px;
	text-align:right;
	cursor:pointer;
}

.offer-inner-footer-slider .next img{
	
}

.offer-inner-right-two-date{
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.offer-inner-right-two-date input{
    background-image: url(../images/calendar.jpg);
    background-repeat: no-repeat;
    background-position: center right 5px;
    padding-right: 30px;
	border: none;
    border-bottom: 1px solid #b9b9b9;
    color: #002b49;
    font-weight: 300;
    font-size: 18px;
    width: 170px;
    max-width: 100%;
    cursor: pointer;
}

.offer-inner-right-two-date input:focus{
	outline: none;
    border-color: #aae0f5;
}
    
.offer-inner-right-two-hotel{
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.offer-inner-right-two-hotel input{
	
    background-image: url(../images/tui-icons-set/png/location.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
    padding-right: 30px;
    border: none;
    border-bottom: 1px solid #b9b9b9;
    color: #002b49;
    font-weight: 300;
    font-size: 18px;
	width: 170px;
    max-width: 100%;
    background-size: 29px;
}

.offer-inner-right-two-hotel input:focus{
	outline: none;
    border-color: #aae0f5;
}
	
	
.offer-inner-right-two-selects{
	text-align: center;
    padding: 0px 0px 10px 0px;
}

.offer-inner-right-two-selects select{
	border: none;
    border-bottom: 1px solid #b9b9b9;
    font-weight: 200;
    font-size: 20px;
    color: #002b49;
    padding: 0px 0px;
    line-height: 20px;
	 -webkit-appearance: none;
  -moz-appearance: none;
    padding-right: 14px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 95% 30%;
	
}

.offer-inner-right-two-selects select::-ms-expand {
    display: none;
}

.offer-inner-right-two-selects label{
	min-width: 90px;
    text-align: right;
	font-size: 18px;
	margin-right: 5px;
}
   
/******************* FIXES *******************/
.main-links ul li a{
	font-size: 28px;
}

.main-links ul li a.active{
	/*font-weight:bold;*/
}

.home-top-slider .text p{
	font-size: 22px;
}

.home-top-slider .text h2{
	font-size: 37px;
}
.home-top-slider .swiper-container-no .center{
	height:390px;
}


header.main-header.white .right , header.main-header.white .langs a{
	color:white;
}


header.main-header .search{
    width: 250px;
    height: 42px;
    background: #75cdee;
    text-align: center;
    margin-right: -40px;
    padding-right: 40px;
    border: 5px solid #75cdee;
	    border-radius: 1px;
}

header.main-header .search{
    width: 250px;
    height: 42px;
    background: #75cdee;
    text-align: center;
    margin-right: -40px;
    padding-right: 40px;
    border: 5px solid #75cdee;
	    border-radius: 1px;
}

header.main-header .search.open{
    display: inline-block;
}

header.main-header .search input{
	width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    padding-left: 12px;
}

/******************* NAVIGATION *******************/
.toggle-navbar-header {display:none;}
.navbar {
    background: #75cdee;
    color: #002b49;
    font-size: 20px;
	padding:0;
}
.navbar-nav {
	max-width: 1048px;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #002b49;
	padding: 10px 15px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #002b49;
}

.navbar-nav a:hover {
	color: #fff!important;
    background: #002b49;
}
.navbar-light .navbar-toggler {border:none;}
.navbar-light .navbar-toggler-icon {
	background-image: url(../images/navbar-toggler-icon.png);
	height: 35px;
	width: 60px;
	margin: 15px;
}

/********************* FOOTER *********************/
footer {
	background:#737374;
	/* margin-top: 5%; */
}
.ft-details{
	min-height:50px;
	max-width: 1140px;
    margin: 0 auto;
}
.footer-menu {float:left; min-height: 50px;     width: 660px;}
.footer-menu ul {margin:0; padding-left: 0px; text-align:center;}
.footer-menu li{
	display:inline-block; 
	list-style:none;
	margin: 11px 0px;
	
}
.footer-menu li a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding: 0px 30px;
}
.shout {
    background: #8f8f90;
    float: left;
    width: 370px;
    padding: 10px 16px;
    margin-right: 20px;
}

.shout .shout-input{
	background: none;
    border: none;
    color: white;
	vertical-align: middle;
}

.shout .shout-input::placeholder , .shout .shout-input::-webkit-input-placeholder  {
	color: white;
	opacity: 0.54;
}

.shout .shout-input:-moz-placeholder , .shout .shout-input::-moz-placeholder  {
	color: white;
	opacity: 0.54;
}

.shout .shout-input:-ms-input-placeholder {
	color: white ;
	opacity: 0.54 ;
}

.shout .shout-input::-ms-input-placeholder {
	color: white ;
	opacity: 0.54 ;
}


.socials {padding:6px;}
.socials a {display:inline-block;}
.copyright {
	background:#e3e3e3;
	text-align:center;
	font-size:14px;
	padding:5px;
}

.shout img{
    color: white;
    width: 32px;
    margin-top: -3px;
    margin-right: 12px;
} 

/******************* HOME PAGE *******************/
h5.content-header-text {
	padding: 30px 0;
	color: #8c8c8c;
	font-size: 26px;
	font-weight: 300;
	margin: 0;
}

.large-quad-holder{
	padding: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

.small-quad-holder{
	padding: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
.small-quad-holder2{
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.long-quad-hoder{
	padding: 0;
	padding-top: 5px;
	padding-right: 5px;
}

.long-quad-hoder2{
	padding: 0;
	padding-top: 5px;
	padding-left: 5px;
}

.small-quad-caption-1,.small-quad-caption-02,.large-quad-caption,.long-quad-caption,.small-quad-caption-03{
	height: 100%;
	width: 100%;
	background-size: cover !important; 
}

.small-quad-caption-1{
	background-size: 100% 100% !important; 
}

.small-quad-caption-02{
	display: table;
	position: relative;
}
.small-quad-caption-02 .vertical-center{
 	display: table-cell;
    vertical-align: middle;
}
   
.small-quad-caption-02 .vertical-center{
	color:white;
	width: 100%;
}

a.red-button {
    background: #e30d13;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.small-quad-caption-02 h5 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 15px 0 5px;
}

.small-quad-caption-02 p {
	font-size: 1rem;
}

.small-quad-caption-02 a.but-title{
color:white ; 	
}

.small-quad-caption-02 a.red-button{
	background: #e30d13;
	padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.large-quad-caption .info{
	background: rgba(117,205,238,0.8);
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 20px;
	width: 35%;
}

.large-quad-caption .info h5{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bolder;
}	

.large-quad-caption .info a {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.large-quad-caption .info p{
	font-size: 20px;
}

.small-quad-caption-1 .info{
	padding: 20px;
}

.small-quad-caption-1 .info h5{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bolder;
}

.small-quad-caption-1 .info p{
	font-size: 18px;
}

.long-quad-caption a, .small-quad-caption-03 a{
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7098039215686275);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74ceefad', endColorstr='#74ceefad');
    padding: 4px;
    width: 100%;
    text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #002b49;
	font-weight: bold;
}

.slider{
	margin-bottom: -1px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #002b49;
}
.small-quad-holder2:hover .overlay {
	opacity: 0.5;
}


.small-quad-holder2:hover .info{
	position:relative;
}

.business-innder-3 .page-title{
    background: #b1dff6;
    color: #002b49;
    padding: 10px;
    font-weight: bold;
    font-size: 21px;
	
    padding-left: 15px;
}

.business-innder-3 .text-holder-cc{
	border: 1px solid #e8e7e7;
	margin-top:17px;
}

.business-innder-3 .text-holder-cc .text-holder-cc-txt{
	float:left;
    padding: 15px 10px;
	font-size:17px;
	line-height: 21px;
}
/*
.business-innder-3 .navbreadcrumb{
	padding:0;
}
*/
.business-innder-3 .resrver-button input[type="submit"]{
	width: 40%;
    margin-top: 20px;
}

.bussines-offer-inner-footer-title{
    border-bottom: 1px solid #e8e7e7;
    padding: 5px 10px;
    font-size: 23px;
    margin-bottom: 20px;
}

.bussines-list .separate-line{
	border-bottom: 1px solid #e8e7e7;
    padding: 5px 10px;
    font-size: 20px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.bussines-list .separate-line.no-m-top{
	margin-top: 0px;
}

.bussines-list .separate-line.m-b-40{
	margin-bottom: 40px;
}

.bussines-list .bussines-list-first-item{
	padding-left: 7.5px;
    padding-right: 7.5px;
}

.bussines-list .bussines-list-first-item .item-image{
	height: 185px;
	position:relative;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bussines-list .bussines-list-first-item .item-image a{
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7098039215686275);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74ceefad', endColorstr='#74ceefad');
    padding: 4px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    text-transform: uppercase;
    color: #002b49;
    font-weight: bold;
}

.bussines-list .bussines-list-slider-item{
	height: 110px;
    margin: 2px;
    border: 2px solid #e8e7e7;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bussines-list-slider .swiper-container{

}

.bussines-list-clients{
	border: 2px solid #e8e7e7;
    margin: 0px 12px;
    font-size: 18px;
    padding: 15px;
}

.bussines-list-clients .bussines-list-clients-image{
    text-align: center;
    padding: 10px 0px;
}

.bussines-list-clients .bussines-list-clients-image img{
	height:130px;
	width:130px;
	border-radius:100%;
}

.bussines-list-clients .bussines-list-name{
	font-size: 20px;
    text-align: center;
    /* font-weight: bold; */
    padding: 10px 0px;
}

.bussines-list-clients .bussines-list-info{
	font-size: 16px;
    color: #7a7777;
}

.news .news-container{
    font-size: 17px;
    padding-top: 15px;
	padding-bottom: 40px;
}

.news .news-image{
    padding: 15px;
	padding-top:0px;
}

.news .news-image img{
	width:100%;
}
/*
.news.business-innder-3 .navbreadcrumb{
	padding: 0px 15px;
}*/

.news .share-news-button{
    background: url(../images/tui-icons-set/png/share.png) #b1dff6;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 100px;
    font-size: 18px;
    width: 140px;
    padding: 12px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
	font-weight:bold;
}

.news .page-title{
	width: calc(100% - 159px);
    display: inline-block;
}

.news-list-item{
	border: 1px solid #969696;
	margin-bottom: 30px;
}

.news-list-item img{
	width:100%;
}

.news-list-item h3{
    font-size: 17px;
    padding-top: 10px;
    padding-left: 15px;
	padding-right: 15px;
	font-weight:600;
}

.news-list-item p{
    font-size: 17px;
    padding-left: 15px;
	padding-right: 15px
}

.news-list-item p a.view-more{
    text-transform: lowercase;
    background: #002b49;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
}

.news-list-item p.news-more-button-holder{
	text-align:right;
}

.news-list-item p a.view-more:hover{
	background: #9eddf4;
    color: #002b49;
}

.news .desktop-nav-footer{
	text-align: center;
}

.contacts-holder .contacts-item{
	
}

.contact-item-image-holder img{

}

.contacts-holder .contacts-item .contacts-border-holder{
	border: 1px solid #969696;
	    padding: 25px;
		-webkit-box-shadow: 6px 6px 0px 0px rgba(217,217,217,1);
-moz-box-shadow: 6px 6px 0px 0px rgba(217,217,217,1);
box-shadow: 6px 6px 0px 0px rgba(217,217,217,1);
}

.contacts-holder .contacts-item .contact-item-image-holder img{
	width: 100%;
}


.contacts-holder .contacts-item .contact-item-image-holder{
	position:relative;
}

.contacts-holder .contacts-item .contact-item-image-holder .image-mask{
    background-color: rgba(50, 50, 50, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	opacity: 0;
    -webkit-transition: all 0.2s ease-in 0.1s;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -ms-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
	display : flex;
	align-items : center;
}

.contacts-holder .contacts-item .contact-item-image-holder .image-mask .image-mask-relative{
	position:relative; 
	height:100%;
}

.contacts-holder .contacts-item .contact-item-image-holder .image-mask a{
    background: white;
    padding: 10px;
    display: inline-block;
    white-space: normal;
	margin: 0 auto;
	border-radius: 3px;
}

.contacts-holder .contacts-item .contact-item-image-holder .image-mask a img{
	width: 20px;
}

.contacts-holder .contacts-item .contact-item-image-holder:hover .image-mask{
	opacity: 1;
}

.contacts-holder .contacts-item h3{
	font-size: 30px;
    padding-top: 15px;
}
  
.contacts-holder .contacts-item p{
    margin-bottom: 0;
    font-size: 17px;
    color: #737374;
}

.contacts-holder .contacts-item p.email{
	padding-top: 15px;
}

.contacts-holder .contacts-item p.email a{
	color:#002b49;
}

/******************* SIZES *******************/
.large-quad-holder {
	height: 500px;
}
.small-quad-holder{
	height: 250px;
}
.small-quad-holder2{
	height: 250px;
}
.long-quad-hoder{
	height: 250px;
}
.long-quad-hoder2{
	height: 250px;
}

.b2_background{
	background: #75cdee url('../images/small-quad-01.png');
}

/******************* RESPONSIVE *******************/


@media (min-width: 992px){
	.navbar{
		display:none;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	.shout{
		width:207px;
	}
	
	.shout .shout-input{
		max-width: 85px;
	}
}
@media (max-width: 992px) {
	
	.filter-holder .top-mobile-filters .filter-option-select select{
		    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 21px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 95% 30%;
	}
	
	.filter-holder .top-mobile-filters .filter-option-select select::-ms-expand {
		display: none;
	}
	
	.business-innder-3 .page-title{
		font-size:17px;
	}
	
	.overlay{
		display:none;
	}
	
	.shout{
		width: calc(100% - 50px);
		margin-right:0px;
		padding: 5px 10px;
		margin-bottom:10px;
	}
	
	.shout img{
		
	}
	
	.home-top-slider .swiper-container-no .center{
		height:220px;
	}
	
	.b2_background{
		background: #53c1e4 url('../images/tui-b2b.jpg');
	}
	
	.home-top-slider .text p{
		font-size: 1rem;
	}
	
	footer{
		/* margin-top:40px; */
	}
	
	footer .container{
		padding-bottom: 12px;
	}
	
	.footer-menu li a{
		padding: 11px 0px;
	}
	
	.header-logo-mb img{
		width: auto;
		height: 47px;
		margin: 10px 0;
		float: right;
	}
	
	.navbar-light .navbar-toggler-icon {
		height: 25px;
		width: 40px;
		margin: 5px 0px;
	}
	
	.large-quad-holder {
		height: 250px;
	}
	.small-quad-holder{
		height: 250px;
	}
	.small-quad-holder2{
		height: 250px;
	}
	.long-quad-hoder{
		height: 250px;
	}
	.long-quad-hoder2{
		height: 250px;
	}
	
	h5.content-header-text{
		font-size: 14px;
		margin-bottom: 0;
		padding: 18px 0px;
		font-weight: 300;
		line-height: 1.8;
	}
	
	.small-quad-caption-1{
	/* 	background: #75cdee url(../images/small-quad-01.png)  !important; */
		background-size: auto calc(100% - 45px) !important;  
		/* background-position-x: -50px  !important; */
		background-repeat: no-repeat !important; 
	}
	
	.small-quad-holder{
		padding-left: 0px;
		margin-top: 5px;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.small-quad-holder2{
		padding: 0px;
		padding-left: 0px;
		padding-top: 5px;
	}

	.small-quad-caption-02 .info h5{
		position:absolute;
		bottom:0;
		background: #75cdee;
		color: #002b49;
		padding:12px;
		text-align: center;
		width: 100%;
		margin:0;
		font-size: 18px;
	}
	
	.small-quad-caption-02 .info h5 a.but-title{
		color:#002b49;
	}

	.small-quad-caption-02 .info p{
		display: none;
	}

	.small-quad-caption-1 .info h5{
		position:absolute;
		bottom:0;
		background: #75cdee;
		color: #002b49;
		padding:12px;
		text-align: center;
		width: 100%;
		margin:0;
		font-size: 18px;
	}

	.long-quad-caption a, .small-quad-caption-03 a{
		background: #75cdee;
		font-size: 18px;
		
	}

	.large-quad-caption .info{
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		background: #75cdee;
		color: #002b49;
		padding: 15px 0px 0px 0px;
		text-align: center;
		width: 100%;
		margin:0;
		font-size: 16px;
	}

	.large-quad-caption .info a{
		position:absolute;
		bottom: 130px;
		right: 30px;
		width: auto;
	}
	
	.large-quad-holder{
		padding-right:0px;
		margin-bottom:40px;
	}
	
	
	.small-quad-caption-1{
		padding:0px;
	}
	
	.small-quad-caption-1 .info{
		padding:0px;
		margin:0px;
	}
	
	.long-quad-hoder{
		padding-right:0px;
		margin-top:40px;
	}
	
	.long-quad-hoder2{
		margin-top:40px;
	}
	
	.long-quad-hoder2{
		padding-left:0px;
	}
	
	.ft-details{
		padding:15px;
	}
	.footer-menu{
		margin-bottom: 10px;
		width:100%;
	}
	
	.footer-menu ul {
		padding-left:0px;
	}
	
	.footer-menu li {
		width: calc(50% - 6px);
		text-align:center;
		background: #8f8f90 ; 
		padding:5px;
		margin-bottom: 0px;
	}
	
	.footer-menu li:nth-child(odd){
		margin-right:3px;
	}
	
	.footer-menu li:nth-child(even){
		margin-left:3px;
	}
	
	.shout{
		width: calc(100% - 50px);
		margin-right:0px;
		padding: 5px 10px;
	}
	
	.shout img{
		
	}
	
	.socials{
		float: right;
		padding: 0px;
		margin-right: 5px;
	}
	
	.socials img {
		height: 34px;
	}
	
	.carousel-item.active .carousel-caption {
		background: rgba(255, 255, 255, 0.7098039215686275);
		display:block !important;
		right: 0;
		left: 0;
		padding: 0px;
		bottom: 10px;
		width: 100%;
		
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.5s;

	}
	.carousel-caption h5 {font-size:20px; margin:5px; padding:0;}
	.carousel-caption p {font-size:16px; margin:5px; padding:0;}

	.header-logo img {display:none;}
	.header-logo-mb {
		float: left;
		padding:0;
		padding-top: 0px;
		max-height: 54px;
	}
	
	.lang{display:none;}
	.mobile-header-holder {
		display: inline-block;
		margin: 0;
		padding:0;
		padding-right:5px;	
	}
	.lang-visible-mobile .dropdown button{
		background:none;
		border:none;
		text-align: right;
	}
	
	button.navbar-toggler span.navbar-toggler-icon{
		height: 25px;
		width: 40px;
	}
	
	.mobile-header-holder .mobile-header-holder-right {
		padding:0px;
		float: left;
		padding-top: 10px;
	}
	
	.mobile-header-holder-right .search-section{
		float:right;
		padding-right: 10px;
	}
	
	.mobile-header-holder-right .lang-visible-mobile {
		float:right;
		border-left:2px solid white;
		padding-left: 0px;
	}
	
	.top-header{
		display:none;
	}
	
	.long-quad-caption a, .small-quad-caption-03 a{
		padding:10px
	}
	 
	.small-quad-caption-1 .info p{
		padding-top: 10px;
		padding-left: 10px;
	}
	
	.show > .btn-secondary.dropdown-toggle{
		background:none !important;
		border:none !important;
	}
	
	.show > .btn-secondary.dropdown-toggle:focus{
		box-shadow:none !important;
	}
	.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus ,.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle,.btn-secondary:not(:disabled):not(.disabled):active:focus:visited:hover:link,.btn:not(:disabled):not(.disabled){
		box-shadow:none !important;
		background:none !important;
		border:none !important;
	}
	
	.home-top-slider .text h2{
		font-size: 24px;
	}
	
	.drmenu{
	    border-radius: 0px;
	}
	
	.large-quad-caption .info{
		padding-top:5px;
	}
	
	.large-quad-caption .info h5{
		margin-bottom:0px;
		font-size: 18px;
	}
	
	.large-quad-caption .info p{
		margin-bottom:5px;
		font-size: 15px;
	}
	
	.offer-inner-slider{
		    margin-left: -15px;
    width: calc(100% + 30px);
    margin-right: -15px;
	    padding-right: 0;
    padding-left: 0;
	}
	.offer-inner-right{
		margin-top:15px;
	}
	
	.offer-inner-info{
		border: 0;
		padding-left:0;
		padding-right:0;
	}
	
	.offer-inner-addons .offer-inner-addons-list{
		margin: 0 -30px;
	}
	
	.offer-inner-addons .offer-inner-addons-list li{
		font-size: 15px;
	}
	
	.offer-inner-right-two{
		font-size:0px;
		border: 0;
	}
	
	.offer-inner-right-two p.col-title{
    background: none;
    width: 50%;
    display: inline-block;
    border-top: 2px solid #e8e7e7;
    padding-top: 20px;
	text-align:left;
	    font-size: 19px;
	}
	
	.offer-inner-right-two-date{
		width: 50%;
		display: inline-block;
		    border-top: 2px solid #e8e7e7;
    padding: 20px;
	}
	
	.offer-inner-right-two-hotel{
		width: 50%;
		display: inline-block;
		    border-top: 2px solid #e8e7e7;
    padding: 20px;
	}
	
	.offer-inner-right-two-selects-holder{
		width: 50%;
		display: inline-block;
		       border-top: 2px solid #e8e7e7;
        padding: 20px 0px;
	}
	
	.offer-inner-res-butt{
	padding: 0px ;
    border-top: 2px solid #e8e7e7;
    padding-top: 30px;
    margin-top: -20px;
	}
	
	.vertic--top{
		    vertical-align: top;
	}
	
	.mobile-no-pad{
		padding: 0;
	}
	
	.offer-inner-slider .swiper-pagination{
	/*	display:none; */
	top: 50px;
	}
	
	.offer-inner-slider-image{
		margin-top: 30px;
	}
	
	.offer-inner-slider .next{
		display:none;
	}
	
	.offer-inner-slider .prev{
		display:none;
	}
	
	.offer-inner-slider-image img{
		width: 100%;
	/*	height: 240px;*/
	}
	
	.offer-inner-slider-label{
		    font-size: 17px;
    position: absolute;
    top: 0px;
    width: 100%;
	}
	/*
	.navbreadcrumb{
		padding-left:5px !important;
	}
	*/
	.business-innder-3 .text-holder-cc{
		border:none;
		    padding: 0;
    padding-bottom: 20px;
	}
	
	.container.business-innder-3{
	
	}
	
	.business-innder-3 .text-holder-cc .text-holder-cc-txt {
		font-size: 16px;
		padding:0 0 ; 
	}
	
	.business-innder-3 .resrver-button input[type="submit"]{
		width: 80%;
	}
	
	.business-innder-3 p.resrver-button{
		border-top: 2px solid #e8e7e7;
	}
	/*
	.business-innder-3 .navbreadcrumb{
		margin-bottom: 20px;
		padding: 0 20px;
		margin-left: 10px;
	}*/
	
	.bussines-offer-inner-footer-title{
		border-bottom: 2px solid #e8e7e7;
		/* margin: 0 15px; */
		/* padding: 0 15px; */
		padding-left:0px;
		font-size: 17px;
		margin-bottom: 20px;
	}
	/*
	.business-innder-3 .breadcrumb{
		border-bottom: 2px solid #e8e7e7;
		font-size: 18px;    
		margin-top: 10px;
	} */
	
	.bussines-list-slider .next{
		display:block;
	}
	
	.bussines-list-slider .prev{
		display:block;
	}
	
	.bussines-list-clients-slider .prev{
 
	}
	
	.bussines-list-clients-slider .next{
	   
	}
	
	.bussines-list-clients-slider .prev img{
		 width: 15px;
	}
	
	.bussines-list-clients-slider .next img{
		width: 15px;
	}
	
	.bussines-list-slider .prev img{
		 width: 15px;
	}
	
	.bussines-list-slider .next img{
		width: 15px;
	}
	
	
	
	
	.bussines-list-clients-slider .swiper-container {
		width: calc(100% - 35px);
	}
	
	.news .share-news-button{
		width: 47px;
		font-size: 0px;
		background-position: center center;
		height: 47px;
		margin-left: 3px;
	}

	.news .page-title{
		width: calc(100% - 55px);
		    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
	}
	
	.news .news-list-item{
		border:none;
		border-bottom: 1px solid #969696;
	}
	
	.blog-list-row .col-lg-6{
		padding:0px;
	}
	
	.news p.news-more-button-holder{
		text-align: center;
	}
	
	.news-list-item h3{
		text-align:center;
	}
	
	.news .news-content-holder{
		display:none;
	}
	/*
	.news .breadcrumb .breadcrumb-item a{
		    font-size: 20px;
	}
	
	*/
	
	
.contacts-holder .contacts-item{
	margin-bottom: 20px;
}

.contacts-holder .contacts-item .contacts-border-holder{
    padding: 15px;
}

.contacts-holder .contacts-item .contact-item-image-holder img{
	
}

.contacts-holder .contacts-item h3{
	font-size: 17px;
}
  
.contacts-holder .contacts-item p{
    font-size: 17px;
}

.contacts-holder .contacts-item p.email{
	
}

.contacts-holder .contacts-item p.email a{
	 font-size: 17px;
}

	
	
	.news-list-item p a.view-more{
		background: #9eddf4;
		color: #002b49;
	}
	
	
	
	.contact form{
		padding: 0;
		margin:0;
	}
	
	.contact.new-contact .separator{
		padding: 15px 15px;
	}
	
	.offer-inner-right{
		    margin-left: -15px;
    width: calc(100% + 30px);
    margin-right: -15px;
	}
	
	.contact .breadcrumb{
		margin:0 !important;
		padding-left: 5px ;
		padding-right: 5px;
	}
	
	
	.offer-inner-footer-slider{
		padding-left:15px; 
		padding-right:15px;
	}
	
	.bussines-list .separate-line{
		padding-left:0px;
		font-size:17px;
	}
	
	.contact .breadcrumb .breadcrumb-item{
		font-size:17px;
	}
	
	.m-m-15{
		margin: 0 -22px !important;
	}
	
	.m-m-lr-15{
	    margin-left: -15px;
		width: calc(100% + 30px);
	}
	
	.m-m-b-0{
		margin-bottom:0px !important;
	}
	
	.contact.new-contact .separator .first{
	    width: 145px;
	}

	.contact.new-contact .separator .second {
		width: calc(100% - 145px);
	}

	.contact.new-contact .separator input.single{
		width:180px;
	}

	.contact.new-contact .separator input{
		width: 51px;
	}
	
	.container.news{
		    padding-right: 15px;
    padding-left: 15px;
	}
	
	.news .news-image{
		padding: 0;
	}

	.p-m-0{
		padding:0px;
	}
	
	.offer-inner-footer-title{
    padding-left: 0px;
    border-bottom: 2px solid #e8e7e7;
	}
	
	.p-l-0{
	    padding-left: 15px;
	}

	.offer-inner-res-butt input{
		    width: 80%;
    max-width: 100%;
    padding: 18px;
    font-weight: 500;
	}
	
	.offer-inner-res-butt{
		text-align:center;
		    margin-bottom: 20px;
    padding-top: 20px;
	}
	.news-image .next,.news-image .prev{
    display: none;
}
.mobile-margin-15{
	margin: 0 -15px !important;
}

.offer-inner-p-l-15{
	padding-left:0px;
}

.offer-inner-breadcrumb .breadcrumb-item span.trim{
	width: 210px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.offer-inner-breadcrumb .breadcrumb-item.trim:after {
    content: '...';
}

.contact .form p.up{
	margin-top:20px;
	margin-bottom:30px;
}

.contact.new-contact .separator.last-separator{
	    border: none;
}

.readMoreButton a.read-more-button{
	padding: 15px 50px;
}

h2.about-us-header-text{
	padding-top: 20px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}

.partner-form .left-side{
	border: none;
    padding: 0px;
    margin-top: 0;
    border-bottom: 1px solid #b9b9b9;
}

.partner-form .right-side{
	    padding: 0;
    margin: 0;
}

section.cruises div.maps-links-holder a{
	font-size:18px;
}

.cruise-map{
	/*height:250px;*/
	margin-bottom:15px;
}

	
	.b2b-homepage .small-quad-caption-02 a, .b2b-homepage .small-quad-caption-1 a {
		background: #75cdee;
		font-size: 18px;
		padding: 10px;
	}
	.b2b-homepage .large-quad-caption .info p{
		display:none;
	}
	
	.b2b-homepage .large-quad-caption .info h5{
		background: #75cdee;
		font-size: 18px;
		/* padding: 12px; */
		padding-bottom: 15px;
		padding-top: 8px;
	}
	
	.home-container{
		padding-bottom:45px;
	} 

	
	
	.cruise-port-list .items-list .item .title{
		font-size: 20px;
		display: inline-block;
		padding-top: 5px;
	}
	
	.cruise-port-list .items-list .item .options {
		float: right;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.cruise-port-list .items-list{
		border: none;
		padding-bottom: 5px;
		margin-top: -10px;
	}
	
	
	.search-list-no-results{
		    min-height: 200px;
	}

	.search-list-no-results .search-list-no-results-header{
		line-height: 22px;
		margin-bottom: 15px;
	}

	.search-list-no-results .search-list-no-results-body{
		line-height: 17px;
	}

	
	
}
.no-border-bottom{
	border-bottom:none;
}

.contact .info p{
	font-size:17px;
}

@media (max-width: 992px) and ( min-width: 767.98px){
	.contact.new-contact .separator {
		margin: 0;
	}
}

@media (min-width: 768px)
{
	.contact header h2 {
		font-weight: bold;
		 font-size: 21px;
	}

}



@media (min-width: 768px) and (max-width: 992px)
{
	.contact .border-box form{
		padding-left: 15px; 
		padding-right: 15px;
	}

}

@media (min-width: 992px)
{
	.contact.new-contact .info input[type="submit"] {
		margin-top: 6px;
		    background: #002b49;
    border: none;
    color: white;
    text-transform: uppercase;
    width: 100%;
    padding: 17px 10px;
    font-weight: bold;
    font-size: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
	}
	
	.contact.new-contact form p.bold {
		font-size: 17px;
		padding-top: 40px;
		padding-bottom: 39px;
	}
	
	.m-0-full{
		margin: 0 !important;
	}

}

@media (max-width: 767.98px){
	
	.contact .info p.gray, .contact .info p.blue{
		font-size:17px;
	}
	
	.offer-inner-slider-image img{
		height:auto ;
	}
	
	.contact .form .mob-compli p.up span.light{
		margin-top:5px;
	}
	.m-m-r-l-15{
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.contact .form p.special-mob > span {
		width: 191px;
		text-align:left;
	}
	
	.contact .form p.special-mob > span:nth-child(2n) {
		width: calc(100% - 191px);
	}
	
	.contact .form p.separate.special-mob > span > span {
    	width: 191px;
		text-align:left;
	}
	.contact .form p.separate.special-mob > span > span:nth-child(2n) {
		width: calc(100% - 191px);
	}
	.contact .form p.separate.special-mob > span:nth-child(2n){
		width:100%;
	}
	.contact.new-contact .breadcrumb .breadcrumb-item:nth-child(2) a{
		width: 109px;
		vertical-align: top;
		font-weight: 300;
	}
	
	.contact .breadcrumb .breadcrumb-item.small-wrap a{
		width: 31px;
		vertical-align: top;
		font-weight: 300;
		    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
	}
	
	.contact .breadcrumb .breadcrumb-item.small-wrap::after{
		/* content: '...'; */
	}
	
	.contact.new-contact .separator input.single{
		padding-left:5px;
	}
	
	.contact .form .mob-compli p.separate > span input[type="text"]{
		padding-top: 23px;
	}
	
	.contact .form .mob-compli p span.light{
		width:80px;
		font-size: 17px;
	}
	
	.contact .form .mob-compli p.separate > span input[type="text"] , .contact .form .mob-compli p textarea.mob-small{
	    width: calc(100% - 85px);
		margin-left: 5px;
	}
	
	.contact .form input{
		    border-bottom: 1px solid #c7c5c6;
	}
	
}

@media (max-width: 1199.98px) and ( min-width: 767.98px){
	.offer-inner-price .offer-inner-price-item .item-price-right{
		font-size:25px;
	}
	
	.offer-inner-slider-image img{
		    height: 443px;
	}
	
	.offer-inner-res-butt{
		    margin-top: 60px;
	}
	
}

@media (max-width: 575.98px)
{
	.contact.new-contact header h2 {
		font-size: 17px;
	}
}
