<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
/*@font-face {
    font-family: "Corporate A Regular";
    src: url("../fonts/corporate_A_regular.eot?") format("eot"),
         url("../fonts/corporate_A_regular.woff") format("woff"),
         url("../fonts/corporate_A_regular.ttf") format("truetype"),
         url("../fonts/corporate_A_regular.svg#CorporateABQ-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}*/
:root {
  --primary-color: #B29F6B;
  --secondary-color: #989898;
}
/* =========================================== reset */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
	color: inherit;
    outline: none;
}
a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a.link {
    cursor: pointer;
    color: var(--primary-color) !important;
}
img, a img {
    border: none;
}
textarea {
    resize: none;
}
header, section, footer, aside, nav, article {
    display: block;
}
input, textarea {
    outline: none;
}
video {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
/* =========================================== /reset */
/* =========================================== reset bootstrap */
.alert {
    border-radius: 0;
}
.navbar-default {
    border: none;
    background: none;
}
.navbar {
    min-height: 1px;
    border-radius: 0;
    margin-bottom: 0;
}
.nav &gt; li &gt; a {
    padding: 0 5px;
    cursor: pointer;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background: none;
}
.navbar-inverse {
    border-left: 0;
    border-color: rgba(255,255,255,0.15);
}
.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
    background-color: #333;
}
.ocul {
    display: none;
}
.table-striped &gt; tbody &gt; tr &gt; td,
.table-striped &gt; tbody &gt; tr &gt; th {
    background-color: #232527;
}
.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
    background-color: #222222;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    border-color: rgba(255,255,255,0.25);
}
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    color: rgba(255,255,255,0.75);
}
.table-hover &gt; tbody &gt; tr:hover {
    background-color: #222222;
}
.table-hover &gt; tbody &gt; tr:hover &gt; td {
    color: var(--primary-color);
}
.img-responsive {
    width: 100%;
    margin: 0 auto;
}
/* =========================================== fin reset bootstrap */
/* =========================================== reset owl carousel */
.owl-theme .owl-controls {
    top: -35px;
    margin-top: 0;
    text-align: right;
    position: relative;
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0.6);
}
.owl-theme .owl-controls .owl-page {
    vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    opacity: 0.7;
    margin: 10px 7px;
    background: none repeat scroll 0 0 #fff;
}
.owl-carousel .owl-item {
    min-height: 0;
}
.owl-carousel .owl-wrapper-outer {
    box-shadow: none;
}
#owl-countries .owl-stage-outer {
    overflow: visible !important;
}
/* =========================================== fin reset owl carousel */
/* =========================================== reset fancybox */
.fancybox-skin {
    background-color: #000;
}
/* =========================================== fin reset fancybox */
* {
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
body {
    color: #ffffff;
    position: relative;
    background-color: #232527;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lora', serif;*/
}
.done {
    top: 10px;
    clear: both;
    padding: 5px;
    z-index: 999;
    display: none;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}
.done p {
    font-size: smaller !important;
    text-align: center !important;
}
.bigbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.smallbox {
    width: 93%;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}
.smallbox-min {
    width: 60%;
}
.smallbox-min.to-left {
    width: 82%;
    margin-left: 40px;
}
.btn {
    border: 0;
    padding: 2px 40px;
    border-radius: 5px;
}
.btn-small {
    padding: 5px 15px;
}
.btn-primary {
    background-color: var(--primary-color);
}
.btn-primary:hover {
    background-color: #75684E;
}
.btn-secondary {
    color: #ffffff;
    background-color: var(--secondary-color);
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #848383;
}
.btn-secondary-dark {
    background-color: #222222;
    color: var(--primary-color) !important;
}
.btn-secondary-dark:hover {
    color: #ffffff;
    background-color: #000000;
}
.required-style {
    border: 1px solid red !important;
}
.dropDoc,
.dropIcon {
    margin-top: 5px;
    position: relative;
}
.img-preview {
    min-height: 75px;
    /*line-height: 72.5px;*/
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.doc-preview {
    padding: 5px;
    /*min-height: 110px;
    line-height: 98px;*/
}
.img-preview-profile {
    /*min-height: 110px;
    line-height: 98px;*/
}
.img-preview &gt; img {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.img-preview .progress-text {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}
.img-preview .progress-text &gt; p {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 10%;
    margin: auto;
    font-weight: bold;
    text-align: center;
    position: absolute;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.img-preview .progress-text.success {
    font-size: 24px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.75);
}
.img-preview .progress-text.error {
    font-size: 24px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.75);
}
.img-preview .progress-text i {
    top: -12.5px;
    position: relative;
}
.imgcont .box-img,
.img-preview-edit img,
.img-preview-edit .box-img {
    border-radius: 5px;
    position: relative;
}
.imgcont .box-img:after,
.img-preview-edit .box-img:after {
    content: '';
    display: block;
    padding-top: 70%;
}
.profile-img .box-img {
    position: relative;
}
.profile-img .box-img:after {
    content: '';
    display: block;
    padding-top: 75%;
}
.img-preview-profile .box-img {
    border-radius: 5px;
}
.img-preview-profile .box-img:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.bg-loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    text-align: center;
    background-color: #dedede;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.75);
}
.bg-loading &gt; i.fa {
    color: #232527;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 20px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}
.dz-progress {
}
.dz-progress .dz-upload {
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(178,159,107,0.75);
}
.dz-filename {
    display: none !important;
}
.dropzone {
    border: none;
    background-color: transparent;
}
.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}
.link.dropImage {
    display: block;
    margin-bottom: 10px;
}
#modalBox {
    background-color: rgba(0,0,0,0.6);
}
.modal-dialog {
    margin: 5% auto 0 !important;
}
.message-modal-box .modal-dialog {
    min-width: 335px;
}
.slick-slide {
    height: initial !important;
}
.line-divider {
    border-color: #444547;
}
#splash {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 2147483645;
    background-color: #232527;
}
#splash #gif {
    opacity: 0;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#splash #gif img {
    margin: 0 auto;
}
#splash #gif img.png {
    width: 250px;
}
header {
    position: relative;
    z-index: 2147483646;
}
header .navbar-brand {
    height: auto;
    padding: 0 15px;
}
header .navbar-brand &gt; img { /* LOGO IMG */
    top: 8px;
    width: auto !important;
    max-height: 45px;
    position: relative;
}
header .navbar {
    position: relative;
}
header .navbar-form {
    margin-top: 14px;
    margin-bottom: 14px;
}
header .navbar .search-bar .input-group input {
    color: #333333;
    box-shadow: none;
    border-radius: 20px 0 0 20px;
}
header .navbar .search-bar .input-group input::placeholder {
    color: #3D3D3D;
    font-weight: bold;
}
header .navbar .search-bar .input-group button {
    padding: 5px 15px;
    border-radius: 0 20px 20px 0;
}
header .navbar .search-bar .input-group input,
header .navbar .search-bar .input-group button {
    border: 0;
    cursor: help;
    background-color: #7F7F7F;
}
header .navbar .search-bar .input-group button i {
    top: -2px;
    position: relative;
}
header .navbar .menu-links &gt; li &gt; a {
    margin: 0 10px;
    padding: 18.5px 2.5px;
    border-bottom: 2px solid transparent;
}
header .navbar .menu-links li.dropdown a.dropdown-icon {
    padding-top: 16px;
    padding-bottom: 12px;
}
header .navbar .menu-links li.dropdown a.dropdown-icon .user-icon {
    width: 27px;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
header .navbar .menu-links li.dropdown a.dropdown-icon .box-img:after {
    content: '';
    display: block;
    padding-top: 100%;
}
header .navbar .menu-links li.dropdown a.dropdown-icon:hover .user-icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
header .navbar .menu-links &gt; li:hover &gt; a,
header .navbar .menu-links &gt; li.active &gt; a {
    border-bottom: 2px solid var(--primary-color);
}
header .navbar .account-btn {
    color: var(--primary-color);
}
header .navbar .account-btn &gt; a {
    opacity: 0.8;
}
header .navbar .account-btn &gt; a:hover {
    opacity: 1;
}
header .navbar .menu-links span.notifications {
    top: -1px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 5px;
    line-height: 15px;
    text-align: center;
    font-family: Arial;
    position: relative;
    vertical-align: middle;
}
header .navbar .menu-links span.notifications.top {
    top: 5px;
    left: 25px;
    padding: 0;
    z-index: 9;
    font-size: 9px;
    margin-left: 0;
    border-radius: 50%;
    position: absolute;
}
header .dropdown-account {
    padding: 1px 0;
    font-size: 16px;
    border-radius: 0;
    background-color: #232527;
    border-color: transparent;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.3);
}
header .dropdown-menu * {
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header .dropdown-menu &gt; li {
    position: relative;
}
header .dropdown-menu &gt; li &gt; a {
    color: #efefef;
    font-weight: bold;
    padding: 5px 15px;
    border-left: 3px solid var(--primary-color);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
header .dropdown-menu &gt; li:hover &gt; a {
    color: #efefef;
    padding-left: 25px;
    background-color: #080810;
}
header .dropdown-menu &gt; li:last-child &gt; a {
    box-shadow: none;
    border-bottom: none;
}
header .dropdown-menu &gt; li &gt; a &gt; .icon-right {
    top: 8px;
    right: 15px;
    position: absolute;
}
header .submenu {
    overflow: hidden;
    border-left: 2px solid var(--primary-color);
}
header .submenu li {
    padding: 5px 0;
    padding-left: 30px;
    background-color: #222222;
}
header .submenu li:hover {
    padding-left: 40px;
    background-color: #080810;
}
header .submenu li a {
    color: #fff;
    width: 100%;
    font-weight: bold;
}
footer {
    bottom: 0;
    /*position: relative;*/
	z-index: 1;
}
footer .top {
    padding: 40px 0 30px;
    background-color: #1A1A1A;
}
footer .top h3 {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
footer .top p {
    line-height: 11px;
}
footer .top .view-more {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
footer .bottom {
    padding: 20px 0 15px;
}
div.jHtmlArea {
    width: 100% !important;
    border: none !important;
    background-color: transparent !important;
}
div.jHtmlArea .ToolBar {
    padding: 5px 15px;
    border-radius: 20px;
    width: 100% !important;
    border: none !important;
    background-color: #e5e5e5 !important;
}
div.jHtmlArea .ToolBar ul {
    background: transparent !important;
}
div.jHtmlArea .ToolBar ul,
div.jHtmlArea .ToolBar ul li,
div.jHtmlArea .ToolBar ul li a {
    border: none !important;
}
div.jHtmlArea .ToolBar ul li a.h1,
div.jHtmlArea .ToolBar ul li a.h2,
div.jHtmlArea .ToolBar ul li a.h3,
div.jHtmlArea .ToolBar ul li a.h4,
div.jHtmlArea .ToolBar ul li a.h5,
div.jHtmlArea .ToolBar ul li a.h6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.jHtmlArea iframe {
    padding: 5px 10px;
    border-radius: 20px;
    width: 900px !important;
    height: 350px !important;
    max-width: 100% !important;
    background-color: #e5e5e5 !important;
}
div.jHtmlArea iframe html body {
    color: #666666  !important;
    font-size: 12px  !important;
    font-family: 'Open Sans', sans-serif !important;
    /*font-family: 'Lora', serif !important;*/
}
.carmenu {
    /*right: -35px !important;*/
    width: 280px;
    border: none;
    padding: 1px 0 20px;
    box-shadow: none;
    /*padding: 1px 25px 25px;*/
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.5);*/
}
.carmenu .active {
    background-color: #080810;
}
.carmenu &gt; ul {
    background-color: #232527;
    box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.3);
}
.carmenu .carmenu-cont:not(.cmc-level-1) {
    display: none;
}
.carmenu .carmenu-cont .carmenu-title {
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.carmenu .carmenu-open &gt; div {
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
}
.carmenu .carmenu-open &gt; div:hover,
.carmenu .carmenu-open &gt; div.hover,
.carmenu li.cmi-level-4:hover {
    cursor: pointer;
    background-color: #080810;
}
.carmenu .carmenu-item {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.carmenu .cmi-level-1:last-child {
    box-shadow: none;
    border-bottom: none;
}
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div,
.carmenu li.cmi-level-2,
.carmenu li.cmi-level-3,
.carmenu li.cmi-level-4 {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div {
    padding: 5px 15px;
    border-style: solid;
    border-left-width: 3px;
}
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div:hover,
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div.hover {
    padding-left: 25px !important;
}
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div &gt; i {
    top: 3px;
    position: relative;
}
.carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div &gt; b &gt; i {
    font-style: normal;
    color: var(--secondary-color);
}
.carmenu li.cmi-level-2 {
    overflow: hidden;
    border-style: solid;
    border-left-width: 4px;
    /*border-left-width: 2px;*/
}
.carmenu li.cmi-level-2 .carmenu-title {
    padding-left: 30px;
}
.carmenu li.cmi-level-2 &gt; a.carmenu-open &gt; div {
    padding: 0 0 0 25px;
}
.carmenu li.cmi-level-2 &gt; a.carmenu-open &gt; div:hover,
.carmenu li.cmi-level-2 &gt; a.carmenu-open &gt; div.hover {
    padding-left: 35px !important;
}
.carmenu li.cmi-level-3 {
    overflow: hidden;
    border-style: solid;
    border-left-width: 1px;
}
.carmenu li.cmi-level-3 .carmenu-title {
    padding-left: 40px;
}
.carmenu li.cmi-level-3 &gt; a.carmenu-open &gt; div {
    padding: 8px 10px 8px 35px;
}
.carmenu li.cmi-level-3 &gt; a.carmenu-open &gt; div:hover,
.carmenu li.cmi-level-3 &gt; a.carmenu-open &gt; div.hover {
    padding-bottom: 9.75px;
    padding-left: 45px !important;
}
.carmenu li.cmi-level-4 {
    overflow: hidden;
    border-style: solid;
    border-left-width: 1px;
}
.carmenu li.cmi-level-4 {
    padding: 8px 10px 8px 45px;
}
.carmenu li.cmi-level-4:hover {
    padding-left: 55px !important;
}
.carmenu li.cmi-level-4 img {
    margin: 0;
    width: 80%;
}
.carmenu li.cmi-level-4 p {
    margin-top: 2px;
    line-height: 10px;
}
.carmenu li.cmi-level-4 p &gt; small {
    color: #999;
    font-size: 10px;
}
.carmenu li.carmenu-item &gt; a.carmenu-open &gt; .carmenu-click:hover i.fa {
    font-size: 16px;
    color: var(--primary-color);
}
.carmenu .carmenu-class-car h5 {
    padding: 7px 0;
    font-size: 16px;
}
.carmenu .carmenu-class-car h5 i {
    float: right;
    margin-right: 15px;
}
.carmenu .carmenu-series-list {
    background-color: #333333;
}
.carmenu .carmenu-series-car .left {
    font-size: 16px;
    line-height: 16px;
    padding-right: 0;
}
.carmenu .carmenu-series-car .left b,
.carmenu .carmenu-series-car .left i,
.carmenu .carmenu-series-car .left small {
    clear: both;
    display: block;
}
.carmenu .carmenu-series-car .left i {
    color: #999;
    font-size: 10px;
}
.carmenu .carmenu-series-car .left small {
    color: var(--primary-color);
}
.carmenu .carmenu-series-car .right {
    padding-left: 0;
}
.carmenu .carmenu-series-car &gt; i.fa {
    top: 6px;
    right: 20px;
    z-index: 10;
    font-size: 12px;
    position: absolute;
}
.carmenu .carmenu-series-car:hover &gt; i.fa {
    font-size: 10px !important;
}
.carmenu-open {
    display: block;
    position: relative;
}
.carmenu-open-url {
    top: 0;
    left: 0;
    z-index: 1;
    width: 85%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}
.carmenu .numbers {
    margin-top: 15px;
}
.carmenu .numbers .row &gt; div {
    padding: 0 15px;
}
.carmenu .numbers p {
    padding: 10px;
    line-height: 15px;
    text-align: center;
    background-color: #232527;
    box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.3);
}
.carmenu .numbers p strong {
    clear: both;
    display: block;
    font-size: 20px;
}
.submenux {
    right: auto !important;
    width: 220px;
    border: none;
    box-shadow: none;
    padding: 1px 0 20px;
    background-color: transparent;
}
.submenux .active {
    background-color: #080810;
}
.submenux &gt; ul {
    background-color: #232527;
    box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.3);
}
.submenux .submenux-cont:not(.smc-level-1) {
    display: none;
}
.submenux .submenux-cont .submenux-title {
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.submenux .submenux-open &gt; div {
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
}
.submenux .submenux-open &gt; div:hover,
.submenux .submenux-open &gt; div.hover {
    cursor: pointer;
    background-color: #080810;
}
.submenux .submenux-item {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.submenux .smi-level-1:last-child {
    box-shadow: none;
    border-bottom: none;
}
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div,
.submenux li.smi-level-2 {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-color: var(--primary-color);
}
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div {
    padding: 5px 15px;
    border-style: solid;
    border-left-width: 3px;
}
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div:hover,
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div.hover {
    padding-left: 25px !important;
}
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div &gt; i {
    top: 3px;
    position: relative;
}
.submenux li.smi-level-1 &gt; a.submenux-open &gt; div &gt; b &gt; i {
    font-style: normal;
    color: var(--secondary-color);
}
.submenux li.smi-level-2 {
    overflow: hidden;
    border-style: solid;
    border-left-width: 4px;
}
.submenux li.smi-level-2 .submenux-title {
    padding-left: 30px;
}
.submenux li.smi-level-2 &gt; a.submenux-open &gt; div {
    padding: 0 0 0 25px;
}
.submenux li.smi-level-2 &gt; a.submenux-open &gt; div:hover,
.submenux li.smi-level-2 &gt; a.submenux-open &gt; div.hover {
    padding-left: 35px !important;
}
.submenux li.submenux-item &gt; a.submenux-open &gt; .submenux-click:hover i.fa {
    font-size: 16px;
    color: var(--primary-color);
}
.submenux .submenux-class-car h5 {
    padding: 7px 0;
    font-size: 16px;
}
.submenux .submenux-class-car h5 i {
    float: right;
    margin-right: 15px;
}
.submenux-open {
    display: block;
    position: relative;
}
.submenux-open-url {
    top: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}
.submenux-item .smi-level-2 .submenux-open-url {
    width: 100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.container-crop{
    padding: 50px 0;
}
.crop-img{
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}
#cropContainerHeader {
    width: 320px;
    height: 150px;
    position:relative; /* or fixed or absolute */
}
#croppicModalObj {
    border-radius: 0;
    border: 2px solid rgba(178,158,114,0.5);
    width: 320px !important;
    /*margin-top: 15% !important;*/
    overflow: hidden !important;
}
#croppicModalObj .cropControls {
    width: 100%;
    text-align: center;
    right: 0 !important;
    background-color: rgba(178,158,114,0.8) !important;
}
#croppicModalObj .cropControls i {
    margin: 0 2px;
    display: inline-block;
    float: none !important;
    background-color: transparent !important;
}
#croppicModalObj .cropControls i:hover {
    background-color: rgba(0,0,0,0.2) !important;
}
.cropHeaderWrapper {
    height: 320px;
    overflow: hidden;
}
#cropContaineroutput { 
    width: 320px; 
    height: 350px;
    overflow: hidden;
    position: relative; 
    border: 1px solid #ccc;
}
#loading,
#cropContaineroutput {
    display: none;
}
#loading {
    top: 33px;
    right: 190px;
    position: absolute;
}
#loading.show {
    display: block;
}
.modal-content {
    color: #000000;
}
.datepicker-dropdown {
    background-color: #1a1a1a !important;
    border: 1px solid #999999 !important;
}
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
    background-image: none !important;
    background-color: #BB9F70 !important;
}
.datepicker-days table tr td:hover {
    color: #1a1a1a;
    background-image: none !important;
    background-color: #999999 !important;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background-image: none !important;
    background-color: #333333 !important;
}
.content {
    overflow: hidden;
}
.content section {
    padding: 40px 0;
}
.content section h1.section-title {
    font-size: 25px;
    margin-bottom: 11px;
}
.content section p a {
    color: var(--primary-color);
}
.content section p a:hover {
    color: #bb9e63;
}
.content section h1.section-title small {
    color: #cccccc;
    font-size: 14px;
}
.content div.smallbox &gt; section:not(.first) {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.content form.smallbox-min &gt; section:not(.first) {
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.content form .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    background-color: #e5e5e5;
}
.content form .upload-btn {
    /*margin-top: 15px;*/
}
.content ul.tags {
    margin: 10px 0;
    position: relative;
}
.content ul.gens {
    margin: 0;
}
.content ul.tags li {
    width: 45px;
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    background-color: #666666;
}
.content ul.gens li {
    top: -5px;
    width: 35px;
    padding: 5px;
    margin-right: 0;
    margin-left: 5px;
    position: relative;
}
.content ul.gens li small {
    color: #000;
    font-weight: bold;
}
.content ul.tags li:hover {
    background-color: var(--primary-color);
}
.content ul.tags li a {
    color: #333333;
}
.content .links .link-item {
    margin-bottom: 10px;
}
.content .links .link-item a {
    color: var(--primary-color);
}
.content .articles .featured,
.content .experts .featured {
    /*text-align: center;*/
}
.content .articles .article-item,
.content .experts .expert-item {
    /*padding: 15px 0;*/
    /*display: inline-block;*/
    margin-bottom: 30px;
}
.content .articles .article-item h2.title,
.content .experts .expert-item h2.title {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.content .articles .article-item .left,
.content .experts .expert-item .left {
    padding-right: 0;
}
.content .articles .article-item .left .box-img:after {
    content: '';
    display: block;
    padding-top: 70%;
}
.content .articles .article-item .right p,
.content .experts .expert-item .right p {
    font-size: 13px;
    line-height: 15px;
}
.content .articles .article-item .right div.link,
.content .experts .expert-item .right div.link {
    font-size: 12px;
    margin-top: 10px;
    padding-right: 10%;
}
.content .articles .article-item .bottom,
.content .experts .expert-item .bottom {
    margin-top: 30px;
}
.content .articles .article-item .bottom hr,
.content .experts .expert-item .bottom hr {
    width: 95%;
    margin-left: 0;
    border-color: rgba(255,255,255,0.3);
}
.content .attributes .color-bar {
    width: 50%;
    height: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: gray;
}
.content div.alert-msj {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.content i.icon-action {
    top: -2px;
    position: relative;
}
.content .action {
    padding-left: 0;
    text-align: right;
}
.content .links .link-box {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.content .links .link-box p {
    padding-top: 5px;
}
.content .links .link-cont,
.content .security .pass-cont {
    display: none;
}
#home .slider {
    padding: 0;
    overflow: hidden;
    position: relative;
    /*max-height: 870px;*/
}
#home .slider .slide-item {
    position: relative;
    overflow: hidden;
}
#home .slider .text-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    padding: 8% 80% 20% 0%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#home .slider .text-container .box p {
    font-size: 13px;
    line-height: 12px;
    margin: 7px 0 15px;
}
#home .featured {
    text-align: left;
}
#home .featured li {
    /*margin: 5px auto;*/
    display: inline-block;
}
#home .brands .slide-item {
    padding: 0 15px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    overflow: hidden;
}
#home .brands .slide-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.countries {
    overflow: hidden;
    position: relative;
}
.countries .map-cont {
    position: relative;
}
.continents {
    min-height: 600px;
    position: relative;
}
.continents-images,
.continents-titles,
.continents-images img.continente {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.continents-titles small{
display:none;
}
.continents-images img.continente {
    display: none;
}
.continents-images img.continente.activeblock {
    display: block !important;
}
.continents-titles {
    height: 100%;
}
.continents-titles .continent {
    position: absolute;
}
.continents-titles .continent h3 {
    cursor: pointer;
    font-size: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
}
.continents-titles .continent h3 small {
    color: #ffffff;
}
.continents-titles .continent p {
    margin: 0;
    color: #cccccc;
}
.countries .continent.africa h3.active,
.countries .continent.africa h3.activeblock {
    border-color: #F15A24;
}
.countries .continent.antillas h3.active,
.countries .continent.antillas h3.activeblock {
    border-color: #69E277;
}
.countries .continent.asia h3.active,
.countries .continent.asia h3.activeblock {
    border-color: #FCEE21;
}
.countries .continent.central-america h3.active,
.countries .continent.central-america h3.activeblock {
    border-color: #69E277;
}
.countries .continent.europe h3.active,
.countries .continent.europe h3.activeblock {
    border-color: #ED1C24;
}
.countries .continent.north-america h3.active,
.countries .continent.north-america h3.activeblock {
    border-color: #69E277;
}
.countries .continent.oceania h3.active,
.countries .continent.oceania h3.activeblock {
    border-color: #29ABE2;
}
.countries .continent.south-america h3.active,
.countries .continent.south-america h3.activeblock {
    border-color: #69E277;
}
#home .experts .slide-item,
#countries .experts .expert-item {
    padding: 0 5px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
#home .experts .slide-item .box-img:after,
#countries .experts .expert-item .box-img:after {
    content: '';
    display: block;
    padding-top: 100%;
}
#home .experts .slide-item:hover,
#countries .experts .expert-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#home .experts .expert,
#countries .experts .expert {
    overflow: hidden;
    position: relative;
}
#home .experts .expert .caption,
#countries .experts .expert .caption {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    padding: 5px;
    position: absolute;
}
#home .experts .expert .caption.flag {
    top: 0;
    right: 0;
    padding: 0;
}
#home .experts .expert .caption.flag .flag-icon {
    top: -1px;
}
#home .experts .expert .caption p,
#countries .experts .expert .caption p {
    font-size: 12px;
    line-height: 10px;
    text-align: center;
}
#home .experts .expert .caption small,
#countries .experts .expert .caption small {
    top: 2px;
    font-size: 90%;
    position: relative;
}
#home .experts .expert .caption.red,
#countries .experts .expert .caption.red {
    color: #ffffff;
    background-color: #CE1725;
}
#home .experts .expert .caption.blue,
#countries .experts .expert .caption.blue {
    color: #ffffff;
    background-color: #3352B5;
}
#home .experts .expert .caption.yellow,
#countries .experts .expert .caption.yellow {
    color: #000000;
    background-color: #D3CF2F;
}
#home .experts .expert .caption.green,
#countries .experts .expert .caption.green {
    color: #000000;
    background-color: #69E277;
}
#home .experts .expert .caption.black,
#countries .experts .expert .caption.black {
    color: #ffffff;
    background-color: #000000;
}
#home .experts .expert:hover .caption,
#countries .experts .expert:hover .caption {
    opacity: 1;
}
/*#home .experts .expert .caption small,
#countries .experts .expert .caption small {
    float: right;
}*/
#home .thebest .slide-item {
    /*width: 18%;*/
    padding: 0 5px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#home .thebest .slide-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#home .thebest .slide-item .image-cont {
    overflow: hidden;
    position: relative;
}
#home .thebest .slide-item .box-img:after {
    content: '';
    display: block;
    cursor: pointer;
    padding-top: 56.5%;
}
#home .thebest .slide-item:last-child a {
    cursor: default;
}
#home .thebest .slide-item:last-child div.addcar:before {
    padding-bottom: 125%;
    display: block;
    content: '';
}
#home .thebest .slide-item:last-child div.addcar {
    width: 45%;
    color: #ffffff;
    text-align: right;
    position: relative;
    background-color: #0F0F0F;
}
#home .thebest .slide-item:last-child div.addcar i {
    right: 7px;
    bottom: 5px;
    font-size: 45px;
    line-height: 32px;
    font-weight: bold;
    position: absolute;
    font-style: normal;
    font-weight: lighter;
}
#home .thebest .slide-item:last-child div.addcar:hover {
    cursor: pointer;
    background-color: #030303;
}
#home .thebest .slide-item:last-child div.addcar:hover i {
    color: var(--primary-color);
}
#home .famous .slide-item {
    /*width: 18%;*/
    padding: 0 5px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#home .famous .slide-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#home .famous .slide-item .image-cont {
    overflow: hidden;
    position: relative;
}
#home .famous .slide-item .box-img:after {
    content: '';
    display: block;
    cursor: pointer;
    padding-top: 56.5%;
}
#home .famous .slide-item:last-child a {
    cursor: default;
}
#home .famous .slide-item:last-child div.addcar:before {
    padding-bottom: 125%;
    display: block;
    content: '';
}
#home .famous .slide-item:last-child div.addcar {
    width: 45%;
    color: #ffffff;
    text-align: right;
    position: relative;
    background-color: #0F0F0F;
}
#home .famous .slide-item:last-child div.addcar i {
    right: 7px;
    bottom: 5px;
    font-size: 45px;
    line-height: 32px;
    font-weight: bold;
    position: absolute;
    font-style: normal;
    font-weight: lighter;
}
#home .famous .slide-item:last-child div.addcar:hover {
    cursor: pointer;
    background-color: #030303;
}
#home .famous .slide-item:last-child div.addcar:hover i {
    color: var(--primary-color);
}
#countries .countries {
    border-top: none;
}
#countries .countries .flags {
    margin-top: 20px;
}
#countries .countries .flags .flag-item {
    opacity: 0.8;
    text-align: center;
    margin-bottom: 15px;
}
#countries .countries .flags .flag-item:hover {
    opacity: 1;
}
#countries .countries .flags .flag-item p {
    color: #eeeeee;
    font-size: 11px;
    line-height: 10px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
}
#countries .experts .expert-item {
    width: 10.8%;
    max-width: 200px;
    margin-bottom: 10px;
    display: inline-block;
}
#countries .experts .expert-item .flag {
    margin-top: 5px;
}
#experts .bio p {
    font-size: 13px;
    margin-bottom: 10px;
}
#experts .bio .insignias {
    margin-top: 30px;
    text-align: right;
}
#experts .bio .insignias li {
    width: 90px;
    margin: 0 7px;
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    background-color: #666666;
}
#experts .bio .insignias li &gt; div {
}
#experts .bio .insignias li &gt; div:after {
    content: '';
    display: block;
    padding-top: 100%;
}
#article .article .top {
    color: #b2b2b2;
    font-size: 18px;
    margin-bottom: 15px;
}
#article .article .top ul.tags {
    margin: 5px 0 0;
}
#article .article .top ul.tags li {
    margin-right: 0;
    font-size: 12px;
    margin-left: 5px;
}
#article .article .top .left .text {
    padding-left: 0;
}
#article .article .top .left .text small {
    font-size: 20px;
    font-weight: bold;
}
#article .article .date {
    font-size: 20px;
    margin-top: 15px;
    color: var(--primary-color);
}
#article .article .middle {
    margin-bottom: 30px;
}
#article .article .middle .box-img:after {
    content: '';
    display: block;
    padding-top: 60%;
}
#article .article .middle ul.images {
    margin-top: 5px;
}
#article .article .middle ul.images li {
    padding: 0 2.5px;
}
#article .article .bottom p {
    line-height: 16px;
    margin-bottom: 15px;
}
#article .iconCont {
    margin-bottom: 0;
}
#article .docCont .form-group,
#article .iconCont .form-group {
    margin-bottom: 5px;
}
#profile .iconCont {
    margin-bottom: 0;
}
#profile .iconCont .form-group {
    margin-bottom: 5px;
}
#section .top .box-img:after {
    content: '';
    display: block;
    padding-top: 40%;
}
#section .middle {
    margin: 30px 0 50px;
}
#section .middle .icons {
    width: 5.2%;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    min-width: 30px !important;
}
#section .middle .icons .icon {
    padding: 5px;
    border-radius: 10px;
    background-color: var(--primary-color);
}
#section .middle .icons .icon.off {
    background-color: #555555
}
#section .middle.sectags .icons .icon,
#section #section-tag .middle .icons .icon {
    padding: 5px;
    border-radius: 10px;
    background-color: var(--secondary-color);
}
#section .middle.sectags .icons.active .icon,
#section #section-tag .middle .icons.active .icon {
    padding: 5px;
    border-radius: 10px;
    background-color: var(--primary-color);
}
#section .middle.sectags .icons .icon.off,
#section #section-tag .middle .icons .icon.off {
    background-color: #555555
}
#section .experts .star {
    padding: 0;
}
#section .experts .star &gt; div {
    overflow: hidden;
    position: relative;
}
#section .experts .star &gt; div p {
    top: 45%;
    width: 100%;
    color: var(--primary-color);
    font-size: 28px;
    text-align: center;
    position: absolute;
}
#section .experts .star &gt; div img {
    width: 100%;
}
.section-tag .top .box-img.sectag:after {
    padding-top: 15%;
}
.section-tag .middle.sectags {
    margin: 20px 0 50px;
}
.section-tag .middle .icons {
    width: 5.2%;
    margin-left: 5px;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    min-width: 30px !important;
}
.section-tag .middle .icons .icon {
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    background-color: var(--secondary-color);
}
.section-tag .middle .icons.active .icon {
    background-color: var(--primary-color);
}
.section-tag .middle .icons .arrow.up {
    width: 100%;
    bottom: -10px;
    display: none !important;
    position: absolute;
    text-align: center;
}
.section-tag .middle .icons.active .arrow.up {
    display: block;
}
.section-tag .middle .icons .arrow.up span {
    width: 0;
    height: 0;
    top: -19px;
    position: relative;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid var(--primary-color);
}
.section-tag .middle .arrow.left {
    top: 25px;
    left: 0px;
    display: block;
    position: absolute;
    text-align: center;
    /*border: 1px solid red;*/
}
.section-tag .middle .arrow.left span {
    width: 0;
    height: 0;
    position: relative;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--primary-color);
}
.section-tag .middle .title {
    width: 100%;
    padding: 10px;
    color: #000000;
    border-radius: 10px 0 0;
    background-color: var(--primary-color);
}
.section-tag .middle .title a {
    color: #563909;
}
.section-tag .middle .title a:hover {
    color: #2d1d02;
}
.section-tag .middle .title .box-img:after {
    content: '';
    display: block;
    padding-top: 45%;
}
.expert-datail {
    margin-bottom: 10px;
}
.expert-datail img {
    width: 30px;
}
.expert-datail .details {
    padding-left: 10px;
}
.expert-datail .details small {
    color: #fff;
    font-weight: bold;
}
.expert-datail .details i {
    color: var(--primary-color);
}
.cke_chrome {
    border: none !important;
    overflow: hidden !important;
    border-radius: 15px !important;
}
.notification-titles {
    color: var(--primary-color);
}
.notification-item {
    color: #cdcdcd;
}
.notification-item.new {
    color: #ffffff;
    font-weight: bold;
}
.notification-item:hover {
    background-color: #444;
}
.notification-item span.btn {
    width: 30px;
    padding: 0 5px;
}
.notification-content {
    display: none;
}
.notification-content td {
    padding: 20px 5px !important;
    padding-left: 45px !important;
    border-bottom: 1px solid #444 !important;
}
#section_tags {
    margin: 0;
    overflow: visible;
}
.checkbox {
    padding: 0 !important;
    display: inline-block;
    margin-bottom: 5px !important;
}
.checkbox .check {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    position: relative;
    border-radius: 40%;
    padding: 5px !important;
    background-color: #e5e5e5;
}
.checkbox .check.active {
    background-color: var(--primary-color);
}
.checkbox .check:hover {
    background-color: var(--secondary-color);
}
.checkbox .check img {
    width: 100%;
}
.checkbox .check input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    position: absolute;
    display: inline-block;
}
.type_selectors p {
    line-height: 12px;
}
.type_selectors label {
    cursor: pointer;
}
.type_selectors img {
    max-width: 55px;
}
.type_selectors .item {
    margin-top: 0;
}
.type_selectors .item .left,
.type_selectors .item .right {
    float: left;
    position: relative;
}
.type_selectors .item .right {
    width: 70%;
    margin-top: 20px;
    margin-left: 45px;
}
.type_selector:checked,
.type_selector:not(:checked) {
    left: -9999px;
    position: absolute;
}
.type_selector:checked ~ label.check,
.type_selector:not(:checked) ~ label.check
{
    color: #666;
    padding-left: 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.type_selector:not(:checked) ~ label &gt; img,
.type_selector:checked ~ label &gt; img {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.type_selector:not(:checked) ~ label &gt; img
{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.type_selector:checked ~ label &gt; img
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.type_selector:checked ~ label.check:before,
.type_selector:not(:checked) ~ label.check:before {
    top: -30px;
    left: 5px;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 100%;
    background: #E7E7E7;
    border: 1px solid #ddd;
}
.type_selector:checked ~ label.check:after,
.type_selector:not(:checked) ~ label.check:after {
    top: -27px;
    left: 8px;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 100%;
    background: var(--primary-color);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.type_selector:not(:checked) ~ label.check:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.type_selector:checked ~ label.check:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.attributes p {
    line-height: 12px;
    margin-bottom: 10px;
}
.attributes .image &gt; img {
    max-width: 70px;
}
.attributes .form-control {
    margin-bottom: 5px;
}
div.status {
    font-size: 11px;
    text-align: center;
}
div.credits-cont {
    position: relative;
}
div.credits {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: lowercase;
    color: var(--primary-color);
    background-color: rgba(0,0,0,0.5);
}
div.credits:hover {
    background-color: rgba(0,0,0,0.8);
}
div.credits small {
    /*margin-left: 7px;*/
}
.tooltip.bottom {
    /*top: 5px !important;*/
}
.no-padding-both {
    padding-left: 0;
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.min-padding-both {
    padding-left: 5px;
    padding-right: 5px;
}
.min-padding-left {
    padding-left: 5px;
}
.min-padding-right {
    padding-right: 5px;
}
.fancybox-container {
    z-index: 2147483647;
}
.info-modal {
    max-width: 65%;
    padding: 40px 80px;
    background-color: #232527;
    border: 1px solid rgba(255,255,255,0.5);
}
.info-modal .head {
    text-align: center;
    margin-bottom: 40px;
}
.info-modal .middle {
    margin-bottom: 25px;
}
.info-modal .middle h3 {
    margin-top: 3%;
    max-width: 75%;
}
.info-modal .cont p {
    margin-bottom: 15px;
}
#search .expert-item h4 {
    font-size: 13px;
    min-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
#search .expert-item .box-img:after {
    content: '';
    display: block;
    padding-top: 110%;
}
#search .expert-item .linkt {
    color: var(--secondary-color);
}
#search .expert-item .details {
    margin-top: 5px;
    color: var(--primary-color);
    margin-bottom: 5px;
}
map {
    z-index: 99;
    display: inline;
    position: relative;
}
img.transferred {
    top: 0;
    left: 15px;
    width: 70px;
    position: absolute;
}
.rating {
    overflow: hidden; 
}
.open-link {
    padding-right: 0;
    text-align: center;
}
.hidden-cont {
    clear: both;
    display: none;
    padding-bottom: 10px;
}
.rate-item {
    padding: 5px 0 0;
    border-bottom: 1px solid var(--secondary-color);
}
.modal-cont {
    max-width: 800px;
    min-width: 300px;
}
.modal-cont * {
    color: #000 !important;
}
.modal-cont .required {
    color: red !important;
}
.selectize-control.code-color .selectize-input,
.selectize-control.list-color .selectize-input,
.selectize-control.code-engine .selectize-input {
    border: 0;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: none;
    background: none;
    background-image: none;
    background-color: #e5e5e5 !important;
}
.selectize-control.code-color .selectize-input &gt; input,
.selectize-control.list-color .selectize-input &gt; input,
.selectize-control.code-engine .selectize-input &gt; input {
    font-size: 14px;
}
.selectize-control.list-color .color {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.5);
}
.jq-ry-container {
    padding: 0 !important;
}
.br-theme-bars-square .br-widget a {
    width: 20px;
    height: 20px;
    line-height: 1.1;
    border-radius: 50%;
    color: var(--secondary-color);
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    color: var(--primary-color);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.br-theme-bars-square .br-widget .br-current-rating {
    padding: 0;
    clear: none;
    width: 165px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
}
/* =========================================== MEDIA QUERIES */
@media screen and (min-width: 2561px) {     /* === DESKTOP 4K === */
    .smallbox-min {
        width: 70%;
    }
    .submenux,
    .carmenu {
        width: 350px;
    }
    .continents-titles .continent.africa {
        top: 65%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 45%;
        right: 63.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 39.5%;
        right: 12%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 50%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 27%;
        right: 53.5%;
    }
    .continents-titles .continent.north-america {
        top: 6.6%;
        right: 84.3%;
    }
    .continents-titles .continent.oceania {
        top: 75%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    #countries .experts .expert-item {
        width: 6.1%;
    }
    .content .articles .article-item h2.title,
    .content .experts .expert-item h2.title {
        font-size: 26px;
        line-height: 26px;
        min-height: 50px;
    }
    .carmenu {
        right: -50px !important;
    }
    .top-section {
        padding-bottom: 0;
        position: relative;
        background-color: #1A1A1A;
    }
    .top-section section {
        padding: 40px 0 20px !important;
    }
    .top-section-big {
        display: block;
    }
    .top-section-small {
        display: none;
    }
    #section .middle.sectags {
        margin: 75px 0 50px 45px;
    }
    #section .middle.sectagtags {
        margin: 20px 0 0;
    }
    #section .top .box-img.sectag:after {
        padding-top: 15%;
    }
    #section .middle .icons {
        width: 22%;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #section .bottom {
        margin: 30px auto;
    }
    #section .middle .icons .icon {
        border-radius: 20px;
    }
    .section-tag .middle .title {
        border-radius: 10px 0 0 10px;
    }
}
@media screen and (max-width: 2560px) {     /* === DESKTOP 4K === */
    .smallbox-min {
        width: 65%;
    }
    .continents-titles .continent.africa {
        top: 65%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 44%;
        right: 62%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 39.5%;
        right: 10%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 50%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 26.5%;
        right: 53.5%;
    }
    .continents-titles .continent.north-america {
        top: 6.6%;
        right: 84.3%;
    }
    .continents-titles .continent.oceania {
        top: 75%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    #countries .experts .expert-item {
        width: 6.1%;
    }
    .content .articles .article-item h2.title,
    .content .experts .expert-item h2.title {
        font-size: 24px;
    }
    .carmenu {
       /* right: -50px !important;*/
    }
    .top-section {
        padding-bottom: 0;
        position: relative;
        background-color: #1A1A1A;
    }
    .top-section section {
        padding: 40px 0 20px !important;
    }
    .top-section-big {
        display: block;
    }
    .top-section-small {
        display: none;
    }
    #section .middle.sectags {
        margin: 75px 0 50px 45px;
    }
    #section .middle.sectagtags {
        margin: 20px 0 0;
    }
    #section .top .box-img.sectag:after {
        padding-top: 15%;
    }
    #section .middle .icons {
        width: 20.8%;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #section .bottom {
        margin: 30px auto;
    }
    #section .middle .icons .icon {
        border-radius: 15px;
    }
    .section-tag .middle .title {
        border-radius: 10px 0 0 10px;
    }
}
@media screen and (max-width: 1920px) {     /* === DESKTOP FULL HD === */
    .smallbox-min {
        width: 60%;
    }
    .continents-titles .continent.africa {
        top: 69%;
        right: 49%;
    }
    .continents-titles .continent.antillas {
        top: 43.5%;
        right: 61%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 39.5%;
        right: 10%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 50%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 26%;
        right: 53.5%;
    }
    .continents-titles .continent.north-america {
        top: 5%;
        right: 84.3%;
    }
    .continents-titles .continent.oceania {
        top: 74%;
        right: 22.5%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    #countries .experts .expert-item {
        width: 6.9%;
    }
}
@media screen and (max-width: 1899px) {     /* === DESKTOP FULL HD === */
    .smallbox-min.to-left {
        width: 80%;
        margin-left: 30px;
    }
    .carmenu {
        right: -35px !important;
    }
    .top-section-big {
        display: none;
    }
    .top-section-small {
        display: block;
    }
    #section .middle.sectags {
        margin: 30px 0 50px;
    }
    #section .middle.sectagtags {
        margin: 30px 0 50px;
    }
    #section .middle .icons {
        width: 5.2%;
        margin-right: 0;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    #section .middle .icons .icon {
        border-radius: 10px;
    }
    .section-tag .middle .title {
        border-radius: 10px 0 0;
    }
    #countries .experts .expert-item {
        width: 8.8%;
    }
}
@media screen and (max-width: 1600px) {     /* === DESKTOP HD === */
    .smallbox-min.to-left {
        width: 76%;
    }
}
@media screen and (max-width: 1440px) {     /* === DESKTOP HD === */
    .smallbox-min.to-left {
        width: 74%;
    }
    .continents-titles .continent.africa {
        top: 65%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 41%;
        right: 59.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 39.5%;
        right: 9%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 49%;
        right: 75.5%;
    }
    .continents-titles .continent.europe {
        top: 25%;
        right: 53.5%;
    }
    .continents-titles .continent.north-america {
        top: 3.6%;
        right: 84.3%;
    }
    .continents-titles .continent.oceania {
        top: 74%;
        right: 22.5%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    #countries .experts .expert-item {
        width: 10.8%;
    }
    .content .articles .article-item h2.title,
    .content .experts .expert-item h2.title {
        font-size: 17px;
        min-height: 40px;
        line-height: 17px;
    }
}
@media screen and (max-width: 1366px) {     /* === DESKTOP === */
    .smallbox-min.to-left {
        width: 72%;
    }
    .continents-titles .continent.africa {
        top: 63%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 40%;
        right: 59.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 39.5%;
        right: 9%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 49%;
        right: 75%;
    }
    .continents-titles .continent.europe {
        top: 22%;
        right: 53.5%;
    }
    .continents-titles .continent.north-america {
        top: 3.6%;
        right: 84.3%;
    }
    .continents-titles .continent.oceania {
        top: 74%;
        right: 21.5%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    .continents {
        min-height: auto;
    }
    #countries .experts .expert-item {
        width: 10.8%;
    }
}
@media screen and (max-width: 1279px) {     /* === DESKTOP === */
    .smallbox-min.to-left {
        width: 70%;
    }
    .continents-titles .continent.africa {
        top: 62%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 40%;
        right: 59.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 34.5%;
        right: 5%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 47%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 24%;
        right: 53%;
    }
    .continents-titles .continent.north-america {
        top: 2.5%;
        right: 83%;
    }
    .continents-titles .continent.oceania {
        top: 71%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 72%;
        right: 70.8%;
    }
    .continents {
        min-height: 450px;
    }
}
@media screen and (max-width: 1200px) {     /* === SMALL DESKTOP === */
    .smallbox-min,
    .smallbox-min.to-left {
        width: 85%;
    }
    .smallbox-min.to-left {
        margin: 0 auto !important;
    }
    header .navbar .menu-links &gt; li &gt; a {
        margin: 0 10px;
        padding: 18.5px 2px;
    }
}
@media screen and (max-width: 1024px) {     /* === TABLET === */
    header .navbar .menu-links &gt; li &gt; a {
        margin: 0 7px;
        padding: 18.5px 2px;
    }
    .continents-titles .continent.africa {
        top: 63%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 41%;
        right: 59.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 34.5%;
        right: 5%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 48%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 25%;
        right: 53%;
    }
    .continents-titles .continent.north-america {
        top: 2.5%;
        right: 83%;
    }
    .continents-titles .continent.oceania {
        top: 71%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 72%;
        right: 70.8%;
    }
    .continents-titles .continent h3 {
        font-size: 24px;
    }
    .continents {
        min-height: 400px;
    }
    #countries .experts .expert-item {
        width: 13.8%;
    }
}
@media screen and (max-width: 992px) {      /* === TABLET === */
    #home .experts .expert .caption p,
    #countries .experts .expert .caption p {
        font-size: 11px;
    }
    .continents-titles .continent.africa {
        top: 63%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 42%;
        right: 60.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 31.5%;
        right: 5%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 48%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 25%;
        right: 53%;
    }
    .continents-titles .continent.north-america {
        top: 2.5%;
        right: 83%;
    }
    .continents-titles .continent.oceania {
        top: 73%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    .continents-titles .continent h3 {
        font-size: 20px;
    }
    .continents {
        min-height: 400px;
    }
    header .navbar .search-bar {  
        display: none;
    }
    header .navbar .menu-links &gt; li &gt; a {
        margin: 0 7px;
    }
    #home .slider .text-container {
        padding: 5% 40% 10% 5%;
    }
    .smallbox-min,
    .smallbox-min.to-left {
        width: 85%;
    }
    .type_selectors .item .right {
        width: 65%;
    }
}
@media screen and (max-width: 860px) {      /* === TABLET === */
    .continents-titles .continent.africa {
        top: 63%;
        right: 48.5%;
    }
    .continents-titles .continent.antillas {
        top: 42%;
        right: 60.5%;
        text-align: right;
    }
    .continents-titles .continent.asia {
        top: 31.5%;
        right: 5%;
        text-align: right;
    }
    .continents-titles .continent.central-america {
        top: 48%;
        right: 76%;
    }
    .continents-titles .continent.europe {
        top: 25%;
        right: 53%;
    }
    .continents-titles .continent.north-america {
        top: 2.5%;
        right: 83%;
    }
    .continents-titles .continent.oceania {
        top: 73%;
        right: 22%;
    }
    .continents-titles .continent.south-america {
        top: 74%;
        right: 70.8%;
    }
    .continents-titles .continent h3 {
        font-size: 18px;
    }
    .continents {
        min-height: 350px;
    }
    .smallbox-min,
    .smallbox-min.to-left {
        width: 90%;
    }
    .type_selectors .item .right {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {      /* === PHONE === */
    #splash #gif {
        padding-top: 25px;
    }
    #loading {
        top: 35px;
        left: auto;
        right: 0;
        position: absolute;
    }
    .continents-titles {
        margin-top: 15px;
        position: relative;
    }
    .continents-titles .continent {
        margin-bottom: 0;
        position: relative;
    }
    .continents-titles .continent h3 {        
        text-align: left !important;
    }
    .continents-titles .continent p {
        text-align: right !important;
    }
    .navbar-form {
        margin-bottom: 0;
    }
    header .navbar-brand &gt; img {
        top: 10px;
        max-height: 35px;
    }
    header .navbar .search-bar {  
        display: block;
    }
    header .navbar .account-btn {
        margin: 0;
        text-align: center;
    }
    header .navbar .menu-links li.dropdown a.dropdown-icon {
        padding-bottom: 10px;
    }
    header .navbar ul.menu-links {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    header .navbar .menu-links &gt; li &gt; a {
        font-size: 18px;
    }
    header .navbar .search-bar {
        margin-top: 0;
    }
    header .submenu li {
        padding-left: 40px;
    }
    header .dropdown-menu &gt; li &gt; a {
        color: #efefef !important;
        font-size: 16px !important;
        padding: 10px 15px 10px 25px !important;
    }
    header .dropdown-menu &gt; li &gt; a &gt; .icon-right {
        top: 15px;
    }
    header .navbar .menu-links li.dropdown a.dropdown-icon img.user-icon {
        width: 40px;
    }
    header .submenu li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    footer {
        position: relative;
    }
    footer .top h3 {
        margin-top: 15px;
    }
    footer .bottom p {
        font-size: small;
        text-align: center;
    }
    .submenux,
    .carmenu {
        /*width: 280px !important;*/
    }
    .carmenu li.cmi-level-1 &gt; a.carmenu-open &gt; div {
        font-size: 16px;
        padding: 10px 15px;
    }
    .carmenu .carmenu-series-car &gt; i.fa {
        top: 10px;
        right: 25px;
        font-size: 14px;
    }
    .carmenu li.cmi-level-4 img {
        width: 65%;
    }
    .carmenu .carmenu-class-car h5 {
        padding: 10px 0;
        font-size: 16px;
    }
    .submenux li.cmi-level-1 &gt; a.submenux-open &gt; div {
        font-size: 16px;
        padding: 10px 15px;
    }
    .submenux .submenux-series-car &gt; i.fa {
        top: 10px;
        right: 25px;
        font-size: 14px;
    }
    .submenux li.cmi-level-4 img {
        width: 65%;
    }
    .submenux .submenux-class-car h5 {
        padding: 10px 0;
        font-size: 16px;
    }
    .content section h1.section-title {
        font-size: 30px;
    }
    .content .smallbox-min {
        width: 93%;
    }
    .content .articles .article-item:nth-child(even),
    .content .experts .expert-item:nth-child(even) {
        padding-left: 7.5px;
        padding-right: 15px;
    }
    .content .articles .article-item:nth-child(odd),
    .content .experts .expert-item:nth-child(odd) {
        padding-left: 15px;
        padding-right: 7.5px;
    }
    .content .articles .article-item .left,
    .content .experts .expert-item .left {
        padding-right: 15px;
    }
    .content .articles .article-item .left {
        margin-bottom: 15px;
    }
    #home .slider .slide-item .img-container:after {
        content: '';
        display: block;
        padding-top: 40%;
    }
    #home .slider .text-container {
        position: relative;
        text-align: center;
        padding: 15px 20px 15px !important;
        background-color: #1A1A1A;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #home .slider .text-container .box h3 {
        margin-bottom: 10px;
    }
    #home .slider .text-container .box p {
        width: 70%;
        padding: 10px;
        margin: 0 auto 15px;
        background-color: rgba(255,255,255,0.1);
    }
    #home .countries .map-cont,
    #countries .countries .map-cont {
        padding-bottom: 0;
    }
    #home .countries .continent,
    #countries .countries .continent {
        left: 0 !important;
        bottom: 10px !important;
        top: auto !important;
        right: auto !important;
    }
    #home .countries .continent h3,
    #countries .countries .continent h3 {
        font-size: 20px;
    }
    #countries .experts .expert-item {
        width: 19%;
    }
    #experts .bio .left {
        margin-bottom: 15px;
    }
    #experts .articles .article-item h2.title {
        margin-top: 15px;
    }
    #section .article .slide-item .img-container:after {
        content: '';
        display: block;
        padding-top: 75%;
    }
    #section .middle {
        margin: 15px 0 5px;
    }
    #section .middle .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    #section .middle .icons {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #section .experts .star {
        padding: 0 15px 0 0;
    }
    #section .experts .star &gt; div p {
        top: 35%;
        font-size: 16px;
    }
    #section .experts .expert-item .left {
        padding-right: 0;
    }
    #section .experts .expert-item .bottom {
        overflow: hidden;
        padding-top: 15px;
    }
    #section .middle .icons,
    .section-tag .middle .icons {
        /*padding: 0 0 15px;*/
        padding: 0;
        margin-bottom: 0;
    }
    #section .middle .icons .icon,
    .section-tag .middle .icons .icon {
        border-radius: 10px;
    }
    .type_selectors .item {
        margin-top: 15px;
        text-align: center;
    }
    .type_selectors .item .left,
    .type_selectors .item .right {
        float: none;
    }
    .type_selectors .item .right {
        margin: 0 auto;
    }
    .attributes .image {
        text-align: right;
    }
    .attributes h4 {
        margin-top: 10px;
    }
    .attributes h4 + p {
        margin-bottom: 10px;
    }
    .attributes .image {
        margin-top: 15px;
    }
    .info-modal {
        max-width: 80%;
        padding: 30px 60px;
    }
    #search .article-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 599px) {      /* === PHONE === */
    #home .slider .slide-item .img-container:after {
        content: '';
        display: block;
        padding-top: 50%;
    }
    #countries .experts .expert-item {
        width: 24%;
    }
}
@media screen and (max-width: 479px) {      /* === SMALL === */
    #home .slider .slide-item .img-container:after {
        content: '';
        display: block;
        padding-top: 60%;
    }
    #home .slider .text-container .box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #home .slider .text-container .box p {
        width: 100%;
    }
    #section .middle .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    #section .middle .icons {
        padding: 0 5px;
        margin-bottom: 5px;
    }
    #section .middle .icons,
    .section-tag .middle .icons {
        padding: 0 0 15px;
        margin-bottom: 0;
    }
    #countries .experts .expert-item {
        width: 32%;
    }
    .content section h1.section-title {
        font-size: 26px;
    }
    .info-modal {
        max-width: 90%;
        padding: 15px 15px;
    }
    .info-modal .middle h3 {
        margin-top: 3%;
        max-width: 95%;
        text-align: center;
    }
    .content .articles .article-item h2.title,
    .content .experts .expert-item h2.title {
        font-size: 16px;
        line-height: 16px;
        min-height: 35px;
    }
    #section .bottom {
        margin: 15px auto 0;
    }
    #search .expert-item h4 {
        min-height: 43px;
    }
}
@media screen and (max-width: 319px) {      /* === SMALL === */
    header .navbar-brand &gt; img {
        max-height: 30px;
    }
    #home .slider .slide-item .img-container:after {
        content: '';
        display: block;
        padding-top: 70%;
    }
    #countries .experts .expert-item {
        width: 49%;
    }
    .content .articles .article-item h2.title,
    .content .experts .expert-item h2.title {
        font-size: 14px;
        line-height: 14px;
        min-height: 30px;
    }
}
/* =========================================== fin MEDIA QUERIES */</pre></body></html>