﻿#advertise {
    left: 30px;
    position: absolute;
    padding-top: 52px;
    padding-right: 30px;
}

@media only screen and (max-width: 900px) {
    #advertise {
        display: none;
    }
}

.continue {
    background-color: #006400 !important;
    color: white !important;
    padding: 0px 10px !important;
    display: inline !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    border-radius: 0px !important;
}

.btn-primary {
    background-color: #223a73;
    border-color: #223a73;
}

.text {
    margin: 10px 0;
}

.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

.hidden {
    display: none !important;
}

.element-list {
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: -15px;
    margin-right: -60px;
    overflow: visible !important;
}

    .element-list:before,
    .element-list:after {
        content: "";
        display: table;
    }

    .element-list:after {
        clear: both;
    }

.element-box .inner:before,
.element-box .inner:after {
    content: "";
    display: table;
}

.element-box .inner:after {
    clear: both;
}

.more-cont {
    white-space: nowrap;
    word-wrap: inherit;
}

    .more-cont a {
        padding-right: 5px;
        font-weight: 600;
        color: #2c7395;
    }

.image {
    width: 50%;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .image img {
        width: 100%;
        height: 225px;
    }

.info {
    overflow: hidden !important;
    padding-right: 20px;
    line-height: 2.0;
}

.title {
    margin-bottom: 10px !important;
    margin: 0px;
}

    .title a {
        font-size: 16px;
        line-height: 1.1;
        text-overflow: inherit;
        overflow: visible;
        white-space: inherit;
        color: #223a73;
    }

.element-box {
    margin-bottom: 10px;
    border-bottom: 1px solid #223a73;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.inner {
    padding: 0;
}

.element-box .inner {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    word-wrap: break-word;
    white-space: inherit;
    *
  zoom: 1;
}

.text {
    margin: 10px 0;
}

.user {
    margin-bottom: 5px;
    font-weight: 300;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #aab4b8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content a {
        color: #223a73;
        padding: 10px 0px 10px 10px;
        display: block ruby;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.fa-sc {
    padding: 10px !important;
    font-size: 15px !important;
    width: 35px !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50% !important;
}

    .fa-sc:hover {
        opacity: 0.7 !important;
    }

.fa-facebook {
    background: #3B5998 !important;
    color: white !important;
}

.fa-twitter {
    background: #55ACEE !important;
    color: white !important;
}

.fa-google-plus {
    background: #ff4500 !important;
    color: white !important;
}

.fa-whatsapp {
    background: #2cc54e !important;
    color: white !important;
}

.fa-envelope-open {
    background: #00aff0 !important;
    color: white !important;
}

.icon-telegram {
    background: #00aff0 !important;
    color: #ffffff !important;
}

.socialsharing ul li {
    display: -webkit-inline-box;
}
.la-telegram {
    background: #00aff0 !important;
    color: #ffffff !important;
}

.la-envelope-open {
    background: #00aff0 !important;
    color: white !important;
}

