/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro Light';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro Regular';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro Bold';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/**********************************************/
/* Standards */
/**********************************************/
html{
    font-size: 100%;
    height: 100%;
}

body {
    min-width: 320px;
    font-size: 1em;
    font-family: 'Source Sans Pro Regular', Verdana, Arial, sans-serif;
}
h1 {
    margin: 0;
}
h2 {
    margin: 0.2em 0 1em 0;
    font-size: 1.3em;
}
h2.screen-reader-text {
    display: none;
}
a, a:focus, a:hover {
    outline: none;
}

/**********************************************/
/* Page */
/**********************************************/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper {
    z-index: 999999;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #585858;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.9;
    border-top: 2px solid white;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}


/**********************************************/
/* Navbar */
/**********************************************/
.navbar {
    height: 68px;
    max-height: 68px;
    margin-bottom: 0;
    color: #585858;
}
.navbar > div {
    line-height: 3.95em;
}
.navbar-default {
    background-color: white;
    border-radius: 0;
    border: 0;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li a {
    color: white;
    font-size: 1.2em;
    font-family: 'Source Sans Pro Light', Verdana, Arial, sans-serif;
    padding: 7px 15px;
    white-space: nowrap;
}
.navbar-nav>li a:hover, .navbar-nav>li a:focus {
    text-decoration: none;
    background: #646363;
}
#navbar-contact {
    text-align: right;
}
#navbar-contact i {
    padding-left: 0.5em;
}
#navbar-toggle a {
    padding-left: 0;
    padding-top: 4px;
    display: block;
}
#navbar-brand {
    text-align: center;
}
#navbar-brand img {
    max-width: 100%;
}
.navbar a {
    color: #585858;
    text-decoration: none;
    font-size: 1.6em;
}
.navbar a:hover, .navbar a:focus {
    color: #646363;
}
#menu-navigation {
    width: 100%;
    padding-top: 2em;
}
li.nav-part-seperator {
    margin-bottom: 1em;
}
#facebook {
    width: 35px;
    height: 37px;
    display: inline-block;
    background: transparent url('/wp-content/themes/beautifulgarden/img/facebook.png') no-repeat;
}
#facebook:hover {
    background-position: -32px 0;
}
#email {
    width: 35px;
    height: 37px;
    display: inline-block;
    background: transparent url('/wp-content/themes/beautifulgarden/img/email.png') no-repeat;
}
#email:hover {
    background-position: -36px 0;
}
#navbar-contact a div {
    margin-top: 15px;
}


/**********************************************/
/* Projects Home */
/**********************************************/
#projects, #content {
    position: absolute;
    left: 0;
    top: 68px;
    right: 0;
    bottom: 0;
}
.project {
    width: 25%;
    height: 33.33%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: white 2px solid;
    position: relative;
    background: white no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
#projects .project .project-info {
    display: none;
    height: 100%;
    width: 100%;
    color: #585858;
    padding: 15px;
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, 0.8);
}
#projects .project .project-info > span:first-child {
    text-transform: uppercase;
}
#projects .project:hover .project-info {
    display: block;
}


/**********************************************/
/* Projects Detail */
/**********************************************/
article {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
#slider-content {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 112px;
    width: 100%;
}
#slider-content-full {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
#slider-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
#slider-nav li {
    overflow: hidden;
    position: relative;
    height: 107px !important;
}
#slider-nav li:hover, #slider-nav li:focus, li.flex-active-slide:not(.no_pointer) {
    cursor: pointer;
    opacity: 0.5;
}
#slider-nav img {
    /*height: 107px !important;*/
    width: auto;
    position: absolute;
    display: inline-block;
    left: -45%;
    top: -45%;
}
#slider-content #slider .slides li {
    position: absolute !important;
    height:100% !important;
    background: no-repeat center center;
    background-size: cover;
}
#slider-content-full #slider .slides li {
    position: absolute !important;
    height:100% !important;
    background: no-repeat top left;
    background-size: cover;
}
.flexslider {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}
#slider {
    z-index: 0;
}
#text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
}
#text-full {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
}
#text-content {
    color: #585858;
    height: 94%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 50px 30px 30px 30px;
}
#text-content ol, #text-content ul {
    padding-left: 25px;
}
#text-content ol li {
    padding-bottom: 20px;
    list-style: none;
    counter-increment: step-counter;
}
#text-content ul li {
    padding-bottom: 20px;
}
#text-content ol li:before {
    margin-right: 10px;
    content: counter(step-counter)'.';
    font-size: 1.2em;
    font-family: 'Source Sans Pro Bold', Verdana, Arial, sans-serif;
    margin-left: -25px;
}
#text-content a {
    text-decoration: none;
    color: inherit;
}
#text-content a:hover, #text-content a:hover {
    color: #9d9d9c;
    text-decoration: none;
}
#text-content ol li a strong {
    font-size: 1.2em;
    margin-right: 100%;
}
#text-nav {
    position: absolute;
    bottom: 0;
    height: 6%;
    width: 100%;
    padding: 0 30px;
    text-transform: uppercase;
}
#text-nav a {
    color: #333;
    line-height: 1.8em;
    text-decoration: none;
}
#text-nav a:nth-child(2) {
    float: right;
}
button {
    margin-left: 25px;
    text-transform: uppercase;
    color: white;
    background-color: #585858;
    border: 0;
    outline: 0;
    padding: 0.6em 4em;
}
button:hover {
    background-color: #9d9d9c;
}
.text-to-img {
    display: none;
}
#info_btn {
    position: absolute;
    cursor: pointer;
    top: 14px;
    right: 33px;
    width: 27px;
    height: 27px;
    z-index: 99999;
}
#info_btn.close_btn {
    background: transparent url('/wp-content/themes/beautifulgarden/img/close.png') no-repeat;
}
#info_btn.open_btn {
    background: transparent url('/wp-content/themes/beautifulgarden/img/open.png') no-repeat;
}
.custom-navigation .flex-next, .custom-navigation .flex-prev {
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 48px;
    height: 107px;
}
.custom-navigation .flex-next {
     right: 0;
     text-align: right;
     background: transparent url('/wp-content/themes/beautifulgarden/img/right.png') no-repeat;
     background-size: contain;
 }
.custom-navigation .flex-prev {
    left: 0;
    text-align: left;
    background: transparent url('/wp-content/themes/beautifulgarden/img/left.png') no-repeat;
    background-size: contain;
}
.custom-navigation .flex-next:hover, .custom-navigation .flex-next:focus {
    right: 0;
    text-align: right;
    background: transparent url('/wp-content/themes/beautifulgarden/img/right_hover.png') no-repeat;
    background-size: contain;
}
.custom-navigation .flex-prev:hover, .custom-navigation .flex-prev:focus {
    left: 0;
    text-align: left;
    background: transparent url('/wp-content/themes/beautifulgarden/img/left_hover.png') no-repeat;
    background-size: contain;
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
select {
    font-size: 0.9em;
    outline: none;
}
input, textarea {
    width: 100%;
    margin: 0.3em 0;
    font-size: 0.9em;
    padding-left: 4px;
    border-radius: 0;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
select[name="interested"] {
    width: 100%;
    margin: 0.3em 0;
}
input[type="submit"] {
    border: 0;
    color: white;
    padding: 0.4em;
    background-color: #585858;
}
input[type="submit"]:hover {
    border: 0;
    color: white;
    padding: 0.4em;
    background-color: #646363;
}
span.wpcf7-not-valid-tip {
    color: #9d3a41 !important;
    font-size: 0.8em !important;
    margin-bottom: 0.5em !important;
}
div.wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}
div.wpcf7-validation-errors {
    display: none !important;
}
h2.thanks {
    text-align: center;
    margin: 3em 0 0 0;
    font-family: 'Source Sans Pro Bold', Verdana, Arial, sans-serif;
    display: none;
}