@charset "utf-8";
/* CSS Document */
/*=================================
	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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*=================================
	GLOBAL STYLES
=================================*/
body {
	font-size: 62.5%;
	font-family: 'Arial', sans-serif;
	color: #333;
	line-height: 1.5;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.5em;
}
ul, p {
	font-size: 1.4em;
}
/*=================================
	CUSTOM CLASSES
=================================*/
.center {
	text-align: center;
}
.text-shadow {
	text-shadow: .08em .08em .08em rgba(0,0,0,.50);
}
strong {
	font-weight: bold;
}
.button {
	font-size: 1.6em;
	padding: .35em 1.25em;
	border: 2px solid;
	margin-top: 40px !important;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	border-radius: 10px;
}
.button:hover {
	text-decoration: none;
}
.button:after {
	content: ")";
    font-family: 'web_symbolsregular';
	font-size: 80%;
	margin-left: .75em;
}
.yellow-btn, .yellow-btn:visited {
	border-color: #fbf1c9;
	color: #fbf1c9;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
}

.yellow-btn:hover {
	background: #fbf1c9;
	color: #333;
}
.green-btn, .green-btn:visited {
	border-color: #0b7345;
	color: #fbf1c9;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
}

.green-btn:hover {
	background: #0b7345;
	color: #333;
}


/*=================================
	SITE COLORS
=================================*/
.red {
	color: #ff0000;
}
.darkred {
	color: #bc1525
}
.redheading {
	color: #ba3344;
}
.green {
	color: #0b7345;
}
.blue {
	color: #42bfee;
}
.blueheading {
	color: #255eac;
}
.bluegrey {
	color: #4e7295;
}
.silver {
	color: #e9e5cc;
}
.yellow {
	color: #fbf1c9;
}
.magenta {
	color: #9a697b;
}
.white {
	color: #fff;
}
/*=================================
	TYPGOGRAPHY
=================================*/
.satisfy {
	font-family: 'Satisfy', cursive;
}
.robotoslab {
	font-family: 'Roboto Slab', serif;	
}
.robotoslab_bold {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
/*=================================
	HEADER
=================================*/
#masthead {
	padding: 20px 0;
	position: relative;
	z-index: 99;
}
#utilityNav {
	text-align: center;
	margin-bottom: 8px;
}
#utilityNav ul li {
	display: inline;
}
.site-branding {
	text-align: center;
}
/*=================================
	NAVIGATION
=================================*/
#navContainer {
	position: static;
}
button.menu-toggle {
	position: absolute;
	right: 10px;
	top: 80px;
	font-size: 1.3em;
}
#site-navigation {
	padding: 20px 0;
	border: 0px solid #100b0d;
	border-radius: 0px;
}
#primary-menu {
	width: 100%;
	margin: 0 auto;
}
#primary-menu li {
	padding: 0 40px;
	width: 100%;
}
#primary-menu[aria-expanded="true"] li {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	background: rgba(0,0,0,.80);
}
#primary-menu[aria-expanded="true"] li a {
	color: #fff;
}
#primary-menu[aria-expanded="true"] li:hover {
	background: #ccc;
}

#primary-menu[aria-expanded="true"] li a:hover:after {
	content: '';
	display: none;
}
#primary-menu a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #100b0d;
}
#primary-menu a:hover {
	text-decoration: none;
}
#primary-menu a:hover:after {
	content: ")";
    font-family: 'web_symbolsregular';
	font-size: 80%;
	margin-left: .75em;
	position: absolute;
	top: 15%;
}


/*=================================
	CONTENT SECTION
=================================*/
#main, #sidebarContainer {
	position: relative;
	z-index: 99;
}
.page-template-page-sidebar-right #content, .page-template-page-resources #content, .page-template-page-vendors #content, .page-template-page-contact #content {
	background:url(../images/lined-texture.png) #e9e5cc;
	position: relative;
}
.page-template-page-products {
	background:url(../images/lined-texture.png) #e9e5cc;
}
.page-template #content:after, .page-template-page-resources #content:after {
	width: 100%;
	height: 300px;
	content: '';
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(33%, rgba(251,251,251,1)), color-stop(68%, rgba(246,246,246,0.48)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
}

#featured:after {
	width: 100%;
	height: 125px;
	content: '';
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(33%, rgba(251,251,251,1)), color-stop(68%, rgba(246,246,246,0.48)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 33%, rgba(246,246,246,0.48) 68%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
}

/*=================================
	WIDGETS
=================================*/
.widget {
	margin-top: 15px;
	background: #fff;
	box-shadow: 1px 3px 3px rgba(0,0,0,.60);
	padding: 10px;	
	margin-bottom: 25px;
}
.widget .page_item {
	margin: 10px 0;
	padding-left: 15px;
}
.widget .page_item:before {
	content: '>';
    font-family: 'modern_pictogramsnormal';
	margin-right: 20px;
}
.widget .page_item a {
	color: #333;
}
#wunderground_forecast_widget-2 {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0;
	width: 100px;
}
#wunderground_forecast_widget-2 h2, .wu-copyright {
	display: none;
}
.wu-cond-highlow span {
	float:left;
}
.wu-day-current-temp, .wu-current-conditions .wu-day-title small {
	color: #551e36;
	font-weight: bold;
	text-transform: uppercase;
}
.wu-current-conditions .wu-day-title small {
	margin-left: -5px;
	font-size: 12px;
}
.wu-current-conditions .wu-day-title {
	font-size: 16px;
}
.wu-day-current-temp:before {
	content: 'Kill Devil Hills';
	margin-right: 8px;
}
#utilityNav ul li {
	display: inline;
	width: 100%;
	float: none;
	margin-left: 0px;
}
#utilityNav ul {
	float: none;
	height: 40px;
}

/*=================================
	FORMS
=================================*/
#wpcf7-f38-o1 {
	margin-top: 15px;
	background: #fff;
	box-shadow: 1px 3px 3px rgba(0,0,0,.60);
	padding: 10px;	
}
#wpcf7-f38-o1 h4, .widget-title {
	font-size: 1.8em;
	text-align: center;
	padding: .125em;
	border: 2px solid #bc1525;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #bc1525;
	font-family: 'Roboto Slab', serif;
}
#wpcf7-f38-o1 label {
	font-size: .9em;
}
#wpcf7-f38-o1 input[type="text"], #wpcf7-f38-o1 input[type="email"], #wpcf7-f38-o1 input[type="tel"] {
	height: 25px;
}
#wpcf7-f38-o1 textarea {
	height: 60px;
}

#wpcf7-f38-o1 p {
	margin: 0;
}
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"] {
    border: 2px solid;
    border-color: #0b7345;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
    color: #0b7345;
    font-size: 1.5em;
    line-height: 1;
    padding: .25em 1.5em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 100%;
	height: auto;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
}
.wpcf7-form button:hover, .wpcf7-form input[type="button"]:hover, .wpcf7-form input[type="reset"]:hover, .wpcf7-form input[type="submit"]:hover {
    border: 2px solid;
    border-color: #0b7345;
    border-radius: 3px;
    background: #0b7345;
    box-shadow: none;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    padding: .25em 1.5em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 100%;
	height: auto;
}


/*=================================
	FOOTER
=================================*/
#colophon {
	background: #4e7295;
	color: #fff;
	border-top: 10px solid #476b8f;
	padding-top: 20px;
}
#footerLcol {
	text-align: center;
}
#footerLcol p {
	margin-bottom: 20px;
	font-size: 1.2em;
}

#colophon div {
	margin-bottom: 25px;
}
/*=================================
	HOME PAGE TEMPLATE
=================================*/
.home #featured {
	background: url(../images/Cape-hatteras-lighthouse-with-light-purple-sky.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.home #featured-headline {
	padding: 10% 0 20% 0;	
}
.home #headline {
	margin-bottom: 40px;
}
#hp-secondary {
	padding: 20px 0 35px;
	background: #fff;
	box-shadow: 0 7px 7px rgba(0,0,0,.65);
	position: relative;
	z-index: 99;
}
#RV-container {
	position: static;
}
#RV {
	position: static;
}
#email {
	width: 200px;
	margin: 0 8px;
	font-size: 14px;
	padding: 8px 3px;
}
#submit {
	position: relative;
	top: 15px;
}
.home #content {
	background: url(../images/sand-path-and-map.jpg) no-repeat top left;
	background-size: cover;
	position: relative;
	padding: 25px 0 45px;
	border-bottom: 1px solid #D1D1D1;
}
.home #content:after {
	background: url(../images/red-gradient-background.png) repeat-y top left;
	content: '';
	width: 100%;
	height:50px;
	position: absolute;
	top: 0;
	right: 8%;
	opacity: .25;
	display: none;
}
#hp-heading3 {
	font-weight: normal !important;
	position: relative;
	margin-top: -20px;
}
.home #content p {
	background: rgba(255, 255, 255, .85);
	padding: 5px;
}
#hp-links-section {
	padding: 3% 0 75%;
	background:url(../images/Campers-on-the-beach.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#hp-links-section img:hover {
	background: rgba(255,255,255,.75);
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	
	transform: perspective( 600px ) rotateY( 25deg );
	-webkit-transform: perspective( 600px ) rotateY( 25deg );
	-moz-transform: perspective( 600px ) rotateY( 25deg );
	-ms-transform: perspective( 600px ) rotateY( 25deg );
}
/*=================================
	INTERIOR TEMPLATES
=================================*/
.entry-title {
	display: none;
}
/*--------------ABOUT PAGE TEMPLATE------------------------*/
.page-id-6 #featured {
	background: url(../images/beach-with-boats-on-shore.jpg) no-repeat;	
	background-position: top center;
	background-size: cover;
}
.page-id-6 #featured-headline {
	padding: 10% 0 20% 0;
}
.page-id-6 .site-main {
	background: #fff;
	box-shadow: 1px 4px 4px rgba(0,0,0,.60);
	position: relative;
	top: -45px;	
}
/*--------------RESOURCES PAGE------------------------*/
.page-id-41 #featured {
	background: url(../images/sunset-over-the-ocean.jpg) no-repeat;	
	background-position: top center;
	background-size: cover;
} 
.page-id-41 #featured-headline {
	padding: 10% 0 20% 0;
}
.page-id-41 table {
	font-size: 1em;
	background: #fff;
}
.page-id-41 table td {
	width: 33.333%;
	padding: 5px 0;
}
.page-id-41 table tr:hover, .page-id-41 table tr:nth-child(odd):hover {
	background-color: #333;
	color: #fff;
}

.page-id-41 table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.page-id-41 .tab-content {
	padding: 15px;
	background: #0b7345;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
	position: relative;
	bottom: -1px;
}
.nav-tabs > li {
		border: 0px solid transparent;
}
.nav-tabs > li > a:hover {
		background: #0b7345;
		border: 1px solid transparent;
		color: #fff;
}
.nav-tabs a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #ccc;
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
	background: #f5f5f5;
	background-position: center bottom;
	background-size: 20px 10px;
	color: #0b7345;
}
/*--------------VENDORS PAGE------------------------*/
.page-id-12 #featured {
	background: url(../images/SUV-towing-RV-camper.jpg) no-repeat;	
	background-position: top center;
	background-size: cover;
} 
.page-id-12 #featured-headline {
	padding: 25% 0 5% 0;
}
.page-id-12 table {
	font-size: 1.8em;	
}
.page-id-12 table td {
	padding: 20px 0;	
}

.page-id-12 table .button {
	font-size: .8em;
	color: #0b7345;
}
.page-id-12 table .button:hover {
	color: #fff;
}
/*--------------CONTACT PAGE------------------------*/
.page-id-16 #featured {
	background: url(../images/Camper-and-mini-van-by-the-lake.jpg) no-repeat;	
	background-position: top center;
	background-size: cover;
} 
.page-id-16 #featured-headline {
	padding: 20% 0 10% 0;
}
.page-id-16 .site-main {
	background: #fff;
	box-shadow: 1px 4px 4px rgba(0,0,0,.60);
	position: relative;
	top: -45px;	
}

.page-id-16 #contact-form-h2 {
	background: url(../images/grey-line.jpg) repeat-x;
	background-position: center left;
	width: 95%;
	margin: 0 auto;
}
.page-id-16 #contact-form-h2 span {
	background: #fff;
	padding: 0 20px;
}
.page-id-16 form .row {
	margin: 20px 0;
}
.page-id-16 form div {
	font-size: 1.2em;
}
#text-2 {
	margin-bottom: 35px;
}
/*--------------PRODUCTS PAGE------------------------*/
.attachment-post-thumbnail {
	border: 4px solid #dedede;
}
.page-id-10 .entry-content h2 {
	padding-bottom: 10px;
	border-bottom: 8px solid #42bfee;
	margin-bottom: 15px;
}
.page-id-10 #featured {
	background: url(../images/tan-stripe.jpg) repeat-x;
	background-position: center 65%;
}
.also-stock {
	width: 95%;
	margin-left: 2.5%;
}
.product {
	margin-top: 20px;
	border-bottom: 2px solid #dedede;
	padding-bottom: 20px;
	width: 95%;
	margin-left: 2.5%;
}
.product p, .product li {
	font-weight: bold;
}
.surveying-flags {
	font-size: 1.8em;
}
.surveying-flags li:before {
	content: "%";
    font-family: 'modern_pictogramsnormal';
	color: #0b7345;
	margin-right: 8px;
}
/*-----------------------------------------------------------------------------------------------------------*/
/*===========PORTRAIT PHONE=============*/
@media screen and (min-width: 480px) {

}
@media screen and (min-width: 600px) {
#masthead {
	padding: 20px 0;
}
#utilityNav {
	text-align: right;
	margin-bottom: 8px;
}
#utilityNav ul li {
	display: inline;
}
#site-navigation {
	padding: 20px 0;
	border: 2px solid #100b0d;
	border-radius: 18px;
}
#primary-menu {
	width: 90%;
	margin: 0 auto;
}
#primary-menu li {
	padding: 0 10px;
	width: auto;
}
#navContainer {
	position: relative;
}
#primary-menu a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #100b0d;
}
.home #featured {
	background-position: 30% bottom;
}
}
/*-----------------------------------------------------------------------------------------------------------*/

/*===========TABLET=============*/
@media screen and (min-width: 768px) {
h1 {
	font-size: 3.8em;
}
h2 {
	font-size: 3.4em;
}
h3 {
	font-size: 3em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.4em;
}
ul, p {
	font-size: 1.3em;
}
.button {
	font-size: 2em;
}
#masthead {
	padding: 20px 0;
}
#utilityNav {
	text-align: right;
	margin-bottom: 8px;
}
#utilityNav ul li {
	display: inline;
	width: 200px;
	float: left;
	margin-left: 15px;
}
#utilityNav ul {
	float: right;
}
#site-navigation {
	padding: 20px 0;
	border: 2px solid #100b0d;
	border-radius: 18px;
}
#primary-menu {
	width: 90%;
	margin: 0 auto;
}
#primary-menu li {
	padding: 0 10px;
}
#primary-menu a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #100b0d;
}
#footerLcol {
	text-align: left;
}
#RV-container {
	position: relative;
}
#RV {
	position: relative;
	top: -25px;
	right: 0;
}
.home #content {
	background: url(../images/sand-path-and-map.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 5px 0 45px;
	border-bottom: 1px solid #D1D1D1;
}
.home #content:after {
	background: url(../images/red-gradient-background.png) repeat-y top left;
	content: '';
	width: 100%;
	height:50px;
	position: absolute;
	top: 0;
	right: 8%;
	opacity: .25;
	display: block;
}
#hp-heading3 {
	font-weight: normal !important;
	position: relative;
	margin-top: -20px;
}
#hp-links-section {
	padding: 3% 0 35%;
}
.page-id-41 table {
	font-size: 1.5em;
	background: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
	background: url(../images/green-arrow.png) no-repeat;
	background-position: center bottom;
	background-size: 20px 10px;
	color: #0b7345;
}
}
/*-----------------------------------------------------------------------------------------------------------*/

/*===========DESKTOP SMALL SCREEN=============*/
@media screen and (min-width: 960px) {
h1 {
	font-size: 4.2em;
}
h2 {
	font-size: 3.8em;
}
h3 {
	font-size: 3.4em;
}
h4 {
	font-size: 2.4em;
}
h5 {
	font-size: 2em;
}
h6 {
	font-size: 1.8em;
}
ul, p {
	font-size: 1.6em;
}
.home #featured {
	background-position: right bottom;
}
#RV {
	top: -80px;
	right: 0;
}

}
/*-----------------------------------------------------------------------------------------------------------*/

/*===========DESKTOP BOOTSTRAP GRID=============*/
@media screen and (min-width: 1200px) {
.button {
	font-size: 2.4em;
}
#RV {
	position: absolute;
	top: -125px;
	right: -75px;
}
#hp-links-section {
	padding: 3% 0 15%;
}
#primary-menu li {
	padding: 0 30px;
}

}
/*===========LAPTOP=============*/
@media screen and (min-width: 1366px) {

}
/*===========DESKTOP COMMON=============*/
@media screen and (min-width: 1440px) {

}
/*===========DESKTOP LARGE SCREEN=============*/
@media screen and (min-width: 1600px) {
.home #featured-headline {
	padding: 10% 0 20% 0;	
}
}
/*===========DESKTOP HDMI=============*/
@media screen and (min-width: 1920px) {
.home #featured-headline {
	padding: 10% 0 30% 0;	
}
#hp-links-section {
	padding: 3% 0 20%;

}
