

/* CSS Resets */
/*.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 30% !important;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 11px !important;
   
    font-family: 'Open Sans', sans-serif !important;
    content: 'The Beach Apartments' !important;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}*/

ul,p {
	margin: 0; 
	padding: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h1{
        font-size: 2.2em;
    color: #2e1a0f;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 110%;
    margin-bottom: 10px;
}
h1,h2,h3,a,p { font-family: 'Open Sans', sans-serif; }
a:hover,
a:focus {
	text-decoration: none;
}

/*modal*/
/*.modal {
    position: fixed;
    top: 0;
    right: 0;
     bottom: 0; 
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/

.modal{
     /*top: 0;
     right: 0;    
    left: 0;*/
    margin:auto;
    top:5%;
    bottom: inherit; 
    width:40%;
    /*margin:auto;*/
    background-color:#fff;
    /*height:45%;*/
    /*border-radius:8px;*/    
     /*overflow: hidden;*/
}
.modal h2{
  color:#2e1a0f;
}

.modal ul{
  list-style:none;
}

.modal li{
    line-height:50px;
    /*font-size:30px;*/
}
.text-small{
    font-size:11px;
    font-weight:lighter;
    color:#72635d;
}
.badge {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    padding: 9px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #766761;
    border-radius: 0px !important;
    margin-right:10px;
}

.modal-box {
    position: relative;
    margin: 0 0 12px;
}
.modal-box .icon {
     width: 121px;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #72635d;
    background: #73645e;
    text-align: center;
}
.modal-box .content {
    border: 1px solid #72635d;
    background: #FFF;
    margin-left: 121px;
    line-height: 20px;
    padding: 20px;
    color: #72635d;
}

.modal-box .content h4 {
    color: #72635d;
    font-weight:800;
}

.modal-box .icon span {
    font-size: 40px;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    /* margin-top: -28px; */
}

/*.modal i{
    border-radius:50%;
    background-color:aliceblue;   
}*/

.modal-open {
    padding-right: 0px !important;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    /*overflow: hidden;*/
    max-height: 100%;
    padding: 15px;
}

/* Header & Nav */
body,html { 
    overflow-x: hidden;
       font-family: 'Open Sans', sans-serif;
}
.tm-header {
	background: #766761;
	height: 80px;
	position: relative;
	z-index: 100;
}
.tm-site-name-container { 
    padding-top: 20px;     
    
}
.tm-site-name {
	color: #dedbd9;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
    position:absolute;
}
.tm-site-name:hover,
.tm-site-name:focus {
	color: #FF720B;
}
    .tm-site-name img {

        margin-top:15px;    
    }

.mobile-menu-icon { display: none; }
.tm-nav {
	display: block;
	overflow: hidden;
}
.tm-nav li {
	list-style: none;
	float: left;
}
.tm-nav li a {
	color: #c1bbbb;
	display: block;
	padding: 45px 34px 15px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tm-nav li a.active,
.tm-nav li a:focus,
.tm-nav li a:hover {
	    background:none;
    color: #ffffff;
}
.page-content-wrapper{
    background-color:#ffffff;
    padding-top:50px;
    /*margin-top:20px;*/
}
.we-accept
{
    background-color:rgb(232, 232, 232) !important;
    text-align: center;    
}

.we-acceptx > imgx
{
     display: inline-block;
    vertical-align: middle;
}

.Centered
{
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
}

/* Banner */
#banner-img {
  width: 100%;
  height: auto;
}


.tm-banner-inner {
    height: auto;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tm-banner-inner p {
    color:#ffffff;
}
.tm-banner-title,
.tm-banner-subtitle,
.tm-banner-link {
	text-transform: uppercase;
}
.tm-banner-title,
.tm-banner-subtitle {
	color: white;
}
.tm-banner-title {	
	font-size: 55px;
	font-weight: 600;
}
.tm-banner-subtitle { font-size: 34px; }
.tm-yellow-text { color: #563e3a; }
.tm-banner-link {
	    background: rgba(117, 102, 96, 0.39) none repeat scroll 0% 0%;
    border: 1px solid #756660;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 18px 40px;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.tm-banner-link:hover,
.tm-banner-link:focus {
	background: rgba(117, 102, 96, 1);
	color: #ffffff;
}
.flexslider.flexslider-banner {
	max-width: 100%;
	height: 100%;
	z-index: 0;
}
.flexslider.flexslider-banner .slides > li {
	text-align: center;
}
.flexslider.flexslider-banner .flex-direction-nav a:before {
	color: #FCDD44;
}
.flex-direction-nav a {
	height: 50px;
}

/* Section 1, index.html */
.tm-gray-bg { background-color: #E5E5E5; }
.tm-home-section-1 {
	position: relative;
	top: -50px;
}
.form-control {	border-radius: 0; }
.form-control:focus {
	border-color: #FCDD44;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);
}
.tm-yellow-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */
	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */
}
.tm-green-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */
	background: #2ec66b; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #2ec66b 0%,#2dc970 1%,#2ac96c 2%,#2bc76e 4%,#2bc869 5%,#2ac871 6%,#29c86c 7%,#28c76b 15%,#2bc76c 16%,#21bb61 73%,#1eb860 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec66b', endColorstr='#1eb860',GradientType=0 ); /* IE6-9 */
}
.tm-red-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */
	background: #e97262; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #e97262 0%,#ef6865 1%,#ed6c5f 2%,#f07162 4%,#f17062 5%,#eb6f67 6%,#ec6c5f 7%,#ec6b5e 18%,#eb5d4f 56%,#e95242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97262', endColorstr='#e95242',GradientType=0 ); /* IE6-9 */
}
.tm-yellow-gradient-bg,
.tm-green-gradient-bg,
.tm-red-gradient-bg {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 88px;
}
.tm-city-price-container {
	padding: 30px 0;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
.tm-city-price-container:hover { font-weight: 600; }
.tm-yellow-btn {
	width: 130px;
	height: 40px;
	background-color: #F5D338;
	border: medium none;
	color: #5C4905;
	font-size: 12px;
	margin: 24px auto;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.tm-yellow-btn:hover,
.tm-yellow-btn:focus {
	background-color: #F9E58B;
}
.tm-form-inner { padding: 35px 30px 5px; }

.success-box {
    position: relative;
    margin: 0 0 30px;
}
.success-box .icon {
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #72635d;
    background: #73645e;
    text-align: center;
}
.success-box .content {
    border: 1px solid #72635d;
    background: #FFF;
    margin-left: 121px;
    line-height: 20px;
    padding: 30px;
    color: #72635d;
}

.success-box .content h4 {
    color: #72635d;
    font-weight:800;
}

.success-box .icon span {
    font-size: 56px;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    margin-top: -28px;
}

.tm-goback {
    background-color: rgb(179, 169, 166);
    color: white;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.absolute-contact-info .content {
    background: #8a7b74;
    padding: 30px;
    border: 1px solid #cec8c7;
    border-bottom: 0;
}

.absolute-contact-info .content .item {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color:#ffffff;
}

.absolute-contact-info .content .item a{
    color:#ffffff;
}

.absolute-contact-info .content .item i {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 22px;
    padding-left: 2px;
}

/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:160px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tm-white-bg {
	background-color: #fff;
}
.tm-home-box-1 {
	width: 346px;
	height: 436px;
}
.tm-home-box-1-center {
	margin: 0 auto;
}
.tm-home-box-1-right,
.tm-home-box-2-right {
	margin-left: auto;
}
.input-group-addon { border-radius: 0; }
#hotelCarTabs {
	border-bottom: none;
	height: 52px;
}
#hotelCarTabs li {
	width: 50%;
	height: 100%;
}
#hotelCarTabs > li > a {
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	background: transparent linear-gradient(to bottom, #F5D11D 0%, #F3D10E 1%, #EFCF1C 2%, #FCCD0D 4%, #F7CA0D 5%, #F9CB1E 6%, #F7CB10 7%, #F8CC14 8%, #F0C40C 54%, #EDC50C 55%, #E9C108 71%, #ECC008 78%, #E6BE06 91%, #E9BD06 93%, #E8BC06 100%) repeat scroll 0% 0%;
	border: none;
	border-radius: 0;
	color: #5C4905;
	font-weight: 600;
}
#hotelCarTabs > li > a:hover,
#hotelCarTabs > li > a:focus {
	border: none;
	background: #F9E58B;
}
#hotelCarTabs > li.active > a, 
#hotelCarTabs > li.active > a:focus, 
#hotelCarTabs > li.active > a:hover
{
	background: transparent;
	border: none;	
}
.min-height-tm
{
    min-height:600px;
}
/* Footer */
.tm-black-bg { background-color: #5d4c47; }
.tm-copyright-text {
    color: white;
    text-align: center;
     /* padding-top: 28px;
   padding-bottom: 20px; */
     font-size :1em;
}
.tm-copyright-text a {
	color: #ffffff;
}

.tm-copyright-text a:hover {
	color: white;
}

.hotel-search-form .form-group { margin-bottom: 30px; }

/*Section 2, index.html */
.section-margin-top { margin-top: 100px; }
hr { border-top: 1px solid #111010; }
.tm-section-header {
	margin-bottom: 70px;
	overflow: hidden;
}
.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
}
.tm-home-box-2 {
	background-color: white;
	max-width: 254px;
}
.tm-home-box-2 h3 {
	font-size: 14px;
	padding: 30px 25px;
	text-transform: uppercase;
}
.tm-date {
	color: #c3c3c3;
	padding: 10px 25px;
	text-transform: uppercase;
}
.tm-home-box-2-container {
	border-top: 1px solid #DDD;
	overflow: hidden;
}
.tm-home-box-2-link {
	display: inline-block;
	height: 100%;
	color: black;	
	transition: all 0.3s ease;
	text-align: center;
}
.tm-home-box-2-link:hover,
.tm-home-box-2-link:focus {
	color: #FCDD44;
}
.border-left { border-left: 1px solid #DDD; }
.border-right {	border-right: 1px solid #DDD; }
.tm-home-box-2-icon {
	padding: 20px;
	width: 60px;
	height: 60px;
	font-size: 1.4em;
}
.tm-home-box-2-description {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 125px;
	padding-bottom: 18px;
}
.tm-home-box-2-description.box-3 { width: 175px; }
.home-description {
	margin: 50px auto;
	padding: 0 30px;
	text-align: center;
}

.tm-home-box-3 {
	margin-bottom: 50px;
	max-width: 555px;
	overflow: hidden;
}
.tm-home-box-3-img-container { float: left; }
.tm-home-box-3-info {
    height: 225px;
    max-width: 305px;
    float: right;
    border: 1px solid #CCC;
	border-left: none;
}
.tm-home-box-3-description { padding: 40px 30px 44px; }
.section-padding-bottom { padding-bottom: 60px; }
.container-bg-colour
{
    background-color:#d9d2d2;
}
/* Tours */
.tm-tours-box-1 {
	width: 100%;
    margin-top:30px;
    margin-bottom: 50px;
	/*max-width: 532px;
	*/
}
.tm-tours-box-1-info {
	background: white;
	padding: 40px;
	overflow: hidden;
    min-height: 500px;
}
.tm-tours-box-1-info-left,
.tm-tours-box-1-info-right {
	float: left;
	width: 50%;
}

.tm-tours-box-1-info-left {
	border-right: 1px solid #B1B1B1;
	padding-right: 30px;
}
.no-border {
	border-right: 1px solid #B1B1B1;
	padding-right: 30px;
}

.tm-tours-box-1-info-right { padding-left: 30px; }

.tm-tours-box-1-info-right-justify {
    text-align:justify;
}

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.gray-text { color: #B1B1B1; }
.tours-1-description { line-height: 1.8; }
.tm-tours-box-1-link { overflow: hidden }
.tm-tours-box-1-link-left { 
	background-color: #afa4a0;
	padding: 20px 30px;
	float: left;
	width: 75%;
	text-transform: uppercase;
}
.tm-tours-box-1-link-right {
	float: left;
	background-color: #756660;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 17px 30px;
	width: 25%;
	transition: all 0.3s;
	text-align: center;
}
.tm-tours-box-1-link-right:hover,
.tm-tours-box-1-link-right:focus {
	color: white;
	background-color: #9a8b84;
}
.tm-tours-box-1-link-left,
.tm-tours-box-1-link-right {
	color: white;
	height: 60px;
}
.tm-tours-box-2 {
	max-width: 254px;
	width: 100%;
}
.tm-tours-box-2-info h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
}
.tm-tours-box-2-info {
    padding: 20px;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.tm-tours-box-2-link {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #8C8C8C;
	color: white;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tm-tours-box-2-link:hover,
.tm-tours-box-2-link:focus {
	color: white;
	background-color: #E8BA0F;
}

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-5 { margin-bottom: 5px; }

/* About */
.about-section { margin-top: 150px; }
.tm-about-box-1 {
	background-color: white;
	width: 255px;
	height: 380px;
	padding: 30px;
	text-align: center;
}
.tm-about-box-1-img {
	display: block;
	margin: 0 auto 30px;
	border-radius: 50%;
	border: 5px solid #d4d4d4;
	transition: all 0.3s ease;
}
.tm-about-box-1-img:hover,
.tm-about-box-1-img:focus {
	border: 5px solid #E8BA0F;	
}
.tm-about-box-1-title {
	font-size: 17px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tm-about-box-1-title span {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
}
.tm-social-icon {
	color: #B1B1B1;
	font-size: 18px;
	padding: 0 10px;
}
.tm-social-icon:hover {	color: #E8BA0F; }
.tm-testimonials-box {
	width: 18%;
	/*height: 530px;*/
	background-color: rgb(116, 101, 95);
	float: left;
}
.tm-testimonials-box p {

    color: #ccc2c2;

}
.tm-testimonial p {
    font-size:14px;
}
.tm-common-link-button {    
    background-color: #756660;
    font-weight: 400;
    font-size: 18px;
    display: block;
    padding: 17px 30px;   
    transition: all 0.3s;
    text-align: center;
    color: white;
    float:right;
    text-transform:uppercase;
}

.tm-common-link-button:hover, .tm-common-link-button:focus {
     background-color: #ab9b95;
     color:#ffffff;
}

.tm-testimonials-title {
	background-color: rgb(193, 70, 37);
	color: white;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.tm-testimonials-title a{
    color:#ffffff;
}
.tm-testimonials-content {
	padding: 30px;
	text-align: center;
	/*font-style: italic;*/
    color:#ccc2c2;
}
.tm-testimonial {
	padding-top: 20px;
	padding-bottom: 15px;
}
.tm-what-we-do-right {
    float: right;
    /* margin-left: 30px; */
    max-width: 81%;
    width: 100%;
    
}
.tm-menu-box {	
	background-color: rgb(185, 167, 161);	
    font-size:16px;
}
.title-dark
{
    color:#a74737;
}
.bg-white
{
    background-color:#ffffff;
}
.tm-contact-form
{
    padding:20px;
    background-color:#ffffff;
}

.tm-contact-form > p
{
    margin-bottom:5px;

}

.contact-title
{
    padding:20px;
    background-color:rgb(193, 70, 37);
    color:#ffffff;
    font-size:1.2em;
}
.align-center
{
    text-align:center;
}
/*.tm-menu-box:after {	
	background-color: rgb(185, 167, 161);	
    font-family: FontAwesome;
    content: "\f095";
}*/

.room-box-bg
{
    background-color:#ffffff;
    padding:20px;   
    /*margin-right:10px;*/
    min-height:500px;
    /*margin-bottom:20px;*/

}
.tm-about-box-2 { overflow: hidden; 
                  margin-bottom:30px;                  
}
.tm-about-box-2-img,
.tm-about-box-2-text {
	float: left;
}
.text-align-left
{
    text-align:left;
}   
.tm-about-box-2-text {
	/*margin-left: 40px; 
     max-width: 440px; 
    padding:20px;*/
    width: 100%;
    border:1px solid #ddd;
    background-color:#ffffff;
	
}
.tm-about-box-2-title {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
}
.tm-about-box-2-description {
	text-align: left;
	margin-bottom: 20px;
}
.tm-about-box-2-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-align-left p{
    font-size: 1.1em;
    color: #2e1a0f;
    letter-spacing: 1px;
    line-height: 155%;
    font-weight: normal;
    margin-bottom: 1em;
}
/* Flexslider */
.flex-caption,
.flexslider.flexslider .slides img {
	float: left;
}
.flex-caption {
  width: 50%;
  padding: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.flexslider.flexslider-banner .slides img { 
	display: block;
	width: 100%; 
}
.flexslider {
	border: none;
	border-radius: 0;
	/*margin: 0 auto;*/	
    margin: 0 auto -12px;
	width: 100%;
}
.flexslider.flexslider-about {
	max-width: 100%;
}
.flexslider.flexslider-about img {
	max-width: 50%;
}
.slider-title {	
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
    color:#756660;
}
.slider-subtitle {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
}
.slider-description {
	color: #B1B1B1;
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: justify;
}
.slider-social { text-align: right; }

/* Contact */
.tm-contact-box-1 {
	background-color: #F4F4F4;
	padding: 40px;
}
.contact-image { 
	float: left; 
	widthh: 100%;
	max-width: 494px;
}
.contact-text {
	float: left;
	margin-left: 40px;
	max-width: 550px;
	width: 100%;
}
.effect2-contact::before, 
.effect2-contact::after {
	max-width: 550px;
}
#google-map {
	height: 335px;
	width: 100%;
}
.tm-submit-btn {
	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */
	width: 100%;
	border: none;
	height: 40px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
}
.tm-submit-btn:hover { background: #f5d11d; }
.contact-social { margin-top: 20px; }
.contact-social .fa { color: white; }
.tm-social-facebook { background-color: #4A7DBB; }
.tm-social-dribbble { background-color: #E4588E; }
.tm-social-twitter { background-color: #77D1EE; }
.tm-social-instagram { background-color: #527AA1; }
.tm-social-google-plus { background-color: #CE5754; }
.contact-social .tm-social-icon {
    padding: 5px 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.contact-social .tm-social-icon:last-child { margin-right: 0; }




.tm-slider-link {
    background: #e2dfdd;
    border: 1px solid #afaaa8;
    color: #74655f;
    /* font-weight: 600; */
    display: inline-block;
    padding: 6px 11px;
    margin-top: 30px;
    transition: all 0.3s ease;
}


.equinox-experience figure.effect-sadie figcaption::before {
	background: #8e7d76 none repeat scroll 0 0;
}
.packages-wrapper figure.effect-sadie figcaption::before {
	background: #96ae14 none repeat scroll 0 0;
}
.equinox-experience .grid figure, .packages-wrapper .grid figure {
	background: #191919 none repeat scroll 0 0;
}



figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.home-cta-wrapper figure.effect-sadie:hover img {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
    background:#000;
}
figure.effect-sadie p {
	font-size: 1em;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-size: 1.1em;
    line-height: 150%;
    margin: 30% auto !important;
    opacity: 0;
    padding: 0;
    /* transform: translate3d(0px, 10px, 0px); */
}
.home-cta-wrapper figure.effect-sadie p {
    margin: 35% auto !important;
    padding: 30px;
}
.effect-sadie span {
    display: block;   
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
 
}

.home-cta-wrapper .grid figure:hover {
    background:#000;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 14px;
    text-align: center;
    left: 82px;
}

figure.effect-sadie:hover h2 {
    color: #ffffff !important;
    -webkit-transform: translate3d(0,-30px,0) translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,-30px,0) translate3d(0,0,0) !important;
    transform: translate3d(0,-30px,0) translate3d(0,0,0) !important;
    transition: translate3d 2s;
}

.resort-callout-image {
    background-position: center center;
    background-size: cover;
    float: right;
    height: 450px;
    width: 40%;
}

.resort-callout-copy {
    display: table;
    float: left;
    height: 450px;
    width: 60%;
    padding: 0 40px;
}

.resort-copy {
    display: table-cell;
    vertical-align: middle;
}

.button {
    background: none;
    color: #fff !important;
    font-size: 1em !important;
    margin-top: 0;
    padding: 13px 16px;
    display: inline-block;
    font-weight: 300 !important;
    margin-bottom: 15px;
    background-color: #2e1a0f;  
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button.starwood-preferred {
    background-color: rgba(7, 113, 172,.5);
}

p {
    
    font-size: 1.1em;
    color: #2e1a0f;
    letter-spacing: 1px;
    line-height: 155%;
    font-weight: normal;
    margin-bottom: 2em;
}

.tab-style-01-wrapper ul.nav-tabs{
    background: #EDEDED;
    margin: 0;
    border-bottom: 1px solid #72635d;
}
.tab-style-01-wrapper ul.nav-tabs li {
    float: left;
}

.tab-style-01-wrapper ul.nav-tabs li.active a {
    color: #5d4c47;
    background: #FFF;
    border-top: 2px solid #72635d;
}

.tab-style-01-wrapper ul.nav-tabs li a {
    color: #333;
    padding: 10px 20px;
    padding-top: 13px;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    border-top: 2px solid #EDEDED;
}

.tm-social-icon-text {
      color: white;
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 15px;
} 

.tm-social-icon-text a, a:visited{
      color: white;
      text-decoration:none;
} 


@media screen and (max-width: 1280px) 
{
     .dont-hide{
         display:inline !important;
     }

    .modal{
        width:50%;
    }

    .modal-box .content {      
        padding:9px;
    }

    .modal-box .icon span {
    font-size: 33px;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    /* margin-top: -28px; */
}

           
    .tm-slider-link {
    background: #e2dfdd;
    border: 1px solid #afaaa8;
    color: #74655f;
  
    display: inline-block;
    padding: 6px 11px;
     margin-top: -8px; 
    transition: all 0.3s ease;
}
    .flex-caption {
    width: 50%;
    padding: 20px;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 18px;
}
    .home-cta-wrapper figure.effect-sadie p {
    margin: -4% auto !important;
    padding: 30px;
}

    .absolute-contact-info .content .item {
    position: relative;
    padding-left: 33px;
    font-size: 13px;
    color: #ffffff;
}
    .absolute-contact-info .content {
    background: #8a7b74;
    padding: 17px;
    border: 1px solid #cec8c7;
    border-bottom: 0;
}
      .hide-me{
         display:none;
     }

     .tm-tours-box-1-link-left, .tm-tours-box-1-link-right {
        color: white;
        height: 60px;
        width: 100%;
    }
         .tm-tours-box-1-info-left, .tm-tours-box-1-info-right {
        float: left;
        width: 100%; 
    }

    .tm-tours-box-1-info-left {
        border-right: none;
        border-bottom: 1px solid #B1B1B1;
        padding-right: 0;
        padding-bottom: 20px;
    }

   .tm-tours-box-1-info-left, .tm-tours-box-1-info-right {
    float: none;
    width: 100%;
        margin-top: 40px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 

    
  /* Large screen, retina, stuff to override above media query */
  .tm-banner-title { font-size: 50px; }
	.tm-banner-subtitle { font-size: 30px; }
	.tm-home-section-1 { top: -20px; }
	.tm-home-box-1 {
		width: 300px;
		height: 388px;
	}
	.hotel-search-form .form-group { margin-bottom: 18px; }
	.tm-home-box-2-description { padding-bottom: 15px; }
	.tm-home-box-3 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-home-box-2-description.box-3 { width: 185px; }
	.tm-about-box-1 {
		width: 215px;
		padding: 24px 15px;
	}
	.tm-testimonials-box { width: 18%; }
	.tm-testimonials-content { padding: 20px; }
	.tm-what-we-do-right { max-width: 685px; }
	.tm-about-box-2-img {
		max-width: 280px;
		height: auto;
	}
	.tm-about-box-2-text { max-width: 360px; }
	.flex-caption {	
		padding: 25px; 
		max-width: 500px;
	}
	.flexslider.flexslider-about .slides img {
		max-width: 450px;
	}
	.slider-title {
		margin-bottom: 15px; 
	}
	.slider-subtitle { 
		margin-bottom: 5px;	
	}
	.slider-description {
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.tm-contact-box-1 {	padding: 30px; }
	.contact-image { max-width: 450px; }
	.contact-text {	max-width: 400px; }
	.flexslider.flexslider-about .slides img { width: 450px;	}

    .tm-tours-box-1-info-left, .tm-tours-box-1-info-right {
        float: left;
        width: 100%; 
    }

        .tm-tours-box-1-info-left {
        border-right: none;
        border-bottom: 1px solid #B1B1B1;
        padding-right: 0;
        padding-bottom: 20px;
    }

   .tm-tours-box-1-info-left, .tm-tours-box-1-info-right {
    float: none;
    width: 100%;
        margin-top: 40px;
    }


}


@media screen and (max-width: 1199px) {



	.tm-banner-title { font-size: 50px; }
	.tm-banner-subtitle { font-size: 30px; }
	.tm-home-section-1 { top: -20px; }
	.tm-home-box-1 {
		width: 300px;
		height: 388px;
	}
	.hotel-search-form .form-group { margin-bottom: 18px; }
	.tm-home-box-2-description { padding-bottom: 15px; }
	.tm-home-box-3 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-home-box-2-description.box-3 { width: 185px; }
	.tm-about-box-1 {
		width: 215px;
		padding: 24px 15px;
	}
	.tm-testimonials-box { width: 18%; }
	.tm-testimonials-content { padding: 20px; }
	.tm-what-we-do-right { max-width: 685px; }
	.tm-about-box-2-img {
		max-width: 280px;
		height: auto;
	}
	.tm-about-box-2-text { max-width: 360px; }
	.flex-caption {	
		padding: 25px; 
		max-width: 500px;
	}
	.flexslider.flexslider-about .slides img {
		max-width: 450px;
	}
	.slider-title {
		margin-bottom: 15px; 
	}
	.slider-subtitle { 
		margin-bottom: 5px;	
	}
	.slider-description {
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.tm-contact-box-1 {	padding: 30px; }
	.contact-image { max-width: 450px; }
	.contact-text {	max-width: 400px; }
	.flexslider.flexslider-about .slides img { width: 450px;	}	

    
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.tm-home-box-2-description { width: 94px; }
	.tm-home-box-2-icon {
		padding: 18px;
		width: 55px;
		height: 55px;
	}
	.tm-home-box-3-description { padding-bottom: 47px; }
}

@media screen and (max-width: 991px) {
	.tm-home-box-1 {
		margin-bottom: 50px;
		width: 346px;
		height: 436px;
	}
	.tm-home-box-2 { margin: 0 auto 30px; }
	.tm-home-box-2-description {
		width: 125px;
		vertical-align: top;
	}
	.tm-home-box-2-description.box-3 { width: 175px; }
	.hotel-search-form .form-group { margin-bottom: 30px; }
	.home-description {	margin: 40px auto 40px;	}
	.tm-tours-box-1-link-left {	width: 65%;	}
	.tm-tours-box-1-link-right { width: 35%; }
	.tm-tours-box-2 { margin: 0 auto 30px; }
	.tm-about-box-1 {
		margin: 0 auto 30px;
		width: 100%;
	}
	.tm-what-we-do-right {
		float: none;
		margin-left: 0;
		max-width: 100%;
	}
	.tm-about-box-2-img { max-width: 100%; }
	.tm-about-box-2-text { max-width: 340px; }
	.tm-testimonials-box {
	    max-width: 18%;
	    width: 100%;
	    margin: 30px auto 0;
	    float: none;
	    height: auto;
	}
	.flexslider.flexslider-about,
	.flexslider.flexslider-about .slides img, 
	.flex-caption {
		max-width: 528px;
		width: 100%;
	}
	.flexslider .slides img, 
	.flex-caption {
		width: 100%;
	}
	.contact-text {
		margin-left: 0;
		margin-top: 50px;
		max-width: 100%;
	}
	.tm-contact-form-input { margin-top: 50px; }


}

@media screen and (max-width: 767px) {

    /* http://www.impressivewebs.com/animate-display-block-none/
	 * Comment by Jon Christensen
	 */
    .modal{
        width:90%;
    }

    .modal-box .content {
        margin-left:0px;
        padding:9px;
    }

    .tm-nav.show {
        opacity: 1;
        height: auto;
        transition: opacity 1s, height 0;
    }

    .tm-nav {
        opacity: 0;
        transition: opacity 1s, height 0 1s;
        height: 0;
        position: fixed;
        z-index: 1000;
        top: 69px;
        right: 15px;
        background: rgba(15,15,15,0.7);
        transition: all 0.3s ease;
    }

        .tm-nav li {
            float: none;
        }

            .tm-nav li a {
                color: #b9b0ac;
                display: block;
                padding: 20px 30px 20px;
            }

    .mobile-menu-icon {
        display: block;
        cursor: pointer;
        color: #ffffff;
        font-size: 28px;
        position: fixed;
        top: 15px;
        right: 20px;
        background-color: rgba(117, 102, 96, 0.9);
        padding: 6px 15px;
        z-index: 1000;
    }
    /*}*/
    .- {
        height: 400px;
    }

    .tm-banner-title {
        font-size: 40px;
    }

    .tm-banner-subtitle {
        font-size: 24px;
    }

    .tm-banner-inner {
        top: 0;
    }    

     .hide-me{
         display:none;
     }

    .tm-banner-link {
        padding: 12px 30px;
        margin-top: 10px;
    }
    /* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */
    .tm-home-box-1 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .tm-home-box-1-2 {
        height: auto;
    }

    .tm-tours-box-1 {
        margin-left: auto;
        margin-right: auto;
    }

    .tm-what-we-do-right {
        text-align: center;
    }

    .section-margin-top.about-section {
        margin-top: 120px;
    }

    .tm-section-header {
        margin-bottom: 40px;
    }

    .tm-about-box-1 {
        width: 100%;
        max-width: 300px;
        padding: 30px;
    }

    .tm-about-box-2-img,
    .tm-about-box-2-text {
        float: none;
    }

    .tm-about-box-2-text {
        margin: 30px auto;
    }

    /*.flex-control-nav {
    width: 100%;
        position: absolute;
        bottom: 14px;
         text-align: center; 
         left: 82px; 
    }*/

    .wrapper .container-no-bg {
        margin: 0 auto;
        width: 100% !important;
    }

    .tm-tours-box-1-link-left {
        display: none !important;
    }

    .tm-tours-box-1 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .width-100 {
        width: 100% !important;
    }

    .tm-about-box-2-text {
        margin: 0px;
    }

    .tm-about-box-2-text {
        max-width: 100%;
    }

    .tm-common-link-button {
        background-color: #756660;
        font-weight: 400;
        font-size: 18px;
        display: block;
        padding: 17px 30px;
        transition: all 0.3s;
        text-align: center;
        color: white;
        float: right;
        text-transform: uppercase;
        width: 100%;
    }

    .tm-testimonials-box {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .modal{
        width:90%;
    }
     .modal-box .content {
        margin-left:0px;
        padding:9px;
    }
	.col-xxs-12 { width: 100%; }
	.section-margin-top { margin-top: 50px;	}
	.tm-banner-title {
    	font-size: 30px;
	}
	.tm-banner-subtitle { font-size: 16px; }
	.tm-banner-link { 
		padding: 10px 25px;
	}
	.tm-home-section-1 { top: 0; }
	.tm-home-box-3-img-container,
	.tm-home-box-3-info {
		float: none;
	}
	.tm-home-box-3-info {
		max-width: 250px;
		border: 1px solid #CCC;
		border-top: none;
	}
	.tm-home-box-3-description {
	    padding-top: 30px;
	    padding-bottom: 34px;
	}
	.tm-home-box-3 { max-width: 250px; }
	.tm-home-box-2-description.box-3 { width: 120px; }

       .wrapper .container-no-bg {
        margin: 0 auto;
        width: 100% !important;
    }
       .hide-me{
           display:none !important;
       }
}

@media screen and (max-width: 420px) {
    .modal{
        width:90%;
    }
     .modal-box .content {
        margin-left:0px;
        padding:9px;
    }
     .hide-me{
           display:none !important;
       }

	.tm-banner-title { font-size: 20px;	}
	.tm-banner-subtitle { font-size: 12px; }
	.tm-banner-link { padding: 5px 10px; }
	.tm-tours-box-1-info-left,
	.tm-tours-box-1-info-right {
		float: none;
		width: 100%;
	}
	.tm-tours-box-1-info-left {
		border-right: none;
		border-bottom: 1px solid #B1B1B1;
		padding-right: 0;
		padding-bottom: 30px;	
	}
	.tm-tours-box-1-info-right {
		padding-left: 0;
		padding-top: 30px;		
	}
	.tm-tours-box-1-link-left,
	.tm-tours-box-1-link-right {
		float: none;
		width: 100%;
		text-align: center;
	}

    .tm-site-name img {
        width:50%;
        margin-left:30px;   
        margin-top:10px;    
    }

    .grid figure h2 {
        font-size: 1.1em !important;
        font-weight: 500;
        margin-top: 37% !important;
        color: #ffffff;
        letter-spacing: 2px;
        line-height: 100%;
    }

    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 14px;     
    }
    .grid figure {
        width: 100% !important;
        margin-bottom: 1em;
        margin-right: 0;
    }

    .wrapper .container {
        width: 100% !important;
    }

    .resort-callout-image {
        width: 100% !important;
        height: 350px !important;
    }


    .resort-callout-copy {
        display: table;
        float: left;
        height: 450px;
        width: 100% !important;
        padding: 0 40px;
    }   
       .wrapper .container-no-bg {
        margin: 0 auto;
        width: 100% !important;
    }

       .tm-copyright-text
           {
               font-size:11px;
           }
}

@media screen and (max-width: 400px) {
    .modal{
        width:90%;
    }
     .modal-box .content {
        margin-left:0px;
        padding:9px;
    }
     .hide-me{
           display:none !important;
       }
	.tm-section-title {	font-size: 28px; }

    .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 14px;
    /* text-align: center; */
    /* left: 82px; */
    }

    .grid figure {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    }

        .wrapper .container {
        width: 100% !important;
    }

    .wrapper .container-no-bg {
        margin: 0 auto;
        width: 100% !important;
    }

    .tm-copyright-text
    {
        font-size:11px;
    }
  
}

/*@media screen and (min-width: 0px) {
    .col {
        margin-left: 3%;
        margin: 3% 0;
        padding: 45px 3%;
    }
}*/



/*edge test============================================*/
    .col {
        margin-left: 3%;
        margin: 3% 0;
        padding: 45px 3%;
    }

.container{
    padding:0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
#ui-datepicker-div
{
    z-index:100 !important;
}
/*.col-lg-12
{
    padding-right : 0;
    padding-left:0;
}
.row{
    margin-right: 0; 
    margin-left: 0;
}*/

.inns-header, .tripadvisor-callout {
    background-color: #766761;
    padding: 20px;
    text-align: center;
    clear: both;
}

.wrapper .container{
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 80%;
}

.wrapper .container-no-bg{    
    margin: 0 auto;
    width: 80%;
}

.inns-header h1, .tripadvisor-callout h2 {
    color: #fff;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 100%;
}

.equinox-experience .grid figure, .packages-wrapper .grid figure {
    background: #191919 none repeat scroll 0 0;
}

.grid figure {
    position: relative;
    float: left;
    /*overflow: hidden;*/
    width: 33.333%;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure.effect-sadie.logo-box {
    cursor: auto;
    background: #ffffff none repeat scroll 0 0;
    margin-top: 8%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

section[role="content"] {
    background-color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
}

.grid figure h2, .grid figure p {
    margin: 0;
}

.grid figure h2 {
    font-size: 2.1em;
    font-weight: 300;
    margin-top: 37% !important;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 100%;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sadie figcaption::before, figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.packages-wrapper figure.effect-sadie p, .equinox-experience figure.effect-sadie p {
    margin: 0 auto !important;
    padding: 0 10px;
}

figure.effect-sadie p {
    font-size: 1em;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
 
    font-size: 1.1em;
    line-height: 150%;
    margin: 30% auto !important;
    opacity: 0;
    padding: 20px; 
}

.equinox-experience figure.effect-sadie figcaption::before {
    background: #74655f none repeat scroll 0 0;
}





.grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    height: auto;
    margin-top: 0;
    width: 100%;
}

.entry.home-page-content {
    margin: 0 auto;
    width: 80%;
}
.entry.inner-page-content {
    margin: 0 auto;
    width: 80%;
    text-align:left;
}


.content-interior .entry {
    text-align: center;
}

.entry p {
    margin-bottom: 1.25em;
    margin-top: 2.25em;
}
}

.effect-sadie.logo-box > img {
    margin: 0 auto;
    width: 33%;
}
.effect-sadie.logo-box p {
    color: #2e1a0f !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 35px;
}

.grid figure h2 {
    font-size: 2.1em;
    font-weight: 500;
    margin-top: 37% !important;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 100%;
}
.home-cta-wrapper .effect-sadie h4 {
    background-color: #756660;
    color: #ffffff;
    padding: 20px 0;
    margin-top: 0px; 
    margin-bottom: 0px; 
    text-transform: uppercase;
    font-weight: 500;
}

.home-cta-wrapper .grid figure {
    background: #8e8b8b;
}

h4 {
   
    font-size: 1.2em;
    color: #2e1a0f;
    letter-spacing: 2px; 
    font-weight: 300;
}


h2 {
    
    font-size: 1.6em;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}


.home-cta-wrapper .effect-sadie:hover h4 {
    background-color: #403e3e;
    transition: background-color .2s;
}	



.padding-30{
    padding:30px;
}

.set-ul ul
{
    list-style:none;
    margin-top:20px;
        
}
.set-ul ul>li:before
{
    font-family: FontAwesome;
    content: "\f0da";  
    margin-right: 10px;
    line-height: 155%;
}
.set-ul ul>li
{    
    padding: 10px;
}

.margin-top-50
{
    margin-top:50px;
}

.span-alert-box
{
    background-color: #afa4a0;
    padding: 20px;
    color: #ffffff;
}

/*.success-box .icon span*/
.success-box-icon span {
    font-size: 35px !important;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 54% !important;
    margin-top: -28px !important;
}

.mt-20{
    margin-top:20px;
}












