/* --------------------------------------------------

	Made in Squamish
	http://www.ethicalux.com
	
-------------------------------------------------- */
/* !css libraries */
@import url(bootstrap.min.css);
/* !extensions */
/* line 36, ../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_box-sizing.scss */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url('/src/css/../behaviors/box-sizing/boxsizing.php');
}
/* line 4, ../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_fluid-media.scss */
img, video {
	width: 100%;
	height: auto;
}
/* line 56, ../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_intrinsic-ratio.scss */
.tile {
	position: relative;
	height: 0;
}
/* line 60, ../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_intrinsic-ratio.scss */
.tile > * {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	margin: 0;
	padding: 0;
}
.contactform .loader{
	width:20px;
}
.navbar-default .navbar-collapse{
	border-color: rgba(255, 255, 255, .1);
}
/* --------------------------------------------------

	GLOBAL
	
-------------------------------------------------- */
/* !imports */
/* !opinated defaults */
/* line 6, ../_scss/global/_defaults.scss */
html, button, input, select, textarea {
	color: #222;
}
/* line 9, ../_scss/global/_defaults.scss */
body {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'open_sansregular';
}

/* line 13, ../_scss/global/_defaults.scss */
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

/* line 18, ../_scss/global/_defaults.scss */
::selection {
 background: #b3d4fc;
 text-shadow: none;
}
/* line 22, ../_scss/global/_defaults.scss */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* line 33, ../_scss/global/_defaults.scss */
audio, canvas, img, video {
	vertical-align: middle;
}
/* line 36, ../_scss/global/_defaults.scss */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* line 41, ../_scss/global/_defaults.scss */
ul, ol, li {
	margin: 0;
	padding: 0;
}
/* line 45, ../_scss/global/_defaults.scss */
textarea {
	resize: vertical;
}
/* line 41, ../_scss/global/_grid.scss */
body {
	width: 100%;
 *zoom: 1;
}
/* line 27, ../_scss/global/_grid.scss */
  body:before, body:after {
	content: "";
	display: table;
}
/* line 31, ../_scss/global/_grid.scss */
  body:after {
	clear: both;
}
/* --------------------------------------------------

	VARIABLES
	
-------------------------------------------------- */
/* !pump the baseline */
/*$base-font-size		: 18px;
$base-line-height	: 28px;
*/
/* !colors */
/* !fx */
/* !grids, layout */
/* !johnny utah */
/* --------------------------------------------------

	FUNCTION PARTIALS
	
-------------------------------------------------- */
/* line 6, ../_scss/global/_functions.scss */
.wrapper, .row.quad {
	position: relative;
	width: 100%;
	margin: 0 auto;
 *zoom: 1;
}
.wrapper {
	max-width: 1280px;
}
 @media (min-width: 768px) {
    /* line 6, ../_scss/global/_functions.scss */
    .wrapper, .row.quad {
 padding: 0;
}
}
 @media (min-width: 1020px) {
    /* line 6, ../_scss/global/_functions.scss */
    .wrapper, .row.quad {
 padding: 0;
}
}
/* line 27, ../_scss/global/_grid.scss */
  .wrapper:before, .row.quad:before, .wrapper:after, .row.quad:after {
	content: "";
	display: table;
}
/* line 31, ../_scss/global/_grid.scss */
  .wrapper:after, .row.quad:after {
	clear: both;
}
/* line 19, ../_scss/global/_functions.scss */
.bg, .panel, .panel .container:after, .tile:after {
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------- */
/* !type breakpoints */
/* -------------------------------------------------- */
@media (min-width: 0px) and (max-width: 599px) {
  /* line 7, ../_scss/modules/_responsive_type.scss */
  html {
 -webkit-text-size-adjust: none;
 -ms-text-size-adjust: none;
}

  /* line 61, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  * html {
 font-size: 87.5%;
}

  /* line 64, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  html {
 font-size: 14px;
 line-height: 1.42857em;
}

  /* line 15, ../_scss/modules/_responsive_type.scss */
  .hide-phone {
 display: none;
}
}
@media (min-width: 768px) {
  /* line 20, ../_scss/modules/_responsive_type.scss */
  html {
 -webkit-text-size-adjust: none;
 -ms-text-size-adjust: none;
}

  /* line 61, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  * html {
 font-size: 112.5%;
}

  /* line 64, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  html {
 font-size: 18px;
 line-height: 1.55556em;
}

  /* line 28, ../_scss/modules/_responsive_type.scss */
  .hide-phone {
 display: inherit;
}
}
/*
@include breakpoint($desktop) {
	html {
	    @include fixed-sized-text;
	}
	$base-font-size		: 16px;
	$base-line-height	: 22px;
	
	@include establish-baseline;
	
}
*/
/* !typography */
/* line 4, ../_scss/modules/_typography.scss */
body {
	/*font-family: "Athelas W01 Regular", serif;*/
  font-family: 'open_sansregular';
	font-weight: normal;
	font-size: 100%;
	color: #65676d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
/* line 12, ../_scss/modules/_typography.scss */
h1, h3, h4, h5, h6 {
	/*font-family: 'bebasregular';*/
  font-family: 'open_sansregular';
	color: #2c2d2f;
}
/* line 17, ../_scss/modules/_typography.scss */
h1 {
	font-size: 2.5em;
	line-height: 1.12em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}
/* line 21, ../_scss/modules/_typography.scss */
h2 {
	font-size: 2.05556em;
	line-height: 1.13514em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 1.55556em;
}
/* line 25, ../_scss/modules/_typography.scss */
h3 {
	font-size: 1.33333em;
	line-height: 1.45833em;
	margin-top: 0.77778em;
	padding-top: 0em;
	padding-bottom: 1.16667em;
	margin-bottom: 0em;
}
.mrgb15,.mrgb15_check { margin-bottom: 15px !important; }

/* line 29, ../_scss/modules/_typography.scss */
h4 {
	font-size: 1.22222em;
	line-height: 1.01818em;
	margin-top: 1.16667em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0.77778em;
}
/* line 33, ../_scss/modules/_typography.scss */
h5 {
	font-size: 1.22222em;
	line-height: 1.52727em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0.38889em;
}
/* line 37, ../_scss/modules/_typography.scss */
h6 {
	font-size: 1em;
	line-height: 1.71111em;
	margin-top: 0.38889em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0.38889em;
}
/* line 41, ../_scss/modules/_typography.scss */
p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 1.55556em;
}
.description-room>p { line-height: 20px; }
/* line 45, ../_scss/modules/_typography.scss */
a {
	color: #003764;
	text-decoration: none;
	-webkit-transition: all 260ms linear;
	-moz-transition: all 260ms linear;
	-o-transition: all 260ms linear;
	transition: all 260ms linear;
}
/* line 50, ../_scss/modules/_typography.scss */
hr {
	border: none;
	background: url("/assets/images/wavy.01.png") repeat-x center center;
	height: 30px;
	margin: 15px auto;
	width: 25%;
	visibility: hidden;
}
 @media (min-width: 768px) {
    /* line 50, ../_scss/modules/_typography.scss */
    hr {
 visibility: visible;
}
}
/* line 62, ../_scss/modules/_typography.scss */
table {
	width: 100%;
}
/* line 64, ../_scss/modules/_typography.scss */


table th{font-size:14px;}

table.roomtypes th, table.roomtypes td{
	background:#fafafa;
	    padding: 15px 20px!important;
}
table.roomtypes th{padding-top:30px!important;}
  table td {
	/*font-weight: bold;
	text-transform: uppercase;*/
	font-size:14px;
	padding: 15px 0;
}
/* line 70, ../_scss/modules/_typography.scss */
.meta {
	font-size: 1.44444em;
	line-height: 1.18462em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 12px;
}

.inpur{
	background:#fafafa;
	padding:30px 10px;
}
/* -------------------------------------------------- */
/* building blocks

/* -------------------------------------------------- */
/* line 6, ../_scss/modules/_layout.scss */
body {
    
    background: url(../images/bg.png);
}
/* line 10, ../_scss/modules/_layout.scss */
section {
 *zoom: 1;
}
/* line 27, ../_scss/global/_grid.scss */
  section:before, section:after {
	content: "";
	display: table;
}
/* line 31, ../_scss/global/_grid.scss */
  section:after {
	clear: both;
}
/* line 13, ../_scss/modules/_layout.scss */
.wrapper {
	padding: 0 20px;
}
 @media (min-width: 768px) {
    /* line 13, ../_scss/modules/_layout.scss */
    .wrapper {
 padding: 0 60px;
}
}
 @media (min-width: 1400px) {
    /* line 13, ../_scss/modules/_layout.scss */
    .wrapper {
 padding: 0;
}
}
 @media (min-width: 1400px) {
  /* line 23, ../_scss/modules/_layout.scss */
  .row {
 display: block;
 /* width: 103.125%;
 margin: 0 -1.5625%; */
 *zoom: 1;
}
    /* line 27, ../_scss/global/_grid.scss */
    .row:before, .row:after {
 content: "";
 display: table;
}
    /* line 31, ../_scss/global/_grid.scss */
    .row:after {
 clear: both;
}
}
@media (min-width: 1400px) {
  /* line 27, ../_scss/modules/_layout.scss */
  .row .col {
 display: inline;
 float: left;
 width: 46.875%;
 margin: 0 1.5625%;
}
}
/* line 32, ../_scss/modules/_layout.scss */
.row header {
	margin-top: 60px;
	margin: 60px auto;
}
 @media (min-width: 768px) {
    /* line 32, ../_scss/modules/_layout.scss */
    .row header {
 text-align: center;
 padding: 0 15px;
}
}
 @media (min-width: 1400px) {
    /* line 32, ../_scss/modules/_layout.scss */
    .row header {
 display: inline;
 float: left;
 width: 80.20833%;
 margin: 0 1.5625%;
 margin-left: 9.89583%;
}
}
/* line 44, ../_scss/modules/_layout.scss */
.row.quad {
	margin-bottom: 60px;
}
/* line 47, ../_scss/modules/_layout.scss */
  .row.quad .col {
	width: 100%;
}
 @media (min-width: 768px) {
    /* line 51, ../_scss/modules/_layout.scss */
    .row.quad .col {
 float: left;
 width: 50%;
}
}
 @media (min-width: 1020px) {
    /* line 44, ../_scss/modules/_layout.scss */
    .row.quad {
 margin-top: -9%;
 margin-bottom: 120px;
 -webkit-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.25);
 box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.25);
}
      /* line 61, ../_scss/modules/_layout.scss */
      .row.quad .col {
 display: inline;
 float: left;
        /*width: 25%;*/
        margin: 0 0%;
}
}
/* line 66, ../_scss/modules/_layout.scss */
  .row.quad .col {
	position: relative;
	min-height: 320px;
	background: white;
	padding: 15px;
	display: table;
	border-left: 1px solid #201c24;
}
/* line 73, ../_scss/modules/_layout.scss */
    .row.quad .col .cta {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #194b73;
	padding: 15px;
}
/* line 79, ../_scss/modules/_layout.scss */
      .row.quad .col .cta img {
	width: 80%;
	max-width: 200px;
}
/* line 83, ../_scss/modules/_layout.scss */
      .row.quad .col .cta h2 {
	font-size: 2.5em;
	line-height: 1.12em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: -0.38889em;
}
/* line 88, ../_scss/modules/_layout.scss */
      .row.quad .col .cta:after {
	content: "";
	background: white;
	position: absolute;
	top: -7.5px;
	left: -7.5px;
	width: 30px;
	height: 30px;
	display: block;
	border-left: 2px solid transparent;
	border-right: 2px solid #194b73;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #194b73;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
/* line 103, ../_scss/modules/_layout.scss */
      .row.quad .col .cta:before {
	content: "";
	background: white;
	position: absolute;
	top: -7.5px;
	right: -7.5px;
	width: 30px;
	height: 30px;
	display: block;
	border-left: 2px solid #194b73;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #194b73;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
/* line 119, ../_scss/modules/_layout.scss */
    .row.quad .col.off {
	background: #003764;
	background: #003764 url("/assets/images/bg.02.jpg");
}
/* line 124, ../_scss/modules/_layout.scss */
      .row.quad .col.off .cta * {
	color: #7f9bb1;
}
/* line 127, ../_scss/modules/_layout.scss */
      .row.quad .col.off .cta:before, .row.quad .col.off .cta:after {
	background: #003764 url("/assets/images/bg.02.jpg");
}
/* line 131, ../_scss/modules/_layout.scss */
      .row.quad .col.off:before, .row.quad .col.off:after {
	background: #003764 url("/assets/images/bg.02.jpg");
}
/* line 135, ../_scss/modules/_layout.scss */
    .row.quad .col:after {
	content: "";
	background: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	display: block;
	border-left: 2px solid transparent;
	border-right: 2px solid #194b73;
	border-bottom: 2px solid transparent;
	border-top: 2px solid #194b73;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
/* line 150, ../_scss/modules/_layout.scss */
    .row.quad .col:before {
	content: "";
	background: white;
	position: absolute;
	z-index: 9;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: block;
	border-left: 2px solid #194b73;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-top: 2px solid #194b73;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
/* line 172, ../_scss/modules/_layout.scss */
.cta {
	text-align: center;
}
/* line 174, ../_scss/modules/_layout.scss */
  .cta img {
	margin-bottom: 30px;
}
/* line 178, ../_scss/modules/_layout.scss */
.panel {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
 @media (min-width: 768px) {
    /* line 178, ../_scss/modules/_layout.scss */
    .panel {
 position: relative;
}
      /* line 71, ../_scss/global/_functions.scss */
      .panel .container {
 display: table;
 height: 100%;
 width: 100%;
 text-align: center;
}
        /* line 76, ../_scss/global/_functions.scss */
        .panel .container > div {
 display: table-cell;
 vertical-align: middle;
 width: 100%;
}
}
/* line 187, ../_scss/modules/_layout.scss */
  .panel .container {
	position: relative;
	color: white;
	text-align: center;
	-webkit-transition: all 200ms cubic-bezier(1, 0, 0.8, 1);
	-moz-transition: all 200ms cubic-bezier(1, 0, 0.8, 1);
	-o-transition: all 200ms cubic-bezier(1, 0, 0.8, 1);
	transition: all 200ms cubic-bezier(1, 0, 0.8, 1);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
/* line 193, ../_scss/modules/_layout.scss */
    .panel .container .player {
	width: 80%;
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
}
/* line 201, ../_scss/modules/_layout.scss */
    .panel .container .fg_inner {
	position: relative;
	z-index: 2;
}
/* line 205, ../_scss/modules/_layout.scss */
      .panel .container .fg_inner > div:first-child {
	position: relative;
	width: 100%;
	padding: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
/* line 215, ../_scss/modules/_layout.scss */
      .panel .container .fg_inner img {
	max-width: 180px;
}
 @media (min-width: 0px) and (max-width: 599px) {
          /* line 215, ../_scss/modules/_layout.scss */
          .panel .container .fg_inner img {
 margin-top: 30px;
}
}
 @media (min-width: 768px) {
          /* line 215, ../_scss/modules/_layout.scss */
          .panel .container .fg_inner img {
 max-width: auto;
 margin: 0;
}
}
/* line 225, ../_scss/modules/_layout.scss */
      .panel .container .fg_inner h1 {
	font-family: "Athelas W01 Regular", serif;
	font-size: 2.05556em;
	line-height: 1.36216em;
	margin-top: 0.77778em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0.15556em;
	color: white;
}
 @media (min-width: 768px) {
          /* line 225, ../_scss/modules/_layout.scss */
          .panel .container .fg_inner h1 {
 font-size: 4.27778em;
 line-height: 0.65455em;
 margin-top: 0.77778em;
 padding-top: 0em;
 padding-bottom: 0em;
 margin-bottom: 0.15556em;
}
}
/* line 237, ../_scss/modules/_layout.scss */
    .panel .container:after {
	content: "";
	height: 100%;
	height: 100vh;
	z-index: 0;
	background: rgba(0, 41, 75, 0);
	-webkit-transform-origin: 50% 0% 50%;
	-moz-transform-origin: 50% 0% 50%;
	-ms-transform-origin: 50% 0% 50%;
	-o-transform-origin: 50% 0% 50%;
	transform-origin: 50% 0% 50%;
}
/* line 249, ../_scss/modules/_layout.scss */
  .panel .bg {
	z-index: -1;
}
/* line 255, ../_scss/modules/_layout.scss */
.tile {
	position: relative;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	padding-top: 50%;
	width: 50%;
	float: left;
	cursor: pointer;
}
/* line 47, ../_scss/global/_functions.scss */
  .tile .container {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
/* line 56, ../_scss/global/_functions.scss */
    .tile .container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
    /* line 62, ../_scss/global/_functions.scss */
    .tile .container > div:nth-child(1) {
 display: inline-block;
 vertical-align: middle;
 width: 90%;
}
 @media (min-width: 768px) {
    /* line 255, ../_scss/modules/_layout.scss */
    .tile {
 position: relative;
 background-position: 50% 50%;
 background-size: cover;
 overflow: hidden;
 text-align: center;
 padding-top: 33.33333%;
 width: 33.33333%;
}
      /* line 47, ../_scss/global/_functions.scss */
      .tile .container {
 position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
        /* line 56, ../_scss/global/_functions.scss */
        .tile .container:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}
        /* line 62, ../_scss/global/_functions.scss */
        .tile .container > div:nth-child(1) {
 display: inline-block;
 vertical-align: middle;
 width: 90%;
}
}
 @media (min-width: 1400px) {
    /* line 255, ../_scss/modules/_layout.scss */
    .tile {
 position: relative;
 background-position: 50% 50%;
 background-size: cover;
 overflow: hidden;
 text-align: center;
 padding-top: 20%;
 width: 20%;
}
      /* line 47, ../_scss/global/_functions.scss */
      .tile .container {
 position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
        /* line 56, ../_scss/global/_functions.scss */
        .tile .container:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}
        /* line 62, ../_scss/global/_functions.scss */
        .tile .container > div:nth-child(1) {
 display: inline-block;
 vertical-align: middle;
 width: 90%;
}
}
/* line 266, ../_scss/modules/_layout.scss */
  .tile:after {
	background: url(img.png) center no-repeat rgba(0, 55, 100, 0.85);
	content: "";
	font-size: 300%;
	color: white;
	padding: 32% 0
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
/* line 278, ../_scss/modules/_layout.scss */
  .tile:hover:after, .tile:active:after {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/* line 283, ../_scss/modules/_layout.scss */
*.no-touch .panel {
	height: 100vh;
	position: relative;
}
/* line 71, ../_scss/global/_functions.scss */
  *.no-touch .panel .container {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
/* line 76, ../_scss/global/_functions.scss */
    *.no-touch .panel .container > div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/* line 287, ../_scss/modules/_layout.scss */
/*.grid {
  margin: 60px 0 0 0; }*/
  @media (min-width: 768px) {
/* line 287, ../_scss/modules/_layout.scss */
    /*.grid {
      margin: 120px 0 0 0; }*/ }
/* line 293, ../_scss/modules/_layout.scss */
footer, .feature {
	
	color: #f7faf1;
/*padding: 60px 0 0;*/ }
 @media (min-width: 768px) {
/* line 293, ../_scss/modules/_layout.scss */
/*    footer, .feature {
      padding: 120px 0 60px; }*/ }
/* line 300, ../_scss/modules/_layout.scss */
  footer h1, footer h2, footer h3, .feature h1, .feature h2, .feature h3 {
	color: #f7faf1;/*
    		text-align: center;
    		@include breakpoint($desktop) {
    			text-align: left;
    		}
    */ }
/* line 309, ../_scss/modules/_layout.scss */
  footer p a, .feature p a {
	color: white;
	text-decoration: underline;
}
/* line 313, ../_scss/modules/_layout.scss */
  footer hr, .feature hr {
	background-image: url("/assets/images/wavy.02.png");
	width: 80%;
	margin-bottom: 60px;
}
/* line 318, ../_scss/modules/_layout.scss */
  footer .cta, .feature .cta {
	margin-bottom: 60px;
}
 @media (min-width: 1400px) {
    /* line 322, ../_scss/modules/_layout.scss */
    footer .row .col, .feature .row .col {
 display: inline;
 float: left;
 width: 33.33333%;
 margin: 0 0%;
}
      /* line 324, ../_scss/modules/_layout.scss */
      footer .row .col:nth-child(2), .feature .row .col:nth-child(2) {
 display: inline;
 float: left;
 width: 66.66667%;
 margin: 0 0%;
}
}
/* line 333, ../_scss/modules/_layout.scss */
.feature {
	
}
/* line 338, ../_scss/modules/_layout.scss */
.modal {
	position: fixed;
	background: rgba(0, 0, 0, 0.96) url("/assets/images/logo.02.png") no-repeat 50% 50%;
	background-size: 200px;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: table;
	text-align: center;
}
/* line 362, ../_scss/modules/_layout.scss */
  .modal .close, .modal .prev, .modal .next {
	position: absolute;
	z-index: 9999;
	background: rgba(0, 55, 100, 0.85);
	color: white;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	border-bottom: 4px solid #002341;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/* line 363, ../_scss/modules/_layout.scss */
    .modal .close:after, .modal .prev:after, .modal .next:after {
	font-family: "fontello";
	line-height: 60px;
}
/* line 380, ../_scss/modules/_layout.scss */
    .modal .close:hover, .modal .prev:hover, .modal .next:hover {
	background: #00213c;
	color: #f7faf1;
}
/* line 385, ../_scss/modules/_layout.scss */
  .modal .close {
	top: 30px;
	right: 30px;
}
/* line 386, ../_scss/modules/_layout.scss */
    .modal .close:after {
	content: "  ";
	background:url('../images/close.png');
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain;
	margin: 3px auto;
}
/* line 392, ../_scss/modules/_layout.scss */
  .modal .prev {
	top: 30px;
	right: 126px;
}
/* line 393, ../_scss/modules/_layout.scss */
    .modal .prev:after {
	content: " ";
	background:url('../images/prev.png');
	width: 30px;
	height: 25px;
	display: block;
	background-size: contain;
	margin: 6px auto;
}
/* line 399, ../_scss/modules/_layout.scss */
  .modal .next {
	top: 30px;
	right: 78px;
}
/* line 400, ../_scss/modules/_layout.scss */
    .modal .next:after {
	content: "  ";
	background:url('../images/next.png');
	width: 30px;
	height:25px;
	display: block;
	background-size: contain;
	margin: 6px auto;
}
.close:hover, .close:focus {
	opacity: inherit;
}
/* -------------------------------------------------- */
/* animations

/* -------------------------------------------------- */
/* line 414, ../_scss/modules/_layout.scss */
.modal.on, .modal .on {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 360ms;
	-moz-animation-duration: 360ms;
	-ms-animation-duration: 360ms;
	-o-animation-duration: 360ms;
	animation-duration: 360ms;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
/* line 421, ../_scss/modules/_layout.scss */
.modal.off, .modal .off {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 360ms;
	-moz-animation-duration: 360ms;
	-ms-animation-duration: 360ms;
	-o-animation-duration: 360ms;
	animation-duration: 360ms;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
/* line 428, ../_scss/modules/_layout.scss */
.modal .close, .modal .prev, .modal .next, .button, .loading {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	-ms-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-ms-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-moz-keyframes zoomIn {
  /* line 434, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 -moz-transform: scale(0, 0);
 transform: scale(0, 0);
}

  /* line 438, ../_scss/modules/_layout.scss */
  25% {
 -moz-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
 opacity: 0.2;
}

  /* line 442, ../_scss/modules/_layout.scss */
  75% {
 -moz-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
}

  /* line 445, ../_scss/modules/_layout.scss */
  100% {
 -moz-transform: scale(1, 1);
 transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-webkit-keyframes zoomIn {
  /* line 434, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
}

  /* line 438, ../_scss/modules/_layout.scss */
  25% {
 -webkit-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
 opacity: 0.2;
}

  /* line 442, ../_scss/modules/_layout.scss */
  75% {
 -webkit-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
}

  /* line 445, ../_scss/modules/_layout.scss */
  100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-o-keyframes zoomIn {
  /* line 434, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 -o-transform: scale(0, 0);
 transform: scale(0, 0);
}

  /* line 438, ../_scss/modules/_layout.scss */
  25% {
 -o-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
 opacity: 0.2;
}

  /* line 442, ../_scss/modules/_layout.scss */
  75% {
 -o-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
}

  /* line 445, ../_scss/modules/_layout.scss */
  100% {
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-ms-keyframes zoomIn {
  /* line 434, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 -ms-transform: scale(0, 0);
 transform: scale(0, 0);
}

  /* line 438, ../_scss/modules/_layout.scss */
  25% {
 -ms-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
 opacity: 0.2;
}

  /* line 442, ../_scss/modules/_layout.scss */
  75% {
 -ms-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
}

  /* line 445, ../_scss/modules/_layout.scss */
  100% {
 -ms-transform: scale(1, 1);
 transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @keyframes zoomIn {
  /* line 434, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 transform: scale(0, 0);
}

  /* line 438, ../_scss/modules/_layout.scss */
  25% {
 transform: scale(0.6, 0.6);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
 opacity: 0.2;
}

  /* line 442, ../_scss/modules/_layout.scss */
  75% {
 transform: scale(1.2, 1.2);
}

  /* line 445, ../_scss/modules/_layout.scss */
  100% {
 transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-moz-keyframes fadeOut {
  /* line 451, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

  /* line 454, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
 @-webkit-keyframes fadeOut {
  /* line 451, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

  /* line 454, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
 @-o-keyframes fadeOut {
  /* line 451, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

  /* line 454, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
 @-ms-keyframes fadeOut {
  /* line 451, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

  /* line 454, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
 @keyframes fadeOut {
  /* line 451, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

  /* line 454, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}
}
 @-moz-keyframes fadeIn {
  /* line 459, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}

  /* line 462, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
  /* line 459, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}

  /* line 462, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
  /* line 459, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}

  /* line 462, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-ms-keyframes fadeIn {
  /* line 459, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}

  /* line 462, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @keyframes fadeIn {
  /* line 459, ../_scss/modules/_layout.scss */
  0% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
}

  /* line 462, ../_scss/modules/_layout.scss */
  100% {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
}
 @-moz-keyframes spin {
  /* line 468, ../_scss/modules/_layout.scss */
  to {
 -moz-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @-webkit-keyframes spin {
  /* line 468, ../_scss/modules/_layout.scss */
  to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @-o-keyframes spin {
  /* line 468, ../_scss/modules/_layout.scss */
  to {
 -o-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @-ms-keyframes spin {
  /* line 468, ../_scss/modules/_layout.scss */
  to {
 -ms-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes spin {
  /* line 468, ../_scss/modules/_layout.scss */
  to {
 transform: rotate(359deg);
}
}
/* -------------------------------------------------- */
/* !navigation */
/* -------------------------------------------------- */
/* !responsive menu */
/* line 10, ../_scss/modules/_navigation.scss */
*.touch .main {
	-webkit-transform: translate3d(0, 0, 0);
}
/* line 15, ../_scss/modules/_navigation.scss */
nav ul, footer ul {
  /*margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;*/
  *zoom: 1;
}
/* line 27, ../_scss/global/_grid.scss */
  nav ul:before, nav ul:after, footer ul:before, footer ul:after {
	content: "";
	display: table;
}
/* line 31, ../_scss/global/_grid.scss */
  nav ul:after, footer ul:after {
	clear: both;
}
/* line 22, ../_scss/modules/_navigation.scss */
  nav ul li, footer ul li {/*
    position: relative;
    text-align: left;
    display: inline-block;
    color: #f7faf1;
    font-weight: bold;
    line-height: 60px; */
}
/* line 29, ../_scss/modules/_navigation.scss */
    nav ul li a, footer ul li a {
/* font-family: 'bebasregular';
      font-size: 1em;
      line-height: 1.55556em;
      text-transform: uppercase;
      padding: 0 15px;
      height: 60px;
      line-height: 60px;
      display: block;
      color: #f7faf1;
      white-space: nowrap; */}
/* line 39, ../_scss/modules/_navigation.scss */
      nav ul li a:hover, footer ul li a:hover {
	/*background: #00213c;*/
        color: white;
}
/* line 48, ../_scss/modules/_navigation.scss */

/* line 50, ../_scss/modules/_navigation.scss */
  footer ul li {
	display: block;
	margin-bottom: 5px;
}
/* line 53, ../_scss/modules/_navigation.scss */
    footer ul li a {
	font-size: 16px;
	background: #00213c;
}
@media (min-width: 768px) {
  /* line 60, ../_scss/modules/_navigation.scss */
  footer ul {
/* margin: 60px 0 30px;*/ }
    /* line 63, ../_scss/modules/_navigation.scss */
    footer ul li {
/*margin: 0 10px;
      display: inline-block; */}
      /* line 66, ../_scss/modules/_navigation.scss */
      footer ul li:first-child {
 border: none;
}
      /* line 69, ../_scss/modules/_navigation.scss */
      footer ul li a {
 background: none;
/* font-size: 1.44444em;
        line-height: 2.15385em; */}
}

/* line 77, ../_scss/modules/_navigation.scss */
[role*="navigation"] {
 background: #002646;
 z-index: 99999;
 height: 60px;
 width: 100%;
 overflow: hidden;
 *zoom: 1;
}
 @media (min-width: 1400px) {
    /* line 77, ../_scss/modules/_navigation.scss */
    [role*="navigation"] {
 position: fixed;
}
}
  /* line 27, ../_scss/global/_grid.scss */
  [role*="navigation"]:before, [role*="navigation"]:after {
 content: "";
 display: table;
}
  /* line 31, ../_scss/global/_grid.scss */
  [role*="navigation"]:after {
 clear: both;
}
 @media (min-width: 0px) and (max-width: 599px) {
    /* line 87, ../_scss/modules/_navigation.scss */
    [role*="navigation"] ul {
 width: 100%;
}
      /* line 93, ../_scss/modules/_navigation.scss */
      [role*="navigation"] ul li {
 text-align: center;
}
        /* line 95, ../_scss/modules/_navigation.scss */
        [role*="navigation"] ul li a {
 padding-left: 0;
 padding-right: 0;
}
}
/* line 1, ../_scss/modules/_ui.scss */
.button {
	position: relative;
	background: #194b73;
	font-family: 'bebasregular';
	font-size: 0.83333em;
	line-height: 1.86667em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	color: white;
	display: inline-block;
	width: auto;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	border-bottom: 4px solid #002341;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
  /* line 19, ../_scss/modules/_ui.scss */
  .button [class*="icon"] {
 font-size: 1.75em;
 display: block;
 padding: 0;
 margin: 0;
}
/* line 25, ../_scss/modules/_ui.scss */
  .button:hover {
	background: #00213c;
	color: #f7faf1;
}
/* line 29, ../_scss/modules/_ui.scss */
  .button:active {
	background: #131115;
}
/* line 33, ../_scss/modules/_ui.scss */
  .button.half {
	position: absolute;
	top: 0;
	bottom: 50%;
	left: 0;
	right: 0;
	height: 50%;
	width: 100%;
	display: table;
	background: #2d8900;
	font-size: 1.22222em;
	line-height: 1.27273em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
/* line 46, ../_scss/modules/_ui.scss */
    .button.half > span {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
    /* line 53, ../_scss/modules/_ui.scss */
    .button.half:nth-child(2) {
 background: #267200;
 top: 50%;
 bottom: 0;
}
/* --------------------------------------------------

	VIDEO
	http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	
-------------------------------------------------- */
/* line 7, ../_scss/modules/_misc.scss */
video {
	max-width: 100%;
	height: auto;
}
/* line 12, ../_scss/modules/_misc.scss */
.flex-video {
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 60px;
	overflow: hidden;
}
/* line 20, ../_scss/modules/_misc.scss */
.flex-video.widescreen {
	padding-bottom: 55%;
}
/* line 21, ../_scss/modules/_misc.scss */
.flex-video.vimeo {
	padding-top: 0;
}
/* line 24, ../_scss/modules/_misc.scss */
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------------------

	loading spinner
	
-------------------------------------------------- */
/* line 36, ../_scss/modules/_misc.scss */
.loading {
	position: relative;
	margin: 3% auto;
	width: 60px;
	height: 60px;
	text-align: center;
}
/* line 43, ../_scss/modules/_misc.scss */
  .loading:after {
	position: absolute;
	content: "";
	border-bottom: 8px solid #003764;
	border-left: 8px solid #003764;
	border-right: 8px solid #339900;
	border-top: 8px solid #339900;
	display: block;
	height: 60px;
	width: 60px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-name: spin;
	-moz-animation-name: spin;
	-ms-animation-name: spin;
	-o-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	-ms-animation-duration: 600ms;
	-o-animation-duration: 600ms;
	animation-duration: 600ms;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
/* --------------------------------------------------

	tweaks
	
-------------------------------------------------- */
/* line 65, ../_scss/modules/_misc.scss */
.disable-hover {
	pointer-events: none;
}
/* line 68, ../_scss/modules/_misc.scss */
.iOS_tweaks {
	height: 100vh;
	overflow: scroll;
	-webkit-overflow-scrolling: auto;
}
.button {
	border-top: 1px solid #96d1f8;
	background: #6c9bd3;
	background: -webkit-gradient(linear, left top, left bottom, from(#456287), to(#6c9bd3));
	background: -webkit-linear-gradient(top, #456287, #6c9bd3);
	background: -moz-linear-gradient(top, #456287, #6c9bd3);
	background: -ms-linear-gradient(top, #456287, #6c9bd3);
	background: -o-linear-gradient(top, #456287, #6c9bd3);
	padding: 11.5px 23px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 17px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 5px;
}
.button:hover {
	border-top-color: #6d7987;
	background: #6d7987;
	color: #ccc;
}
.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}
.row.quad {
	max-width: 638px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
	max-width:none;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0;
	overflow:hidden;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:#fff;
}
#colorbox {
	outline:0;
}
#cboxContent {
	margin-top:32px;
	overflow:visible;
	background:#000;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	background:#000;
	padding:1px;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxTitle {
	position:absolute;
	top:-22px;
	left:0;
	color:#000;
}
#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	text-indent:-9999px;
	width:20px;
	height:20px;
	position:absolute;
	top:-20px;
	background:url(images/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}
#cboxPrevious {
	background-position:0px 0px;
	right:44px;
}
#cboxPrevious:hover {
	background-position:0px -25px;
}
#cboxNext {
	background-position:-25px 0px;
	right:22px;
}
#cboxNext:hover {
	background-position:-25px -25px;
}
#cboxClose {
	background-position:-50px 0px;
	right:0;
}
#cboxClose:hover {
	background-position:-50px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right:66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position:-75px -25px;
	right:44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position:-100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position:-100px 0px;
	right:44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position:-75px -25px;
}
/*jay suites*/
		
		.deal-bottom {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 4px solid #ffba3b;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	float: left;
	width: 100%;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.deal-details {
	background: none repeat scroll 0 0 #ffffff;
	padding: 18px 15px ;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.deal-features {
	border-top: 1px solid #dedede;
	float: left;
	padding: 0px 0 0 5%;
	position: relative;
	width: 100%;
}
.accommodation_img {
	/*height: 190px;*/
	overflow: hidden;
	display: block;
}
.deal-features li.active, .deal-features li:hover {
	background: none repeat scroll 0 0 rgba(156, 26, 44, 0.09)
}
.deal-features li {
	/*border-left: 1px solid #dedede;*/
	float: left;
	padding: 14px 10px;
	text-align: center;
	width: 18%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.deal-features > p {
	color: #888888;
	float: left;
	font-size: 12px;
	padding: 14px 0 0;
	width: 45%;
	margin-bottom:0;
}
.deal-features > ul {
	/*float: right;
	width: 55%;*/
}
.deal-features > ul li i {
	color: #888;
}
.deal-features li span {
	display: none;
}
.deal-features ul li a {
	color: #888888;
	font-family: arimo;
	font-size: 20px;
	line-height: 26px;
	text-align:center;
}
.deal-details h3 {
	float: left;
	font-weight: 600;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 0;
	margin-top: 0px;
	font-size: 18px;
}
.deal-details h3 a {
	color:#2C2D2F;
	font-family: 'open_sansbold';
	text-decoration: none;
}
.deal-details p {
	float: left;
	width: 100%;
	font-size: 14px;
	color:#8b8f96;
	margin-bottom: 10px;
}

.acc_cont p{
font-size: 16px;
    line-height: 34px;
    color:#d9d9d1
    }
    
    .roomlist{
    background:#7D191B
    }
.home-accommodation {
	padding: 100px 0;
	margin-bottom: 16px;
}
.home-accommodation h2 {
	font-size:28px;
	margin-bottom: 42px;
	color:#fff;
}
.welcome-txt {
	
	margin:60px -15px;
}
/*.welcome-txt h1, .welcome-txt h4 {
	text-align:center;
}*/
.welcome-txt p {
	margin-bottom: 16px;
}
.deal-details p {
	margin-bottom: 20px;
}
.readmore {
	background-color: #7d191b;
	color: #fff;
	border: none;
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 0;
}
.readmore:hover{
	background-color: #D0D0D0;
	
}
.welcome-txt h4 {
	margin: 0px 0 35px;
	font-size: 18px;
	font-family: 'open_sansbold';
}
.border {
	border-bottom: 1px solid #D0D0D0;
	width: 50%;
	margin: 0 auto 20px;
}
.welcome-txt h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
.brown-title {
	color: #333;
	font-size: 28px;
	    padding: 60px 0 30px;
	
}
.slideshow .brown-title {
	margin-left: 125px;
}

.slideshow {
padding-bottom:60px;
}
#contact h6 {
	color: #333;
	margin-top:0;
	font-size: 1.5em !important;
	line-height: 1.71111em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	text-transform:uppercase;
}
.feature {
	color: #989898;
	background:rgb(125, 25, 27);
}

iframe{
border:0;
}

#contact .italic-para {
	color: #1f892f;
	font-family: 'open_sansitalic';
	font-size:13px;
}
#contact .italic-para2 {
	color: #6e6b6d;
	font-family: 'open_sansitalic';
	font-size:15px;
}
#contact {
	margin: 75px 0;
}
.homepage_text{
	padding:90px 0
}

.homepage_text img{
border:1px solid #ccc;
padding:6px;
}

footer ul li a {
	color: #989898;
	font-size: 14px;
}
footer ul {
	
	font-size: 13px;
	
}
.testimonials {
	width: 100%;
	/*height: 270px;*/
	overflow: hidden;
}
footer .nav-tabs>li>a:hover, footer .nav-tabs>li>a, footer .nav-tabs, footer .nav>li>a:focus {
	background:none;
	border:none;
	outline:none;
}
footer .nav>li>a:active, footer .nav>li>a:focus {
	color:#fff;
}
footer .nav-tabs {
margin: auto;
    
    border-bottom: 1px solid #521213;
    padding: 0 0 6px;

}
.nav-tabs>li {
	float: none;
	display: inline-block;
}
.fotnav-section {
	margin:30px -25px;
	color:#b5afaf;
}
.fotnav-section p a {
	color:#c79596;
	text-decoration:none;
}
.fotnav-section p a:hover {
	color:#fff;
}
.fotnav-section p {
	    color: #c9b8bc;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0px 1px #152538;
    font-weight: 600;
    margin-top: 8px;
}
.close {
	opacity: initial;
}
.slideshow .modal.on i {
	top: 15px;
	position: relative;
}
.fg {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.fg img {
	margin: auto;
	display: block;
}
.owl-prev {
	position: absolute;
	top: 46%;
	z-index: 2;
	font-size:0 !important;
	left:0;
}
.owl-prev:after {
	content:"";
	background: url("../images/prev.png");
	width: 40px;
	height: 45px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	margin-top: 8px;
}
.owl-next {
	position: absolute;
	top: 46%;
	right:0;
	z-index: 2;
	font-size:0 !important;
}
.owl-next:after {
	content:"";
	background: url("../images/next.png");
	width: 40px;
	height: 45px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	margin-top: 8px;
}
.footer-contact {
	text-align: right;
}
.owl-theme .owl-controls .owl-buttons div {
	border-radius: 50px !important;
	background: #9A723B !important;
}
.bg-banner {
	
	overflow: hidden;
	position: relative;
}
.about-pic {
	padding-top: 20px;
	text-align:left;
}
.padding-deluxe {
	padding-left:0;
	padding-right:5px;
}
.padding-single {
	padding-left:0;
	padding-right:5px;
}
.package {
	background: none;
}
.description-room h3 {
	padding-bottom: 0;
	margin-top: 25px;
	line-height: 25px;
}
.description-room h3 a {
	color: #2C2D2F;
	font-family: 'open_sansbold';
	text-decoration: none;
}
.acc-block .description-room h3 a {
	font-size: 20px;
}
.acc-block .description-room h3 {
	margin-top: 10px;
}
.description-room p {
	margin-bottom:0;
	    height: 80px;
    overflow: hidden;
}
.about-accommodation {
	margin: 50px 0 80px;
}
/*.about-pic .aboutimg{margin-right:15px;}*/
	.acc-block .description-room .btn-sm {
	top: 65px;
	position: static;
}
.description-room .btn-sm {
  	background: #7D191B none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding: 2px 20px 2px 10px;
    
}
.rates thead th {
	color: #040404;
	font-size: 13px;
	text-transform: uppercase;
	width: 20%;
	font-family: 'open_sansregular';
	text-align: left;
	padding-left: 15px;
}
.rates tbody td {
	color: #2C2D2F;
	font-family: arimo;
	font-size: 12px;
	text-align: left;
	width: 20%;
	font-family: 'open_sansregular';
	padding: 10px 0px 10px 15px;
}
table.rates thead {
	background-color: #D0D0D0;
	line-height: 45px;
	width: 100%;
}
table.rates {
	width: 80%;
	
}
/*.rates thead th:first-child{    width: 25%;}*/
.rates tbody tr:nth-child(odd) {
 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.38);
}
.welcome-txt.dining p {
	margin-bottom: 40px;
}
.welcome-txt.accommodation {
	margin-bottom: 80px;
	width: 100%;
}
.gallery .row {
	margin:0;
}
.nopadding {
	padding:0;
}
.ammenities-box {
	background: none;
	float: left;
	margin-bottom: 30px;
	overflow: auto;
	padding: 50px 40px 10px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
}
.ammenities-box ul {
	list-style: none;
}
.ammenities-box li {
	float: left;
    line-height: 25px;
    width: 25%;
    vertical-align: top;
    height: 80px;
}
.facilities li img {
	width: 25px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 2px;
}
.sub-packages h4 {
	margin-top: 30px;
}
.sub-packages table.rates {
	width:100%;
}
.normal_btn {
	background: none;
	border: none;
}
.normal_btn a {
	color: #9A713B;
	font-size: 15px;
	background: none;
	border: 1px solid #9A713B;
	color: #9A713B;
	padding: 5px 25px;
}
.description-room .btn-sm a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.navbar-inverse {
	background:none;
	border:none;
}
.about-accommodation h2 {
	margin-bottom: 45px;
}
.ammenities_icon {
	display: inline-block;
	/* float: left; */
    width: 20%;
	height: 35px;
	text-align: center;
	/* padding: 2px; */
    margin: auto;
	vertical-align: top;
	border: 1px solid #9C9595;
}
.ammenities_txt {
	display: inline-block;
	width: 73%;
	font-size: 14px;
	line-height: 21px;
	margin-left: 1em;
	margin-top: -4px;
}
.remove-ext {
	/*float: left;*/
	margin-bottom: 30px;
	width: 100%;
}
.service {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	height:150px;
}
.service img {
	float: left;
	width: 100%;
}
/*.service-box-sec {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
}*/
.icon-box-sec {
	content: "";
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon-box {
	/*position: absolute;*/
	text-align: center;
	top: 50%;
	width: 100%;
}
.service .icon-box img {
	width: 75px;
	float: none;
	margin-bottom: 15px;
}
.icon-box > h3 {
	color: #555555;
	float: left;
	font-size: 15px;
	margin-bottom: 0;
	width: 100%;
	text-transform: uppercase;
}
.service-box-sec .icon-box > h3 > a {
	font-size: 15px;
	margin-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	color: #555555;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}
.icon-box-sec:hover {
	background-color:rgba(255, 255, 255, 0.51);
}
.icon-box-sec:hover:before {
	left: 0px;
	width: 0;
}
.icon-box-sec:before {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: none repeat scroll 0 0 #fff;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bg-banner {
	background-color: #f8f8f8;
}
.block {
	width:100%;
}
.contactform h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}

.contactform select {
	
	background: none repeat scroll 0 0 #F3F3F3;
	border: 0 none;
	color: #5B5B5B;
	float: left;
	font-family: arimo;
	font-size: 12px;
	
	height: 46px;
	padding: 5px 15px;
}
.contactform td span{
	font-size: 12px;
}
.contactform td h4{
	font-size: 12px;
}
.contactform input {
	width: 100%;
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	color: #5B5B5B;
	float: left;
	font-family: arimo;
	font-size: 12px;
	font-style: italic;
	height: 46px;
	padding: 10px 20px;
	width: 100%;
}
.contactform textarea {
	width: 100%;
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	color: #5B5B5B;
	float: left;
	font-family: arimo;
	font-size: 12px;
	font-style: italic;
	height: 100px;
	padding: 10px 20px;
	width: 100%;
}
.contactform .submit {
	border: 0 none;
	color: #770002;
	display: table;
	font-size: 11px;
	font-weight: 700;
	background: #D0D0D0;
	padding: 14px 30px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navbar-inverse {
	border-color: rgba(8, 8, 8, 0) !important;
	background: rgba(255, 0, 0, 0) !important;
}
.deal-details h3 a {
	line-height: 27px;
}
.submit:hover, button.readmore:hover, .submit:hover a {
	
	background: rgba(255, 255, 255, 0.71);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.description-room .btn-sm:hover {
	background: #D0D0D0;
	color: #000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.footer-btn {
	    margin-top: 30px;
    background: none;
    color: #456f7d;
    border: 1px solid #456f7d !important;
    border-radius: 0;
    margin-bottom: 30px;
}
.footer-btn a {
	color: #ffffff;
	text-decoration: none;
}
.block .welcome-txt {
	width:100%;
	margin-bottom:50px;
}
.testimonial-listing {
	float: left;
	width: 100%;
}
.testimonial-listing .testimonial {
	margin-bottom: 100px;
}
.testimonial {
	background: url("../images/testimonial-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 5px solid #ffffff;
	float: left;
	width: 100%;
	margin-bottom: 38px;
	padding: 30px 33px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.testimonial > h4 {
	color: #444444;
	float: left;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
	font-family: arimo;
}
.testimonial > p {
	color: #555555;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	width: 100%;
}
.testimonial-listing .testimonial > span {
	padding-left: 200px;
	text-align: center;
}
.testimonial-listing .client {
	display: inline-block;
	float: none;
	left: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.client {
	height: 88px;
	width: 88px;
	overflow: hidden;
	position: absolute;
	bottom: -70px;
	left: 40px;
}
.testimonial:before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.96;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.fg img {
	display: inline-block;
	background: rgba(250, 235, 215, 0.72);
	position: absolute;
	left: 50%;
	padding: 28px 24px;
	margin-left: -90px;
	margin-top: 10px;
}
.popup {
	background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	z-index: 100000000;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 70px;
}
.popup-form {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
.popup-form .parallax-reservation {
	background: rgba(0, 0, 0, 0) url("../images/parallax1.jpg") repeat scroll 0 0;
	border-radius: 3px;
	display: inline-block;
	float: none;
	margin: 0 5%;
	overflow: hidden;
	padding: 40px 80px;
	vertical-align: middle;
	width: 89%;
	z-index: 1;
}
.parallax-reservation {
	float: left;
	position: relative;
	width: 100%;
	padding: 0 120px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.popup-form .parallax-reservation:before {
	background: #ffffff;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.9;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.parallax-reservation > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	color: red;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.parallax-reservation > h3 {
	float: left;
	width: 100%;
	color: #414140;
	font-weight: 700;
	margin-bottom: 10px;
}
.parallax-reservation > p {
	float: left;
	width: 100%;
	color: #605e5e;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 40px;
}
.parallax-reservation form {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
.parallax-reservation form .row > div {
	margin-bottom: 30px;
}
.parallax-reservation label {
	color: #646464;
	float: left;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.field, .form-field {
	float: left;
	width: 100%;
	position: relative;
}
.parallax-reservation .field input {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border: 1px solid #c5c5c5;
	color: #6f6f6f;
	font-family: open sans;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.field input {
	background: none repeat scroll 0 0 #313131;
	border: 0 none;
	color: #808080;
	float: left;
	font-family: arimo;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.5px;
	padding: 14px 30px 14px 20px;
	text-transform: uppercase;
	width: 100%;
}
.parallax-reservation .field i {
	font-size: 13px;
	top: 13px;
}
.field i, .form-field i {
	bottom: 16px;
	color: #7a7a7a;
	font-size: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	width: 16px;
}
.parallax-reservation .field select {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border: 1px solid #c5c5c5;
	color: #6f6f6f;
	font-family: open sans;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.field select {
	background: none repeat scroll 0 0 #313131;
	border: 0 none;
	color: #808080;
	float: left;
	font-family: arimo;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.5px;
	padding: 14px 30px 14px 20px;
	text-transform: uppercase;
	width: 100%;
}
.parallax-reservation button {
	background: none repeat scroll 0 0 #D0D0D0;
	border: 0 none;
	color: #770002;
	font-size: 13px;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 0;
}
.parallax-reservation button:hover {
	background: rgba(255, 255, 255, 0.71);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	color:#D0D0D0;
}
.dropdown a.dropdown-toggle span {
	margin-left:8px;
}
.readmore a {
	color:#770002;
	text-decoration:none;
}
.readmore:hover a {
	color:#D0D0D0;
}
.grid.slideshow .prev, .grid.slideshow .next {
	display: none;
}
.topbar-btn {
	height: 30px;
	width: 100px;
	text-align: center;
	display: block!important;
	padding: 8px!important;
	text-decoration:none;
}
a.topbar-btn {
	text-decoration:none;
}
label.error {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	display: table;
}
#message {
	font-size: 16px;
	font-weight: bold;
}
#success-msg {
	margin-bottom: 20px;
}
/* end jay suites*/

.menu_wrapper {
	background: none repeat scroll 0 0 rgb(125, 25, 27);
/* 	height: 52px; */
	z-index: 4;
	width: 100%;
	position:absolute;
}
.menu_wrapper .navbar-default {
	background: none !important;
	border: 0px solid #fff !important;
}
.menu_wrapper .navbar-nav {
	float: right !important;
	margin: 0;
}
.navbar-brand>img {
	position:relative;
	z-index:5;
	/*width: 115px;*/
}
.navbar-nav>li>a {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 14px;
}

.homepage_text{
background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: 0 62px;
}
.navbar-default .navbar-nav>li>a {
	color:#e4b4b6 !important;
}
.navbar-default .navbar-nav>li>a:hover {
	color:#7D191B !important;
	background:#D0D0D0 !important;
}
.navbar-nav>li.active a {
	color:#770002 !important;
	background:#D0D0D0 !important;
}
.tripadviser {
	margin-top: 25px;
}
.navbar-nav>li {
	margin-left:1px !important;
}
.navbar-default .navbar-brand {
	/*background: none repeat scroll 0 0 rgba(248, 248, 248, 1);
	
	height: 130px;*/
	padding:0;
	display: block;
	height:auto;
	position: absolute;
	z-index: 5;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
}
.navbar-default .navbar-brand:hover {
	background: none repeat scroll 0 0 rgba(248, 248, 248, 1) !important;
	display: block;
	height: 70px;
	position: absolute;
	z-index: 5;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	z-index: 5;
	border: 1px solid transparent;
}
.navbar-default .navbar-toggle {
	/*border-color: #997039;
	background: #997039;*/
	background:transparent;
	border-color:transparent;
	margin-right:0;
}
.navbar-default .navbar-toggle:hover {
	opacity:0.8;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D0D0D0 !important;
}
body .dropdown-menu {
	background:rgba(244, 245, 244, 0.90);
	margin:0 !important;
	padding:0;
}
.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px !important;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-bottom:1px solid rgba(150, 114, 67, 0.52);
}
.navbar-nav>li.dropdown:hover .dropdown-menu{ display:block;} 




/*mobile*/
@media (max-width: 480px) {
 .navbar-brand>img {
position: relative;
z-index: 5;
width: 100px !important;
}
 .navbar-default .navbar-brand {
height: 35px !important;
left: 50%;
margin-left: -55px !important;
}
 .navbar-default .navbar-brand:hover {
height: 35px !important;
left: 50%;
margin-left: -55px !important;
}
}
@media (max-width: 767px) {
.navbar{margin-bottom: 10px;}
.fotnav-section{    margin: 0px -25px;}
.home-accommodation{    padding: 35px 0;}
.brown-title{padding: 35px 0 0px;}

.popup-form .parallax-reservation{margin:0;width:auto;}
 .fg img {
position: static;
 margin: auto;
 display: block;
 padding: 5px;
 width: 25%;
}
 .owl-next:after {
width: 20px;
 height: 25px;
}
 .owl-prev:after {
width: 20px;
 height: 25px;
}
 .welcome-txt {
 width: 100%;
     margin: 35px 0 20px!important;
}
.table{display: block;overflow-x: auto;}
.inpur .mrgb15{    margin-bottom: 60px !important;}
table.rates{width: 100%;display: block;overflow-x: scroll;}
.rates tbody td,.rates thead th{font-size:10px;padding-left: 5px;}
.slideshow{    padding-bottom:0px; }
.testmonial {padding-bottom: 25px;}
.description-room p{height: 60px;}
.description-room .btn-sm{    margin-top: 0px; }
.welcome-txt h1 {
font-size: 30px;
margin-bottom: 20px;
}
.welcome-txt h4 {
margin: 0px 0 20px;
line-height: 24px;
}
 .border {
width: 70%;
}
 .deal-bottom {
margin-bottom: 50px;
}
 .accommodation_img {
 height: 138px;
}
 .slideshow .brown-title {
 margin-left: 0px;
 text-align: center;
}
 .testimonials {
 width: 100%;
 text-align: center;
}
 #contact .img-circle {
margin:auto;
display:block;
width:80px;
}
 .footer-contact iframe {
width: 100%;
}
 footer ul li a {
background:none;
}
 footer ul {
text-align: center;
 margin: 33px 10px 0;
}
 .fotnav-section p {
width: 61%;
 text-align: center;
 margin: 10px auto;
}
 .nav>li>a {
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navbar-default .navbar-nav>li>a{color:#7d191b!important}


.homepage_text {
    padding: 0px 0 40px;
}
 .tile {
width: 100%;
 height: 250px;
}
 .grid .modal {
display:none;
}
 .tile:after {
background:none;
}
 .bg-banner {
 height: 160px;
}
 .bg-banner img {
height: 160px;
 max-width: 768px!important;
 display: block;
 overflow: hidden;
}
 .about-pic .aboutimg {
margin-right: 0px;
 margin-bottom: 20px;
}
 .about-pic {
 padding-bottom: 0;
}
 .package {
margin-bottom: 15px;
}
 .acc-block .description-room .btn-sm {
position: static;
margin-top: 10px;
padding: 3px 20px 3px 20px;
}
 .footer-contact {
 text-align: center;
}
 .ammenities-box li {
width: 100%;
height: 55px;
}
	/*.padding-single { padding-right: 0;}*/
	.acc-block .description-room h3 a {
 font-size: 17px;
}
 .padding-deluxe, .padding-single {
padding: 0px;
}
 .description-room p {
 margin-bottom: 20px;
}
.package img {
width: 100%;
}
.description-room .btn-sm {
bottom: -8px;
}
.home-accommodation h2, .about-accommodation h2 {
margin-bottom: 25px;
font-size: 30px;
}
.info p {
margin:20px 0;
}
.contact-map iframe {
width: 435px;
}
a.nav-expander.fixed {
font-size: 0;
 background: none;
right: -95px!important;
 margin-top: 12px;
}
 a.nav-expander.fixed i {
font-size: 25px;
 color: #fff;
}
 .beta {
width: 15%;
}
 .acc-block .description-room h3 {
line-height: 18px!important;
}
 .acc-block .description-room p {
 margin-bottom: 0!important;
}
 .icon-box > h3 {
margin-top: 0;
}
 .contactform .submit {
padding: 7px 10px;
}
 .popup-form .parallax-reservation {
padding: 20px;
}
 .field, .form-field {
margin-bottom: 30px;
}
 .popup {
padding-top: 30px;
}
 .menu_wrapper .navbar-nav {
 float: none !important;
 margin: 0;
 background: #f5f5f4;
}
.tripadviser {
display:none;
}
.navbar-default .navbar-brand {
 background: none repeat scroll 0 0 rgba(248, 248, 248, 1);
 display: block;
 height: 130px;
 position: absolute;
 z-index: 5;
 box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
 left: 50%;
 margin-left: -75px;
}
}

/*ipad portrait*/
@media (min-width: 768px) and (max-width: 991px) {
 .description-room h3 {
height: 60px;
width:200px;
}
 .description-room .btn-sm {
top: 25px;
}
 .welcome-txt h4 {
line-height: 24px;
}
 .accommodation_img {
height: auto;
}
 .deal-details h3 {
font-size: 20px;
 line-height: 22px;
}
 .deal-features > ul {
width: 75%;
}
 .deal-features > p {
width: 25%;
}
 .footer-contact iframe {
width: 330px;
}
	/*.owl-item{width:auto!important; }
	.owl-wrapper-outer{height:600px!important;}*/
	.bg-banner {
 height: 228px;
}
 .padding-single {
 padding-left: 0;
 padding-right: 0;
}
 .padding-deluxe {
 padding-left: 0;
 padding-right: 0;
}
 .package {
margin: 0 0px;
}
 .description-room p {
 margin-bottom: 20px;
}
 .ammenities-box li {
width: 44%;
}
 .ammenities_icon {
width: 19%;
}
 .normal_btn a {
padding: 5px 15px;
}
 .package img {
width:100%;
}
 .service .icon-box img {
 width: 50px;
margin-bottom: 7px;
 margin-top: 7px;
}
 .icon-box > h3 {
margin-top: 0;
}
 .slideshow .brown-title {
margin-left:30px;
}
 .acc-block .description-room h3 {
width:auto;
}
 .contact-map iframe {
width: 768px;
}
 footer .nav-tabs {
 width: 79%;
}
 .contactform .submit {
padding: 14px 15px;
}
 .service-box-sec .icon-box > h3 > a {
font-size: 14px;
}
 .popup {
padding-top: 240px;
}
 .fg img {
width: 18%;
 padding: 10px;
}
 .navbar-nav>li>a {
 padding-top: 18px !important;
 padding-bottom: 14px !important;
 padding-left: 10px !important;
 padding-right: 9px !important;
 font-size: 14px;
}
.tripadviser {
display:none;
}
 .navbar-brand>img {
position: relative;
z-index: 5;
width: 90px !important;
}
 .navbar-default .navbar-brand {
height: 100px !important;
}
 .navbar-default .navbar-brand:hover {
height: 90px !important;
}
}
/*ipad landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
 .fg img {
padding: 10px;
}
 .description-room h3 {
height: 60px;
width: 200px;
margin-top: 20px;
}
 .description-room .btn-sm {
top: 25px;
}
 .accommodation_img {
 height: 160px;
}
 .deal-details h3 {
font-size: 18px;
}
 .footer-contact iframe {
width:440px;
}
 .bg-banner {
 height: 300px;
}
 .padding-single, .padding-deluxe {
padding: 0px;
}
 .package img {
width: 100%;
}
 .package {
margin: 0;
}
 .ammenities-box li {
width: 46%;
}
 .acc-block .description-room h3 {
height: 40px;
width:auto;
}
 .description-room p {
 margin-bottom: 20px;
}
 .description-room .btn-sm {
padding: 2px 10px 2px 10px;
}
 .acc-block .description-room h3 a {
 font-size: 18px;
}
 .description-room h3 a {
font-size: 22px;
}
 .normal_btn a {
padding: 5px 15px;
}
 .description-room p:nth-child(2) {
height:40px;
 overflow: hidden;
}
 .contact-map iframe {
width: 1024px;
}
 footer .nav-tabs {
 width: 61%;
}
 .icon-box > h3 {
margin-top: 0;
}
 .popup {
padding-top: 160px;
}
}
/*only desktop and more*/
@media (min-width: 1200px) {
 .paddingleft-zero {
padding-left: 0;
}
 footer .nav-tabs>li:first-child>a {
padding-left:0px;
}
 footer .nav-tabs>li:last-child>a {
padding-right:0;
}	
/*	.about-pic p{margin-left:15px;}*/
		.about-accommodation .package:nth-child(1) {
margin-right:15px;
}
 .about-accommodation .package:nth-child(2) {
margin-left:15px;
}
 .description-room h3 {
width: 200px;
padding-bottom: 10px;
}

 .acc-block .description-room .btn-sm {
padding: 2px 10px 2px 10px;
}
 .about-pic {
padding-bottom: 40px;
}
 .accomo-margin {
margin-bottom: 150px;
}
 .testimonial-listing .testimonial > p {
 padding: 0 90px;
}
 .acc-block .description-room h3 a {
 font-size: 21px;
}
 .tile {
padding-top: 16.33333%!important;
 width: 24.999%!important;
}
 .apartment-table {
width:80%!important;
}
}
.modal.on {
	display: block;
}
.fancybox-custom .fancybox-skin {box-shadow: 0 0 50px #222;}
.galleryb{ margin: 0 !important;padding: 10px !important; position:relative;}
.galleryb a{ display:block; position:relative;}
.galleryb a:hover{ opacity:0.6;}

.centered{float:none;margin:auto;}

.social_network{
	    position: fixed;
    right: 10px;
    top: 20%;
    z-index:1;
}

.social_network img{width:2.4em}
.social_network div{text-align:center;}
.social_network .googleplus{padding-right:1px;padding-top:3px}
.social_network .googleplus img{width:2.1em}
.social_network .tripadvisor{padding-top:3px}
.bg-banner{z-index:1;position:relative;}
.bg-banner img{width:100%}

.pdr0{padding-right:0;}
.other_amn .ammenities_txts{
	    height: 70px;
    display: block;
    font-size: 14px;
    background: rgba(255,255,255,0.4);
    padding: 15px;
    margin-bottom: 15px;
}

.onlinebooking .form-inline span {
	width:21% !important;
	display: inline-block;
}
.onlinebooking .form-inline span input {
	width:100% !important;
	background:rgba(255, 255, 255, 0.76);
}
.onlinebooking {
	background:#7D191B;
	padding: 0px ;
}
.apih2_heading {
	color: #fff;
	font-size: 25px;
	position: relative;
	top: 22px;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
	color:#fff;
}
.apih2_heading {
	width: 23%;
	display: inline-block;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
	width: 9% !important;
	display: inline-block;
	display:none;
}
.onlinebooking .form-inline span.field_check_in {
	margin-right: 2%;
	position: relative;
	top: 15px;
}
.onlinebooking .form-inline span.field_check_in:before {
	content: "Check In:";
	color: #fff;
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	padding: 4px 5px 2px 1px;
	margin-top: 4px;
	font-weight: 700;
}
.onlinebooking .form-inline span.field_check_out {
	margin-right:2%;
}
.onlinebooking .form-inline span.field_check_out:before {
	content: "Check Out:";
	color: #fff;
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	padding: 4px 5px 2px 1px;
	margin-top: 4px;
	font-weight: 700;
}
.onlinebooking .form-inline span.check-availability-btn {
	width: 13% !important;
	display: inline-block;
	    top: 15px;
    position: relative;
}
.onlinebooking .form-inline span.check-availability-btn button {
	background: #d2913b;
	border: 1px solid #d2913b;
	color: #fff;
}
.apih2_heading:after {
    content: "Instant Confirmation";
    color: #fff;
    font-size: 11px;
    display: block;
    letter-spacing: 1px;
    padding: 4px 5px 2px 7px;
    /* animation-name: color_change; */
    /* animation-duration: 3s; */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /* background-color: #D2913B; */
    width: 150px;
    margin-top: -2px;
    line-height: 8px;
    margin-left: 2px;

}
.apih2_heading:after:hover {
 color:#fff;
}
 @-webkit-keyframes color_change {
 from {
background-color: #D2913B;
}
to {
	background-color: #fff;
	color:#A77A3F;
}
}
 @-moz-keyframes color_change {
 from {
background-color: #D2913B;
}
to {
	background-color: #fff;
	color:#A77A3F;
}
}
 @-ms-keyframes color_change {
 from {
background-color: #D2913B;
}
to {
	background-color: #fff;
	color:#A77A3F;
}
}
 @-o-keyframes color_change {
 from {
background-color: #D2913B;
}
to {
	background-color: #fff;
	color:#A77A3F;
}
}
 @keyframes color_change {
 from {
background-color: #D2913B;
}
to {
	background-color: #fff;
	color:#A77A3F;
}
}
.modal-header {
	border-bottom: 1px solid #D0D0D0 !important;
	background: #D0D0D0 !important;
}
.table-block th {
	background: #B18343 !important;
}
.roomtypes ul.list-unstyled li.roomtitles a {
	color:#D0D0D0 !important;
}
.btn-primary {
	background-color: #D0D0D0 !important;
	border-color: #D0D0D0 !important;
	color: #770002;
}
.roomdetailpage_title {
	color: #D0D0D0 !important;
}
.thirdtitle {
	color: #D0D0D0 !important;
}
.roomdetailpage th {
	background: #B18343 !important;
	color: #fff;
}
#api_booking_form label.error {
	color:#fff;
}
.onlinebooking .form-inline span.field_check_out {
	position: relative;
	top: 15px;
}
.onlinebooking .modal .close {
    top: 18px;
    right: 10px;
    background: none;
    height: 19px;
    overflow: hidden;
    border: 0;
    opacity: 1;
}


 @media (max-width: 480px) {
body .onlinebooking {
padding: 0px 0 25px 0px;
position: relative;
margin-top: -1px;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
width: 100% !important;
display: inline-block;
}
.apih2_heading {
width: 100%;
display: inline-block;
margin-bottom: 15px;
}
.onlinebooking .form-inline span {
width: 100% !important;
display: inline-block;
}
.onlinebooking .form-inline span input {
width:100% !important;
background:rgba(255, 255, 255, 0.76);
margin-bottom:10px;
}
.onlinebooking .form-inline span.check-availability-btn {
margin-top:10px;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
display:none !important;
}
}
 @media (min-width: 480px) and (max-width: 768px) {
body .onlinebooking {
padding: 0px 0 25px 0px;
position: relative;
margin-top: -1px;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
width: 20% !important;
display: inline-block;
}
.apih2_heading {
width: 100%;
display: inline-block;
margin-bottom: 8px;
}
.onlinebooking .form-inline span {
width: 37% !important;
display: inline-block;
margin-right: 0px !important;
}
.onlinebooking .form-inline span {
margin-top:5px;
}
.onlinebooking .form-inline span input {
width:100% !important;
background:rgba(255, 255, 255, 0.76);
}
.onlinebooking .form-inline span.check-availability-btn {
margin-top:10px;
}
.apih2_heading:after {
display: inline-block;
margin-top: -5px;
margin-left: 15px;
position: relative;
top: -2px;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
display:none !important;
}
.onlinebooking .form-inline span.field_check_out {
position: relative;
top: 3px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.apih2_heading {
width: 30%;
display: inline-block;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
display:none;
}
.onlinebooking .form-inline span.check-availability-btn button {
display: inline-block;
padding: 6px 8px;
margin-bottom: 0;
font-size: 13px;
}
.onlinebooking .form-inline span {
width: 23% !important;
display: inline-block;
}
.onlinebooking .form-inline span.field_check_out {
position: relative;
top: 3px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.apih2_heading {
width: 28%;
display: inline-block;
}
.onlinebooking .form-inline span.label_check_in, .onlinebooking .form-inline span.label_check_out {
display:none;
}
.onlinebooking .form-inline span.field_check_out {
position: relative;
top: 3px;
}
}

.deal-features > span {
    font-size: 14px;
}
.validate-has-error {
    color: #f00;
    font-size: 12px;
}
.gallery{
    padding-bottom: 90px;
}

.gallery .title{
padding-bottom:30px;
}

div.facebook{ padding-bottom: 5px; }

.fancybox img{
    border: 1px solid #d0d0d0;
    padding: 6px;
}

.box13 .ammenities_icon{border:0;}