﻿
#newsletter-popup-conatiner {
    background-color: rgba(12, 18, 21,0.80);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
}

#newsletter-pop-up {
    background: #ffffff repeat scroll 0 0;
    height: auto;
    left: 50%;
    min-width: 200px;
    max-width: 980px;
    max-height: 724px;
    position: absolute;
    text-align: left;
    padding: 0px;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
}

    #newsletter-pop-up img {
        max-width: 980px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up text {
        max-width: 800px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up .hide-popup {
        background: #ffffff;
        cursor: pointer;
        font-size: 14px;
        line-height: 30px;
        min-width: 100px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -30px;
        color: #d10d0d;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
    }

        #newsletter-pop-up .hide-popup:hover {
            background: #f5f1f1;
            color: #004A6A;
        }

.blog-classic .blog-classic-title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 50px;
    overflow:hidden;
}

.news-v8-content h4{
    height: 52px;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    #newsletter-popup-conatiner {
        width: 100%;
    }

    #newsletter-pop-up {
        background: #ffffff repeat scroll 0 0;
        height: auto;
        left: 50%;
        min-width: 200px;
        max-width: 980px;
        max-height: 724px;
        width: 90%;
        position: absolute;
        text-align: left;
        padding: 10px;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 5px 0 5px 5px;
    }
}


@media only screen and (max-width:992px) {

    #newsletter-popup-conatiner {
        width: 100%;
    }
}
h5 > a {
    color: #a49ddf !important;
}

    h5 > a:hover {
        color: #6d7cb3 !important;
    }

@media (min-width: 1200px) {
    .container {
        width: 1500px;
    }
}

.i-banner-v2 .i-banner-v2-center-align {
    position: absolute;
    top: 80% !important;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px !important;
    line-height: 1.5;
    border-radius: 3px
}

.divider-v1 .divider-v1-element-bg, .divider-v2 .divider-v2-element-bg, .divider-v3 .divider-v3-element-bg {
    background: #447ab3 !important;
}

.logo {
    position:absolute !important;
    margin: 0px 0;
    float: left;
    color: #0d5f83;
    cursor: pointer;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    width: 150px;
    text-align: center;
    z-index:100;
}

.logo:hover {
    color: #915225;
}

.logo img {
    width: 110px;
    height: 64px;
}
    .logo .text {
        margin: 5px 0;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        clear: both;
        width: 300px;
    }

@media (max-width: 990px) {
    .logo {
        
        margin: 0px 0 0 140px;
        float: left;
        color: #0d5f83;
        cursor: pointer;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        width: 150px;
        text-align: center;
        z-index: 100;
    }

        .logo:hover {
            color: #915225;
        }

        .logo img {
            width: 110px;
            height: 64px;
        }

        .logo .text {
            margin: 5px 0;
            text-align: left;
            font-size: 18px;
            font-weight: 700;
            clear: both;
            width: 300px;
        }
}

.btn-red-bg {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #9a231a !important;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn-red-bg:focus, .btn-red-bg:active:focus, .btn-red-bg.active:focus, .btn-red-bg.focus, .btn-red-bg:active.focus, .btn-red-bg.active.focus {
        outline: none;
    }

    .btn-red-bg:hover {
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .btn-red-bg:hover, .btn-red-bg:focus, .btn-red-bg.focus {
        color: #fff;
        background: #000 !important;
        border-color: transparent;
        text-decoration: none;
    }
    .btn-red-bg .btn-base-element-md {
        position: absolute;
        top: 0;
        right: 0;
        background: #8d2018 !important;
        border-left: 1px solid transparent;
        padding: 12px 13px;
    }
.col-md-4-s {
    width: 32%; margin:5px !important;
}

.text-align-justify {
    text-align: justify;
}


