/*____________________________________
# kawpod_extension
_____________________________________*/
.area_img_body:hover .area_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border:0px !important;
  border-radius: 15px !important;
}
.area_img {
  overflow: hidden;
  margin-bottom: 15px;
}
.area_img img {
  transition: 0.3s ease-in-out;
}
.card_hover{
	 transition: box-shadow ease-in-out 0.3s;
}
.card_hover:hover{
	box-shadow: 0 0 20px rgba(239,103,130,.2); 
	border:solid 1px #c0c0c0;
}

.card_hover:hover .area_img_hover_scale_up img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.area_img_hover_scale_up{
	overflow: hidden;
}
.area_img_hover_scale_up img {
  transition: 0.3s ease-in-out;
}


.person_area_img_body:hover .person_area_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border:0px !important;
  border-radius: 15px !important;
}
.person_area_img {
  overflow: hidden;
  margin-bottom: 15px;
}
.person_area_img img {
  transition: 0.3s ease-in-out;
  border:solid 2px #e8cbda !important;
}


a.readmorexx{
	-webkit-transition: width .35s ease-in-out;
	transition: width .35s ease-in-out;
	
	
	border-bottom:solid 0px green;
}

a.readmorexx:hover{
	botder-bottom:solid 2px red;

}

a.readmore:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0px; /* Change this to whatever width you want to have before hover. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #f7acbf; /* This creates the border. Replace black with whatever color you want. */
    transition: .3s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

a.readmore:hover:after {
    width: 98%; /* This will be the new width of your border when on hover */
}


a.menu_underline:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0px; /* Change this to whatever width you want to have before hover. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #F99D1C; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

a.menu_underline:hover:after {
    width: 98%; /* This will be the new width of your border when on hover */
}

.underline3 { border-bottom: 3px solid #F99D1C; /* This creates the border. Replace black with whatever color you want. */ }

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/hotels/Centara Grand/centara_grand_bg_01.jpg") top center no-repeat; venue-info/*kawpodrem background: url("../img/venue-info-bg.jpg") top center no-repeat;*/
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  /*background: rgba(13, 20, 41, 0.8);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}


#venue .venue-reserve {
  background: url("./media/venue/amari.jpg") top center no-repeat; venue-reserve/*kawpodrem background: url("../img/venue-reserve-bg.jpg") top center no-repeat;*/
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-reserve:before {
  content: "";
  background: rgba(252, 249, 238, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-reserve h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-reserve p {
  color: #fff;
  margin-bottom: 0;
}




#venue .venue-remark {
  background: url("./media/venue/amari.jpg") top center no-repeat; venue-remark/*kawpodrem background: url("../img/venue-remark-bg.jpg") top center no-repeat;*/
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-remark:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-remark h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-remark p {
  color: #fff;
  margin-bottom: 0;
}


#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

.table_registration tbody tr td.hcol_0{ background:#D7DBDD ; text-align:center; font-weight:bold;}

.table_registration tbody tr td.hcol_1{ background:#3498DB ; text-align:center; font-weight:bold; color:white;}
.table_registration tbody tr td.col_1_1{ background:#E3F2FD;  text-align:center; width:13%;}
.table_registration tbody tr td.col_1_2{ background:#BBDEFB ;  text-align:center; width:13%;}

.table_registration tbody tr td.hcol_2{ background:#2ECC71;  text-align:center; font-weight:bold; color:white;}
.table_registration tbody tr td.col_2_1{ background:#D5F5E3  ;  text-align:center; width:13%; }
.table_registration tbody tr td.col_2_2{ background:#ABEBC6  ;  text-align:center; width:13%; }

.table_registration tbody tr td.hcol_3{ background:#F39C12;  text-align:center; font-weight:bold; color:white;}
.table_registration tbody tr td.col_3_1{ background:#FDEBD0;  text-align:center;  width:13%;}
.table_registration tbody tr td.col_3_2{ background:#F8C471;  text-align:center;  width:13%;}

.bold_black{ font-weight:bold; color:black; }

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/


.form_group_header{background-color: #0e518a; color:#ffffff; background-image: linear-gradient(to right, #0e518a, #0e518a , #4690cd ); padding:5px; font-weight:450; font-size:1.125em;}
.form_group_header::before{ content: "\2756 "; }

.form_group_header_print{background-color: #d1d4d3; color:#000000; background-image: linear-gradient(to right, #d1d4d3, #bbbfc1); padding:5px; font-weight:450; font-size:1.125em;}
.form_group_header_print::before{ content: "\2756 "; }