@font-face {
    font-family: 'copystruct';
    src: url('../fonts/copystruct_normal-webfont.eot');
    src: url('../fonts/copystruct_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/copystruct_normal-webfont.woff') format('woff'),
         url('../fonts/copystruct_normal-webfont.ttf') format('truetype'),
         url('../fonts/copystruct_normal-webfont.svg#copystructnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Muli', sans-serif;
font-weight:400;

*/

*,html,body{
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Muli', sans-serif;
	font-weight:400;
	background:#2b292b;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

#header {
	width:100%;
	border-top:14px solid #ffc000;
}
	#address {
		width:180px;
		margin:15px 0 0 20px;
		font-size:15px;
		line-height:19px;
		float:left;
	}
		#address a {
			color:#f7f6f1;
		}	
			#address a:hover {
				color:#ffc000;
			}
		
		#address span {
			color:#54aacd;
		}
		
	#phone {
		font-family: 'copystruct';
		font-size:18px;
		line-height:18px;
		color:#c6db5c;
		display: inline-block;
		vertical-align: middle;
	}
	
	#social {
		clear:right;
		width:280px;
		height:32px;
		margin:15px 20px 0 0;
		float:right;
		text-align: right;
	}
		#social img {
			margin-left:7px;
			margin-bottom: 5px;
			display: inline-block;
			vertical-align: middle;
		}
	
	#logo {
		width:318px;
		height:67px;
		margin:0 auto;
		padding-top:13px;
	}
#nav{
    width: 100%;
    background: #c2d65a; 
    text-align: center; 
    margin-top: 30px;
}
    #nav a{
        font-size: 18px; 
        color: #000;
        text-transform: uppercase;
        line-height: 30px;
        text-decoration: none;   
        padding: 0px 20px;
    }
    #nav a:hover{
        border-bottom: 5px solid #54aacd;   
    }
#home{
	padding-bottom:50px;
	background:url(../images/bg_home.jpg) center top no-repeat #f7f6f1;
}
	.rotator {
		width:100%;
		height:588px;
		position:relative;
		z-index:2;
	}
		.frame {
			width:90%;
			height:90%;
			border:3px solid #fff;
			position:absolute;
			z-index:5;
		}
		
		.rotatorWrapper {
			width:100%;
			height:100%;
			position:relative;
		}
			.rotatorWrapper div {
				width:100%;
				height:100%;
				background-position:center center;
				background-size:cover;
				background-repeat:no-repeat;
				position:absolute;
			}
			
			.rotatorWrapper .slide1 {
				background-image:url(../images/home_rotator_1.jpg);
			}
			
			.rotatorWrapper .slide2 {
				background-image:url(../images/home_rotator_2.jpg);
				background-position:center 40%;
			}
			
			.rotatorWrapper .slide3 {
				background-image:url(../images/home_rotator_3.jpg);
			}
			
			.rotatorWrapper .slide4 {
				background-image:url(../images/home_rotator_4.jpg);
			}
			
			.rotatorWrapper .slide5 {
				background-image:url(../images/home_rotator_5.jpg);
			}
			
			.rotatorWrapper .slide6 {
				background-image:url(../images/home_rotator_6.jpg);
			}
			
			.rotatorWrapper .tag {
				width:327px;
				height:239px;
				margin:170px 0 0 110px;
				font-size:30px;
				line-height:30px;
				font-weight:normal;
				background:url(../images/bg_tag.png) right top no-repeat;
				position:relative;
				text-shadow: 1px 2px 0px #000;
				-moz-text-shadow: 1px 2px 0px #000;
				-webkit-text-shadow: 1px 2px 0px #000;
			}	
			
				.rotatorWrapper .tag span {
					font-family: 'copystruct';
					color:#fff;
					position:absolute;
				}
					
				.rotatorWrapper .tag .line1 {
					top:80px;
					left:0;
				}
				
				.rotatorWrapper .tag .line2 {
					top:110px;
					left:30px;
				}
				
				.rotatorWrapper .tag .line3 {
					top:137px;
					left:132px;
				}
				
				.rotatorWrapper .tag .yellow {
					color:#ffc000;
				}
				
				.rotatorWrapper .tag .green {
					color:#c6db5c;
				}
				
				.rotatorWrapper .tag .orange {
					color:#cb4802;
				}
				
				.rotatorWrapper .tag .blue {
					color:#54aacd;
				}
				
				.rotatorWrapper .tag .gray {
					color:#2b292b;
				}
	
	#form {
		width:1000px;
		height:225px;
		margin-left:-500px;
		background:#2b292b;
		position:absolute;
		left:50%;
	}
		#formMessage{
			color: #FFF;
			text-align: center;
		}
		#contactBtn {
			width:244px;
			height:47px;
			margin-left:-122px;
			font-size:25px;
			line-height:47px;
			text-align:center;
			color:#d24a00;
			text-transform:uppercase;
			background:#2b292b;
			position:absolute;
			top:100%;
			left:50%;
			cursor:pointer;
		}
			#contactBtn:hover {
				color:#ffc000;
			}
			
			#contactBtn.active:hover {
				color:#54aacd;
			}
			
		#contactForm {
			margin:0 auto;
			padding-top:20px;
		}
			#contactForm div {
			}
			
			#contactForm .last {
				margin:0;
			}
			
			#contactForm label {
				font-size:16px;
				display:block;
			}
				#contactForm label.name {
					color:#54aacd;
				}
				
				#contactForm label.email {
					color:#c2d65a;
				}
              #contactForm label.reemail{
                  color: #c2d65a;   
              }
			
			#contactForm input[type="text"] {
				width: 100%;
				height:28px;
				margin-bottom:5px;
				font-family: 'Muli', sans-serif;
				font-weight:400;
				font-size:12px;
				line-height:28px;
				color:#fff;
				text-indent:10px;
				background:#000;
				border:none;
				outline:none;
				border-left:6px solid #c2d65a;
				box-sizing: border-box;
			}
				#contactForm input#name {
					border-left:6px solid #54aacd;
				}
				
				input::-moz-placeholder {
					color:#fff;
					opacity:1;
				}
				input:-ms-input-placeholder {
					color:#fff;
				}
				input::-webkit-input-placeholder {
					color:#fff;
				}
			
			
			#contactForm label.formMessage {
				color:#ffc000;
			}
			#contactForm label.message{
              color: #ffc000;
           }
           #contactForm label.qaptcha{
                color: #ffc000;   
           }
			#contactForm textarea {
				width: 100%;
				height:77px;
				font-family: 'Muli', sans-serif;
				font-weight:400;
				font-size:12px;
				line-height:28px;
				color:#fff;
				text-indent:10px;
				background:#000;
				border:none;
				outline:none;
				resize:none;
				border-left:6px solid #ffc000;
				float:left;
              	margin-bottom: 5px;
              	box-sizing: border-box;
              
			}
			
			#contactForm .btnSubmit {
				width:88px;
				height:77px;
				font-size:16px;
				line-height:77px;
				text-align:center;
				color:#fff;
				background:#54aacd;
				float:right;
               border: none;
               margin-top: 15px;
               text-transform: uppercase;
               cursor: pointer;
               -webkit-appearance: none;
			}
			#contact a{
				color: #FFF;
			}
			
			#contactForm .legal {
				width:300px;
				padding:10px 0 0;
				font-size:8px;
				text-align:left;
				color:#FFF;
               float: left;
			}
           #contact .left{
           	  width: 100%;
              max-width: 412px;   
           }
			
	        #contact .left h1{
                font-size: 40px;
                text-align: left;
            }
            #contact .right h2{
                font-size: 30px;
                color: #c2d65a;   
                text-align: left;
            }
            #contact .right{
                font-size:  20px;
                color: #FFF;  
                max-width: 310px;
                width: 100%;
            }
            #contact p{
                margin: 22px 0px;   
            }
	.content {
		width:auto;
		height:auto;
		margin-top:80px;
		border-left:18px solid #54aacd;
		border-right:18px solid #54aacd;
		position:relative;
		z-index:1;
	}
		.contentWrapper {
			width: 90%;
			max-width:1000px;
			height:auto;
			margin:0 auto;
		}
			.col {
				width:23%;
				margin:0 14px;
				font-size:12px;
				line-height:18px;
				color:#2b292b;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			#home .col{
				float: left;
			}
				.col span {
					text-transform:uppercase;
					color:#54aacd;
				}
				.col.box {
					width:40%;
					padding:25px;
					font-family: 'copystruct';
					font-size:24px;
					line-height:38px;
					text-align:center;
					color:#54aacd;
					border:3px solid #626262;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}

	









#footer {
	width:100%;
	height:auto;
	padding:25px 0;
	background:#2b292b;
	border-top:14px solid #ffc000;
}
	#footerWrapper {
		width: 95%;
		max-width:1000px;
		height:auto;
		margin:0 auto;
		background:url(../images/bg_footerWrapper.png) left top no-repeat;
	}
		#footerWrapper .col {
			width:215px;
			margin:0;
			padding:0;
		}
			#footerWrapper .col p {
				padding: 10px 0;
				font-size:9px;
				line-height:12px;
				text-align:right;
				color:#6a6a6a;
			}
			
			#footerWrapper .col .pet {
				margin:3px 0 0 50px;
			}
		
		#footerWrapper .copyright {
			margin-top:30px;
			padding-top:10px;
			font-size:9px;
			line-height:34px;
			color:#6a6a6a;
			border-top:2px solid #6a6a6a;
    }
		#footerWrapper .copyright img {
      width: 125px;
		}


#amenities{
	padding-bottom:50px;
	background:url(../images/bg_amenities.jpg) center top no-repeat #f7f6f1;
}

.full{
    width: 100%;   
}

h1{
    font-family: 'copystruct';
    font-size: 22px;
    color: #fdb300;
    text-align: center;
    margin: 20px 0px 10px;
}
h2{
   font-family: 'copystruct'; 
   font-size: 18px;   
   text-align: center;
   margin: 0px 0px 10px 0px;
}
.blue{
    color: #58b8e0;   
}
.green{
    color: #a4b54b;   
}
.wrapper{
	width: 100%;
    max-width: 1000px;
    margin: 0px auto;   
}
#amenities .wrapper{
	text-align: center;
}
.box1{
    display: inline-block;
	vertical-align: top;
    border: 3px solid #000;   
    width: 325px;
    margin: 20px 71px;
    padding: 3px;
}
.box2{
    border: 3px solid #000; 
    margin: -11px 0 0 0;  
    padding: 30px; 
    width: 270px;
}
#amenities ul{
    margin: 0px;
    padding: 0px;   
}
    #amenities li{
        margin: 0px 0px 0px 20px;   
        text-align: left;
    }

#amenities .content{
    text-align: center;   
}
	#amenities .content img{
		width: 100%;
		max-width: 1076px;
		
	}
#amenities .legal{
    font-size: 10px;
    margin-left: 71px;   
}

#gallery{
    padding-bottom:50px;
	background:url(../images/bg_gallery.jpg) center top no-repeat #f7f6f1;
}
#gallery .tag{
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'copystruct'; 
    color: #58b8e0; 
    padding-top: 30px;
}

#galImgs{
    border-top: 50px solid #ffc000;  
    border-bottom: 50px solid #ffc000; 
}
#galImgs img{
    width: 100%;   
}

#location{
    
}
#map_canvas {
	z-index:1;
    width: 100%;
	height: 600px;
}

#map_overlay {
	width:200px;
	height:200px;
	margin-left:-150px;
	padding:50px;
	position:absolute;
	left:50%;
	background:url(../images/map_overlay.png);
	z-index:5;
	border-radius:20px;
    top: 341px;
}
	#map_loader {
		width:200px;
		height:200px;
		font-size:60px;
		line-height:200px;
		text-align:center;
		background:url(../images/ajax-loader.gif) no-repeat;
		background-size:cover;
		position:absolute;
		z-index:6;
		-moz-user-select:none;
		-webkit-user-select:none;
		-ms-user-select:none;
		cursor:default;
	}

#map_nav {
	position: absolute;
	display:block;
	z-index: 15;
	margin-top: -14px;
    left: 50%;
    margin-left: -275px;
}
	
	#map_nav div {
		padding: 5px 10px;
       margin: 0px 10px;
       float: left;
       background: #54b1d8;
       color: #FFF;
       text-transform: uppercase;
       cursor: pointer;
	}
	
		
	#iconNav {
       width:1000px;
	    height:auto;
       margin: -50px auto 50px;
		position: relative;
		z-index: 30;
		width: 100%;
	}
        #iconNav div{
            width:25%;
            height:50px;
            margin-bottom:5px;
            cursor:pointer;
            font-family: 'copystruct';
            text-align: center;
            float: left;   
            line-height: 50px;
        }
        .food{
            background: #ffc000; 
            color: #000;
        }
        .drinks{
            background: #da6526; 
            color: #FFF;
        }
        .shop{
            background: #54b1d8;
            color: #000;
        }
        .entertainment{
            background: #ed1d24;
            color: #FFF;
        }
		#iconNav .clicked {
			opacity:0.5;
		}
		
	
	.infoBoxContent {
		width:260px;
		height:48px;
		text-align:center;
		color:#fff;
		cursor:default;
	}
    .infoBoxContent.food{
        background: url(../images/infoBox_food.png) no-repeat;   
    }
    .infoBoxContent.drinks{
        background: url(../images/infoBox_drinks.png) no-repeat;   
    }
    .infoBoxContent.shop{
        background: url(../images/infoBox_shop.png) no-repeat;   
    }
    .infoBoxContent.entertainment{
        background: url(../images/infoBox_entertainment.png) no-repeat;   
    }
    	.infoBox a{
    		color: #FFF;
    		text-decoration: underline;
    	}
		.infoBoxContent b {
			font-size:13px;
		    line-height: 26px;
            padding: 8px 0px;
            font-weight: none;
            display: block;
		}
       .infoBox img{
           display: none;
       } 
       
    #locInfo{
        position: absolute;
        margin-bottom: -300px;
        z-index: 10;
        width: 100%;
        background: rgba(0,0,0,0.7);   
    }
    #locInfo p{
    	width: 95%;
        max-width: 1045px;
        margin: 20px auto;
        color: #FFF;   
    }
    #locInfo span{
        color: #54b1d8;
        text-transform: uppercase;
    }
#walks{
	background: #FFF !important; 
	width: 105px; 
	padding: 5px; 
	float: right; 
	text-transform: capitalize !important;
	color: #999 !important;
	font-size: 10px;
	vertical-align: middle;
	font-family: sans-serif;
}
	#walks img{
	 	width: 80px;
	 	margin-right: 5px;
	}
	#walks a{
		color: #C2D65A;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
	}    
    
    

#contact{
    background: url(../images/bg_contact.jpg);
    background-size: cover;
    padding: 20px;
    
}
#contact .wrapper{
    border: 2px solid #FFF;
}
#contact .wrap2{
    width: 100%;
    max-width: 865px;
    margin: 20px auto;   
    box-sizing: border-box;
}

#floorplans{
    padding-bottom:50px;
	background:url(../images/bg_floorplans.jpg) center top no-repeat #f7f6f1;     
}
#floorplans .wrapper{
	text-align: center;
}	
#floorplans h2 span{
	font-family: "Muli", sans-serif;
}
#floorplans .content{
	margin-top: 20px;
}
#floorplans select{
    width: 180px;
    display: block;   
    margin-bottom: 10px;
}
#bedNav{
    width: 353px;
    margin: 0px auto;
}      
#bedNav div{
    width: 97px;
    height: 97px;
    line-height: 97px;
    font-size: 72px;   
    margin: 0px 10px;
    float: left;
    color: #000;
    cursor: pointer;
    text-align: center;
}
    #bedNav div:hover, #bedNav div.active{
        color: #FFF;   
    }
    .oneBed{
        background: #ffc000;
    }
    .twoBed{
        background: #54aacd;   
    }
    .threeBed{
        background: #c2d65a;   
    }
.planNav{
    text-align: center;
    margin: 15px 0px;
    font-size: 18px;
    font-family: 'copystruct', sans-serif;
    display: none;
}
    .planNav.active{
        display: block;   
    }
.planNav div{
    display: inline-block;   
    padding: 0px 10px;
    cursor: pointer;
}
    .planNav div:hover, .planNav div.active{
        color: #54aacd;   
    }
#floorplans .left{
	width: 323px;
} 
#floorplans .left, #floorplans .right{
	float: none;
	display: inline-block;
	vertical-align: top;
}
#floorplans .right{
	width: 100%;
	max-width: 425px;
}

#floorplans .box2{
    text-align: center; 
    color: #414042; 
    font-size: 23px;  
}
#floorplans .disclaimer{
	font-size: 10px;
	float: right;
	width: 260px;
}


#planTitle{  
    font-family: 'copystruct', sans-serif;
    margin-bottom: 20px;
}
#planInfo{
    padding-bottom: 15px;
    border-bottom: 1px solid #414042;   
}
#avail{
    padding: 15px 0px;  
}
	#avail a{
		color: #fec71d;
		font-family: 'copystruct', sans-serif;
		font-size: 18px;
		text-align: center;
	}
	#avail a:hover{
		color: #54aacd;
	}
#socialBtns{
    border-top:1px solid #414042;
    padding-top: 15px;   
}
#socialBtns a{
    padding: 0px 6px;   
}
#socialBtns a.dl{
    padding: 0px;   
}
#floorplans .box1{
    width: 214px;  
}
#floorplans .box2{
    width: 180px;
    padding: 20px; 
}
#stage{
	width: 100%;
    max-width: 630px;
    text-align: center;   
    height: 754px;
}
	#stage img{
		width: 100%;
	}


@media screen and (max-width: 930px) {
	#address, #social{
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px 0px 0px 0px;
	}
	#social{
		display: none;
	}
	
}
@media screen and (max-width: 778px) {
	.wrap2{
		text-align: center;
	}	
	#contact .left, #contact .right{
		float: none;
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 725px) {
	#nav a{
		display: block;
		width: 50%;
		text-align: center;
		padding: 0px;
		margin: 0px;
		float: left;
	}
		#nav a:hover{
			border: none;
		}
		#nav a.full{
			width: 100%;
			clear: both;
			float: none;
		}
	#logo{
		width: 100%;
		max-width: 318px;
	}	
		#logo img{
			width: 100%;
		}
	.rotator{
		height: 200px;
	}
	.tag{
		display: none;
	}
	.content{
		margin-top: 20px;
	}
	#home .col{
		width: 100%;
		margin: 0 auto 10px 0px;
	}
	#amenities .legal{
		margin-left: 0px;
	}
	#amenities ul{
		font-size: 12px;
	}
	#galImgs{
		height: 200px !important;
		border-top: 20px solid #ffc000;
		border-bottom: 20px solid #ffc000;
	}
	.ns_dots{
		margin: 0px -145px 0px 0px !important;
	}
	.wrapper{
		width: 95%;
		margin: 0px auto;
	}
	#bedNav{
		width: 100%;
	}
	#floorplans .left{
		width: 100%;
	}
	#floorplans .disclaimer{
		width: 95%;
		margin: 0px auto;
	}
	#floorplans p{
		font-size: 12px;
	}
	#stage{
		height: auto;
	}
	#bedNav div{
		width: 33%;
		margin: 0px;
	}
	#iconNav{
		margin: -100px auto 100px;
	}
	#iconNav div{
		width: 50%;
		margin-bottom: 0px;
		font-size: 12px;
	}
	#locInfo{
		display: block !important;
		position: relative;
		margin-bottom: 0px;
		padding: 1px 0px;
		font-size: 12px;
	}
	#map_canvas{
		height: 400px;
	}	
	#map_nav{
		position: relative;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		left: auto;
	}
	#map_nav div{
		width: 33.3%;
		border: 1px solid #000;
		box-sizing: border-box;
		margin: 0px;
		text-align: center;
	}
	#map_nav div#walks{
		width: 100%;
	}
	.QapTcha #bgSlider{
		box-sizing: border-box;
	}
	#contact .left h1, #contact .right h2, #contact .right{
		font-size: 15px;
	}
	#contact .wrapper{
		border: none;
	}
	#contactForm .legal{
		width: 100%;
	}
	#footerWrapper{
		background: url();
	}
	#footerWrapper .col.right{
		float: none;
		width: 100%;
		text-align: center;
	}
	#footerWrapper .col p{
		text-align: center;
	}
	#footerWrapper .col a{
		width: auto;
		display: block;
		margin: 0px auto;
	}
	#footerWrapper .col a img{
	}
	
}
@media screen and (max-width: 500px) {
	#address span, #address a{
		display: block;
		font-size: 12px;
	}
	h1{
		font-size: 15px;
	}
	.box1{
		width: 280px;
		margin: 20px 0px;
		padding: 3px;
	}
	.box2{
		padding: 30px;
		width: 226px;
	}
}

.black_text{
  color: #2b292b;
}

@media screen and (min-width: 726px) {
  .black_text{
    float: right;
    margin-right: 15%;
    position: relative;
    margin-top: -1.66em;
  }
}

.video_tour{
  width: 100%;
  margin-top: -50px;
  position: relative;
  padding-top: 50px;
}

.virtual_tour{
  width: 100%;
  min-height: 300px;
  height: 77vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
}

.yt_tours{
    text-align: center;
    padding: 20px;
}
.yt_tours h2{
    font-family: 'copystruct';
    font-size: 22px;
    margin: 20px 0px 10px;
    color: #58b8e0;
}
.yt_tours iframe{
    margin-bottom: 20px;
    max-width: 560px;
}
@media screen and (max-width: 725px) {
  .video_tour_text{
    position: relative;
    top: 5px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .virtual_tour{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5%;
  }
  .video_tour{
    margin-top: -15px;
    padding-top: 15px;
    background: #ffc000;
  }
  #header #nav a:last-of-type{
    width: 100%;
    position: relative;
    top: 0.5em;
  }
  .black_text{
    font-size: 20px;
    line-height: 2em;
  }
}

.information_blurb p{
  padding: 0 2%;
}
.concierge{
	margin-top: 20px;
}
.concierge a{
	background: -webkit-linear-gradient(top, rgb(253, 210, 79) 0%, rgb(255, 209, 73) 48%, rgb(247, 194, 0) 52%, rgb(255, 192, 0) 100%);
	background: -o-linear-gradient(top, rgb(253, 210, 79) 0%, rgb(255, 209, 73) 48%, rgb(247, 194, 0) 52%, rgb(255, 192, 0) 100%);
	background: -ms-linear-gradient(top, rgb(253, 210, 79) 0%, rgb(255, 209, 73) 48%, rgb(247, 194, 0) 52%, rgb(255, 192, 0) 100%);
	background: -moz-linear-gradient(top, rgb(253, 210, 79) 0%, rgb(255, 209, 73) 48%, rgb(247, 194, 0) 52%, rgb(255, 192, 0) 100%);
	background: linear-gradient(to bottom, rgb(253, 210, 79) 0%, rgb(255, 209, 73) 48%, rgb(247, 194, 0) 52%, rgb(255, 192, 0) 100%);
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;	
}