@charset "UTF-8";
/* 
Theme Name: The Phoenician
Theme URI: http://agencydominion.com
Description: Custom WordPress theme for the Phoenician resort.
Author: Agency Dominion
Author URI: http://agencydominion.com
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*-----------------------------------------------------------*/
/* Fonts
/*-----------------------------------------------------------*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/262087");

  
@font-face {font-family: 'HelveticaNeueLTCom-Th';src: url('webfonts/262087_0_0.eot');src: url('webfonts/262087_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/262087_0_0.woff') format('woff'),url('webfonts/262087_0_0.ttf') format('truetype');}

/*-----------------------------------------------------------*/
/* Theme Styles
/*-----------------------------------------------------------*/

body	{
	background:#f5f0eb;
	-webkit-font-smoothing: antialiased;
}

h1, h2	{
	font-family: 'HelveticaNeueLTCom-Th';
	font-weight:normal;
	text-transform:uppercase;
	color:#aa732a;
	/* letter-spacing:0.06em; */
}

h1	{
	font-size:32px;
	line-height:38px;
}

h2	{
	font-size:24px;
	line-height:30px;
	margin-bottom:0;
}

h4	{
	font-size:14px;
}

a	{
	color:#501905;
}

a:hover	{
	color:#80391d;
}

hr	{
	border-top:1px solid #d9ccbc;
	border-bottom:1px solid #f5f0eb;
}

.btn-primary {
  background-color: #501905;
  *background-color: #501905;
  background-image: -moz-linear-gradient(top, #80391d, #501905);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80391d), to(#501905));
  background-image: -webkit-linear-gradient(top, #80391d, #501905);
  background-image: -o-linear-gradient(top, #80391d, #501905);
  background-image: linear-gradient(to bottom, #80391d, #501905);
  background-repeat: repeat-x;
  border-color: #501905 #501905 #501500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80391d', endColorstr='#ff501905', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #3c1303;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #501905;
  *background-color: #a92c00;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #942701 \9;
}

img.kenburns	{
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 30s linear;	
	transform-origin: 20% 80%;
	transition: transform 30s linear;	
}

img.kenburns:hover	{
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	transform: scale(2) rotate(0.1deg);
}

.slide.kenburns img	{
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 60s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 60s linear;	
	transform-origin: 20% 80%;
	transition: transform 60s linear;	
}

.slide.kenburns.kb-on img	{
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	transform: scale(2) rotate(0.1deg);
}

#footer-bottom hr	{
	border-top:1px solid #ececec;
	border-bottom:1px solid #ffffff;
}

.well	{
	border:none;
	background:#eae5e0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:11px;
	color:#999;
}

.well.well-small	{
	padding-left:22px;
	padding-right:22px;
}

.hero-unit	{
	background-color:transparent;
}

.pin-it	{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:5px;
}

.admin-bar .navbar-fixed-top	{
	top:28px;
}

#content	{
	margin-top:30px;
}

.home #content	{
	margin-top:22px;
}

.wp-post-image	{
	display:block;	
}

.postmetadata	{
	padding:20px 0 0;
	clear:both;
	font-size:12px;
}

.placeholder-instructions	{
	display:block;
	border:5px dashed #d8d8d8;
	color:#ccc;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	line-height:150px;
	margin-top:20px;	
}

.point-of-interest	{
	display:block;
	width:38px;
	height:38px;
	text-indent:-9999px;
	padding:0;
	line-height:30px;
	border:none;
	background-color:#f5f0eb;
	background-image:url('images/poi-bg.png');
	background-position:center center !important;
	background-repeat:no-repeat;
	-moz-border-radius:38px;
	-webkit-border-radius:38px;
	border-radius:38px;
	-moz-transition:-moz-transform 0.4s;
	-webkit-transition:-webkit-transform 0.4s;
	transition:transform 0.4s;
}

.point-of-interest:hover	{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.point-of-interest:focus	{
	outline:none;
}

.popover	{
	background-color:#f5f0eb;
	border:none;
}

.popover.top .arrow	{
	border-top-color:#f5f0eb;
}

.popover-title	{
	background-color:#EAE5E0;
	color:#999;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

.popover-content	{
	font-size:12px;
}

.popover.top .arrow:after {
	border-top-color: #F5F0EB;
}

/*Menus*/

#main-menu-desktop	{
	display:block;
}
#main-menu-mobile, .mobile-menu	{
	display:none;
}

.navbar	{
	font-size:12px;
}

.navbar-inner	{
	background-color:#f5f0eb;
	background-image:none;
	border:none;
	filter:none;
}

.navbar .brand	{
	display:none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus	{
	background:inherit;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle	{
	background:inherit;
}

.nav-list	{
	padding-left:0;
}

.nav-list li	{
	padding-right:8px;
}

.nav > li > a:focus	{
	outline:none;
}

.nav > li > a:hover	{
	background:#eae5e0;
}

.navbar .btn, .navbar .btn-group	{
	padding:6px 25px;
	margin-top:12px;
}

.nav-header > a	{
	color:#999;
}

.nav-header > ul li	{
	text-transform:none;
	font-size:14px;
	font-weight:normal;
}

.page-menu	{
	position:relative;
}

.page-menu:after	{
	content:'';
	position:absolute;
	right:7px;
	top:13px;
	width:1px;
	height:133px;
	background:#d9ccbc;
}

.page-menu-title	{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#999;
	margin-bottom:3px;
}

.current-menu-item > a, .current-cat > a, .current-filter > a	{
	color:#333;
}

.navbar .nav > li > a	{
	padding:19px 11px;
}

.navbar .nav li:first-child a	{
	padding-left:0;
}

#main-logo-cont	{
	position:relative;
}

#main-logo	{
	display:block;
	width:204px;
	height:204px;
	text-indent:-9999px;
	background:url('images/logo.png') no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}

#main-nav-dropdown	{	 
	position:fixed;
	background:#F5F0EB;
	top:58px;
	left:0;
	width:100%;
	z-index:1000;
	padding:40px 0;
	visibility:hidden;
	overflow:hidden;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
}

.admin-bar #main-nav-dropdown	{
	top:86px;
}

#main-nav-dropdown.open	{
	border-top:1px solid #d9ccbc;
}

#main-nav-dropdown .container	{	
	position:relative;
}

#main-nav-dropdown a	{
	color:inherit;
}

#main-nav-dropdown .dropdown-menu-block	{
	float:left;
	width:220px;
	/* margin-right:20px;*/
}

#main-nav-dropdown .dropdown-menu-block:nth-child(4n)	{
	margin-right:0;
}

/*Blog Roll*/

#blogroll-articles .hentry	{
	padding-top:30px;
	margin-top:40px;
	position:relative;	
}

#blogroll-articles .hentry:before	{
	content:'';
	display:block;
	width:350px;
	height:1px;
	background:#dbcfbf;
	position:absolute;
	top:0;
	left:0;
}

#blogroll-articles .hentry:first-child	{
	margin-top:0;
	padding-top:0;
}

#blogroll-articles .hentry:first-child:before	{
	display:none;
}

#blogroll-articles .wp-post-image	{
	margin-bottom:30px;
}

.blog #content, .single-post #content, .archive.category #content, .archive.tag #content	{
	margin-top:50px;
}

/*Categories Roll*/

#categories-list ul	{
	list-style:none;
	margin:0;
	padding:0;
}

#category-filters	{
	margin-bottom:40px;
}

#category-filters ul	{
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:middle;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#category-filters ul li	{
	float:left;
	margin-left:18px;
}

.current-cat-label	{
	font-size:12px;
	text-transform:uppercase;
	display:block;
	margin-top:15px;
}

#category-grid .excerpt-text	{
	font-size:12px;
}

/*Sidebars*/

.sidebar .widget	{
	position: relative;
	float: left;
	width:178px;
	margin:0 0 20px;
	padding:20px;
	border: 1px solid #d9ccbc;
	background: #f5f0eb;
	z-index: 100;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #333;
	clear: both;
}

.sidebar.sidebar-blog .widget	{
	text-align:left;
}

.sidebar.sidebar-blog .widget-title	{
	margin-bottom:0;
}

.sidebar .widget ul	{
	list-style:none;
	margin:0;
	padding:10px 0;
}

/*Posts widget*/
#ad-posts-widget	{
	margin-top:30px;
}

/*Home Page*/

#home-wrapper	{
	background:url('images/bg-home.jpg') no-repeat center bottom;
}

#home-introduction	{
	padding-bottom:50px;	
	position:relative;	
}

#home-introduction h1	{
	font-size:25px;
	line-height:30px;
}

#home-introduction .fb-like	{
	padding:15px 0;
	margin:0 0 15px;
	position:relative;
}

#home-introduction .fb-like:before	{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:60px;
	height:1px;
	background:#d9ccbc;
}

#home-introduction .fb-like:after	{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:60px;
	height:1px;
	background:#d9ccbc;
}

#home-introduction address	{
	font-size:12px;
	margin-bottom:15px;
}

#home-introduction address a	{
	font-weight:bold;
}

#home-message	{
	position:relative;
	padding-top:5px;
	font-size:12px;
}

#home-message:before	{
	content:'';
	display:block;
	width:246px;
	height:1px;
	background:#D9CCBC;
	position:absolute;
	top:0;
	left:0;
}

#home-message h5	{
	font-family: 'HelveticaNeueLTCom-Th';
	font-weight:normal;
	text-transform:uppercase;
}

#home-message a	{
	font-weight:bold;
}

#intro-poi	{
	position:absolute;
	top:279px;
	left:575px;
	z-index:100;
}

#intro-img	{
	display:block;
	position:absolute;
	left:480px;
	top:-95px;
	z-index:99;
}

#home-featured	{
	margin-bottom:123px;
	position:relative;
	z-index:100;
	background:#f5f0eb;
	height:572px;
}

#home-image-grid	{
	width:620px;
	height:572px;
	position:relative;
	float:left;
}

#home-image-grid a	{
	display:block;
	position:absolute;
	background:#000;
	text-decoration:none;
}

#home-image-grid .hotspot-caption	{
	display:none;
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:10%;
	width:80%;
	text-align:center;
	color:#fff;	
	pointer-events:none;
}

#home-image-grid .hotspot1	{
	top:0;
	left:0;
	width:220px;
	height:572px;
	overflow:hidden;
}

#home-image-grid .hotspot2	{
	display:block;
	position:absolute;
	background:#000;
	top:0;
	right:0;
	width:400px;
	height:224px;
	overflow:hidden;
}

#home-image-grid .hotspot3	{
	top:224px;
	right:0;
	width:400px;
	height:348px;
	overflow:hidden;
}

#home-featured-copy	{
	float:left;
	padding:60px;
	width:200px;
	font-size:12px;
}

#home-featured-copy p	{
	margin-bottom:20px;
}

/*Secondary Page*/

.interior-page-masthead, #mobile-masthead-static	{
	width:100%;
	max-width:100%;
	height:447px;
	margin:auto;
	position:relative;
	overflow:hidden;
	-moz-box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
}

.interior-page-masthead.short	{
	height:179px;
}

.interior-page-masthead .attachment-masthead, #mobile-masthead-static .attachment-masthead-mobile, .interior-page-masthead.short img	{
	width:1600px;
	max-width:none;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}

.gallery.flexslider	{
	width:540px;
	height:377px;
	margin:25px 0;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
}

.gallery.flexslider .flex-control-nav	{
	bottom:20px;
}

.gallery.flexslider:hover .flex-prev	{
	left:10px;
}

.gallery.flexslider:hover .flex-next	{
	right:10px;
}

/*Special Offers*/

.filters	{
	margin-top:15px;
}

.filters .btn	{
	margin-right:5px;
}

.sorters	{
	position:relative;
	padding-top:30px;
}

.sorters:before	{
	content:'';
	display:block;
	width:60px;
	height:1px;
	background:#d9ccbc;
	position:absolute;
	top:15px;
	left:0;
}

.single-ad_offer #content	{
	margin-top:70px;
}

/*Contact Form 7*/

div.wpcf7	{
	margin-top:30px !important;
	border:1px solid #CBBAB1;
	
}

div.wpcf7 h4	{
	margin:0 0 30px;
	padding:10px 20px;
	background:#CBBAB1;
}

.wpcf7-form .control-group p {
	line-height: 1px;
	margin: 0;
}

span.wpcf7-form-control-wrap	{
	display:inline-block;
}

span.wpcf7-not-valid-tip	{
	background:#f2dede !important;
	color:#b94a48 !important;
	border:1px solid #eed3d7 !important;
	padding:4px 12px !important;
	width:auto !important;
	top:0 !important;
	left:auto !important;
	right:0 !important;
	-moz-border-radius:0 4px 4px 0 !important;
	-webkit-border-radius:0 4px 4px 0 !important;
	border-radius:0 4px 4px 0 !important;
}

div.wpcf7-validation-errors	{
	background:#fcf8e3 !important;
	color:#c09853 !important;
	border:1px solid #fbeed5 !important;
}

div.wpcf7-mail-sent-ok	{
	background:#dff0d8 !important;
	color:#468847 !important;
	border:1px solid #d6e9c6 !important;
}

div.wpcf7-response-output	{
	padding:8px 12px !important;
	width:auto !important;
	margin-top:0 !important;
	-moz-border-radius:0 4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
}

/*Comments*/

#comments	{
	clear:both;
}

#comments .comments-nav	{
	padding:0 0 18px 0;
	font-size:10px;
}

.comments-nav-previous	{
	text-align:right;
}

.comments-nav-next	{
	text-align:left;
}

h3#comments-title, h3#reply-title	{
	margin-bottom:0;
}

h3#comments-title	{
	padding:24px 0;
}

.commentlist	{
	list-style:none;
	margin:0;
	padding:10px;
}

.commentlist li.comment	{
	border-bottom:1px dashed #ededed;
	margin:0;
	padding:15px;
	position:relative;
}

.commentlist li:last-child	{
	margin-bottom:0;
}

#comments .comment-body ul, #comments .comment-body ol	{
	margin-bottom:18px;
}

#comments .comment-body p:last-child	{
	margin-bottom:6px;
}

#comments .comment-body blockquote p:last-child	{
	margin-bottom:24px;
}

.commentlist ol	{
	list-style:decimal;
}

.commentlist .avatar	{
	float:left;
	padding-right:8px;
}

.comment-author cite	{
	font-style:normal;
	font-weight:bold;
}

.comment-author cite a	{
	text-decoration:none;
	font-weight:bold;
}

.comment-author .says	{
	font-style:italic;
}

.comment-meta	{
	font-size:10px;
	margin:0 0 18px 0;
}

.comment-meta a:link, .comment-meta a:visited	{
	color:#888;
	text-decoration:none;
}

.comment-meta a:active, .comment-meta a:hover	{
	color:#ff4b33;
}

.reply	{
	font-size:11px;
	padding-bottom:5px;
}

.reply a, a.comment-edit-link	{
	color:#888;
}

.reply a:hover, a.comment-edit-link:hover	{
	color:#ff4b33;
}

.commentlist .children	{
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist .children li	{
	border: none;
	margin:0;
	border:1px solid #ccc;
	padding-right:15px;
}

.depth-2	{
	background-color:#f7f7f7;
}

.depth-3	{
	background-color:#f0f0f0;
}

.depth-4	{
	background-color:#e7e7e7;
}

.depth-5	{
	background-color:#e0e0e0;
}

.commentlist .children li.depth-2, .commentlist .children li.depth-3, .commentlist .children li.depth-4, .commentlist .children li.depth-5	{
	margin-bottom:5px;
}

.nopassword, .nocomments	{
	display:none;
}

#comments .pingback	{
	border-bottom:1px dashed #ededed;
	padding:25px 0;
}

#comments .pingback p	{
	color:#888;
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}

#comments .pingback .url	{
	font-size:13px;
	font-style:italic;
}

/*Comments form*/

#respond	{
	margin:10px 0 24px;
	overflow:hidden;
	position:relative;
	max-width:500px;
}

#respond p	{
	margin:0;
}

#respond .comment-notes	{
	margin-bottom:1em;
}

.form-allowed-tags	{
	line-height:1em;
	display:none;
}

.children #respond	{
	margin:0 48px 0 0;
}

h3#reply-title	{
	margin:18px 0;
}

#comments-list #respond	{
	margin:0 0 18px 0;
}

#comments-list ul #respond	{
	margin:0;
}

#cancel-comment-reply-link	{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

#respond .required	{
	color:#ff4b33;
	font-weight:bold;
}

#respond label	{
	color:#888;
	font-size:12px;
}

#respond input	{
	width:478px;
}

#respond textarea	{
	width:470px;
}

#respond .form-allowed-tags	{
	color:#888;
	font-size:12px;
	line-height:18px;
}

#respond .form-allowed-tags code	{
	font-size:11px;
}

#respond .form-submit	{
	margin:12px 0;
}

#respond .form-submit input	{
	width:auto;
}

/*Footer*/

#mobile-footer-menu-container	{
	display:none;
}

.footer-separator-container	{
	max-width:1600px;
	margin:auto;
}

#footer-bottom	{
	background:#fff;
	padding-bottom:40px;
	font-size:12px;
}

#featured-content	{
	margin-top:30px;
	position:relative;
}

#featured-content .span3	{
	position:relative;
	z-index:2;
}

#featured-content .footer-featured-link	{
	display:block;
	width:220px;
	height:148px;
	overflow:hidden;
}

.footer-featured-content-img {
	margin-bottom:20px;
}

#footer-featured-image-wrap	{
	display:block;
	width:320px;
	overflow:hidden;
	position:absolute;
	left:660px;
	top:-70px;
	z-index:1;
}
.timeline{
	margin-top: 30px;
}

@media (min-width: 1200px) {
	#footer-featured-image-wrap	{
		width:auto;
	}
}

#footer-featured-img	{
	width:auto;
	max-width:none;
}

#footer-poi	{
	position:absolute;
	top:85px;
	left:779px;
	z-index:2;
}

#footer-desktop-address	{
	margin-top:20px;
	padding-left:18px;
	border-left:10px solid #b17200;
}

#footer-mobile-address	{
	display:none;
}

#footer-desktop-address a	{
	font-weight:bold;
}

#footer-mobile-buttons	{
	display:none;
}

#footer-social-buttons	{
	padding-top:20px;
}

.footer-social-button	{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	margin-right:20px;
}

#footer-social-buttons .popover.top	{
	margin-top:-15px;
}

#footer-social-buttons .popover p > a	{
	font-weight:bold;
}

#footer-social-buttons .popover p	{
	position:relative;
	padding-bottom:10px;
}

#footer-social-buttons .popover p:after	{
	content:'';
	display:block;
	width:60px;
	height:1px;
	background:#e5e5e5;
	position:absolute;
	bottom:0;
	left:0;
}

#footer-social-buttons .social-popover	{
	display:block;
	width:59px;
	height:60px;
	text-indent:-9999px;
	float:left;
	margin-left:1px;
	background-repeat:no-repeat;
	background-position:center top;
}

#footer-social-buttons .social-popover:focus	{
	outline:none;
}

#footer-social-buttons .social-popover:hover, #footer-social-buttons .social-popover.active	{
	background-position:center bottom;
}

#footer-social-buttons .social-popover:first-child	{
	margin-left:0;
}

#footer-social-buttons .social-popover.twitter	{
	background-image:url('images/icon-twitter.png');
}

#footer-social-buttons .social-popover.facebook	{
	background-image:url('images/icon-facebook.png');
}

#footer-social-buttons .social-popover.instagram	{
	background-image:url('images/icon-instagram.png');
}

#footer-social-buttons .social-popover.pinterest	{
	background-image:url('images/icon-pinterest.png');
}

#footer-bottom-left	{width:675px; float:left; padding-top:22px;
}

#footer-brands-bar	{width:631px; height:55px; position:relative; background:url('images/footer-brands-divider.png') no-repeat right 18px;
}

#footer-brands-bar a	{display:block; text-indent:-9999px; position:absolute;
}

#footer-brands-bar a.brand-spg	{width:88px; height:45px; background:url('images/footer-brands-spg.png') no-repeat; left:0; top:11px;
}

#footer-brands-bar a.brand-meridien	{width:50px; height:7px; background:url('images/footer-brands-meridien.png') no-repeat; left:294px; top:8px;
}

#footer-brands-bar a.brand-whotels	{width:24px; height:23px; background:url('images/footer-brands-whotels.png') no-repeat; left:331px; top:31px;
}

#footer-brands-bar a.brand-aloft	{width:31px; height:11px; background:url('images/footer-brands-aloft.png') no-repeat; left:372px; top:4px;
}

#footer-brands-bar a.brand-sheraton	{width:32px; height:23px; background:url('images/footer-brands-sheraton.png') no-repeat; left:395px; top:30px;
}

#footer-brands-bar a.brand-four-points	{width:31px; height:15px; background:url('images/footer-brands-four-points.png') no-repeat; left:428px; top:0;
}

#footer-brands-bar a.brand-stregis	{width:43px; height:24px; background:url('images/footer-brands-st-regis.png') no-repeat; left:459px; top:30px;
}

#footer-brands-bar a.brand-westin	{width:37px; height:8px; background:url('images/footer-brands-westin.png') no-repeat; left:484px; top:7px;
}

#footer-brands-bar a.brand-element	{width:30px; height:24px; background:url('images/footer-brands-element.png') no-repeat; left:534px; top:30px;
}

#footer-brands-bar a.brand-luxurycollection	{width:46px; height:11px; background:url('images/footer-brands-luxurycollection.png') no-repeat; left:546px; top:4px;
}

#footer-bottom-right	{width:265px; float:right; padding-top:15px; font-size:10px; line-height:1.6em; 
}

/*Masthead Slider*/

.loading .flex-viewport	{
	max-height:none;
}

.flex-direction-nav a.flex-prev	{
	width:37px;
	height:37px;
	background:url('images/arrow-prev.png') no-repeat left top;
}

.flex-direction-nav a.flex-next	{
	width:37px;
	height:37px;
	background:url('images/arrow-next.png') no-repeat left top;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
	opacity: 0.6;
}

.flex-control-paging li a	{
	background:#ccc;
	background:rgba(255, 255, 255, 0.5);
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.flex-control-paging li a:hover	{
	background:#ededed;
	background:rgba(255, 255, 255, 0.8);
}

.flex-control-paging li a.flex-active	{
	background:#fff;
}

#masthead-slider, #mobile-masthead-slider	{
	background-color:transparent;
	height: 447px;
	overflow:hidden;
	border:none;
	max-width:100%;
	margin:0 auto;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 45px rgba(0, 0, 0, 0.3);
}

#masthead-slider.preloader, #mobile-masthead-slider.loading	{
	background-image:url('images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

#masthead-slider .flex-viewport, #mobile-masthead-slider .flex-viewport	{
	height:inherit;
}

#masthead-slider ul.slides, #mobile-masthead-slider ul.slides	{
	height:inherit;
}

#masthead-slider ul.slides li, #mobile-masthead-slider ul.slides li	{
	position:relative;
	height:inherit;
	overflow:hidden;
}

#masthead-slider ul.slides li img.wp-post-image, #mobile-masthead-slider ul.slides li img.wp-post-image	{
	display:block;
	width:1600px;
	max-width:none;
	height:auto;
	position:absolute;
	top:0;
	left:-310px;
	z-index:1;
}

#masthead-slider ul.slides li.trans	{
	background-color:#000 !important;
}

#masthead-slider ul.slides li.trans img.wp-post-image	{	
	opacity:0.65;
	filter: alpha(opacity=65);
}

/*
#masthead-slider ul.slides li img.wp-post-image	{
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 30s linear;	
	transform-origin: 20% 80%;
	transition: transform 30s linear;	
}

#masthead-slider ul.slides li.flex-active-slide img.wp-post-image	{
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	transform: scale(2) rotate(0.1deg);
}
*/

#masthead-slider ul.slides li img.wp-post-image.attachment-masthead-partial	{	
	position:static;
	width:603px;
	height:auto;
}

#masthead-slider .slide .partial-img-container	{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:450px;
	height:auto;
	overflow:hidden;
}

@media (min-width: 1220px) {
	#masthead-slider .slide .partial-img-container	{
		width:603px;
	}
}

#masthead-slider .masthead-slide-content, #mobile-masthead-slider .masthead-slide-content	{
	float:left;
	margin-top:98px;
	color:#fff;
	position:relative;
	z-index:2;
	font-size:12px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#masthead-slider .masthead-slide-content h2	{
	font-size:32px;
	line-height:38px;
}

#masthead-slider .masthead-slide-content h2, #masthead-slider .masthead-slide-content p, #masthead-slider .masthead-slide-content a	{
	color:inherit;
}

#masthead-slider ul.unstyled	{
	padding-left:20px;
	position:relative;
	border-left:1px solid rgba(255, 255, 255, 0.25);
}

#masthead-slider ul.unstyled li	{
	line-height:15px;
	margin-bottom:5px;
}

#masthead-slider .flex-direction-nav .flex-next {
	right: 36px;
}

#masthead-slider .flex-direction-nav .flex-prev {
	left: 36px;
}

#masthead-slider .flex-control-nav, #mobile-masthead-slider .flex-control-nav	{
	bottom:20px;
	z-index:100;
}

@media screen and (min-width:960px) and (min-height:660px) {
	#masthead-slider{		
		height: 447px;
	}
}

@media screen and (min-width:960px) and (min-height:1000px) {
	#masthead-slider{		
		height: 447px;
	}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	#masthead-slider{
		height: 447px;
	}
}

/*Related items carousel*/

#related-carousel h4	{
	text-align:center;
	margin-top:35px;
	margin-bottom:35px;
}

#related-carousel	{
	background-color:inherit;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:30px;
	font-size:12px;
}

#related-carousel .slides li	{
	margin-right:20px;
}

#related-carousel .related-carousel-link	{
	display:block;
	width:460px;
	height:200px;
	overflow:hidden;
}

#related-carousel .related-carousel-title	{
	display:block;
	text-align:center;
	margin-top:28px;
}

#related-carousel .flex-direction-nav	{
	display:block;
	width:940px;
	margin:auto;
	position:relative;
}

#related-carousel .flex-direction-nav a	{
	opacity:1;
	top:-138px;
}

#related-carousel .flex-direction-nav .flex-next	{
	right:10px;
}

#related-carousel .flex-direction-nav .flex-prev	{
	left:10px;
}

#photos-container .photo {
	margin-bottom:20px;	
}

/*-----------------------------------------------------------*/
/* Base Theme Responsive styles
/* (breakpoints copied from Bootsrap)
/*-----------------------------------------------------------*/

.wp-post-image.attachment-featured-image	{
	width:700px;
	height:467px;
}

/*Posts widget*/
.wp-post-image.attachment-ad-posts-widget	{
	width:220px;
	height:auto;
}

/* Large desktop */
@media (min-width: 1200px) {
	.wp-post-image.attachment-featured-image	{
		width:870px;
		height:580px;
	}
	.wp-post-image.attachment-ad-posts-widget	{
		width:270px;
		height:auto;
	}
	#masthead-slider, .interior-page-masthead	{
		max-width:1600px;
	}
	#masthead-slider ul.slides li img.wp-post-image, .interior-page-masthead .attachment-masthead, .interior-page-masthead.short img	{
		left:0;
	}
	#footer-featured-image-wrap	{
		width:auto;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.wp-post-image.attachment-featured-image	{
		width:538px;
		height:359px;
	}
	.wp-post-image.attachment-ad-posts-widget	{
		width:166px;
		height:auto;
	}
	.navbar-fixed-top	{
		margin-bottom:0;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wp-post-image.attachment-featured-image	{
		width:100%;
		height:auto;
	}
	.wp-post-image.attachment-ad-posts-widget	{
		width:auto;
		height:auto;
	}
	#ad-posts-widget .ad-posts-widget-item	{
		padding-bottom:25px;
		margin-bottom:50px;
		border-bottom:4px double #ededed;
	}
	.navbar-fixed-top	{
		margin-bottom:0;
	}	
	body	{
		background:#f3eee9;
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	body.home	{
		background-color:#f0ebe7;
	}
	h1 {
	  font-size: 24px;
	  line-height: 30px;
	}
	#content	{
		padding-bottom:30px;
	}
	
	.home #content	{
		padding-bottom:0;
	}
	/*mobile viewport and sliding menu*/
	.mobile-viewport {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  overflow: hidden;
	}
	.mobile-viewport .mobile-frame {
	  position: absolute;
	  width: 200%;
	  top: 0;
	  bottom: 0;
	  left: 0;
	}
	.mobile-menu {
		display:block;
	  height:100%;
	  background:#000;
	  color:#fff;
	  overflow-x: hidden;
	  overflow-y:auto !important;
	  -webkit-overflow-scrolling:touch;
	}
	#mobile-main-menu	{
		display:block;		
	}
	.mobile-menu h3	{
		color:#fff;
	}
	.mobile-menu.collapse {
	  float:left;
	  height: 100% !important;
	  width: auto;
	}
	 
	.mobile-menu.collapse.height {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: height 0.35s ease;
	  -moz-transition: height 0.35s ease;
	  -o-transition: height 0.35s ease;
	  transition: height 0.35s ease;
	}
	 
	.mobile-menu.collapse.width {
	  position: relative;
	  width: 0;
	  overflow: hidden;
	  -webkit-transition: width 0.35s ease;
	  -moz-transition: width 0.35s ease;
	  -o-transition: width 0.35s ease;
	  transition: width 0.35s ease;
	}
	.mobile-menu.collapse.in.width {
	  width: auto;	  
	}
	 
	.mobile-menu.collapse.in.height {
	  height: auto;
	}
	 
	.mobile-menu.collapse-inner {
	  position: relative;
	  width: 250px;
	  height: 100%;
	}	
	.mobile-body {
		position:relative;
	  width: 50%;
	  height: 100%;
	  overflow: hidden;	  
	}
	.mobile-body-scroll	{
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
	  -webkit-overflow-scrolling:touch;
	  position:relative;
	}
	/**/
	.navbar .btn-navbar	{
		padding:7px 10px;
		margin-top:5px;
	}
	.navbar-fixed-top	{
		position:absolute;
		margin-left:0;
		margin-right:0;		
	}
	.navbar-fixed-top .navbar-inner	{
		background:rgba(0, 0, 0, 0.85);
		min-height:30px;
	}
	.navbar .nav li:first-child a	{
		padding-left:11px;
	}
	.navbar .brand	{
		display:block;
		width:146px;
		height:30px;
		padding:0;
		margin:5px 0 5px 20px;
		text-indent:-9999px;
		background:url('images/logo-mobile.png') no-repeat;
		background-size:auto 100%;
	}
	.navbar .btn-navbar	{
		background:rgba(0, 0, 0, 0.5);
		border:1px solid rgba(255, 255, 255, 0.35);
		padding:9px 7px;
		margin-top:2px;
		float:left;
	}
	#main-menu-desktop	{
		display:none;
	}
	#main-menu-mobile	{
		display:block;
		padding-left:20px;
		padding-right:20px;
		margin-top:10px;
		font-size:12px;
		width:228px;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	#main-menu-mobile .dropdown-menu li.current-menu-parent > a	{
		background:transparent;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	  	background:rgba(0, 0, 0, 0.8);		
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		border-radius: 3px 3px 3px 3px;
		color: #fff;
		text-shadow:none;
		font-weight: bold;
		padding: 9px 15px;
	}
	.nav-collapse .dropdown-menu a	{
		font-weight:normal;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover	{
		background: rgba(255, 255, 255, 0.3);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
		color: #eee;
		text-decoration: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	  	background: transparent;
	  	color:#fff;
	}
	.nav-collapse .nav li.dropdown.open > .dropdown-toggle, .nav-collapse .nav li.dropdown.active > .dropdown-toggle, .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle	{
		background: rgba(255, 255, 255, 0.1);
		color:#eee;
	}
	.nav-collapse .nav li.dropdown > .dropdown-toggle .caret	{
		border-top-color:#fff;
	}
	.nav-collapse .nav li.dropdown > a:hover .caret, .nav-collapse .nav li.dropdown > a:focus .caret {
		border-top-color: #eee;
	}
	.nav-collapse .nav li.dropdown.open > .dropdown-toggle .caret, .nav-collapse .nav li.dropdown.active > .dropdown-toggle .caret, .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle .caret	{
		border-top-color: #eee;
	}	
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus	{
		background: rgba(255, 255, 255, 0.1);
	}
	.dropdown-submenu:focus > a, .dropdown-submenu:hover > a	{
		background: transparent;
		color:#fff;
	}
	.nav-collapse .dropdown-menu .dropdown-menu	{
		display:block;
	}
	.navbar .btn.pull-right	{
		display:none;
	}
	#main-logo-cont	{
		display:none;
	}
	#masthead-slider	{
		display:none;
	}
	#mobile-masthead-container	{
		width:100%;
		height:344px;
		background:#f5f0eb;
	}
	#mobile-masthead-container.loading	{
		background-image:url('images/ajax-loader.gif');
		background-repeat:no-repeat;
		background-position:center center;
		position:relative;
		z-index:2;
	}
	#mobile-masthead-container.loading #mobile-masthead-slider	{
		visibility:hidden;
	}
	#mobile-masthead-slider	{
		height:344px;
		background:transparent;
	}
	#mobile-masthead-slider ul.slides li img.wp-post-image	{
		width:auto;
		height:344px;		
	}
	#mobile-masthead-slider ul.slides li.hascaption img.wp-post-image	{
		opacity:0.65;
	}
	#mobile-masthead-slider ul.slides > li {
	    background:#000 !important;
	}
	#mobile-masthead-slider .masthead-slide-content	{
		position:absolute;
		top:0;
		left:0;
		margin-top:56px;
		padding-left:20px;
		padding-right:20px;
		color:#fff !important;
	}
	#mobile-masthead-slider .masthead-slide-content h2	{
		font-size:28px;
		line-height:32px;
		color:#fff;
		margin-bottom:5px;
	}
	#mobile-masthead-slider .masthead-slide-content p	{
		/* display:none; */
	}
	#mobile-masthead-slider .flex-direction-nav	{
		display:none;
	}
	#mobile-masthead-slider .flex-control-nav	{
		bottom:78px;
	}
	#mobile-masthead-static {
		height: 344px;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	#mobile-masthead-static .attachment-masthead-mobile	{
		height: 344px;
		width: auto;
	}
	a.mobile-masthead-cta	{
		display:block;
		padding-top:10px;
		margin-top:10px;
		position:relative;
		color:#fff;
		font-weight:bold;
	}
	.mobile-masthead-cta:before	{
		content:'';
		display:block;
		width:60px;
		height:1px;
		background:rgba(255, 255, 255, 0.15);
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
	.interior-page-masthead	{
		display:none;
	}
	.interior-page-masthead.short img {
		display:block;
		height:179px;
		width:auto;
	}
	#home-introduction > .span6	{
		display:none;
	}
	#booking-widget	{
		margin:-92px 20px 20px;
		position:relative;
		z-index:9;
		border: medium none;
	    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	}
	#booking-widget h2	{
		display:none;
	}
	#booking-widget .mobile-booking-collapse	{
		height:auto;
		max-height:195px;
		-moz-transition:max-height 0.4s;
		-webkit-transition:max-height 0.4s;
		transition:max-height 0.4s;		
	}
	#booking-widget.condensed .mobile-booking-collapse	{
		height:0;
		max-height:0px;
		overflow:hidden;	
	}
	#booking-widget .btn-mobile	{
		padding-top:12px;
		padding-bottom:12px;
		margin-top:12px;
		display:block;
	}
	.booking-widget	{
		width:auto;
		padding:20px;
	}
	.bw_field input	{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		height:32px;
		line-height:32px;
	}
	.bookingWidgetBar .bw_field {
	  padding: 10px 0 0;
	  width: 100%;
	}
	.bw_field	{
		font-size:12px;
		font-weight:bold;
	}
	.bw_dt	{
		position:relative;
	}
	.bw_dt img	{
		position:absolute;
		top:5px;
		right:15px;
	}
	.bookingWidgetBar .bw_field.first	{
		padding-top:0;
	}	
	.field_third, .field_last	{
		width:46% !important;
	}
	.bookingWidgetBar .bw_field.field_last	{
		float:right;
	}
	.bw_room, .bw_per_room	{
		width:100%;
	}
	.bw_field select	{
		width:100%;
	}
	.bw_button	{
		padding-top:10px;
		margin:0;
		width:100%;
		float:none;
	}
	a.bn_button	{
		display:block;
		padding-left:0;
		padding-right:0;
	}
	#intro-img, #intro-poi	{
		display:none;
	}
	#home-image-grid	{
		display:none;
	}
	#home-featured	{
		height:auto;
		margin-bottom:0;
	}
	#home-introduction	{
		padding-bottom:0;
		z-index:9;
	}
	#home-introduction .fb-like	{
		width:100%;
		overflow:hidden;
	}
	#home-featured-copy	{
		display:none;
	}
	#home-wrapper	{
		background:transparent;
	}
	#related-carousel	{
		display:none;
	}
	#related-carousel .flex-direction-nav	{
		width:auto;
	}
	#footer-bottom	{
		background:#fff;
	}
	#footer-bottom-right	{
		display:none;
	}
	#footer-bottom-left	{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		padding:0 20px;
	}
	#footer-brands-bar	{		
		width:100%;		
		background-size:100% auto;
		background-position:right 22px;
		overflow:hidden;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	#footer-brands-bar a.brand-meridien	{
		left:17%;
	}
	#footer-brands-bar a.brand-whotels	{
		left:36%;
	}
	#footer-brands-bar a.brand-aloft	{
		left:38%;
	}
	#footer-brands-bar a.brand-sheraton	{
		left:49%;
	}
	#footer-brands-bar a.brand-four-points	{
		left:52%;
	}
	#footer-brands-bar a.brand-stregis	{
		left:64%;
	}
	#footer-brands-bar a.brand-westin	{
		left:66%;
	}
	#footer-brands-bar a.brand-element	{
		left:83%;
	}
	#footer-brands-bar a.brand-luxurycollection	{
		left:82%;
	}
	#footer-featured-image-wrap, #footer-poi	{
		display:none;
	}
	#footer hr, #footer-bottom hr	{
		display:none;
	}
	.gallery.flexslider	{
		width:100%;
		height:auto;
	}
	.gallery .flex-next	{
		right:10px;
		opacity:0.6;
	}
	.gallery .flex-prev	{
		left:10px;
		opacity:0.6;
	}
	#featured-content	{
		margin-top:0;
		z-index:8;
		display:none;
	}
	#mobile-carousel .mobile-carousel-link	{
		position:relative;
		width:auto;
		height:auto;
		display:block;
	}
	#mobile-carousel .mobile-carousel-link:before	{
		content:'';
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	}
	#mobile-carousel	{
		border:none;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		margin-bottom:0;
		padding-bottom:50px;
		padding:50px 0 50px 20px;
		text-align:center;
		background:transparent;
		z-index:2;
	}
	#mobile-carousel .mobile-carousel-img	{
		margin-bottom:0;
	}
	#mobile-carousel .flex-control-nav	{
		margin-left:-20px;
		bottom:15px;
	}
	#mobile-carousel .slide	{
		margin-right:20px;
		position:relative;
	}
	#mobile-carousel .mobile-carousel-title	{
		position:absolute;
		display:block;
		bottom:0;
		left:0;
		z-index:4;
		color:#fff;
		width:100%;
		padding:0 10px 10px;
		line-height:16px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}
	#featured-content + hr	{
		display:none;
	}
	#footer	{
		background:#fff;
	}
	#desktop-footer-menus	{
		display:none;
	}
	#mobile-footer-menu-container	{
		display:block;
		padding-bottom:20px;
		padding-top:20px;
		background:#e9e4df;
		position:relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.home #mobile-footer-menu-container:before	{
		content:'';
		width:100%;
		height:430px;
		display:block;
		background:url('images/mobile-home-bg.jpg') no-repeat center bottom;
		position:absolute;
		top:-430px;
		left:0;
		z-index:1;
	}
	#mobile-footer-menu-container + hr	{
		display:none;
	}
	#mobile-footer-menu	{
		list-style:none;
		margin:0 20px;
		padding:0;		
	}
	#mobile-footer-menu ul	{
		list-style:none;
		margin:0;
		padding:0;
	}
	#mobile-footer-menu li	{
		text-align:left;
		display:block;						
		margin-bottom:1px;
		border:none;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	#mobile-footer-menu li a	{
		display:block;
		padding:8px 20px;
		background-color:#f5f0eb;
		color:#4e1904;
		text-decoration:none;
	}	
	#mobile-footer-menu li a:focus	{
		outline:none;
	}
	#mobile-footer-menu li a:hover	{
		background-color:#dfd3c6;
	}
	#mobile-footer-menu > li.dropdown > a	{
		background-image:url('images/icon-arrow-down.png');
		background-repeat:no-repeat;
		background-position:97% center;
	}
	#mobile-footer-menu > li.dropdown > a.collapsed	{
		background-image:url('images/icon-arrow-right.png');
	}
	#mobile-footer-menu	> li > ul > li {
		margin-bottom:0;
		margin-top:1px;
	}
	#mobile-footer-menu	> li > ul > li > a	{
		background-color:#ece4db;
	}
	#mobile-footer-menu	> li > ul > li > a:hover	{
		background-color:#dfd3c6;
	}
	#footer-desktop-address	{
		display:none;
	}
	#footer-mobile-buttons	{
		display:block;
		padding:20px;
	}
	#footer-mobile-address	{
		display:block;
		text-align:center;
		font-size:10px;
		padding-left:30px;
		padding-right:30px;
		margin-top:0;
		padding-top:18px;
		border-top:1px solid #f5f0eb;
		line-height:14px;
	}
	/*
	#footer-mobile-buttons a.btn	{
		width:48%;
		padding:12px 0;
		text-align:center;
		float:left;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	*/
	.footer-button	{
		display:block;
		float:left;
		background-color:#f5f0eb;
		background-repeat:no-repeat;
		background-position:center 12px;
		color:#4E1904;
		width:33.333%;
		height:70px;
		text-align:center;
		padding-top:26px;
		text-decoration:none;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
		-moz-transition:background-color 0.4s;
		-webkit-transition:background-color 0.4s;
		transition:background-color 0.4s;
	}	
	.footer-button:hover, .footer-button:active	{
		background-color:#E9E4DF;
		text-decoration:none;
	}
	.footer-button:first-child	{
		border-left:none;
	}
	.footer-button:nth-child(4n)	{
		border-left:none;
	}
	.footer-button.facebook	{
		padding-top:40px;
		background-image:url('images/mobile-icon-facebook.png');
	}
	.footer-button.twitter	{
		padding-top:40px;
		background-image:url('images/mobile-icon-twitter.png');
	}
	.footer-button.instagram	{
		padding-top:40px;
		background-image:url('images/mobile-icon-instagram.png');
	}
	.footer-button.call	{
		padding-top:40px;
		background-image:url('images/mobile-icon-call.png');
	}
	.footer-button.blog	{
		padding-top:40px;
		background-image:url('images/mobile-icon-blog.png');
	}
	.footer-button.directions	{
		padding-top:40px;
		background-image:url('images/mobile-icon-directions.png');
	}
	a.btn-mobile	{
		font-size:12px;		
		border-color:#d9ccbc;
		background: rgb(245,240,234); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(245,240,234,1) 0%, rgba(218,205,189,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,240,234,1)), color-stop(100%,rgba(218,205,189,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(245,240,234,1) 0%,rgba(218,205,189,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(245,240,234,1) 0%,rgba(218,205,189,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(245,240,234,1) 0%,rgba(218,205,189,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(245,240,234,1) 0%,rgba(218,205,189,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f0ea', endColorstr='#dacdbd',GradientType=0 ); /* IE6-9 */
	}
	a.btn-mobile:focus, a.btn-mobile:hover	{
		background-position:0 0;
	}
	#footer-mobile-buttons a.btn:focus, #footer-mobile-buttons a.btn:hover, #footer-mobile-buttons a.btn:active	{
		-moz-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.1);
	}
	#footer-mobile-buttons a.btn:first-child	{
		margin-right:4%;		
	}
	#footer-social-buttons	{
		display:none;
	}
	#footer-social-buttons .social-popover	{
		display:inline-block;
		*display:inline;
		zoom:1;
		float:none;
	}
	#footer-social-buttons .popover	{
		width:100%;
		max-width:none;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		top:auto !important;
		bottom:65px;
		left:0 !important;
	}
	#footer-social-buttons .twitter + .popover.top .arrow	{
		left:31%;
	}
	#footer-social-buttons .instagram + .popover.top .arrow	{
		left:69%;
	}
	#breadcrumbs	{
		display:none;
	}
	.footer-separator-container	{
		display:none;	
	}
	.page #content .hentry	{
		padding-left:20px;
		padding-right:20px;
	}
	.page.home #content	{
		padding-left:0;
		padding-right:0;
	}
	.page-menu-title, .page-menu	{
		display:none;
	}
	#grid-roll	{
		padding-left:20px;
		padding-right:20px;
	}
	.post-type-archive-ad_offer #grid-roll hr	{
		display:none;
	}
	#grid-roll .hentry	{
		margin-top:20px;
		padding-top:20px;
		border-top:1px solid #D9CCBC;
	}
	.single-ad_offer .hentry	{
		padding-left:20px;
		padding-right:20px;
	}
	.single-ad_offer #content	{
		margin-top:30px;
	}
	.filters .btn	{
		margin-bottom:5px;
	}
	.sidebar	{
		margin-top:20px;
		padding-left:20px;
		padding-right:20px;
	}
	.sidebar .widget	{
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.sorters	{
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	#photos-container .photo	{
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	#blogroll-articles	{
		padding-left:20px;
		padding-right:20px;
		margin-bottom:40px;
	}
	#blogroll-articles .hentry:before	{
		width:100%;
	}
	.single-post .hentry	{
		padding-left:20px;
		padding-right:20px;
	}
	#respond input	{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		display:block;
		min-height:30px;
	}
	#respond textarea	{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		display:block;
	}
	#mobile-gallery	{
		display:none;
	}	
}	
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.wp-post-image.attachment-featured-image	{
		width:100%;
		height:auto;
	}
	.wp-post-image.attachment-ad-posts-widget	{
		width:auto;
		height:auto;
	}
	#ad-posts-widget .ad-posts-widget-item	{
		padding-bottom:25px;
		margin-bottom:50px;
		border-bottom:4px double #ededed;
	}
	.navbar-fixed-top	{
		margin-bottom:0;
	}
}

/*Modern Tribe Events Calendar responsive styles*/
@media only screen and (min-width : 320px) and (max-width : 480px) {
	#tribe-events-event-meta .column {
		float:left;
		width:90%!important;
		padding:0 4% 0 0;
		text-align:left;
		margin:0;
	}
	.tribe-events-calendar td .tribe-events-event { padding: 6px 2px !important;}
	.tribe-events-calendar td a {font-size: 11px !important;}
	#tribe-events-content { padding: 1px 7px !important;}
}
 
@media only screen and (min-device-width : 481px) {
	#tribe-events-event-meta .column {
		float:left;
		width:45%;
		padding:0 4% 0 0;
		text-align:left;
		margin:0;
	}
	.tribe-events-calendar td .tribe-events-event { padding: 6px 2px !important;}
	.tribe-events-calendar td a {font-size: 11px !important;}
	#tribe-events-content { padding: 1px 7px !important;}
}

/*Fixes for non-responsive Bootstrap. Enable if disabling responsive stylesheet*/
/*
html	{
	min-width:980px;
}

.nav-collapse.collapse	{
	overflow:visible !important;
}
*/
/**/

/*-----------------------------------------------------------*/
/* Fixes for IE
/*-----------------------------------------------------------*/

.lt-ie9 .navbar-inner, .lt-ie9 #main-nav-dropdown	{
	border-bottom:1px solid #d9ccbc;
}

.lt-ie8 #masthead-slider .flex-viewport	{
	height:447px;
}

.lt-ie8 #masthead-slider ul.slides	{
	height:447px;
}

.lt-ie8 #masthead-slider ul.slides li	{
	height:447px;
}

.lt-ie8 .navbar .nav > .active > a, .lt-ie8 .navbar .nav > .active > a:hover, .lt-ie8 .navbar .nav > .active > a:focus	{
	background:#f5f0eb;
}

.lt-ie8 .navbar .nav li.dropdown.open > .dropdown-toggle, .lt-ie8 .navbar .nav li.dropdown.active > .dropdown-toggle, .lt-ie8 .navbar .nav li.dropdown.open.active > .dropdown-toggle	{
	background:#f5f0eb;
}

.lt-ie8 #main-nav-dropdown	{
	background:#f5f0eb;
	z-index:1002;
}

.lt-ie8 #related-carousel	{
	background:#f5f0eb;
}

.lt-ie8 #main-logo-cont	{
	z-index:1000;
}