/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #000;
}

/*  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: 24.50%; }
.span_2_of_3 { width: 53.13%; }
.span_1_of_3 { width: 22.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: 80%; }
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/*background: #000*/
			/* 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%;
}

 a {
	color:#fff;
}
a:hover {
	color:#fff;
	background:#fff;
	text-decoration:none;
} 
*/
h1, h2 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
	font: 18px arial, sans-serif;
}
h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ffffff;
}
h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#f50076;
	font: 18px arial, sans-serif;
}
h5 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#40e0d0;
	font-family: 'Crushed', cursive; 
	font-size: 48px;

}
h6 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#3399cc;
	text-decoration: underline;
	font: 32px arial, sans-serif;
}
h7 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#40e0d0;
	font-family: 'Crushed', cursive; 
	font-size: 36px;
}

h8 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#f50076;
	font-family: 'Crushed', cursive; 
	font-size: 22px;
}

h9 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#40e0d0;
	font-family: 'Crushed', cursive; 
	font-size: 36 px;
}

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:0px;
	background: #000;
	min-height: 30px;
		height:auto;
	color:#000; 
	font-family: sans-serif;
	vertical-align:middle;
	
}


/* Menu Bar1 */
#menubar1 {
	clear:both;
	float:center;
	width:100%;
	padding-top:50px;
	background: #f7f7f7;
	height: 40px;
	color:#000;
	font-family: sans-serif;
	
	background-position: center;
	vertical-align:middle;
}

#menubarjf {
	clear:both;
	float:center;
	width:100%;
	padding-top:0px;
	background: #f7f7f7;
	height:auto;
	color:#000; 
	font-family: sans-serif;
	vertical-align:middle;
	
}

/* Header styles       */
#headerjf {
	clear:both;
	float:center;
	width:100%;
	min-height: 50px;
	height:	100px;
	background: #000;
	background-position: center;
	vertical-align:middle;	
	 position: fixed;  
	 padding-top:50px;
	 
	 z-index: 8888;     
}

table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
  
#header {
	clear:both;
	float:center;
	width:100%;
	background:#000; 
	/*background-image:url('images/thai_background.png'); */
	background-position: center;
	vertical-align:middle;	
	 position: relative;  
	 padding-top:50px;     
}
#header {
	border-bottom:1px solid #000;
}
#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:#000;
	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 #000000;
}
#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:auto;
	position: relative;
	width:100%;
	border-top:2px solid #000;
	background:#000;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	bottom:0px;
	left: 0px;
	z-index: 8888;
	border-bottom:2px solid #000;
}
#footer p {
	padding:10px;
	margin:0,20;
}

/*Main Center Content */
.flex-container {
  display: flex;
  flex-direction: row;
}

#maincontent {
	 min-height: 1100px; 
		height:1100; 
		width:100%;  
		top: 120px;
		background:#000;
		position:left;
		color:#fff;
		overflow: hidden;
/* one background goes here  */		
/*
	background-size: 95% 50%;
	background-repeat:no-repeat; 
    background-image:url('images/brenda_bkg.png');
        -moz-background-size: 95% 50%;
		-webkit-background-size: 95% 50%;
		-o-background-size: 95% 50%;
*/
/* one background ends  */		
		
}

#maincontent1 {
	 max-height: 1090px;
	 	height: 1090px; 
		width:100%;  
		top: 100px;
		position:left;
		color:#000;
		background:#fff;
		 overflow:scroll; 
		 margin-left: 10px;
		 font: 12px Tahoma, Geneva, sans-serif;
}

#maincontent2 {
	min-height: 1100px; 
	   height:100%; 
	   width:100%;  
	   top: 120px;
	   background:#000;
	   position:left;
	   color:#000;
}
#maincontent3 {
	min-height: 1100px; 
	   height:100%; 
	   width:100%;  
	   top: 120px;
	   background:#000;
	   position:left;
	   color:#fff;
	   overflow:scroll; 
}

#maincontent4 {
	min-height: 1100px; 
	   height:1090px; 
	   width:100%;  
	   top: 200px;
	   background:#000;
	   position:left;
	   color:#fff;
}

#maincontent1jf {
	max-height: 1090px;
		height: 1090px; 
	   width:100%;  
	   top: 100px;
	   position:left;
	   color:#000;
	   background:#fff;
		overflow:scroll; 
}

#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:#000;
	min-height: 70px;
		height:auto;  
		/*height:5px; */
	color:#fff;
	font-family: sans-serif;
	padding-bottom: 40px;
	position:relative;
   /* bottom:0px; */
    
}

/* Mailing list */
#mailinglist {
	clear:both;
	float:center;
	width:100%;
	padding-top:15px;
	background:#000;
	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:#40e0d0;
	font-size: 40px;
}

.headerfont1 {
	/*font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#fff;
	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:#40e0d0;
	font-size: 40px; 
	}

.headerfont4 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#7dc7d7;
	font-size: 20px;
}
.headerfont14 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#7dc7d7;
	font-size: 11px;
}

.headerfont5 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#f50076;
	font-size: 18px;
	word-wrap: normal
}

.headerfont6 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#3366ae;
	font-size: 30px;
}

.headerfont7 {
	/*font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#000;
	font-size: 16px;
}

.headerfont8 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#40e0d0;
	font-size: 30px;
}

/* BUTTONS  */


.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%
}

/* iframe code  */
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
  }
   
  .iframe-container iframe {
	 border: 0;
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
  }
   
  /* 4x3 Aspect Ratio */
  .iframe-container-4x3 {
	padding-top: 30%;
  }

/* Entry Buttons */


.myButton1 {
	box-shadow: 3px 4px 0px 0px #f50076;
	background:linear-gradient(to bottom, #f50076 5%, #f0589f 100%);
	background-color:#f50076;
	border-radius:18px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton1:hover {
	background:linear-gradient(to bottom, #13d1be 5%, #40e0d0 100%);
	background-color:#13d1be;
}
.myButton1:active {
	position:relative;
	top:1px;
}

.myButton {
    backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(180deg,#40e0d0 1.3779196773651488%,#47ccbf 49%,#13d5c2 51%,#23b1a2 100%);
  border-radius: 5px;
  border: 1px solid #40e0d0;
  border-width: 1px 1px 1px 1px;
  padding: 10px 20px 10px 20px;
  box-shadow: inset 0px 1px 0px #ffffff,0px 1px 3px rgba(0%,0%,0%,0.3);
    color: #030100;
  font-size: 16px;
  font-family: Tahoma;
  font-weight: 900;
  font-style: normal;
  text-shadow: 0px -1px 0px rgba(0%,0%,0%,0.4);
 	 width: 80%;
	height: auto;
  }
  .myButton > div {
    color: #999;
  font-size: 10px;
  font-family: Helvetica Neue;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .myButton > i {
    font-size: 1em;
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: static
  }
  .myButton > .ld {
    font-size: initial
  }

  .box1 {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;  /* top:bottom, right:left */
	border: 10px outset #e5e4ef;
  }

  #mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;

    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");*/
}


a.button4{
	 display:inline-block;
	 padding:0.3em 1.2em;
	 margin:0 0.1em 0.1em 0;
	 border:0.16em solid rgba(255,255,255,0);
	 border-radius:2em;
	 box-sizing: border-box;
	 text-decoration:none;
	 font-family:'Roboto',sans-serif;
	 font-weight:300;
	 color:#FFFFFF;
	 text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	 text-align:center;
	 transition: all 0.2s;
	}
	a.button4:hover{
	 border-color: rgba(255,255,255,1);
	}
	@media all and (max-width:30em){
	 a.button4{
	  display:block;
	  margin:0.2em auto;
	 }
	}

	.video-wrapper {
		position: relative;
	}
	
	.video-wrapper video {
	  height: auto;
	  vertical-align: middle;
	  width: 100%;
	}
	.video-description {
	  background: transparent;
	  position: absolute;
	  height: auto;
	  top:-100;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}