html {
    overflow-x:hidden;
}
body {
    overflow-x:hidden;
}
body .wrap {
    margin: 0 auto -486px;
    padding: 0 0 486px;
}

@media (min-width: 1201px) {
    .view-xl {
        display:none;
    }
}
@media (max-width: 1200px) {
    .no-view-xl {
        display:none;
    }
}
@media (min-width: 993px) {
    .view-lg {
        display:none;
    }
}
@media (max-width: 992px) {
    .no-view-lg {
        display:none;
    }
}
@media (min-width: 577px) {
    .view-sm {
        display:none;
    }
}
@media (max-width: 576px) {
    .no-view-sm {
        display:none;
    }
}

body {
    background:#FAFAFA;
    color:rgba(51,51,51,0.7);
    font-family:'Merriweather Sans';
}

a {
    color:#EE5827;
}
a:hover {
    color:#00623E;
}

body .nice-select {
    float:none;
}

.prefooter {
    background:#00623E;
    padding-top:60px;
}
.prefooter .col-md-4 {
    position:relative;
}
.prefooter .col-md-4::after {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    content: ' ';
    background:#fff;
    width:2px;
}
.prefooter .box {
    padding: 0 20px;
}
.prefooter h3 {
    color:rgba(255,255,255,0.4);
    font-size:30px;
    font-weight:bold;
    font-family: 'Merriweather';
}
.prefooter .nav {
    display:block;
    padding:10px 0 60px 0;
}
.prefooter .nav li {
    display:block;
}
.prefooter .nav .nav-link {
    color:#fff;
    font-soze:14px;
    font-family: 'Merriweather Sans';
    padding:0;
    margin:5px 0;
    display:inline-block;
}
.prefooter .nav .nav-link:hover {
    opacity:0.8;
}
@media (max-width: 768px) {
    .prefooter {
        padding-top:0;
    }
    .prefooter .col-md-4::after {
        top:unset;
        bottom:0;
        left:0;
        right:20px;
        height:2px;
        width:unset;
    }
    .prefooter .col-md-4:last-child:after {
        display:none;
    }
    .prefooter .nav {
        padding-bottom:0;
    }
    .prefooter .box {
        padding: 20px 10px;
    }
    .prefooter h3 {
        font-size:24px;
    }
}

footer {
    background:#fff;
}
footer .col-md-4,
footer .col-md-8 {
    position:relative;
}
footer .col-md-4::after,
footer .col-md-8::after{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    content: ' ';
    background:#00623E;
    width:2px;
    opacity:0.1;
}
footer .box {
    padding: 30px 20px;
}
footer .copy {
    font-family:'Merriweather Sans';
    font-size:14px;
    color:#00623E;
    opacity:0.4;
    padding-top:10px;
}
footer .before-btn {
    font-family: 'Merriweather';
    font-size:14px;
    font-weight:bold;
    color:#333333;
    vertical-align: middle;
    margin-right:30px;
}
footer .btn {
    color:#EE5827;
    font-family:'Merriweather Sans';
    font-size:16px;
    border:2px solid #EE5827;
    border-radius:3px;
    background:#fff;
    vertical-align: middle;
}
footer .btn:hover {
    background:#EE5827;
    color:#fff;
}
@media (max-width: 768px) {
    footer .col-md-4::after,
    footer .col-md-8::after {
        top:unset;
        bottom:0;
        left:0;
        right:20px;
        height:2px;
        width:unset;
    }
    footer .box {
        padding: 20px 0px;
    }
    footer .copy {
        font-size:12px;
    }
    footer .before-btn {
        display:none;
    }
    footer .btn {
        border:0;
        display:block;
        font-weight:bold;
        text-align:left;
        background:url('../img/orange-right-arrow.png') no-repeat right center;
    }
    footer .btn:hover {
        background:url('../img/orange-right-arrow.png') no-repeat right center;
        color:#EE5827;
    }
}

header {
    position:relative;
    background:#fff;
}
header::before {
    content: ' ';
    position:absolute;
    background:#00623E;
    top:0;
    bottom:0;
    left:0;
    right:50%;
    z-index:1;
}
header::after {
    content: ' ';
    position:absolute;
    background:#00623E;
    height:50px;
    bottom:0;
    right:0;
    left:50%;
    z-index:1;
}
@media (max-width: 992px) {
    header::before {
        display:none;
    }
    header::after {
        display:none;
    }
    header > .container-fluid > .row > .align-self-end {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
}
header > .container-fluid {
    background:#fff;
    position:relative;
    z-index:2;
    padding:0;
}
@media (min-width: 1200px) {
    header > .container-fluid {
        max-width: 1140px;
    }
}
header .col-logo {
    background:#00623E;
}
header .logo img {
    width:100%;
    margin:25px 0 0 0;
}
@media (max-width: 1200px) {
    header .logo img {
        width: calc(100% - 20px);
        margin:15px 0 10px 2px;
    }
}
@media (max-width: 992px) {
    header .col-logo {
        position:relative;
    }
     header .logo img {
        width: calc(100% - 65px);
        margin-left: 65px;
    }
    .pos-static {
        position:static !important;
    }
    #menu-main-collapse {
        position: absolute;
        top: 0px;
        left: 50px;
        right: 0px;
        background: #00623E;
        z-index:4;
    }
}


header .back {
    color:#EE5827;
    font-size:14px;
    padding:0;
}
header .back .lnr {
    font-weight:bold;
}
header .back:hover {
    text-decoration:none;
    color:#00623E;
}
header .navbar-toggle {
    width: 50px;
    background: #fff url('../img/menu-icon.png') no-repeat center center;
    border: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
header .col-login-menu .nav > li:first-child {
    margin-left:auto;
    position:relative;
}
header .col-login-menu .nav > li#menu-login > a::after {
    content: '/';
    color: #333333;
    opacity: 0.15;
    position: absolute;
    right: -5px;
    font-size: 20px;
    top: 2px;
    font-weight: normal;
}
header .col-login-menu .nav .nav-link {
    font-family:'Merriweather Sans';
    font-weight:bold;
    font-size:14px;
    color:#333333;
}
header .col-login-menu .nav .nav-link:hover {
    opacity:0.8;
}
#login-data-nav {
    display:inline-block;
    vertical-align: middle;
}
header  .paa {
    color:#EE5827;
    font-family:'Merriweather Sans';
    font-size:16px;
    border:2px solid #EE5827;
    border-radius:3px;
    background:#fff;
    vertical-align: middle;
    padding:4px 12px;
    display:inline-block;
    margin-bottom:8px;
    margin-top:8px;
    vertical-align: middle;
}
header .paa:hover {
    opacity:1;
    color:#fff;
    background:#EE5827;
}
@media (max-width: 768px) {
    header .paa {
        border:0;
        padding:0;
        font-size:14px;
    }
    header .col {
        padding:0;
    }
    header .navbar-toggle {
        margin-right:-5px;
    }
    header .nav > li.paa {
        margin-right:25px;
    }
}
@media (max-width: 992px) {
    header .nav > li.paa {
        margin-left:auto;
    }
    header {
        border-bottom:0;
    }
}
@media (max-width: 1200px) {
    header .paa {
        margin-right:20px;
    }
}
.col-mein-menu {
    background:#00623E;
    padding-left:0;
    height:50px;
}
@media (max-width: 992px) {
    .col-mein-menu {
        background:transparent;
        height:auto;
    }
}
.col-mein-menu .navbar {
    margin:0;
    padding:0;
}
.col-mein-menu .navbar .container {
    margin:0;
    padding:0;
}
.col-mein-menu a {
    color:#fff;
    font-size:14px;
    font-family:'Merriweather Sans';   
    line-height:34px;
}
@media (max-width: 1200px) {
    .col-mein-menu a {
        font-size:12px;  
        line-height:34px;
    }
}
.col-mein-menu .dropdown-menu a {
    line-height:unset;
}
.col-mein-menu::after {
    display:none;
}
.col-mein-menu .navbar-header {
    display:none !important;
}
.col-mein-menu .navbar-nav.mr-auto {
    width:100%;
    margin-left:0;
}
.col-mein-menu .more-categories {
    margin-left:auto;
}
.col-mein-menu .dropdown-menu {
    box-shadow: 0 6px 30px rgba(0,0,0,0.2);
    padding: 30px 10px;
    border: 0;
    border-radius: 0;
    margin-top:15px;
    position:relative;
}
@media (max-width: 992px) {
    .col-mein-menu .dropdown-menu {
        top:0;
    }
}
.col-mein-menu .dropdown-menu::after {
    content: ' ';
    height: 0px;
    width: 0px;
    position: absolute;
    left: 30px;
    top: -29px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 10;
}
body .dropdown-item:hover {
    background:none;
    color:rgba(51,51,51,0.7);
}
body .dropdown-item:focus {
    background:none;
    color:#333;
}
.col-mein-menu a.dropdown-item,
.col-mein-menu a.dropdown-item:focus{
    color:#00623E;
    opacity:0.7;
    background:transparent;
}
.col-mein-menu a.dropdown-item:hover {
    color:#00623E;
    opacity:1;
    background:transparent;
}
@media (max-width: 992px) {
    .col-mein-menu .navbar {
        padding:0;
    }
    .col-mein-menu .more-categories {
        margin-left:unset;
    }
    .col-mein-menu .container {
        max-width:100%;
    }
    .col-mein-menu .navbar-nav.mr-auto {
        padding:20px;
    }
}
.col-mein-menu .navbar-toggler {
    display:none;
}


section.search {
    padding:100px 0;
    margin:0;
    background:url(../img/hp-search.jpg) no-repeat center top;
    background-size:cover;
}
section.search .container {
    background:rgba(255,255,255,0.8);
    padding:50px;
}
section.search .section-title {
    text-align:center;
    color:#333;
    font-size:40px;
    font-weight:bold;
    font-family:'Merriweather';
    max-width:900px;
    margin:auto;
}
@media (max-width: 768px) {
    section.search {
        padding: 30px 0;
    }
    section.search .section-title {
        font-size:20px;
    }
    section.search .section-subtitle {
        display:none;
    }
    section.search .container {
        padding:30px;
    }
}
@media (max-width: 575px) {
    section.search {
        padding: 0;
    }
    section.search .container {
        padding:20px;
    }
}
section.search .section-subtitle {
    text-align:center;
    color:#333;
    font-size:16px;
    font-family:'Merriweather Sans';
    margin:30px 0;
    line-height:30px;
}


section.box-icons {
    padding:60px 0;
    margin:0;
    background:#fff;
}
section.box-icons .container {

}
section.box-icons .section-title {
    text-align:center;
    color:#333;
    font-size:40px;
    font-weight:bold;
    font-family:'Merriweather';
    max-width:900px;
    margin:0 auto 50px;
}
section.box-icons a {
    text-decoration: none;
}
section.box-icons a:hover {
    text-decoration: none;
    color:#EE5827;
}
section.box-icons a img {
    display:block;
    width:100%;
}
section.box-icons a p {
    color:rgba(51,51,51,0.7);
    margin:10px 0;
}
section.box-icons a:hover p {
    color:#EE5827;
}
@media (max-width: 768px) {
    section.box-icons {
        padding: 30px 0;
    }
    section.box-icons .section-title {
        font-size:20px;
    }
}


section.categories {
    background:url(../img/bg_categories.jpg) no-repeat center;
    background-size:cover;
}
section.categories .text {
    padding-top:180px;
    padding-bottom:180px;
}
section.categories .text h2 {
    font-size:70px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    margin-bottom:40px;
}
section.categories .text h3 {
    font-size:40px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
}
section.categories .text p {
    font-size:16px;
    color:#fff;
    font-family:'Merriweather Sans';
    line-height:30px;
    padding:20px 0 30px 0;
}
section.categories .text a {
    font-size:24px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather Sans';
    color:#fff;
    background:#EE5827;
    border:2px solid #EE5827;
    border-radius:3px;
    padding:0 30px;
    line-height:56px;
    min-width:240px;
}
section.categories .text a:hover {
    color:#fff;
    border-color:#fff;
    background:transparent;
}
@media (max-width: 768px) {
    section.categories .text {
        padding-top:100px;
        padding-bottom:100px;
    }
    section.categories .text h2 {
        font-size:40px;
        margin-bottom:30px;
    }
}
@media (max-width: 575px) {
    section.categories .text h2 {
        font-size:30px;
        margin-bottom:20px;
        text-align: center;
    }
    section.categories br {display:none;}
    section.categories .text a {
        display:block;
        margin-bottom:10px;
        font-size:18px;
    }
}
section.categories .green {
    background:rgba(0,98,62,0.7);
    padding:60px 0;
}
section.categories .green h3 {
    text-align:center;
    background:rgba(0,0,0,0.2);
    border-radius:5px;
    padding:50px 20px;
    position:relative;
}
section.categories .green h3 a {
    font-size:22px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    text-align:center;
}
section.categories .green h3 a:hover {
    text-decoration:none;
}
section.categories .green h3 a .all-cat {
    font-size:18px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather Sans';
    background:#EE5827;
    border-radius:5px;
    text-align:center;
    padding:0 30px;
    line-height:50px;
    white-space:nowrap;
    position:absolute;
    bottom:-25px;
    left:calc(50% - 66px);
}
section.categories .green h3 a .all-cat:hover {
    color:#EE5827;
    background:#fff;
}


section.latest {
    padding:60px 0;
}
section.latest .section-title {
    text-align:center;
    color:#333;
    font-size:40px;
    font-weight:bold;
    font-family:'Merriweather';
    margin-bottom:50px;
}
@media (max-width: 768px) {
    section.latest {
        padding: 30px 0;
    }
    section.latest .section-title {
        font-size:20px;
        margin-bottom:30px;
    }
}

.article-list {
    
}
.article-list .article {
    
}
.article-container {
    background:#fff;
    margin:15px 0;
    padding:15px;
}
.article-type-premium .article-container {
    background:#FDEDE8;
    box-shadow:0px 0px 20px rgba(0,0,0,0.05);
}
.article-container:hover {
    box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}
.article-container .media-container {
    position:relative;
}
.article-container .media-container a {
    display:block;
    width:100%;
}
.article-container .media-container a img{
    /*display:block;
    width:100%;*/
}
.article-container .media-container .price {
    color:#fff;
    background:#EE5827;
    font-size:20px;
    font-weight:bold;
    font-family:'Merriweather Sans';
    position:absolute;
    left:0;
    top:20px;
    padding:6px;
    border-radius:0 5px 5px 0;
}
.article-container .media-container .flags {
    position:absolute;
    left:0;
    top:65px;
}
.article-container .media-container .product-flag {
    color:#fff;
    background:#ccc;
    font-size:10px;
    font-weight:bold;
    font-family:'Merriweather Sans';
    padding:5px;
    border-radius:0 5px 5px 0;
    margin-bottom:3px;
}
.article-container .media-container .product-premium {
    background:#EE5827;
}
.article-container .media-container .distance {
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Merriweather Sans';
    padding: 0 10px;
    border-radius: 5px 0 0 0;
    position: absolute;
    right: 15px;
    z-index: 4;
    top: 231px;
    height: 22px;
    line-height: 22px;
}
.article-container .title {
    margin:20px 0;
    max-height:60px;
    overflow: hidden;
}
.article-container .title a {
    font-size:20px;
    font-weight:bold;
    font-family:'Merriweather';
    color:#333;
}
.article-container .title a:hover {
    text-decoration:none;
    opacity:0.7;
}
.article-container .description {
    font-size:14px;
    font-family:'Merriweather Sans';
    color:rgba(51,51,51,0.7);
    height:85px;
    overflow: hidden;
}
.article-container hr {
    border-top-color: rgba(0,0,0,0.1);
    margin: 12px 0;
}
.article-container .date-location {
    
}
.article-details .date-location .fa,
.article-container .date-location .fa {
    color:#00623E;
}
.article-details .date,
.article-container .date {
    font-size:13px;
    font-family:'Merriweather Sans';
    color:rgba(51,51,51,0.7);
    display:inline-block;
    width:50%;
    vertical-align:middle;
}
.article-details .location,
.article-container .location {
    font-size:13px;
    font-family:'Merriweather Sans';
    color:rgba(51,51,51,0.7);
    display:inline-block;
    width:48%;
    vertical-align:middle;
}
.article-details .location a,
.article-container .location a {
    color:rgba(51,51,51,0.7);
}
.article-details .location a:hover,
.article-container .location a:hover {
    color:rgba(51,51,51,1);
}
.article-container .custom-fields {
    font-size:13px;
    font-family:'Merriweather Sans';
    color:rgba(51,51,51,0.7);
}
.article-container .custom-fields a {
    color:#EE5827;
}
.article-container .custom-fields a:hover {
    text-decoration:none;
    opacity:0.7;
}

.article-list > .article-container > .row {
    margin:0;
}
.article-list > .article-container > .row > .media-container {
    padding-left:0;
    margin-left:0;
}
.article-list .article-container .title {
    margin-top:0;
}
.article-lis .article-container .description {
    height:64px;
}
.article-list .article-container .date {
    width:auto;
    margin-right:15px;
}
.article-list .article-container .location {
    width:auto;
}
.article-expired {
    opacity:0.7;
}
.article-expired:hover {
    opacity:1;
}
@media (max-width: 768px) {
    .article-list .article-container .title {
        margin-top:20px;
    }
    .article-list > .article-container > .row > .media,
    .article-list > .article-container > .row > .title-description {
        padding-left:0;
        margin-left:0;
        margin-right:0;
        padding-right:0;
    }
}
.mobile-filter-order {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    padding:10px;
    text-align:center;
    box-shadow:0 0 30px rgba(0,0,0,0.1);
    z-index:4;
}
.mobile-filter-order a {
    color:#EE5827;
    font-size:14px;
    font-weight:bold;
    font-family:'Merriweather Sans';
}
.mobile-filter-order span {
    color:rgba(51,51,51,0.15);
    font-size:30px;
}
@media (max-width: 992px) {
    .mobile-filter-order {
        display:block;
    }
}

.separator-text {
    position:relative;
    font-size:16px;
    color:#00623E;
    font-family:'Merriweather Sans';
    text-align:center;
    margin:30px 0;
}
.separator-text:before {
    content:' ';
    position:absolute;
    top:50%;
    left:0;right:0;
    height:0;
    border-top:2px solid #99C0B2;
    z-index:1;
}
.separator-text span {
    background:#FAFAFA;
    position:relative;
    padding:0 10px;
    z-index:1;
}

.page-title {
    font-size:30px;
    font-weight:bold;
    color:#333;
    font-family:'Merriweather';
    margin-bottom:20px;
}
.page-title small {
    color:rgba(51,51,51,0.7);
    font-size:16px;
    vertical-align: middle;
}
.page-subtitle {
    font-size:20px;
    font-weight:bold;
    color:rgba(51,51,51,0.9);
    font-family:'Merriweather';
    margin-bottom:15px;
}
.section-title {
    font-size:20px;
    font-weight:normal;
    color:#333;
    font-family:'Merriweather';
    margin-bottom:15px;
}
.section-title.bbottom {
    border-bottom:1px solid #00623E;
    padding-bottom:10px;
}
@media (max-width: 768px) {
    .page-title {
        font-size:24px;
    }
    .page-title small {
        font-size:12px;
    }
    .page-subtitle {
        font-size:18px;
    }
}
.page-description {
    font-size:16px;
    color:#333;
    font-family:'Merriweather Sans';
    margin:0 0 40px 0;
    line-height:30px;
}
.filtering-container {
    margin-bottom:15px;
}
.article-price-list {
    margin:50px 0 100px 0;
}
.article-price-list .product {
    background:#00623E;
    border:6px solid #fff;
    padding:20px 20px 100px 20px;
    margin: 0 10px 20px 10px;
    position:relative;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.article-price-list .product-premium {
    background:#EE5827;
}
.article-price-list .product h3 {
    font-size:30px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    margin-bottom:20px;
}
.article-price-list .product p,
.article-price-list .product ul {
    font-size:13px;
    color:#fff;
    font-family:'Merriweather Sans';
    margin:20px 0;
}
.article-price-list .product .price {
    font-size:30px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    position:absolute;
    bottom:20px;
    right:20px;
}
.article-price-list .product .old-price {
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,0.6);
    font-family:'Merriweather';
    position:absolute;
    bottom:55px;
    right:15px;
    padding:5px;
}
.article-price-list .product .old-price:after {
    content:' ';
    height:2px;
    background:rgba(255,255,255,0.6);
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform: rotate(-20deg);
}

.button-more {
    text-align:center;
    margin:50px 0;
}
.button-more .btn {
    font-size:18px;
    color:#fff;
    font-family:'Merriweather Sans';
    font-weight: bold;
    background:#EE5827;
    border-radius:5px;
    line-height:54px;
    padding:0 40px;
    border:2px solid #EE5827;
}
.button-more .btn:hover {
    color:#EE5827;
    background:#fff;
    border:2px solid #EE5827;
}
.adsense{
    margin: 0 auto;
    width: 300px;
}
.adsense-billboard {
    text-align:center;
    margin:50px 0;
}
.adsense-skyscrapers {
    position:relative;
}
.adsense-skyscraper-left {
    position:absolute;
    top:15px;
    left:-200px;
}
.adsense-skyscraper-right {
    position:absolute;
    top:15px;
    right:-200px;
}
@media (max-width: 1024px) {
    .adsense,
    .adsense-billboard,
    .adsense-skyscrapers {
        display:none;
    }
}


body .form-control {
    border-color:#EAEAEA;
    border-radius:5px;
    color:#333;
    font-size:12px;
    height:40px;
}
@media (min-width: 993px) {
    body .form-control.form-control-lg {
        border-width:2px;
        font-size:20px;
        height:56px;
    }
}
body .search-homepage .form-control {
    border-width:0;
    background:#fff;
    box-shadow:0px 0px 40px rgba(51,51,51,0.05);
    font-size:20px;
    height:56px;
}
body .search-homepage .js-expandable .form-group {
    box-shadow:0px 0px 40px rgba(51,51,51,0.05);
    min-height:56px;
    border:0;
    margin-bottom:2rem;
}
body .search-homepage .js-expandable .form-group .control-label {
    font-size:20px;
}
body .search-homepage .js-expandable .form-group .form-check {
    padding:5px 0;
}
body .search-homepage .js-expandable .form-group .form-check .form-check-label {
    font-size:16px;
}
body .search-homepage .adv-search-collapse {
    margin-bottom:2rem;
}
body .mce-panel {
    border-color:#EAEAEA;
    border-radius:5px;
    box-shadow:none;
}
body .mce-container > currentcolor {
    border-color:#EAEAEA;
}
body div.mce-edit-area {
    border:0 !important;
}
.required {
    position:relative;
}
.required:after {
    content:"\f005";
    position:absolute;
    top:5px;
    right:6px;
    color:#B13333;
    font-family:'FontAwesome';
    font-size:8px;
}
body .nice-select {
    border-color:#EAEAEA;
    border-radius:5px;
    color:#333;
    font-size:12px;
    height:40px;
    padding-left: 0.75rem;
}
body .nice-select::after {
    right:22px;
}
body textarea.form-control {
    height:auto;
}
.btn {
    font-family:'Merriweather Sans';
    font-size:12px;
    font-weight:bold;
    padding:.7rem 0.75rem;
}
.btn-left {
    text-align:left;
}
.btn-arrow-right {
    position:relative;
}
.btn-arrow-right:after {
    content:"\e87a";
    font-family: 'Linearicons-Free';
    position:absolute;
    top:6px;
    right:10px;
    color:#fff;
    font-size: 17px;

font-weight: normal;
}
.btn-orange {
    background:#EE5827;
    color:#fff;
}
.btn-orange:hover {
    background:#00623E;
    color:#fff;
}
.btn-outline-orange {
    color: #EE5827;
    border-color: #EE5827;
}
.btn-outline-orange:hover {
    background: #EE5827;
    color:#fff;
}
.btn-success {
    background:#00623E;
    color:#fff;
    border-color:#00623E;
}
.btn-success:hover {
    background:#EE5827;
    color:#fff;
    border-color:#EE5827;
}
.btn-outline-success {
    color: #00623E;
    border-color: #00623E;
}
.show > .btn-outline-success.dropdown-toggle,
.btn-outline-success:hover {
    background: #00623E;
    color:#fff;
    border-color: #00623E;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow:0 0 0 0.2rem rgba(0,98,62, 0.5);
}
.btn-facebook {
    background:#4768AD;
    color:#fff;
}
.btn-facebook:hover {
    background:#00623E;
    color:#fff;
}
.btn-google {
    background:#DA5040;
    color:#fff;
}
.btn-google:hover {
    background:#00623E;
    color:#fff;
}
.btn-outline-secondary {
    color: #333;
    border-color: #333;
}
.btn-outline-secondary:hover {
    background: #333;
}
.btn-send {
    font-weight:bold;
    font-family:'Merriweather Sans';
}
@media (min-width: 993px) {
    .btn-send {
        font-size:18px;
        padding:1rem;
    }
}
.search-homepage .btn-send {
    font-size:18px;
    padding:1rem;
}
body .form-check-label {
    color: rgba(51,51,51,0.7);
    font-size: 14px;
    font-family: 'Merriweather Sans';
    /*max-width: calc(100% - 27px);*/
    vertical-align: middle;
}
body .form-check-label a {
    color:#EE5827;
}

.site-login,
.site-signup,
.site-request-password-reset,
.site-reset-password {
    margin-bottom:100px;
}
form p {
    color:rgba(51,51,51,0.7);
    font-family:'Merriweather Sans';
    font-size:14px;
}

.search-widget-col {
    background:#fff;
    padding:20px;
}
.search-widget-col .customfield-container {
    
}
.search-widget-col .customfield-container h3 {
    color:#333;
    font-size:20px;
    font-weight:bold;
    font-family: 'Merriweather';
    margin-bottom:0;
    padding-bottom:15px;
    cursor:pointer;
}
.search-widget-col .customfield-container h3 .lnr {
    float:right;
    font-size:14px;
    color:rgba(51,51,51,0.7);
    margin-top:4px;
}
.search-widget-col .customfield-container h3 .lnr-arrow-down {
    display:none;
}
.search-widget-col .customfield-container h3.collapsed .lnr-arrow-down {
    display:block;
}
.search-widget-col .customfield-container h3 .lnr-arrow-up {
    display:block;
}
.search-widget-col .customfield-container h3.collapsed .lnr-arrow-up {
    display:none;
}
.search-widget-col .customfield-container hr {
    margin-top:0;
}
.search-widget-col .customfield-container h4 {
    font-family:'Merriweather Sans';
    font-size:16px;
    font-weight:normal;
}
.search-widget-col .customfield-container h4 a {
    color:#333;
}
.search-widget-col .customfield-container label {
    font-family:'Merriweather Sans';
    font-size:14px;
    font-weight:normal;
    color:rgba(51,51,51,0.7);
}
.search-widget-col .customfield-container .form-check {
    margin:8px 0;
    padding:0;
}
.search-widget-col .customfield-container .form-check label {
    width:100%;
    position:relative;
    padding-right:30px;
    padding-left:25px;
}
.search-widget-col .customfield-container .form-check label .icheckbox_square-green {
    position:absolute !important;
    top:0;
    left:0;
}
.search-widget-col .customfield-container .form-check .label-count {
    font-family:'Merriweather Sans';
    font-size:12px;
    font-weight:normal;
    color:rgba(51,51,51,0.4);
    position:absolute;
    right:0;
    top:calc(50% - 9px);
}
.search-widget-col .buttons {
    margin-top:15px;
}
.js-hide-filters-mobile {
    display:none;
}
@media (max-width: 992px) {
    .search-widget-col {
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:100;
        overflow-y:auto;
        padding:40px;
    }
    .search-widget-col .buttons {
        margin-bottom:40px;
    }
    .js-hide-filters-mobile {
        display:block;
        position:fixed;
        top:10px;
        right:10px;
        color:rgba(51,51,51,0.7);
        font-size:24px;
    }
    .js-hide-filters-mobile:hover {
        text-decoration:none;
        color:#333;
    }
}


.order-by-field {
    max-width:300px;
}
.order-by-field span.label {
    display:inline-block;
    width:65px;
    text-align:left;
}
.order-by-field > .form-control,
.order-by-field > .form-group {
    display:inline-block;
    width:calc(100% - 65px);
}
@media (max-width: 992px) {
    #order-by-field {
        max-width:unset;
        display:block !important;
        z-index:10;
        position:fixed;
        bottom:0;
        right:0;
        left:50%;
    }
    #order-by-field span.label {
        display:none;
    }
    #order-by-field > .form-control {
        width:100%;
        height:60px;
        opacity:0;
    }
}
.article-list-col .header h1 {
    color:#333;
    font-size:30px;
    font-weight:bold;
    font-family: 'Merriweather';
    margin-bottom:10px;
}
.article-list-col .header h1 span {
    color:rgba(51,51,51,0.15);
}
.article-list-col .header h4 {
    color:rgba(51,51,51,0.7);
    font-size:14px;
    font-family: 'Merriweather Sans';
    margin-bottom:20px;
}
.subscription-message {
    margin-bottom:15px;
}
@media (max-width: 768px) {
    .article-list-col .header h1 {
        font-size:20px;
    }
    .article-list-col .header h4 {
        font-size:12px;
    }
}

.site-map .columns {
    column-count:3;
    column-gap:30px;
}
.site-map .columns ul {
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px;
}
.site-map .columns > ul {
    margin-bottom:30px;
}
.site-map .columns ul ul {
    margin-left:30px;
    font-size:14px;
}
.site-map .columns li {
    word-wrap: break-word;
    margin:5px 0;
}
.site-map .columns a {
    font-family: 'Merriweather';
    color:#333;
}
.site-map .columns ul ul a {
    color:rgba(51,51,51,0.7);
}
.site-map .columns a:hover {
    text-decoration: none;
    opacity:0.8;
}
@media (max-width: 992px) {
    .site-map .columns {
        column-count:2;
    }
}
@media (max-width: 768px) {
    .site-map .columns {
        column-count:1;
    }
}

.fa-heart,
.fa-heart-o {
    color:#CC0000;
    /*width:28px;*/
    padding:0;
}
.fa-heart::before,
.fa-heart-o::before {
    padding-left:2px;
}
.tooltip[x-placement^="top"] {
    left:9px !important;
}

.saved-container {
    background:#fff;
    margin:15px 0;
    padding:15px;
}
.saved-container:hover {
    box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}
.saved-container .title {
    margin:0;
}
.saved-container .title a {
    font-size:20px;
    font-weight:bold;
    font-family:'Merriweather';
    color:#333;
}
.saved-container .title a:hover {
    text-decoration:none;
    opacity:0.7;
}
@media (max-width: 576px) {
    .saved-container .title {
        text-align:center;
        margin-bottom:10px;
    }
}

.article-details .date-location {
    text-align:right;
}
.article-details .date {
    width: auto;
    margin-right: 15px;
}
.article-details .location {
    width: auto;
}
.article-details .categories {
    margin-top:-20px;
    margin-bottom:25px;
}
.article-details .categories a {
    font-size:14px;
    font-family:'Merriweather Sans';
    color:rgba(0,98,62,0.7);
}
.article-details .media-container {
    position: relative;
}
.article-details .media-container img.thumb {
    display:block;
    width:100%;
}
.article-details .media-container .price {
    color:#fff;
    background:#EE5827;
    font-size:26px;
    font-weight:bold;
    font-family:'Merriweather Sans';
    position:absolute;
    left:0;
    top:20px;
    padding:10px 15px;
    border-radius:0 5px 5px 0;
}
.article-details .media-container .flags {
    position:absolute;
    left:0;
    top:82px;
}
.article-details .media-container .product-flag {
    color:#fff;
    background:#ccc;
    font-size:10px;
    font-weight:bold;
    font-family:'Merriweather Sans';
    padding:5px;
    border-radius:0 5px 5px 0;
    margin-bottom:3px;
}
.article-details .media-container .product-premium {
    background:#EE5827;
}
.article-details .details {
    background:#fff;
    padding:30px;
    position:relative;
}
.article-details .details.green {
    background:#00623E;
    color:#fff;
}
.article-details .details.green hr {
    border-top:1px solid rgba(255,255,255,0.3);
}
.article-details .details.green {
    font-size:13px;
    font-family:'Merriweather Sans';
}
.article-details .details.green .value {
    font-weight:bold;
    text-align:right;
    word-break: break-all;
}
.article-details .details.green .value a {
    color:#fff;
}
.article-details .details.green .value a:hover {
    text-decoration: none;
    opacity:0.7;
}
.article-details .details .details-title {
    font-size:30px;
    font-weight:bold;
    font-family:'Merriweather';
    color:rgba(0,98,62,0.4);
    margin-bottom:20px;
}
.article-details .details.green .details-title {
    color:rgba(255,255,255,0.4);
}
.article-details .details.green .details-title span {
    margin:0 10px;
    color:rgba(255,255,255,0.8);
}
.article-details .details.green .details-title a {
    color:rgba(14, 5, 5, 0.4);
    padding:0;
}
.article-details .details.green .details-title a:hover {
    color:rgba(255,255,255,0.6);
}
.article-details .details.green .details-title a.active {
    color:rgba(255,255,255,0.6);
}
.article-details .details .details-description {
    font-size: 16px;
    color: #333;
    opacity: 0.7;
    font-family: 'Merriweather Sans';
    line-height: 30px;
}
.article-details .favourite {
    display:inline-block;
}
.article-details .favourite button {
    background:transparent;
    margin:0;
    padding:0;
}
.article-details .ad_ref-report {
    color:#A6A6A6;
    font-size:12px;
    font-family:'Merriweather Sans';
    margin-top:20px;
    margin-bottom:20px;
}
.article-details .ad_ref-report a {
    color:#00623E;
}
.article-details .panel {
    background:#fff;
    padding:30px;
    margin:0 0 20px 0;
}
.article-details .articlertiser {
    color:#333;
}
.article-details .articlertiser p {
    font-size:13px;
    font-family:'Merriweather';
    font-weight:300;
}
.article-details .articlertiser b  {
    font-size:16px;
    font-weight:bold;
}
.article-details .articlertiserr span {
    font-size:16px;
}
.article-details .articlertiser a.show-number {
    color:#00623E;
    font-size:12px;
    margin-left:15px;
}
.article-details .button-contact {
    display:none;
}
@media (max-width: 992px) {
    .article-details .details .details-title {
        font-size:26px;
    }
    .article-details .details .details-description {
        font-size:14px;
        line-height:28px;
    }
    .article-details .categories {
        margin-bottom:0;
    }
    .article-details .date-location {
        margin-bottom:20px;
        text-align: left;
    }
    .article-details .button-contact {
        display:block;
        margin-bottom:20px;
    }
    .article-details .adsense {
        display:none;
    }
}

.row-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.border-green-full {
    background:#00623E;
    height:10px;
    width:100%; 
    margin:25px 0;
}
.adverts-you-might-also-like {
    margin:50px 0;
}
.adverts-you-might-also-like .button-more {
    margin-top:30px;
}
.adverts-this-seller {
    margin:50px 0;
}
.adverts-this-seller .button-more {
    margin-top:30px;
}

.modal-title {
    font-size:20px;
    font-family:'Merriweather';
    color:#333;
}
.list-group-item.active {
    background:#00623E;
    border-color:rgba(255,255,255,0.2);
}

.create-advert {
    
}
.create-advert #advertFormPricePrice {
    width:200px;
    border-width: 1px;
    margin-right:10px;
}
.create-advert #advertFormPriceCurrency {
    border-width: 1px;
}
#cf-stallionsavailability {
    margin-bottom:10px;
}
.create-advert .pound {
    color:#333;
    font-size:20px;
    font-family:'Merriweather Sans';
    margin-left:10px;
}
.create-advert .vue-dropzone {
    border: 2px dotted #99C0B2;
    border-radius:5px;
    background:transparent;
}
.create-advert .dropzone .dz-message {
    color:#99C0B2;
    font-size:20px;
    font-family:'Merriweather Sans';
    margin:0;
}
@media (max-width: 992px) {
    .create-advert .dropzone .dz-message {
        font-size:14px;
    }
}
.create-advert .text-or {
    color:#A6A6A6;
    font-size:16px;
    font-family:'Merriweather Sans';
    margin-top:20px;
}
.create-advert #article-form-map {
    margin-bottom:20px;
}
.create-advert .marketing-permissions-container {
    
}
.create-advert .marketing-permissions-container h3 {
    color:#333;
    font-size:14px;
    font-family:'Merriweather Sans';
    font-weight:normal;
    line-height:20px;
}
.create-advert .marketing-permissions-container h3 a {
    color:#EE5827;
}
.create-advert .total-cost {
    margin-bottom:20px;
}
.create-advert .total-cost h5 {
    color:#333;
    font-size:20px;
    font-family:'Merriweather Sans';
    margin:0;
}
.create-advert .total-cost span {
    color:#333;
    font-size:30px;
    font-family:'Merriweather Sans';
    font-weight:bold;
}

.article-form-product-packages .product {
    background:#00623E;
    padding:20px 20px 100px 20px;
    margin: 15px;
    position:relative;
    border:6px solid #00623E;
    box-shadow:0px 0px 20px rgba(0,0,0,0.1);
    max-width:calc(50% - 30px);
    cursor:pointer;
}
.article-form-product-packages .product.selected {
    border:6px solid #fff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    cursor:pointer;
    background:#EE5827;
}
.article-form-product-packages .product.selected:after {
    content:"\f00c";
    font-family:'FontAwesome';
    font-size:25px;
    color:#EE5827;
    height:50px;
    width:50px;
    line-height:50px;
    text-align:center;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:-20px;
    right:-20px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.article-form-product-packages .product h3 {
    font-size:30px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    margin-bottom:20px;
}
.article-form-product-packages .product p {
    font-size:13px;
    color:#fff;
    font-family:'Merriweather Sans';
    margin:20px 0;
}
.article-form-product-packages .product .price {
    font-size:30px;
    font-weight:bold;
    color:#fff;
    font-family:'Merriweather';
    position:absolute;
    bottom:20px;
    right:20px;
}
.article-form-product-packages .product .old-price {
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,0.6);
    font-family:'Merriweather';
    position:absolute;
    bottom:55px;
    right:15px;
    padding:5px;
}
.article-form-product-packages .product .old-price:after {
    content:' ';
    height:2px;
    background:rgba(255,255,255,0.6);
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform: rotate(-20deg);
}

.create-advert .article-form-edit-print-advert {
    margin: 20px 0 0 0;
}
@media (max-width: 768px) {
    .article-form-product-packages .product {
        max-width:calc(100% - 30px);
    }
    .article-form-product-packages .product.selected::after {
        top:10px;
        right:10px;
    }
    .create-advert .buttons .btn-orange {
        margin-bottom:10px;
    }
    .article-form-preview {
        display:none;
    }
}

body .select2-container--krajee .select2-selection--single {
    height: 40px;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    border-color:#EAEAEA;
    cursor:pointer;
}
body .was-validated .select2-container--krajee .select2-selection--single,
.was-validated .tox-tinymce {
    border-color:#dc3545;
}
body .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width:30px;
    border-color:#EAEAEA;
}
body .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    font-size:12px;
    line-height:28px;
}

body .search-homepage .select2-container--krajee .select2-selection--single {
    height:56px;
    border-width:0;
    background:#fff;
    box-shadow:0px 0px 40px rgba(51,51,51,0.05);
    padding:0.5rem 1rem;
}
body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    line-height:44px;
    font-size:20px;
}
body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 50px;
    border-color: rgba(51,51,51,0.05);
    margin: 10px 0;
}
body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
}
body .search-homepage .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color:transparent transparent #d1d1d1 transparent;
}
body.home-page .select2-container--krajee .select2-results > .select2-results__options {
    max-height:500px;
}
body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 5rem;
    color: #d1d1d1;
}
.home-page .select2-container--krajee .select2-dropdown {
    border-width:0;
}
.home-page .select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background: #00623E;
}
.search-homepage .form-group {
    margin-bottom:2rem;
}
body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    olor:#A6A6A6 !important;
}
::placeholder {
  color:#A6A6A6 !important;
}
:-ms-input-placeholder {
  color:#A6A6A6 !important;
}
::-ms-input-placeholder {
  color:#A6A6A6 !important;
}
.adv-search {
    margin-top:20px;
}
.adv-search a {
    color:#00623E;
    font-size:16px;
    font-family:'Merriweather Sans';
}
.adv-search a:hover {
    color:#EE5827;
    text-decoration:none;
}
@media (max-width: 768px) {
    body .search-homepage .form-control {
        font-size: 16px;
        height: 46px;
    }
    body .search-homepage .select2-container--krajee .select2-selection--single {
        height: 46px;
    }
    body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
        font-size: 16px;
    }
    body .search-homepage .select2-container--krajee .select2-selection--single .select2-selection__arrow {
        height: 25px;
    }
    .search-homepage .btn-send {
        padding: 0.7rem;
    }
    body .search-homepage .js-expandable .form-group {
        min-height:46px;
    }
    body .search-homepage .js-expandable .form-group .control-label {
        font-size:16px;
    }
    body .search-homepage #js-advanced-search {
        margin-bottom:2rem;
    }
}

body .article-form-media-thumb-item {
    background:#fff;
}

body .article-details .article-form-preview-thumbnail {
    height:600px;
}
@media (max-width: 992px) {
    body .article-details .article-form-preview-thumbnail {
        height:500px;
    }
}
@media (max-width: 768px) {
    body .article-details .article-form-preview-thumbnail {
        height:400px;
    }
}
@media (max-width: 576px) {
    body .article-details .article-form-preview-thumbnail {
        height:300px;
    }
}
.slider-gallery {
    background: #fff;
}

.slider-gallery-big img,
.slider-gallery-big video {
    display: block;
    width: 100%;
}
.slider-gallery-big video {
    max-height:600px;
    margin:auto;
}

.slider-gallery-big.slick-initialized .slick-slide {
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    background: #333;
}

/*.slider-gallery-big.slick-initialized .slick-slide *,*/
.slider-gallery-nav.slick-initialized .slick-slide * {
    display: block !important;
}

.slider-gallery-nav img {
    display: block;
    width: 100%;
}

.slider-gallery .slider-gallery-nav .slick-slide img {
    opacity: 0.5;
    cursor: pointer;
}

.slider-gallery .slider-gallery-nav .slick-slide.slick-current img {
    opacity: 1;
}

.slider-gallery .slider-gallery-nav .slick-slide.slick-current > div > div {
    position: relative;
}

.slider-gallery .slider-gallery-nav .slick-slide.slick-current > div > div::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 4px solid #EE5827;
}

.slider-gallery .slick-prev {
    left: 0px;
}

.slider-gallery .slick-next {
    right: 0px;
}

.slider-gallery .slick-prev,
.slider-gallery .slick-next {
    /*top: calc(50% - 25px);*/
    top:50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
}

.slider-gallery .slider-gallery-big .slick-prev:hover,
.slider-gallery .slider-gallery-big .slick-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.slider-gallery .slick-prev::before,
.slider-gallery .slick-next::before {
    content: "\f104";
    font-family: fontawesome;
    color: #000;
    font-size: 50px;
    line-height: 50px;
}

.slider-gallery .slick-prev:hover::before,
.slider-gallery .slick-next:hover::before {
    opacity: 1;
}

.slider-gallery .slick-prev::before {
    content: "\f104";
}

.slider-gallery .slick-next::before {
    content: "\f105";
}

.slider-gallery .slick-dots {
    top: -40px;
    bottom: unset;
}

.slider-gallery .slick-dots li.slick-active button::before,
.slider-gallery .slick-dots li button::before {
    color: #fff;
}

.slider-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.pagination-container {
    margin-top:60px;
}
.pagination-container .previous,
.pagination-container .next {
    font-family:'Mukta';
    font-size:16px;
    font-weight:bold;
}
.pagination-container .previous:hover,
.pagination-container .next:hover {
    opacity:0.7;
    text-decoration: none;
}
.pagination-container .previous span,
.pagination-container .next span {
    font-size:18px;
}
.pagination-container a {
    color:#00623E;
}
.pagination-container .center {
    white-space:nowrap;
}
.pagination-container .center a {
    font-family:'Mukta';
    font-size:18px;
    display:inline-block;
    padding:2px 10px;
    border:1px solid rgba(0,98,62,0.3);
    border-radius:3px;
    min-width:32px;
}
.pagination-container .center a:hover,
.pagination-container .center a.current {
    color:#fff;
    background:#00623E;
    text-decoration: none;
}
@media (max-width: 992px) {
    .pagination-container {
        margin-top:10px;
    }
    .pagination-container .center,
    .pagination-container .previous span,
    .pagination-container .next span {
        display:none;
    }
    .pagination-container .previous,
    .pagination-container .next {
        font-size:18px;
        font-weight:normal;
        display:block;
        padding:10px;
        text-align:center;
        border:2px solid rgba(0,98,62,1);
        border-radius:3px;
    }
}

body .dropdown-item.dropdown-item-email:hover {
    background:transparent;
    color:#333;
}

.show-all-link {
    font-family:'Merriweather Sans';
    font-size:10px;
    color:#00623E;
}
.show-all-link:hover {
    text-decoration: none;
    opacity:0.7;
}

.order-summary table {
    width:100%;
}
.order-summary table th {
    color: #333;
    font-size: 18px;
    font-family: 'Merriweather';
    padding:10px 0;
}
.order-summary table td {
    color: rgba(51,51,51,0.7);
    font-size: 16px;
    font-family: 'Merriweather';
    padding:10px 0;
    border-top:1px solid rgba(51,51,51,0.1);
}
.order-summary table .value {
    text-align:right;
}
.order-summary table .status,
.order-summary table .total {
    font-weight:bold;
    color:#333;
}
.order-summary table .value.status,
.order-summary table .value.total {
    font-size:30px;
}
.order-summary table .status-completed {
    color:#00623E;
}

body .input-group-text {
  font-size:10px;
  font-weight:300;
  background:rgba(51,51,51,0.02);
  color:rgba(51,51,51,0.5);
  border-color:#EAEAEA;
}
.dropdown-checkboxes .dropdown-menu {
    padding:5px 5px 5px 15px;
    box-shadow:2px 2px 10px rgba(51,51,51,0.2);
}
.dropdown-checkboxes .dropdown-menu ul {
    margin:0;
    padding:0;
    list-style:none;
    max-height:200px;
    overflow-y: auto;
}
.dropdown-checkboxes .dropdown-menu li {
    margin:10px 0;
    padding-left:25px;
    position:relative;
}
.dropdown-checkboxes .dropdown-menu li .icheckbox_square-green {
    position: absolute !important;
    top:0;
    left:0;
}

#printDescription {
    height:160px;
}
body .swal2-popup .swal2-styled {
    box-shadow: none !important;
    font-family: 'Merriweather Sans';
    font-size:14px !important;
}
body .swal2-popup .swal2-title,
body .swal2-popup #swal2-content {
    font-family: 'Merriweather';
}
.article-form-sub-category-remove {
    cursor:pointer;
    font-size: 20px;
    margin-bottom: 1rem;
    display: inline-block;
    color: #99C0B2;
    padding: 0 9px;
    background: transparent !important;
}
.article-form-sub-category-remove:hover {
    color:#00623E;
}

.back-to-my-search {
    color:#EE5827;
    font-size:14px;
    font-family: 'Mukta';
    display: inline-block;
    margin-bottom: 5px;
}
.back-to-my-search:hover {
    color:#00623E;
    text-decoration: none;
}

.list-group-item .label-count {
    font-family:'Merriweather Sans';
    font-size:12px;
    font-weight:normal;
    color:rgba(51,51,51,0.4);
    position:absolute;
    right:15px;
    top:calc(50% - 9px);
}

@media (max-width: 992px) {
    #article-form .form-group {
        margin-bottom:2rem;
    }
}

.collapse.in,
.collapse.show {
    display:block !important;
}

@media (max-width: 768px) {
    .md-static {
        position:relative;
    }
    .md-static > div {
        position:static;
        margin-right:30px;
    }
    body #article-form .md-static .tooltip-button {
        position: absolute;
        top: 7px;
        right: 10px;
        z-index: 1;
        font-size: 12px;
        padding: 0;
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
    }
    body #article-form .row-form-media-uploader.md-static .tooltip-button {
        top:auto;
        bottom:20px;
    }
    body .tinymce-mobile-outer-container .tinymce-mobile-disabled-mask {
        color:#333;
    }
}

.faq > h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Merriweather';
    margin: 25px 0 15px 0;
}
.faq-container {
    background: #fff;
    padding: 20px;
    font-size:14px;
    margin-bottom:1px;
}
.faq-container h3 {
    color: #00623E;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Merriweather';
    cursor: pointer;
    margin:0;
}
.faq-container h3 .lnr {
    float:right;
    font-size:14px;
    color:rgba(51,51,51,0.7);
    margin-top:4px;
}
.faq-container h3 .lnr-arrow-down {
    display:none;
}
.faq-container h3.collapsed .lnr-arrow-down {
    display:block;
}
.faq-container h3 .lnr-arrow-up {
    display:block;
}
.faq-container h3.collapsed .lnr-arrow-up {
    display:none;
}

body .tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon {
    z-index:1;
}
body .modal-footer {
    display:block;
}

.site-login .btn-facebook,
.site-signup .btn-facebook {
    margin-bottom:1rem;
}

.form-check-input {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.hp-alert-container .alert {
    margin: 20px 0;
}

.slider img {
    display:block;
    width:100%;
}
.carousel-control-prev, 
.carousel-control-next {
    font-size:50px;
    width:100px;
}

.icheckbox_square-green, .iradio_square-green {
    z-index:3;
}
.prevent-icheck .form-check-label,
.custom-control-label {
    max-width:calc(100% - 30px);
}
.custom-control-label::before {
    display:none !important;
}

@media (min-width: 993px) {
    #js-search-close {
        display:none;
    }
}

.btn-add-another-video {
    margin-bottom:1rem;
}
@media (max-width: 992px) {
    .btn-add-another-video {
        margin-top:-1rem;
        margin-bottom:2rem;
    }
}
