/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Typography
## Elements
## Forms
## Navigation
## Extra Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p,
.content-hold,
.entry-content,
.content-wrap{
    margin: 0 0 25px;
}

p:last-of-type{
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6{
   clear: both;
   line-height: 1.5;
   font-weight: 500;
   color: #ef972c;
   margin: 0;
   font-family: 'Roboto', sans-serif;
}

h1 {  
    font-size: 42px;  
    margin-bottom: 20px;
}  

h2 {
    font-size: 28px; 
    margin-bottom: 20px;
}

h3 {
    font-size: 26px; 
    margin-bottom: 15px;
    }

h4 {
    font-size: 20px;
    margin-bottom: 10px;
    }

h5 {
    font-size: 16px; 
    margin-bottom: 10px;
    }

h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

h6.small{
    font-size: 14px;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

small {
    font-size: 14px;
}

big {
    font-size: 42px;
}

img{
    height: auto;
    display: block;
    max-width: 100%;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol,ul,li{
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 25px;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    background-color: #ef972c;
    border: 1px solid #ef972c;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 25px;
    transition-property: background, color;
    transition-duration: 0.5s;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #de8d2a;
    border: 1px solid #de8d2a;
}

input[type="text"], 
input[type="password"], 
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}

.form-control:focus {
    border-color: #ef972c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(239,151,44,.075),0 0 8px rgba(239,151,44,.075);
    box-shadow: inset 0 1px 1px rgba(239,151,44,.075),0 0 8px rgba(239,151,44,.075);
}

textarea.form-control{
    border-radius: 0;
    color: #000;
}

form{
    margin: 50px 0 0 0;
}

.clr-red{
    color: red;
}

.form-inline .form-group{
    width: 48%;
    margin-bottom: 15px;
}

.form-inline .form-group:last-child{
    float: right;
}

.form-inline .form-control{
    width: 100%;
}

label{
    display: block;
    font-weight: 400;
    font-size: 15px;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
     color: #000;
}

:-ms-input-placeholder {  
    color: #000; 
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required::-webkit-input-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required :-ms-input-placeholder {  
   color: #000; 
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #ffffff;
    text-decoration: none;
    transition-property: color, opacity, background;
    transition-duration: 0.5s;

}

a:hover{
    text-decoration: none;
    color: #ffffff;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    Menu Start
--------------------------------------------------------------*/

li{
    display: inline-block;
}

.main-navigation{
    display: block;
    font-size: 15px;
    padding: 40px 25px;
    text-transform: uppercase;
    background: #ffffff;
    font-weight: 700;
}

.main-navigation li{
    position: relative;
}

.main-navigation a{
    color: #ef972c; 
    padding: 20px 25px; 
}

.main-navigation li.active a,
.main-navigation a:hover{
    background: #ef972c;
    color: #ffffff;
}

.main-navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    top: 72px;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    width: 250px;
    margin-left: 0;
    box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.2);
    background: #ffffff;
    top: 82px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: visibility 0s linear 0.8s,opacity 0.5s linear, top 0.2s linear;
    -o-transition: visibility 0s linear 0.8s,opacity 0.5s linear,top 0.2s linear;
    transition: visibility 0s linear 0.8s,opacity 0.5s linear,top 0.2s linear;
    -webkit-transition: visibility 0s linear 0.8s,opacity 0.5s linear,top 0.2s linear;
    transition-delay: 0.8s, 0s, 0s;
    transition-delay: 0.8s, 0s, 0s;
    transition-delay: 0.8s, 0s;
}

.main-navigation ul ul li,
.main-navigation ul ul li a{
    display: block;
}

.main-navigation ul ul li a{
    padding: 10px 25px;
}



/*--------------------------------------------------------------
        Menu End
--------------------------------------------------------------*/

/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/
body {
    color: #000000;
    font-size: 17px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 2.1;
    font-family: 'Roboto', sans-serif;
}

.txt-uppercase{
    text-transform: uppercase;
}


.fnt-roboto{
    font-family: 'Roboto', sans-serif;
}

.fnt-opensanscond{
    font-family: 'Open Sans Condensed', sans-serif;
}

.fnt-italic{
    font-style: italic;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/*header*/

header{
    z-index: 2;
    position: relative;
}

.top-head{
    font-size: 15px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 3px solid #ffffff;
}

.top-head p{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.top-head img{
    float: left;
    margin-right: 10px;
}

.top-head .col-xs-12{
    display: flex;
    justify-content: space-between;
}

.logo-sec .col-xs-12{
    color: #ffffff;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.logo-sec p a{
    font-size: 26px;
    font-weight: 500;
}

.logo-sec i{
    font-size: 23px;
    margin-right: 5px;
}

/*slick slider*/

.hero-banner{
    position: relative;
    top: -270px;
    margin-bottom: -270px;
    overflow: hidden;
}

.slick-banner li{
    height: 760px;
    background-size: cover !important;
}

.banner-item{
    display: flex !important;
    align-items: center;
    color: #ffffff;
}

.banner-item,
.fcontent{
    font-size: 22px;
    line-height: 1.5;
}

.banner-item h1,
.feature h1{
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-item:after,
.location::after,
.feature::after{
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content{
    z-index: 1;
    margin-top: 180px;
    font-weight: 400;
}

.content p,
.feature p{
    width: 580px;
}

.slick-active .content,
.fcontent{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.click-to-call{
    background: #ef972c;
}

.click-to-call .col-xs-12{
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    color: #ffffff;
    padding: 40px 90px;
    align-items: center;
}


.click-to-call h2{
    color: #ffffff;
    width: 620px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.click-to-call p{
    background: #9a682b;
    width: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    font-weight: 400;
}

.about{
    
    padding: 30px 0 80px;
}

.about .col-sm-7,
.inner-abt .col-xs-12,
.fcontent{
    padding-left: 0px;
}

.about figure{
    position: relative;
    overflow: hidden;
    width: 275px;
    height: 180px;
}

.about figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.95);
    border-top: 4px solid #ef972c;
    padding: 5px 10px;
}

.about li{
    width: 24.28%;
    margin: 0 5px 5px 0;
}

.about li:nth-child(4n){
    margin-right: 0;
}

.about figcaption h3{
    margin: 0;
}

.scale img{
    transition-property: transform;
    transition-duration: 0.5s;
}

.scale img:hover{
    transform: scale(1.1);
}

.style{
    border-bottom: 6px solid #ef972c;
    display: inline-block;
}

.about ul{
    margin-bottom: 30px;
}

.location{
    position: relative;
    background-size: cover !important;
    padding: 40px 0 50px;
}

.location .container{
    position: relative;
    z-index: 1;
}

.location h6{
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 25px;
}

.location::after{
    background: rgba(0,0,0,0.5);
}

.contact-details{
    display: inline-grid;
    width: 33.33%;
    color: #fff;
    float: left;
    font-weight: 300;
    padding-left: 50px;
	box-sizing: border-box;
}

.contact-details li{
   padding-left: 40px;  
   line-height: 1.5;
   margin-bottom: 10px;
}
.contact-details ul li a {
	color:#fff;
}
.contact-details:first-child li{
    background: url('../siteart/map-icon.png') no-repeat left 5px;
    width: 260px;
}

.contact-details:nth-child(2){
   padding-top: 50px; 
}

.contact-details:nth-child(2) li:first-child{
    background: url('../siteart/mail-icon.png') no-repeat left top;
}

.contact-details:nth-child(2) li:last-child{
    background: url('../siteart/phone-icon.png') no-repeat left top;
}

.contact-details-owrap .contact-details:last-child li{
    background: url('../siteart/calendar-icon.png') no-repeat left top;
    width: 180px;
} 

.location .row:nth-child(2){
    margin-bottom: 20px;
}

.google-maps{
    position: relative;
    height: 350px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{
    color: #ffffff;
    font-weight: 300;
    padding: 50px 0;
    border-top: 5px solid #ef972c;
	background: url("../siteart/footer-bg.jpg")top center no-repeat;
    background-size: cover !important;
}

footer .col-sm-8{
    font-size: 15px;
    padding-left: 80px;
}

footer li{
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 90%;
}

footer address{
    padding: 30px 0 0 30px;
}

footer li:first-child{
    padding-left: 0;
}

footer li a:hover{
    text-decoration: underline;
}

footer li:last-child{
    border: 0;
    padding-right: 0
}

.feature{
    background-size: cover !important;
    height: 508px;
    position: relative;
    top: -270px;
    margin-bottom: -270px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.fcontent{
    margin: 250px 0 0 0;
    z-index: 1;
}

.inner-abt{
    
    padding: 40px 0 40px;
}

.back-white {
	background: rgba(231,231,231,0.2)!important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

.wpcf7-form-control-wrap {
    position: static;
}

.right-arrow,
.left-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.right-arrow{
    left: 15px;
}

.left-arrow{
    right: 15px;
}





/*  SCROLLING IMAGE INVENTORY SANDHILLS 
------------------------------------------------*/
.scrolling-wrap {
    width:100%!important;
    height:90px!important;
    overflow:hidden;
	margin:25px 0 0 0;
}
 
.scrolling{
    width:100%!important;
    height:90px!important;
}



/* Footer Styles */

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:15px; color: #ef972c;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:15px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:15px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:15px; color:#fff;}

.divfooter {max-width: auto; text-align: left; margin:0 auto;}



/*  hover apply financing */

.apply-underline:hover {
	text-decoration: underline;
	}


/* captcha align left */
.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left!important;
    padding: 10px;
}
