/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*MAIN*/




body {
    background-image: url(img/pattern-full.jpg);
    background-attachment: fixed;
}
.nobg{	
    background: none;
}

	.btn-style-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
    color: #007dc6;
    line-height: 24px;
    padding: 12px 22px;
    font-size: 38px;
    font-weight: bold;
    text-transform: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    border-radius: 13px;
    width: 320px;
}
	
	
	
	/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
    top: 0px;
}

/* Add some content at the bottom of the video/page */
.contentvid {
  position: fixed;
  bottom: 300px;
  color: #f1f1f1;
  width: 100%;
  padding: 20px 0;
	text-align: center;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 100px;
    height: 100px;
  font-size: 18px;
  padding: 10px;
  border: none;
    background: rgb(246 147 53 / 50%);
	
    border-radius: 100px;
  color: #fff;
  cursor: pointer;
    left: -50px;
    position: relative;
}

#myBtn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: black;
}
	.responsive {
  width:auto;
  height: auto;
}
	
	
	.center {
    width: 420px;

    z-index: 4;
    position:absolute;

    bottom: 50px;
		left:50%;
    margin-left: -160px;
    margin-top: -110px;
}
	
	
	
	
	@media screen and (max-width: 855px) {

	.responsive {
  width: 100%;
  height: auto;
}
}














.actcontainer {
  position: relative;
    width: 31%;
    margin: 5px;
}

.actimage {
  display: block;
  width: 100%;
  height: auto;
}

.actoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  transition: .9s ease;
  background-color: #000000;
}

.actcontainer:hover .actoverlay {
  opacity: 0;
}

.actcontainer:hover .acttext {
  background-color: rgba(100, 100, 100, 0.8);
}

.acttext {
  background-color: #ec9023;
  color: white;
  padding: 8px 15px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .9s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
    border: 1px solid white;
    text-shadow: 0px 0px 5px #333;
    font-weight: bold;
}







.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.85) !important;
}



















.h3, h3 {
    font-size: 24px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-circle {
    border-radius: 50%;
}

/*** 

====================================================================
	Schedule Section style
====================================================================

***/

.schedule-section{
	position:relative;
	padding:60px 0px 80px;
	background:#ffffff;
}

.download-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px 8px;
	margin-bottom:20px;
	border:2px solid #a0a0a0;
	color:#a6a6a6;
	font-size:14px;
	text-transform:uppercase;
}

.download-btn .fa{
	padding-right:20px;
	font-size:20px;
}

.download-btn:hover{
	color:#ffffff;
	background:#007dc6;
	border-color:#007dc6;
}

.schedule-box{
	position:relative;
	border:1px solid #dadada;	
}

.schedule-box .tab-buttons{
	position:relative;
	width:100%;
	display:table;
}

.style-two .schedule-box .tab-buttons{
	display:block;
	float:left;
	width:18%;	
}

.schedule-box .tab-buttons .tab-btn{
	position:relative;
	display:table-cell;
	text-align:center;
	background:#ffffff;
	color:#b36100;
	line-height:1.4em;
	padding:20px 10px;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}
/*TAB SPACING*/
li.tab-btn {
    width: auto;  
}

.style-two .schedule-box .tab-buttons .tab-btn{
	display:block;
}

.schedule-box .tab-buttons .tab-btn:last-child{
	border-right:none;	
}

.style-two .schedule-box .tab-buttons .tab-btn:last-child{
	border-bottom:none;
	border-right:1px solid #dadada;
}

.schedule-box .tab-buttons .tab-btn.active,
.schedule-box .tab-buttons .tab-btn:hover{
	border-color:#ec9023;
	background:#ec9023;
	color:#ffffff;
}

.style-two .schedule-box .tab-buttons .tab-btn.active,
.style-two .schedule-box .tab-buttons .tab-btn:hover{
	border-bottom-color:#ffffff;
}

.schedule-box .tab-buttons .tab-btn .day{
	display:block;
	text-transform:capitalize;
	font-size:22px;
	margin-bottom:7px;
}

.schedule-box .tab-buttons .tab-btn .date{
	display:block;
	font-size:16px;	
}

.schedule-box .tab-buttons .tab-btn .curve{
	position:absolute;
	display:block;
	width:100%;
	left:0px;
	bottom:0px;
	background:none;
	text-align:center;
	opacity:0;
}

.style-two .schedule-box .tab-buttons .tab-btn .curve{
	width:20px;
	height:100%;
	bottom:auto;
	left:auto;
	right:0px;
	top:0px;
}

.schedule-box .tab-buttons .tab-btn.active .curve,
.schedule-box .tab-buttons .tab-btn:hover .curve{
	bottom:-19px;
	opacity:1;
	transition:all 300ms ease 200ms;
	-webkit-transition:all 300ms ease 200ms;
	-ms-transition:all 300ms ease 200ms;
	-o-transition:all 300ms ease 200ms;
	-moz-transition:all 300ms ease 200ms;	
}

.style-two .schedule-box .tab-buttons .tab-btn.active .curve,
.style-two .schedule-box .tab-buttons .tab-btn:hover .curve{
	bottom:auto;
	right:-17px;
}

.schedule-box .tab-buttons .tab-btn .curve:after{
	content:'';
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-top-color:#b56200;	
}

.style-two .schedule-box .tab-buttons .tab-btn .curve:after{
	content:'';
	position:absolute;
	right:3px;
	top:42px;
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-left-color:#007dc6;	
}

.schedule-box .tabs-box{
	position:relative;
	background: rgba(255,255,255,.5);
}

.style-two .schedule-box .tabs-box{
	float:left;
	width:82%;	
}

.schedule-box .tab{
	position:relative;
	padding:20px 20px 3px;
	display:none;	
}

.style-two .schedule-box .tab{
	padding-bottom:10px;	
}

.schedule-box .tab.current{
	display:block;	
}

.schedule-box .hour-box{
	position:relative;
	padding-left:200px;
/*	padding-left:150px;*/
	font-size:16px;
	color:#000000;
	padding-bottom:20px;
	overflow:hidden;
}

.schedule-box .hour-box:before{
	content:'';
	position:absolute;
	left:181px;
	top:24px;
	width:2px;
	height:100%;
	background:#d2d2d2;
}

.schedule-box .hour-box.active-box:before{
	background:#0091d5;
}

.schedule-box .hour-box:last-child:before{
	display:none;
}

.schedule-box .hour-box .hour{
	position:absolute;
	left:0px;
	top:-4px;
/*	width:100px;*/
	width:230px;
	font-size:14px;
	line-height:2em;
	color:#333;	
}

.schedule-box .hour-box .circle{
	position:absolute;
	left:170px;
/*	left:100px;*/
	top:0px;
	width:24px;
	height:24px;
	border:2px solid #d2d2d2;
}

.schedule-box .hour-box.active-box .circle{
	border-color:#0091d5;
}

.schedule-box .hour-box .toggle-btn .none, .schedule-box .hour-box .toggle-btn p, .schedule-box .hour-box .toggle-btn .none, .schedule-box .hour-box .toggle-btn ul, .schedule-box .hour-box .toggle-btn .none, .schedule-box .hour-box .toggle-btn li{
    cursor: default;
}

.schedule-box .hour-box .toggle-btn{
	position:relative;
    margin: -17px 0 0 12px;
	cursor:default;
}

.schedule-box .hour-box .toggle-btn h3{
	position:relative;
	display:inline-block;
	font-size:18px;
	padding-right:30px;
	color:#333;
	text-transform: uppercase;
}
.schedule-box .hour-box .content-box h3{
	position:relative;
	display:inline-block;
	font-size:18px;
	padding-right:30px;
	color:#292929;
}

.schedule-box .hour-box .toggle-btn h3:after{
	font-family: 'FontAwesome';
	content:'\f107';
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	display:block;
	color:#007dc6;
	line-height:28px;
	font-size:24px;
	text-align:right;
	z-index:5;	
}
.schedule-box .hour-box .toggle-btn h3.none:after{
	display: none;
}
	.schedule-box .hour-box .toggle-btn.active h3.none:after{
	content:'';
}

.schedule-box .hour-box .toggle-btn.active h3:after{
	content:'\f106';	
}


.schedule-box .hour-box .content-box{
	position:relative;
	padding-right:20px;
	display:none;	
}

.schedule-box .hour-box .content-box.collapsed{
	display:block;	
}

.schedule-box .hour-box .content-box .professional{
	position:relative;	
}

.schedule-box .hour-box .professional .info{
	position:relative;
	padding-left:110px;
	padding-top:10px;
	min-height:50px;
	margin-bottom:20px;
}

.schedule-box .hour-box .professional .info .image{
	position:absolute;
	left:15px;
	top:0px;
	width:72px;
	height:72px;
	border:1px solid #d0d0d0;
	overflow:hidden;
}

.schedule-box .hour-box .professional .info .image img{
	display:block;
	width:100%;	
}

.schedule-box .hour-box .professional .info .prof-title{
	font-size:18px;
	margin-bottom:7px;
	color:#292929;
	font-weight:500;
}

.schedule-box .hour-box .professional .info .prof-occup{
	font-size:15px;
	color:#007dc6;
}

.schedule-box .hour-box .theme-btn{
	background:#007dc6;
	margin:15px 5px 5px;
	border-radius: 8px;
}

.theme-btn.dull,
.schedule-box .hour-box .theme-btn.dull{
	background:#d2d2d2;	
}

.schedule-box .hour-box .theme-btn:before{
	background:#292929;	
}





@font-face {
  font-family: myFirstFont;
  src: url(https://kmbs.konicaminolta.us/fonts/kmbsfonts-pub-min.css);
}


strong { 
  font-weight: bold;
    
}

html, body {
    font-family: SlateStd, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.5em;
}


p {
    margin: 0px 0 14px;
    line-height: 1.5em;
}

h1 {
    font-size: 35px;
    color: #97664c !important;
    line-height: 1.15em;

    margin: 20px 0 30px -30px;
    letter-spacing: 2px;
	text-align: center;
	
    font-weight: bold;
    font-family: 'SlateStd-Medium', Arial, sans-serif;
}
h2 {
    font-size: 20px;
    color: #000;
    line-height: 1.15em;
    margin: 30px 0 8px;
    letter-spacing: 1px;
	text-align:left;
    font-weight: bold;
    font-family: 'SlateStd-Medium', Arial, sans-serif;
}
h3 {
    color: #97664c !important;
    margin: 20px 0 8px;
}










/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 19px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {  
	background-color: rgb(255 255 255 / 50%);
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}







.regbutt {
    background: #d37100;
    border: 1px solid #ffbb6d;
    float: right !important;
    padding: 9px 17px !important;
    margin: 4px 0 0 0;
	border-radius: 10px;
}








.myButton {
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	background-color:#ffc477;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover {
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}

        






.fade-in-text {
  animation: fadeIn linear 3s;
  -webkit-animation: fadeIn linear 3s;
  -moz-animation: fadeIn linear 3s;
  -o-animation: fadeIn linear 3s;
  -ms-animation: fadeIn linear 3s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}






















.background {
    background: #333;
    position: fixed;
    width: 100%;
    height: 580px;
    top: 67px;
    left: 0;
    z-index: 0;
}

.background2 {
    background: #333;
    position: fixed;
    width: 100%;
    height: 283px;
    top: 67px;
    left: 0;
    z-index: 0;
}

.background3 {
    position: fixed;
    width: 100%;
    height: 90%;
    top: 121px;
    left: 0;
    z-index: 0;
}

.attirebg {
	background-image: url("img/pattern-full.jpg");
}

.dest-bg{
	background-image: url("img/pic-dest.jpg");
	background-size: cover;
    background-position: center ;
}

.resort-bg{
	background-image: url("img/pic-resort.jpg");
	background-size: cover;
    background-position: bottom ;
}

.agenda-bg{
	background-image: url("img/pic-agenda.jpg");
	background-size: cover;
    background-position: center ;
}

.travel-bg{
	background-image: url("img/pic-travel.jpg");
	background-size: cover;
    background-position: center;
}
.health-bg{
	background-image: url("img/pic-health.jpg");
	background-size: cover;
    background-position: center ;
}
.activity-bg{
	background-image: url("img/pic-activity.jpg");
	background-size: cover;
    background-position: bottom ;
}

.attire1-bg{
	background-image: url("img/attire1.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire2-bg{
	background-image: url("img/attire2.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire3-bg{
	background-image: url("img/attire3.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire4-bg{
	background-image: url("img/attire4.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}


/* Style the header */
.header {
  text-align: center;
	position: fixed;
    width: 100%;
    z-index: 1;
}


.mylogo2{
    position: fixed;
    top: 53px;
    left: calc(50% - 250px);
    z-index: 0;
    width: 500px;
    height: auto;
}
.mylogo{
position: fixed;
top: 0;
    left: calc(50% - 250px);
    z-index: 0;
    width: 500px;
    height: auto;
}

.mylogo img{
z-index: 0;
}

.headerbar {
	width: 100%;
  background-color: #ffffff;
  margin: 0px;
  padding: 12px 0 8px 30px;
  text-align: left;
    height: auto;
}
.headerstripe{
  background-color: #f69335;
    height: 7px;
	border-bottom: 1px solid white;
}


.contentarea99{
	background: white;
	background-image: url("img/pattern.jpg");
  background-repeat: repeat-x;
  background-position: top;
    z-index: 3;
    position: relative;
}
.contentarea{
    background-image: url(img/pattern-full.jpg);
    background-attachment: fixed;
    z-index: 3;
    position: relative;
}
.contentarea2{
    z-index: 3;
    position: relative;
    text-align: center;
}
.content {
    background: white;
    max-width: 1160px;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 670px;
	
    border-radius: 0 0 20px 20px;
}
.contentattire {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 29px 0 0;
    min-height: 70px;
}
.copy {
    padding: 0 90px 40px 140px;
}

.copy2 {
    padding: 0 60px 40px 60px;
}
.left {
 float: left;
    margin: 0 20px 20px 0px;
}

.right {
 float: right; 
	margin: 0 0 0px 20px;
}

.right2 {
 float: right; 
	margin: -30px -50px 0px -140px;
}
.right-logo {
    float: right;
    margin: -30px 0 0px 4px;
}


.rightpic {
	width: 66% ;
}
.right-h1 { 
	margin: 20px 0 30px 190px;
}

.resort{ 
	margin: 15px 0 0 0; 
    display: inline-block;
}


.resort-copy { 
	padding: 0 10px 0 0;
	 background: rgb(235,219,212);
background: linear-gradient(180deg, rgba(235,219,212,1) 0%, rgba(235,219,212,0.38279061624649857) 100%);
float: left;
    width: 50%;
  border-radius: 0 30px 30px 0;
    height: 278px;
	padding: 0 30px 0 30px;
}
.resort-pic { 
	padding: 0 17px 0 0;
	 background: rgb(237,144,35);
background: linear-gradient(180deg, rgba(237,144,35,1) 0%, rgba(237,144,35,0.4822303921568627) 100%);
	
float: left;
    width: 417px;
    height: 278px;
}
.resort-pic img{ 
	border-right: 5px solid white;
    width: 100%;
    height: auto;
}

.icons {
    width: 40px;
    margin: 0px 0 0 -50px;
    position: absolute;
}




ul.mylist {
  list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 30px 80px;
}
li.mylist {
    line-height: 2em;
}


a{
color:	#c56a00;
}

.contentlist2{
  list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 10px 40px;
}

.listp{

    margin: 16px 0 2px 0;
}


.sticky {
	position: -webkit-sticky;
   position: sticky;
	top: 0px;
}

.navbar{
	background: url("img/pattern-yellow.jpg");
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
}

.navbarattire{
	background: url("img/pattern-yellow.jpg");
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
}

.topnav{
  position: relative;
  overflow: auto;
	width: 1160px;
    margin: 0 auto;
	text-align: center;
}

.arrow {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 14px;
}

.topnav button {
    float: left;
    padding: 0px 0 0 0;
    color: black;
    text-decoration: none;
    font-size: 19px;
    width: 384px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    border: none;
    height: 50px;
    font-weight: bold;
  transition: all 0.5s;
	font-family: SlateStd-Medium, Helvetica Neue, Helvetica, Arial;
}
.topnav button:hover {
    background: rgba(255, 255, 255, 1);
}

.middles button{
	 margin-left:  4px;
	 margin-right:  4px;
}
.middles{
	 margin-left:  4px;
	 margin-right:  4px;
}


/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ffffff;
  color: black;
}





.photospace{
	    height: 750px;
	width: 1160px;
	margin: 0 auto;
    position: relative;
}

.photospace2{
	    height: 350px;
	margin: 0 auto;
    position: relative;
}

.photospace3{
	    height: 140px;
	margin: 0 auto;
    position: relative;
}

.hiders{   
    padding: 8px 46px;
    background: white;
    z-index: 3;
    height: 250px;
    width: 292px;
    position: absolute;
    bottom: 1px;
	text-align: center;
    border-top: 5px solid #c6815d;
}
#hide1 {
    display: none;
  left: 0px;
    bottom: 0;
}
    
#hide2 {
    display: none;
    left: 384px;
    bottom: 0;
}
    
#hide3 {
    display: none;
    left: 776px;
    bottom: 0;
}
    

.onlylogo{
	width: 100%;
}

.onlylogo img{
    margin: 7px 15px;
    height: 83px;
    width: auto;
}







.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
    position: absolute;
    top: 450px;
    z-index: 4;
    left: 50%;
}


.mouse_scroll img{
    margin: 0 0 0 -174px;
}




/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 1465px) {
	
	div.fadeShow-container div.image.fillHeight {
    background-size: 125% !important;
}
	
}



/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 1159px) {
	
	.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    position: absolute;
    top: 310px;
    z-index: 4;
    left: 50%;
}
	
	
	.headerbar {
    text-align: center;
    padding: 12px 0 8px 0;
}
	.mylogo {
    position: fixed;
    top: 52px;
    left: calc(50% - 25%);
    z-index: 10;
    width: 50%;
    height: auto;
}
	
	.mylogo2 {
    position: fixed;
    top: 52px;
    left: calc(50% - 25%);
    z-index: 10;
    width: 50%;
    height: auto;
}
	
	div.fadeShow-container div.image.fillHeight {
    background-size: 145% !important;
}
	

	
.middles{
	 margin-left:  2px;
	 margin-right:  2px;
}

.topnav{
	width: 100%;
}
	
.photospace{
	width: 100%;
}
.topnav button {
    font-size: 17px;
    width: 32%;
    margin: 4px;
}
.hiders{
    padding: 8px;
	background: white;
	z-index: 3;
	height: 270px;
	width: 30.5%;
    position: absolute;
    bottom: 3px !important;
	margin: 0 0 0 4px;
}
#hide1 {
}
    
#hide2 {
    left: 33%;
}
    
#hide3 {
    left: 66%;
}
	
	
	
}









@media only screen and (max-width: 1270px) {
 .background3 {
    position: relative;
    width: 100%;
    height: 1600px;
    top: -73px;
    left: 0;
    z-index: 0;
}
.contentarea2 {
    z-index: 3;
    position: fixed;
    text-align: center;
    width: 230px;
}
	.contentattire img{
 height: auto;
		width: 95%;
}
	
}















@media only screen and (max-width: 920px) {
   .actcontainer {
    position: relative;
    width: 40%;
    margin: 5px;
}
	
}


@media only screen and (max-width: 800px) {
   .actcontainer {
    position: relative;
    width: 88%;
    margin: 5px;
}
}















@media (max-width: 958px){
	
	.schedule-box .tab-buttons,
	.style-two .schedule-box .tab-buttons{
		float:none;
		display:block;
		width:100%;
		margin-bottom:10px;	
		
	}
	
	.schedule-box .tab-buttons .tab-btn,
	.style-two .schedule-box .tab-buttons .tab-btn{
		display:block;
		width:100%;
		float:none;
		border:1px solid #d0d0d0 !important;
		margin-bottom:5px;	
	}
	
	.schedule-box .tab-buttons .tab-btn .curve{
		display:none;	
	}
	
	.style-two .schedule-box .tabs-box{
		width:100%;	
	}
	
	.schedule-box .hour-box .hour{
		position:relative;
		margin-bottom:15px;	
	}
	
	.schedule-box .hour-box{
		padding-left:40px;	
	}
	
	.schedule-box .hour-box .circle{
		left:0px;	
	}
	
	.schedule-box .hour-box::before{
		left:11px;	
	}
	
	.schedule-box .hour-box .content-box{
		padding-right:0px;	
	}
	
	.schedule-box .hour-box .toggle-btn h3{
		font-size:15px;	
	}
	
	.schedule-box .tab-buttons .tab-btn {
	    line-height: 1.4em;
    padding: 4px 5px;
}
	.schedule-box .tab-buttons .tab-btn .day {
    display: inline-block;
    font-size: 20px;
    margin: 0 7px;
}
	.schedule-box .tab-buttons .tab-btn .date {
    display: inline-block;
    font-size: 16px;
}
	schedule-box .tab-buttons .tab-btn, .style-two .schedule-box .tab-buttons .tab-btn {
    display: inline-block;
    width: 100%;
    margin-bottom: -1px;
}
	.schedule-box .tab-buttons .tab-btn, .style-two .schedule-box .tab-buttons .tab-btn {
    width: 98%;
    margin-bottom: -1px;
	}
	.schedule-box .tab {
    padding: 1px 20px 3px;
}
	
	
}












@media only screen and (max-width: 920px) {
	
	.right2 {
    float: right;
    margin: -30px -50px 0px -140px;
    width: 40%;
    height: auto;
}
	.right-h1 {
    margin: 20px 0 30px 0px;
}
	.rightpic {
    width: 80%;
}
	
	.right {
    width: 50%;
    height: auto;
}
	
	
 .background3 {
    position: relative;
    width: 100%;
    height: 1600px;
    top: -73px;
    left: 0;
    z-index: 0;
}
.contentarea2 {
    z-index: 3;
    position: fixed;
    text-align: center;
    width: 230px;
}
	.contentattire img{
 height: auto;
		width: 95%;
}
	
.photospace3 {
    height: 108px;
    margin: 0 auto;
    position: relative;
}
	
	
.attire1-bg{
	background-image: url("img/attire1m.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire2-bg{
	background-image: url("img/attire2m.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire3-bg{
	background-image: url("img/attire3m.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.attire4-bg{
	background-image: url("img/attire4m.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

	
}















@media screen and (max-width: 1160px) {
	
.photospace{
	    height: 600px;
	width: 1160px;
	margin: 0 auto;
    position: relative;
}
	
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 70%;
    top: 27px;
}

	
	
 .topnav a {
  padding: 14px 14px;
  font-size: 17px;
}
}


@media screen and (max-width: 1010px) {
 .topnav a {
  padding: 14px 8px;
  font-size: 16px;
}
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 830px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	 .topnav a {
  padding: 14px 22px;
  font-size: 19px;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 830px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	
	
.regbutt {
    float: none !important;
    padding: 9px 22px !important;
    margin: 0px auto 5px;
}

.left {
    float: left;
    margin: 0 0px 20px 0px;
    width: 97%;
    height: auto;
}
.resort-pic {
    width: 347px;
    height: 231px;
}
	
	
	.resort-copy {
       width: 341px;
		border-radius: 0 0 30px 30px;
    height: auto;
    padding: 0 8px 0 15px;  
		margin: 1px 0 0 0;

}
	
	
	
	
	
}











/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 850px) {
	
.resort-bg{
	background-image: url("img/pic-resort.jpg");
	background-size: cover;
    background-position: bottom left;
}

	.headerbar {
    text-align: center;
    padding: 12px 0 8px 0;
    height: 80px;
}
	.mylogo {
    position: fixed;
    top: 52px;
    left: calc(50% - 35%);
    z-index: 10;
    width: 70%;
    height: auto;
}
	.mylogo2 {
    position: fixed;
    top: 52px;
    left: calc(50% - 35%);
    z-index: 10;
    width: 70%;
    height: auto;
}
	
	div.fadeShow-container div.image.fillHeight {
    background-size: 245% !important;
}
	
	.onlylogo img {
    margin: 0px 4px 5px;
    height: 50px;
}
	.copy {
    padding: 0 15px 40px 60px;
}
p {
    font-size: 1.3em;
}
 ul{
    font-size: 1.3em;
}
	ul.mylist {
    margin: 0 0 30px 43px;
}
	
	
.middles{
	 margin-left:  2px;
	 margin-right:  2px;
}

.topnav{
	width: 100%;
}
	
.photospace{
	width: 100%;
    height: 524px;
}
.topnav button {
    font-size: 17px;
    width: 32.5%;
    margin: 4px 1px;
}
.hiders{
    padding: 8px;
	background: white;
	z-index: 3;
    height: 183px;
    width: 94%;
    position: absolute;
    bottom: 3px !important;
	margin: 0 1px 0 0;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.7); 
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.7);
	    font-size: 15px;
}
	.arrow {
    display: none;
}
#hide1 {
    left: 1%;
}
    
#hide2 {
    left: 1%;
}
    
#hide3 {
    left: 1%;
}
	
	.photospace {
    height: 500px;
}
	h1 {
    font-size: 32px;
    margin: 9px 0px 33px -60px;
    letter-spacing: 1px;
}
	.mouse_scroll {
    top: 210px;
    z-index: 4;
    left: 47%;
}
	
	
	
}

















@media only screen and (max-width: 780px) {
	.copy2 {
    padding: 0 20px 40px;
}
	
 .background3 {
    position: relative;
    width: 100%;
    height: 1600px;
    top: 0px;
    left: 0;
    z-index: 0;
}
	
	
	.right2 {
  display: none;
}
	.right-h1 {
    margin: 20px 0 30px 0px;
}
	.rightpic {
    width: 100%;
}
	
	
	.right {
    width: 60%;
    height: auto;
    float: none;
    margin: -20px 60px 11px;
}
	
	
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 57%;
    top: 27px;
}

	
	
	
	
}











