/** 01. CSS RESET
********************************** */
html{
    overflow-y: scroll; /* show scrollbar always to fix ui-tooltip arrows */
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
html:NOT(.dark) body{ background: #f7f6f5; }
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  display: block;
}
audio,canvas,progress,video{
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]){
  display: none;
  height: 0;
}
a{
  background-color: transparent;
}
a:active,a:hover{
  outline: 0;
}
b,strong{
  font-weight: bold;
}
dfn{
  font-style: italic;
}
h1{
  font-size: 2em;
  margin: 0.67em 0;
}
mark{
  background: #ff0;
  color: #000;
}
small{
  font-size: 80%;
}
sub,sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup{
  top: -0.5em;
}
sub{
  bottom: -0.25em;
}
img{
  border: 0;
}
svg:not(:root){
  overflow: hidden;
}
figure{
  margin: 1em 40px;
}
hr{
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre{
  overflow: auto;
}
code,kbd,pre,samp{
  font-family: monospace, monospace;
  font-size: 1em;
}
button,input,optgroup,select,textarea{
  /*color: inherit;*/
  font: inherit;
  margin: 0;
}
button{
  overflow: visible;
}
button,select{
  text-transform: none;
}
button,html input[type="button"], input[type="reset"],input[type="submit"]{
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],html input[disabled]{
  cursor: not-allowed;
  background: #f1f1f1 !important;
}
button::-moz-focus-inner,input::-moz-focus-inner{
  border: 0;
  padding: 0;
}
input{
  line-height: normal;
}
input[type="checkbox"],input[type="radio"]{
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height: auto;
}
input[type="search"]{
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}
fieldset{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend{
  border: 0;
  padding: 0;
}
textarea{
  overflow: auto;
}
optgroup{
  font-weight: bold;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td,th{
  padding: 0;
}

:root {
  --link-color: #232323;
  --link-color-hover: #a8cf20;
  --comment-bg: #d8d8d8;
}


/* ---------------------------------------------- */
/* ------------------ global -------------------- */
html.no-scroll #mmHeadBar{ padding-right: 17px; }
#cartItems{ position: relative; padding-right: 20px; }
#cartItems[data-ctn]:after{
    content: attr(data-ctn);
    position: absolute;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    top: 6px;
    background: #a8cf20;
    color: #fff;
    right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media (max-width: 992px){ #logo{ margin-top: -8px; } }

.head-button{  margin: 0 5px; margin-top: -5px; height: 31px;}
.head-select{ margin: 0 5px; margin-top: -5px; }
.head-select > select{ height: 30px; }

.menuMaxHeight{ max-height: 200px; }
.flexMenu { position: relative; top: -10px; font-weight: normal; font-size: 13px; white-space: nowrap; margin-bottom: 25px; }
.flexMenu > .flexMenuHead{ margin-left: -10px; margin-bottom: 10px; }
.flexMenu .flexMenuTit{ font-weight: bold; font-size: 19px; }
.flexMenu .flexMenuSubTit{ font-weight: normal; font-size: 15px; }

.flexMenu > nav, .flexMenu > nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    /*line-height: 30px;*/
    font-family: "Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
    text-transform: none;
}
.flexMenu > nav ul{ margin-left: 16px; text-align: left; }
.flexMenu li{ padding: 4px; }
.flexMenu > nav a{ text-decoration: none; white-space: nowrap; }
.flexMenu > .flexMenuHead i { display: none; cursor: pointer; }
.flexMenu > nav.menuOpen, .flexMenu > .flexMenuContent.menuOpen{
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
        -webkit-box-shadow: 1px 3px 30px 1px #ddd; box-shadow: 1px 3px 30px 1px #ddd;
    }
@media (max-width: 992px) {
    .flexMenu{ margin-bottom: 5px; }
    .flexMenu > .flexMenuHead{ margin: 0; }
    .flexMenu > nav:not(.menuOpen), .flexMenu > .flexMenuContent:not(.menuOpen){ display: none; }
    .flexMenu > .flexMenuContent{ padding-top: 10px; }
    .flexMenu .flexMenuTit{ float: left; }
    .flexMenu .flexMenuSubTit{ float: left; margin-left: 13px; margin-top: 4px; }
    .flexMenu > .flexMenuHead i{ display: block; position: absolute; top: 0; left: 0; right: 0; height: 33px; }
    .flexMenu > .flexMenuHead i:before {
        content: "\f0c9";
        font-size: 20px;
        float: right;
        margin-right: 15px;
        margin-top: 4px;
    }
    .flexMenu > nav{ padding: 4px; }
    .flexMenu:NOT(.self) > nav ul{ margin-left: 0; }
    .flexMenu li{ padding: 0; }
    .flexMenu:NOT(.self) nav a:not(.ui-slider-handle){
        float: left;
        display: block;
        color: #000;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border: 1px solid #fff;
    }
    .flexMenu:NOT(.self) .menuOpen a:hover {
        background-color: #f7f6f5;
        color: black;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    }
    
    #aucFilter {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    /*.mmAucCat.menuOpen > #aucFilter{ display: block; }*/
    #runfilter{ margin-bottom: 20px; }
}
@media (max-width: 419px) {
    .flexMenu .flexMenuSubTit{ display: none; }
}

.navbar + .fw-section{ padding-right: 13px; }
.navbar + .fw-section.dark-bg{
  padding-top: 175px;
}

.transparent-0{ /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.blockUI img{ display: inline !important; margin-top: -4px; }
.blockUI h1{ font-size: 20px !important; font-weight: normal !important; margin: 5px; }
.zakCat-grid{ min-height: 450px; }
.fancybox-button{ outline: none; }

#poWelcom p{ color: #fff; position: relative; z-index: 5; }
.container.smallPage{ margin-top: -80px; height: 75px; }
.container.smallPage h1{ padding-bottom: 0px; margin-bottom: 0px; }
.page-title p{ color: #fff; position: relative; z-index: 5; }

.block{ padding: 10px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.block > input:first-child{ cursor: pointer; float: left; margin-top: 9px; }
.blockTit, .blockTit > label{ font-weight: bold; font-size: 18px; letter-spacing: 2px; color: #000; }
.blockTit > label{ cursor: pointer; }
.blockTit > hr { margin: 5px 0 15px; }
.blockTit small{ font-weight: normal; letter-spacing: normal; font-size: 14px; }
.block .preloader{ background-color: #fff; }

.hover-color, .hover-smooth{ -webkit-transition: color 0.7s; -o-transition: color 0.7s; transition: color 0.7s; }
.hover-color:hover{ color: #000; }

.emoji, .emoPicker{ width: 32px; display: inline; }
.dropzone .dz-preview .dz-progress {
    width: 90px !important;
    margin-left: -45px !important;
    height: 25px !important;
    text-align: center;
}
.dropzone.disabled > .dz-preview > .dz-remove-btn, .dropzone.disabled > .dz-preview > .dz-remove{ display: none; }
.dropzone .dz-preview:hover{ z-index: 8000 !important; } /* error-msg must over the preloader */

.no-corner{ border-radius: none !important; }
/*.no-corner{ border-radius: none !important; }*/

.fa-layer{ position: relative; }
.fa-layer > *:first-child::after{ content: ''; position: absolute; bottom: 0px; right: 0px; width: 0; height: 0; border-style: solid; border-color: transparent transparent #ffffff transparent; clear: both; }

@media (max-width: 520px) {
    .blockTit, .blockTit > label{ font-size: 14px; letter-spacing: 1px; }
    .block > input:first-child{ margin-top: 6px; }
}


/* on dark mode we need to set page color */
html.dark div.dtfc-top-blocker,
html.dark div.dtfc-bottom-blocker,
html.dark table.dataTable .dtfc-fixed-start{background-color: rgb(24 24 24) !important;}


/* ------------------ vc-style ------------------- */
.far.fa-gem{ color: #58a8de; text-shadow: 0px 1px 4px #3a75e2cf; }
.vc-count, .vc-price{ padding-left: 3px; }

/* -------------------------------------------------- */
/* ------------------- dark mode -------------------- */
html.dark{ background: #181818; }
#accViewer{ position: relative; padding-right: 100px !important; }
label[for="darkmode-toggle"]{
  width:500px;
  height:200px;
  display: block;
  background: #ebebeb;
  border-radius: 200px;
  box-shadow: inset 0px 5px 15px rgba(0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
  cursor: pointer;
  position: absolute; top: -72px; right: 0; -moz-transform: scale(0.2); -moz-transform-origin: right; -o-transform: scale(0.2); -o-transform-origin: right; -webkit-transform: scale(0.2); -webkit-transform-origin: right; transform: scale(0.2); transform-origin: right;
}
label[for="darkmode-toggle"]:after {
  content: "";
  width:180px;
  height: 180px;
  position: absolute;
  top:10px;
  left:10px;
  background: linear-gradient(180deg,#ffcc89,#d8860b);
  border-radius: 180px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
#darkmode-toggle{
  width: 0;
  height: 0;
  visibility: hidden;
}
#darkmode-toggle:checked + label {
  background: #242424;
}
#darkmode-toggle:checked + label:after {
  left:490px;
  transform: translateX(-100%);
  background: linear-gradient(180deg,#777,#3a3a3a);
}
label[for="darkmode-toggle"], label[for="darkmode-toggle"]:after {
  transition: 0.3s
}
label[for="darkmode-toggle"]:active:after{ 
  width: 260px; 
}
label[for="darkmode-toggle"] svg {
  position: absolute;
  width: 120px;
  top:40px;
  z-index: 100;
}
label[for="darkmode-toggle"] svg.sun {
  left:40px;
  fill:#fff;
  transition: 0.3s;
}
label[for="darkmode-toggle"] svg.moon {
  left:340px;
  fill:#7e7e7e;
  transition: 0.3s;
}
#darkmode-toggle:checked + label svg.sun {
  fill:#7e7e7e;
}
#darkmode-toggle:checked + label svg.moon {
  fill:#fff;
}

html.dark,
html.dark #mmHeadBar,
html.dark .preloader,
html.dark .preloader h1,
html.dark .page-wrapper,
html.dark .mmBox,
html.dark .tabSys,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6,
html.dark hr,
html.dark #footer{ background: #181818; color: #fff; border-color: #3c3c3c; }
html.dark a:NOT(.donateBtn):NOT(.ui-button):NOT(.ui-tabs-anchor){ color: #fff; }
html.dark .mmBox{ border-radius: 8px; }
html.dark .preloader{ -webkit-box-shadow: none !important; box-shadow: none !important; }

html.dark select:NOT(:focus):NOT(:active),
html.dark .ui-button:NOT(:hover):NOT(.ui-state-disabled),
html.dark input:NOT(:hover):NOT(:focus):NOT(:active),
html.dark textarea:NOT(:hover):NOT(:focus):NOT(:active),
html.dark select.default:NOT(:hover):NOT(:focus):NOT(:active){ opacity: .7; }

html.dark input:hover + label{ opacity: 1 !important; }

html.dark input.tabSys:checked + label{ color: #fff; background: #3c3c3c; border-color: #3c3c3c; }
html.dark input.tabSys:NOT(:checked) + label:hover{ background: #000; }
html.dark input.tabSys:NOT(:checked) + label{ border-color: transparent; border-bottom: 1px solid #3c3c3c; }

html.dark .tabSys > label{ color: #888; }
html.dark input.tabSys:NOT(:checked) + label:hover{ color: #fff; }

/* ------------------------------------------------ */
/* ---------------- SCROLLBAR core ---------------- */
.scroll-wrapper{
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content
/*.scroll-wrapper:NOT(.win) > .scroll-content,*/
/*.window_panel:NOT(.compensate-for-scrollbar) .scroll-wrapper > .scroll-content*/
{
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar{
    height: 0;
    width: 0;
}

/* to show the content in centered we need to reducing the frame height to the wrapper height */
/*.window_panel.compensate-for-scrollbar .scroll-content > iframe{ position: absolute !important; top: 0px !important; bottom: 0px !important; }*/

.scroll-element{ display: none; }
.scroll-element, .scroll-element div{
    box-sizing: content-box;
}

.scroll-wrapper:NOT(.win) .scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible
/*.window_panel:NOT(.compensate-for-scrollbar) .scroll-element.scroll-x.scroll-scrollx_visible,*/
/*.window_panel:NOT(.compensate-for-scrollbar) .scroll-element.scroll-y.scroll-scrolly_visible*/
{
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow{
    cursor: default;
}

.scroll-textarea{
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content{
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea{
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar{
    height: 0;
    width: 0;
}

/* is window open in another window we need to hide scrollbar */
html.winFrame.compensate-for-scrollbar .window_panel .sdf { display: none; }


/* ----------------------------------------------- */
/* ------------------- hinfo --------------------- */
.fa-info-circle.hinfo, .fa-info-circle.hinfoBtn{ margin-left: 5px; color: blue; }
.ui-tooltip.hinfo{ font-size: 12px; font-weight: normal; line-height: 16px; }
.hinfoBtn{ cursor: pointer; }

/* --------------------------------------------------- */
/* -------------------- ui.fixes --------------------- */
.ui-button { padding: .4em 1em .32em !important; }
.info .ui-button, .success .ui-button, .error .ui-button, .warning .ui-button {
    padding: .2em 1em .32em !important;
}

/* ----------------------------------------------- */
/* -------------------- auth --------------------- */
#authSubmitArea > .btn-alt{ width: 430px; }


/* --------------------------------------------------- */
/* --------------- empty placeholder ----------------- */
*[data-empty].show-placeholder:before,
*[data-empty]:empty:before{
    content: attr(data-empty);
    display: inline-block; /* For Firefox */
    text-align: center;
    min-height: 60px;
    padding: 18px;
    font-size: 18px;
}
*[data-empty-after]:empty:after{
    content: attr(data-empty-after);
    display: inline-block; /* For Firefox */
    text-align: center;
    min-height: 60px;
    padding: 18px;
    font-size: 18px;
}


/* ----------------------------------------------- */
/* -------------- extra area buttons ------------- */
#authLinkForgot{ color: #000; display: inline-block; margin-top: 5px; }
#cartViewer{ border: 2px solid #fff; cursor: default; line-height: 34px !important; }
#accViewer{ line-height: 36px !important; top: -2px; cursor: pointer; }
#accViewer.loggedin{ top: 0; }
/*#accViewer.loggedin #acc-area{ min-width: 250px; }*/
.moHead-item{ padding: 0px !important; }
input.hpopBtn{ display: none; }
.hpopLabel{ display: inline-block; height: 36px; line-height: 36px !important; padding: 0 10px; text-transform: uppercase; font-size: 15px; cursor: pointer; margin-top: -1px; }
.navbar.stuck #cartViewer{ border-color: #232323; }

input.hpopBtn:checked ~ div{
  display: block !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flipIn 0.6s;
  -o-animation: flipIn 0.6s;
  animation: flipIn 0.6s;
}
#acc_wrapper{ color: #fff !important; height: 300px; }
.alert-item{ margin: 15px 0; color: #fff; letter-spacing: 1px; text-shadow: 1px 0px 1px #70b0e6; }
.alert-item a{ color: #fff; text-decoration: none;  }
.alert-item a:hover{ text-shadow: 0px 0px 1px #fff; }
.alert-item.new{ text-shadow: 1px 1px 1px #f50707; }
.alert-item:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.alert-item > div { float: left; }
.alert-cnt{ width: 32px; height: 26px; text-align: center; line-height: 26px; }
.alert-content{ width: 218px; padding: 5px 10px; }

/** contact site */
.zakTandC{ font-size: 16px !important; }
.zakTandC p{ margin-bottom: 10px; line-height: 20px; }
.zakTandC h1{ font-size: 20px; }
.zakTandC h2{ font-size: 18px; margin-bottom: 5px; margin-top: 30px; }
.fa-info-circle{ text-decoration: none; padding: 5px; outline: none; }

body#onlyContent .zakContactRow{ width: 100% !important; }

/* ---------------------------------------------------------------- */
/* -------------------- social-network-system --------------------- */
#snsOpener:checked + #snsBox, #msmOpener:checked + #msm, #msmsOpener:checked + #msms{
    animation: show-chatbox .5s;
    display: block
}
#msm > li{ margin: 5px 0; padding-left: 5px; cursor: pointer; }
#msm > li:before{ padding-right: 5px; }

#msms{ overflow-y: auto; }
#msms > li { float: left; display: inline; margin: 5px 7px; }
#msms img{ cursor: pointer; }

#snsOpenerLabel:hover{ color: #fff; }
#snsCloseLabel{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
    z-index: 8001;
    -webkit-box-shadow: inset 1px -1px 1px 1px #ccc;
    box-shadow: inset 1px -1px 1px 1px #ccc;
}
#snsCloseLabel:hover{ color: #fff; background: #ccc; }
#snsContent{
    position: relative; height: 400px; width: 600px; left: 0; top: 0; padding-top: 40px; background: #fff; min-height: 400px; min-width: 320px;
    -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 3px #ccc; box-shadow: 1px 1px 5px 3px #ccc;
}
#snsBox .preloader{ background: #fff; }
#snsScroll{ position: relative; width: 100% !important; height: 100%; overflow-y: auto; overflow-x: hidden; }
#curChatTit > label{ cursor: default !important; }
#snsScroll input[name="sns"]:checked + div.snsSection{ display: block; }
#snsScroll input[name="messenger"]:checked + div.messageContent{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
#snsSecHead{
    position: absolute; top: 36px;
    left: 0;
    width: 100%;
    min-height: 41px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 10;
}
#snsSecHead > div{ display: none; }
#snsSecHead div, #snsSecHead label{ line-height: 39px !important; font-size: 16px !important; vertical-align: unset; }
#snsSecHead i + *{ margin-left: 5px; }
#snsSecHead label{ cursor: pointer; }
#snsSecHead > div > div{ display: inline-block; }
#snsSecHead[style] > #snsScrollTop{ display: block; position: absolute; right: 0; height: 40px; width: 40px; text-align: center; font-size: 26px !important; cursor: pointer; color: #000; }
#snsScrollTop > i{ position: relative; z-index: 11; }
#snsScrollTop:hover::after{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3d3d3d;
    position: relative;
    top: -38px;
    left: 1px;
    z-index: 10;
}
#snsSecHead[data-a="cl"] > #clFil,
#snsSecHead[data-a="conReq"] > #conReqFil,
#snsSecHead[data-a="messenger"] > #messengerFil,
#snsSecHead[data-a="noti"] > #notiFil,
#snsSecHead[data-a="posts"] > #postsFil{ display: block; }
#snsSecHead[data-a="wall"]{ display: none; }

#snsContent.hide{
    animation: hide-chatbox .5s;
    display: inline-flex;
}
@keyframes show-chatbox {
	0% {
		opacity: 0;
		transform: scale(0);
        -webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
        -webkit-transform: scale(1);
	}
}
@keyframes hide-chatbox {
	0% {
		display: inline-flex;
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	99% {
		display: inline-flex;
		opacity: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		display: none;
		opacity: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

#snsScroll div.snsSection{ display: none; height: auto; padding-left: 15px; padding-top: 41px; }
#snsScroll div.snsSection.messenger{ padding-left: 0; }
#snsScroll div.messageContent{ display: none; width: 100%; height: 329px; }
#snsScroll div.helper{ position: relative; width: 100%; height: 32px; }
#snsScroll div.helper label:NOT(.snsQbtn){ display: inline-block; width: 100%; height: 28px; line-height: 28px; font-size: 16px; font-weight: bold; cursor: pointer; }
#snsScroll .helper.head{ text-align: center; height: 36px; padding: 3px 0; border-bottom: 1px solid #ccc; }
#snsScroll .helper.hc3.head > div{ width: 33.333%; float: left; }
#snsScroll .helper.hc2.head > div{ width: 50%; float: left; }
#snsScroll .helper.head > div i{ margin-right: 4px; }

/** social-media section switcher */
#snsNavi{ height: 35px; }
#snsNavi > div:nth-child(1), #snsNavi > div:nth-child(2){ width: 15%; float: left; }
#snsNavi > div:nth-child(3){ width: 70%; float: left; }
.snsQbtn{ width: 100%; margin: 0; padding: .2em !important; height: 34px; border-radius: 0 !important; font-size: 22px !important; }
.snsQbtn.active, .snsQbtn.active > i{ color: green !important; }

#socialArea-button{ outline: none; width: 100%; height: 34px; padding: 8px 3px 6px 6px !important; border-radius: 0 !important; }
#socialArea-menu .ui-menu-item-wrapper{ padding-left: 30px; }
#socialArea-menu .fa-icon{ position: absolute; left: 5px; top: 6px; width: 18px; text-align: center; }

/*#snsScroll .helper.head > div label:hover*/
/*#snsScroll .helper.head > div:hover*/
/*{ background: #f6f6f6; }*/

#currentChats{ direction: ltr; }
#currentChats > .preloader{ display: block !important; }
#currentChats.active{ padding-top: 0 !important; }
#currentChats.active > div:first-child{ position: relative; top: -36px; border-top: 1px solid #ccc; border-bottom: none; position: relative; z-index: 12; }
#currentChats.active > div:first-child label{ max-width: 208px; }
#currentChats.active > div:first-child .chatbtn{ display: inline-block !important; }
.chatbtn{ display: none !important; }

#currentChats:NOT(.plc) > div{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#currentChats.active > div:first-child .helper{ background: #e6e6e6; }

/* feed blinking */
#snsOpenerLabel > i.fas, .alertBtn > i, #socialArea-button.alertBtn > .ui-selectmenu-icon, .ui-menu-item-wrapper.alertSec > span{
    color: red;
    animation-duration: 1600ms;
    animation-name: blinkFeed;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-shadow: 1px 1px 2px #FF2F0F;
}
@keyframes blinkFeed {
   from {
      opacity: 1;
   }
   to {
      opacity: 0.2;
   }
 }


/* active chat header items */
#currentChats > div:hover, #currentChats.active > div:first-child .messageContent{ background: #f6f6f6; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#currentChats > div .convHead[data-new]:after{
    content: attr(data-new);
    position: absolute;
    top: 7px;
    left: 7px;
    height: 18px;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    background-color: red;
    color: #fff;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#currentChats > div .convHead a{ position: absolute; left: 10px; top: 0; width: 32px; height: 32px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; }
#currentChats > div .convHead i{ float: right; height: 32px; width: 32px; line-height: 32px; font-size: 20px; cursor: pointer; text-align: center; }
#currentChats > div .convHead label{ height: 32px; line-height: 32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#currentChats > div .convHead label.mui-la{ padding-left: 50px; }
#currentChats > div .convHead label.fa-cog{ display: none; }

#currentChats.active > div:first-child .convHead[data-new]:after{ left: 37px; }
#currentChats.active > div:first-child .convHead:NOT(.new) label.fa-cog{ display: inline-block; font-size: 20px; padding-left: 9px; width: 35px !important; }
#currentChats.active > div:first-child .convHead:NOT(.new) a{ left: 45px; }


.mui-pr.uon::before, .mui-pr.uoff::before{
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #fff;
}
.mui-pr.uon::before{ background-color: #13b721; }
.mui-pr.uoff::before{ background-color: #ccc; }

/* chat-layout */
.mss.active{ color: green !important; }
.messageContent{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 314px;
}
.messageContent > div{ width: 100% !important; }
.messageContent > div:first-child { overflow-y: auto; -webkit-flex: 6 0 0; flex: 6 0 0; } /* padding: 5px 15px; */
.messageContent > div:last-child {
    max-height: intrinsic;           /* Safari/WebKit verwendet einen nicht standardisierten Namen */
    max-height: -moz-max-content;    /* Firefox/Gecko */
    max-height: -webkit-max-content; /* Chrome */
    max-height: max-content;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.loadOldMsg{ display: block; width: 250px; text-align: center; }

.chathistory{ padding: 5px 15px; }
.chathistory > .date{ text-align: center; font-weight: bold; text-decoration: underline; }
.chathistory > div{ margin-top: 8px; }
.chathistory > div:last-child{ margin-bottom: 5px; }
.chathistory > div > div{ position: relative; max-width: 80%; }
.chathistory > div > div > .emoji { display: inline; width: 20px; margin: -4px 2px 0 2px; }
.chathistory > div.msg-in + div.msg-in, .chathistory > div.msg-out + div.msg-out{ margin-top: 2px; }
.chathistory > div:NOT(.more):NOT(.date) > div{ display: inline-block; white-space: pre-line; padding: 5px 10px; }
.chathistory > div:NOT(.more):NOT(.date):NOT(.no-text) > div{ -webkit-box-shadow: 1px 1px 3px 2px #ccc; box-shadow: 1px 1px 3px 2px #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.chathistory > div:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.chathistory > .msg-in:NOT(.no-text) > div{ background: #fff; color: #000; }
.chathistory > .msg-out:NOT(.no-text) > div{ background: #6f6d6d; color: #fff; }
.chathistory > .msg-out > div{ float: right; }
.chathistory > div.no-text .emoji{ width: 42px; margin: 2px; }

.chathistory > .msg-out[data-st] > div:after{
    position: absolute;
    bottom: -8px;
    right: -10px;
    padding: 2px;
    color: #ccc;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px 2px #ccc; box-shadow: 1px 1px 3px 2px #ccc;
    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f00c';
}
.chathistory > .msg-out[data-st="2"] > div:after{ content: '\f560'; }
.chathistory > .msg-out[data-st="3"] > div:after{ content: '\f560'; color: #1ecc00; }
.chathistory > div:NOT(.msg-in) a{ color: #fff; } /* massages-in have with backgound, dont change link color */
.chathistory a.fa-link:before{ margin-right: 5px; display: inline-block; }
.chathistory:empty:before, .newmsgPerformer:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
  padding-left: 10px;
}
.newmsgPerformer[placeholder]{ min-height: 60px; }

.newmsgPerformer > .msgcmd{ padding: 0 15px 5px 10px; }
.newmsgPerformer > .msgcmd > label{
    font-size: 20px;
    padding: 3px;
    /* cursor: pointer; */
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    -webkit-transition: background .75s; -o-transition: background .75s; transition: background .75s;
    -webkit-transition: box-shadow .75s; -o-transition: box-shadow .75s; transition: box-shadow .75s;
}
.newmsgPerformer > .msgcmd > label:hover{ background: #fff; -webkit-box-shadow: 1px 1px 3px 2px #ccc; box-shadow: 1px 1px 3px 2px #ccc; }
.newmsgPerformer > .msgcmd > label:last-child{ float: right; cursor: pointer; }

.newmsgtxt{
    /*-moz-appearance: textfield;*/
    /*-webkit-appearance: textfield;*/
    font: -moz-field;
    font: -webkit-small-control;
    padding: 5px 10px 0 10px;
    width: 100%;
    outline: none;
    min-height: 26px;
    max-height: 126px;
    overflow-y: auto;
    line-height: 20px;
}
.newmsgtxt > .emoji{ width: 20px; margin: 0 3px; }


/* Social-Network-Sections */
#snsDir{ direction: ltr; }
#coListBox{ display: inline-block; }
#snsDir .contactItem{ position: relative; display: inline-block; width: 210px; float: left; height: 32px; line-height: 30px; margin: 5px; }
#snsDir .contactItem.newItem:after{
    content: 'new';
    position: absolute;
    top: 7px;
    left: -20px;
    height: 18px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
    background-color: red;
    color: #fff;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#snsDir .contactItem > a.profile { position: absolute; top: 0; left: 5px; width: 32px; height: 32px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; }
#snsDir .contactItem > a.profile > img { width: 32px; height: 32px; }
#snsDir .contactItem > a.createUserChat { display: block; width: 150px; margin-left: 40px; overflow: hidden; white-space: nowrap; }
#snsDir .contactItem > i { position: absolute; right: 5px; top: 8px; color: #ccc; }
#snsDir .contactItem > i.fa-circle.online { color: #13b721; }
/* contact requests */
#snsDir .contactItem.req{ width: 260px; }
#snsDir .contactItem > div{ position: absolute; right: 5px; top: 4px; height: 24px; line-height: 23px; padding-left: 3px; background-color: #f6f6f6; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#snsDir .contactItem > div > a{ width: 20px; height: 22px; font-size: 20px; margin: 0 3px; }
#snsDir .contactItem:NOT(.cro) > div > a:first-child{ border-right: 1px solid #ccc; }
#snsDir .contactItem > div > a > .fa-times{ font-size: 21px; width: 25px; text-align: center; }
#showReqOut + label{ position: relative; line-height: 45px; padding: 10px 0 9px 20px; cursor: pointer; }
#showReqOut + label > i{ position: absolute; left: 0; top: 12px; }
#showReqOut + label > i:before{ content: '\f070'; left: -2px; }
#showReqOut:checked + label > i:before{ content: '\f06e'; font-size: 15px; margin-left: -2px; }
.connReqItem[data-action="accept"]:hover{ color: #a8cf20; }
.connReqItem[data-action="decline"]:hover{ color: red; }

/* section filter */
#snsSecHead input{ display: block; max-width: 150px; }
#snsSecHead > div:NOT(.center-absolute):NOT(#snsScrollTop){ padding-right: 40px; padding-left: 15px; }
#snsSecHead > div.ui-controlgroup{ padding-top: 2px; }
#searchCO{ margin-top: 2px; }
#messengerFil{ width: 302px; }
#messengerFil button{ outline: none; }
#messengerFil .ui-button:active{ border: 1px solid #c5c5c5; color: green; }
#ccSync.empty{ color: #ccc; }

/* alert box */
#accFeed-wrapper:empty:before{ color: #fff; }

#currentChats:empty:before {
    content: attr('not found');
    display: block;
}

@media (max-width: 380px) {
    #snsSecHead input { max-width: 140px; }
    #snsSecHead > #snsScrollTop{ width: 30px !important; }
    #snsSecHead > div:NOT(.center-absolute):NOT(#snsScrollTop){ padding-right: 33px; padding-left: 5px; }
}

/* a user is typing a new message */
.typing-wrapper.run{ height: 60px; margin-top: 10px; }
.typing-wrapper:NOT(.run){ display: none; }
.typing-indicator{
  background-color: #e6e7ed;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 20px;
  display: table;
  margin: 0px 38px;
  position: relative;
  -webkit-animation: 2s bulge infinite ease-out;
          animation: 2s bulge infinite ease-out;
}
.typing-indicator::before, .typing-indicator::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #e6e7ed;
}
.typing-indicator::after {
  height: 10px;
  width: 10px;
  left: -10px;
  top: -10px;
}
.typing-indicator span {
  height: 15px;
  width: 15px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
          animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
          animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
          animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (max-width: 650px){
    #snsOpenerLabel{ top: unset; bottom: 1px; width: 80px; }
    #snsCloseLabel{ -webkit-box-shadow: inset 0px -1px 1px 1px #ccc; box-shadow: inset 0px -1px 1px 1px #ccc; }
    #snsBox{ width: 100%; height: unset; bottom: 0px; top: 0; }
    #snsContent{ height: 100%; width: 100%; }
    #msm{ left: 0; top: 73px; }
}

/* ----------------------------------------------------- */
/* -------------------- tab-system --------------------- */
main.tabSys {
  margin-top: -10px;
  background: transparent;
}
section.tabSys {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  min-height: 250px;
}
input.tabSys {
  display: none;
}
label.tabSys {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 22px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}
label.tabSys:before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
}
section.tabSys p{ font-size: 16px; line-height: 22px; font-weight: 500; margin: 0; }

input.tabSys + label{ position: relative; -webkit-transition: color 0.7s; -o-transition: color 0.7s; transition: color 0.7s; }
input.tabSys:checked, input.tabSys:checked + label { background: #fff; }
main.tabSys{ padding-left: 0px !important; padding-right: 0px !important; }
label.tabSys:hover {
  color: #888;
  cursor: pointer;
}
input.tabSys:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
input.tabSys:checked + label:hover{ cursor: default; }
input.tabSys:NOT(:checked) + label:hover{ background: #f1f1f1; }
input.tabSys:checked + label:before{
    position: absolute; display: inline-block; content: "";
    border-top: 2px solid orange;
    top: 0;
    left: 0px; width: 100%;
}

/* ---------------------------------------------- */
/* ------------------mmLayout-------------------- */
.footer{
    -webkit-box-shadow:inset 2px 2px 5px 2px #cccccc;
    box-shadow:inset 2px 2px 5px 2px #cccccc;
}
html.dark .footer{
    -webkit-box-shadow:inset 2px 2px 5px 2px #000;
    box-shadow:inset 2px 2px 5px 2px #000;
}
#mmHeadBar{
    background-color: #FFFFFF;
    height: 60px;
    line-height: 56px;
    width: 100%;
    position: fixed;
    z-index: 7999;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 5px 2px #cccccc;
    box-shadow: 2px 2px 5px 2px #cccccc;
}
html.dark #mmHeadBar{
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 2px 2px 5px 2px #000;
    box-shadow: 2px 2px 5px 2px #000;
}
.compensate-for-scrollbar #mmHeadBar{ padding-right: 17px; }
#mmHeadBarMenu{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
#mmHeadBarMenu > li{
    float: left;
    display: inline;
}

#mmHeadBarMenu > li > a{ border-left: 1px solid #ccc; padding: 0 5px; }
#mmHeadBarMenu > li:first-child > a{ border-left: none; }

.mmLogo{
    width: 170px;
    text-decoration: none;
    position: relative;
}
.mmLogo > img{ width: 156px; margin-top: 9px; float: left; outline: none; }
.mmLogo:not(:hover) > span{ display: none; }
.mmLogo > span{ position: absolute; top: 19px; right: 41px; font-size: 18px; font-weight: bold; }

.mmBox{ background: #fff; border: 1px solid #ccc; padding: 10px; }
.mmBox h2{ font-size: 16px; margin-top: 5px; margin-bottom: 15px; }
.mmBox hr{ margin: 0; margin-bottom: 10px; }

@media screen and (max-width: 992px){
    #footerBtns{ display: none; }
    .footerNote{ padding: 0 10px; }
    .mmLogo, .mmLogo > img{ margin: 0; padding: 0; width: 130px !important; }
    .mmLogo, #mmHeadBarMenu{ position: absolute; }
    
    .mmLogo{ z-index: 101; }
    .mmLogo img{ margin-top: 15px; }
    .mmLogo > span{ display: none; }
    #mmHeadBar{ font-size: 16px ; }
    #mmHeadBarMenu{ z-index: 102; left: 47px; top: 18px; }
}
@media screen and (max-width: 360px){
    #mmHeadBarMenu{ z-index: 102; left: 27px; top: 18px; font-size: 14px; }
}

/* [- forbidden-media -] ======================================================== */
.forbidden-media{
    position: relative;
    overflow: hidden;
}
.forbidden-media img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    transform: scale(1.05);
}
.marketplace-forbidden-img-textoverlay{
    opacity: 0.9;
    width: 200px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF6600;
    color: white;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 6px;
    line-height: 17px;
    z-index: 1;
}
.media-forbidden-18{
    opacity: 0.4;
    width: 200px;
    position: absolute;
    font-family: Arial;
    font-size: 120px;
    text-align: center;
    top: 0;
    left: 0;
    color: black;
    font-weight: bold;
    animation: turner 5s infinite linear;
}
@keyframes turner{
    0%{transform:perspective(300px) rotateY(0deg)}
    25%{transform:perspective(300px) rotateY(90deg)}
    50%{transform:perspective(300px) rotateY(180deg)}
    75%{transform:perspective(300px) rotateY(270deg)}
    100%{transform:perspective(300px) rotateY(360deg)}
}

/*<div class="media-forbidden-18">18</div>*/

/* ------------------------------------------- */
/* ------------------forms-------------------- */
.formTitle{ margin-top: 5px; margin-bottom: 15px;  }
.formTitle > div:nth-child(1){ width: 100%; text-align: center; text-transform: uppercase; font-weight: bold; text-decoration: underline; }
.formTitle > div:nth-child(2){ text-align: left; }
.formRow{ vertical-align: middle; line-height: 30px; padding: 5px 0; }
label{ vertical-align: middle; }

/* --------------------------------------------- */
/* ------------------Buttons-------------------- */
.showHideBtn{ width: 28px; height: 24px; z-index: 50; background: url(../images/items/row_hide_medium.png) no-repeat; cursor: pointer; }
.switcherBtn{ border: 1px solid #ccc; cursor: n-resize; margin-right: 8px; width: 40px; height: 24px; position: relative; z-index: 50; background: url(../images/items/handle.png); }
.css-button, .ui-button:not(.ui-widget){ font-weight: bold !important; font-size: 14px !important; line-height: 17px !important; cursor: pointer; }
a.icon-button, a.bg-icon{ float: left; }
.css-button.icon > span{ padding: .4em 1em .4em .3em; }
.ui-button.icon{ white-space: nowrap; text-align: center; }
.ui-button.icon img{ margin-right: 5px; }
.ui-button:not(.ui-widget){ margin-top: -3px; color: #000 !important; }
.ui-button > img{ float: left; margin: .5em .4em; }
.ui-button.icon-button > span{ padding: .9em 1em; }
.ui-button.icon-button{ margin-top: 0px; }
.icon-button{ padding: 0px; height: 26px; width: 26px; }
.only-icon{ float: left; height: 18px; width: 18px; padding: 2px 4px; cursor: pointer !important; }
/*button.jGrowl-close{ width: 18px !important; height: 18px !important; }*/


/* ---------- Mixins ---------- */
/* ---------- Placeholder selectors ---------- */
.item-list::after, .item__interactions::after, .summary::after{
  content: "";
  display: table;
  clear: both;
}

/* ---------- Universal selectors ---------- */
code,kbd,pre,samp{
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code{
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd{
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd{
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code{
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable{
  max-height: 340px;
  overflow-y: scroll;
}

.embed-responsive{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9{
  padding-bottom: 56.25%;
}

.embed-responsive-4by3{
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after{
  content: " ";
  display: table;
}

.clearfix:after{
  clear: both;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right{
  float: right !important;
}

.pull-left{
  float: left !important;
}

.hide{
  display: none !important;
}

.show{
  display: block !important;
}

.invisible{
  visibility: hidden;
}

.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix{
  position: fixed;
}

@-ms-viewport{
  width: device-width;
}

.visible-xs{
  display: none !important;
}

.visible-sm{
  display: none !important;
}

.visible-md{
  display: none !important;
}

.visible-lg{
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{
  display: none !important;
}

@media (max-width: 767px){
  .visible-xs{
    display: block !important;
  }
  table.visible-xs{
    display: table;
  }
  tr.visible-xs{
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs{
    display: table-cell !important;
  }
  .footerMenuLinks{ padding: 0 15px; }
  .visible-xs-block{
    display: block !important;
  }
  .visible-xs-inline{
    display: inline !important;
  }
  .visible-xs-inline-block{
    display: inline-block !important;
  }
  .hidden-xs{
    display: none !important;
  }
}
@media (max-width: 992px){
    .footerMenuLinks li{ padding-left: 35px; }
}

@media (min-width: 768px) and (max-width: 991px){
  .visible-sm{
    display: block !important;
  }
  table.visible-sm{
    display: table;
  }
  tr.visible-sm{
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm{
    display: table-cell !important;
  }
  .visible-sm-block{
    display: block !important;
  }
  .visible-sm-inline{
    display: inline !important;
  }
  .visible-sm-inline-block{
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .visible-md{
    display: block !important;
  }
  table.visible-md{
    display: table;
  }
  tr.visible-md{
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md{
    display: table-cell !important;
  }
  .visible-md-block{
    display: block !important;
  }
  .visible-md-inline{
    display: inline !important;
  }
  .visible-md-inline-block{
    display: inline-block !important;
  }
}

@media (min-width: 1200px){
  .visible-lg{
    display: block !important;
  }
  table.visible-lg{
    display: table;
  }
  tr.visible-lg{
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg{
    display: table-cell !important;
  }
  .visible-lg-block{
    display: block !important;
  }
  .visible-lg-inline{
    display: inline !important;
  }
  .visible-lg-inline-block{
    display: inline-block !important;
  }
  .hidden-lg{
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .hidden-sm{
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .hidden-md{
    display: none !important;
  }
}


/* ---------------------------------------------- */
/* --------------- SCAFFOLDING ------------------ */
*:NOT(.ui-checkboxradio-icon){
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html *{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body{
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
input,button,select,textarea{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
a, *[data-win]{
  color: #232323;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
a.alt{
  color: #fff !important;
}
a:NOT(.btn):hover, *[data-win]:hover, a.alt:hover, a.active, .ui-widget-content a:hover{
  color: #a8cf20 !important;
  text-decoration: none;
}
a.fa:before{ padding-right: 5px; }
a > i{ padding-right: 5px; text-decoration: none !important; }
img{
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.fa{ text-decoration: none; }
a.fa > span{ text-decoration: underline; }

.img-rounded{
  border-radius: 6px;
}

.img-circle{
  border-radius: 50%;
}

hr{
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ececec;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

::selection{
  color: #fff;
  background: #404040;
}

::-moz-selection{
  color: #fff;
  background: #404040;
}

.va-middle{
  vertical-align: middle;
}

.va-top{
  vertical-align: top;
}

.va-bottom{
  vertical-align: bottom;
}

.margin-top{
  margin-top: 24px !important;
}

.margin-top-0x{
  margin-top: 0px !important;
}

.margin-top-2x{
  margin-top: 48px !important;
}

.margin-top-3x{
  margin-top: 72px !important;
}

.margin-bottom{
  margin-bottom: 24px !important;
}

.margin-bottom-0x{
  margin-bottom: 0px !important;
}

.margin-bottom-2x{
  margin-bottom: 48px !important;
}

.margin-bottom-3x{
  margin-bottom: 72px !important;
}

.padding-top{
  padding-top: 24px !important;
}

.padding-top-0x{
  padding-top: 0px !important;
}

.padding-top-2x{
  padding-top: 48px !important;
}

.padding-top-3x{
  padding-top: 72px !important;
}

.padding-bottom{
  padding-bottom: 24px !important;
}

.padding-bottom-0x{
  padding-bottom: 0px !important;
}

.padding-bottom-2x{
  padding-bottom: 48px !important;
}

.padding-bottom-3x{
  padding-bottom: 72px !important;
}

.space-top-none{
  margin-top: 0 !important;
}

.space-bottom-none{
  margin-bottom: 0 !important;
}

.padding-top-none{
  padding-top: 0 !important;
}

.padding-bottom-none{
  padding-bottom: 0 !important;
}

.page-edit .edit-link{
  display: inline-block;
  margin-top: 24px;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.block-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px){
  .space-top{
    margin-top: 16px !important;
  }
  .space-top-2x{
    margin-top: 36px !important;
  }
  .space-top-3x{
    margin-top: 48px !important;
  }
  .space-bottom{
    margin-bottom: 16px !important;
  }
  .space-bottom-2x{
    margin-bottom: 36px !important;
  }
  .space-bottom-3x{
    margin-bottom: 48px !important;
  }
  .padding-top{
    padding-top: 16px !important;
  }
  .padding-top-2x{
    padding-top: 36px !important;
  }
  .padding-top-3x{
    padding-top: 48px !important;
  }
  .padding-bottom{
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x{
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x{
    padding-bottom: 48px !important;
  }
  .mobile-center{
    text-align: center !important;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus{
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* ---------------------------------------------- */
/* ---------------- TYPOGRAPHY ------------------ */
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6{ color: #fff; }

h1, h2, h3, h4, h5, h6{
  line-height: 1.3;
  color: #404040;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
h1, h2{
  margin-bottom: 24px;
}
h3, h4{
  margin-bottom: 16px;
}
h5, h6{
  margin-bottom: 12px;
}
h1{
  font-size: 60px;
}
h2{
  font-size: 42px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}

@media screen and (max-width: 1200px){
  h1{
    font-size: 54px;
  }
}

@media screen and (max-width: 991px){
  h1{
    font-size: 48px;
  }
  h2{
    font-size: 37px;
  }
}

@media screen and (max-width: 768px){
  h1{
    font-size: 42px;
  }
  h2{
    font-size: 33px;
  }
}

p{
  margin: 0 0 24px;
}
small, .small{
  font-size: 90%;
}


/* ---------------------------------------------- */
/* ------------------ BUTTONS ------------------- */
.btn{
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 24px;
  letter-spacing: 0.2em;
  padding: 0 15px;
  margin: 10px 0;
  margin-right: 10px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  background-color: #232323;
}
.btn:hover{
  background-color: #3d3d3d;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

.btn:focus{
  outline: none;
}

.btn:active,
.btn.active{
  outline: 0;
  background-image: none;
}

.btn.disabled,
.btn[disabled]{
  cursor: not-allowed;
  background-color: #ececec !important;
}

.btn.disabled:hover,
.btn[disabled]:hover{
  background-color: #ececec !important;
}

.btn i, .btn i:before{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -5px;
  font-size: 16px;
}

a.btn.disabled,
fieldset[disabled] a.btn{
  opacity: .5;
  pointer-events: none;
  pointer: not-allowed;
}

.btn.hidden{ display: none; }

.btn-default, .navbar-light.stuck .toolbar .btn-ghost.btn-default, .btn-default:hover,
.navbar-light.stuck .toolbar .btn-ghost.btn-default:hover,
.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus,
.btn-success, .btn-success:hover,
.btn-success:active, .btn-success:focus,
.btn-info, .btn-info:hover,
.btn-info:active, .btn-info:focus,
.btn-warning, .btn-warning:hover,
.btn-warning:active, .btn-warning:focus,
.btn-danger, .btn-danger:hover,
.btn-danger:active, .btn-danger:focus{
  color: #fff !important;
}

.btn-default, .navbar-light.stuck .toolbar .btn-ghost.btn-default{
  background-color: #232323;
}

.btn-default:hover, .navbar-light.stuck .toolbar .btn-ghost.btn-default:hover{
  background-color: #3d3d3d;
}

.btn-default-2{
  background-color: #232323;
}
.btn-default-2:hover{
  background-color: #a8cf20;
}

.btn-primary{
  background-color: #3da0e3;
}

.btn-primary:hover{
  background-color: #6ab6e9;
}

.btn-success{
  background-color: #a8cf20;
}

.btn-success:hover{
  background-color: #bee240;
}

.btn-info{
  background-color: #5ac8fa;
}

.btn-info:hover{
  background-color: #8bd8fc;
}

.btn-warning{
  background-color: #ff863b;
}

.btn-warning:hover{
  background-color: #ffa56e;
}

.btn-danger{
  background-color: #e8244a;
}

.btn-danger:hover{
  background-color: #ed5270;
}

.btn-light, .navbar-light .toolbar .btn-ghost.btn-default, .navbar-light.stuck .toolbar .btn-ghost.btn-default{
  background-color: #fff;
  color: #232323;
}

.btn-light:hover, .navbar-light .toolbar .btn-ghost.btn-default:hover{
  background-color: white !important;
}

.btn-light:hover, .navbar-light .toolbar .btn-ghost.btn-default:hover{
  color: #232323 !important;
}

.btn-ghost{
  background-color: transparent;
  color: #232323;
  border-color: #232323;
}

.btn-ghost:hover{
  color: #fff !important;
  background-color: #232323;
}

.btn-ghost.btn-default, .navbar-light.stuck .toolbar .btn-ghost.btn-default{
  background-color: transparent;
  color: #232323;
  border-color: #232323;
}

.btn-ghost.btn-default:hover, .navbar-light.stuck .toolbar .btn-ghost.btn-default:hover{
  color: #fff !important;
  background-color: #232323;
}

.btn-ghost.btn-primary{
  background-color: transparent;
  color: #3da0e3;
  border-color: #3da0e3;
}

.btn-ghost.btn-primary:hover{
  color: #fff !important;
  background-color: #3da0e3;
}

.btn-ghost.btn-success{
  background-color: transparent;
  color: #a8cf20;
  border-color: #a8cf20;
}

.btn-ghost.btn-success:hover{
  color: #fff !important;
  background-color: #a8cf20;
}

.btn-ghost.btn-info{
  background-color: transparent;
  color: #5ac8fa;
  border-color: #5ac8fa;
}

.btn-ghost.btn-info:hover{
  color: #fff !important;
  background-color: #5ac8fa;
}

.btn-ghost.btn-warning{
  background-color: transparent;
  color: #ff863b;
  border-color: #ff863b;
}

.btn-ghost.btn-warning:hover{
  color: #fff !important;
  background-color: #ff863b;
}

.btn-ghost.btn-danger{
  background-color: transparent;
  color: #e8244a;
  border-color: #e8244a;
}

.btn-ghost.btn-danger:hover{
  color: #fff !important;
  background-color: #e8244a;
}

.btn-ghost.btn-light, .navbar-light .toolbar .btn-ghost.btn-default, .navbar-light.stuck .toolbar .btn-ghost.btn-default{
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-ghost.btn-light:hover, .navbar-light .toolbar .btn-ghost.btn-default:hover{
  color: #fff !important;
  background-color: #fff;
}

.btn-ghost.btn-light:hover, .navbar-light .toolbar .btn-ghost.btn-default:hover{
  color: #232323 !important;
}

.btn-sm{
  height: 36px;
  font-size: 13px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 18px;
}

.btn-sm i, .btn-sm i:before{
  font-size: 15px;
}

.btn-alt{
  border-radius: 6px;
}

.btn-inline{
  margin-top: 0;
  margin-bottom: 0;
}

.icon-left{
  padding-left: 22px;
}

.icon-left i{
  margin-right: 7px;
}

.icon-left.btn-sm{
  padding-left: 15px;
}

.icon-right{
  padding-right: 22px;
}

.icon-right i{
  margin-left: 7px;
}

.icon-right.btn-sm{
  padding-right: 15px;
}

.btn-block{
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}

.btn-block + .btn-block{
  margin-top: 20px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{
  width: 100%;
}

.text-center .btn{
  margin-left: 5px;
  margin-right: 5px;
}

.text-center .btn.btn-block{
  margin-left: 0;
  margin-right: 0;
}

.text-right .btn{
  margin-left: 10px;
  margin-right: 0;
}

.text-right .btn.btn-block{
  margin-left: 0;
}

.scroll-to-top-btn{
  display: block;
  position: fixed;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  z-index: 970;
  right: 20px;
  bottom: -80px;
  font-size: 40px;
  color: #000;
  opacity: 0;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, color 0.7s;
  -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, color 0.7s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, color 0.7s;
}
.scroll-to-top-btn > i{ position: relative; z-index: 11; }

body#onlyContent .scroll-to-top-btn{ bottom: 20px; }

.scroll-to-top-btn:hover, #snsScrollTop:hover{
    color: #fff !important;
}
.scroll-to-top-btn:hover::after{
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3d3d3d;
    position: relative;
    top: -40px;
    left: 1px;
    z-index: 10;
}

.scroll-to-top-btn.visible{
  bottom: 14px;
  opacity: 1;
}

.market-btn{
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 43px 20px;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.market-btn:hover, .market-btn:focus{
  color: #fff;
}

.market-btn .icon,
.market-btn .label{
  display: block;
  width: 100%;
}

.market-btn .icon h4,
.market-btn .label h4{
  color: #fff;
  margin-bottom: 0;
}

.market-btn .icon{
  font-size: 52px;
  margin: 0 auto 8px auto;
  line-height: 1;
}

.market-btn .label small{
  font-size: 13px;
}

.market-btn.industry{
  background-color: #454545;
}

.market-btn.industry:hover{
  background-color: #5f5f5f;
}

.market-btn.truck{
  background-color: #f4b400;
}

.market-btn.truck:hover{
  background-color: #ffc728;
}

.market-btn.money{
  background-color: #00bcf2;
}

.market-btn.money:hover{
  background-color: #26cfff;
}

/* ---------------------------------------------- */
/* ----------------- keyframes ------------------ */
@-webkit-keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-moz-keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@-webkit-keyframes slideUp{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes slideUp{
  from{
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
  }
  to{
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes slideUp{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideDown{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes slideDown{
  from{
    opacity: 0;
    -moz-transform: translate3d(0, -20px, 0);
  }
  to{
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes slideDown{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flipIn{
  from{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to{
    -webkit-transform: perspective(400px);
  }
}
@-moz-keyframes flipIn{
  from{
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40%{
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60%{
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80%{
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to{
    -moz-transform: perspective(400px);
  }
}
@keyframes flipIn{
  from{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80%{
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to{
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.rotate-fast{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.rotate{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* ---------------------------------------------- */
/* -------------- market-buttons ---------------- */
.market-buttons:before,
.market-buttons:after{
  content: " ";
  display: table;
  clear: both;
}


/* ---------------------------------------------- */
/* ----------------- WIDGETS -------------------- */
.widget{
  margin-bottom: 43px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.widget-title{
  font-size: 16px;
  color: #404040;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 21px;
}
.widget_pages > ul{
  font-size: 16px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}
.widget_pages > ul > li a{
  font-weight: bold;
  padding: 0px;
  line-height: 2em;
  letter-spacing: 0px;
}
.widget_pages > ul li:last-child{
  margin-bottom: 0;
}

.footerMenuLinks .widget-title{ font-size: 19px; }

/* ---------------------------------------------- */
/* ----------------- TOOLTIPS ------------------- */
.ui-tooltip, .tooltip-arrow:after {
    background: black !important;
    border: 2px solid white !important;
  }
.ui-tooltip {
    padding: 10px 15px !important;
    color: white !important;
    border-radius: 20px !important;
    /*font: normal "Helvetica Neue", Sans-Serif;*/
    font-size: 13px !important;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px black !important;
}
.tooltip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.tooltip-arrow.top {
    top: -16px;
    bottom: auto;
}
.tooltip-arrow.left {
    left: 20%;
}
.tooltip-arrow.right {
    left: 100%;
}
.tooltip-arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tooltip-arrow.top:after {
    bottom: -20px;
    top: auto;
}


/* ---------------------------------------------- */
/* ------------------ FOOTER -------------------- */
.footer{
  width: 100%;
  background-color: #ffffff;
  margin-top: 25px;
}
.footer .footer-logo{
  display: inline-block;
  vertical-align: middle;
  width: 126px;
  text-decoration: none;
  margin: 13px 20px 36px 0;
}
.footer .social-bar{
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0 36px 0;
}
.footer .market-btn{
  text-align: left;
  padding: 48px 15px 48px 50px;
}
.footer .market-btn .icon, .footer .market-btn .label{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.footer .market-btn .icon{
  margin-right: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px){
  .footer .market-btn{
    text-align: center;
    padding-left: 15px;
  }
  .footer .market-btn .icon, .footer .market-btn .label{
    display: block;
  }
  .footer .market-btn .icon{
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.footer .widget{
  margin-bottom: 31px;
  white-space: nowrap;
}
.footer .widget .widget-title{
  margin-bottom: 16px;
}
.footer .copyright{
  font-size: 14px;
  color: #808080;
}
.footer .copyright a{
  color: #808080;
  text-decoration: none;
}
.footer .copyright a:hover{
  color: #a8cf20;
}
.footer .copyright p{
  margin-bottom: 0;
}
