/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,600,700');


/***** BEGIN 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, main {
	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;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

.right {margin-right:0 !important;}

.green {
	color:#0ca356;	
}

.white {
	color:#fff;	
}

p, a {
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	font-size:17px;
	color:#000;
	line-height:1.3;
}

a:hover {
	color:#0ca356;	
}

strong {font-weight:700;}



h1 {
	font-family: 'Rajdhani', sans-serif;
	font-size:36px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}

h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size:26px;
	font-weight:700;
	color:#0ca356;
	margin-bottom:10px;
}

h3 {
	font-family: 'Rajdhani', sans-serif;
	font-size:21px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}

h4 {
	font-family: 'Rajdhani', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}

h5 {
	font-family: 'Rajdhani', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}
	
h6 {
	font-family: 'Rajdhani', sans-serif;
	font-size:19px;
	font-weight:700;
	color:#fff;
	margin-bottom:2px;
}	
	

/***** END RESET *****/

/***** FRAMEWORK *****/

body.fixed {
	min-width:1020px;	
}

.main-image {
    line-height: 0;
}

.logo {
    float: left;
    width: 345px;
}

.logo img {
	width:100%;
}

.header-contact {
    float: right;
    text-align: right;
	margin-bottom:4px;
}	

header {
	padding:15px 0;	
    background: rgb(0,0,0);
	-pie-background: rgba(0,0,0,0.8);
    background: transparent\8;
    background: rgba(0,0,0,0.8);
	behavior: url(/css/PIE.htc);
	border-bottom:solid 4px #0ca356;
	position: absolute;
    top: 0;
    z-index: 9999;
	width:100%;
    min-height: 143px;
}

.home-ad {
    float: left;
    width: 41.5%;
}

.home-ad img {
	width:100%;	
}

.main-image img {
	width:100%;	
}

.one-third {
	width:30%;
	float:left;
	margin-right:4%;	
}

.two-third {
	width:66%;
	float:left;	
	margin-right:4%;
}

.half-page {
	width:48%;
	margin-right:4%;
	float:left;	
}

.middle-content {
	margin:20px 0;	
}

.site-width {
	max-width:1020px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
}

#welcome {
	padding:20px 0;	
}

#gray-links {
	background:#e6e6e6;
	padding:20px 0;
	border-top:solid 4px #0ca356;
	border-bottom:solid 4px #0ca356;
	margin-bottom:10px;
}


#text-field {
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border: solid 2px #0ca356;
	font-family: 'Rajdhani', sans-serif;
}

#comment {
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border: solid 2px #0ca356;
	font-family: 'Rajdhani', sans-serif;
}

#submit {
    padding: 10px;
	background: #0ca356;
	color:#fff;
	border:none;
	font-family: 'Rajdhani', sans-serif;
}

.CaptchaPanel {
    text-align: left !important;
}


.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin-bottom:20px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

#boxlinks {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1020px;
	margin:30px auto;
}

.linkbox {
	width: 32%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#gray-links i {
    font-size: 80px;
    width: 100%;
    margin-bottom: 30px;
	color:#0ca356;	
}

#gray-links p {
    font-size: 28px;
    width: 100%;
	font-weight:700;
	color:#0ca356;	
}

#gray-links a {
    font-size: 28px;
    width: 100%;
	font-weight:700;
	color:#0ca356;	
}

ul.dpf-list {
    margin-left: 5%;
    list-style: url(../siteart/bullet.png) inside;
}

.dpf-list li {
	font-family: 'Rajdhani', sans-serif;
}

.small-text {
	margin-top:10px;
	font-size:13px;
	font-family: 'Rajdhani', sans-serif;
}

/***** ZOOM *****/

.zoom-container1 {
	float:left;
	width: 25%;
	margin:0;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #0ca356;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container1 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container1 .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container1 .zoom-caption h4 {
	display: block;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
	font-weight:700;
	text-transform: uppercase;
	color: #fff;
	margin: 7% 0 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1.2;
}

.zoom-container1 .zoom-caption h5 {
	display: block;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight:400;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1.2;
}

.zoom-container1:hover .zoom-caption {
	background: none;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.google-map {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

#quick-links-mobile {
	display:none;	
}

/***** FOOTER *****/

footer {
	background:#000;
	padding:20px 0;	
}

footer a {
	color:#FFF;	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Cabin', sans-serif;	font-size:13px;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Cabin', sans-serif;	font-size:13px;
}

.footertext{
	font-family: 'Cabin', sans-serif;	font-size:13px; 
	color:#FFF;
}

.smallfootertext{
	font-family: 'Cabin', sans-serif;	font-size:10px; 
	color:#FFF;
}

.divfooter {
	max-width:450px; 
	text-align:right; 
	margin:0 auto;
}


.social-footer {
	float:right;
	text-align:right;	
}

footer .fa {
	font-size:36px;	
}


.zoom-container1-large {
	float:left;
	width: 30%;
	margin-top:20px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #fff;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container1-large img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container1-large .zoom-caption-large {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container1-large .zoom-caption-large h4 {
	display: block;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin: 35% 0 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1.2;
}

.zoom-container1-large:hover .zoom-caption-large {
	background: none;
}

.half-col {
	width:48%;
	float:left;
	margin-right:4%;	
}

.third-col {
	width:30%;
	float:left;
	margin-right:4%;	
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

.Credit-button {
	background:#0ca356;
	border-radius:5px;
	border:solid 2px #000;
	display:inline-block;
	color:#fff;
	font-weight:700;
	padding:10px;	
}

.Credit-button:hover {
	color:#000;	
}

.Credit-button:visited {
    text-decoration: none;
}



/***** RESPONSIVE STYLES *****/

@media only screen and (min-width: 1300px) {
	
.zoom-container1 .zoom-caption h4 {
	font-size:24px;
	margin-top:10%;	
}

	.zoom-container1 .zoom-caption h5 {
	font-size:20px;
}

}

@media only screen and (max-width: 868px) {
	
.zoom-container1 .zoom-caption h4 {
	font-size:19px;
	margin-top:5%;	
}

	.zoom-container1 .zoom-caption h5 {
	font-size:16px;
}



}


@media only screen and (min-width:879px) and (max-width: 1085px) {

}

@media only screen and (max-width: 767px) {
	
header {
	position:relative;
	background:#000;	
}
	
.site-width {
	padding:0 10px;	
}

.logo {
    float: none;
    width: 100%;
    text-align: center;
	position:relative;
}

.logo img {
    max-width: 500px;
}

.header-contact {
    float: none;
    text-align: center;
    margin-bottom: 4px;
}

.one-third {
	width:100%;
	float:none;
	margin:20px 0;
	text-align:center;
}

.two-third {
	width:100%;
	float:none;
	margin:20px 0;
}

.half-page {
	width:100%;
	float:none;
	margin:20px 0;
}

footer {
	text-align:center;	
}

#boxlinks {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    max-width: 1020px;
    margin: 0;
}

.linkbox {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0;
}

.zoom-container1 .zoom-caption h4 {
    font-size: 12px;
}
	
}

@media only screen and (min-width: 320px) and (max-width: 568px) {


.home-ad {
	width:100%;	
	margin-top:20px;
}
	
	
}


@media only screen and (max-width: 535px) {
	
header {
	position:relative;
	background:#000;	
}
	
.zoom-container1 {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #0ca356;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container1 .zoom-caption h4 {
	font-size:14px;
}

.zoom-container1 .zoom-caption h5 {
    font-size: 12px;
}


.divfooter {
	max-width:450px; 
	text-align:center; 
	margin:0 auto;
}

.header-contact {
    margin-top: 4px;
}

h6 {
	font-size:15px;	
}


.home-ad {
	width:100%;	
	margin-top:20px;
}

.slider-pro {
	max-width:none !important;
	width:100% !important;
}

.half-col {
	width:100%;
	float:none;
	margin-right:0;	
}

.third-col {
	width:100%;
	float:none;
	margin-right:0;	
}


	
}










