
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
			/* 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%;
	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;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col4 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	background:#fff;
}
/* 3 Column settings */
.threecol {
	background:#e5e5e5;		/* right column background colour */
	background-image:url('images/thai_background.png');
	height: auto; 
}
.threecol .colmid {
	right:15%;			/* width of the right column */
	height: auto;
	background:#e5e5e5;		/* center column background colour */
	
	/*background-attachment: fixed;
    background-position: 20% 20%;
	background-size: contain;
	background-repeat:no-repeat; */
    /*background-image:url('images/background_gradient.png');    /*Background for center column */
    	
}
.threecol .colleft {
	right:68%;			/* width of the middle column */
	background:#e5e5e5;	/* left column background colour */
	 background-image:url('images/thai_background.png');	
	 height: auto;
	
}
.threecol .col1 {
	width:68%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:4%;			/* Width of left column content (column width minus padding on either side) */
	left:34%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:4%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	min-height: 40px;
		height:auto;
	position: absolute;
	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  */		
		
}
#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;
}

.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;
	font-size: 16px;
}

.text {
	left: 0;
    position:relative;
    text-align:center;
    color:#FFF;
	font-size: 16px;
    top: 30px;
    width: 100%
}

.blue {
  background-color: #7dc7d7;
}
