/****************************************
COMMON
****************************************/
html {
    overflow-x: hidden;
}
body {
    color: #000000;
    font-family: 'OpenSansRegular', sans-serif;
	font-weight: normal;
	font-style: normal;
    background-color: #264D4A;
}
h1, 
.h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}
h2, 
.h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}
h3, 
.h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}
h4, 
.h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}
h5, 
.h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}
h6, 
.h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    font-weight: normal;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    h1, 
    .h1 {
        font-size: 22px;
        line-height: 26px;
    }
    h2, 
    .h2 {
        font-size: 20px;
        line-height: 24px;
    }
    h3, 
    .h3 {
        font-size: 18px;
        line-height: 22px;
    }
    h4, 
    .h4 {
        font-size: 16px;
        line-height: 20px;
    }
    h5, 
    .h5 {
        font-size: 14px;
        line-height: 18px;
    }
    h6, 
    .h6 {
        font-size: 12px;
        line-height: 16px;
    }
}
#toc_container {
    width: 100% !important;
}

div.wpcf7 {
    background-color: #214442;
    padding: 30px 25px 25px 25px;
    position: relative;
    border-radius: 4px;
}
.form__title {
    color: #ffffff;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
    cursor: default;
    font-family: "OpenSansSemiBold", sans-serif;
    padding-left: 30px;
    position: relative;
}
.form__title::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url('../../image/icon/mail-icon-white.svg');
    width: 20px;
    height: 16px;
    top: 1px;
    left: 0;
}
.form__subtitle {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    cursor: default;
}
.form__body {
    margin-top: 20px;
}
.form__field {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.wpcf7-form p {
    margin: 0;
}
.form__field .wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 9px 85px 9px 25px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
}
.form__field .wpcf7-form-control::placeholder {
    color: #000000;
    opacity: 1;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    position: absolute;
    bottom: -25px;
}

div.wpcf7-response-output {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    border: 1px solid #2D2C31;
    color: #2D2C31;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    letter-spacing: 1px;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #fff;
    color: #fff;
    background-color: #214442;
    cursor: default;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../../image/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}
.form__field .wpcf7-submit, 
.form__field .wpcf7-submit:focus {
    background-color: #249586;
    background-image: url('../../image/icon/send-icon-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    border: none;
    color: transparent;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
}
.form__field .wpcf7-submit:hover, 
.form__field .wpcf7-submit:active {
    cursor: pointer;
    background-color: #29A998;
}




.page-block .form__field .wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
}
.page-block .form__field {
    position: relative;
    box-shadow: none;
    margin-bottom: 10px;
    color: #ffffff;
}
.page-block .form__field a,
.page-block .form__field a:focus {
    color: #ffffff;
}
.page-block .form__field a:hover,
.page-block .form__field a:active {
    color: #ffffff;
    text-decoration: none;
}
.page-block span.wpcf7-list-item {
    margin: 0 0 0 0;
}
.page-block .form__field .checkbox-1 .wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 3px 7px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    background-color: 
    #ffffff;
    position: relative;
}
.page-block .form__field .checkbox-1 .wpcf7-form-control label {
    display: inline-block;
    margin-bottom: 0;
}

.page-block .wpcf7-submit, 
.page-block .wpcf7-submit:focus {
    background-color:
    #249586;
    background-image: url('../../image/icon/send-icon-white.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 18px 18px;
    border: none;
    color:
    #ffffff;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin: 15px 0;
    padding: 15px 30px 15px 45px;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    border-radius: 2px;
}
.page-block .wpcf7-submit:hover, 
.page-block .wpcf7-submit:active {
    cursor: pointer;
    background-color: #29A998;
}
.page-block span.wpcf7-not-valid-tip {
    color: 
    #fff;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    position: relative;
    bottom: auto;
}
.page-block div.wpcf7 {
    margin-bottom: 30px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}



.scrollToTop, 
.scrollToTop:focus {
    background-color: #249586;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    color: #ffffff;
    padding: 6px 0px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.scrollToTop:hover,
.scrollToTop:active {
    background-color: #ffffff;
    cursor: pointer;
    color: #249586;
    border: 1px solid #249586;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.hidden {
    display: none !important;
}
input,
input:focus,
input:hover,
input:active {
    outline: none !important;
    box-shadow: none !important;
}
a,
a:focus {
    outline: none !important;
    color: #249586;
    text-decoration: underline;
    box-shadow: none !important;
}
a:hover,
a:active {
    outline: none !important;
    color: #214442;
    text-decoration: underline;
    box-shadow: none !important;
}
button,
button:focus,
button:hover,
button:active {
    outline: none !important;
    box-shadow: none !important;
}
textarea,
textarea:focus,
textarea:hover,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
}

#wrapper {
    background-color: #F3F3F3;
}

/****************************************
HEADER
****************************************/

.header__container {
    background-color: #264D4A;
    padding: 20px 0 0 0;
}
.screen-reader-text {
    display: none !important;
}
.header__logo {
    margin-bottom: 20px;
}
.header__logo-img {
    width: 100%;
    height: auto;
    max-width: 244px;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .header__container {
        padding: 10px 0 0 0;
    }
    .header__logo {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    
}


.header__menu {
    margin-bottom: 20px;
}
.header__menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.header__menu ul.menu li {
    position: relative;
}
.header__menu ul.menu > li a,
.header__menu ul.menu > li a:focus {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.header__menu ul.menu > li:hover > a,
.header__menu ul.menu > li > a:hover,
.header__menu ul.menu > li > a:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}
.header__menu ul.menu > li.menu-item-has-children > a {
    padding-right: 15px;
}
.header__menu ul.menu > li.menu-item-has-children > a::after {
    position: absolute;
    top: 10px;
    right: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: block;
    content: '';
}


/*
.header__menu ul.menu > li > ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: none;
    position: absolute;
    background-color: #214442;
    z-index: 99;
    width: 260px;
    left: -15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
*/
.header__menu ul.menu > li > ul.sub-menu {
    list-style: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: calc((100vw - 1140px) / 2 );
    padding-right: calc((100vw - 1140px) / 2 );
    display: none;
    position: fixed;
    background-color: #214442;
    z-index: 99;
    width: 100vw;
    left: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -ms-flex-pack: distribute !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    /*margin-right: -40px;
    justify-content: space-between !important;
    margin-left: -40px;*/
}

.header__menu ul.menu > li:hover > ul.sub-menu {
    display: -ms-flexbox;
    display: flex;
}
.header__menu ul.menu > li > ul.sub-menu > li {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    padding-right: 15px;
    -ms-flex: 0 0 calc(33% - 15px);
    flex: 0 0 calc(33% - 15px);
    max-width: calc(33% - 15px);
}
.header__menu ul.menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > a:focus {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    opacity: 0.7;
}
.header__menu ul.menu > li > ul.sub-menu > li:hover > a,
.header__menu ul.menu > li > ul.sub-menu > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li > a:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}

.header__menu ul.menu > li > ul.sub-menu > li > ul {
    padding: 0;
    margin: 0;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul > li {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > ul > li > a:focus {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul > li:hover > a,
.header__menu ul.menu > li > ul.sub-menu > li > ul > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li > ul > li > a:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 1201px) {
    .header__menu ul.menu > li > ul.sub-menu > li {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 992px) {
    .header__menu {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    
}



.header__search {
    margin-bottom: 20px;
}
.search__form {
    position: relative;
    background-color: #214442;
    padding: 18px 60px 18px 25px;
    border-radius: 4px;
}
.search__field {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.search__field::placeholder {
    color: #ffffff;
    opacity: 1;
}
.search__submit,
.search__submit:focus {
    background-color: transparent;
    background-image: url('../../image/icon/search-icon-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    border: none;
    color: transparent;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.search__submit:hover,
.search__submit:active {
    background-color: transparent;
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .header__search {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    
}


.lang-switcher__container {
    text-align: right;
    margin-bottom: 20px;
}
.lang-switcher .btn-secondary,
.lang-switcher .btn-secondary:focus {
    background-color: #214442;
    border: none;
    text-decoration: none;
    padding: 18px 25px 18px 10px;
    position: relative;
}
.lang-switcher .show .btn-secondary,
.lang-switcher .btn-secondary:hover,
.lang-switcher .btn-secondary:active {
    background-color: #249586;
    border: none;
    text-decoration: none;
    padding: 18px 25px 18px 10px;
    position: relative;
}
.lang-switcher .btn-secondary:after {
    position: absolute;
    top: 30px;
    right: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.lang-select {
    text-align: center;
    max-width: 60px !important;
    min-width: 60px !important;
}
.lang-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.lang-select ul li {
    margin-bottom: 5px;
}
.lang-select ul li:last-child {
    margin-bottom: 0;
}
.lang-select ul li a,
.lang-select ul li a:focus {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.lang-select ul li a:hover,
.lang-select ul li a:active {
    color: #249586;
    text-decoration: none;
}
.lang-select ul li.current-lang a {
    color: #919191;
    cursor: default;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .lang-switcher__container {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    
}



/****************************************
FOOTER
****************************************/

.footer__container {
    background-color: #264D4A;
    padding: 40px 0 15px 0;
}
.footer__logo-img {
    width: 100%;
    height: auto;
    max-width: 244px;
    margin-bottom: 30px;
}
.footer__copyright {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
}
.footer__column {
    margin-bottom: 25px;
}
.footer__column .widget-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: "OpenSansSemiBold", sans-serif;
}
.footer__container .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__column .menu li {
    margin-bottom: 5px;
    display: block;
}
.footer__column .menu li a,
.footer__column .menu li a:focus {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
}
.footer__column .menu li a:hover,
.footer__column .menu li a:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}
.footer__column .widget_text {
    margin-bottom: 15px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}


/****************************************
SIDEBAR
****************************************/

.secondary .widget {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 40px;
}
.secondary .widget.widget_nav_menu {
    box-shadow: none;
}
.secondary .widget-title {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-family: "OpenSansSemiBold", sans-serif;
    margin-bottom: 12px;
}
.secondary .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.secondary .menu li {
    margin-bottom: 8px;
}
.secondary .menu li a,
.secondary .menu li a:focus {
    color: #249586;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.secondary .menu li a:hover,
.secondary .menu li a:active {
    color: #264D4A;
    text-decoration: none;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}


/****************************************
HOME PAGE
****************************************/

/*
.home main {
    background-color: #264D4A;
}
.home .page-block {
    box-shadow: none;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 30px;
    background-color: transparent;
    color: #ffffff;
}
.home .page-block__inner {
    padding: 25px 0;
    border-bottom: none;
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    color: #ffffff;
}
.home .page-block a, 
.home .page-block a:focus {
    color: #ffffff;
    text-decoration: underline;
}
.home .page-block a:hover, 
.home .page-block a:active {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.7;
}
*/
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}


/****************************************
PAGE
****************************************/

.page-block {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #249586;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}
.page-block__poster-container {
    margin-top: 40px;
}
.page-block__header {
    color: #249586;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 25px;
    border-bottom: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
}
.page-block__header span {
    color: #264D4A;
}
.page-block__footer {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 25px;
    text-transform: uppercase;
    cursor: default;
    border-top: 2px solid #EFEFEF;
    background-color: #fff;
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    border-bottom: 4px solid #249586;
    z-index: 99;
}


.page-block__inner {
    padding: 25px 25px;
}
.page-block__inner-no-padding {
    padding: 0;
    margin-bottom: 40px;
}

.page-block__inner .nav-tabs {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #EFEFEF;
    background-color: #F9F9F9;
}
.page-block__inner .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.page-block__inner .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top: 0 solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 25px;
}
.page-block__inner .nav-tabs .nav-item.show .nav-link, 
.page-block__inner .nav-tabs .nav-link.active {
    color: #249586;
    background-color: #fff;
    border-color: #EFEFEF #EFEFEF #fff;
    cursor: default;
    font-family: "OpenSansSemiBold", sans-serif;
}

.page-block__inner > img,
.page-block__inner > p > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-block__inner > img.aligncenter,
.page-block__inner > p > img.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}
.page-block__inner > img.alignleft,
.page-block__inner > p > img.alignleft {
    float: left;
    display: block;
    margin: 0 30px 30px 0;
}
.page-block__inner > img.alignright,
.page-block__inner > p > img.alignright {
    float: right;
    display: block;
    margin: 0 0 30px 30px;
}


.page-block__inner table caption {
    display: none !important;
}
.page-block__inner table thead th {
    background-color: #fff;
    font-weight: normal;
    vertical-align: middle;
    padding: 23px 25px 10px 25px;
    border: none;
    cursor: default;
    text-align: center;
}
.page-block__inner table tbody td {
    padding: 9px 25px 8px 25px;
    font-family: "OpenSansSemiBold", sans-serif;
    text-align: center;
    cursor: default;
    background-color: #fff;
    border: none;
}
.page-block__inner table tbody tr:nth-child(odd) td {
    background-color: #F9F9F9;
}


.page-block__poster {
    text-align: center;
}
.page-title {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    font-family: "OpenSansSemiBold", sans-serif;
    letter-spacing: -1px;
    cursor: default;
    font-weight: normal;
    margin-top: 45px;
    margin-bottom: 15px;
}
.post-meta {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    cursor: default;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 25px;
}
.page-block p {
    margin-bottom: 20px;
}
.page-block ul,
.page-block ol {
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 20px;
}
.page-block blockquote {
    color: #000000;
    margin: 0 0 20px 0;
    padding: 20px 20px 1px 80px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    background-color: #F9F9F9;
    position: relative;
    border-radius: 4px;
}
.page-block blockquote::after {
    top: 20px;
    left: 20px;
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #249586;
    background-image: url('../../image/icon/bell-icon-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 20px;
    border-radius: 50%;
}
.page-block blockquote p {
    margin-bottom: 24px;
    cursor: default;
}
.page-block b,
.page-block strong {
    font-weight: normal;
    font-family: "OpenSansBold", sans-serif;
}


.page-breadcrumb {
    display: none;
}

@media screen and (max-width: 1201px) {
    .page-title {
        font-size: 36px;
        line-height: 40px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 992px) {
    .page-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .post-meta {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .post-meta {
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .page-block__inner table {
        max-width: 100%;
        word-break: break-all;
    }

    .page-block__inner > img.aligncenter,
    .page-block__inner > p > img.aligncenter {
        display: block;
        margin: 0 auto 30px auto;
    }
    .page-block__inner > img.alignleft,
    .page-block__inner > p > img.alignleft {
        float: none;
        display: block;
        margin: 0 auto 30px auto;
    }
    .page-block__inner > img.alignright,
    .page-block__inner > p > img.alignright {
        float: none;
        display: block;
        margin: 0 auto 30px auto;
    }
}


/****************************************
COMPANY
****************************************/

.company__logo {
    margin-bottom: 20px;
}
.company__logo-a {
    
}
.company__logo-a:hover,
.company__logo-a:active {
    opacity: 0.7;
}
.company__logo-img {
    width: 100%;
    height: auto;
    max-width: 124px;
    cursor: pointer;
}
.company__link {
    word-break: break-all;
}
.company__link-a,
.company__link-a:focus {
    /*
    background: none;
    box-shadow: none;
    border: none;
    color: #264D4A !important;
    font-size: 14px;
    line-height: 20px;
    font-family: "OpenSansSemiBold", sans-serif;
    text-decoration: none !important;
    position: relative;
    padding-right: 20px;
    padding-left: 0;
    word-break: break-all;
    display: inline-block;
    */
    border: none;
    color: #fff !important;
    font-size: 11px;
    line-height: 13px;
    font-family: "OpenSansBold", sans-serif;
    padding: 7px 7px 7px 7px;
    border-radius: 2px;
    background-color: #264D4A !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
    word-break: normal;
}
.company__link-a:hover,
.company__link-a:active {
    /*
    background: none;
    box-shadow: none;
    border: none;
    color: #264D4A !important;
    text-decoration: none !important;
    opacity: 0.7 !important;
    cursor: pointer !important;
    */
    border: none !important;
    color: #fff !important;
    background-color: #264D4A !important;
    opacity: 0.7 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.page-block__inner img.company__link-img {
    position: absolute;
    right: 0;
    top: 1px;
    width: 18px;
}

.show-prices__container {
    text-align: center;
    margin-bottom: 15px;
}
.show-prices__btn,
.show-prices__btn:focus {
    border: none;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansBold", sans-serif;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    background-color: #264D4A !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
    word-break: normal;
}
.show-prices__btn:hover,
.show-prices__btn:active {
    border: none !important;
    color: #fff !important;
    background-color: #264D4A !important;
    opacity: 0.7 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .company__link {
        margin-bottom: 20px;
    }
}


.company__rating {
    margin-bottom: 25px;
}
.company__rating:last-child {
    margin-bottom: 0;
}
.company__rating-number {
    font-size: 52px;
    line-height: 40px;
    color: #249586;
    font-family: "OpenSansBold", sans-serif;
    width: 90px;
    cursor: default;
}
.company__rating-info {
    width: calc(100% - 90px);
    cursor: default;
}
.company__rating-info-title {
    font-size: 14px;
    line-height: 16px;
    color: #7F7F7F;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
}
.company__rating-info-stars {
    position: relative;
    max-width: 160px;
}
ul.company__rating-info-stars-green {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
ul.company__rating-info-stars-gold {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
}
.company__rating-info-stars ul li {
    display: flex;
}

.company__rating-item {
    cursor: default;
    margin-bottom: 18px;
}
.company__rating-item:last-child {
    margin-bottom: 0;
}
.company__rating-item-title {
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    width: calc(100% - 80px);
}
.company__rating-item-stars {
    position: relative;
    width: 80px;
}
.company__rating-item-stars img {
    max-width: 12px;
    height: auto;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .company__rating-info-title {
        font-size: 12px;
        line-height: 14px;
    }
    .company__rating-number {
        font-size: 46px;
    }
    .company__rating {
        margin-bottom: 20px;
    }
    .company__rating:last-child {
        margin-bottom: 20px;
    }
    .company__rating-item {
        margin-bottom: 5px;
    }
}


ul.company__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.company__menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.company__menu li a, 
ul.company__menu li a:focus {
    color: #000000;
    text-decoration: none;
}
ul.company__menu li a.active {
    color: #249586;
    text-decoration: none;
    cursor: default;
    font-family: "OpenSansSemiBold", sans-serif;
} 
ul.company__menu li a:hover, 
ul.company__menu li a:active {
    color: #249586;
    text-decoration: none;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .page-block__inner {
        padding: 15px 15px;
    }
    .page-block__header {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 15px;
    }
    .page-block__footer {
        font-size: 10px;
        line-height: 14px;
        padding: 10px 15px;
    }
    .page-block blockquote {
        margin: 0 0 20px 0;
        padding: 10px 10px 1px 50px;
        font-size: 16px;
        line-height: 22px;
    }
    .page-block blockquote::after {
        top: 15px;
        left: 15px;
        width: 20px;
        height: 20px;
        background-size: 10px 12px;
    }
    .page-block__inner-no-padding {
        padding: 0;
        margin-bottom: 20px;
    }
    .page-block__inner .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 16px;
        padding: 10px 5px;
    }
    .page-block__inner table thead th {
        padding: 13px 10px 5px 10px;
        font-size: 12px;
    }
    .page-block__inner table tbody td {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }
    .page-block p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}


.company__editor {
    margin-bottom: 20px;
}
.company__editor-avatar {
    margin-right: 10px;
}
.company__editor-avatar img {
    width: 80px;
    height: auto;
    border-radius: 4px;
    margin-right: 10px;
}
.company__editor-info {
    
}
.company__editor-title {
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    margin-bottom: 4px;
}
.company__editor-name {
    font-size: 16px;
    line-height: 18px;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    margin-bottom: 2px;
}
.company__editor-description {
    font-size: 12px;
    line-height: 17px;
    cursor: default;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
    .company__editor-description {
        font-size: 10px;
        line-height: 14px;
        cursor: default;
    }
    .company__editor-title {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .company__editor-name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .company__editor-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-block ul, .page-block ol {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .page-block ul.company__menu {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    ul.company__menu li a, 
    ul.company__menu li a:focus {
        font-size: 11px;
        line-height: 14px;
    }
}


#reply-title,
.comments-title {
    color: #249586;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 25px;
    border-bottom: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
}
.comment-form {
    padding: 0 25px;
}
.comment-notes {
    font-size: 14px;
    line-height: 16px;
    color: #7F7F7F;
    cursor: default;
}
.comment__stars-container {
    margin-bottom: 20px;
}
.comment__stars-title {
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    margin-right: 5px;
}
.comment__stars-select {
    width: 100%;
    direction: rtl;
}

.comment__stars-select input {
    display: none;
}
.comment__stars-select > label {
    width: 22px;
    height: 20px;
    background-image: url('../../image/icon/star-border.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 20px;
    margin: 0 2px 0 2px;
    cursor: pointer;
    display: flex;
}
.comment__stars-select.star-1 label:nth-child(5) {
    background-image: url('../../image/icon/star-testimonials.svg');
}
.comment__stars-select.star-1 label:nth-child(4),
.comment__stars-select.star-1 label:nth-child(3),
.comment__stars-select.star-1 label:nth-child(2),
.comment__stars-select.star-1 label:nth-child(1) {
    background-image: url('../../image/icon/star-border.svg');
}

.comment__stars-select.star-2 label:nth-child(5),
.comment__stars-select.star-2 label:nth-child(4) {
    background-image: url('../../image/icon/star-testimonials.svg');
}
.comment__stars-select.star-2 label:nth-child(3),
.comment__stars-select.star-2 label:nth-child(2),
.comment__stars-select.star-2 label:nth-child(1) {
    background-image: url('../../image/icon/star-border.svg');
}

.comment__stars-select.star-3 label:nth-child(5),
.comment__stars-select.star-3 label:nth-child(4),
.comment__stars-select.star-3 label:nth-child(3) {
    background-image: url('../../image/icon/star-testimonials.svg');
}
.comment__stars-select.star-3 label:nth-child(2),
.comment__stars-select.star-3 label:nth-child(1) {
    background-image: url('../../image/icon/star-border.svg');
}

.comment__stars-select.star-4 label:nth-child(5),
.comment__stars-select.star-4 label:nth-child(4),
.comment__stars-select.star-4 label:nth-child(3),
.comment__stars-select.star-4 label:nth-child(2) {
    background-image: url('../../image/icon/star-testimonials.svg');
}
.comment__stars-select.star-4 label:nth-child(1) {
    background-image: url('../../image/icon/star-border.svg');
}

.comment__stars-select.star-5 label:nth-child(5),
.comment__stars-select.star-5 label:nth-child(4),
.comment__stars-select.star-5 label:nth-child(3),
.comment__stars-select.star-5 label:nth-child(2),
.comment__stars-select.star-5 label:nth-child(1) {
    background-image: url('../../image/icon/star-testimonials.svg');
}

.comment__stars-select > label:hover,
.comment__stars-select > label:hover ~ label {
    background-image: url('../../image/icon/star-testimonials.svg');
}

.comment-meta.commentmetadata {
    display: none !important;
}
.reply {
    text-align: right;
}
.comment-reply-link,
.comment-reply-link:focus {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
    background-color: #249586;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}
.comment-reply-link:hover,
.comment-reply-link:active {
    color: #fff;
    background-color: #29A998;
    text-decoration: none;
    cursor: pointer;
}

.form-submit {
    text-align: right;
}
#comment_submit,
#comment_submit:focus {
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansBold", sans-serif;
    padding: 12px 40px;
    background-color: #249586;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    border: none;
}
#comment_submit:hover,
#comment_submit:active {
    color: #fff;
    background-color: #29A998;
    text-decoration: none;
    cursor: pointer;
}
#respond {
    margin-bottom: 40px;
}
#commentform .form-control {
    padding: 9px 15px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    height: auto;
}
#commentform textarea.form-control {
    resize: none;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}
.comment {
    margin-bottom: 20px;
}
.comment-body {
    position: relative;
}
.comment__rating {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}
.comment__rating .comment__rating-title {
    font-size: 14px;
    line-height: 16px;
    color: #7F7F7F;
    cursor: default;
    width: 130px;
}
.comment__rating .company__rating-info-stars {
    position: relative;
    width: 150px;
}
.comment-author.vcard {
    margin-right: 300px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.comment-author.vcard .wp-user-avatar {
    margin: 0 10px 5px 0;
    border-radius: 4px;
}
.comment-author.vcard .fn {
    font-size: 16px;
    line-height: 18px;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    margin-bottom: 5px;
    font-style: normal;
}
.comment-author.vcard .says {
    display: none;
}
#comments ol.comment-list,
#comments ol.children {
    list-style: none !important;
    margin: 0;
    padding: 25px 25px;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    #reply-title, .comments-title {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 15px;
    }
    .comment-form {
        padding: 0 15px;
    }
    .comment-notes {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .comment__stars-container {
        margin-bottom: 10px;
    }
    .comment__stars-title {
        font-size: 12px;
        line-height: 16px;
        width: 120px;
    }
    #commentform .form-control {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #comments ol.comment-list,
    #comments ol.children {
        padding: 15px 15px;
    }
    .comment__rating {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .comment__rating .comment__rating-title {
        font-size: 12px;
        line-height: 14px;
        width: auto;
    }
    .comment-body p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .comment-author.vcard {
        margin-right: 0;
        display: block !important;
    }
    .comment-author.vcard .fn {
        font-size: 14px;
        line-height: 16px;
        display: block;
    }
    .comment-reply-link, .comment-reply-link:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 15px;
    }
}




/****************************************
POST IN LIST
****************************************/

.posts-list .page-block__inner {
    padding: 25px 25px 10px 25px;
}
.post-in-list__thumb-img {
    margin-bottom: 15px;
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.post-in-list__info {
    margin-bottom: 15px;
}
.post-in-list__title {
    margin-bottom: 10px;
}
.post-in-list__title a, 
.post-in-list__title a:focus {
    color: #249586;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
}
.post-in-list__title a:hover, 
.post-in-list__title a:active {
    color: #214442;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
}
.post-in-list__excerpt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #7F7F7F;
}
.post-in-list__more {
    text-align: right;
}
.post-in-list__more a, 
.post-in-list__more a:focus {
    color: #249586;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
}
.post-in-list__more a:hover, 
.post-in-list__more a:active {
    color: #214442;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
}
.post-in-list__more a i {
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
}

.ha-item {
    margin-bottom: 30px;
}
.ha-block {
    display: flex;
    height: 100%;
}
.ha-block__inner {
    
}
.ha__info {
    margin-bottom: 0;
}
.ha__title {
    margin-bottom: 0;
}

/****************************************
PAGINATION
****************************************/

.pagination {
    margin-bottom: 30px;
    text-align: center;
}
.pagination a, 
.pagination a:focus {
    color: #264D4A;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
    background-color: #C8DFDC;
    padding: 11px 10px;
    margin: 0 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 4px;
}
.pagination a:hover, 
.pagination a:active {
    color: #ffffff;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
    background-color: #29A998;
}
.pagination span {
    color: #ffffff;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
    background-color: #249586;
    cursor: default;
    padding: 11px 10px;
    margin: 0 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 4px;
}




/****************************************
WIDGETS
****************************************/

.widget_hostings_menu,
.widget_domains_menu {
    background-color: #ffffff;
    padding: 27px 0 0 0;
    background-size: 170px auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.widget_hostings_menu {
    background-image: url('../../image/icon/hostings-image-croped.png');
}
.widget_domains_menu {
    background-image: url('../../image/icon/domains-image-croped.png');
}
.widget_hostings_menu .widget-title,
.widget_domains_menu .widget-title {
    color: #249586;
    font-size: 26px;
    line-height: 30px;
    padding: 0 25px 4px 25px;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: default;
    background-color: #ffffff;
}
.widget_hostings_menu .widget-subtitle,
.widget_domains_menu .widget-subtitle {
    color: #214442;
    font-size: 18px;
    line-height: 22px;
    padding: 0 25px 21px 25px;
    margin-bottom: 12px;
    font-family: "OpenSansSemiBold", sans-serif;
    border-bottom: 2px solid #EFEFEF;
    cursor: default;
    background-color: #ffffff;
}
.widget_hostings_menu ul.menu,
.widget_domains_menu ul.menu {
    list-style: none;
    counter-reset: li;
    margin: 0;
    padding: 11px 25px 27px 25px;
}
.widget_hostings_menu ul.menu li,
.widget_domains_menu ul.menu li {
    margin-bottom: 16px;
    position: relative;
    list-style-type: none;
}
.widget_hostings_menu ul.menu li a,
.widget_hostings_menu ul.menu li a:focus,
.widget_domains_menu ul.menu li a,
.widget_domains_menu ul.menu li a:focus {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-family: "OpenSansSemiBold", sans-serif;
    padding: 0 30px 0 40px;
    position: relative;
}
.widget_hostings_menu ul.menu li::before,
.widget_domains_menu ul.menu li::before {
    counter-increment: li;
    content: counters(li,".");
    color: #ffffff;
    background-color: #249586;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    font-family: "OpenSansBold", sans-serif;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.widget_hostings_menu ul.menu li a::after,
.widget_domains_menu ul.menu li a::after {
    background-image: url('../../image/icon/link-icon.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    display: block;
    content: '';
}
.widget_hostings_menu ul.menu li a:hover,
.widget_hostings_menu ul.menu li a:active,
.widget_domains_menu ul.menu li a:hover,
.widget_domains_menu ul.menu li a:active {
    color: #214442;
    text-decoration: none;
}




.company-block {
    position: relative;
    background-color: #ffffff;
    color: #000000;
}
.home .company-block {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
}
.home .company-block a, 
.home .company-block a:focus {
    color: #000000;
}
.home .company-block a:hover, 
.home .company-block a:active {
    color: #000000;
}
.home .company-block a, 
.home .company-block a:focus {
    color: #000000;
    text-decoration: underline;
}
.home .page-block__inner-company {
    padding: 25px 25px;
}
.company__top-sticker {
    background-image: url('../../image/icon/top-shape-without-shadow.svg');
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-family: "OpenSansBold", sans-serif;
    cursor: default;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 12;
}
.company__top-sticker span {
    position: absolute;
    transform: rotate(45deg);
    top: 27px;
    right: 7px;
}
.rating-top__container {
    background-color: #249586;
    padding: 40px 0 0 0;
    margin-bottom: 40px;
}
.rating-top__left {
    margin-bottom: 40px;
}
.rating-top__form {
    margin-bottom: 40px;
}
.rating-top__container .page-title {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-family: "OpenSansSemiBold", sans-serif;
    letter-spacing: -1px;
    cursor: default;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.rating-top__container .post-meta {
    color: #fff;
    margin-bottom: 15px;
}
.rating-top__container .post-meta a,
.rating-top__container .post-meta a:focus {
    color: #fff;
}
.rating-top__container .post-meta a:hover,
.rating-top__container .post-meta a:active {
    color: #fff;
    opacity: 0.7;
}
.rating-top__text {
    color: #fff;
    margin-bottom: 20px;
    cursor: default;
}
.rating-top__text h1,
.rating-top__text h2,
.rating-top__text h3,
.rating-top__text h4,
.rating-top__text h5,
.rating-top__text h6 {
    color: #fff;
}
.rating-top__text .page-block blockquote {
    color: #fff;
}
.rating-top__more {
    
}
a.rating__more,
a.rating__more:focus {
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansBold", sans-serif;
    padding: 7px 15px 7px 15px;
    border-radius: 2px;
    background-color: #264D4A !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
    text-align: center;
}
a.rating__more:hover,
a.rating__more:active {
    color: #fff !important;
    background-color: #264D4A !important;
    opacity: 0.7 !important;
    text-decoration: none !important;
}
.company__site {
    margin-left: 30px;
}
a.company__site-link,
a.company__site-link:focus,
button.company__site-link,
button.company__site-link:focus {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansBold", sans-serif;
    padding: 7px 30px 7px 30px;
    border-radius: 2px;
    background-color: #249586 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
}
a.company__site-link:hover,
a.company__site-link:active,
button.company__site-link:hover,
button.company__site-link:active {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
    background-color: #264D4A !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.company-tab__wrapper {
    border: 2px solid #EFEFEF;
}
.company-tab__wrapper > .nav-tabs > .nav-item:first-child > a.active {
    border-left: 2px solid transparent !important;
}
.company__more {
    padding-top: 35px;
}
.company__promo {
    padding-top: 35px;
}
.company__numb {
    color: #fff;
    background-color: #249586;
    font-size: 26px;
    line-height: 28px;
    font-family: "OpenSansBold", sans-serif;
    padding: 16px 20px 16px 25px;
    text-align: center;
    border-radius: 4px 0 0 0;
    width: 80px;
    flex: 1 1 80px;
}
.company__top-tabs {
    width: calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    background-color: #F9F9F9;
    padding: 0;
    margin: 0;
    border: 0 solid transparent !important;
}
.company__top-tabs .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0 solid transparent !important;
}
.company__top-tabs .nav-tabs .nav-item {
    margin-right: 15px;
    margin-bottom: 0;
}
.company__top-tabs .nav-tabs .nav-link {
    border: 2px solid transparent !important;
    border: 0 solid transparent !important;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 20px 25px !important;
    position: relative !important;
    z-index: 8;
    opacity: 1 !important;
}
.company__top-tabs .nav-tabs .nav-link::before {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 7;
    content: '';
    display: block;
    width: 20px;
    border: 15px solid transparent; 
    border-right: 5px solid #F9F9F9; 
    border-bottom: 45px solid #F9F9F9; 
}
.company__top-tabs .nav-tabs .nav-link::after {
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 7;
    content: '';
    display: block;
    width: 20px;
    border: 15px solid transparent; 
    border-left: 5px solid #F9F9F9; 
    border-bottom: 45px solid #F9F9F9; 
}
.company__top-tabs .nav-tabs .nav-item.show .nav-link, 
.company__top-tabs .nav-tabs .nav-link.active {
    color: #249586 !important;
    background-color: #fff !important;
    cursor: default !important;
    font-family: "OpenSansSemiBold", sans-serif;
    margin-top: -5px !important;
    padding-bottom: 5px !important;
    height: calc(100% + 5px) !important;
    border-radius: 0 !important;
    padding-top: 25px !important;
    z-index: 9;
    opacity: 1 !important;
}
.company__top-tabs .nav-tabs .nav-link.active::before {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 8;
    content: '';
    display: block;
    width: 20px;
    border: 15px solid transparent; 
    border-right: 5px solid #fff; 
    border-bottom: 50px solid #fff; 
}
.company__top-tabs .nav-tabs .nav-link.active::after {
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 8;
    content: '';
    display: block;
    width: 20px;
    border: 15px solid transparent; 
    border-left: 5px solid #fff; 
    border-bottom: 50px solid #fff; 
}

.company__info-item-1 {
    cursor: default;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.company__info-item-1 .company__info-item-title {
    cursor: default;
    width: 100px;
}
.company__info-item-1 .company__info-data {
    position: relative;
    width: calc(100% - 100px);
    font-family: "OpenSansSemiBold", sans-serif;
}
.company__info-item-2 {
    cursor: default;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.company__info-item-2 .company__info-item-title {
    cursor: default;
    width: 140px;
}
.company__info-item-2 .company__info-data {
    position: relative;
    width: calc(100% - 140px);
    font-family: "OpenSansSemiBold", sans-serif;
}
.company__info-data p {
    margin: 0;
}

.company__sticker {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-family: "OpenSansBold", sans-serif;
    cursor: default;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    padding: 10px 20px 10px 40px;
    text-align: center;
    text-transform: uppercase;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.company__sticker.company__ribbon-brown {
    background-image: url('../../image/icon/ribbon-brown.svg');
}
.company__sticker.company__ribbon-yellow {
    background-image: url('../../image/icon/ribbon-yellow.svg');
}
.company__sticker.company__ribbon-green {
    background-image: url('../../image/icon/ribbon-green.svg');
}

.company__promocode-container {
    padding-top: 10px;
}
.company__promocode {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: "OpenSansBold", sans-serif;
    padding: 7px 20px 7px 20px;
    border-radius: 2px;
    background-color: #249586;
    display: inline-block;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .company__more {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    a.company__site-link, 
    a.company__site-link:focus {
        font-size: 8px;
        line-height: 10px;
        padding: 7px 10px 7px 10px;
    }
}

@media screen and (max-width: 768px) {
    .company__site {
        display: none !important;
    }
    .company__top-sticker {
        top: 60px;
    }
    .company__top-tabs .nav-tabs .nav-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .rating-top__container .page-title {
        font-size: 22px;
        line-height: 26px;
    }
    .rating-top__text h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .rating-top__text h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .rating-top__text h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .rating-top__text h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .rating-top__text h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .rating-top__text h6 {
        font-size: 12px;
        line-height: 16px;
    }
    .company__info-item-1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .company__info-item-2 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .company-block {
        margin-top: 60px;
    }
    .company__sticker {
        top: -20px;
        font-size: 12px;
        line-height: 16px;
    }
}



.heateorSssClear,
.heateor_sss_sharing_container {
    display: none !important;
}
ul.share-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.share-links li {
    margin: 0 20px 20px 0;
}
.share-links li a,
.share-links li a:focus {
    border-radius: 2px;
    background-color: #249586;
    text-decoration: none;
    height: 60px;
    width: 60px; 
}
.share-links li a:hover,
.share-links li a:active {
    background-color: #264D4A;
    text-decoration: none;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .share-links li {
        margin: 0 10px 10px 0;
    }
    .share-links li a,
    .share-links li a:focus {
        height: 30px;
        width: 30px; 
    }
    .share-links li a img {
        height: 20px;
        width: 20px; 
    }
}


.related-list {
    
}
.related-list img {
    width: 100%;
    height: auto;
    max-width: 80px;
}
.related-item {
    color: #000000;
    text-decoration: none;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .related-list img {
        margin-bottom: 10px;
    }
}



.post-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.post-fixed__go, 
.post-fixed__go:focus {
    background-color: #249586 !important;
    border: 2px solid #eaeaea !important;
    border-bottom: 0px !important;
    color: #ffffff !important;
    display: block;
    font-weight: normal;
    font-size: 23px;
    line-height: 23px;
    padding: 5px 5px;
    font-family: "OpenSansSemiBold", sans-serif;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0.03em;
    width: 100%;
}
.post-fixed__go:hover, 
.post-fixed__go:active {
    background-color: #29A998 !important;
    border: 2px solid #29A998 !important;
    border-bottom: 0px !important;
    color: #ffffff !important;
    cursor: pointer;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    .post-fixed {
        display: block;
    }
}

.copyright-menu {
    
}
.copyright-menu ul {
    list-style: none !important;
    display: flex !important;
}
.copyright-menu ul li {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    display: flex !important;
}
.copyright-menu ul li a, 
.copyright-menu ul li a:focus,
.copyright-menu ul li .link, 
.copyright-menu ul li .link:focus {
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 14px !important;
}
.copyright-menu ul li a:hover, 
.copyright-menu ul li a:active,
.copyright-menu ul li .link:hover, 
.copyright-menu ul li .link:active {
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 14px !important;
    cursor: pointer !important;
}



.widget_loom_featured_company_widget {
    max-width: 380px;
    margin-bottom: 0px !important;
    box-shadow: none !important;
}
.widget_loom_featured_company_widget .featured-posts {
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-bottom: 3px solid #E6E6E6 !important;
}
.widget_loom_featured_company_widget .post-min-container {
    padding: 10px 0 0 10px;
    margin: 0;
}
.widget_loom_featured_company_widget .post-min-thumb {
    margin-right: 10px;
    border: 1px solid #eaeaea;
    padding: 5px;
    max-width: 70px;
}
.widget_loom_featured_company_widget .post-min-thumb img {
    cursor: pointer;
}
.widget_loom_featured_company_widget .post-min-title {
    margin-bottom: 6px;
    max-height: 52px;
    overflow: hidden;
}
.widget_loom_featured_company_widget .post-min-title span, 
.widget_loom_featured_company_widget .post-min-title span:focus {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: pointer;
    text-decoration: underline;
}
.widget_loom_featured_company_widget .post-min-title span:hover, 
.widget_loom_featured_company_widget .post-min-title span:active {
    color: #214442;
    text-decoration: none;
}
.widget_loom_featured_company_widget .post-min-meta {
    color: #818181;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: default;
}



.country-block {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.country-block a,
.country-block a:focus {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}
.country-block a:hover,
.country-block a:active,
.country-block a:hover .country-block_title,
.country-block a:active .country-block_title {
    text-decoration: none;
    color: #249586;
}
.country-block_img {
    margin-right: 5px;
}
.country-block_img img {
    width: 100%;
    height: auto;
    max-width: 35px;
    border: 1px solid #eaeaea;
}
.country-block_title {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}

.img-nav-link img {
    width: 100%;
    height: auto;
    max-width: 20px;
    border: 1px solid #eaeaea;
    margin-right: 5px;
}


.article-author-box {
    border: 1px solid #ededed;
    padding: 10px 10px 5px 10px;
    margin-bottom: 30px;
    clear: both;
}
.article-author-box__image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 15px 5px 0;
}
.article-author-box__image img {
    width: 100px;
    height: 100px;
    margin: 0;
}
.article-author-box__name {
    margin-left: 165px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin: 7px 0 8px;
}
.article-author-box__name span {
    text-decoration: none;
    color: #249586;
}
.article-author-box__name span:hover {
    text-decoration: underline;
    color: #214442;
    cursor: pointer;
}
.article-author-box__description {
    font-size: 14px;
    line-height: 21px;
    margin: 7px 0 8px;
}

.archive-author-box {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #249586;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.archive-author-box .article-author-box__image {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}
.archive-author-box .article-author-box__image img {
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 100%;
    border-radius: 50%;
}


.author-box__links {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.author-box__link {
    margin: 0 15px 15px 0;
    width: 30px;
}
.author-box__link-img {
    cursor: pointer;
}