/* ==========================================================================
   Design by TrevNet Media Corp.
   http://www.trevnetmedia.com/
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

@font-face {
	font-family: 'NexaBold';
	src: url('../fonts/NexaBold.eot');
	src: local('☺'),
	url('../fonts/NexaBold.woff') format('woff'),
	url('../fonts/NexaBold.ttf') format('truetype'),
	url('../fonts/NexaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* font-family: 'NexaBold', sans-serif; */

@font-face {
	font-family: 'NexaLight';
	src: url('../fonts/NexaLight.eot');
	src: local('☺'),
	url('../fonts/NexaLight.woff') format('woff'),
	url('../fonts/NexaLight.ttf') format('truetype'),
	url('../fonts/NexaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* font-family: 'NexaLight', sans-serif; */


/* ========================================
 * General Use
 * ======================================== */
a {}
a:hover,
a:focus {}
h1, h2, h3 {
	font-family: 'NexaBold', sans-serif;
}
h4, h5, h6 {
	font-family: 'NexaLight', sans-serif;
}
h4, h5 {
	font-size: 1.4em;
	margin-top: 15px;
}
.tnmbtn {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.8em;
	line-height: 50px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 8px 16px 5px;
}
.tnmbtn:hover {
	text-decoration: none;
	box-shadow: 0px 2px 5px rgba(0,0,0, .5);
	color: #fff;
}
.tnmbtn-purple {
	background: #611263;
	color: #fff;
}

.tnmbtn-purple:hover {
	background: #7E1A81 !important;
}
.tnmbtn-yellow {
	background: #feff00;
	color: #611263;
}

.tnmbtn-yellow:hover {
	background: #f6f692 !important;
	color: #611263;
}

.social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li {
	float: left;
	margin-right: 20px;
	opacity: .7;
	filter: alpha(opacity=70);
	transition: opacity .5s;
}
.social li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.social li a, .social li a:hover {
	color: #fff;
}
.social span {
	padding: 2px 8px;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.Wrapper {
	width: 960px;
	margin: 0 auto;
}


/* ========================================
 * Header
 * ======================================== */
#Header {
	background: url('../img/bg-header.jpg') repeat-x 50% 0;
	height: 290px;
	background-size: cover;
}
#Header #Logo {
	float: left;
	margin-left: -20px;
}
#Header #Logo img {}
#Header #Right {
	float: right;
	width: 600px;
}
#Header #Right #HNav {
	float: right;
	margin: 45px 0 0;
}
#Header #Right #HNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Header #Right #HNav ul li {
	float: left;
	border-right: 1px solid #cde1ff;
}
#Header #Right #HNav ul li.last {
	border: 0;
}
#Header #Right #HNav ul li a {
	color: #474746;
	padding: 5px 15px;
	font-family: 'NexaBold', sans-serif;
	font-size: 1.1em;
}

#Header #Right #searchform {
	float: right;
	margin: 42px 0 0;
}

#Header #Right #searchform input {
	padding: 6px 9px;
	color: #ccc;
	font-size: .9em;
	box-shadow: 1px 1px 1px rgba(0,0,0, .2);
	border-radius: 0;
	border: 0;
	float: left;
}

#Header #Right #searchform button {
	float: right;
	margin-left: -30px;
	border: 0;
	background: transparent;
	padding: 5px 8px;
	position: relative;
	color: #000;
}

#Header #Right #Contact {
	margin-top: 100px;
}
#Header #Right #Contact .reservation {
	float: left;
	padding: 10px 0 10px 0;
	background: #611263 url("../img/icon-calendar.png") no-repeat 10px 8px;
	overflow: hidden;
	margin: 0 0 0 35px;
}
#Header #Right #Contact .reservation:hover {
	text-decoration: none;
	box-shadow: 0px 2px 5px rgba(0,0,0, .5);
}
#Header #Right #Contact .reservation span {
	background: #820285;
	padding: 11px 12px 11px 10px;
	margin-left: 46px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	font-family: 'NexaLight', sans-serif;
	letter-spacing: .04em;
}
#Header #Right #Contact .reservation span strong {
	font-family: 'NexaBold', sans-serif;
	font-weight: 700;
}
#Header #Right #Contact p {
	border-left: 1px solid #cde1ff;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 2.3em;
	font-family: 'NexaBold', sans-serif;
	float: right;
}
#Header #Right #Contact p a {
	font-family: 'NexaLight', sans-serif;
	color: #434241;
	display: inline-block;
	text-decoration: none;
}

#Header #Nav {
	width: 960px;
	border-bottom: 3px solid #820285;
	margin-top: 220px;
	position: absolute;
	z-index: 2;
	height: 85px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 2px 5px rgba(0,0,0, .3);
	font-family: 'PT Sans', sans-serif;

}
#Header #Nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Header #Nav ul li {
	float: left;
	width: 9.09%;
	text-align: center;
}
#Header #Nav ul li a {
	background-repeat: no-repeat;
	background-position: 50% 3px;
	color: #707070;
	font-size: .8em;
	line-height: 11px;
	display: block;
	padding: 56px 8px 15px;
	letter-spacing: .02em;
	text-shadow: 0px 0px 2px rgba(0,0,0, .1);
}

#Header #Nav ul li:hover {
	border-bottom: 4px solid #820285;
	height: 95px;
	
	box-shadow: 0px 2px 5px rgba(0,0,0, .3);
	background: #ffffff !important;
	transition: margin .2s;
	position: relative;
}

#Header #Nav ul li:hover a {
	text-decoration: none;
	padding: 56px 8px 25px;
	color: #611263;
}


/* ========================================
 * Body Content
 * ======================================== */
#Content {
	min-height: 600px;
	padding: 15px 0 0;
}


/* ========================================
 * Footer
 * ======================================== */
#Footer {
	background: #474646;
}

#Footer #Availability {
	background: #2D2D2D;
	border-top: 1px solid #5A5A5A;
	padding: 40px 0;
	text-align: center;
	box-shadow: inset  0 15px 15px 0 rgba(0,0,0,.2);
}

#Availability h6 {
	color: #fff;
	font-family: 'NexaLight', sans-serif;
	font-size: 2.9em;
	margin-bottom: 2px;
}

#Availability p {
	color: #FEFF00;
	font-weight: 700;
	margin-bottom: 15px;
}

#Availability p.cities {
	color: #FEFF00;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 22px;
}

#Availability p strong {
	font-size: 1.3em;
}
#Availability .tnmbtn {
	line-height: 70px;
}
#FContent {
	padding: 20px 0;
	border-top: 3px solid #FEFF00;
}

#FContent p {
	color: #ccc;
	font-size: .9em;
}

#FContent p a {
	color: #ccc;
}

#FContent img {
	margin: 5px 0;
}
#FContent .social {
	float: right;
	width: 340px;
	margin-top: 90px;
}


/* ========================================
 * Pages (home, about, etc..)
 * ======================================== */
#Slider {
	width: 100%;
	height: 550px !important;
	overflow: hidden;
    margin: 0 auto !important;
	max-width: 100% !important;
}
#Slider .theslide {
    height: 550px;
    width: 100%;
	background-size: cover !important;
}
#Slider ul {
    margin: 0 auto !important;
    height: 550px !important;
}
#Slider img { 
	height: 550px !important;
    margin: 0 auto !important;
}
#Slider .Wrapper .slider-content {
    position: absolute;
    text-transform: uppercase;
    margin-top: 160px;
    font-size: 3.7em;
    font-family: 'Roboto', sans-serif;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0, .8);
	line-height: 65px;
}
#Slider .Wrapper .slider-content span {
    color: #FEFF00;
	font-weight: 700;
}
#Slider .Wrapper .slider-content strong {
	font-weight: 700;
	font-size: 65px;
}

.home h1 {
	color: #611263;
	text-transform: uppercase;
	font-size: 2.4em;
	margin: 20px 0;
}

.home p {
	color: #949494;
	margin-bottom: 20px;
}

#homesidebar {
	float: left;
	width: 225px;
	margin-right: 20px;
}

#homesubcontent {
	float: right;
	width: 710px;
}
#homesubcontent img {
	margin-bottom: 10px;
}
#homefeatured {}
#homefeatured .cat {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}
#homefeatured .cat img {
    background: url("../img/bg-stackedpages.png") no-repeat 0 0;
    padding: 15px;
}
#homefeatured .cat a.tnmbtn {
    clear: both;
    font-size: 1.2em;
}

.innerpage #tertiary {
	float: left;
	width: 280px;
	padding-left: 15px;
	overflow: hidden;
}
.innerpage #primary, #container {
	float: right;
	width: 650px;
}
.innerpage #page {
	background: url("../img/bg-sidebar.jpg") repeat-y scroll 15px 0px transparent;
	padding: 35px 0 50px;
}
#GMaps {
	margin: -5px 0 -30px 0;
	box-shadow: 0px 3px 3px rgba(0,0,0, .3);
	border-bottom: 1px solid #ccc;
	padding: 0;
	position: relative;
}
#GMaps .wpgmza_map {
	margin: 0 !important;
}
#GMaps hr {
    margin: 5px 0;
}
#GMaps .wpgmza_markerbox {
    font-size: 1.1em !important;
}
#GMaps .wpgmza_markerbox span {
    font-size: 14px !important;
}

#GMaps .wpgmza_markerbox a {
    font-size: 1em;
    display: block;
    background: #936297;
    color: #fff !important;
    text-align: center;
    padding: 5px 10px 8px;
    position: relative;
    top: 5px;
}
#contactform textarea {
	width: 100% !important;
}
.fullwidth #page {
    background: none !important;
}
.fullwidth #primary {
    width: 100%;
}

/* ========================================
 * Extras
 * ======================================== */

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.variation-RentalDate, .variation-DateSelection-RentalDate p { padding: 0px 20px 0px 0px }