/* 
    Document   : main
    Created on : 10/09/2013, 12:13:57 PM
    Author     : AlexArboleda
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

*{
    soutline: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body{
    font: 1.5em/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 70px;
}

#header{
    margin: 17px 0 20px;
}

#mainMenu{
    margin: 30px 0 20px;
}

#mainMenu .logo{
    padding: 10px 0;
}

#menu ul{ list-style: none; margin: 40px 0; padding: 0;}
#menu ul li{ 
    font-size: 20px;
    display: inline-block;
    padding: 0 0.6em;
    border-left: solid thin #fff;
    margin: 0;
    cursor: pointer;
    text-align: left;
    min-width: 120px;
}

#logo, .logo{
    margin: 0 auto;
}

#menu ul li.small{ 
    font-size: 16px;
}

#menu ul li.active{
    font-weight: bold;
}

.news div{
    border-bottom: solid thin #000;
}

#footer .title{
    border-bottom: solid thin #000;
    height: auto;
    overflow: hidden;
    font-family: Helvetica;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

#comments{
    margin: 10px 0;
    background: #dcdcdc;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
}

#comments .item + .item{
    margin-top: 5px;
}

#comments .item h6, #events .item h6{
    padding: 0;
    margin: 0 0 3px;
}

#comments .item h6, #events .item h6{ 
    color: #000;     // VARIABLE 
}

#events .hepb h6{ 
    color: #b31117;
}
#events .cres h6{ 
    color: #008fd3;
}
#events .tren h6{ 
    color: #de8f3a;
}

.responsive-calendar .day.active.hepb a { background: #b31117; }
.responsive-calendar .day.active.cres a { background: #008fd3; }
.responsive-calendar .day.active.tren a { background: #de8f3a; }

#footGallery-hepb{border: 2px solid #b31117;}
#footGallery-cres{border: 2px solid #008fd3;}
#footGallery-tren{border: 2px solid #de8f3a;}


#events .item h6{ 
    font-weight: bold;
}

#events{
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}

#events .item + .item{
    margin-top: 5px;
}

#footGallery{
    clear: both
}

/* CONTENT STYLES */
.newsDate, .eventDate{
    font-style: italic;
    margin-bottom: 20px;
}

.newsItem h3 span, .eventItem h3 span{
    text-align: left;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}

.imgEvent{
    margin-top: 18px;
}

.thumbnail span.likes, .thumbnail span.comments{
    display: none;
}

.media-comment{
    display: none;
}

.media-column img{
    width: 100%;
}

#footer{
    background-color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;

}

@media (min-width: 768px) {
    #mainMenu{
        margin: 100px 0 20px;
    }

    #mainMenu .logo{
        padding: 30px 0;
    }

    #menu ul li{ 
        font-size: 17px;
        display: inline-block;
        float: left;
        padding: 0 0.6em;
        border-left: solid thin #000;
        margin: 20px 0 0;
        cursor: pointer;
        min-width: 20px;
    }

    #menu ul li.small{ 
        font-size: 15px;
    }

    #comments{
        margin: 0;
        background: #dcdcdc;
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }

    #footer .title{
        border-bottom: solid thin #000;
        height: auto;
        overflow: hidden;
        font-family: Helvetica;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .newsItem h3 span, .eventItem h3 span{
        text-align: right;
        font-weight: normal;
        color: #000;
        margin-top: 0px;
    }

}
@media (min-width: 992px) {
    #menu ul li{ 
        font-size: 17px;
        display: inline-block;
        float: left;
        padding: 0 0.6em;
        border-left: solid thin #000;
        margin: 18px 0 0 ;
        cursor: pointer;
    }

    #menu ul li.small{ 
        font-size: 15px;
    }

    #footer{
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;

    }
}
@media (min-width: 1200px) {
    #menu ul li{ 
        font-size: 18px;
        display: inline-block;
        float: left;
        padding: 0 0.6em;
        border-left: solid thin #000;
        margin: 22px 0 0 ;
        cursor: pointer;
    }

    #menu ul li.small{ 
        font-size: 16px;
    }
}

img{border: none !important;}

.pongstagrm, .pongstagrm div{padding: 0;}
.pongstagrm .thumbnail {margin: 0;}
#footGallery .pongstagrm{margin-left: 5px;}
#footGallery .footGalleries{width: 31%;}

.control-label{color: #999;}
.tituloNewsEvents{font-size: 24pt; color: #999; margin-top:70px; border-bottom: thin solid #bbb; padding-bottom: 10px;}