@charset "UTF-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-decoration:none;
	font-family: 'Quattrocento Sans', sans-serif;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


.white{
	color:#FFF;	
}

a{
	  color: #007663;
	  -webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

a:hover{
	  color: #00C2A2;
}

#section-2 p{
	font-size:20px;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div {
display: block;
position:relative;
}

footer{
	background:	url(../images/footer_bg.png) top left no-repeat #262626;	
	background-size:contain;
}

.padding-sm-container{
	padding-top:15px;
	padding-bottom:15px;	
}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

::selection {
	background: #007663;
	text-shadow: none;
	color:#FFF;
}

#sidebar{	
    display: block;
    width: 100%;
    background-color: #EBEBEB;
    padding: 10px;

}

#sidebar ul{
	padding-bottom:10px;	
}

#sidebar ul li{
	display:block;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #dddddd;
}

#sidebar ul li:last-child{
	border-bottom:none;
}
#sidebar ul li a{
	font-size:14px;
	font-weight:bold;
}

#sidebar h3{
	font-size:20px;
	font-eight:bold;
	text-align:left;
	color:#555;
}

.featured-headers h3{
	font-size: 24px;
    font-weight: bold;
    text-align: left;	
}


div{
	display:block;
}

.fright{
	float:right;	
}

.fleft{
	float:left;	
}

p{
	font-size:14px;	
}
.center-text{
	text-align:center;	
}

ol, ul{
	list-style:none;	
}

h1,h2,h3, h4{
	text-align:center;	
}

h1{
	font-size:54px;
	font-weight:bold;	
}

h2{
	font-size:34px;
	font-weight:bold;
}

h3{
	font-size:30px;	
}

h4{
	font-size:24px;	
}

h5{
	font-size:16px;	
}

p{
	font-size:15px;	
}
.wrapper{
	overflow:hidden;
	margin: 0 auto;	
}

body, html{
	background:	#262626;
	color:	#adb3ba;
	font-size:13px;
	height:100%;
}

header{
	background:rgb(41, 25, 48);
	background:rgba(41, 25, 48, .75);
	
}

.header-container{
	width:100%;	
	margin:0 auto;

}

.logo{
	float:left;
	display:block;
	position:relative;
	z-index:2000;
}

.logo img{
	max-width:82px;
	float:left;
	display:inline-block;
	float:left;
}

.logo .titles{
	display:inline-block;
	float:left;
	margin-top:15px;
	margin-left:5px;
	text-transform:uppercase;
	
}

.titles h3{
	color:#007663;	
	text-align:left;
}

.titles h4{
	color:#e39f15;
	text-align:left;
}

#navigation {
padding: 15px 15px 15px;
background: #FFF;
transition-duration:.25s;
transition-delay:.25s;
opacity:1;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

#navigation.hide-offscreen {
    transform: translate3d(0,-81px,0);
    -ms-transform: translate3d(0,-81px,0);
    -webkit-transform: translate3d(0,-81px,0);
    opacity: 0;
}

.icon-bar{
	background-color: #000;
	height:2px;	
}

.nav li a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;
	color:#000;
	opacity:.75;	
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
	font-size:13px;
}
.nav li a:hover{
	color:#000;
	opacity:1;
	background:none;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

.nav li a.active{
	opacity:1;
	background:none;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li a.active:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=1);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	width:100%;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li a:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;
	padding-top: .25em;
	border-bottom:1px solid #FFF;
	display: block;
	content: '';
	width: 0;
	margin: 0 auto;
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
	width:100%;
	opacity:0;
}

nav ul li a:hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	width:100%;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li .header-button:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	padding-top: 0px;
	border-bottom: none;;
	display: block;
	content: '';
	width: 0;
	margin: 0 auto;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	width:none;
	opacity:1;
}

nav ul li a:hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

nav ul li a:focus{
	background-color: #b64c79;
	text-shadow: none;
	color:#000;	
}

.divider{
	color:#5e3b6d;
}

.divider:after{
	content: '|';
	margin-right: 15px;
	margin-top: 15px;
	font-size: 16px;
	display: block;
}

input[type=text], textarea{
	background-color: #eeeeee;

	border-radius: 0px;
	font-size: 18px;	
	height:45px;
}

textarea{
	line-height: 1.42857143;
	color: rgb(85, 85, 85);
	text-shadow: none;
	width: 485px;
	height: 244px;
	margin: 0px;
	border: 1px solid #cccccc;
	padding: 10px;
}
.header-button{
	background:#fff !important;
	display: inline-block !important;
	padding: 6px 11px !important;
	font-size: 13px !important;
	line-height: 1.428571429 !important;
	margin-top: 8px !important;
	color:#000 !important;
	border:2px solid #fff !important;
	opacity:1 !important;
}

#section-4{
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

footer a:hover{
	color:#fff;
}

.header-button:hover{
	background-color:transparent !important;
	color:#fff !important;
}

.header-button:hover:after{
	border:none !important;
}

.light-header{
	color:#FFF;
	text-shadow:1px 1px #000;	
}

.dark-header{
	color:#000;	
}

.darkgrey-header{
	color:	#5f5f5f;
}

h4.light-header{
	text-shadow:none;	
}

p.light-header{
	text-shadow:none;	
}

.lightgrey-header{
	color:#f4f4f4;
	text-shadow:1px 1px #000;	
}

.header-pad{
	padding-top: 38px;
	background:#FFF;
}

.grey-header{
	color:#cccccc;
	text-shadow: 1px 1px black;	
}

#section-1 .image-wrap{
	background: url(../images/bg-clear.jpg) top center fixed #fff;
	background-size:cover;	
	position:relative;
}

#section-1 .image-wrap.packages{
	background: url(../images/packages.jpg) top center fixed #fff;
	background-size:cover;	
}

#section-4 .image-wrap{
	background:url(../images/bg-clear.jpg) center center;
	background-size:cover;
	position:relative;
}

.black-overlay{
	background-color:rgba(0,0,0,.5);
}

.black-overlay.darker{
	background: rgba(0,0,0,.85);	
}

.semigrey-header{
	color: #dddddd;	
}
#section-5{
	background-color:#FFF;	
}
#section-1 .black-overlay{
	background-color:rgba(0,0,0, .2);
}

#section-2{
	background: url(../images/curve-bg-top.png) top center no-repeat;
	  background-size: cover;
	  margin-top: -70px;
	  min-height: 500px;
	  z-index: 9;
	  position: relative;
}

#section-3{
	background-color:#FFF;	
}
.subtitle{
	margin-bottom:15px;	
}

.subtitle img{
	margin:0 auto 30px;	
	display:block;
}

.padding-lg{
	padding:50px 0;	
}

.padding-md{
	padding:30px 0;	
}

.padding-sm{
	padding:15px 0;	
}

.left{
	text-align:left;	
}

.btn-clear{
	color:#FFF;
	text-shadow:1px 1px #000;
	background-color:transparent;
	border:3px solid #FFF;	
}

.btn-clear:hover{
	background-color:#000;
	color:#fff;	
}

.btn-primary{
	text-shadow:1px 1px #000;
}

.btn-primary.border{
	border:3px solid #007663;	
}

.open > .dropdown-head {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	left: inherit;
}

.hidden-768{
	display:none;	
}

.btn{
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
}

.logo{
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
}
/* Default styles first then media queries */

nav{
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
}

.logo img{

}

.btn-response{
	font-size:13px;	
}

div p{
	margin:15px 0;	
}

div p:first-child{
	margin-top:0;	
}

div p:last-child{
	margin-bottom:0;	
}

.bold{
	font-weight:bold;	
}

.smallpadding{
	padding: 0 3px !important;
	margin:0 !important;	
}

.padding-xs{
	padding:5px 0;	
}

.shrinknav{
	padding:0 15px 0 !important;
}

.item > .active{
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;	
}

.carousel-indicators .active{
	background-color:#fff;	
}

.carousel-indicators li {
	border:2px solid #FF00A3;
	width:15px;
	height:15px;
}

.carousel-indicators .active {
	width: 17px;
	height: 17px;
}

.carousel-indicators {
	bottom: -10px;
}

#section-1 .solid{
	background-color:#791a42;	
}

#section-3.lightgrey, #section-1.lightgrey{
	background-color: #F8F8F8;
}

.darkpink{
	color:#571330;
	text-shadow:none;
}

.whitebg{
	background-color:#FFF;
	border: 1px solid #D5D5D5;
}

.div-rounded{
	border-radius:5px;
}

.column_first, .column_first:after, .clear {
	clear: both;
}

.feature-box {
	clear: both;
}

.feature-box .feature-box-icon {
	background-color: #2d8dc3;
}

.feature-box .feature-box-icon {
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 40px;
}

.feature-box .feature-box-icon.smallicon{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 30px;
}


.feature-box .feature-box-icon.large{
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 60px;
}

.feature-box .feature-box-icon i{
	font-size:20px;
	margin-top: 10px;	
}

.feature-box .feature-box-icon.large i{
	font-size: 30px;
margin-top: 15px;	
}



.feature-box .feature-box-icon.smallicon i{
	font-size:15px;
	margin-top:7px;	
	margin-left:1px;
}
.feature-box-info{
	padding-left:50px;	
}


.feature-box-info.large{
	padding-left:70px;
	padding-top:15px;
}

.light-form input[type=text]{
	background-color:#FFF;
}

.light-form textarea{
	background-color:#FFF;	
}


.bumper{
	padding-top:31px;	
}


h1.main-head{
	font-size:90px;	
}

h2.main-head{
	font-size:70px;
}

.featured-headers h1{
	  color: #007562;	
}

.featured-headers h4{
	  color: #909090;
}

.splitter{
	background:#007663;
	border-top:30px solid #FFF;
	border-bottom:30px solid #FFF;
	padding:15px 0;
	position: relative;
		
}

.noborder{
	border-top:0;
	border-bottom:0;	
}

.gold{
	background:#E29D15;;	
}
.main-nav{
  display: block;
  position: fixed;
  top: 117px;
  width: 100%;
   z-index: 20;
  background: #000;	
    min-height: 0px;
}

#menu-mainnav li > a{
	text-transform:uppercase;	
}

#bottom-nav{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
}

#bottom-nav ul{
	padding:0;	
}

#bottom-nav ul li > a{
	color:#fff;	
	padding-top: 0px;
  padding-bottom: 5px;
  
}

#bottom-nav .navbar-nav > li > .dropdown-menu { background-color: #000; 
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;	
	
}


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent !important;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color:transparent !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:transparent !important;	
}

.navbar-default .navbar-toggle .icon-bar {
	background-colo:transparent !important;	
}

#bottom-nav ul li:first-child a{
	padding-left:0px;
}
.hidden-min-767{
	display:none !important;	
}

.hidden-max-767{
	display:block;	
}


#bottom-nav ul li .dropdown-menu li:first-child a{   padding: 20px 20px; }

#bottom-nav ul li .dropdown-menu li a{   padding: 20px 20px;background:#FFF;
	color:#000;	
	opacity: 1;}

#bottom-nav ul li .dropdown-menu li a:hover{
	background:#000;
	color:#FFF;
}

.bkn {
   position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 148px;
  cursor: pointer;
  background: #007663;
  z-index: 1040;
  -webkit-transition: 1500ms ease-in-out;
  -moz-transition: 1500ms ease-in-out;
  -o-transition: 1500ms ease-in-out;
  transition: 1500ms ease-in-out;
}

.bkn:after{
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: ' ';
  border-top: 15px solid #007663;
  position: relative;
  margin: 30px auto 0;
  -webkit-transition: 1500ms ease-in-out;
  -moz-transition: 1500ms ease-in-out;
  -o-transition: 1500ms ease-in-out;
  transition: 1500ms ease-in-out;
    margin: 52px auto 0;
}
.bkn-yellow{
	background:#00bfa0;
}

.bkn-yellow:after{
	border-top: 15px solid #00bfa0;
}


.bkn:hover {
	background:#e39f15;
	 -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.bkn:hover:after{
	 border-top: 20px solid #e39f15;
	 	 -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.bkn p{
	display:block;
	margin:0 auto;
	text-align:center;
	width:100%;
	margin-top:5px !important;
	color:#FFF;	
	font-weight:bold;
	
}

.contentCallout-right{
	float:right;
  padding: 6px 0 0;
  width: 65.8%;
  margin: 0 0 20px 4%;	
  z-index:9;
}

.contentCallout-img {
  background: #000;
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
}
.contentCallout-img.full img{
	margin: 0 0 0 0;		
}

.hidden-max-1200{
	display:inherit;	
}

.package-item-block{
	min-height:560px;	
}

@media (max-width:1199px){
	.hidden-max-1200{
		display:none;	
	}
	
	.package-item-block {
		min-height: 325px;
	}
	
	.featured-headers h2{
		font-size:24px;	
	}
}

.contentCallout-img.full img.addpad{
	margin: 0 0 -6px 0;
}
.contentCallout-img.full{
	height:auto;
	width:100%;	
}

.contentCallout-text {
  position: absolute;
  z-index: 1;
  top: 167px;
      left: 0;
  width: 100%;
    overflow: hidden;
}

.contentCallout-text .texth3 {
  margin: 0px;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 0 0 0 7px;
  text-align: center;
  display: block;
}

.contentCallout-text .texth4 {
  width: 100%;
  float: left;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  display: block;
}


.contentCallout-img img{
	width:100%;
	cursor:pointer;
	margin: 0 0 -6px 0;
}

.contentCallout-img .img-hover{
	-webkit-transition: 150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	opacity:.7;
}

.contentCallout-img .img-hover:hover{
	-webkit-transition: 150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	opacity:1;	
}

.contentCallout-title{
	  text-align: left;
  color: #000;
  margin: 0 0 22px;
  line-height: 27px;
  letter-spacing: 3px;
  font-size: 22px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;	
}

.contentCallout p{
	  margin: 0 0 5px;	
	  color:#000;
}

.clear{
	padding:15px 0;	
}

.icon-block{
	display: inline-block;
  font-size: 1.3em;
  margin:0 auto 4em;
  positon:relative;
  text-align: center;
  vertical-align: top;
  width: 30%;	
}

.theicon{
	text-align:center;
	font-size:80px;
	color:#fff;	
	  margin-bottom: 20px;
}

.text-center div p{
	text-align: center;
}

.thetext{
	text-align:center;
	color:#FFF;	
}

.icon-block:nth-child(3n+1) {
	margin-left:5%;	
}

#map-canvas { 
	width: 100%; 
	height: 100%;
	max-height:500px;
	min-height:500px;
	padding: 0; 
}

#map-canvas div{
	position:initial;
}

.video-container {
	position: absolute;
}

.video-container {
  overflow: visible;
  width: 100%;
  height: auto;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

#book-now-widget{
	display:block;
	position:fixed;
	width:100%;
	max-width:768px;
	padding: 20px;
	right:0;
	top:148px;
	background:#FFF;
	z-index:9999;
}

#my-datepicker .datepicker{
	display:block !important;
	width:100%;
}

.black-bg{
	background:#000;
	color:#FFF;	
}

.black-bg p{
	color:#FFF;-	
}

.black-bg .contentCallout-title{
	color:#FFF;	
}

.vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-btn:focus, .featured-btn:hover{
	outline:none;	
}


.footer-link, .footer-link:hover, .footer-link:active{
	text-decoration:none;	
}

@media screen and (max-width: 767px)  {
	.package-item-block {
		min-height: inherit;
	}
	
	.video-container {
		display:none;	
	}
	
	.icon-block:nth-child(3n+1) {
		margin-left:0;	
	}
	
	
	.icon-block:nth-child(2n+1) {
		margin-left:2%;	
	}
	
	.icon-block{
		width: 48%;
	}
	
	.bkn{
		display:none;
	}
	
	
	
	.hidden-max-767{
		display:none !important;	
	}
	
	.hidden-min-767{
		display:block !important;	
	}
	
	.logo img{
		max-width:47px;	
	}
	
	.logo .titles {
		margin-top:5px;	
	}
	
	.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12{
		/* margin: 15px 15px; */
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.sm-img{
		margin:0 auto;	
	}
	
	.hidden-768{
		display:inherit;	
	}
	
	footer div, footer p, footer div h3, footer div h4, footer div h5{
	 	text-align:center !important;	
	}
	
	.nomarg .col-sm-6 {
		margin:0 0;	
	}
	
	.pull-right{
		float:inherit !important;	
	}
	
	.pull-left{
		float:inherit !important;	
	}
	
	.padding-sm {
	  padding: 0px 0;
	}
	
	.col-invis{
		display:none;	
	}
	
	.contentCallout-text {
		top:30px;	
	}
	
	
}

@media screen and (max-width:480px){
	.contentCallout-text .texth3 {
		font-size:26px;	
	}
	
	.contentCallout-text .texth4 {
		font-size:18px;	
	}
	
	.contentCallout-text {
		top:0px;	
	}
	
	.icon-block{
		width: 80%;
		margin-bottom: 2em;
		font-size: 1.2em;
		text-align: center;
	}
	
	.theicon {
	  display: block;
	  float: left;
	  width: 40%;
	  text-align: right;
	  font-size:60px;
	}
	
	.thetext {
	  display: block;
	  float: left;
	  width: 55%;
	  margin-left: 5%;
	  vertical-align: bottom;
	  text-align: left;
	  margin-top: 20px;
	}
	
	.icon-block:nth-child(2n+1), .icon-block:nth-child(3n+1) {
		margin-left:10%;	
	}
	
	
	.icon-block{
		margin-left:10%;	
	}
	
	.contentCallout-text .texth3 {
		font-size:34px;	
	}
	
	h1{
		font-size:32px;	
	}
	
	h2{
		font-size:20px;	
	}
	
	h3{
		font-size:16px;	
	}
	

		
		.logo .titles{
			display:none;	
		}
		
		h1.main-head{
			font-size:35px;
			margin-top: 38px;
		}
		
		h2.main-head{
			font-size:30px;
		}
}

@media screen and (max-width:1000px){
	.bkn:after{
		display:none;
	}
	
	p{
		font-size:13px;	
	}
	
	h3{
		font-size:20px;	
	}
	
	h4{
		font-size:16px;	
	}
	
	.contentCallout-right{
		float:right;
	  padding: 6px 0 0;
	  width: 100%;
	  margin: 0 0 20px 4%;	
	  z-index:10;
	}
	
	.contentCallout-left{
		float:left;	
		width:100%;
	}
}

@media screen and (min-width:480px) and (max-width:1000px){
	h1{
		font-size:44px;	
	}
	
	h2{
		font-size:24px;	
	}
	
		h1.main-head{
	font-size:60px;	
}

h2.main-head{
	font-size:40px;
}
}

@media screen and (min-width: 400px)  {
	.header-container{
		min-width:400px;	
	}

	
}
@media screen and (min-width: 600px)  {
	.header-container{
		min-width:600px;	
	}
	

}

@media screen and (min-width:768px){
	.header-pad{
		padding-top: 116px;
	}	
	

}

@media screen and (width:768px){
	.three .row{
		padding-bottom:25px;	
	}
}

@media screen and (min-width: 1000px) {
	.navbar-h3{
		margin-top:-5px;	
	}
	.btn-response{
		font-size:20px;	
	}
	.header-container{
		min-width:1000px;	
		
	}
	
	.shrinklogo{
		width:60% !important;	
	}
	
	

	
	.header-pad{
		padding-top:117px;	
	}
	
	.nav li a{
		font-size: 16px;
		font-weight: bold;

		color:#000;
		text-align:left;;
	}
	
	.nav li a:hover{
		background:rgba(0,118,99,1);
		color:#fff;
	}
	.shrinklogo img{
		padding-top:10px;	
	}
}

@media screen and (min-width: 1200px) {
	.header-container{
		min-width:1200px;	
	}
	
	
	.header-pad{
		padding-top:117px;	
	}
}

@media screen and (min-width:1000px) and (max-width:1200px){
	#section-2 p {
	  font-size: 17px;
	}
}
@media screen and (max-width:1000px) {
	#section-2 p {
		font-size: 13px;
	}
}

@media screen and (min-width: 1400px) {
	.header-container{
		max-width:1200px;	
	}
	
	
	.header-pad{
		padding-top: 116px;
	}
}

.no-margin-ever{
	margin:0 0;	
}

.padding-top-sm{
	padding-top:30px;	
}
.feature-box-info p{
	line-height: 24px;
	margin: 0 0 20px;
	color:#FFF;
}

.feature-box-info h4{
	margin-bottom:0;
	line-height:24px;
	color:#E29D15;
}

.feature-box-info p:last-child{
	margin-bottom:20px;	
}

.navbar-nav{
	margin-top: 5px;
	padding: 10px;	
}

.padding-top-md{
	padding-top:30px;	
}

#section-2 .light-header{
	text-shadow:none;	
}

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;#2d8dc3;
    animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}
 
.fade-in.two {
-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
animation-delay: 0.65s;
}

.fade-in.three {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

/*
.rollover{
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
	background-color:#2d8dc3;
}

.rollover p, .rollover h2{
	color:#fff;
	text-shadow:none;
	padding:10px;
	left:-20px;
	top:20px;
	position:relative;	
}

.rollover p{
	font-size:12px;
	line-height:18px;
	margin:0;	
}

.rollover h2{
	font-size:20px;
	line-height:24px;
	margin:0;	
}

.effect img{
	position:absolute;
	display:block;
	width:100%;
	left:0;
	bottom:0;
	cursor:pointer;
	margin:-12px 0;
	-webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}

.effect img.top:hover {
    bottom:-96px;
    padding-top:100px
}

h2.zero,p.zero {
    margin:0;
    padding:0
}
*/


.section-1-content{
	top:0%;
	left:0%;
	width:100%;
	overflow: hidden;
	z-index:1;
	position: relative;
	-webkit-transform: translateZ(0) 
}

.section-1-content h1{
	-webkit-transform: translateZ(0);	
}

video {
	position:absolute;
	z-index:0;
}

video.fullWidth {
	min-width: 100%;
	min-height:637px;
	
	  margin-top: 0px;
	  vertical-align:top;
}

.video-overlay{
  position: absolute;
  min-height: 637px;
  height: 100%;
  width: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.featured-btn {
  background: #000;
  border: 7px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
/*  height: 100%; */
  width: 100%;
}

.light-link{
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;	
	opacity:.75;
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
	color:#FFF;
}

.light-link:hover{
	opacity:1;	
	color:#FFF;
	text-decoration:none;
}

.featured-btn img{
  display: block;
  padding: 0px;
  opacity:1;
  -webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out
	
}

.featured-btn:hover img{
	opacity:.6;	
}

.icon-block{
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	opacity: .6;
	cursor:pointer;
}

.icon-block:hover{
	opacity:1;
}

.btn-number{
	height: 45px;
  	border: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}


.btn-number:hover{
	border:none;	
}

.large-label{
	font-size:16px;
	color:#000;	
}

.btn-booking{
	border-radius: 0;
  line-height: 2.333333;	
}

.booking-title{
  font-size: 30px;
  color: #007663;
  font-weight:bold;
  margin-top:15px;
}

.availability{
	margin:10px auto;	
}

.mobile-buttons{
	display:none;	
}

.social span{
	display:inline-block;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	color: #fff;
	margin-left:5px;
}

.social span:first-child{
	margin-left:0;	
}

.social span a{
	display:block;
	color:#404040;
	  width: 100%;
  height: 100%;
  text-decoration:none;
}

.social span a i.fa{
	margin-left: 14px;	
	font-size: 26px;
	margin-top: 13px;
}

.social span a i.fa-facebook{
	margin-left:16px;	
}


.social span a i.fa-instagram{
	margin-left:15px;	
}


#section-1 .image-wrap.rooms{
	background:url(../images/rooms-bg.jpg) top center fixed;
	background-size:cover;
		
}

#section-1 .image-wrap.amenities{
	background:url(../images/pool.jpg) top center fixed;
	background-size:cover;
		
}

#section-1 .image-wrap.dining{
	background:url(../images/dining.jpg) top center fixed;
	background-size:cover;
		
}

#section-1 .image-wrap.lobby{
	background:url(../images/lobby_bg.jpg) top center fixed;
	background-size:cover;
		
}

.line-overlay{
	background:url(../images/bg_lines.png) top left repeat;
	width:100%;
	height:100%;
	position:absolute;
}

.nopadding{
	padding:0 auto;
	padding-left:0;
	padding-right:0;	
}

.ih-item.square {
  position: relative;
  border: none;
  box-shadow: none;
}

.ih-item.square.effect3 .info {
  height: auto; 
}

.ih-item.square.effect6 .info h3 {
	margin-top:0;
	padding-top:30px;
	padding-bottom:30px;
}

.room-title{
	  color: #000;
  text-transform: uppercase;
  padding: 15px;
  font-weight: bold;	
}

.div-rounded{
	border-radius:5px;
}

.column_first, .column_first:after, .clear {
	clear: both;
}

.feature-box {
	clear: both;
}

.feature-box .feature-box-icon {
	background-color: #007B69;;
}

.feature-box .feature-box-icon {
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 40px;
}

.feature-box .feature-box-icon.smallicon{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 30px;
}

.feature-box .feature-box-icon.large{
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 60px;
}

.feature-box .feature-box-icon i{
	font-size:20px;
	margin-top: 10px;	
}

.feature-box .feature-box-icon.large i{
	font-size: 30px;
margin-top: 15px;	
}



.feature-box .feature-box-icon.smallicon i{
	font-size:15px;
	margin-top:7px;	
	margin-left:1px;
}
.feature-box-info{
	padding-left:50px;	
}

.withshadow{
	text-shadow:1px 1px black;	
}

.large-paragraph{
	font-size:20px;	
}

.large-padding{
	padding:100px 0;	
}

.feature-box-info.large{
	padding-left:70px;
	padding-top:15px;
}

.light-form input[type=text]{
	background-color:#FFF;
}

.light-form textarea{
	background-color:#FFF;	
}
.feature-box-info p{
	line-height: 24px;
	margin: 0 0 20px;
}

.row {
  margin: 0;
}
.feature-box-info h4{
	margin-bottom:0;
	line-height:24px;
}

.feature-box-info p:last-child{
	margin-bottom:20px;	
}

.bullets .row .col-sm-6{
	margin:15px auto;	
}


.column_first, .column_first:after, .clear {
  clear: both;
}

.bullets{
	padding-bottom:30px;	
}

.quarterhalf{
	width:25%;	
}

.choiceborder{
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;	
}


.noindent{
	padding-left:0;	
}

.feature-box-info.noindent, .feature-box-info.noindent p{
	text-align:center;	
}

.theinfo h2{
	font-size:24px;	
}

.icon-image {
  width: 25px;
  height: 25px;
  margin-top: 23%;
  margin-left: 12.5px;
}

.navbar-collapse.navpad{
	  margin-right: 105px;	
}
@media screen and (max-width:1279px){
	.quarterhalf{
		width:50%;	
	}
	
	
}

@media screen and (max-width:1000px){
		.theinfo h2{
			font-size:18px;	
		}	
		
		.navbar-collapse.navpad{
			    margin-right: 115px;	
		}
}

@media screen and (max-width:767px){

	
	.quarterhalf{
		width:auto;	
	}
	.collapse {
	  display: none !important;
	}

	.collapse.in {
	  display: block !important;
	}

	.navbar-collapse.navpad {
		margin-right:0;	
	}
}
@media screen and (max-width:1000px){
	.bumper{
		padding-top:0;	
	}
}
@media screen and (max-width:767px){

	
	.bumper{
		padding-top:0;	
	}
	
	.large-paragraph{
		font-size:14px;	
	}
	
	.feature-box{
		    margin: 0 auto 30px;
	}
	
	#book-now-widget{
		display:none !important;	
	}
	
	.bullets .row .col-sm-6 {
		margin:0 0;	
	}
	
	

	.padding-lg {
	  padding: 10px 0;
	}
	
	.contentCallout-img {
		width:100%;	
	}
	

	
	.ih-item.square.effect6.top_to_bottom .info p {
		  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
	}
}

.feature-box-info.text-left, .feature-box-info.text-left p{
	text-align:left;	
}

.feature-box-info.text-justify, .feature-box-info.text-justify p{
	text-align:justify;	
}

.smaller{
	font-size:14px;	
}

.black{
	background-color:#000;	
}

#section-5{
	padding-bottom:30px;	
}

input:focus, textarea:focus{
	border:1px solid #000;	
}

#request-proposal-form{
	color:#000;	
}

.gold-border .row a.featured-btn{
	border-color:#E29D15;
}

.theinfo{
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:0;
	width:100%;	
	display:block;
	text-align:center;
	font-size:24px;
	color:#fff;
	 -webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	padding:0 30px;
	font-style:italic;
}



.theinfo p{
	font-size:14px;	
	text-align:center;
}

.gold-border .row a.featured-btn .theinfo{
	opacity:0;	
}

.gold-border .row a.featured-btn:hover .theinfo{
	opacity:1;	
	display:block;
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
	
ul.leaders li{
	color:#FFF;	
	font-size: 15px;
	overflow:hidden;
}
ul.leaders li:after{
	content: "";
	display: block;
	overflow: hidden;
	height: 1em;
	border-bottom: 1px dotted;
}

ul.leaders li span:first-child {
    float: left;
	padding: 0 .4em 0 0;
	margin: 0;
}
	
	
ul.leaders span + span {
   float: right;
	padding: 0 0 0 .4em;
	margin: 0;
}

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 91%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, .75);
    margin: 50px;
    /* margin-bottom: 50px; */
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 200px;25px:75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width:3px;
    height: 25px;
    margin-left: 35px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    right: 30px;
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 25px;
    background-color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .close-modal .rightarrow{
	z-index:1051;
	float:right;
}

.portfolio-modal{
	color:#FFF;
	padding-right:0 !Important;	
}

.portfolio-modal .close-modal-text{
    float: left;
    font-size: 16px;
    text-transform: uppercase;
}

.medicon{
	font-size:25px;	
}

.comment-list{
    background-color: #F6F6F6;
    margin-top: 30px;
    border-radius: 10px;
    padding: 15px;	
}
.children{
	margin-top:40px;
	margin-left:55px;
	background-color:#EBEBEB;
	padding:10px;
	color:#555;
	border-radius:5px;
}
.comment-content{
	padding-left:15px;
}

.comment-content p{
	text-align: justify;
}

.comment article{
	color:#555;
}
.ap-bg{
	background:url(../images/10.jpg) top center no-repeat;
	background-size:cover;	
}

.nj-bg{
	background:url(../images/niagara-jet.jpg) top center no-repeat;
	background-size:cover;	
}

.carousel-control.left{
	background-image:none;	
}

.carousel-control.right{
	background-image:none;	
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.posts-page h1, .posts-page h2, .posts-page h3, .posts-page h4, .posts-page h5, .posts-page h6{
	text-align:left;
	color:#007663;	
}

.posts-page p{
	color:#989898;	
}
@media only screen and (max-width: 1440px) and (min-width: 768px){
#book-now-widget {
    transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);

    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-backface-visibility: hidden;
}
}

@media screen and (max-width: 480px)  {
	.mobile-buttons{
		display:block;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		min-width:100%;	
		z-index:1049;
	}
	
	
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-ms-keyframes fadein {	from { opacity:0; } to { opacity:1; } }

.modal-content.qback{
    background: url(https://qualityniagarafalls.com/images/footer_bg.png) top left no-repeat;
    background-color: #E8E8E8;
    background-size: contain;
    padding: 30px 0px;
}

.modal-footer {
	border-top:none;	
}

.modal-header p{
	color:#626262;	
}

.modal-header{
	min-height:16.43px;
	padding: 0 15px 15px;
	border-bottom:none;
}
	
.modal-header .close {
    margin-top: -40px;
    position: relative;
}