/* ----- BASE STYLES ----- */
hr {
    margin: 20px 0;
}
hr.global-line{
    margin: 0;
}
h3 {
    padding: 0;
    margin: 10px 0;
    line-height: 1.2;
    color: #17191c;
    font-size: 31px;
    font-weight: 700;
}
h3.quote {
    margin: 10px 0;
}
h4{
    padding: 0;
    margin: 10px 0;
    line-height: 1.4;
    color: #17191c;
    font-size: 20px;
    font-weight: 700;
}
.by {
    margin-top: 10px;
    font-size: 18px;
}
.blockquote13{
    padding: 10px 0;
    text-align: center;
}
h1.main-heading {
    font-size: 31px;
    font-weight: 700;
}
.global-header {
    height: auto;
    background: #fff;
}
.logo-text {
    font-size: 26px;
    font-weight: 600;
    /*color: #434343;*/
    margin-top: 0;
    float: right;
    color: #333 !important;
    transform: scale(0.8);
}
.headline-info .author{
    color: #686868;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.global-header p.brand {
    color: #333;
    text-shadow: none;
}
.main-page-header {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.img-small-center {
    margin-bottom: 25px;
    margin-top: 25px;
}
.important_info {
    margin: 40px 0 50px;
    padding: 13px;
    box-shadow: 0 0 10px
    rgba(0, 0, 0, 0.1);
    clear: both;
}
.important_info .title {
    background: #459ef7;
    font-size: 21px;
    line-height: 26px;
    padding: 20px 30px;
    border-radius: 5px;
    font-weight: 700;
    color: #ffffff;
}
.important_info .icontent {
    background: #f4f4c3;
    border-radius: 5px 5px 0 0;
    padding: 20px 30px;
}
.btn_red {
    background-color: #e92c2c!important;
    box-shadow: 0 5px 0 0 #bc1f1f!important;
    color: #ffffff !important;
    width: 100%;
    border: none;
    font-size: 26px;
    line-height: 36px;
    padding: 20px 0;
    border-radius: 5px;
    transition: 0.5s all;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
/*ul{*/
/*    padding-left: 0;*/
/*}*/
li {
    margin: 5px 0;
}
/*.navbar-brand{*/
/*    padding: 20px 0 10px 0;*/
/*}*/
#footer{
    background: #333333;
}
#footer p{
    font-size: 14px;
}
#footer a::before {
    content: '';
    padding: 0 15px;
}
.comments{
    padding: 20px 0;
}
.bold-hr{
    border: 1px solid #17191c;
}
.disclosure em p{
    font-size: 12px;
}
/* ----- SIDEBAR ----- */
.title-top {
    text-align:left;
    font-size:20px;
    margin:2px 0 3px;
    color:#000;
    font-weight:400
}
.title-down {
    text-align:left;
    margin:0 0 17px;
    font-size:16px
}
.check-side {
    text-align:right;
    margin:10px 8px 0 0;
}
.sidebar1 a:hover {
    text-decoration:underline;
}
/* ----- ATTENTION BOXES ----- */
.attention-bottom{
    font-style: italic;
}
/* ----- END ATTENTION BOXES ----- */

/* ----- DISCLAIMER NOTICE ----- */
#disclaimer-notice p{
    font-size: 11px;
    color: #8f8f8f;
    margin-bottom: 10px;
    margin-left: 25px;
}
.global-header .row{
    display: flex;
    align-items: center;
    height: 85px;
}
/* ----- END DISCLAIMER NOTICE ----- */

/* ----- FOOTER ----- */
#footer {
    padding: 15px 0;
    margin-top: 0;
}
/* ----- END FOOTER ----- */

@media (max-width: 320px) {
    .logo-text {
        font-size: 23px;
    }
}
@media (max-width: 575px) {
    footer a {
        padding: 0 5px;
        font-size: 12px;
    }
    .avg-rating {
        width: 100%;
        margin-right: 0;
    }
    .reviews-header-text h3 {
        margin-top: 20px;
    }
    .tags {
        margin-bottom: 20px;
    }
    #header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .logo-text {
        margin-top: 0;
    }
    .video-wrapper {
        margin-bottom: 10px;
    }
    .logo-text {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .global-header p.brand {
        font-size: 16px;
        margin: 10px 2px 0;
    }
    .current-date .vertical-separator {
        display: none;
    }
    .rating-stars-container {
        margin-bottom: 8px;
    }

}
@media (max-width: 768px) {
    .global-header .row {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
}
@media (max-width: 920px) {
    .page-sidebar {
        display: none;
    }
}
@media (min-width: 768px) {
    .page-row>.page-content {
        margin-right: 0 !important;
    }
}
@media (min-width: 921px) {
    .page-row>.page-content {
        float: left;
        width: 100%;
    }
}
@media (min-width: 921px) and (max-width: 999px) {
    .page-row>.page-content {
        width: 100% !important;
    }
}
@media (min-width: 1060px) {
    .page-container {
        width: 852px;
    }
}