﻿/* ICON */
.text_icon_expand_item .tie_icon {
    border-color: #FFF;
}


/* SHORTCODE - BUTTONS */
.sc_button, a.sc_button {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }

.sc_button_round,a.sc_button_round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }

.sc_button_small,a.sc_button_small {
    font-size: 0.7142em;
    padding: 4px 11px 4px 11px;
    margin: 0 11px 14px 0; }

.sc_button_medium,a.sc_button_medium {
    font-size: 0.7857em;
    padding: 6px 13px 6px 13px;
    margin: 0 4px 7px 0; }

.sc_button_large,a.sc_button_large {
    font-size: 0.9285em;
    padding: 8px 16px 8px 16px;
    margin: 0 1px 4px 0; }

.sc_button_blue,a.sc_button_blue {
    background-color: #0175b2;
    color: #ffffff; }

.sc_button_light,a.sc_button_light {
    background-color: #e8e8e8;
    color: #535353; }

.sc_button_dark,a.sc_button_dark {
    background-color: #404547;
    color: #ffffff; }

.sc_button_green,a.sc_button_green {
    background-color: #66C0B6;
    color: #ffffff; }

.sc_button:hover,a.sc_button:hover {
    background-color: #303436;
    color: #ffffff; }


/* TEXT WITH ICON EXPAND */
.text_icon_expand_item_wrapper {
    position: relative;
    height: 140px;
    z-index: 100;
    display:block;
    margin-top: -75px; }

.text_icon_expand_item_wrapper:hover .text_icon_expand_item .tie_icon_wrapper {
    margin: -43px 0 10px 0;
    display: block; }

.text_icon_expand_item {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    margin: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out; }

.text_icon_expand_image_wrapper {
    display: block;
/*  border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #d2d5d6;*/
    overflow: hidden;
    height: 0;
    -webkit-transition: border 0.3s ease-out;
    -moz-transition: border 0.3s ease-out;
    -o-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out; }

.text_icon_expand_item .tie_icon_wrapper {
    margin: -65px 0 10px 0;
    display: block; }
    
.text_icon_expand_item .tie_icon {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 1.7145em;
    font-family:Lato-Light;
    border-width: 3px;
    border-style: solid;
    background-color: #66c0b6;
    color: #4f4f4f;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }

.text_icon_expand_item .tie_content {
    margin: 0 0 0 0;
    display: block;
    color: #666666;
    line-height: 18px;
    padding: 0 26px;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out; }
.text_icon_expand_item .tie_icon img {
    margin-top:-17px;
}
.text_icon_expand_item .tie_text {
    color: #51585b;
    font-size: 1em;
    width:100%;
    height:135px;
    max-height:140px;
    font-family:Lato-Light;
    padding: 14px 0 25px 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }

.text_icon_expand_item .sc_button {
    display: inline-block;
    margin: 0 0 0 0;
    padding-right: 20px;
    padding-left: 19px;
    line-height: 19px;
    font-size: 0.7143em;
    font-family:Lato-Light;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }

.text_icon_expand_item .tie_subtitle {
    display: block;
    color: #6b6b6b;
    margin: 0 0 2px 0;
    padding: 0 26px; }

.text_icon_expand_item .tie_title {
    margin: 0;
    font-family: Lato-Regular;
    font-size: 1.357em;
    line-height: 20px;
    font-weight: bold;
    color: #272727;
    display: block;
    padding: 5px 15px 15px 15px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }

.text_icon_expand_item_wrapper:hover .text_icon_expand_item {   margin: 0 -6px; }

.text_icon_expand_item_wrapper:hover .text_icon_expand_image_wrapper {   height: 150px; }

.text_icon_expand_item_wrapper:hover .tie_content {   height: 162px; }

.text_icon_expand_item_wrapper:hover .text_icon_expand_item {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24); }

.text_icon_expand_item_wrapper:hover .tie_icon { color: #58bbdf; }

.text_icon_expand_item_wrapper:hover .tie_text {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition: opacity 0.3s ease-out 0.2s;
    -o-transition: opacity 0.3s ease-out 0.2s;
    transition: opacity 0.3s ease-out 0.2s; }

.text_icon_expand_item_wrapper:hover .sc_button {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out, color 0.2s linear, background-color 0.2s linear;
    -webkit-transition-delay: 0.2s, 0s, 0s;
    -moz-transition: opacity 0.3s ease-out 0.2s, color 0.2s linear, background-color 0.2s linear;
    -o-transition: opacity 0.3s ease-out 0.2s, color 0.2s linear, background-color 0.2s linear;
    transition: opacity 0.3s ease-out 0.2s, color 0.2s linear, background-color 0.2s linear; }


@media only screen and (max-width: 991px) {
    .text_icon_expand_item_wrapper {
        height: auto;
        margin-top: 0;
    }

    .text_icon_expand_item {
        position: static;
    }
    .text_icon_expand_item .tie_icon_wrapper {
        margin: -50px 0 10px 0;
    }
    .text_icon_expand_item .tie_icon {
        margin-top:7px;
    }
    .text_icon_expand_item .tie_icon img {
        margin-top:-13px;
    }
    .text_icon_expand_image_wrapper {
        height: auto;
    }
    .text_icon_expand_image_wrapper img {
        margin: 0px auto;
    }
    .text_icon_expand_item .tie_content {
        height: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .text_icon_expand_item .tie_subtitle {
        padding-right: 0;
        padding-left: 0;
    }

    .text_icon_expand_item .tie_title {
        padding-right: 0;
        padding-left: 0;
    }

    .text_icon_expand_item .tie_text {
        opacity: 1;
        height:85px;
        max-height:100px;
    }

    .text_icon_expand_item .sc_button {
        opacity: 1;
        margin: 0 0 20px 0;
    }

    .text_icon_expand_item_wrapper:hover .text_icon_expand_item {
        margin: 0;
    }

    .text_icon_expand_item_wrapper:hover .text_icon_expand_image_wrapper {
        height: auto;
    }

    .text_icon_expand_item_wrapper:hover .tie_content {
        height: auto;
    }

    .text_icon_expand_item_wrapper:hover .text_icon_expand_item {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

}


@media only screen and (max-width: 767px) {
    .text_icon_expand_image_wrapper img {
        width:100%;
    }
}

.news-info{
    padding-top:20px;
}
.news-content{
    font-family:Lato-Light;
}
.news-content .post-title, .news-content .post-title a {
    font-size: 1em;
    margin: 0px 0 6px 0;
    color: #272727;
}
.news-content .post-comments {
    color:#FFFFFF;
    font-size:0.786em;
}
.news-content .post-content{
    color: #075466;
}
.news-content .post-content a:hover,.news-content .post-content a:focus{
    color: #FFFFFF;
}
.news-content .post-title a:hover, .news-content .post-title a:focus {
    color: #0078b8;
}

.post-content a{
    color:#FFFFFF;
}