/*   
Theme Name: Thailand B2b
Theme URI: 
Description: 
Author: 
Author URI: 

Version: 1.1

*/


/* =WordPress Core
-------------------------------------------------------------- */
/*
.alignnone {
    margin: 0px 20px 20px 0;
}
*/

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright {
    float:right;
    margin: 0px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* WordPress Core END. */






.clear{
	clear:both;
}

#menu-menu .sub-menu{
	display:none;
	 position: absolute;
    top: 48px;
    left: 0;
}

#menu-menu > .current-menu-item .sub-menu{
	display:block;
}

#menu-menu> .current-menu-parent .sub-menu{
	display:block;
}
.sub-menu li a{
    height: 100%;
    color: #fff !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	// padding-right: 20px;
}


#menu-menu a{
	color: rgba(66, 66, 66, 0.6);
	    font-size: 16px;
		
		    color: rgba(66, 66, 66, 0.6);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
	/* margin-right: 23px;*/
}

#menu-menu > li:not(:last-child) {
    margin-right: 23px;
}


#menu-menu  .current-menu-item > a{
	    color: #d92d82 !important;
	
}


#menu-menu  .current-menu-ancestor > a{
	    color: #d92d82;
}

#menu-menu li{
	float:left;
	list-style-type: none;
	  
}

#menu-menu{
    position: relative;
    height: 50px;
    top: 16px;
	width:100%;
}


.footer{
	background-image: url('img/general/footer-bg.png');
}

.fotterblock h3{
	  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fotterblock h3 > a:hover{
	color: white;
}


.mailster-form-1{
	    position: relative;
    max-width: 461px;
    width: 100%;
    height: 40px;
	margin: auto;
}



.mailster-form-1 input[type="email"] {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 148px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
  
  
  
}

.mailster-form-1 input[type="email"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.mailster-form-1 input[type="email"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.mailster-form-1 input[type="email"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.mailster-form-1 input[type="email"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.mailster-form-1 input[type="email"]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.mailster-form-1 input[type="email"]:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.mailster-form-1 input[type="email"]:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.mailster-form-1 input[type="email"]:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.mailster-form .mailster-wrapper{
	position: inherit !important;
}


.mailster-form-1 input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 133px;
    background-color: #d92d82;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
	    border: 0;
		    cursor: pointer;
			
			
			    color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.mailster-form-info{
	    position: absolute;
    top: 50px;
}

.sec-position + .sec-position{
	    margin-top: 20px;
}


.title-border-bottom, .color-border-bottom{
	    margin-bottom: 10px;
}


#menu-menu .sub-menu .menu-item a{
	    white-space: normal;
		    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
	
    
}

#menu-menu a{
-webkit-transition: all .3s linear;
    transition: all .3s linear;
}


#menu-menu a:hover{
	color: #d92d82;
}



#menu-menu .sub-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
	margin-right:-150px;
}
/*
@media screen and (max-width: 1670px) {
	
	
	#menu-menu .sub-menu .menu-item a{
		
			    padding-right: 12px;
				line-height: 11px;
			
	}
}


@media screen and (max-width: 1550px) {
	
	
	#menu-menu .sub-menu .menu-item a{
		  
			 font-size: 12px !important;
	}
	
}


@media screen and (max-width: 1400px) {
	
	
	#menu-menu .sub-menu .menu-item a{
		   max-width: 115px;
			 
	}
	
}

@media screen and (max-width: 1300px) {
	
	
	#menu-menu .sub-menu .menu-item a{
		    max-width: 105px;
		    
			  
	}
}
*/

.weather .item img{
	height:22px;
	width:24px;
}


.weather .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.weather .item > span {
  font-size: 10px;
  color: #d92d82;
  padding-left: 4px;
}
.weather .slick-arrow {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 4px;
  width: 8px;
  height: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
      background-color: transparent;
}

.weather .slick-prev {
  left: -5px;
  border-left: 4px solid transparent;
  border-right: 4px solid #d92d82;
}

.weather .slick-next {
  right: -5px;
  border-left: 4px solid #d92d82;
  border-right: 4px solid transparent;
}


.menu ul li{
	height: 38px;
    display: table;
	    margin-bottom: 0px;
}


.column2{
	
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
      
}

.definition-links-columns .definition-links{
	max-width: 100%;
}


.indent-top {
    margin-top: 0px;
}


.phuket{
    width: 124px;
    height: 24px;
}


#menu-menu .sub-menu .current-menu-item a {
    font-weight: 600;
}
#menu-menu .sub-menu .menu-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-width: 0;
    border-top: 6px solid #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}
#menu-menu .sub-menu .current-menu-item a:before {
    opacity: 1;
    visibility: visible;
}

.description ul, .description ol {
    margin-top: 10px;
}
.description ul li, .description ol li {
    color: rgba(49, 49, 49, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
}
.description ul li {
    padding-left: 22px;
}
.description ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 7px;
    background-color: rgba(49,49,49,.7);
    border-radius: 50%;
}
.description ol {
    padding-left: 20px;
}
.description ol li {
    padding-left: 2px;
    list-style-type: decimal;
}

#menu-menu .sub-menu .menu-item:not(:last-child) {
    margin-right: 25px;
}



@media screen and (min-width: 1200px) and (max-width: 1249px) {
    .header-inner__top-left { padding-left: 15px; }
    .header-inner__right { padding-right: 15px; }
    #menu-menu > li:not(:last-child) { margin-right: 20px; }
    .social.header-inner-page { margin-right: 0; }
    .social a:nth-child(1) { padding-right: 10px; }
    .social a:nth-child(2) { padding-right: 10px; padding-left: 10px; }
    .social a:nth-child(3) { padding-left: 12px; }
}



#menu-menu .sub-menu .current-menu-item > a {
    color: #fff !important;
}
.description a {
   
    color: #d92d82;
    transition: all .3s ease;
}
.description a:hover {
    text-decoration: underline;
}
#wed2 .description ul li {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}



#wed2 .description ul li img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

#wed2 .description ul li:not(:last-child) {
    margin-bottom: 30px;
}
#wed2 .description ul li:before {
    content: none;
}

.scroll-to-up i.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
}

.calendar__block .day.active {
    background: #d92d8200 !important;
       color: rgba(29, 29, 29, 0.9) !important;
    cursor: pointer !important;
}

.calendar__block .day.activeday {
    background: #d92d82 !important;
    color: #fff !important;
    cursor: pointer !important;
}


#fountainG{
	position:relative;
	width:120px;
	height:14px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:14px;
	height:14px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.975s;
		-o-animation-duration:0.975s;
		-ms-animation-duration:0.975s;
		-webkit-animation-duration:0.975s;
		-moz-animation-duration:0.975s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
}

#fountainG_1{
	left:0;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#fountainG_2{
	left:15px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#fountainG_3{
	left:30px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#fountainG_4{
	left:45px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#fountainG_5{
	left:60px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#fountainG_6{
	left:75px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#fountainG_7{
	left:90px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}

#fountainG_8{
	left:105px;
	animation-delay:1.0715s;
		-o-animation-delay:1.0715s;
		-ms-animation-delay:1.0715s;
		-webkit-animation-delay:1.0715s;
		-moz-animation-delay:1.0715s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

/* calendar edit */
.calendar__event-more { display: block; }
.calendar__event-title { color: #d92d82; }
.calendar__select-date .number { font-size: 60px; }
.calendar__event-wrap { margin-right: auto; }
.calendar__event-time { font-size: 40px; }
.datepicker .datepicker-switch { width: 160px; }
.datepicker .prev {
    border-right: 11px solid rgba(51, 51, 51, 0.4);
    border-left: 0 solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    text-indent: -99999px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.datepicker .next {
    border-right: 0 solid transparent;
    border-left: 11px solid rgba(51, 51, 51, 0.4);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    text-indent: -99999px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.datepicker .next:hover { border-left-color: rgba(51, 51, 51, 1); }
.datepicker .prev:hover { border-right-color: rgba(51, 51, 51, 1); }
.calendar { margin-top: 0; }
.calendar__all { text-align: center; margin-bottom: 10px;}
.calendar__inner {
    width: 360px;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
    margin-left: auto;
    margin-right: auto;
}
.calendar__block {
    margin-top: 25px;
}
.datepicker-days tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.datepicker-months thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.datepicker-years thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar__block .day {
    width: 38px;
    height: 38px;
    margin: 3px 6px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar__event-left-inner { padding-top: 15px; }
.calendar__event-left-inner .geolocation { margin-top: 15px; }
.calendar__event-descr { margin-bottom: 0; }
.sec-definition + .sec-definition { margin: 30px auto 60px; }
@media screen and (max-width: 767px) {
    .sec-definition .definition {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .calendar__event-list {
        padding: 0;
    }
    .calendar__event-wrap {
        width: 100%;
    }
    .calendar__select-date .number {
        font-size: 40px;
        padding-right: 0;
        margin-right: 20px;
    }
    .eventrez {
        width: 100%;
    }
    .calendar__event-right {
        margin-left: 0;
    }
    .calendar__block .day {
        margin: 3px 0px;
    }
    .calendar__inner {
        width: 100%;
    }
}


.event__text{
	border-right:none;
}


.event__inner{
	    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.event__text h3 a{
	color: #d92d82;
}


.modal__tags{
	color: rgba(255, 255, 255, 0.5);
}


.modal__info .download:hover{
	color: rgba(255, 255, 255, 0.8);
}


.modal__info .download:hover span{
	border-bottom: 1px solid transparent;
}


.hideblock{
	display:none !important;
}


.modal__form-descr_block {
    color: rgba(255, 255, 255, 0.5);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
	
}


.modal__form label{
	display:inline-block;
}

.n-download .media-items-three__photo-bottom {
  justify-content: flex-end;
  min-height: 48px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-slide img {width: 100%;}
}
@supports (-ms-accelerator:true) {
  .slick-slide img {width: 100%;}
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
  .sec-main .slide-custom--sky {
    top: -16%;
  }
  .sec-main .slide-custom--lang {
    top: -8%;
    bottom: -11%;
  }
}
@media all and (-ms-high-contrast: active) and (min-width: 1200px) {
  .sec-main .slide-custom--sky {
    top: -16%;
  }
  .sec-main .slide-custom--lang {
    top: -8%;
    bottom: -11%;
  }
}
@supports (-ms-accelerator:true) {
  @media screen and (min-width: 1200px) {
    .sec-main .slide-custom--sky {
      top: -16%;
    }
    .sec-main .slide-custom--lang {
      top: -8%;
      bottom: -11%;
    }
  }
}


@media screen and (max-width: 991px) {
  #hellopreloader_preload {
    min-width: 100% !important;
  }
}
/*@media screen and (max-width: 1024px) {*/
    /*.sec-main .slide-custom {*/
        /*display: none;*/
    /*}*/
/*}*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .sec-main .slide-custom {
        display: block;
    }
}
@media screen and (min-width: 1025px) {
    ._fixed .sec-main {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .sec-main .slide-custom--sky {
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 20%;
        -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: transform .25s linear, opacity .25s linear;
        transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
    }

    .sec-main .slide-custom--thai {
        z-index: 2;
        top: 28%;
        left: -webkit-calc(50% - 30vw);
        left: calc(50% - 30vw);
        width: 100%;
        max-width: 60vw;
        -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: transform .25s linear, opacity .25s linear;
        transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
    }

    .sec-main .slide-custom--lang {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: transform .25s linear, opacity .25s linear;
        transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
    }

    .sec-main .slide-custom--boat {
        left: -webkit-calc(50% - 750px);
        left: calc(50% - 750px);
        bottom: 0;
        width: 100%;
        max-width: 1000px;
        z-index: 4;
        -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: transform .25s linear, opacity .25s linear;
        transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
    }

    .sec-main .slide-custom--welcome {
        z-index: 5;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
        -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: opacity .25s linear, -webkit-transform .25s linear;
        transition: transform .25s linear, opacity .25s linear;
        transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
    }
}

@media screen and (min-width: 1025px) and (max-height: 600px) {
    .header {
        padding-top: 20px;
    }
}


.logos__title{
	    margin-top: 40px;
}

.logos__reverse .logos__title {
    margin-top: 63px;
}

.more-home{
	 margin-top: 10px;
}

.wpcf7-not-valid{
background: #ffe2e2;
    border: 2px solid #ff8a8a !important;
color: #ec3c06;
}

.wpcf7-not-valid-tip { display:none !important; }

div.wpcf7-response-output {
	margin: 26px 0 2px 0;
    padding: 4px;
	    width: 100%;
}


.wpcf7-form-control-wrap {
    
    width: 100%;
}

span.wpcf7-list-item {

    margin: 0 1em 0 0;
}


.b2b p + h3 {
    margin-top: 20px;
}
.b2b h3{
	position: relative;
    padding-bottom: 15px;
	margin-bottom: 10px;
}

.b2b h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background: url(img/general/line-shot.png) no-repeat 0 0;
    background-size: contain;
}



.b2b table tr td:first-of-type {
  width: 25%;
}
.b2b table {
  width: 100%;
  color: rgba(49, 49, 49, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .b2b table tr td:first-of-type {
    width: 50%;
  }
}

.response{
	    text-align: center;
    width: 100%;
}

.response .error{
    margin: 20px 0 0 0;
    color: #ff0000 !important;
    text-align: center !important;
}

.response .success{
    margin: 20px 0 0 0;
    color: #23bf04 !important;
    text-align: center !important;
}

.reg-error{
	border: 1px solid #ff0000 !important;
}