.action-area {
    display: inline-block;
}

.action-area a {
    color: #f83f43;
}

.action-area a:hover {
    color: #000;
}

.action-area [class^="col-"] > * {
    display: inline-block;
    vertical-align: middle;
}

.action-area [class^="col-"] > *:not(:last-child) {
    margin-right: 40px;
}

.color-switcher {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: none !important;
}

.color-switcher li {
    display: inline-block;
    vertical-align: middle;
}

.color-switcher li:not(:last-child) {
    margin-right: 3px;
}

.color-switcher .active {
    display: none;
}

.color-switcher a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.color-switcher .dark {
    background: #000;
}

.color-switcher .green {
    background: #3a9e3d;
}

.color-switcher .blue {
    background: #4acbf0;
}

.color-switcher .orange {
    background: #d9b458;
}

.color-switcher .purple {
    background: #677abb;
}

.switcher {
    overflow: visible;
    position: relative;
    width: auto;
}

.switcher .option {
    position: absolute;
    top: 100%;
    left: 0;
}

.languages {
    border: none;
    background: none;
}

.switcher .selected {
    background: none;
    z-index: 5;
}

.switcher .selected a:hover,
.switcher .selected a {
    border: none;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
}

.switcher .selected a {
    width: auto;
    padding: 0 20px 0 0;
}

.switcher .selected a:hover,
.switcher .selected a.open,
.switcher .selected a {
    background: url('../img/icon/sort-down.png') center right no-repeat;
    background-size: 12px 12px;
}

.switcher .option a.selected {
    background: #fff;
}

.switcher .option a:hover {
    background: #fff;
    color: #000;
}

.switcher a img {
    vertical-align: top;
}

.switcher .option {
    width: 100%;
}


.site-manage-holder .site-manage-btn {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
    font-size: 0.8125em;
}

.site-manage-holder .site-manage-btn .fa {
    font-size: 1.2em;
    vertical-align: middle;
    margin: -2px 0px 0 0px;
}

@media (max-width: 1000px) {
    .site-manage-holder {
        width: 140%;
    }
}

@media (max-width: 767px){
    .site-manage-holder {
        display: none
    }
}

.site-manage-holder .site-manage-popup {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    width: 554px;
    background: #fff;
    text-align: center;
    margin-top: 12px;
    box-shadow: 0 21px 40px 10px rgba(0, 8, 38, .2);
}

.site-manage-popup .popup-header {
    padding: 10px;
}

.popup-header img {
    width: 100%;
}

.site-manage-popup .popup-header .close-btn {
    width: 32px;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.site-manage-popup .popup-content {
    padding: 0 40px 45px;
    display: inline-block;
    vertical-align: top;
}
.site-manage-popup .title {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    color: #1b2c58;
    font-size: 1.875em;
    font-weight: bold;
    text-transform: uppercase;
}
.site-manage-popup .site-scheme {
    text-align: left;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #A9C5D4;
    font-weight: bold;
}

.site-manage-popup .site-scheme li:first-child {
    font-weight: 700;
    font-size: 1.125em;
    width: 80px;
}

.site-manage-popup .site-scheme li {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 25px;
    position: relative;
}

.site-manage-popup .site-scheme li:not(:last-child) {
    margin-right: 15px;
}

.site-manage-popup .site-scheme .manage-item a {
    display: block;
    text-align: center;
    color: #000;
}

.site-manage-popup .site-scheme .manage-item a:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.site-manage-popup .site-scheme .active a:before {
    box-shadow: inset 0 0 0 3px #fff;
    background: #000;
}

.site-manage-popup .font-size-scheme a {
    width: 1.875em;
    height: 1.875em;
    line-height: 1.875em;
}

.site-manage-popup .font-size-scheme [data-size="small-size-scheme"] {
    font-size: 1em;
}

.site-manage-popup .font-size-scheme [data-size="medium-size-scheme"] {
    font-size: 1.4em;
}

.site-manage-popup .font-size-scheme [data-size="large-size-scheme"] {
    font-size: 1.8em;
}

.site-manage-popup .color-scheme li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.site-manage-popup .color-scheme [data-color="purple-white-scheme"] a {
    background: #D03D3F;
    color: #fff;
    border: 1px solid #D03D3F;
}

.site-manage-popup .color-scheme [data-color="black-yellow-scheme"] a {
    background: #000;
    color: #fef24c;
    border: 1px solid #fef24c;
}

.site-manage-popup .color-scheme [data-color="yellow-blue-scheme"] a {
    background: #ffe800;
    color: #3d6ab3;
    border: 1px solid #3d6ab3;
}

.site-manage-popup .color-scheme [data-color="green-purple-scheme"] a {
    background: #c7e4d3;
    color: #a9306f;
    border: 1px solid #a9306f;
}

.site-manage-popup .color-scheme [data-color="blue-orange-scheme"] a {
    background: #0e298d;
    color: #df8d13;
    border: 1px solid #df8d13;
}

.action-area [class^="col-"] > * {
    display: inline-block;
    vertical-align: middle;
}

.action-area [class^="col-"] > *:not(:last-child) {
    margin-right: 40px;
}

.color-switcher {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: none !important;
}

.color-switcher li {
    display: inline-block;
    vertical-align: middle;
}

.color-switcher li:not(:last-child) {
    margin-right: 3px;
}

.color-switcher .active {
    display: none;
}

.color-switcher a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.color-switcher .dark {
    background: #000;
}

.color-switcher .green {
    background: #3a9e3d;
}

.color-switcher .blue {
    background: #4acbf0;
}

.color-switcher .orange {
    background: #d9b458;
}

.color-switcher .purple {
    background: #677abb;
}

.switcher {
    overflow: visible;
    position: relative;
    width: auto;
}

.switcher .option {
    position: absolute;
    top: 100%;
    left: 0;
}