@supports (-webkit-overflow-scrolling: touch) {

}

.news {
    height: 385px;
    padding-top: 20px;
}

.section-title {
    padding-top: 50px;
}

.section-title {
    font-size: 24px;
}

h2 {
    color: #1C1C45;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
}

h3 {
    color: #4a70c4;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    color: #76787A;
    font-weight: normal;
    line-height: 1.625;
}


a,
a:visited {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625em;
    color: #1C1C45 !important;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid;
    border-color: #fff;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 10px 30px 10px;
    background-color: #fff;
    background: #fff; /* Old browsers */
    -webkit-appearance: none;
    -moz-appearance: none;

    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

a.button:hover {
    color: #fff !important;
    background: #1C1C45;
    border-color: #1C1C45;
    text-decoration: none !important;
}


#blog-section .container .row > div {
    padding-right: 20px;
    padding-left: 20px
}

.blog-item {
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0 0 35px 0;
}

#blog-section .blog-item {
    padding-top: 200px;
}

.blog-item:hover {
    text-decoration: none !important;
}

#blog-section .button {
    position: relative;
    top: 400px;
}

@media (min-width: 768px) AND (max-width: 991px) {
    #blog-section .blog-item {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px ) {

    #blog-section .blog-item {
        margin-right: 10px;
        margin-left: 10px;
    }

    .blog-item.second,
    .blog-item.fourth {
        top: 120px;
    }

    #blog-section .button {
        position: relative;
        top: 260px;
    }

}

.blog-item-img {
    position: relative;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item-img.smaller {
    height: 210px;
}

.blog-item-img.larger {
    height: 250px;
}

.blog-item-img.video::before {
    content: '\f04b';
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 50px;
    line-height: 19px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item:hover .blog-item-img.video::before {
    color: #E2002B;
}

#blog-section .blog-item-img {
    position: absolute;
    left: 5px;
    top: 0;
    height: 240px;
}

#blog-section .blog-item.first .blog-item-img {
    left: -10px;
}

.blog-item-content {
    position: relative;
    padding: 35px 20px 30px 65px;
    background-color: #fff;
    -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#blog-section .blog-item-content {
    left: -5px;
}

#blog-section .blog-item.first .blog-item-content {
    left: 10px;
}

#blog-section .blog-item:hover .blog-item-img,
#blog-section .blog-item:hover .blog-item-content {
    left: 0;
}

.blog-item-date {
    position: absolute;
    left: 20px;
    top: 35px;
    display: inline-block;
    font-family: 'dejavu', sans-serif;
    color: #C8CACE;
    text-align: center;
}

.blog-item-date-day {
    font-family: 'dejavu', sans-serif;
    display: block;
    font-size: 25px;
    line-height: 28px;
}

.blog-item-date-month {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.blog-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: #4a70c4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item:hover h3 {
    color: #4a70c4;
}

.blog-item:hover .blog-item-date {
    color: #ffcc05;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item-content p {
    margin-bottom: 0;
}

.buttonContainer {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 35px;
}