@charset "UTF-8";
/*!
* Ants Chiangmai custom CSS
 */

body {
 font-family: Nunito, sans-serif;
 background-color: #f9f9f9;

}

h1, h2, h3, h4, h5, h6 {
 font-family: Nunito, sans-serif;
 font-weight: normal;

}
.holding{
 font-family: 'Roboto', sans-serif;

}

.photo_in {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  

}
@media (max-width: 767px) {
  .photo_in {
    height: 350px;
  }
}


.cmhome {
 background: url(/images/cmwide.jpg) center center no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.photo_in.cmhome .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}



.photo_in:before {
  animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.photo_in .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.photo_in .wrapper h1 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}

#navwrap{
overflow: hidden;
transition: 0.4s; /* Adds a transition effect when the padding is decreased */
padding: 30px 0 20px 0;
display: block;
color: white;
font-size: 14px;
font-weight: 900;
line-height: 23px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.07em;
position: relative;
}
.scrclear{
  background: rgba(0, 0, 0, 0.2); 
}

.scrclear a{
  color: rgb(255,255,255);
 }

 .scrclear a:hover{
  color: #EF3F3E;
}


.scrwht{
  background: rgb(255,255,255);
  border-bottom: 2px solid #EF3F3E;
}

.scrwht a{
  color: rgb(0,0,0);
 }

 .scrwht a:hover{
  color: #EF3F3E;
}



.homeheader {
}
.homesearch{
}

.sitename{
  align-items: center;
}
.sitename a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.siteheadnav{

}

.siteheadnav a{
  text-decoration: none;
}
.siteheadnav a:hover{
}

.mapimage{
  padding: 16px 0 0px 0;
}

.hdrwrap{
  margin: 150px 0 0 0;
}
.hdrbackground{
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.38);
  max-width: 250px;
}
.hdrbackground2{
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.38);
  max-width: 500px;
}


.hdrbackground h1{
  padding: 0 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  
  
}
.hdrbackground2 h2 {
  margin: 0px 0 0 0;
  padding: 0 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}


.titlesection{
  text-align: center;
  padding: 32px 0;
}

.titlesection .titleoval{
font-size: 14px;
color: white;
background-color: #ef3f3e;
text-transform: uppercase;
padding: 4px 18px;
line-height: 1.7;
border-radius: 50px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
}

.titlesection .titleheader{
  font-size: 30px;
 font-weight: 800; 
}

.titlesection .titletag{
  font-size: 15px;
 line-height: 18px;
color: #9296a0;
letter-spacing: 0.03em;
font-weight: 600;
}





div.linkdiv {
        position: relative;
    }

div.linkdiv a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    }




.hmab1{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

.hmab2{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

 .hmab3{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

 .hmab4{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

 .hmab5{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

 .hmab6{
background: url(/images/temple1.jpg) center center no-repeat; 
 }

 .imgdivhtx1{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 156px;
}

.imgdivhtx2{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 374px;
}

.imgdivtxt{
color: #EF3F3E;
background-color: #FFFFFF;
width: 100%;
text-align: center;
margin: 0 0 20px 0;
padding: 10px 0;
font-weight: 800;
}

.imgback{
color: white;
background-color: rgba(0, 0, 0, 0.38);
width: 100%;
text-align: center;
padding: 20px 0;
min-height: 100%;

}