/*
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
*/

#bs-gdpr-cookies-modal .modal-backdrop {background-color: transparent;}

/* bai-jamjuree-regular - latin */
@font-face {
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bai-jamjuree-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bai Jamjuree Regular'), local('BaiJamjuree-Regular'),
       url('../fonts/bai-jamjuree-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bai-jamjuree-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bai-jamjuree-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bai-jamjuree-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bai-jamjuree-v1-latin-regular.svg#BaiJamjuree') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('../fonts/quicksand-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v8-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

body,html {
    width:100%;
    height:100%;
    font-family: 'Bai Jamjuree', sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
}

@media(max-width:768px){
    body,html {
       font-size: 16px; 
       line-height: 22px;
    } 
   
}
@media(max-width:400px){
    body,html {
       font-size: 14px; 
       line-height: 20px;
    } 
   
}

:root {
    --gold: #D2A985;
    --black: #1A171B;
    --red: #ad1717;
    --darkred:#631d1c;
    --lightred:#9a2e2d;
    --xs:768px;
}
.vertical-middle {
    display: table-cell;
    vertical-align:middle;
    text-align: left;
}

/*
div[class^="col-"] {
	margin-bottom:20px;
}
div[class^="col-sm-"] {
	margin-bottom:20px;
}
div[class^="col-md-"] {
	margin-bottom:20px;
}
div[class^="col-lg-"] {
	margin-bottom:20px;
}
div[class^="col-xl-"] {
	margin-bottom:20px;
}
*/

.margin-bottom-20 {
    margin-bottom:20px;
}

hr {
    height: 1px;
    color: #999;
    background-color: #999;
    border: none;
}

.container {
    max-width:1900px;
    width:80%;
}
@media(max-width:768px){
    .container {
        max-width:auto;
        width:98%;
    }
}

.breadcrumb{
    width:100%;
    background:none;
    margin:20px 0;
    white-space: nowrap;
    padding:0;
    font-size: 16px;
}
.breadcrumb li {
    
}
.breadcrumb a {
    color:#555;
}

.box-responsive {
    text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.parallax-window {
    clear: both;
    position: relative;
    min-height: 600px;
    background: transparent;
}


.wrapper {
    margin-left:auto;
    margin-right:auto;
	position: relative;
    
}
.fixed {
    position: fixed;
    top: 0;
}

a {}

h1 {
    
    font-size: 45px;
    margin-top:0;
}
h2 {
  
   font-size:30px;
}
h3 {
   
}

@media(max-width:768px){
    h1 {
        font-size: 26px;
    }
    h2 {

       font-size:25px;
    }
    h3 {
        
    }  
}




.language-xs {
    display:none;
}


/*preloader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/i/preloader1.gif) center no-repeat #fff;
}
/*preloader*/




/*topmenu*/
#menuToggle {
  display: block;
  position: fixed;
  top:50px;
  left: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background:#000;
  padding:20px;
    z-index:999;
    border:1px solid #fff;
}

#menuToggle input {
  display: block;
  width: 40px;
  width: 100px;
  height: 32px;
  height:80px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2) ;
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  margin: 0px 0 0 -50px;
  padding: 20px;
  padding-top: 20px;
  padding-left:25px;
  margin-top:30px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 5px;
  font-size: 22px;
}
#menu li a {
    display: block;
    color:#555;
    text-decoration: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#menu li a:hover {
    color:var(--red);
    text-decoration: none;
    padding-left:15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

@media(max-width:768px){
    #menuToggle {
         display: none;
    }
}

/*topmenu*/




/*sections*/

section {
    overflow: hidden;
}

.cms-images {
    position:relative;
    text-align: center;
    margin-bottom:30px;
}
.cms-images a .enlarge {
    position: absolute;
    width:50px;
    margin-left:auto;
    margin-right: auto;
    left:0;
    right:0;
    top:40%;
}
.cms-images-container {
    text-align: center;
    width:100%;
}

/*mobile Menu*/
.mobile_menu {
    margin-top:0px;
    cursor: pointer;
}
#sm_menu_ham {
    position: absolute;
    z-index: 9999;
}
#sm_menu_ham.open > span {
    color:#fff;
    background-color: #fff;
}
.sm_menu_outer {
    margin:0;
    top:0;
}


/*bootstrap custom*/

.btn-custom-red {
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
}

.btn-custom-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-custom-red:focus, .btn-custom-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-custom-red.disabled, .btn-custom-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-custom-red:not(:disabled):not(.disabled):active, .btn-custom-red:not(:disabled):not(.disabled).active,
.show > .btn-custom-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-custom-red:not(:disabled):not(.disabled):active:focus, .btn-custom-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}


.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media(max-width:768px){
    .scroll-down {
        bottom:150px;
    }
}

.cms-image-img {
    width:100%;
}
