/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
@font-face {
    font-family: 'proxima_nova_black';
    src: url('proxima/proxima_nova_black.eot');
    src: url('proxima/proxima_nova_black.eot?#iefix') format('embedded-opentype'),
         url('proxima/proxima_nova_black.woff') format('woff'),
         url('proxima/proxima_nova_black.ttf') format('truetype');
        
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_reg';
    src: url('proxima/proxima_nova_reg-webfont.eot');
    src: url('proxima/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima/proxima_nova_reg-webfont.woff') format('woff'),
         url('proxima/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('proxima/proxima_nova_reg-webfont.svg#proxima_nova_reg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_bold';
    src: url('proxima/proxima_nova_bold-webfont.eot');
    src: url('proxima/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima/proxima_nova_bold-webfont.woff') format('woff'),
         url('proxima/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('proxima/proxima_nova_bold-webfont.svg#proxima_nova_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	background-color: #3e3e3e;
	font-family: 'proxima_nova_reg';
	color: #eaeaea;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:540px; position:absolute; }
.transparentmenuholder {
	position:relative;
	margin: 0px auto 450px auto;
	width: 380px; 
	height:105px; 
	z-index: 5;
	background-color: rgba(237, 235, 227, 0.7); 
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #fff;
	border-top: none;
	text-align: center;padding-top:10px;
}

.logorow {
	background-image: url(../images/golfcoastal_logo.png);
	background-postion: center top;
	background-repeat:no-repeat;
	width:296px;
	height:83px;
	margin: 0px auto 0px auto;
	background-size: 296px 73px;
	
}

hr { border: none 0; border-top: 1px solid #ccc; height: 0px; margin-top:10px; margin-bottom:0px;}

a:link, a:visited {
	color: #eaeaea;
}
a:hover {
	color: #fff;
}

h1 {
	font-family: 'proxima_nova_reg';
	text-transform:uppercase;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-weight:normal;
	letter-spacing:.05em;
}
h2 {

	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0;
}

h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;	
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 5px 0;
}
h6 {

	text-transform: uppercase;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}



/*  END MAIN MENU DROPDOWN */




/*  _____________________________________________________________________________

          BODY AND FOOTER
    _____________________________________________________________________________  */

.tagline {
	margin: 30px auto 0 auto;
	background-image: url(../images/footer_tag.png);
	background-repeat: no-repeat;
	width: 640px;
	height : 131px;
	background-position: 0px 60px;
}
.maintext {
	width: 100%;
	clear: both;
	margin: 400px auto 0px auto;
}
.homecol {
	width: 60%;
	margin: 30px auto 0px auto;
	text-align:center;
	clear:both;
}

.footertop {
	height: 55px;
	text-align: center;
	clear:both;
}

.footer {
	background-color: #333;
	padding:  10px 30px 30px 30px;
	min-height: 100px;
}
.footerbottom {
	text-align:center;
	width: 80%;
	height: 100px;
	margin: 30px auto;
	padding: 20px;
	background: #eaeaea;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.footerbottom img {
	padding: 0px 5px;
	float:left;
}
.tinyred {
	color: #ba3901;
	font-size: .5em;
	font-weight: normal;
	height: 15px;
	margin: 0px 0px 30px 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.transparentmenuholder {
	margin: 0px auto 350px auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.transparentmenuholder {
	margin: 0px auto 350px auto;
}
.maintext {
	margin: 350px auto 0px auto;
}

.headerimg { background-position: center 0px; background-repeat: no-repeat; width:100%; height:430px; position:absolute; background-size: 1270px 430px; }
.footerbottom {
	height: 150px;
}
}

@media handheld, only screen and (max-width: 767px) {
.transparentmenuholder {
	margin: 0px auto 200px auto;
	width:80%;
	height: 70px;
}
.logorow {
	width:200px;
	background-size: 200px 50px;
}

.footerbottom img {
	padding: 10px 5px;
}
}
@media handheld, only screen and (max-width: 767px) {
.homecol {
	width:95%;
}
.footerbottom {
	height: 300px;
}
}