/* ------------------------------------------------------------------
Project: Elemente Consulting / Edwina Ling
Version: 1.0
2015
------------------------------------------------------------------ */

/*@import url("slider.css");*/
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
    font-family: "proxima-nova";
	font-weight: 400;
	font-size: 15px;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

/* Selection */

::-moz-selection {
	background:#000;
	color: #fff;
}

::-webkit-selection{
	background:#000;
	color: #fff;
}

::selection{
	background:#000;
	color: #fff;
}

/* Transition elsements */


.navbar-custom {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}


/* Reset box-shadow */

.btn,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}


/* Button style */

.btn {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	padding: 8px 30px;
    text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-border-w {
	background: #b3bcad;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
	width: 18em;
	opacity: 1;
    margin-left: 10px;
}

.btn.btn-border-b {
	background: #5f4e43;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
	width: 18em;
	opacity: 1;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
	background: rgba(199, 208, 197, 0.5);
	border-color: transparent;
	color: rgba(17, 17, 17, 0.8);
}

.btn.btn-border-b:hover,
.btn.btn-border-b:focus {
	background: rgba(95, 78, 67, 0.5);
	border-color: transparent;
	color: rgba(17, 17, 17, 0.8);
}

/* Background */


.bg-light {
	background: #f6f6f6;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
	     ms-animation: load 0.8s infinite linear;
	      o-animation: load 0.8s infinite linear;
	        animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #5e4d42;
    font-weight: 300;
    text-decoration: underline;
}

.no-dec {
    text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: #b3bcad;
	outline: 0;
    font-weight: 300;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.font-alt {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
	background-color: rgba(255, 255, 255, .9);
	border: 0;
	border-radius: 0;
	z-index: 1000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	height: 50px;
}

.navbar-custom .dropdown-menu {
	background: rgba(249, 249, 249, .9);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
    top: 50px;
}

.navbar-custom .navbar-brand {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-transform: lowercase;
}

.navbar-custom .nav li > a {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	position: relative;
	color: #353535;
	padding-top: 22px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.navbar-left .nav li > a {
	font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1.5px;
	font-weight: 400;
	position: relative;
	color: #fff;
	float: left;
}

.navbar-custom .nav li > a:hover {
	color: #c7d0c5;
	opacity: 1;
	background: none;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
	letter-spacing: 2px;
	font-size: 12px;
	color: #3D3D3D;
    text-align: left;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.3);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.3);
	right: 100%;
	left: auto;
}


.navbar-custom .nav > li > a:focus,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
}

.navbar-custom .dropdown-menu > li > a:hover {
	border-bottom: medium none;
	color: #323e48;
	opacity: 0.5;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 60%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #353535;
}


/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero {
	position: relative;
	float: left;
	margin-left: 25%;
	margin-top: 15%;
}

@media only screen and (max-width: 1200px) {

            .hero img.smallscreen { 

                margin: 100px 20px;
            }

    
    .hero-aside .hs-title-size-2 {
            line-height: 1.5;
            letter-spacing: 2px;
            font-weight: 300;
            font-size: 18px;
            opacity: .9;
            text-align: left;
            color: #5e4d42;
            text-transform: uppercase;
            font-family: "Roboto Condensed", sans-serif;
            margin-left:20%;
        }
    
    .hero-aside {
        margin-top: 2%;
        margin-left:20%;
        float: left;
        width: 75%;
    }
    
    .hero-aside .refs {
        float: left;
        margin-right: 0px;
        margin-left:20%;
    }
 }

@media only screen and (min-width: 1201px) {
    .hero-aside {
        margin-top: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .hero img.smallscreen { 

                margin: 15% 5% 5% 25%;
            }
}

@media only screen and (max-width: 767px) {
    .hero-aside .hs-title-size-2 { 
                margin-left: 33%;
            }
    .hero-aside .refs {
        display: none;
    }
    
    .hero-aside {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .hero img.smallscreen { 

        margin: 15% 0 5% 5%;
        float: left;
            }
    .hero-aside .hs-title-size-2 { 
                display: none;
            }
    .about-intro-text p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8;
        }
    
    .about-intro-text .about-title-lg {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 22px;
        opacity: 1;
        text-align: left;
        color: #5f4e43;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }

    .about-intro-text .about-title-sm {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 15px;
        opacity: 1;
        text-align: left;
        color: #c7d0c5;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    .features-content p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8;
    }
    
    .features-content .pad-left {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8;
        padding-left: 15px;
    }
    
    .features-item .features-title {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 17px;
        opacity: 1;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    .features-item {
        padding: 0 0 20px 0;
    }
    
    #services .service-title-sm {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 15px;
        opacity: 1;
        text-align: center;
        color: #c7d0c5;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    #services .service-title-lg {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 22px;
        opacity: 1;
        text-align: center;
        color: #5f4e43;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    .contact-border .service-title-sm {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 15px;
        opacity: 1;
        text-align: center;
        color: #fff;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    .contact-border .service-title-lg {
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 22px;
        opacity: 1;
        text-align: center;
        color: #c7d0c5;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
    }
    
    .contact-border .about-intro-text {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8;
    }
}


        

.hero-aside {
	position: relative;
	float: right;
	margin-right: 30%;
}

.hero-aside a {
	opacity: 1;
    font-weight: 300;
}

.hero-aside a:hover {
	color: #b3bcad;
}

.hero-aside .btn {
	position: relative;
	float: right;
	margin-right: 1em;
}

.hs-title-size-2 {
	line-height: 1.5;
	letter-spacing: 4px;
	font-weight: 300;
	font-size: 28px;
	opacity: 1;
	text-align: right;
    color: #5e4d42;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    
}

.brown {
	color: #5f4e43;
}

.refs {
    margin-top: 30px;
}


/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.navbar-custom + .main {
	margin-top: 50px;
}

.main {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.module {
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.nudge {
    margin-bottom: 200px;
}

.about-intro-text {
	padding: 0 20px 0 20px;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
    line-height: 1.8;
    text-align: left;
}

.lowercase {
	text-transform: lowercase;
}

.about-intro-text big {
	font-size: 16px;
}

.about-title-lg {
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 300;
	font-size: 28px;
	opacity: 1;
	text-align: left;
	color: #5f4e43;
	margin-bottom: 1.5em;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.about-title-sm {
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 18px;
	opacity: 1;
	text-align: left;
	color: #c7d0c5;
	margin-bottom: 1.5em;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.contained {
	border: solid 2px #b3bcad;
	border-radius: 5px;
	padding: 1.5em;
	background-color: rgba(179, 188, 173, 0.15);
	margin-bottom: 3em;
    //margin: 0 0 20px 0;
}

.contained-img {
	border: solid 2px #b3bcad;
	border-radius: 5px;
	margin-bottom: 2em;
}

.service-title-lg {
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 300;
	font-size: 28px;
	opacity: 1;
	text-align: center;
	color: #5f4e43;
	margin-bottom: 1.5em;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.subheads {
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 1200px) {
    .subheads {
        display: none;
    }
}

.subheads ul {
    display: inline-block;
    list-style-type: none;
}

.subheads ul li {
    display: inline;
}

.subheads ul li > a {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
	position: relative;
	color: #5e4d42;
	padding: 0 25px;
    text-decoration: none;
    
}

.subheads li > a:hover {
	color: #b3bcad;
	opacity: 1;
	background: none;
}

.service-title-sm {
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	color: #B3BBB1;
	margin-bottom: 1.5em;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.middle {
	text-align: center;
	margin-bottom: 3em;
}

.features-icon {
	line-height: 1.2;
	font-size: 28px;
	color: #111;
    text-align: center;
}

.features-icon-sm {
	line-height: 1.2;
	font-size: 18px;
	color: #414141;
    text-align: center;
}

.features-title {
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 22px;
	opacity: 1;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.features-item {
	margin: 50px 0 20px 0;
	padding: 5px 0 20px 0;
	text-align: left;
	border: solid 2px #b3bcad;
	border-radius: 5px;
	background-color: rgba(179,188,173,1);
	font-size: 15px;
	font-weight: 300;
}

.features-content {
	margin: 20px 0;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
    line-height: 1.8;
}

.pad-left {
    padding-left: 80px;
}

.subhead {
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 13px;
	opacity: 1;
	text-align: left;
	color: #333;

	text-transform: uppercase;
}

.contact-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 14px;
	color: #111;
	margin: 16px 0 15px;
}

.contact-border {
	border-radius: 5px;
    border: solid 2px #5e4d42;
	background-color: rgba(94,77,66,1);
	padding: 20px;
}

.contact-border a {
	color: #fff;
}

.contact-border a:hover {
	color: #b3bcad;
}

.white {
	color: #ffffff;
}

.green {
    color: #b3bcad;
}



/* Sections dividers */

.divider-w {
	border-top: 1px solid #eaeaea;
	margin: 0;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	padding: 12px 0 0 0;
	
}

.footer a:hover {
	color: #c7d0c5;
}

.copyright {
	margin: 0;
	text-align: left;
    font-size: 11px;
}

.site {
	text-align: right;
    font-size: 11px;
}

@media (max-width: 767px) {
    .site {
        text-align: center;
}

.footer-social-links {
	text-align: center;
}

.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
    margin-top: -10px;
}

.ajax-response {
	text-align: center;
}


/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 3000;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}



/* -------------------------------------------------------------------
Responsive Media Queries
------------------------------------------------------------------- */



@media (min-width: 768px) {

	.navbar-transparent {
		background: transparent;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}


}

@media (max-width: 1200px) {

	/* Features */

	.alt-features-item {
		margin: 20px 0 0;
	}
    
    .hero {
        margin: 0 auto;
    }


}
    

@media (max-width: 767px) {

	/* Navbar */

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom li a:hover {
		background: rgba(255, 255, 255, .1) !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.3) !important;
	}

	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 7px;
		content: "\f106";
	}


	/* Features */

	.features-item {
		margin: 0 0 30px;
	}



	.footer {
		text-align: center;
	}

	.copyright,
	.footer-social-links {
		text-align: center;
		margin: 10px 0;
	}

	/* Scroll up btn*/

	.scroll-up {
		display: none !important;
	}

}




    