html {
	overflow-y: scroll;
	height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color: #000;
	background-color: #1C7EAD;
	background-image: url(../images/gulf_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
	height: 100%;
}

a,
a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #1C7EAD;
	text-decoration: none;
}

.boxShadow {
	-moz-box-shadow: 3px 3px 9px #333;
	-webkit-box-shadow: 3px 3px 9px #333;
	box-shadow: 3px 3px 9px #333;
}

.btn-primary {
  background-color: #1C7EAD;
  border-color: #1C7EAD;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2B9EB3;
  border-color: #2B9EB3;
}

#cellPhone {
	visibility: hidden;
	padding: 0;
	margin: 0;
}

.centerDiv {
	display: table;
	margin: 0 auto;
}

#contact1,
#trip1 {
	position: absolute;
	top: 74px;
	left: 60px;
	z-index: 10;
}

#contact2,
#trip2 {
	position: absolute;
	top: 74px;
	right: 53px;
	z-index:10;
}

#contactPics {
	text-align: center;
	margin-top: -30px;
}

.contactInfo {
	position: absolute;	
	top: 146px;
	left: 340px;
}

.contactText {
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 42px;
}

.contactText div {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #2B9EB3;
	background-color: #FFF;
}

.contactText div span:first-child {
	font-size: larger;	
}

.cMethod {
	position: absolute;
	top: -1000px;
}

.container {
	position: relative;
	background-color:#FFF;
	background-image: url(../images/wood_background.jpg);
	background-position: center top;
	background-attachment: fixed;
	min-height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-moz-box-shadow: 3px 3px 9px #333;
	-webkit-box-shadow: 3px 3px 9px #333;
	box-shadow: 3px 3px 9px #333;	
}

.container-fluid {
	background-color: #2B9EB3;
}

.content {
	position: relative;
	padding: 0 30px 30px 30px;
}

.content h4 {
	color: #1C7EAD;
	margin-top: 20px;	
}

.content table {
	margin: 22px auto 14px auto;
	border: 2px solid #2B9EB3;
}

.content td {
	border: 1px solid #2B9EB3;
	padding: 5px;
}

.content table th {
	text-align: center;
	background-color: #EEE;
	padding: 5px 20px;
}

.copyRight {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 27px;
}

.copyRight a,
.copyRight a:focus {
	color: #FFF;
	text-decoration: none;
}

.copyRight a:hover {
	color: #000;
}

#deposits {
	margin-top: 30px;
}

#errorMsg {
	text-align: center;
	color: #E7A19D;
	visibility: hidden;
	padding-top: 10px;
}

.faceBook {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
	background-color: transparent !important;
}

.floatLeft {
	float: left;
	margin: 0 20px 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 20px;
}

.form-control {
  border: 1px solid #2B9EB3;
}

.form-control:focus {
  border-color: #2B9EB3;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #1C7EAD;
}
.form-control:-ms-input-placeholder {
  color: #1C7EAD;
}
.form-control::-webkit-input-placeholder {
  color: #1C7EAD;
}

.form-group {
  margin-bottom: 20px;
}

#galleryInstr {
	 text-align: center;
	 margin-top: 20px;
}

.glyphicon {
  top: 0;
}

#googleMaps {
	margin-top: 30px;
	text-align: center;
}

#googleMaps iframe {
	margin: 0 20px;
}

.greenBorder {
  border: 2px solid #2B9EB3;
}

.g-recaptcha {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1,
h2,
h3,
h4 {
	color: #000;
}

h1 small,
h2 small,
h3 small {
	color: #FFF;
}

.header {
	position: relative;
	height: 246px;
	padding: 14px 30px 0 30px;
	background-image: url(../images/water_background2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	-moz-box-shadow: 9px -5px 6px -6px #444;
	-webkit-box-shadow: 9px -5px 6px -6px #444;
	box-shadow: 9px -5px 6px -6px #444;
}

.header h3,
.header h4,
.header h5 {
	margin-top: 0;
	margin-bottom: -10px;
}

.header ul li {
	padding: 0 20px;
}

iframe {
	border: 2px solid #2B9EB3;
}

img {
    border: 0;
}

.input-group-addon {
  border: 1px solid #2B9EB3;
  border-radius: 0;
}

/* jssor slider bullet navigator skin 01 css */

	#jssor_1 {
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		visibility: hidden;
	}

	.jssorb01 {
		position: absolute;
	}
	
    .jssorb01 div,
	.jssorb01 div:hover,
	.jssorb01 .av {
    	position: absolute;
        /* size of bullet elment */
        width: 12px;
        height: 12px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #000 1px solid;
    }
	
    .jssorb01 div {
		background-color: gray;
	}
    
	.jssorb01 div:hover,
	.jssorb01 .av:hover {
		background-color: #d3d3d3;
	}
    
	.jssorb01 .av {
		background-color: #fff;
	}
    
	.jssorb01 .dn,
	.jssorb01 .dn:hover {
		background-color: #555555;
	}

    .jssora02l,
	.jssora02r {
		display: block;
        position: absolute;
        /* size of arrow element */
        width: 55px;
        height: 55px;
        cursor: pointer;
        background: url('../gallery/img/a02.png') no-repeat;
        overflow: hidden;
	}
    
	.jssora02l {
		background-position: -3px -33px;
	}
    
	.jssora02r {
		background-position: -63px -33px;
	}
    
	.jssora02l:hover {
		background-position: -123px -33px;
	}
    
	.jssora02r:hover {
		background-position: -183px -33px;
	}
    
	.jssora02l.jssora02ldn {
		background-position: -3px -33px;
	}
    
	.jssora02r.jssora02rdn {
		background-position: -63px -33px;
	}

label {
  max-width: 16%;
}

#logoImg {
	float: left;
}

.main {
	clear: both;
	margin-top: 16px;
	margin-bottom: 30px;
	background-color: #FFF;
	-moz-box-shadow: 3px 3px 9px #333;
	-webkit-box-shadow: 3px 3px 9px #333;
	box-shadow: 3px 3px 9px #333;
}

.navbar {
	margin-bottom: 0;
	font-weight: bold;
	border: none;
}

.navbar-collapse {
  box-shadow: none;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #1C7EAD;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #1C7EAD;
}

.navbar-left {
    margin: 15px 0 14px 0;
}

.navbar-left a {
	margin: 0 18px 0 10px;
}

.navbar-left img {
/*	margin: 10px 0 4px 0;*/
}

.normalFont {
	font-weight: normal;
}

.page-header {
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	border: none;
	margin-left: 20px;
	color: #FFF;
	margin-top: 0;
}

.pictureFrame {
	 width: 660px;
	 height: 460px;
	 display: block;
	 margin: 0 auto 4px auto;
	 background-color: #EEE;
	 background-image: url(../images/pictureframe_background.png);
	 background-size: cover;
	 padding-top: 30px;
}

select {
	height: 38px;
	border: 1px solid #2B9EB3;	
}

select:focus {
  border-color: #2B9EB3;
}

#showSlides {
	cursor: default;
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	height: 400px;
	overflow: hidden;	
}

.textBold {
	font-weight: bold;
}

.well {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 30px 30px 6px 30px;
	border: 2px solid #2B9EB3;
	border-radius: 0;
	background-color: #EEE;	
}

*[id^='your'] {
	border-radius: 0;
}

#yourInquiry,
#yourQuestions,
#yourRequests {
	resize: none;
	padding: 8px 4px 4px 10px;	
}

#yourAddress,
#yourCity,
#yourState {
	border-bottom: none;
}

@media (min-width: 992px) {
	.headerInfo {
		width: 490px;
/*		height: 182px;*/
		height: 242px;
		float: left;
		margin-top: 6px;
		margin-left: 5px;
		padding-top: 31px;
		padding-left: 20px;
		text-align: center;
/*		background-image: url(../images/sign.png); */
		background-image: url(../images/sign2.png);
		background-repeat: no-repeat;
	}
}

@media (min-width: 1200px) {
	body {
		background-size: 100%;
	}
	.slideShow {
/*	 	width: 264px;
	 	height: 211px;*/
        position: absolute;
        top: 10px;
        right: 0;
        width: 300px;
        height: 260px;
	 	float: right;
/*	 	background-image: url(../images/slideFrame1.png);*/
        background-image: url(../images/slideFrame2.png);
	}
	.slideShow img {
		position: absolute;
/*		margin: 15px 0 0 13px;*/
        margin: 24px 0 0 16px;
	}
}

@media (max-width: 1200px) {
	#contact1,
	#trip1 {
		left: 50px;
	}
	#contact2,
	#trip2 {
		right: 43px;
	}
	.contentPicsH {
		width: 180px;
		height: auto;	
	}
	.contentPicsW {
		width: 600px;
		height: 186px;	
	}
	#img1,
	#img2 {
		display: none;
	}
	.navbar-left a {
		margin: 0 6px 0 5px;
	}
	.navbar-left img {
		transform: scale(0.8);
	}
	.pictureFrame {
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	#contact1,
	#trip1 {
		left: 30px;
	}
	#contact2,
	#trip2 {
		right: 23px;
	}
	.contentPicsH {
		width: 180px;
		height: auto;	
	}
	.contentPicsV {
		width: auto;
		height: 185px;	
	}
	.contentPicsW {
		width: 439px;
		height: 136px;	
	}
	.copyRight {
		padding-bottom: 10px;
	}
	#galleryInstr {
		display: none;	
	}
	.header {
		height: 186px;
		-moz-box-shadow: 9px -2px 6px -6px #444;
		-webkit-box-shadow: 9px -2px 6px -6px #444;
		box-shadow: 9px -2px 6px -6px #444;
	}
	.headerInfo h3,
	.headerInfo h4,
	.headerInfo h5,
	.headerInfo a,
	.headerInfo a:focus {
		color: #FFF;
	}
	#logoImg {
		width: 170px;
		height: auto;
		margin-right: 30px;
	}
	.navbar-left {
		text-align: center;	
	}
	.pictureFrame {
	 	width: 460px;
	 	height: auto;
		padding: 0;
		background-color: transparent;
		background-image: none;
	}
}

@media (max-width: 768px) {
	.contactText {
		margin-top: 24px;
		margin-bottom: 28px;
	}
	.content {
		padding-bottom: 60px;
	}
	.header {
		background-size: cover;
	}
	.headerInfo {
		padding-top: 8px;
	}
	.headerInfo h3 {
		font-size: 18px;	
	}
	.headerInfo h4 {
		font-size: 16px;	
	}
	.navbar-default .navbar-toggle {
  		border-color: transparent;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
  		background-color: #1C7EAD;
	}
	.navbar-left img {
		margin-bottom: -10px;
	}
	#the-menu {
		text-align: center;
		border: none;
	}
}

@media (max-width: 678px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		padding-right: 10px;
	}
	.headerInfo h4 {
		font-size: 14px;
	}
	.pictureFrame {
	 	width: 400px;
	}
}

@media (max-width: 540px) {
	#contactUs {
		  padding-bottom: 40px;
	}
	.content {
		padding: 0 10px 20px 10px;
	}
	.header {
		padding-left: 10px;
	}
	#logoImg {
		margin-right: 10px;
	}
	.pictureFrame {
	 	width: 300px;
	}
}

@media (max-width: 500px) {
	.contactText {
		display: none;
	}
	.container {
		background-image: none;
	}
	.g-recaptcha {
		-webkit-transform:scale(0.77);
		-webkit-transform-origin:0 0;
		transform:scale(0.77);		
		transform-origin:0 0;		
	}
	#googleMaps iframe:nth-of-type(2) {
		margin-top: 10px;	
	}
	.header {
		text-align: center;
	}
	.header h3,
	.header h4,
	.header h5,
	.header a {
		margin-bottom: -14px;
		color: #000;	
	}
	.headerInfo {
		clear: left;
		padding-top: 22px;	
	}
	#logoImg {
		float: none;
	}
	.main {
		margin-top: 90px;
		margin-bottom: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;	
	}
	#yourType {
		width: 100%;
	}
}

@media (max-width: 440px) {
	.pictureFrame {
	 	width: 200px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#googleMaps iframe {
		margin: 0 15px;	
	}
	.navbar-left img {
		margin-right: -10px;
	}
}