
body {
    overflow-x: hidden;
    margin-top: 0px;
}

a {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.no-border-top {
    border-top: none !important;
}


.navbar {
    margin-bottom: 0;

}

.navbar-default {
    background-image: none;
    border-radius: 0;
    border: none;
    background: #FFFFFF;
}

.navbar-brand {
    padding: 2px 10px;
}

.navbar-brand img {
    width: 150%;
    max-width: 150px;
}

.navbar-nav {
    float: left;
}

.navbar-nav > li {
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-shadow: 0px 2px 2px #777;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }

    .navbar-nav > li {
        display: block;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
        float: right;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        padding: 5px 10px;
        margin: 0 auto;
        display: block;
        float: left;
        width: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 8px;
    }
}

.content-box {
    background: #fff;
}

.content h1 {
    font-family: OpenSans-Bold;
    margin: 30px 0 16px 0;
    color: #222;
    font-size: 46px;
    line-height: 44px;
}

.content .img-responsive {
    margin: 0 auto 5px auto;
}

.content p {
    font-family: Arial;
    margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 17px;
    color: #222;
}

.content p.pink-text {
    color: #0198bd;
}

.content p.update {
    border: 1px dotted #000;
    background: #EFFFF7;
    padding: 4px 9px;
}

.content p.update .red-text {
    color: #F00;
}

.content h5 {
    font-family: OpenSans-Regular;
    color: #222;
    margin: 8px 0 20px 0;
    font-size: 21px;
    line-height: 28px;
}

.content h5.pink-border-bottom {
    color: #666;
    border-bottom: 2px solid #0198bd;
    margin-bottom: 15px;
}

.content h4 {
    font-family: OpenSans-Bold;
    font-size: 21px;
    line-height: 28px;
    color: #222;
    margin: 0 0 20px 0;
}

.content p a {
    color: #0198bd;
}

.content p a:hover, .content p a:focus {
    color: #0198bd;
}

.content h3 {
    font-family: OpenSans-Bold;
    color: #222;
    margin: 26px 0;
    font-size: 26px;
}

.content .top-bottom-border {
    width: 100%;
    height: 13px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

.content .revival-box {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content .revival-box2 {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    background: #f5f9fa;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}



.content .revival-box .button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

    .content .revival-text {
        text-align: center;
    }

    .content .revival-box .rev {
        margin-bottom: 15px;
    }

    .content .revival-box .button {
        margin: 0 auto 20px auto;
    }

    .content h1 {
        font-size: 30px;
    }
}

.comments {
    background: #fff;
    padding-bottom: 30px;
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

.recent p, .recent a {
    font-family: Tahoma;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #3B5998;
}

.recent p {
    font-weight: bold;
}

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
}

.media.border-bottom {
    border-bottom: 1px solid #E2E2E2;
}

.media-left img {
    margin-top: 6px;
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: bold;
}

.media-body h4 a:hover, .media-body h4 a:focus {
    color: #3B5998;
}

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 15px;
    margin: 0 0 5px 0;
}

.media-body p.bottom {
    color: #3B5998;
}

.media-body p.bottom .like {
    margin-left: 8px;
}

.media-body p.bottom .time {
    color: #808080;
    border-bottom: 1px dotted #808080;
}

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3B5998;
    margin: 10px 0;
}

.footer {
    width: 100%;
    height: 100px;
    background: #000;
    text-align: center;
    padding-top: 30px;
}

.timer {
    position: fixed;
    width: 100%;
    background: #333333;
    bottom: 0;
    padding: 8px 0 14px 0;
}

.timer p {
    font-family: Opensans-Regular;
    margin: 0;
    color: #fff;
}

.timer .btn {
    font-family: Opensans-Regular;
    margin-top: 3px;
}

.col-md-4{
    padding-top:30px;
}

div.warning{
    color:#434343;
    font-family:OpenSans-Bold;
    padding:22px 12px 0 12px;
    text-align:center;}


.timer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

header, nav {
    display: block;
}
ul {
    font-size: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    font-size: 17px;
}
#header {
    position: relative;
    background-color: #0f1010;
}
.navbar-nav1>li {
    padding: 0 20px;
}
.header-logo {
    float: left;
    margin: 12px 0 0 17px;
}
.header-logo svg {
    width: 121px;
    height: 44px;
    color: #fff;
}
.masthead__actions {
    float: right;
}
.menu-button {
    float: right;
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #2d2d2d;
}
.menu-button span,
.menu-button:after,
.menu-button:before {
    position: absolute;
    content: '';
    clear: both;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background-color: #fff;
}
.menu-button:after {
    top: 27px;
}
.menu-button:before {
    top: 37px;
}
.search-button {
    width: 64px;
    float: right;
    height: 64px;
    border-left: 1px solid #2d2d2d;
    text-align: center;
    line-height: 61px;
}
.search-button img {
    width: 19px;
    height: 63px;
}
.navbar1 {
    border-radius: 0;
    min-height: 0;
    background-color: #2d2d2d;
}
.navbar-nav1 > li {
    padding: 0;
    float:left;
}
.navbar-nav1 > li > a {
    padding: 0 16px;
    height: 64px;
    display: block;
    color: #fff;
    line-height: 64px;
}
.navbar-nav1 > li > a:hover{
    color: #01cfff;
}
.navbar-nav1 > li > a:hover,
.navbar-nav1 > li > a:focus {
    text-decoration: none;
}
.navbar-nav1 > li > a.active {
    background-color: #0f1010;
    border-bottom: 3px solid #01cfff;
}
.navbar-nav1 li a.active {
    color: #01cfff;
}
.add-nav {
    position: relative;
    display: none;
}
.add-nav-opener {
    position: relative;
}
.add-nav-opener:after {
    position: absolute;
    content: '';
    clear: both;
    top: 31px;
    right: 3px;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 4px 4px 0;
}
.add-nav-opener:hover:after {
    border-color: #01cfff transparent transparent;
}
.add-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #2d2d2d;
    text-align: left;
    z-index: 201;
    min-width: 180px;
    display: none;
}
.add-nav-menu li {
    display: none;
}
.add-nav-menu a {
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 5px 15px;
}
.add-nav-menu a:hover {
    text-decoration: none;
    color: #01cfff;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.show {
    display: block !important;
}
.show .add-nav-menu {
    display: block;
}
.show .add-nav-opener {
    color: #01cfff;
}
.show .add-nav-opener:after {
    transform: rotate(180deg);
    border-color: #01cfff transparent transparent;
}
@media (max-width: 1023px) {
    .add-nav {display: list-item;}
    .navbar-nav1 > li:nth-child(11) {display: none;}
    .add-nav-menu li:nth-child(11) {display: list-item;}
}
@media (max-width: 970px) {
    .navbar-nav1 > li:nth-child(10) {display: none;}
    .add-nav-menu li:nth-child(10) {display: list-item;}
}
@media (max-width: 850px) {
    .navbar-nav1 > li:nth-child(9) {display: none;}
    .add-nav-menu li:nth-child(9) {display: list-item;}
}
@media (max-width: 780px) {
    .navbar-nav1 > li:nth-child(8) {display: none;}
    .add-nav-menu li:nth-child(8) {display: list-item;}
}
@media (max-width: 700px) {
    .navbar-nav1 > li:nth-child(7) {display: none;}
    .add-nav-menu li:nth-child(7) {display: list-item;}
}
@media (max-width: 600px) {
    .navbar-nav1 > li:nth-child(6) {display: none;}
    .add-nav-menu li:nth-child(6) {display: list-item;}
}
@media (max-width: 530px) {
    .navbar-nav1 > li:nth-child(5) {display: none;}
    .add-nav-menu li:nth-child(5) {display: list-item;}
}
@media (max-width: 440px) {
    .navbar-nav1 > li:not(:last-child) {display: none;}
    .navbar-nav1 {position: relative;padding-right: 10px;
    }
    .navbar-nav1 > li {float: right;position: static;}
    .add-nav-menu li {display: list-item;}
    .add-nav-menu {width: 100%;}
}
@media (max-width: 425px) {
    .site-navigation {
        display: none;
    }
}
@media (max-width: 374px) {
    .timer {
        font-size: 13px;
    }
    .timer .btn {
        padding: 6px;
        margin-top: 1px;
    }
    .timer .p-r-5 {
        padding-right: 0px !important;
    }
}