@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);

#routes {

}

#routes-content {

}

#routes-content h1 {
    color: #330000;
    font-family: abel, sans-serif;
}

#routes-content p {
    color:#363432;
    font-size:18px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}


#themes-top {
    border-top: solid 1px black;
    padding-bottom: 20px;
}

#themes-top h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
}

#themes-top p {
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#themes-bottom {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#themes-bottom h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
}

#themes-bottom p {
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}


.themes-slider {
    margin: 10px auto 10px;
}

.theme-slide {
    height: 140px;
    color: white;
}


#media {
    min-height: 420px;
    background: #663300;
}

#places {
    min-height: 400px;
    background-color: #f5f5f5;
    padding-bottom: 25px;
}

#places h1 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 48px;
}

#places h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
}

.place {
    min-height: 360px;
}

.place h2 {
    padding-top: 15px;
}

.place-detail {
    padding-top: 5px;
    min-height: 60px;
    padding-bottom: 15px;
}

.place-detail h3 {
    margin-top: 0;
    padding-left: 25px;
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 24px;
}

.place-detail p {
    padding-left: 25px;
    padding-right: 25px;
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    min-height: 60px;
}

.place-detail img {
    margin-left: 15px;
}

.place-detail .house {
    width: 300px;
}

#places-1 {
    background-image: url('../images/places/place-1.jpg');
    background-size: cover;
    background-position: center center;
}

#places-2 {
    background-image: url('../images/places/place-2.jpg');
    background-size: cover;
    background-position: center center;
}

#places-3 {
    background-image: url('../images/places/place-3.jpg');
    background-size: cover;
    background-position: center center;
}

#articles {
    min-height: 400px;
    background-color: #f5f5f5;
    padding-bottom: 25px;
}

#articles h1 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 48px;
}

#articles h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
}

.article-detail {
    padding-top: 5px;
    min-height: 60px;
    padding-bottom: 15px;
}

.article-detail h3 {
    margin-top: 0;
    padding-left: 5px;
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 18px;
}

.article-detail p {
    padding-left: 5px;
    padding-right: 5px;
    color:#363432;
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    min-height: 60px;
}

.article-detail img {
    margin-left: 15px;
}


#community {
    min-height: 460px;
    padding-bottom: 25px;
}

.right {
    right: 0;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover{
    color: #255625 ;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #255625;
}

.get {
    background: #255625;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.item {
    padding-left: 35px;
}


.item h1 {
    color: #398439;
    font-family: abel, sans-serif;
    font-size: 48px;
    margin-top: 25px;
}

.item h1 span {
    color:#255625;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item  p {
    color:#363432;
    font-size:16px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    min-height: 200px;
}


#slide-1 {
    background-image: url('../images/slides/slide-1.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}


#slide-2 {
    background-image: url('../images/slides/slide-2.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}


#slide-3 {
    background-image: url('../images/slides/slide-3.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}

#slide-4 {
    background-image: url('../images/slides/slide-4.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}

#slide-5 {
    background-image: url('../images/slides/slide-5.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}

#slide-6 {
    background-image: url('../images/slides/slide-6.jpg');
    background-size: cover;
    height: 600px;
    background-position: center center;
}


.boxed {
    box-shadow: 2px 2px 3px #ddd;
    padding: 4px;
    background: #fff;
    border: 1px solid #e6e4e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 19px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #255625;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index:3;
}

.left-sidebar h2:after, h2.title:after{
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom:8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before{
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

.features_items{
    overflow:hidden;
}

.features_items h2.title {
    color: #255625;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper{
    border:1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom:30px;
}

.single-products {
    position: relative;
}

.single-products:hover .product-overlay {
    display:block;
    height:100%;
}

.productinfo h2{
    color: #398439;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.productinfo img{
    width: 100%;
}

.productinfo{
    position:relative;
}

.product-overlay {
    background: rgba(48,132,48,0.9);
    top: 0;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background:#fff;
    border: 0 none;
    border-radius: 0;
    color: #3A5C83;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background:#fff;
    color: #3A5C83;
}


.product-overlay p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}



.add-to-cart {
    background:#F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #3A5C83;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to{
    margin-bottom: 10px;
}

.add-to-cart i{
    margin-right:5px;
}

.add-to-cart:hover {
    background: #3A5C83;
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i{
    margin-right:5px;
}

.choose ul li a:hover{
    background:none;
    color:#3A5C83;
}

@media (max-width: 600px){

}

@media (min-width: 600px){

}

@media (max-width: 767px) {


    #main-slider {
        display: none;
    }

    #routes {
        padding-top : 116px;
    }

    #routes-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #routes-content h1 {
        margin-top: 5px;
        font-size: 32px;
    }

    .photo {
        width: 100%;
    }
}

@media (min-width: 768px) {

    #main-slider {
        height: 600px;
    }

    .photo {
        margin-top: 60px;
        width: 360px;
    }

    #routes-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #routes-content h1 {
        font-size: 48px;
    }
}