/* here you can put your own css to customize and override the theme */
.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 17px;
    padding-bottom: 14px;
}

@media (min-width: 1250px){
    .container {
        width: 1250px;
    }
}

.btn:hover, .btn:focus {
    box-shadow:2px 2px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.4);
    -moz-box-shadow:2px 2px 10px rgba(0,0,0,0.4);
}

.pre-footer-col {
    padding-bottom: 0px !important; 
}

.pre-footer-col a:hover {
    text-decoration: inherit !important;
}

p {
    text-align: justify;
}

.heading-sm{
    font-size: 135%;
    font-weight: 400;
    color: #44b1c1 !important;
}


/*=======================================================*/
/* Portfolio block */
.portfolio-block {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}
.portfolio-block .row {
    padding: 0;
    margin: 0;
}
.portfolio-block .item {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.portfolio-block .item > a {
    background: rgba(229,74,26,0.85);
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-transform: uppercase;

    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

    color: #fff;
}
.portfolio-block .item:hover > a {
    bottom: 0;
}
.portfolio-block .item > a:hover {
    text-decoration: none;
}
.ie8 .portfolio-block .item > a {
    background: #e54a1a;
}

.portfolio-block .item strong {
    font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 4px;
}
.portfolio-block .item em {
    font: 300 13px "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
}
.portfolio-block .item b {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    border: solid 1px #fff;
    padding: 8px 15px 7px;
}
.portfolio-block .item b:hover {
    background: #fff;
    color: #E85425;
    border-color: #fff;
}
/*=======================================================*/

/*CSSwinner.com Label ==================*/
ul.web-list-h {
    display: block;
    margin: 0px 0px 0px 15px;
    padding: 0
}
ul.web-list-h li {
    display: block;
    float: left;
    width: 100%
}
.w-l-h-block,
.w-l-block {
    margin: 35px 0 0 -15px;
    position: relative;
    border-bottom: 1px solid #44b1c1;
}
a.label {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 7px 38px 0 10px;
    position: absolute;
    left: 10px;
    top: -35px;
    background: #44b1c1;
    color: #fff;
    /*text-transform: uppercase*/
}
a.label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: #fff 35px solid;
    border-left: solid 24px transparent
}
a.label:hover {
    /*background: #373b43*/
    background: #44b1c1;
}
.w-l-h-block a.label,
.ads a.label {
    left: 0
}

.section-title{
    color: #fff;
    font-size: 20px !important;
}
/*End of CSSwinner.com Label ==================*/



/* ============================================== */
/* NEWS Date Block */
.newsItem {
    padding: 0px;
    margin: 7px 0px;
    width: 100%;
    float: left;
    background-color: #efefef;
    /*color: #f00 !important;*/
}

.newsItem:hover {
    background-color: #69C0CD;
}

.newsItem > .newsDate {
    padding: 0px;
    margin-right: 5px;
    width: 81px;
    float: left;
}

.newsItem > .newsDate > .newsDateMonth {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    width: 60%;
    float: left;
    background-color: #aaa;
    color: #666;
}

.newsItem > .newsDate > .newsDateDay {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    width: 40%;
    float: left;
    background-color: #bbb;
    color: #666;
}

.newsItem > .news-title {
    padding: 5px;
    margin-right: 10px;
    width: auto;
    float: left;
    font-size: 14px;
    color: #3e4d5c;
}

.newsItem > .news-title:hover {
    color: #fff;
}


/* End of NEWS Date Block */
/* ============================================== */


/*Events ========================================*/
.service-box-v1 .event {
  background-color: #f7f7f7 !important;
}
/*End of Events =================================*/

/*Past Events ===================================*/
.event-calander {
    background: url(../img/event_gray.png) center center;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #eeeeee;*/
    overflow: hidden;
}

.events-detail {
    display: block;
    margin-left: 65px;
    padding: 5px;
}

.events-detail>h3.heading-sm{
    color: #3e4d5c !important;
}

.events-detail>p{
    color: #3e4d5c !important;
    margin-bottom: 0px;
    margin-top: -5px;
}

.event-v1 {
    background-color: #f5f5f5;
    padding: 8px;
    margin-bottom: 15px;
}

.event-v1:hover {
    box-shadow: 0px 0px 3px 1px #DDD;
}
/*End of Past Events*/
