/* CSS Document */

.toggle{
    border-radius: 15px;
}


.menuHarvey {
    float: left;
    width: 48%;
    padding-right: 15px;
}

.item_fulltext{
    display: flow-root;
}

.divBase {
    float: left;
    width: 100%;
}

h1 {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
}

h1, h2, h3 {
    color: #b50000;
    text-transform: CAPITALIZE;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

h3 {
    margin-bottom: 6px;
}
.item {
    margin-bottom: 0px !important;
    padding-top: 40px !important;
}


#main-content-row{
    padding: 70px 0px 70px;
}

#breadcrumbs-row {
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
    background: url(../images/madera50.jpg);
    background-size: auto;
    background-attachment: initial;
}


/*
@media (max-width: 767px) 
{
}

@media (max-width: 480px) 
{

}
@media (min-width: 979px + 1) 
{
}


@media (min-width: 768px) and (max-width: 979px) 
{
}


@media (min-width: 1200px) 
{
}
*/

@media (max-width: 800px) 
{
    .menuHarvey {
    float: left;
    width: 100%;
    padding-right: 15px;
    }
    .wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {

    width: 100%;
    }
    h1 {
    line-height: 1em;
    font-size: 3em;
    }
}
@media (min-width: 1024px) 
{
    .wk-gallery-wall{
        margin-left: auto !important;
        width: 1150px;
    }
}


.page-featured .item .img-intro img {
    border-radius: 0%;
    max-width: 100%;
    border: 0px solid #FFF;
}


.sequence-slider > .sequence-canvas .info .slide-title {
    font-size: 60px !important;
}
.sequence-slider > .sequence-canvas .info p {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.navigation ul.sf-menu ul {
    width: 250px;
}

.navigation ul.sf-menu ul {
    background-color: rgba(51, 39, 23, 0.8);
    padding: 10px 0;
    border-radius: 12px;
}

.navigation ul.sf-menu ul li a {
    line-height: 6px;
    text-transform: initial;
    font-size: 14px;
}

.navigation ul.sf-menu > li > a:hover, .navigation ul.sf-menu > li > a, .sf-with-ul{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.img-intro__left{
    max-width: 100%;
}