.spacer_40{
    height: 40px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_20{
    height: 20px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_50{
    height: 50px;
    width: 100%;
    float: left;
    clear: both;
}
/*General for skin switcher*/
.mt_skin_switcher #demopanel {
    right: 0px; 
    position: fixed; 
    top: 0; 
    z-index: 2222222;
    height: 100%;
}
.mt_skin_switcher #panel {
    position:relative;
    right:-300px;
    overflow-y: scroll;
}
.mt_skin_switcher .panel_button { 
    position: relative; 
    right:0px; 
    width:48px; 
    cursor: pointer; 
    z-index:10;
    top: 30%;
}
.mt_skin_switcher .panel_button a:hover i {
    opacity: 0.6;
}
.mt_skin_switcher #panel {
    background: white;
    color: #252525;
    font-size: 10px;
    right: -280px;
    height: 100%;
    padding: 20px;
    position: absolute;
    width: 300px;
    box-shadow: 0 5px 25px 10px rgba(0, 0, 0, 0.08) !important;
}
.mt_skin_switcher #panel select { 
    margin-bottom:5px; 
    width:120px;
}
.mt_skin_switcher #panel .selector ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.mt_skin_switcher #panel .selector  ul li {
    border: 1px solid #888888;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 3px;
    width: 15px;
    background-color:#fff;
}
.mt_skin_switcher .panel_button a {
    margin-bottom: 14px;
    display: block;
}
.mt_skin_switcher .panel_button a:last-of-type {
    margin-bottom: 0;
}
.mt_skin_switcher .panel_button {
    background: #FFFFFF none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px;
    box-shadow: -30px 0 30px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px 0 0 6px;
}
.mt_skin_switcher .panel_button i{
    color:#444;
    font-size:17px;
    text-align: center;
}
.mt_skin_switcher .colors_buttons span {
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 15px;
    width: 30px;
    position: relative;
    border-radius: 5px;
}
.mt_skin_switcher .colors_buttons span.currentStyle::before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #000;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    opacity: 0.65;
}
.mt_skin_switcher .theme_variants > a {
    display: block;
    margin-bottom: 15px;
}
.template_demo_item_overlay_inner {
    align-self: center;
    width: 100%;
}
.template_demo_item{
    position: relative;
    overflow: hidden;
}
.template_demo_item h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 17px;
}
.mt_skin_switcher p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;s 
}
.template_demo_item:hover .template_demo_item_overlay {
    opacity: 1;
    visibility: visible;
}
.template_demo_item a:hover {
    opacity: 0.8;
}
.template_demo_item a {
    border: 2px solid;
    transition: all 250ms;
    padding: 8px 15px;
    display: inline-table;
    font-weight: bold;
    border-radius: 0px;
    opacity: 1;
    color: #fff !important;
    margin-top: 8px;
}
#panel > h3{
    margin-bottom: 0px; 
}
.template_demo_item_overlay {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    text-align: center;
    padding: 0 15px;
    transition: all 250ms;
    opacity: 0;
    visibility: hidden;
}
/*COLORS*/
.mt_skin_switcher .skin-color-0{     background: #c8f2da; box-shadow: 0px 5px 25px -3px #c8f2da;}
.mt_skin_switcher .skin-color-1{       background: #c8edf2; box-shadow: 0px 5px 25px -3px #c8edf2;}
.mt_skin_switcher .skin-color-2{      background: #d1d6f4; box-shadow: 0px 5px 25px -3px #d1d6f4;}
.mt_skin_switcher .skin-color-3{  background: #d8c0f0; box-shadow: 0px 5px 25px -3px #d8c0f0;}
.mt_skin_switcher .skin-color-4{       background: #f2c8ee; box-shadow: 0px 5px 25px -3px #f2c8ee;}
.mt_skin_switcher .skin-color-5{     background: #f2c8da; box-shadow: 0px 5px 25px -3px #f2c8da;}
.mt_skin_switcher .skin-color-6{        background: #f0c6c0; box-shadow: 0px 5px 25px -3px #f0c6c0;}
.mt_skin_switcher .skin-color-7{     background: #efd4b8; box-shadow: 0px 5px 25px -3px #efd4b8;}
.mt_skin_switcher .skin-color-8{      background: #f2ebc8; box-shadow: 0px 5px 25px -3px #f2ebc8;}
.mt_skin_switcher .skin-color-9{   background: #e6f0c0; box-shadow: 0px 5px 25px -3px #e6f0c0;}
.mt_skin_switcher .skin-color-10{  background: #d7f2c8; box-shadow: 0px 5px 25px -3px #d7f2c8;}
.mt_skin_switcher .skin-color-11{       background: #d1f4dd; box-shadow: 0px 5px 25px -3px #d1f4dd;}
.mt_skin_switcher .skin-color-12{   background: #c8f2ef; box-shadow: 0px 5px 25px -3px #c8f2ef;}
.mt_skin_switcher .skin-color-13{   background: #eaeaea; box-shadow: 0px 5px 25px -3px #eaeaea;}
.mt_skin_switcher .skin-color-14{   background: #e4dbff; box-shadow: 0px 5px 25px -3px #e4dbff;}
/*IMAGES*/

html.no-background-image, body #page.no-background-image {
    background-image: none !important;
}
.nav_imgs_buttons .data_background {
    height: 80px;
    width: 22%;
    float: left;
    position: relative;
    background: #252525;
        background-image: none;
        background-repeat: repeat;
        background-size: auto auto;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 4px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}
.nav_imgs_buttons .data_background.currentStyle::before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
    top: 25px;
}
button.reset-switcher {
    background: #fff;
    border: 1px solid #a4a2a2;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
    border-radius: 3px;
    width: 70%;
}
.mt_skin_switcher .panel_button.hide_button span,
.mt_skin_switcher .panel_button a span {
    font-size: 8px;
    display: block;
    font-weight: 500;
}