/*-----------------------------------------------------------------------------------
	Thai Travel Club
	About: A shiny new Blocs website.
	Author: Alexey Gerasimov
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Ubuntu";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.maria-menu-active{
	border-style:solid;
	color:#521A91!important;
	font-style:italic;
	border-color:#055AFF!important;
	border-width:0px 0px 2px 0px;
}
.navbar-brand img{
	width:150px;
	height:150px;
}
.menu-text{
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:14px;
}
.maria-menu-active:hover{
	border-style:_popUpItemAction:;
}
.carusel-image-home{
	border-style:_popUpItemAction:;
	border-radius:20px 20px 20px 20px;
}
.text-home{
	background-size:auto auto;
	text-decoration:none;
	font-weight:800;
	border-style:solid;
	font-family:"Open Sans";
	border-color:#FFFFFF!important;
	font-size:20px;
	background-color:rgba(40,56,239,0.50);
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.carousel-shadow{
	border-style:_popUpItemAction:;
}
.menu-design{
	border-style:_popUpItemAction:;
}
.carousel-nav-icon{
	background-size:auto auto;
	stroke:#FFFFFF;
	stroke-width:4;
	stroke-linecap:round;
}
.carousel-indicators li{
	background-size:auto auto;
	padding:2px 2px 2px 2px;
}
.footer-link{
	font-size:17px;
}
.home-h1-design{
	font-size:45px;
	text-decoration:none;
}
.tm-card{
	font-family:"Helvetica";
	padding-top:10px;
	margin-top:30px;
}
.tm-card:hover{
	padding-top:5px;
	padding-bottom:5px;
}
.tm-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
	font-family:"Helvetica";
	font-weight:300;
}
.tm-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.hotel-room-price{
	background-color:#9437FF;
	font-family:"Ubuntu";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
	color:#FFFFFF!important;
}
.hotel-button{
	color:#FFFFFF!important;
	background-color:#055AFF;
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.hotel-button:hover{
	background-color:#9437FF;
}
.hotel-room-price:hover{
	background-color:#055AFF;
}
.tm-card-paragraph{
	max-height:120px;
	min-height:120px;
}
.buy-button{
	background-color:#FEFB00;
	background:linear-gradient(90deg, #9437FF  0%, #0432FF 100%);
	border-style:solid;
	box-shadow:2.12px -2.12px 3px #7F7F7F;
	font-size:20px;
	border-width:0px 0px 0px 0px;
}
.buy-button:hover{
	background:linear-gradient(90deg, #0432FF  0%, #9437FF 100%);
	box-shadow:-2.12px 2.12px 3px #7F7F7F;
}
.chat-button{
	position:fixed;
	z-index:999999;
	bottom:10px;
	left:10px;
	background-color:transparent;
}
.chat-button:hover{
	background-color:transparent;
}
.scrollToTop{
	background-color:#9437FF;
}
.scrollToTop:hover{
	background-color:#7123CE;
}
.winter-paragraph{
	min-height:100px;
	max-height:100px;
}
.tm-learn-more{
	border-style:_popUpItemAction:;
	color:#7123CE!important;
	border-width:2px 2px 2px 0px;
}
.tm-learn-more:hover{
	border-style:_popUpItemAction:;
	color:#055AFF!important;
}
.winter-icon{
	color:#9437FF!important;
}
.winter-icon:hover{
	color:#055AFF!important;
}
.koh-samed-purchase-button{
	position:fixed;
	z-index:999999;
	background:linear-gradient(90deg, rgba(113,35,206,0.65) 0%, rgba(5,90,255,0.65) 100%);
	bottom:1px;
	right:300px;
	left:300px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.koh-samed-purchase-button:hover{
	background:linear-gradient(270deg, #7123CE 0%, #055AFF 100%);
}
.hotel-image-banner{
	padding-top:100px;
	padding-bottom:100px;
}
.hotel-about-text-box{
	font-size:16px;
}
.bloc-divider-t-style{
	height:300px;
	fill:#FBFBFB;
}
.factory-bold{
	font-weight:bold;
}
.factory-button{
	font-size:14px;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	background-color:#008E00;
	font-family:"Ubuntu";
	min-width:260px;
	margin-bottom:5px;
	border-width:0px 0px 0px 0px;
}
.factory-button:hover{
	background-color:#00BB51;
}
.factory-blue-line{
	border-style:solid;
	padding-left:10px;
	border-color:#0065CC!important;
	border-width:0px 0px 0px 7px;
}
.ecommerce-icon{
	color:#055AFF!important;
}
.ecommerce-icon:hover{
	color:#521A91!important;
}
.whatsapp-icon{
	color:rgba(0,199,81,0.75)!important;
}
.whatsapp-icon:hover{
	color:#00C751!important;
}
.mangrove-text-style{
	font-size:20px;
}
.khao-kheo-text-style{
	font-size:25px;
}
.pay-keeper-style{
	padding-top:70px;
	margin-bottom:-70px;
}
.contact-email-link-style{
	text-decoration:none;
	font-family:"Roboto";
	color:#000000!important;
}
.contact-email-link-style:hover{
	color:#7F7F7F!important;
}
.price-in-dollars{
	font-family:"PT Serif Caption";
	font-weight:700;
}
.instruction-text-span-style{
	font-weight:bold;
	color:#000000!important;
	text-decoration:none;
}
.modal-body img{
	max-height:90vh;
}
.fullscreen-lb .lightbox-caption{
	margin-bottom:0px;
}
.factory-button-2{
	min-width:260px;
	padding-right:20px;
	padding-left:20px;
	font-size:14px;
	text-transform:uppercase;
	font-family:"Ubuntu";
	font-weight:bold;
	line-height:30px;
	letter-spacing:0.03em;
	background-color:#055AFF;
	margin-top:5px;
	border-width:0px 0px 0px 0px;
}
.factory-button-2:hover{
	background-color:#0082FE;
}
.chat-button-2{
	position:fixed;
	z-index:999999;
	background-color:transparent;
	bottom:10px;
	left:70px;
}
.telegram-icon{
	color:rgba(5,90,255,0.75)!important;
}
.telegram-icon:hover{
	color:#055AFF!important;
}
.chat-button-2:hover{
	background-color:transparent;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}
.bgc-white-smoke-2{
	background-color:#F6F6F6;
}

/* Text colour styles */

.tc-outer-space{
	color:#444444!important;
}
.tc-black{
	color:#000000!important;
}
.tc-dark-jungle-green{
	color:#212121!important;
}
.tc-blue-ryb{
	color:#0459FF!important;
}
.tc-white-smoke{
	color:#F6F6F6!important;
}
.tc-onyx{
	color:#171717!important;
}

/* Link colour styles */

.ltc-onyx{
	color:#171717!important;
}
.ltc-onyx:hover{
	color:#121212!important;
}
.ltc-outer-space{
	color:#444444!important;
}
.ltc-outer-space:hover{
	color:#363636!important;
}
.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-blue-ryb{
	color:#0459FF!important;
	border-color:#0459FF!important;
}
.icon-malachite{
	color:#00C851!important;
	border-color:#00C851!important;
}
.icon-onyx{
	color:#171717!important;
	border-color:#171717!important;
}
.icon-purple-x11{
	color:#9437FF!important;
	border-color:#9437FF!important;
}
.icon-indigo-web{
	color:#521B92!important;
	border-color:#521B92!important;
}
.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}

/* Bloc image backgrounds */

.bg-koh-samed-header{
	background-image:url("img/koh-samed-header.jpg");
}
.bg-pattaya-city-tour-header{
	background-image:url("img/pattaya-city-tour-header.jpg");
}
.bg-pattaya-temple-header{
	background-image:url("img/pattaya-temple-header.jpg");
}
.bg-koh-samed-kayak{
	background-image:url("img/koh-samed-kayak.jpg");
}
.bg-koh-samed-red-sun-set{
	background-image:url("img/koh-samed-red-sun-set.jpg");
}
.bg-pattaya-city-tour-scenery{
	background-image:url("img/pattaya-city-tour-scenery.jpg");
}
.bg-pattaya-city-tour-sun-set{
	background-image:url("img/pattaya-city-tour-sun-set.jpg");
}
.bg-pattaya-temple-monach{
	background-image:url("img/pattaya-temple-monach.jpg");
}
.bg-pattaya-temple-monach-1{
	background-image:url("img/pattaya-temple-monach-1.jpg");
}
.bg-koh-sichang-red-papers{
	background-image:url("img/koh-sichang-red-papers.jpg");
}
.bg-koh-sichang-sea-view{
	background-image:url("img/koh-sichang-sea-view.jpg");
}
.bg-koh-sichang-mountain{
	background-image:url("img/koh-sichang-mountain.jpg");
}
.bg-golden-mangrove-forest-background{
	background-image:url("img/golden-mangrove-forest-background.jpg");
}
.bg-golden-mangrove-forest-background-1{
	background-image:url("img/golden-mangrove-forest-background-1.jpg");
}
.bg-golden-mangrove-forest-background-2{
	background-image:url("img/golden-mangrove-forest-background-2.jpg");
}
.bg-100-years-chinese-market-background{
	background-image:url("img/100-years-chinese-market-background.jpg");
}
.bg-100-years-chinese-market-background-1{
	background-image:url("img/100-years-chinese-market-background-1.jpg");
}
.bg-100-years-chinese-market-background-2{
	background-image:url("img/100-years-chinese-market-background-2.jpg");
}
.bg-khao-kheo-open-zoo-background{
	background-image:url("img/khao-kheo-open-zoo-background.jpg");
}
.bg-khao-kheo-open-zoo-background-2{
	background-image:url("img/khao-kheo-open-zoo-background-2.jpg");
}
.bg-khao-kheo-open-zoo-background-1{
	background-image:url("img/khao-kheo-open-zoo-background-1.jpg");
}


/* = Additional CSS
-------------------------------------------------------------- */
a[data-lightbox]:hover::before {display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.menu-text{
		text-transform:none;
		text-decoration:none;
		font-size:10px;
	}
	.navbar-brand img{
		width:100px;
		height:100px;
	}
	.text-home{
	}
	.footer-link{
		font-size:15px;
	}
	.home-h1-design{
		font-size:40px;
	}
	.tm-card{
	}
	.tm-card:hover{
		padding-bottom:5px;
	}
	.tm-card-paragraph{
		min-height:120px;
		max-height:120px;
	}
	.koh-samed-purchase-button{
		left:200px;
		right:200px;
	}
	.hotel-about-text-box{
		font-size:11px;
	}
	.khao-kheo-text-style{
		font-size:22px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.navbar-brand img{
		width:100px;
		height:100px;
	}
	.text-home{
		font-size:18px;
	}
	.footer-link{
		font-size:15px;
	}
	.home-h1-design{
		font-size:35px;
	}
	.menu-text{
		text-align:center;
		font-size:15px;
	}
	.tm-card{
	}
	.tm-card:hover{
	}
	.koh-samed-purchase-button{
		left:150px;
		right:150px;
	}
	.hotel-about-text-box{
		font-size:16px;
	}
	.tm-order-pic-style{
		padding-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
		font-size:15px;
	}
	.navbar-brand img{
		width:90px;
		height:90px;
	}
	.text-home{
		font-size:10px;
	}
	.top-3-margin{
		margin-bottom:50px;
	}
	.home-h1-design{
		font-size:30px;
	}
	.tm-card{
	}
	.tm-card:hover{
		padding-bottom:5px;
	}
	.buy-button{
		font-size:20px;
	}
	.koh-samed-purchase-button{
		font-size:10px;
		right:85px;
		left:85px;
	}
	.chat-button{
	}
	.whatsapp-icon{
	}
	.hotel-about-text-box{
		font-size:16px;
	}
	.factory-button{
		font-size:12px;
	}
	.tm-card-paragraph{
		min-height:140px;
		max-height:140px;
	}
	.main-card-title{
		font-size:24px;
	}
	.mangrove-text-style{
		font-size:15px;
	}
	.khao-kheo-text-style{
		font-size:20px;
	}
	.factory-button-2{
		font-size:12px;
		min-width:260px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

