﻿@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

html, body { background-color: #ccc; }
.bg-image {
    background-image: url("../img/page-bg.jpg");
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center;
    background-repeat: repeat;
}

.body {
    background-color: #fff;
    max-width: 998px;
    height: 100%;
    margin: auto;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.parallax {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 500px;
}

    .parallax img {
        width: 100%;
        height: 100%;
        display: flex;
    }

.desc-overlay {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 30px;
    color: #FFF;
    left: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

    .desc-overlay p {
        line-height: 15px;
        font-size: 12px;
        text-align: justify;
        font-style: italic;
    }

    .desc-overlay h3 {
        font-family: 'EB Garamond', serif;
    }

.home h3 {
    padding-top: 3px;
}

.desc-overlay h3,
.desc-overlay h2,
.desc-overlay h4,
.desc-overlay h5,
.desc-overlay h1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
}

.box {
    margin-top: 10px;
}

.box-body {
    width: 100%;
    height: 100%;
    position: relative;
}

.title-overlay {
    position: absolute;
    height: 30px;
    font-family: 'EB Garamond', serif;
    text-align: center;
    width: 100%;
    bottom: 0;
    line-height: 30px;
    background-color: rgba(147, 93, 50, 0.6);
}

    .title-overlay a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        font-style: normal;
    }

.breadcrumb {
    border-radius: 0;
}

    .breadcrumb a {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.6);
    }

    .breadcrumb > .active {
        color: rgba(147, 93, 50, 0.6);
    }
/* Widget */

.widget {
    margin-bottom: 60px;
    margin-top: 20px;
}

    .widget .widget-title {
        font-size: 15px;
        margin-bottom: 35px;
        margin-top: 0;
        padding: 0 15px 0 0;
        position: relative;
    }

a {
    text-decoration: none;
}

.widget .widget-title:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 1px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -12px;
}

.widget .widget-title:after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -13px;
    background-color: #000;
}

.widget ul {
    margin: 0px;
    padding: 0px;
}

    .widget ul li:first-child {
        padding-top: 0;
    }

    .widget ul li {
        list-style: none;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
        padding: 10px 0;
    }

        .widget ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget ul li a {
            color: #777;
            font-size: 14px;
        }

            .widget ul li a:hover {
                color: #000000;
            }
/* Widget categories */

.widget.widget_categories ul li {
    color: #999;
}
/* Widget tags */

.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
}

    .widget.widget_tag_cloud .tagcloud a {
        color: #cccccc;
        background: #333333;
        height: 30px;
        line-height: 30px;
        padding: 0 25px;
        margin: 0 5px 5px 0;
        float: left;
        position: relative;
        font-size: 13px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }

        .widget.widget_tag_cloud .tagcloud a:hover {
            color: #fff;
        }
/* Navigation */

.navigation.post-navigation .nav-links {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .navigation.post-navigation .nav-links li {
        list-style: none;
        display: inline-block;
        width: 49%;
        text-align: center;
    }

        .navigation.post-navigation .nav-links li a {
            color: #333333;
            display: block;
            padding: 15px;
            background: rgba(0, 0, 0, 0.1);
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .navigation.post-navigation .nav-links li a:hover {
                background: #333333;
                color: #ffffff;
            }

            .navigation.post-navigation .nav-links li a span {
                color: #777;
            }

            .navigation.post-navigation .nav-links li a:hover span {
                color: #ffffff;
            }

        .navigation.post-navigation .nav-links li.next-post {
            float: right;
        }

footer {
    display: block;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
}
/*Bootstrap Override*/

.navbar-default .navbar-toggle {
    position: absolute;
    right: -1px;
    top: -6px;
    cursor: pointer;
    z-index: 99999;
}

.col-md-12,
.col-md-9 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 38px !important
}

.nav > li > a {
    padding: 10px 14px;
}

.raise-navbar {
    position: absolute;
    z-index: 99;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}


.navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
    border-radius: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active > a:hover {
            color: #fff;
            border-bottom: 2px solid #fff;
            background-color: rgba(31, 27, 27, 0.6);
            transition: 0.2s ease-in;
        }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 150px;
    height: 150px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-15 {
    width: calc(18% - 12.5px);
    float: left;
}

.match-parent {
    width: 100%;
    height: 100%;
}

.form-control {
    border-radius: 0;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="password"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
}

    #contact small {
        padding-bottom: 20px;
    }

    #contact h3 {
        color: #F96;
        display: block;
        font-size: 30px;
        font-weight: 400;
    }

    #contact h4 {
        margin: 5px 0 15px;
        display: block;
        font-size: 13px;
    }

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

    #contact input[type="text"]:hover,
    #contact input[type="password"],
    #contact input[type="email"]:hover,
    #contact input[type="tel"]:hover,
    #contact input[type="url"]:hover,
    #contact textarea:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #AAA;
    }

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

    #contact button[type="submit"]:hover {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #contact button[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 20px;
    }

    .col-md-15 {
        width: calc(25.9% - 12.5px);
        float: left;
        height: 180px;
    }

    .container {
        margin-left: 8px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: calc(21.2% - 12.5px);
        float: left;
    }

    .container {
        margin-left: 2px;
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .col-lg-15 {
        width: calc(18% - 12.5px);
        float: left;
    }
}

.scrollTop {
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 99;
    bottom: 30px;
    cursor: pointer;
    display: none;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 30px;
}

    .scrollTop i {
        text-align: center;
        align-content: center;
        padding-left: 7px;
    }

/*Content*/

p .full-width, p .img-full, p em .img-full, p em .full-width {
    width: 96%;
    padding-right: 22px;
    height: auto;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.text-content {
    text-align: justify;
    width: 71%;
    color: #fff;
    font-size: 13px;
    padding-top: 50px;
    padding-left: 10px;
    height: 100%;
}

    .text-content h4 {
        text-align: center;
        font-size: 15px; 
    }

    .text-content p {
        margin: 0 0 2px !important;
    }

    .page-content p{
        margin: 0;
    }

.sm-item {
    padding-left: 30px;
    line-height: 16px !important;
    color: #FFF;
}
.checkbox-addon {
    cursor: pointer;
}

.carousel {
    overflow: hidden;
}

.carousel-slides-wrapper,
.carousel-slide {
    will-change: transform, opacity;
}

    .carousel-slides-wrapper:after {
        content: " ";
        display: table;
        clear: both;
    }

.carousel-slide {
    float: left;
}

.carousel-pagination-item {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    border: 0;
    padding: 0;
    background: transparent;
    outline: 0;
    -webkit-appearance: none;
}

    .carousel-pagination-item:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        width: .375rem;
        height: .375rem;
        margin-left: -.1875rem;
        margin-top: -.1875rem;
        background-color: #000;
        border-radius: 50%;
        opacity: .9;
        transition: .3s;
    }

.carousel-pagination-selected:after {
    opacity: 1;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
}

.carousel-transition,
.carousel-transition .carousel-slide {
    transition: .5s;
}


.carousel {
    position: relative;
    margin: 2em 0;
}

.carousel-slide {
    box-sizing: border-box;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .5;
}

.slide-wrapper {
    padding-top: 56.25%;
    background-color: #111;
    background-position: center center;
    background-size: cover;
    color: #333;
    font-size: 20em;
    text-align: center;
}

.carousel-slide-selected {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.carousel-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    border: 0;
    opacity: .5;
    background: transparent;
    outline: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.carousel-arrow-prev {
    left: 0;
}

.carousel-arrow-next {
    right: 0;
}

.carousel-pagination {
    text-align: center;
    margin-top: 1em;
}

.carousel-pagination-item:after {
    background-color: #ccc;
}

#ul-read li {
    font-size: 15px !important;
    padding-bottom: 7px;
}

#galleria {
    height: 550px;
}
