/* ==========================================================================
   Popgun
   Author: Kyle McIntosh @ Popgun - popgun.ca
   ========================================================================== */

* { margin:0; padding:0; }

html,
button,
input,
select,
textarea {
    color: #222;
}

html,body{width:100%;height:100%;}

body {
    font-size: 1em;
    line-height: 1.4;
    background:#fefcf5; 
    height:100%; 
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	max-width:100%; 
    width:auto;
    height:auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Styles ================================================== */


body {
	font-family: 'Vollkorn', serif; 
	font-weight: 400; 
	font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color:#534741;
    background:#ffffff; 
}

a, a:visited { outline: none; color: #006666; text-decoration:none; }  
a:hover { outline: none; color:#008c8c; text-decoration:undeline; }  
a:active, a:focus { outline: none; }

h1, h2, h3 {
	color:#339933;
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 300; 
	font-style: normal;
	}
	
h4, h5, h6 {
	color:#222;
	font-family: 'Vollkorn', serif; 
	font-weight: 700; 
	font-style: normal;
	}

h1 {
	font-size:24px;
	color:#009900;
	}

hgroup.more {
	clear:both;
	}	
	
hgroup.more h2,
hgroup.more h6 {
	width:auto;
	display:inline-block;
	}
	
hgroup.more h2 {
	font-size:24px;
	margin-right:20px;
	}

hgroup.more h6 {
	font-size:13px;
	font-family: 'Vollkorn', serif; 
	font-weight: 400; 
	font-style: normal;
	padding-right:18px;
	background: url('../img/elements/arrow-blue.png') no-repeat right 50%;
	line-height:1em;
	}	
	
	
	
/* Structure
----------------------------------------------------------------------------------------*/


#container {
	width:100%;
    margin:0 auto;
}

.content {
	max-width:1000px;
	margin: 0 auto;
	padding:2em 1.5em;
}


.col {
    border:0px solid rgba(0,0,0,0);
    float:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}


.col {
     margin-left:0;
     padding:0;
    }
        
.row .col:first-child {
    margin-left:0;
    }

.span_1 {
    width:100%;
    }
.span_2 {
  width:100%;
  }
.span_3 {
    width:100%;;
    }
.span_4 {
    margin-left:0;
    width:100%;
    }

/* Header
----------------------------------------------------------------------------------------*/

.header-container {
	position:relative;
	background:#fff url('../img/elements/cartographer.png');
	width:100%;
	}
	
#supernav {
	background:#08471f;
	width:100%;
	color:#fff;
	}
	
#supernav .content {
	padding:.5em;
	text-align: right;
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 700; 
	font-size:.8em;
	}

#supernav .content div {
	float:right;
	margin-right:15px;
	padding-left:22px;
}

#supernav .content div a {
	color:#fff;
}

#supernav .content div a:hover {
	color:#cced97
}

#supernav .content div.phone {
	background: url('../img/elements/icon-phone.png') no-repeat 0 50%;
}

#supernav .content div.email {
	background: url('../img/elements/icon-speech.png') no-repeat 0 50%;
}
		
.header-container header {
	max-width:1000px;
	margin:0 auto;
	position:relative;
	}
	
#logo {
	float:left;
	width:30%;
	min-height:50px;
	}
	
#logo img {
	padding:15px 20px 2px;
	}

	
	

/* Home
----------------------------------------------------------------------------------------*/
#home {
	background:#f6f6f6;
	}
	
.flexslider {
	margin: 0 0 30px;
	}
	
.flex-direction-nav a:before {
font-size: 30px;
padding-top: 10px;
}

.flex-direction-nav a {
	color:#339933;
}

	
.homeintro h1 {
	font-weight: 700;
	color:#333;
	font-size:16px;
	}
	
#home .feature {
	background:#fbfbfb;
	padding:30px;
	}

#home .feature h4,
#home .feature h5 {	
	color:#ff3235;
	font-family: 'Vollkorn', serif; 
	font-weight: 700; 
	margin:0 0 10px;
	line-height: 1.5;
	}
	
#home .feature h4 {
	font-size:18px;
	font-style: italic;
	}

#home .feature h5 {
	font-size:16px;
	}
	
#clients {
	background:#fff;
	}

.clientlist {
	border:1px solid #e9e9e9;
	background:#fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:10px;
    margin-bottom:15px;
    margin-bottom:25px;
	}	

.clientlist ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	}	
	
.clientlist li {
	float:left;
	width:16.66666%;
	display:block;
	margin:0;
	text-align: center;
	vertical-align: middle;
	}
	


/* Featured Properties
----------------------------------------------------------------------------------------*/
#featured {
	background:#339933;
	}

#featured h2 {
	color:#fff;
	}
	
#featured hgroup.more h6 {
	background:url('../img/elements/arrow-green.png') no-repeat bottom right;
	}
	
#featured hgroup.more h6 a {
	color:#cced97;
	}
	
#featured hgroup.more h6 a:hover {
	color:#67b555;
	}
	
	
.properties {
	margin-bottom:25px;
	padding-right:0;
	overflow:hidden;
	}
	
.properties .property {
	background:#fff;
	padding:1%;
	width: 30%;
	float:left;
	margin-right:2%;
	margin-bottom:25px;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    min-height: 270px;
	}
	
	
.properties .property:nth-child(3n+3) {
		margin-right:0;
	}

.properties .property:last-child {
	margin-right:0;
	}

.properties .property h4 {
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 700; 
	margin-bottom:5px;
	margin-top:1em;
	}
		
.properties .property h4 a {
	color:#009900;
	font-weight: 700;
	font-size:14px;
	}
	
.properties .property p {
	margin-top:0;
	color:#333;
	font-size:14px;
	}
	
/* Home
----------------------------------------------------------------------------------------*/
#main {
	background:#f6f6f6;
	}
	
#main .intro {
	background:#fbfbfb;
	padding:20px;
	margin-bottom:25px;
    }
    
#main .property {	
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    }
    


/* Single Property
----------------------------------------------------------------------------------------*/

    
.singleproperty {
	background:#fff;
	padding:4.5%;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    margin:40px 0;
	}
	

.breadcrumbs {
	margin-bottom:20px;
	}
	
.breadcrumbs a {
	background:url('../img/elements/arrow-blue.png') no-repeat right 50%;
	padding-right:16px;
	margin-right:5px;
	}
	
	

/* Clients
----------------------------------------------------------------------------------------*/

    
.clientlisting {
	background:#fff;
	padding:25px;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    margin:0 0 25px;
	}
	
.clientlogo	{
	float:none;
	text-align: center;
	width:100%;
	margin-top:0px;
	}
	
.clientcontent	{
	float:none;
	width:100%;
	}
	
.clientcontent h4	{
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 700; 
	color:#339933;
	}
	
.workbtn-wrapper {
	background:#cccccc;
	width:100%;
	text-align: center;
}

/* Blog
----------------------------------------------------------------------------------------*/
	
.blogcontent {
	margin-top:2em;
	background:#fff;
	border:1px solid #fff;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    padding:25px;	
	}
	
.widget {
	background:#fbfbfb;
	padding:15px;
	margin-bottom:20px;
	font-size:.9em;
	}
	
#sidebar1 {
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 400; 
}

#subscribe-blog-blog_subscription-2 input[type="submit"] {
	background:#42b242;
	color:#fff;
	text-shadow: 1px 1px 1px #3ba13b;
    filter: dropshadow(color=#3ba13b, offx=1, offy=1);
    padding: 5px 20px;
    font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 400; 
	text-align: center;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border:0;
}

#subscribe-blog-blog_subscription-2 p {
	font-size:.8em;
}
    

/* Misc
----------------------------------------------------------------------------------------*/

.hero {
	margin:25px 0 35px;
	border:1px solid #fff;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .15);
	}
  
.btnwrapper {
	padding:50px 0;
	margin:0 auto;
	text-align: center;
	width:100%;
	}
	  
a.btn, input.btn {
	background:#42b242;
	color:#fff;
	text-shadow: 1px 1px 1px #3ba13b;
    filter: dropshadow(color=#3ba13b, offx=1, offy=1);
    padding: 15px 50px;
    font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 700; 
	text-align: center;
	    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:0;
	}
  
a.btn:hover, input.btn:hover {
	background:#4cca4c;
	color:#fff;
	}      
    
    

/* Footer
----------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	position:relative;
    bottom:0px;
    background:#fff;
	color:#534741;
	margin:0 auto;
	text-align:left;
	width:95%;
	padding: 2.5%;
	font-family: 'Open Sans', Arial, helvetica, verdana, sans-serif;; 
	font-weight: 400; 
	font-style: normal;
  }
  
#footer .content {
	padding:0;
	}
  
#footer p.copyright { 
	text-align:left;
	float:none;
	color:#bebebe;
	font-size:12px;
	}

div.footernav { 
	margin-bottom:10px;
	}

div.footernav ul {
	list-style: none;
	margin:50px 0 0;
	padding:0;
	}
	
div.footernav ul li {
	text-align: left;
	display:inline-block;
	zoom:1; 
	*display:inline;
	margin:0 15px 0 0;
	font-size:.9em;
	}
	
div.footernav ul li:last-child {
	margin-right:0;
	}
	
div.footernav ul li a {
	color:#666;
	}
	
div.footernav ul li a:hover {
	color:#999;
	}
		
		
#footer div.span_1 {
	margin-right:0;
	padding:0;
	float:right;
	font-size:12px;
	}

#footer div.span_3 {
	padding:0;
	float:left;
	margin-left:0;
	}


#footer h3 {
	font-size:21px;
	margin-top:0;
	}
	
.scrollup {
	width:32px;
	height:32px;			
	text-indent:-9999px;
	opacity:0.5;
	position:fixed;
	bottom:25px;
	right:25px;
	display:none;			
	background: url('../img/elements/scrolltop.png') no-repeat;
	z-index:10;
	}
	



/* ==========================================================================
   Media Queries
   ========================================================================== */
   


@media all and (max-width: 480px) {

.properties {
	margin-bottom:25px;
	}
	
.properties .property {
	background:#fff;
	padding:2.5%;
	width:95%;
	margin-bottom:25px;
	margin-right:0;
	}
	
.properties .property h4 {
	margin-bottom:0;
	}
	
}



@media all and (min-width: 768px) {

.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



        
        .col {
            margin-left:1.5%;
        	padding:0 1.5% 0;
        }
        
        .row .col:first-child {
            margin-left:0;
        }
        
        
        
        .span_1 {
            width:23.875%;
        }
        .span_2 {
            width:49.25%;
        }
        .span_3 {
            width:74.625%;
        }
        .span_4 {
            margin-left:0;
            width:100%;
        }
        

.header-container header {
	margin:0 auto;
	position:relative;
	}
	
#logo {
	float:left;
	width:20%;
	}

.properties {
	padding-right:0;
	}
		
.properties .property {
	float:left;
	margin-right:2%;
	width:30%;
	}
	
.properties .property:last-child {
	margin-right:0;
	}
	
.singleproperty {
	padding:2.5% 1%;
	}
	
.clientlogo	{
	float:left;
	text-align: center;
	width:15%;
	margin-top:20px;
	}
	
.clientcontent	{
	float:right;
	width:80%;
	}
	
div.footernav ul {
	margin:0;
	}

div.footernav { 
	margin-bottom:100px;
	}
	
}




@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

.scrollup {			
	background: url('../img/elements/scrolltop@2x.png') no-repeat;
	background-size: 32px 32px;
	}

       
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}