﻿
.blog-home-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
    /*background: url(/images/search_bg_pattern.png);*/
    overflow: hidden;
}

.blog-home-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;

}

.blog-home-header {
    padding-top: 54px;
    background: url(/images/nubes.png), url(/images/search_bg_pattern.png);
    background-position: center bottom, 0 0;
    background-repeat: repeat-x, repeat;
    width:100%;
}

.blog-home-header-carrousel, .blog-home-category-top {
    width: 1200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.blog-home-posts-lists {
    width: 70%;
    height: 100%;
    float:left;
    margin-top: 10px;
}


.blog-home-right-menu{
    width: 30%;
    height: 100%;
    float:left;
    padding-left: 10px;
    margin-top: 10px;
}

.menu-category {
    border-top: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-category a {
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-left: 32px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    text-decoration:none;
    font-weight: bold;
    font-size:18px;
}

    .menu-category span {
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        width: 100%;
        display: inline-block;
        color: #062d44;
    }

.menu-newsletter {
    margin-top: 25px;
    border-top: 6px solid #062d44;
    border-bottom: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
}

.menu-newsletter p {
    font-size: 24px;
    padding: 5px;
    text-align: center;
}

.menu-newsletter .btn-newsletter {
    display: block;
    color: #FFFFFF;
    background-color: #00b6d7;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right: auto;
} 

.btn-newsletter:hover {
    cursor: pointer;
}

.socialNetworks-container
{
    overflow:hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -20px;
}

.socialNetworks-container .lnk {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
}



.socialNetworks-container .lnk-facebook {
    background: url("/images/facebook.png") 0 0 no-repeat;
    width: 32px;
    height: 50px;
    margin-right: 10px;
}

.socialNetworks-container .lnk-twitter {
    background: url("/images/twitter.png") 0 0 no-repeat;
    width: 32px;
    height: 50px;
    margin-right: 10px;
}

.socialNetworks-container .lnk-instagram {
    background: url("/images/instagram-icon.png") 0 0 no-repeat;
    width: 42px;
    height: 50px;
    margin-right: 10px;
}
.menu-popular-container {
    margin-top:25px;

}

.menu-popular-content {
    border-top: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-popular-content ul {
    padding-left: 10px;
    text-decoration: none;
}

.menu-popular-content a:hover {
    text-decoration: none;
}

.menu-popular-content li{
    margin-top: 5px;
    list-style: none;
    font-size: 18px;
}

ul.menu-popular-tabs {
    list-style: none;
    display: block;
    padding-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    font-family: Vibur, Arial, Helvetica;
    color: #062d44;
}

.menu-popular-tabs span {
    /*width: 200px;*/
    text-align: center;
    padding: 12px;
    display: block;
}

.menu-popular-tabs li {
    display: inline;
    float: left;
}

.menu-popular-tabs .noselected {
    margin-top: 12px;
    color: #062d44;
    background-color: #f8f8f8;
    font-size: 18px;
    border-top: 1px solid #062d44;
    border-right: 1px solid #062d44;
    cursor: pointer;
}

.menu-popular-tabs li:first-child.noselected {
    border-left: 1px solid #062d44;
}

.menu-popular-tabs li:first-child {
    border-top-left-radius: 8px;

}

.menu-popular-tabs .selected {
    background-color: #f8f8f8;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    border-top: 4px solid #062d44;
    border-left: 4px solid #062d44;
    border-right: 4px solid #062d44;
}

.article-item {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #ffd4d4;
    border-right: 1px solid #ffd4d4;
    border-bottom: 1px solid #ffd4d4;
    border-top: 1px solid #ffd4d4;
    overflow:hidden;
}



.article-item a {
    text-decoration: none;
}

.article-item h1 {
    margin-top: 10px;
    font-size: 24px;

}

.article-item .post-date {
    display: block;
    margin-bottom: 10px;
}

.article-item p {
    margin-top: 16px;
    font-size: 18px;
    display: inline;
}

.article-item p a {
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
}

.article-item-pic {
    width: 280px;
    height: 210px;
    float:left;
    margin-right: 10px;
}

.article-item-pic img {
    width: 100%;
    height: 100%;
}

.article-carrousel {
    padding: 10px;
}

.article-carrousel h1 {
    font-weight: bold;
    color: white;
    font-size: 26px;
}

.article-carrousel p {
    color: white;
    font-size: 18px;
}

    .article-carrousel p a {
        padding-left: 5px;
        font-weight: bold;
        font-size: 22px;
        color: #062d44;
        text-decoration: none;
    }

.article-tags {
    padding-top: 20px;
}

.article-tags li {
    list-style: none;
    float:left;
    display: inline;
}

.article-tags ul {
    display: inline-block;
    width: 200px;
    padding-left: 5px;
}

.article-tags img {
    margin-top: -35px;
}

.topic-tag {
    position: relative;
    margin-bottom: 5px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #717171;
    padding: 5px;
    color: #FFFFFF;
}


.currentPage {
    font-weight: bold;
    border: 2px solid grey;
    color: white;
    padding: 8px;
    background-color: #00b6d7;
    font-size: 28px;
}

.otherPage {
    border: 1px solid grey;
    color: white;
    padding: 6px;
    background-color: #6ddaee;
    font-size: 22px;
}



.otherPage a {
    text-decoration: none;
    color: white;
}


.pageContainer {
    float: right;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.more-posts-container {
    float: right;
    display: block;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-more-posts {
    padding: 15px;
    height: 100%;
    font-size: 24px;
    background-color: #00b6d7;
    border: 2px solid #717171;
    color: white;
    font-weight: bold;
}

.btn-more-posts a {
    text-decoration: none;
    color: white;
}

.btn-more-posts:hover {
    cursor: pointer;
}

/***** START CAMPS CATEGORY ******/
.camp-types {
    width: 100%;
    list-style:none;
    margin:0;padding:0;
    overflow:hidden;
}

.camp-types li {
    float: left;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 15px;
    clear:left;
}

.camp-type-btn {
    display: block;
    color: #FFFFFF;
    background-color: #00b6d7;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

.camp-type-btn-selected {
    background-color: #ffca3c;
    border: 4px solid grey;
    font-size: 16px;
}

.camp-type-btn-unselected {
    background-color: #00b6d7;
}

.camp-types a {
    text-decoration: none;
    color: white;
}

.camp-table {
    width: 90%;
    display: block;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.camp-table caption {
    font-weight: bold;
    font-size: 18px;
}

.camp-row {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #4B4D4E;
    overflow: auto;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
}

.camp-category {
    padding-left: 10px;
    background-color: #00b6d7;
    height: 100%;
    border-left: 3px solid white;
    border-right: 3px solid white;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 25%;
}

td.camp-content {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    background-color: #f5f5f5;
    width: 75%;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100%;
}

.camp-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}

/***** END CAMPS CATEGORY ******/

@media (max-width: 1200px) and (min-width: 892px) {

    .blog-home-header-carrousel {
        width: 100%;
    }

    .blog-home-container {
        width: 100%;
    }

    .blog-home-inner {
        width: 100%;
    }

    .blog-home-header-carrousel, .blog-home-category-top {
        width: 100%;
    }


}

@media (max-width: 892px) {

    .blog-home-header-carrousel {
        width: 100%;
    }

    .blog-home-container {
        width: 100%;
    }

    .blog-home-inner {
        width: 100%;
    }

    .blog-home-posts-lists {
        width: 100%;
    }

    .blog-home-right-menu {
        width: 100%;
        padding-left: 0px;
    }

    .article-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-home-header-carrousel, .blog-home-category-top {
        width: 100%;
    }
}

@media (max-width: 540px) {

    .article-item-pic {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .article-item p {
        margin-top: 10px;
        float:left;
    }

    .article-item-pic img {
        width: 80%;
    }

    .blog-home-header-carrousel, .blog-home-category-top {
        display: none;
    }

}

@media (max-width: 1100px) and (min-width: 892px) {

    .menu-popular-tabs span {
        padding: 6px;
    }

    .menu-popular-tabs .selected {
        padding-top: 7px;
        font-size: 20px;
    }

    .menu-popular-tabs .noselected {
        padding-top: 5px;
        font-size: 15px;
    }


}