/* second main menu(under banners)*/
@media (min-width: 768px) {
    .feature-link {
        color: red;
        min-height: 212px;
    }
}
@media (min-width: 1200px) {
    .feature-link {
        color: red;
        min-height: 145px;
    }
}

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
.notification-block .col-md-12 {
    height: 0;
    min-height: 0;
    max-height: 0;
}
.notification {
    background-color: #f4ede6;
    border-radius: 6px 4px 4px 6px;
    -moz-border-radius: 6px 4px 4px 6px;
    -webkit-border-radius: 6px 4px 4px 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 75px;
    width: auto;
    z-index: 20;
    display: none;
    height: 35px;
}
.notification-block .close {
    color: rgb(58, 99, 141);
    font-size: 32px;
    line-height: 33px;
    margin-left: 20px;
    margin-right: 10px;
    opacity: 0.5;
}
.notification-block .close:focus, .notification-block .close:hover {
    opacity: 0.8;
}
.notification-icon {
    background: #0c74aa;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    color: #fff;
    float: left;
    font-size: 25px;
    line-height: 35px;
    margin-right: 17px;
    padding: 0 10px;
    height: 35px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.notification-icon:after {
    background: #0c74aa;
    height: 16px;
    left: 50px;
    margin: -8px 0 0 -10px;
    top: 50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 16px;
    z-index: 1;
}
.notification-icon:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;
}
.notification-title {
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}
.notification-title a {
    line-height: 35px;
    display: block;
    color: #444;
}

.notification-title a:hover {
    color: #08c;
}

/* ======= Feature ======= */
.feature {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
    position: relative;
    z-index: 20;
    clear: both;
}
.feature .feature-item {
    float: left;
    width: 25%;
    position: relative;
}
.feature .feature-item a.feature-link {
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #fcfcfc 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#fcfcfc), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#fcfcfc 50%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #444;
    display: block;
    overflow: hidden;
    padding: 25px 20px;
    position: relative;
    text-decoration: none;
}

.feature .feature-item a.feature-link:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 50%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#f7f7f7), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 50%,#eaeaea 100%);
    background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 50%,#eaeaea 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 50%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 50%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
}

.feature .feature-item a.feature-link:before {
    content: "";
    position: absolute;
}
.feature .feature-item:last-child:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.feature .feature-item a.feature-link:before {
    border-radius: 10px / 100px;
    -moz-border-radius: 10px / 100px;
    -webkit-border-radius: 10px / 100px;
    -ms-border-radius: 10px / 100px;
    -o-border-radius: 10px / 100px;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    left: -26px;
    top: 10px;
    width: 22px;
}

.feature .feature-item:last-child:after {
    border-radius: 10px / 100px;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    right: 1%;
    top: 10px;
    width: 50px;
}

.feature .feature-item strong {
    display: block;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 5px;
    overflow: hidden;
}
.feature .feature-item span {
    display: block;
    line-height: 120%;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.feature .feature-item img {
    float: left;
    margin-right: 20px;
    height: 65px;
}

@media (max-width: 767px) {
    .notification {
        /*top: 30px;*/
        position: relative;
        top: auto;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;

    }
    .notification-block .col-md-12 {
        height: auto !important;
        max-height: 100% !important;
    }
    .notification-icon {
        /*line-height: 50px;*/
        height: auto;
    }
    .notification-icon i {
        margin-left: 90px;
    }
    .notification-icon:after {
        left: 137px;
    }
    .notification-title {
        font-size: 13px;
        white-space: normal;
        float: none;
        overflow: hidden;
    }
    .notification-title a {
        display: block;
        line-height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

