/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF THREE  */
.span_3_of_3 { width: 34.50%; }
.span_2_of_3 { width: 33.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#e5e5e5;
			/* Minimum width of layout - remove line if not required   min-width:600px; */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

@font-face {
    font-family: 'thesignatureregular';
    src: url('customfonts/thesignature-webfont.woff2') format('woff2'),
         url('customfonts/thesignature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
} 
h1, h2 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
}
h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ffffff;
}
h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ff0000;
}
h5 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
	text-decoration: underline;
	font: 15px arial, sans-serif;
}
h6 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#3399cc;
	text-decoration: underline;
	font: 18px arial, sans-serif;
}
h7 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ffff19;
	font: 18px arial, sans-serif;
}

img.middle {
    vertical-align: text-middle;
}
img.top {
    vertical-align: text-top;
}

img.bottom {
    vertical-align: text-bottom;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0 2px 0 0;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/* Calendar */
.calendar-container {  /* 800 x 600  */
     position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100% ;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Menu Bar */
#menubar {
	clear:both;
	float:center;
	width:100%;
	padding-top:10px;
	background:#e5e5e5;
	min-height: 30px;
		height:auto;
	color:#000; 
	font-family: sans-serif;
	background-image:url('images/thai_background.png');
	background-position: center;
	vertical-align:middle;
	
}


/* Menu Bar1 */
#menubar1 {
	clear:both;
	float:center;
	width:100%;
	padding-top:20px;
	background:#e5e5e5;
	height: 40px;
	color:#fff;
	font-family: sans-serif;
	background-image:url('images/thai_background.png');
	background-position: center;
	vertical-align:middle;
}



/* Header styles       */
#header {
	clear:both;
	float:center;
	width:100%;
	background:#e5e5e5; 
	/*background-image:url('images/thai_background.png'); */
	background-position: center;
	vertical-align:middle;	
     position: relative;       
}
#header {
	border-bottom:1px solid #e5e5e5;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}


/* Header 1 styles */
 #header1 {
	clear:both;
	float:left;
	width:100%;
	
	max-height: 84px;
	position:relative;
	background:#e5e5e5;
	background-image:url('images/page_break_png_9737231.png');
	background-repeat: no-repeat;
    background-position: center;
	vertical-align:middle;
}
#header1 {  /* this is the ornament */
	border-bottom:2px solid #e5e5e5;
}
#header1 p,
#header1 h1,
#header1 h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header1 ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header1 ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header1 ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header1 ul li a:hover {
	background:#369;
	color:#fff;
}
#header1 ul li a.active,
#header1 ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header1 ul li a span {
	display:block;
}


/* Footer styles */
#footer {
	clear:both;
	float:left;
	min-height: 40px;
		height:60px;
	position: relative;
	width:100%;
	
	background:#e5e5e5;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	bottom:0px;
	left: 0px;
}
#footer p {
	padding:10px;
	margin:0,20;
}

/*Main Center Content */
.flex-container {
  display: flex;
  flex-direction: row;
}

#maincontent {
	 min-height: 1100px; 
		height:100%; 
		width:100%;  
		top: 120px;
		position:left;
		color:#000;
/* one background goes here  */		
/*
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('images/bianca_new1.png');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		*/
/* one background ends  */		
		
}

#maincontent1 {
	 /*min-height: 500px; */
		height:100%; 
		width:100%;  
		top: 120px;
		position:left;
		color:#000;
}


#txt1 {
		height:auto; 
		width: auto;  
		top: 80px;
		position:right;
		color:#000;
}
/*Main Center Content 1*/
#photocontent1 {
	min-height: 800px;
		height:auto; 
		top: 80px;
		position:relative;
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('images/bianca_new.png');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;	
	
		
}
/*Main Center Content 1*/
#photocontent2 {
	min-height: 11 00px;
		height:auto; 
		top: 50px;
		position:relative;
	
}

.tablelocation {
		height:auto; 
		top: 0px;
		position:relative;
}

/* Disclaimer page buttons */
#buttons {
	text-align: center;
	clear:both;
	float:center;
	width:100%;
	min-height: 75px;
		height:auto;
	position:relative;
    /*bottom:0px; */
    left:10%;
}

/* Awards */
#awards {
	clear:both;
	float:center;
	width:100%;
	padding-top:2px;
	
	background:#e5e5e5;
	min-height: 70px;
		height:auto;  
		/*height:5px; */
	color:#000;
	font-family: sans-serif;
	padding-bottom: 40px;
	position:relative;
   /* bottom:0px; */
    
}

/* Mailing list */
#mailinglist {
	clear:both;
	float:center;
	width:100%;
	padding-top:15px;
	background:#e5e5e5;
	min-height: 40px;
		height:auto;
	color:#000;
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 11px;
	position:relative; 
   /* bottom:0px; */
    
}

/* Photos */
#photocontent {
	clear:both;
	float:center;
	top: 1000px;
	z-index: 1000;
	width:100%;
	
	min-height: 800px;
		height:auto;
	color:#fff;
	font-family: sans-serif;
	padding-bottom: 5px;
	position:relative;
   /* bottom:0px; */
    
}

.headerfont {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#7dc7d7;
	font-size: 40px;
}

.headerfont1 {
	/*font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#000;
	font-size: 16px;
}

.headerfont2 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	/*color:#f0c828;*/
	color:#000;
	font-size: 20px;
}

.super-centered {
    position:relative; 
    width:100%;
    height:100%;
    left: 0%;
    text-align:center; 
    vertical-align:middle;
    z-index: 9999;
}

.headerfont3 {
	font-family: 'Homemade Apple', cursive; 
	color:#7dc7d7;
	font-size: 40px; 
	}

.headerfont4 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#7dc7d7;
	font-size: 20px;
}

.headerfont5 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#7dc7d7;
	font-size: 16px;
}

.headerfont6 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#3366ae;
	font-size: 30px;
}

.headerfont41 {
	font-family: 'thesignatureregular',  Arial, sans-serif;	
	color:#152bee;
	font-size: 60px;
	font-weight:normal;
	font-style:normal;
		
}


/* BUTTONS  */
.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}

.image {
	clear:both;
	float:center;
    position:relative;
    color:#FFF;
	width: 50%;
	height: auto;
	font-size: 16px;
}

.text {
	left: 0;
    position:relative;
    text-align:center;
    color:#FFF;
	font-size: 16px;
    top: 30px;
    width: 100%
}
#rotator1{
	width: auto;
	height: auto;
	cursor: pointer;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	
	margin: 0 auto;
    display: block;
  	
 	 
}
#rotator{
position:relative;
text-align: center;
width: 100%;
  	
}
#r-image{
	max-width: 100%;
    height: auto;
	width: auto;
	margin: 0 auto;
    display: block;
}
#rotator2{
	cursor: pointer;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: auto;
	height: auto;
	margin: 0 auto;
    display: block;
}
.reviews{
	width: 300px;
	height: 100%;
	top:350px;
	right: 10px;
	position: fixed;
}
.center{
	text-align: center;
}

/*** footer css  ***/
.page-container {
    position: relative;
    min-height: calc(100vh - 2.0rem); 
    
  }
  .page-container1 {
    position: relative;
    min-height: calc(100vh - 2.0rem); 
    background-color: #27bcda;
    
  }
  
  .content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
  }

  hr.custom {
	border: none;
	height: 10px;
	background: #7dc7d7;
	margin: 20px 0;
}
