/* 
	Theme Name: Breezewayhouse
	Theme URI: http://breezewayhouse.com.au
	Author: Pxel
	Author URI: http://pxel.com.au
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');
@import url('css/swiper.min.css');
@import url('css/font-awesome.min.css');

*, *::before, *::after {

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    
    outline: none;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

html, body { 
    height: 100%;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%; 
        -ms-text-size-adjust: 100%; 
         -o-text-size-adjust: 100%; 
            text-size-adjust: 100%; 

    -webkit-tap-highlight-color: transparent;
       -moz-tap-highlight-color: transparent;
        -ms-tap-highlight-color: transparent;
         -o-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
}


body {
    
    color: #5c5c5c;
    font: normal 12px/18px 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;

}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0 0 0.8em;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h5, h6 {
    line-height: 110%;
    color: #000;
    text-transform: uppercase;
}
h4 {
	font-weight: bold;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
h1, h4, h5, h6 {
	font-weight: bold;
}
h1 em, h2 em {
    font-weight: bold;
}

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
	color: #7cc345;
}

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 16px; font-weight: bold; text-transform: none; line-height: 1.4em;}

ol, ul {
    list-style-position: outside;
    margin: 0 0 15px 15px;
}

ol ol, ul ul {
    margin-left: 25px;
    margin-bottom: 0;
}

.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.button {
	background: #62ad29 url('images/arrow-small-white.png') no-repeat 95% center;
    text-align: left;
    padding: 10px 15px;
    width: 200px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 3px
}
.button:hover { color: #fff; background-color: #70c62f; } 
.button:visited,
.button:active { color: #fff; }
.content p { font-size: 14px; line-height: 20px; margin-bottom: 20px; }
.content a { color: #62ad29; font-weight: bold; text-decoration: none; }
.content blockquote { padding: 15px; background: #eff6e9; border-left: 3px solid #62ad29; width: 100%; box-sizing: border-box; font-size: 16px; font-style: italic; margin-bottom: 20px;}
.content blockquote p:last-child { margin-bottom: 0; }

input, textarea { -webkit-appearance: none; resize: none; padding: 5px 3px; }



input[type=text], input[type=password], input[type=email], input[type=tel] textarea {
    
    background: #FFF;
    border: 1px solid #e0e0e0;

    font-family: sans-serif;
    font-size: inherit;

    min-height: 25px;
    min-width: 150px;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

textarea {
    width: 90%;
    min-height: 100px;
}

input[type="radio"] { -webkit-appearance: radio; }
input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type=submit] { cursor: pointer; }

select option[disabled] {
    display: none;
}

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: bottom;
}

a, a:active, a:visited { 
    color: #1e809d; 
    text-decoration: none;
}
a:hover { 
    color: #faaf00;
}


/* Alignment */
img.alignright  {float:right; margin:0 0 20px 20px;}
img.alignleft   {float:left; margin:0 20px 20px 0;}
img.aligncenter {display: block; margin: 0 auto;}

.row .container16, .row .container12 {
    width: 100%;
}

.flex { display: flex; }
.row.flex { margin-bottom: 0; } 

/* Animations */
.button-wrapper,
.contacts section a.c-info {
	-webkit-transition: background-position 300ms, background-color 300ms;
	   -moz-transition: background-position 300ms, background-color 300ms;
	    -ms-transition: background-position 300ms, background-color 300ms;
		 -o-transition: background-position 300ms, background-color 300ms;
		    transition: background-position 300ms, background-color 300ms;
}

#content-wrapper-full .left-panel .thumb-list section {
	-webkit-transition: box-shadow 300ms;
	   -moz-transition: box-shadow 300ms;
	    -ms-transition: box-shadow 300ms;
		 -o-transition: box-shadow 300ms;
		    transition: box-shadow 300ms;
}
.hero-image .bot,
.thumb-list .thumb .bot  {
	-webkit-transition: visibility 600ms, opacity 600ms;
	   -moz-transition: visibility 600ms, opacity 600ms;
	    -ms-transition: visibility 600ms, opacity 600ms;
		 -o-transition: visibility 600ms, opacity 600ms;
		    transition: visibility 600ms, opacity 600ms;
}

/* Header Wrapper Full
-------------------------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
}
    
    header a.phone {
        position: absolute;
        right: 10px;
        color: #7cc345;
        font-size: 24px;
    }

    /*Top Header*/
    header #top-header-full {
        background: rgba(0, 0, 0, 0.9);
        position: relative;
        padding: 20px 0;
    }

    header #top-header-full .mobile {
        display: none;
    }
	header #top-header-full .logo {
		max-width: 200px;
		display: block;
	}

	header #top-header-full .desktop-slogan {
		text-align: center;
		padding: 5px 0 0 0;
	}
	header #top-header-full .desktop-slogan .slogan {
		color: #fff; font-size: 16px;
	}
    header #top-header-full .row {
        margin-bottom: 0;
    }

    header #top-header-full nav {
        position: absolute;
        right: 0;
        bottom: -20px;
    }
    header #top-header-nav { background: #424242; box-shadow: 0 2px 5px rgba(0,0,0,0.3); z-index: 100; position: relative; }  

    header #top-header-nav nav ul li {
        list-style: none outside;
        display: inline-block;
    }

       header #top-header-nav nav {
	    	width: 100%;
	    	height: 40px;
	    	
	    	
	    } 
        header #top-header-nav nav ul {
            margin: 0;
            padding: 0;
            text-align: justify;
            width: 100%;
            display: inline-block;
            font-size: 1px;
        }
        header #top-header-nav nav ul:after { 
	         display: inline-block;
	         width: 100%;
	         content: "";
	         height: 0;
	         font-size: 0;
	         line-height: 0;
	    }

        header #top-header-nav nav ul li {
            list-style: none outside;
            display: inline-block;
            text-align: center;
            margin: 0;
            

            position: relative;
			display: inline-block; box-sizing: inherit; float: none; letter-spacing: normal;
        }

        header #top-header-nav nav ul li a {
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 20px;
            padding: 10px 10px;
            display: block;
            font-size: 13px;
            font-weight: bold;
        }

        header #top-header-nav nav > ul > li > a:hover, header #top-header-nav nav  > ul > li:hover > a{
            color: #7cc345;
        }
        header #top-header-nav nav ul li.current-menu-item > a {
            background: #639f35; color: #fff;
        }

        header #top-header-mav nav > ul > li > a {
            padding: 20px 10px;
            display: inline-block;
        }

        /* Dropdown */
        header #top-header-nav nav ul li ul {
            position: absolute;
            z-index: 9;
            display: none;
            padding: 0 10px;
            
            width: 100%;
            width: 300px;
            background: #2b2b2b;
            

        }

         header #top-header-nav nav ul li > ul {
            left: -10px;
            top: 100%;
         }

        header #top-header-nav nav ul li ul li {
            display: inline-block;
            text-align: left;

            padding: 5px 0;
            margin: 0;
            line-height: 25px;
            width: 100%;

        }

        header #top-header-nav nav ul li ul li:last-child {
            border-bottom: none;
        }

        header #top-header-nav  nav ul li ul li.current-menu-item > a, header #top-header-full nav ul li ul li a {
            color: #ffffff;
            text-decoration: none;
        }

        header #top-header-nav nav ul li ul li a:hover {
            color: #0096d5;   
        }



        header #top-header-nav nav ul li ul ul {
            left: 100%;
            top: 0;
        }

        header #top-header-nav nav ul li:hover > ul {
            display: block;
        }

        /*Bottom Header*/
        #home-slider {
	        width: 100%;
	        height: 500px;
	    }
	    #home-slider .swiper-slide {
		    width: 100%;
		    height: 500px;
		    position: relative;
		    -webkit-background-size: cover;
		    background-size: cover;
		    background-position: center center;
		} 
        #home-slider .swiper-slide .cta {

            position: absolute;
            bottom: 0;
            width: 100%;

            background: -moz-linear-gradient(top,  rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.33) 45%, rgba(0,0,0,0.61) 100%);
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.25) 25%,rgba(0,0,0,0.33) 45%,rgba(0,0,0,0.61) 100%);
            background: linear-gradient(to bottom,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.25) 25%,rgba(0,0,0,0.33) 45%,rgba(0,0,0,0.61) 100%); 
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30000000', endColorstr='#9c000000',GradientType=0);

        }

            #home-slider .swiper-slide .cta h2, #home-slider .swiper-slide .cta h2 a {
                color: #ffffff;
                text-decoration: none;
            }

            #home-slider .swiper-slide .cta h2 {
                
                padding: 20px 0;
                margin: 0;
                position: relative;
                text-transform: uppercase;

            }

            #home-slider .swiper-slide .cta a {
                position: absolute;
                right: 10px;
                text-transform: none;
                background: url('images/arrow-big-white.png') no-repeat right center;
                padding: 0 30px 0 0;
                font-size: 16px;
                font-weight: bold;
            }
            
	#page-title	{
		padding-top: 44px;
		background: #91a88f;
		background-size: cover; -webkit-background-size: cover;
		position: relative;
	}
	#page-title:before { content: " "; display: block; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0; }
		#page-title p.sub-title { color: #fff; font-size: 20px; font-style: italic; margin-bottom: 0; }
		#page-title h1,
		#page-title h4 { 
			color: #fff;
			text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
		}
		#page-title h1 { font-size: 32px; font-weight: 400; margin-bottom: 10px;}

/* Content Wrapper Full
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#content-wrapper-full {
    padding: 0;
}
#content-wrapper-full .left-panel, #content-wrapper-full .right-panel {
    float:  left;
}

#content-wrapper-full .row {
   
}
/* Home */
#content-wrapper-full.home,
#content-wrapper-full.custom-builds {
	background:  url('images/concrete_seamless.png') repeat;
}
.home-feats { background: url('images/concrete_seamless.png') repeat; }
.home-feats .card.half { width: 50%; float: left; position: relative; }
.home-feats .card.half .overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 1; }
.home-feats .card.half .v-center { z-index: 2; } 
.home-feats .card.half h2,
.home-feats .card.half h3 {  color: #fff; }

.home-feats .card { height: 300px; background-size: cover; -webkit-background-size: cover; text-align: center; background-position: center center; }
/* Custom Listing */
.thumb-list .thumb {
	width: 100%;
	height: 0; padding-bottom: 56.25%;
	position: relative;
}
.thumb-list .thumb .top,
.thumb-list .thumb .bot { 
	position: absolute; width: 100%; height: 100%; -webkit-background-size: cover; background-size: cover; background-position: center center; 
}
.thumb-list .thumb .bot {
	visibility: hidden; opacity: 0;
}
.thumb-list section:hover .thumb .bot {
	visibility: visible; opacity: 1;
}
.thumb-list .thumb h3 { position: absolute; bottom: 0; }  

/* Custom Single */
.hero-image {
	display: block; width: 100%; position: relative; height: 0; padding-bottom: 60%;
	margin-bottom: 20px;
}
.hero-image .top,
.hero-image .bot {
	display: block; width: 100%; height: 100%; position: absolute;
	-webkit-background-size: cover; background-size: cover;
	background-position: center center;
}
.hero-image .bot {
	visibility: hidden; opacity: 0;
}
.hero-image:hover .bot {
	visibility: visible; opacity: 1;
}
#content-wrapper-full.custom-single .left-panel .config ul,
#content-wrapper-full.concept-single .left-panel .config ul {
		list-style: none;
		margin: 0; padding: 0;
		font-size: 0;
		background: #e2f3d6;
		border-radius: 3px;
		margin-bottom: 20px;
	}
	#content-wrapper-full.custom-single .left-panel .config ul li,
	#content-wrapper-full.concept-single .left-panel .config ul li {
		width: 20%;
		display: inline-block;
		font-size: 15px;
		text-align: center;
		padding: 10px 0;
		color: #000;
		font-weight: bold;
		line-height: 22px;
	}
	#content-wrapper-full.custom-single .left-panel .config ul li i,
	#content-wrapper-full.concept-single .left-panel .config ul li i {
		color: #62ad29;
		font-size: 22px;
		padding-right: 5px;
		line-height: 22px;
	}
	
.stage h3 { display: block; width: 100%; padding: 10px 20px; border-radius: 3px; background: #ddd; color: #000; margin-bottom: 0; clear: both; cursor: pointer; }
.stage h3 + .gallery { display: block; max-height: 0; overflow: hidden; transition: all 0.5s ease-in; padding: 5px 0; opacity: 0; }
.stage .gallery { flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;  max-width: 100%; line-height: 0; -webkit-column-count: 4; -webkit-column-gap: 20px; -moz-column-count: 4; -moz-column-gap: 20px; column-count: 4; column-gap: 20px; }
.stage .gallery figure { display: block; width: 100% !important; margin: 0; } 
.stage .gallery figure img {  margin-bottom: 20px; border-radius: 3px }
.stage h3.toggle { background: #62ad29; color: #fff; }
.stage h3.toggle + .gallery { display: block; max-height: 1200px; padding: 20px 0; opacity: 1; }
.stage figcaption { display: none; }

/* Concept Plan */
.download,
.download-sc { background: #eee; border-radius: 3px; padding: 20px; color: #000; font-size: 18px !important; font-weight: bold; overflow: hidden; margin-bottom: 20px; }

.download .text,
.download-sc .text { float: left; width: calc(100% - 200px); margin-top: 10px;}
.download .text p,
.download-sc .text p { margin-bottom: 0; font-size: 18px; }
.download .button-lg,
.download-sc .button-lg { float: right; background: #7cc345; color: #fff; display: block; padding: 10px 20px; border-radius: 2px; font-size: 14px; }

/* Contact */
.contact .column12 .half { width: calc(50% - 15px); float: left; margin-left: 30px; }
.contact .column12 .half.first { margin-left: 0; }
.contacts section { margin-bottom: 10px; }
.contacts section article { clear: both; overflow: hidden; margin-bottom: 20px; }
.contacts section article .thumb { width: 90px; float: left; margin-right: 20px; }
.contacts section article .thumb img { vertical-align: bottom; }
.contacts section article h3 { margin-bottom: 5px; font-style: italic; }
.contacts section article h6 { margin-bottom: 5px; color: #888;  }
.contacts section article a.c-info { display: inline-block; border-radius: 10px; background: #f5f5f5; color: #444; padding: 0 10px 0 0; margin-bottom: 5px; line-height: 20px;}
.contacts section article a.c-info span { color: #fff; font-weight: bold; background: #62ad29; display: inline-block; border-radius: 10px; width: 20px; height: 20px; text-align: center; margin-right: 5px;}
.contacts section article a:hover.c-info { background-color: #62ad29; color: #fff; }

.office-details section { margin-bottom: 20px; }
.office-details section article h6 { color: #62ad29; margin-bottom: 0px; font-size: 11px;}
.office-details section article h4 { margin-bottom: 5px; }
.office-details section article a { color: #444; }

/* Home for sale */
.home-for-sale section { margin-bottom: 20px; }
.home-for-sale .swiper-container { width: 100%; height: 400px; margin-bottom: 20px; }
.home-for-sale .swiper-container .swiper-slide { background-position: center center; background-size: cover; -webkit-background-size: cover; }
.home-for-sale .swiper-container.for-sale { overflow: hidden; border-radius: 3px; }
.home-for-sale .swiper-container.for-sale:before { content: "FOR SALE"; display: block; position: absolute; width: 300px; height: 100px; color: #fff; padding-top: 60px; padding-bottom: 10px; line-height: 30px; font-size: 24px; background: #c80021; z-index: 10; text-align: center; transform: rotate(-30deg); top: -20px; left: -100px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.home-for-sale .swiper-container.sold { overflow: hidden; border-radius: 3px; }
.home-for-sale .swiper-container.sold:before { content: "SOLD"; display: block; position: absolute; width: 300px; height: 100px; color: #fff; padding-top: 60px; padding-bottom: 10px; line-height: 30px; font-size: 30px; background: #c80021; z-index: 10; text-align: center; transform: rotate(-30deg); top: -20px; left: -100px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.home-for-sale .google-map { position: relative; width: 100%; height: 300px; margin-bottom: 30px; }
.home-for-sale .google-map iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.home-for-sale .left-panel .thumb-list section .thumb { padding-bottom: 40%; }
.home-for-sale .left-panel .thumb-list section .thumb.for-sale:before { content: "FOR SALE"; display: block; position: absolute; width: 300px; height: 100px; color: #fff; padding-top: 60px; padding-bottom: 10px; line-height: 30px; font-size: 24px; background: #c80021; z-index: 10; text-align: center; transform: rotate(-30deg); top: -20px; left: -100px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.home-for-sale .left-panel .thumb-list section .thumb.sold:before { content: "SOLD"; display: block; position: absolute; width: 300px; height: 100px; color: #fff; padding-top: 60px; padding-bottom: 10px; line-height: 30px; font-size: 30px; background: #c80021; z-index: 10; text-align: center; transform: rotate(-30deg); top: -20px; left: -100px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.inline { display: inline; }
.home-for-sale .left-panel .thumb-list section .body h2 { font-size: 18px; margin-bottom: 10px; }
.home-for-sale .left-panel .thumb-list section .body h3 { font-style: italic; }
.home-for-sale .left-panel .thumb-list section .body p { margin-top: 10px; } 
.home-for-sale .left-panel .thumb-list section .body .phone { float: right; line-height: 20px; }
.home-for-sale .left-panel .thumb-list section .body .phone i { font-size: 20px; line-height: 20px; margin-right: 5px; }
.home-for-sale .left-panel .thumb-list section .body .phone h3 { display: inline-block; margin-right: 10px; line-height: 20px; }
.home-for-sale .left-panel .thumb-list section .config ul li { padding: 5px 0 !important; }
.home-for-sale .left-panel .thumb-list section .config ul li span { font-size: 18px;  }

#content-wrapper-full .left-panel .thumb-list section.for-sale { overflow: hidden; position: relative; }
#content-wrapper-full .left-panel .thumb-list section.for-sale:before { content: "FOR SALE"; display: block; position: absolute; width: 220px; height: 80px; color: #fff; padding-top: 50px; padding-bottom: 5px; line-height: 30px; font-size: 18px; background: #c80021; z-index: 10; text-align: center; transform: rotate(-30deg); top: -30px; left: -80px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }

.gallery-page .gallery-filters { margin-bottom: 30px; }
.gallery-page .gallery-filters ul { list-style: none; margin: 0; }
.gallery-page .gallery-filters ul li.active { background: #62ad29; }
.gallery-page .gallery-filters ul li { display: inline-block; list-style: none; padding: 5px 10px; border-radius: 3px; font-size: 14px; margin-right: 5px; line-height: 20px; text-transform: uppercase; font-weight: bold; color: #fff; background: #c0c0c0; cursor: pointer; }
.gallery-page .gallery { flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;  max-width: 100%; line-height: 0; -webkit-column-count: 3; -webkit-column-gap: 20px; -moz-column-count: 3; -moz-column-gap: 20px; column-count: 3; column-gap: 20px; }
.gallery-page .gallery figure { display: block; width: 100% !important; margin: 0; } 
.gallery-page .gallery figure a img { margin-bottom: 20px; border-radius: 3px; }
.gallery-page .gallery.filtered figure { display: none; }
.gallery-page .gallery.filtered figure.active { display: block; }

#content-wrapper-full .video-wrap { width: 100%; padding-bottom: 56.25%; height: 0; position: relative; margin-bottom: 30px;}
#content-wrapper-full .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#content-wrapper-full .left-panel .thumb-list section.video-listing { margin-bottom: 30px; }
#content-wrapper-full .left-panel .thumb-list section.video-listing .body { min-height:  auto; }

.modal-wrap { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 200; top: 0; left: 0; }
.modal-wrap { display: none; }
.modal-wrap.active { display: block; }
.modal-wrap .modal-inner { max-width: 540px; margin: 0 auto;  width: 100%; padding: 0 20px; }
.modal-wrap .modal-inner .form { border-radius: 5px; box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.modal-wrap .modal-inner .form  .form-header { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #fff; text-align: center; padding: 10px 0; background: #666; position: relative;}
.modal-wrap .modal-inner .form  .form-header h2 { margin-bottom: 0; color: #fff; }
.modal-wrap .modal-inner .form  .form-header .close { display: block; height: 20px; width: 20px; text-align: center; line-height: 20px; font-size: 18px; font-weight: bold; background: #999; border-radius: 10px; color: #fff; position: absolute; top: -5px; right: -5px; cursor: pointer; }
.modal-wrap .modal-inner .form  .form-body { background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 15px; }
.modal-wrap .modal-inner .form  .form-body .field-wrap.half { float: left; width: calc(50% - 4px); }
.modal-wrap .modal-inner .form  .form-body .field-wrap.half.first { margin-right: 8px; }
.modal-wrap .modal-inner .form  .form-body .field-wrap { margin-bottom: 8px;  }
.modal-wrap .modal-inner .form  .form-body p.small { text-align: center; }
.modal-wrap .modal-inner .form input[type=text],
.modal-wrap .modal-inner .form input[type=email],
.modal-wrap .modal-inner .form textarea,
.modal-wrap .modal-inner .form select { border: 1px solid #444; border-radius: 3px; box-sizing: border-box; width: 100%; appearance: none; }
.modal-wrap .modal-inner .form select { height: 30px; }
.modal-wrap .modal-inner .form textarea { height: 80px; }
.modal-wrap .modal-inner .form input[type=submit] { border: 0; background: #62ad29; box-shadow: 0; border-radius: 3px; box-sizing: border-box; width: 100%; color: #fff; font-size: 14px; font-weight: bold; width: 240px; margin: 0 auto; display: block; cursor: pointer; appearance: none; height: 35px;}
.modal-wrap .modal-inner .form .form-body .hidden-field { display: none; }
.custom-sidebars ul,
.custom-sidebars ul li { list-style: none; margin: 0; }
.custom-sidebars ul li { margin-bottom: 20px; }
.custom-sidebars ul li .thumb { background-size: cover; width: 100%; height: 0; padding-bottom: 56.25%; border-radius: 5px; overflow: hidden; position: relative; }
.custom-sidebars ul li .thumb h2 { position: absolute; margin-bottom: 10px; bottom: 0;line-height: 30px; font-size: 18px; background: rgba(0,0,0,0.6); width: 100%; text-align: center; color: #fff; }

#content-wrapper-full.custom-builds .left-panel .thumb-list section .body { min-height: 130px; }
#page-title h6 { color: #fff; } 
/* Content Wrapper Full: Left Panel;
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#content-wrapper-full .left-panel{
    overflow: hidden;
    padding: 30px 0 10px;
}

    #content-wrapper-full .left-panel .row:last-child {
        margin-bottom: 0;
    }

    #content-wrapper-full .left-panel .thumb-list .column4 {
    	margin-bottom: 20px;
    	width: 256px;
    	float: none;
    	display: inline-block;
    }

   
    /* Section */
    #content-wrapper-full .left-panel .thumb-list section {
        background: #ffffff;
        border-radius: 3px; overflow: hidden;
        cursor: pointer;
    }
    #content-wrapper-full .left-panel .thumb-list section a > h3 {
        position: relative;
        text-transform: none;
        color: #ffffff;
        margin-bottom: 0;
    }

    #content-wrapper-full .left-panel .thumb-list section a > h3 img {
        display: block;
    }

    #content-wrapper-full .left-panel .thumb-list section a > h3 > span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
    }

    #content-wrapper-full .left-panel .thumb-list section a > h3 em {
        font-weight: bold;
    }

    /* Body */
    #content-wrapper-full .left-panel .thumb-list section .body {
        padding: 10px;
        min-height: 170px;
    }
    #content-wrapper-full .left-panel .thumb-list section .body h3 em { font-weight: bold; }

    #content-wrapper-full .left-panel .thumb-list section .body p:last-child {
        margin-bottom: 0;
    }
	/* Config */
	#content-wrapper-full .left-panel .thumb-list section .config ul {
		list-style: none;
		margin: 0; padding: 0;
		font-size: 0;
		background: #62ad29;
	}
	#content-wrapper-full .left-panel .thumb-list section .config ul li {
		width: 20%;
		display: inline-block;
		font-size: 12px;
		text-align: center;
		padding: 5px 0;
		color: #fff;
		font-weight: bold;
	}
	#content-wrapper-full .left-panel .thumb-list section .config ul li  i {
		color: #fff;
		font-size: 13px;
		padding-right: 2px;
	}
    /* Button Wrapper */
    #content-wrapper-full .left-panel .thumb-list section .button-wrapper {
        background: #62ad29 url('images/arrow-small-white.png') no-repeat 95% center;
        text-align: center;
        padding: 10px 0;
        display: block;
    }
	  #content-wrapper-full .left-panel .thumb-list section .button-wrapper.half { width: 50%; float: left; }
	   #content-wrapper-full .left-panel .thumb-list section .button-wrapper.half.grey { background: #b8b8b8 url('images/arrow-small-white.png') no-repeat 95% center;  }
    #content-wrapper-full .left-panel .thumb-list section a.button-wrapper {
        color: #ffffff;
        text-decoration: none;
        
       
    }

    #content-wrapper-full .left-panel .thumb-list section .button-wrapper {
         font-size: 14px;
         font-weight: bold;
    }
    #content-wrapper-full .left-panel .thumb-list section:hover {
	    box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    } 
    #content-wrapper-full .left-panel .thumb-list section:hover .button-wrapper {
		background-position: 90% center;
		background-color: #47801a;
	}
	#content-wrapper-full .left-panel .thumb-list section:hover .button-wrapper.grey {
		background-position: 95% center;
		background-color: #b8b8b8;
	}
	#content-wrapper-full .left-panel .thumb-list section .button-wrapper.half.grey:hover {
		background-position: 90% center;
		background-color: #8c8c8c;
	}

/* Content Wrapper Full: Right Panel;
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#content-wrapper-full .right-panel{
    display: flex;
}
#content-wrapper-full .right-panel {
	margin-top: -78px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
#content-wrapper-full.home .right-panel {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
    #content-wrapper-full .right-panel aside {

        background: #121212;
        align-items: stretch;
        width: 100%;
        padding: 30px 10px;
    }
     #content-wrapper-full .right-panel aside.fixed .sidebar-inner { position: fixed; top: 29px; }

    #content-wrapper-full .right-panel aside  section > h3 {
        border-bottom: 1px solid #7cc345;
        font-style: italic;
        color: #ffffff;
        padding: 15px 10px;
    }


	#content-wrapper-full .right-panel aside  section .body {
		padding: 0 10px;
	}
    #content-wrapper-full .right-panel aside  section .body ul.list {
        margin: 0;
        padding: 0;
    }
        #content-wrapper-full .right-panel aside  section .body ul.list li, #content-wrapper-full .right-panel aside  section .body ul.list li a {
            color: #7cc345;
            text-decoration: none;
        }

        #content-wrapper-full .right-panel aside  section .body ul.list li {
            list-style: none outside;
            
            margin: 0 0 20px;
            font-size: 16px;
            line-height: 110%;

            overflow: hidden;
            text-overflow: ellipsis;
        }

        #content-wrapper-full .right-panel aside  section .body ul.list li.phone {
            font-size: 24px;
        }

        #content-wrapper-full .right-panel aside  section .body ul.list span.label {
            display: block;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: #ffffff;
        }

    /*Discussion*/

    #content-wrapper-full .right-panel aside  section.discussion > h3 {
        padding: 10px;
        font-style: normal;
        margin: 0;
    }

    #content-wrapper-full .right-panel aside  section.discussion {
        background: #62ad29;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #content-wrapper-full .right-panel aside  section.discussion .body {
        padding: 10px;
        color: #ffffff;
    }

/* After Content Wrapper Full
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#after-content-wrapper-full {
    min-height: 310px;
    background: url('images/after-content-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0 0 0;
    position: relative;
    z-index: 100;
}
    #after-content-wrapper-full .row {
        margin-bottom: 0;
    }

    #after-content-wrapper-full, #after-content-wrapper-full p {
        font-size: 22px;
        line-height: 120%;
        color: #121212;
        line-height: 130%;
    }

    #after-content-wrapper-full p:last-child {
        margin-bottom: 0;
    }

    #after-content-wrapper-full a.button{
        background:  rgba(255, 255, 255, 0.4) url('images/arrow-medium-black.png') no-repeat 90% center;
        padding: 15px 0;
        min-width: 230px;
        text-align: center;
        display: inline-block;
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }


/* Before Footer Wrapper Full
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#before-footer-wrapper-full {
	background: #eee;
	padding: 20px;
	overflow: hidden;
}

#before-footer-wrapper-full .column8{
    overflow: hidden;
}

    #before-footer-wrapper-full ul.list {
        margin: 0;
        padding: 0;
    }
    #before-footer-wrapper-full ul.list li {
        list-style: none outside;
    }

    #before-footer-wrapper-full ul.list li a {
        color: #000;
    }

    #before-footer-wrapper-full ul.list li a span {
        color: #52a314;
        font-weight: bold;
    }

    #before-footer-wrapper-full .button-wrapper {
        display: none;
        text-align: center;
    }

/* Footer Wrapper Full
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer-wrapper-full {
    background: #121212;
    text-align: center;
    position: relative;
    padding: 20px 0;

}

    
    #footer-wrapper-full .row {
        margin-bottom: 0;
        vertical-align: bottom;
        text-align: center;
    }

    #footer-wrapper-full, #footer-wrapper-full a {
        color: #ffffff;
        text-decoration: none;
    }

    #footer-wrapper-full img {
        display: inline-block;
        vertical-align: middle;
    }

    #footer-wrapper-full nav ul {
        margin: 0;
    }

    #footer-wrapper-full nav ul li {
        display: inline-block;
        list-style: none outside;
        margin: 0 10px 0 0;
    }

    #footer-wrapper-full span.copyright, #footer-wrapper-full span.website {
        position: absolute;
        bottom: 0;
    }

    #footer-wrapper-full span.copyright {
        left: 0;
    }

    #footer-wrapper-full span.website {
        right: 0;
    }

    #footer-wrapper-full span.website a{
        color: #a5c58c;

    }



/* Alignment */
img.alignright  {float:right; margin:0 0 20px 20px;}
img.alignleft   {float:left; margin:0 20px 20px 0;}
img.aligncenter {display: block; margin: 0 auto;}

/* Media Query Overrides
-------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1160px) {
	#home-slider, #home-slider .swiper-slide { height: 400px; }
	header #top-header-full nav > ul > li > a { padding: 15px 5px; bottom: -15px; }
	 header #top-header-nav nav ul li a { font-size: 12px; } 
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.column12 .half { width: calc(100%); margin-left: 0; }
	#home-slider, #home-slider .swiper-slide { height: 300px; }
	header #top-header-full nav > ul > li > a { font-size: 9px; padding: 10px 5px; bottom: -10px;}
	header a.phone { font-size: 18px; top: -5px; }
	header #top-header-nav nav ul li a { font-size: 10px; padding: 10px 5px; } 
	#content-wrapper-full.custom-single .left-panel .config ul li .text,
	#content-wrapper-full.concept-single .left-panel .config ul li .text { display: none; }
	.home-for-sale .left-panel .thumb-list section .config ul li span { display: none; }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	#home-slider, #home-slider .swiper-slide { height: 180px; }
	#home-slider .cta h2 { font-size: 16px; }
	#home-slider .cta h2 a { display: none !important; }
    .mobile-hide,
    header #top-header-full .desktop-slogan  {
        display: none;
    }
    
    header {
        background-position: 0 75px;

    }

        /*Top Header Full*/
        #top-header-full .row {
            text-align: center;
        }

        header #top-header-full .row > div {
            margin-bottom: 0;
        }



        header #top-header-full a.logo, header #top-header-full a.phone {
            display: none;
        }

        header #top-header-full .mobile {
            text-align: center;
            display: inline-block;
            width: 100%;
        }

        header #top-header-full .mobile span.left-pane {
            position: absolute;
            left: 0;
            top: 0;

        }
        header #top-header-full .mobile span.left-pane a#mobile-menu, header #top-header-full .mobile span.left-pane a#mobile-email {
            margin: 0 10px 0 0;
        }

        header #top-header-full .mobile a#mobile-logo > img {
            max-width: 50%
        }

        header #top-header-full .mobile a#mobile-phone {
            position: absolute;
            right: 0;
            top: 0;
        }

        header #top-header-full .mobile span.slogan {
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 100%;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-size: 85%;
        }

		header a.phone {
			position: relative;
		}

    	

        header #top-header-nav nav {
        	display: none;
        }
        header #top-header-nav nav.active {
        	display: block;
        	position: absolute;
        	top: 0;
        	left: 0; background: rgba(0,0,0,0.9);
        	z-index: 999;
        	width: 100%;
        }
        header #top-header-nav { 
	    	height: 0;
	     }
	    header #top-header-nav .container16 { width: 100%; }
	      
        header #top-header-nav nav ul li {
	        display: block;
	        width: 100%;
        }
        header #top-header-nav nav ul li a {
	        width: 100%;
	        display: block;
	        background: rgba(0,0,0,0.8);
	        padding: 15px 0;
        }
		header #top-header-nav nav ul li.current-menu-item > a, header #top-header-nav nav > ul > li > a:hover, header #top-header-nav nav  > ul > li:hover > a {
			background: rgba(123, 194, 68, 0.9);
			color: #fff;
			font-weight: bold;
		}

        /* Bottom Header Wrapper Full*/
        #home-slider .swiper-slide h2 {
        	text-align: center;
        	padding: 10px;
        }

        #home-slider .swiper-slide h2 a {
        	position: relative;
        	display: inline-block;
        	margin-top: 20px;
        }
	#page-title h1 { font-size: 24px; }
	

	/* Content Wrapper Full */
    #content-wrapper-full .row {
    	display: inline-block;
    	width: 100%;
        padding-top: 10px;
    }

   	#content-wrapper-full .left-panel, #content-wrapper-full .right-panel {
   		float: none;
   		
   	}

    #content-wrapper-full .left-panel .thumb-list .column4 {
        width: 100%;
        
    }

        #content-wrapper-full .left-panel .thumb-list .column4:nth-child(odd) {
            margin-right: 15px;
        }

        #content-wrapper-full .left-panel .thumb-list .column4:nth-child(3) {
        	margin-right: 15px;
        }

        #content-wrapper-full .left-panel .thumb-list section h3 span {
        	font-size: 85%;
        	font-size: 12px;
        	line-height: 14px;
        }

        #content-wrapper-full .left-panel .thumb-list  section .body, #content-wrapper-full .left-panel .thumb-list section .button-wrapper {
            
        }
        #content-wrapper-full .left-panel .thumb-list section .config ul li {
	        font-size: 9px;
	        width: 20%;
        }
        #content-wrapper-full .left-panel .thumb-list section .config ul li  i {
	        font-size: 9px;
        }
        #content-wrapper-full.custom-single .left-panel .config ul li .text,
		#content-wrapper-full.concept-single .left-panel .config ul li .text { display: none; }

.home-for-sale .left-panel .thumb-list section .config ul li span { display: none; }
#content-wrapper-full.home-for-sale .left-panel .thumb-list section .config ul li,
#content-wrapper-full.home-for-sale .left-panel .thumb-list section .config ul li i { font-size: 14px; }
   	#content-wrapper-full .right-panel {
   		display: none;
   	}
   	.home-feats .card.half { width: 100%; height: 250px; } 
   	
   	.home-for-sale .swiper-container { height: 220px; }
   	.home-for-sale .swiper-container.for-sale:before { content: "FOR SALE";
    display: block;
    position: absolute;
    width: 220px;
    height: 80px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 18px;
    background: #c80021;
    z-index: 10;
    text-align: center;
    transform: rotate(-30deg);
    top: -30px;
    left: -80px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); }

   	#content-wrapper-full .left-panel section > h3 img {
   		width: 100%;
        min-height: 135px;
   	}
   	
   	.column12 .half { width: calc(100%); margin-left: 0; }
   	.contacts section article .thumb  { width: 70px; margin-right: 10px; }
    
   	/* Before Footer */
    #before-footer-wrapper-full .container16 .row {
        margin-bottom: 20px;
    }

    #before-footer-wrapper-full .container16 .column2 {
    	width: 48%;
    	margin: 0 1% 1%;
    }

        #before-footer-wrapper-full .container16 .column2 img {
            width: 100%;

        }

        #before-footer-wrapper-full h2 {
            text-align: center;
        }

        #before-footer-wrapper-full ul.list {
            margin-bottom: 30px;
        }

        #before-footer-wrapper-full ul.list li{
            border-bottom: 2px solid #e6e6e5;
            padding: 5px 0;
        }

        #before-footer-wrapper-full .button-wrapper {
            display: block;
        }
            #before-footer-wrapper-full .button-wrapper a.button{
                background: #7abe45 url('images/arrow-down-white.png') no-repeat 90% center;
                padding: 20px 30px;
                width: 85%;
                display: inline-block;
                font-weight: bold;
                text-decoration: none;
                color: #ffffff;
                font-size: 18px;
            }

    /* Footer */
    #footer-wrapper-full span.copyright, #footer-wrapper-full span.website {
    	position: relative;
    	display: inline-block;
    	width: 100%;
    }
    .download .text, .download-sc .text { width: 100%; margin-bottom: 20px; } 
    .download .button-lg, .download-sc .button-lg { float: none; clear: both; text-align: center; }
}