/* ==========================================================================
	* Template Name: House - Interior Design Responsive Template
	* Description: Interior Design, Architecture, Corporate, and Portfolio Theme.
	* Version: 1.0
	* Author: Denis Griu
	* Website: http://denisgriu.com/house
========================================================================== */

/*
---------------

Table of Contents:

1) Bootstrap Override
2) General Styles
3) Header
4) Slider
5) Site Wrapper
6) Projects
7) Blog
8) About
9) Contact
10) Footer
11) Responsive

--------------
*/

/* ----------------------------------------------------
	1) BOOTSTRAP OVERRIDE
------------------------------------------------------- */

.navbar-nav {
    padding-top: 35px;
}

.navbar-brand {
    padding: 18px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #538725;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #538725;
    background-color: transparent;
}

.navbar-nav > li {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.carousel-caption {
    top: 25%;
    text-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.panel-default {
    border-color: transparent;
}

.panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.carousel-indicators li {
    border: 1px solid #538725;
}

.carousel-indicators .active {
    background-color: #538725;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #538725;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

.pagination {
    border-radius: 0;
}

.form-control {
    height: 46px;
    padding: 12px 18px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #538725;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-toggle {
    margin-top: 35px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #538725;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-collapse {
    text-align: center;
    border-top: none;
    box-shadow: none;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #777;
    background-color: transparent;
}

.dropdown-menu {
    font-size: 13px;
    text-align: left;
    list-style: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    font-weight: 600;
    color: #777;
}

/* ----------------------------------------------------
	2) GENERAL STYLE
------------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
    background-repeat: repeat;
    margin-bottom: 185px;
}

a {
    color: #538725;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c0c0c0;
}

.wrapper-grey {
    background-color: #f2f2f2;
}

.wrapper-white {
    background-color: white;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
}

.header-line {
    border-bottom: 2px solid #538725;
    display: block;
    width: 110px;
    margin: auto;
    margin-bottom: 40px;
}

.pt70 {
    padding-top: 70px;
}

.pt50 {
    padding-top: 50px;
}

.pt25 {
    padding-top: 25px;
}

.pt10 {
    padding-top: 10px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb10 {
    padding-bottom: 10px;
}

.bg-color {
    background-color: #f2f2f2;
}

.white-btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.white-btn:hover {
    background-color: transparent;
    color: #538725;
    border-color: #538725;
}

.orange-btn {
    color: #538725;
    background-color: transparent;
    border-color: #538725;
}

.orange-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.black-btn {
    color: #282828;
    background-color: transparent;
    border-color: #282828;
}

.black-btn:hover {
    color: #538725;
    background-color: transparent;
    border-color: #538725;
}

/* ----------------------------------------------------
	3) HEADER
------------------------------------------------------- */

.header-navbar {
    background-color: white;
    border-color: transparent;
    border-radius: 0;
    min-height: 100px;
    margin-bottom: 0;
    border: none;
}

/* ----------------------------------------------------
	4) SLIDER STYLES
------------------------------------------------------- */

.header-carousel {
    background-color: #282828;
}

.header-carousel-caption {
    z-index: 1;
}

.header-carousel .item {
    height: 420px;
}

.header-carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
}

/* carrousel fade effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* end carrousel fade effect */

/* ----------------------------------------------------
	5) SITE WRAPPER STYLES
------------------------------------------------------- */

.site-wrapper {
    padding-top: 50px;
    padding-bottom: 45px;
}

.site-wrapper p {
    font-size: 16px;
}
.site-wrapper address p {
    font-size: 14px;
}

/* ----------------------------------------------------
	6) PROJECTS STYLES
------------------------------------------------------- */

.facility-text {
    padding: 10px;
    text-align: center;
    background-color: #f2f2f2;
}

.facility-text i {
    color: #538725;
}

.col-facility {
    margin-bottom: 30px;
}

.col-facility h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.col-facility:hover h3 {
    color: #538725;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-facility .thumbnail {
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.col-facility img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-facility img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */

.contact-adress i {
    color: #538725;
    margin-right: 5px;
}

.contact-adress h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
}

#map-canvas {
    height: 400px;
    width: auto;
}

#contact input, select {
    width: 100%;
    padding: 12.9px;
    color: #444;
    background: #fff;
    border: 1px solid #F0F0F0;
    margin: 7px 0px;
    font-weight: 100;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

textarea {
    width: 100%;
    height: 175px;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F2F2F2;
    margin-top: 7px;
    margin-right: 15px;
    font-weight: 100;
}

#contact {
    padding-top: 20px;
    padding-bottom: 40px;
}

#contact input:focus, textarea:focus, select:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
}

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

#message {
    margin: 10px 0;
    padding: 0;
}

/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #282828;
    color: #b6b6b6;
}

#footer a {
    margin-right: 5px;
}

/* ----------------------------------------------------
	QUOTE STYLES
------------------------------------------------------- */

.quote-wrapper {
    min-height: 500px;
    background-size: cover;
}

.quote-wrapper h2 {
    color: white;
    margin-top: 150px;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-shadow: 3px 4px 7px rgba(1, 4, 1, 0.5)
}


@media only screen and (max-width: 900px) {

    .quote-wrapper h2 {
        margin-top: 140px;
        font-size: 45px;
    }
}

@media only screen and (max-width: 700px) {

    .quote-wrapper h2 {
        margin-top: 120px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 500px) {

    .quote-wrapper {
        min-height: 350px;
        background-size: cover;
    }

    .quote-wrapper h2 {
        margin-top: 80px;
        font-size: 27px;
    }
}

/* ----------------------------------------------------
	RESPONSIVE STYLES
------------------------------------------------------- */

@media only screen and (min-width: 1224px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .carousel-caption {
        top: 15%;
    }

    .carousel-caption h1 {
        font-size: 50px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .carousel-caption {
        top: 15%;
    }

    .carousel-caption h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #f2f2f2;
        text-align: center;
    }
    .site-wrapper p {
        font-size: 15px;
    }
}

.project-inner-caption {
    min-height: 145px;
}