/* FontFace */

/* ----Open Sans---- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800&subset=latin,latin-ext);

/* ----FontAwesome---- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('http://www.vox-trade.com/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* PreLoader */

.no-js #loading_layer {
    display: none;
}

.hold {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.no-js .hold {
    position: relative;
    overflow: visible;
}

#loading_layer {
    display: block;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1200;
}

/*
#loading_layer.hide {
    animation: 2000ms ease-out 0s normal none 1 remove;
}

@keyframes remove {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
*/

#loading_layer div {
    /*animation: 2s ease-out 0s normal none infinite rotatesquare;*/
    background: url('../gfx/loader.gif') no-repeat scroll center center transparent;
    height: 128px;
    left: 50%;
    margin: -64px 0 0 -64px;
    position: absolute;
    top: 50%;
    transition: none 0s ease 0s ;
    width: 128px;
}
 /*
@keyframes rotatesquare {
    0% {
        transform: perspective(90px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(90px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(90px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

*:focus {
    outline: 0;
}

::-moz-focus-inner {border: 0;padding: 0;}

input, textarea {background-image: none;}

audio:not([controls]) {
  display: none;
  height: 0;
}

html,body {margin:0;padding:0;}

html {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

a {
    color: #8A0084;
    text-decoration: none;
}

.articleBody p a {
    text-decoration: underline;
}

.articleBody p a:hover {
    text-decoration: none;
}

p, ul, ol, dl {
    margin: 0 0 30px;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.clearfix:after
 {
    content: " ";
    display: table;
}

.clearfix:after, .within:after {
    clear: both;
}

.clearfix, .within {
    *zoom: 1;
}

input, textarea {
outline:none;
}

/* FLOAT CLEARS */
.pageWrap:after, header:after, .topBar:after, .menuBrands:after, .catsNsocial:after, .box:after, .homeFeatures:after, .tabbed:after, .tabbs:after, .toTop:before,
.videoPort.duo:after, .gallBox .bx-pager.bx-default-pager:before, .articleBox:after, footer:before, footer:after, .landings:after, .box .articleBox:after, .articleInCategory:after {
    content: " ";
    clear: both;
    display: table;
    width: 100%;
}

.no-touch section.box *, .no-touch section.box *:before {
    transition: all 250ms;
}

.no-touch section.box *:hover, .no-touch section.box *:hover:before {
    transition: all 250ms;
}



body {
    font-family: 'Open Sans', arial, tahoma;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    min-height: 100vh;
    /* background-image: linear-gradient(to right, #ff00f4 0%,#bf30b9 25%,#a6009e 50%,#e6399b 75%,#e667af 100%); */
    background: #a6009e url('../gfx/bck-1.png') repeat center top;
}

.gutter {
    width: 1240px;
    margin: 0 auto;
}

.pageWrap {
    min-height: 100vh;
    padding: 0 0 50px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.pageWrap.menuOn {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.pageWrap:after, .pageWrap:before, .pageWrap span.gird {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
}

.pageWrap span.gird {
    z-index: 3;
    background: transparent url('../gfx/grid.png') repeat left top;
    background-size: 150px 150px;
}

.no-touch .pageWrap:after {
    z-index: 1;
    /*background-image: linear-gradient(to right, #e667af 0%,#ff00f4 25%,#e6399b 50%,#a6009e 75%,#bf30b9 100%);*/
    /*background-image: linear-gradient(to right, #B46CFD 0%,#9F40FF 25%,#8105FF 50%,#8813FF 75%,#6101C3 100%);*/
    background: #FC8A0B url('../gfx/bck-2.png') repeat center top;
    opacity: 0;
    transition: opacity 4000ms ease-out;
}

.no-touch .color2 .pageWrap:after {
    opacity: 1;
    transition: opacity 4000ms ease-in;
}

/*
.no-touch body:hover .pageWrap:after {
    animation: bckstroke1 14s infinite;
}
*/

.no-touch .pageWrap:before {
    z-index: 2;
    /*background-image: linear-gradient(to right, #bf30b9 0%,#ff00f4 25%,#e667af 50%,#a6009e 75%,#e6399b 100%);*/
    background: #0492FF url('../gfx/bck-3.png') repeat center top;
    opacity: 0;
    transition: opacity 4000ms ease-out;
}

.no-touch .color3 .pageWrap:before {
    opacity: 1;
    transition: opacity 4000ms ease-in;
}


/*

.no-touch body .pageWrap:before, .no-touch body .pageWrap:after  {
    opacity: 0;
    transition: opacity 850ms;
}

.no-touch body:hover .pageWrap:before {
    animation: bckstroke2 14s infinite;
}


Mozilla specific

@-moz-document url-prefix() {

    .no-touch body:hover .pageWrap:before {
        animation: none;
    }

    .no-touch body:hover .pageWrap:after {
        animation: none;
    }

}
Mozilla specific



@keyframes bckstroke1 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bckstroke2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

*/

.box {
    position: relative;
    z-index: 3;
    width: 1240px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #fff;
    border-top: 1px solid rgba(254,0,254,0.4);
    background-color: #fff;
    font-weight: 300;
}

.inner .box {
    padding: 24px 30px 30px;
}

.topBar {
    position: relative;
    z-index: 3;
    margin: 0 0 140px;
    padding: 8px 8%;
    background-color: rgba(25,0,25,0.4);
    border-bottom: 3px solid #D1FF00;
}

header {
    padding: 0;
    position: relative;
    z-index: 5;
    width: 1240px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    left: 50%;
    float: left;
    width: 98px;
    height: 134px;
    margin: 2px 0 50px -49px;
}

.logo:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -220px;
    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
}

.logo a {
    display: block;
    position: relative;
    z-index: 5;
    width: 98px;
    height: 134px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    background: rgba(0,0,0,0.12) url('../gfx/logo.png') no-repeat center top;
    background-size: 98px auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 2px;
}

@media (min-width: 1200px) {

    .no-touch .logo a {
        transform: scale(1);
        transition: all 250ms;
     }

    .no-touch .logo a:hover {
        transform: scale(1.06);
        transition: all 250ms;
    }

}

.menuStatics {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2;
}

.menuStatics ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 2px 0 0;
}

.menuStatics ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 300;
}

.menuStatics ul li:before {
    content: ' ';
    display: block;
    float: left;
    margin: 2px 4px 0 5px;
    width: 1px;
    height: 11px;
    background-color: #FF40F7;
}

.no-touch .menuStatics ul li:hover:before {
    background-color: #D1FF00;
}

.menuStatics ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 3px 0 0;
}

.no-touch .menuStatics ul li a:hover {
    opacity: 0.85;
}

.sideTools {
    float: right;
    margin: 0;
}

.stItem {
    float: left;
    margin: 0 0 0 18px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.stItem.search {
    position: relative;
}

.stItem:before {
    font: 400 16px/16px FontAwesome;
    display: block;
    float: left;
    margin: 1px 7px 0 0;
    color: #ff00f4;
}

.stItem.tel:before {
    content: '\f095';
}

.stItem.mail:before {
    content: '\f0e0';
}

.stItem.search:before {
    content: '\f002';
}

.siteSearch {
    display: block;
    width: 166px;
    position: absolute;
    top: 35px;
    left: -58px;
    padding: 12px;
    background-color: rgba(25,0,25,0.6);
    border-radius: 2px;
    transform: translateX(800px);
    transition: all 250ms ease-out;
}

.siteSearch.open {
    transform: translateX(0);
    transition: all 250ms ease-out;
}

.siteSearch input, .siteSearch button {
    display: block;
    float: left;
}

.siteSearch input[type='text'], .siteSearch button {
    height: 20px;
    border: none;
    color: #62027a;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 10px;
    font-style: italic;
}

.siteSearch input#search-textbox {
    width: 120px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    background-color: rgba(255,255,255,1);
    transition: all 320ms linear;
}

.siteSearch input#search-textbox:focus {
    border: 1px solid #D1FF00;
    box-shadow: 0 0 6px #fff;
    color: #222;
    background-color: rgba(255,255,255,0.9);
    transition: all 360ms linear;
}

.siteSearch button, .siteSearch input[type="submit"] {
    cursor: pointer;
    width: 22px;
    height: 20px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    margin: 0;
    background-color: #8a0084;
    color: #fff;
    border: none;
}

.siteSearch button:after {
    display: block;
    float: left;
    content: '\f054';
    font: 400 12px/12px FontAwesome;
    height: 12px;
    margin: 2px 0 0 0;
    vertical-align: top;
    color: #62027a;
}

.siteSearch form {
    display: block;
    margin: 0;
    padding: 0;
}

.ssPort p {
    margin: 0;
    padding: 0;
}

/*
.no-touch .siteSearch button:hover, .no-touch .siteSearch input[type="submit"]:hover {
    background-color: rgba(255,255,255,1);
}
*/

.stItem a {
    color: #62027a;
    display: inline-block;
    padding: 1px 8px 2px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 2px;
}


.stItem a:hover, .stItem a.on {
    background-color: rgba(255,255,255,1);
}

.menuBrands {
    position: relative;
    z-index: 2;
    margin: 30px 0 0;
    padding: 0;
    border-radius: 2px 2px 0 0;
    clear: left;
    background-color: rgba(25,0,25,0.4);
}

.menuBrands ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.menuBrands ul li {
    display: inline-block;
    position: relative;
    margin: 12px 0;
    border-left: 1px solid rgba(0,0,0,0.12);
    box-shadow: 1px 0 0 rgba(255,255,255,0.12) inset;
}

.menuBrands ul li:first-child {
    border-left: none;
    box-shadow: none;
}

.menuBrands ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    display: block;
    padding: 8px 28px;
    text-align: center;
    transform: scale(1);
}

.no-touch .menuBrands ul li a:hover {
    color: #D1FF00;
}

.menuBrands ul li span {
    display: block;
    padding: 2px 0;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    color: #D1FF00;
    letter-spacing: 0.02em;
}

/* Menu Logos */

.menuBrands ul li i {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -100px 0 0 -85px;
    width: 170px;
    height: 88px;
    display: block;
    padding: 12px;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 250ms;
}

.no-touch .menuBrands ul li:hover i {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.menuBrands ul li i:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    margin: 0 0 -10px -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid  #fff;
}

.menuBrands ul li i:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 12px;
    content: ' ';
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menuBrands ul li:first-child i:before {
    background-image: url('../images/sybaritic.png');
}

.menuBrands ul li:nth-child(2) i:before {
    background-image: url('../images/wellsystem.png');
}

.menuBrands ul li:nth-child(3) i:before {
    background-image: url('../images/soltron.png');
}

.menuBrands ul li:nth-child(4) i:before {
    background-image: url('../images/alisun.png');
}

.menuBrands ul li:nth-child(5) i:before {
    background-image: url('../images/cosmedico.png');
}

.menuBrands ul li:nth-child(6) i:before {
    background-image: url('../images/iontocomed.png');
}

.menuBrands ul li:nth-child(7) i:before {
    background-image: url('../images/maystar.png');
}

.menuBrands ul li:nth-child(8) i:before {
    background-image: url('../images/etoile.png');
}

/* /Menu Logos */

/* SubMenu */

.menuBrands ul li ul {
    position: absolute;
    left: 50%;
    top: auto;
    margin: 0 0 0 -85px;
    width: 170px;
    padding: 12px 0 0;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.5);
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all 250ms;
}

.menuBrands ul li:hover ul {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.menuBrands ul li ul li {
    display: block;
    margin: 0;
    border-left: none;
    box-shadow: none;
    position: relative;
}

.menuBrands ul li ul:before {
    display: block;
    content: ' ';
    position: absolute;
    z-index: 50;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin: 4px 0 0 -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #F517EB;
}

.menuBrands ul li ul li:first-child {
    border-left: none;
    box-shadow: none;
}

.menuBrands ul li ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 12px;
    text-align: center;
    background-color: #F517EB;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.menuBrands ul li ul li:first-child a {
    border-top: none;
}

.menuBrands ul li ul li:last-child a {
    border-radius: 0 0 2px 2px;
}

.menuBrands ul li ul li a:hover {
    background-color: #d409cb;
}

    /* 2nd Level */
.menuBrands ul li:hover ul li ul {
    left: 170px;
    top: 1px;
    margin: 0;
    width: 170px;
    padding: 0;
    box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.5);
    border-radius: 2px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all 250ms;
}

.menuBrands ul li:hover ul li:hover ul {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.menuBrands ul li ul li ul:before {
    border-bottom: 8px solid transparent;
}

.menuBrands ul li:hover ul li ul li:first-child a {
    border-radius: 0 2px 0 0;
}

.menuBrands ul li:hover ul li ul li a{
    background-color: #d409cb;
}

.menuBrands ul li:hover ul li ul li a:hover {
    background-color: #b703af;
}

/* 3rd Level */

.menuBrands ul li:hover ul li:hover ul li ul {
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all 250ms;
}

.menuBrands ul li:hover ul li:hover ul li:hover ul {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.menuBrands ul li:hover ul li:hover ul li:hover ul li a {
    background-color: #b901b1;
}

.menuBrands ul li:hover ul li:hover ul li:hover ul li a:hover {
    background-color: #a901a2;
}

/* Catgories Menu */

.catsNsocial {
    padding: 13px 28px 12px;
    background-color: #f0f0f0;
    position: relative;
}

.menuCategories, .menuCategories nav {
    float: left;
}

.menuCategories ul {
    list-style: none;
    display: block;
    margin: 0;
}

.menuCategories ul li {
    display: block;
    float: left;
    margin: 0 12px 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    vertical-align: text-bottom;
}

.menuCategories ul li:before {
    content: '\f0da';
    font: 400 11px/11px FontAwesome;
    color: #ff00f4;
    display: inline-block;
    margin: 0 4px 0 0;
}

.menuCategories ul li a {
    color: #a6009e;
}

.no-touch .menuCategories ul li a:hover {
    color: #ff00f4;
}

span.type {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 900;
    margin: 0 10px 0 0;
    color: #444;
    line-height: 14px;
    vertical-align: text-bottom;
    text-transform: uppercase;
}

span.cats:before {
    content: '\f1b3';
    font: 400 14px/15px FontAwesome;
    display: inline-block;
    margin: 0 5px 0 0;
}

span.cats:after {
    content: ':';
}

.socialRow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.socialRow a {
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0 0;
    width: 45px;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.05);
    box-shadow: 1px 0 0 rgba(255,255,255,0.3) inset;
}

.socialRow a:first-child {
    border-left: none;
    box-shadow: none;
}

.socialRow a:before {
    font: 400 19px/19px FontAwesome;
    color: #a6009e;
    display: inline-block;
}

.socialRow a.fb:before {
    content: '\f09a';
}

.socialRow a.tw:before {
    content: '\f099';
}

.socialRow a.yt:before {
    content: '\f16a';
}

.socialRow a:hover {
    background-color: #a6009e;
    border-left: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    transition: background-color 250ms;
}

.socialRow a.fb:hover {
    background-color: #3B5998;
}

.socialRow a.fb:hover:before {
    color: #f2f2f2;
}

.socialRow a:hover:before {
    color: #fff;
}

.socialRow a.tw:hover {
    background-color: #55ACEE;
}

.socialRow a.yt:hover {
    background-color: #e52d27;
}

.largeSlide {
    margin: -30px -31px 30px;
    position: relative;
    z-index: 5;
    border-radius: 0;
    overflow: hidden;
}

.lsItem {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #62027a;
}

.lsItem.ls1 {
    border-bottom: 1px solid #FC7592;
}

.lsItem.ls2 {
    border-bottom: 1px solid #83619F;
}

.lsItem.ls3 {
    border-bottom: 1px solid #C6357B;
}

.lsItem.ls4 {
    border-bottom: 1px solid #cc66a8;
}

.lsImage {
    position: relative;
    z-index: 1;
}

.lsImage img {
    display: block;
    width: 100%;
}

.lsItem span.grid {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent url('../gfx/grid-slide.png') repeat left top;
    background-size: 150px 150px;
    opacity: 0;
    transition: opacity 350ms;
}

.active .lsItem span.grid {
    opacity: 0;
    transition: opacity 650ms 3000ms;
}

.lsTxt {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 3;
}

.ls1 .lsTxt, .ls2 .lsTxt {
    text-align: right;
    top: 10%;
    right: 5%;
}

.ls4 .lsTxt {
    text-align: right;
    top: 9.5%;
    right: 5.7%;
}

.lsTxt h1 {
    font-size: 52px;
    font-weight: 300;
    line-height: 52px;
    margin: 0 0 14px;
    color: #fff;
    opacity: 0;
    transform: translateX(-750px);
    transition: all 250ms;
}

.ls1 .lsTxt h1, .ls2 .lsTxt h1, .ls4 .lsTxt h1 {
    text-align: right;
    color: #AC8DC8;
    font-size: 45px;
    line-height: 45px;
    transform: translateX(750px);
}

.ls1 .lsTxt h1 {
    color: #fff;
}

.ls4 .lsTxt h1 {
    color: #CC66A8;
}

.active .lsTxt h1 {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 650ms linear 850ms, transform 750ms ease-out 850ms;
}

.lsTxt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 30px;
    color: #d1ff00;
    opacity: 0;
    transform: translateX(-750px);
    transition: all 250ms;
}

.ls1 .lsTxt p, .ls2 .lsTxt p, .ls4 .lsTxt p {
    transform: translateX(750px);
}

.active .lsTxt p {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 650ms linear 1350ms, transform 750ms ease-out 1350ms;
}

.ls1 .lsTxt p {
    color: #d1ff00;
}

.ls1 .lsTxt p {
    padding: 5px 7px;
    display: inline-block;
    background-color: rgba(0,0,0,0.25);
    border-radius: 2px;
}

.ls2 .lsTxt p {
    color: #B86172;
}

.ls4 .lsTxt p {
    color: #4F5054;
}

.lsTxt h2 {
    font-size: 15px;
    font-weight: 300;
    color: #ff00f4;
    margin: 0;
    opacity: 0;
    transition: all 250ms;
}

.active .lsTxt h2 {
    opacity: 1;
    transition: opacity 950ms linear 2250ms;
}

.lsTxt h2 a {
    color: #a6009e;
    margin: 0 14px 0 0;
    display: inline-block;
}

.ls1 .lsTxt h2 a {
    color: #fff;
}

.ls3 .lsTxt h2 a {
    color: #fff;
}

.lsTxt h2 a:before {
    content: '\f105';
    display: block;
    float: left;
    font: 400 12px/12px FontAwesome;
    color: #ff00f4;
    margin: 7px 4px 0 0;
}

.ls3 .lsTxt h2 a:before {
    color: #d1ff00;
}

.largeSlide .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 3.5%;
    right: 2.52%;
}

.largeSlide .owl-dot {
    float: left;
    display: block;
    margin: 0 0 0 10px;
}

.largeSlide .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}

.largeSlide .owl-dot.active span {
    border: 2px solid #ff00f4;
}

.homeFeatures {
    margin: 0 -46px 35px;
    padding: 30px 36px;
}

.homeFeatures.inner {
    padding: 30px 10px 0;
}

.hfItem {
    float: left;
    width: 33.33%;
    padding: 0 40px;
}

.hfItem:nth-child(3n+1) {
    clear: left;
}

.hfItem.x2 {
    width: 66.66%;
}

.about {
    text-align: left;
}

.about h4 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    color: #62027a;
    padding: 0 55px 12px 0;
    margin: 0 0 16px;
    position: relative;
}

.about h4:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
}

.about h4 span, .hfItem .about.news ul li a span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -2px 0 0;
    padding: 5px 0 0;
    width: 50px;
    text-align: center;
    background-color: #F0F0F0;
}

.about h4 span:after {
    position: absolute;
    z-index: 4;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: ' ';
    border-bottom: 1px solid #62027a;
}

.about h4 span:before, .hfItem .about.news ul li a span:before {
    font: 400 24px/24px FontAwesome;
    color: #ff00f4;
    display: inline-block;
    text-shadow: 0 1px #fff;
}

.hfItem:first-child .about h4 span:before {
    content: '\f007';
}

.hfItem .about.news ul li a span:before {
    content: '\f1ea';
}

.hfItem:nth-child(2) .about h4 span:before {
    content: '\f085';
}

.hfItem:nth-child(3) .about h4 span:before {
    content: '\f041';
}

.hfItem .about.news h4 span:before {
    content: '\f1ea';
}

.hfItem .about.video h4 span:before {
    content: '\f16a';
}

/*
.hfItem:nth-child(3) .about h4 span:before {
    content: '\f164';
}
*/

p.more {
    display: block;
    margin: 0 0 16px;
}

p.more a {
    display: inline-block;
    padding: 3px 12px 2px 32px;
    height: 17px;
    background-color: #62027a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    border-radius: 2px;
}

p.more a:before {
    display: block;
    float: left;
    content: '\f054';
    font: 400 10px/10px FontAwesome;
    color: #ff00f4;
    width: 22px;
    height: 17px;
    margin: -3px 0 -2px -32px;
    text-align: center;
    padding: 4px 0 0;
    background-color: #d1ff00;
}

p.more a:hover {
    background-color: #ff00f4;
}

.divider {
    display: none;
    clear: both;
    margin: 0 0 20px;
    position: relative;
    height: 36px;
    text-align: center;
}

.divider:after {
    content: ' ';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: -1px 0 0;
    text-align: center;
    background-color: #e4e3e3;
}

.divider:before {
    position: relative;
    z-index: 4;
    display: inline-block;
    width: 50px;
    background-color: #fff;
    text-align: center;
    font: 400 36px/36px FontAwesome;
    color: #ddd;
    content: '\f142 \f142 \f142';
}

.about.services ul {
    list-style: none;
}

.about.services li {
    padding: 0 0 0 20px;
}

.about.services li {
    display: block;
    margin: 0 0 8px;
}

.about.services li:before {
    display: block;
    float: left;
    margin: 4px 0 0 -20px;
    content: '\f046';
    font: 400 15px/15px FontAwesome;
    color: #62027a;
}

.tinySlide {
    position: relative;
    margin: 0 0 30px;
}

.tinySlide .owl-nav > div {
    position: absolute;
    top: 50%;
    margin: -28px 0 0;
}

.tinySlide .owl-nav > div:before {
    font: 400 55px/55px FontAwesome;
    color: #62027a;
    text-align: center;
}

.tinySlide .owl-nav > div:hover:before {
    color: #ff00f4;
}

.tinySlide .owl-prev {
    left: 10px;
}

.tinySlide .owl-prev:before {
    content: '\f053';
}

.tinySlide .owl-next {
    right: 10px;
}

.tinySlide .owl-next:before {
    content: '\f054';
}

.tsItem {
    display: block;
    position: relative;
    height: 100%;
    transform: scale(0.88);
    opacity: 0.5;
    transition: all 190ms ease-out;
}

.active .tsItem {
    transform: scale(1);
    opacity: 1;
    transition: all 220ms ease-in 180ms;
}

.tsItem:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: ' ';
    background-color: rgba(25,0,25,0.1);
    transition: all 220ms ease-in;
}

.active .tsItem:after {
    background-color: rgba(25,0,25,0);
    transition: all 220ms ease-in;
}

.tsItem img {
    border-radius: 2px;
    border: 4px solid rgba(45,2,122,0.1);
}

.tsItem a {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: rgba(231,0,228,0.8);
    color: #fff;
    border-radius: 1px;
    overflow: hidden;
    transform: scale(0.1);
    opacity: 0;
    transition: all 190ms ease-out;
}

.no-touch .active .tsItem:hover a {
    transform: scale(1);
    opacity: 1;
    transition: all 220ms ease-in;
}

.tsItem .captionWrap {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.tsItem .captionWrap .cell {
    display: table-cell;
    vertical-align: middle;
}

.tsItem .captionWrap .cell span {
    display: block;
    padding: 0 10px;
    text-align: center;
}

.cell .brand {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 3px;
    color: #D1FF00;
}

.cell .product {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.mapPort {
    position: relative;
    margin: 0;
    border-bottom: 2px solid #62027a;
    transition: none;
}

.mapPort img.scaler {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden;
}

#map {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: none;
}

.hfItem address,  .subCaption {
    display: block;
    margin: 0 0 14px;
    padding: 4px 10px;
    background-color: #f0f0f0;
}

address span, .miniData a, .subCaption h5 {
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #62027a;
}

address span:before, .miniData a:before, .subCaption h5:before {
    display: inline-block;
    font: 400 12px/12px FontAwesome;
    color: #ff00f4;
    margin: 0 5px 0 0;
}

address span:before {
    content: '\f015';
}

.miniData a:before {
    content: '\f098';
}

.tabbed {
    padding: 55px 68px 50px;
    margin: 0 -31px 30px;
    background: #fff url('../gfx/flajke.jpg') no-repeat center 100px;
    background-size: 100% auto;
    border-top: 1px solid #f3debf;
    border-bottom: 2px solid #62027a;
}

.tabbed .sleave {
    margin: 0 -108px;
}

.hfItem.full {
    width: 100%;
}

.hfItem.dual {
    width: 66.6%;
}

.tabbs {
    margin: 0 0 28px;
    overflow: hidden;
    border-bottom: 1px solid #D1FF00;
}

.tabbs a {
    font-size: 15px;
    cursor: pointer;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 5px 11px;
    color: #fff;
    float: left;
    width: 50%;
    letter-spacing: 2px;
    text-align: center;
    background-color: rgba(45,2,122,0.45);
    border-radius: 0 2px 0 0;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.tabbs a:hover, .tabbs a.active {
    background-color: rgba(98,2,122,0.9);
}

.tabbs a:first-child {
    border-radius: 2px 0 0 0;
    border-left: none;
}

.newsBox {
    margin: 0 -15px;
    padding: 12px 0 0;
}

.newsItem {
    float: left;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 15px;
    font-size: 13px;
}

.newsItem:nth-child(odd) {
    clear: left;
}

.newsItem h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px;
    padding: 8px 11px;
    border-bottom: 1px solid #ddd;
    color: #444;
    background-color: #f9f9f9;
}

.excerptBox {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

.excerptBox .ebImage {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding: 0 20px 5px 0;
}

.excerptBox .ebImage img {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.excerptBox .ebImage a:hover img {
    border: 1px solid #ff00f4;
}

.excerptBox .ebTxt {
    width: 60%;
    display: table-cell;
    vertical-align: top;
}

.excerptBox .ebTxt p {
    margin: 0 0 10px;
}

.excerptBox p.posted {
    font-size: 12px;
    font-weight: 800;
    color: #ff00f4;
    margin: 0 0 4px;
    padding: 0 0 2px;
    border-bottom: 1px solid #eee;
}


.excerptBox p.posted:before {
    content: '\f133';
    font: 400 13px/13px FontAwesome;
    display: inline-block;
    margin: 0 7px 0 0;
    color: #ddd;
}


.newsItem p.more {
    padding: 7px 0 0;
    border-top: 1px solid #eee;
}

.newsItem p.more a {
    float: right;
    margin: 0 0 0 40%;
}

.videoBox {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 0 0;
}

.videoBox .video {
    position: relative;
    z-index: 2;
    background-color: #F0F0F0;
}

.video img.videoScaler {
    display: block;
    width: 100%;
    visibility: hidden;
}

.video iframe {
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
}

.videoBox .subCaption h5:before {
    content: '\f16a';
    font: 400 12px/12px FontAwesome;
    color: #ff00f4;
}

.videoBox .subCaption {
    position: relative;
    border-bottom: 1px solid #ddd;
}

/*
.videoBox .subCaption h5 a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    z-index: 2;
    width: 33px;
    background-color: #c0c0c0;
}

.videoBox .subCaption h5 a:hover {
    background-color: #62027a;
}

.videoBox .subCaption h5 a:after {
    content: '\f054';
    color: #fff;
    font: 16px/16px FontAwesome;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -5px;
}
*/

.videoBox .subCaption h5 a:after {
    display: none;
}

.videoBox .subCaption h5 a:hover:after {
    color: #D1FF00;
}

.videoBox .subCaption h5 a:hover {
    color: #ff00f4;
}

.videoBox.thumb {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.videoBox.thumb:nth-child(odd) {
    clear: left;
}

.videoBox.thumb img {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5px 0;
    background-color: #f0f0f0;
}

p.more.varch {
    margin: 0 0 0 15px;
    border-top: 1px solid #eee;
    padding: 7px 0 0;
}

footer {
    margin: 0 auto 3px;
    padding: 24px 30px 28px;
    background-color: rgba(25,0,25,0.52);
    border-radius: 0 0 3px 3px;
    position: relative;
    z-index: 3;
    width: 1240px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

footer .homeFeatures {
    position: relative;
    z-index: 3;
}

footer .hfItem h4 {
    color: #D1FF00;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 0 12px;
    position: relative;
    border-bottom: 1px solid rgba(255,0,244,0.65);
}

footer .hfItem h4:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #D1FF00;
}

.catRow {
    margin: 0 -15px;
}

.crItem {
    float: left;
    width: 33.3%;
    padding: 0 15px 28px;
}

.crItem:nth-child(3n+1) {
    clear: left;
}

.crItem ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.crItem ul li {
    display: block;
    margin: 0 0 2px;
    padding: 0 0 2px 12px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.crItem ul li a {
    color: #fff;
    display: inline-block;
    transform: translateX(0px);
}

.crItem ul li a:hover {
    color: #D1FF00;
    transform: translateX(3px);
}

.crItem ul li:before {
    content: '\f105';
    font: 400 12px/12px FontAwesome;
    display: block;
    float: left;
    margin: 3px 0 0 -12px;
    color: #ff00f4;
}

/* Form Elements */

input[type="text"], input[type="email"], textarea {
    background-color: rgba(25,0,25,0.27);
    display: block;
    height: 36px;
    padding: 0 14px;
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    transition: all 340ms linear;
}

textarea {
    height: 105px;
    padding: 14px;
}

input:required, input:invalid {
    box-shadow:none;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #ff00f4;
    color: #D1FF00;
    box-shadow: 0 0 4px #ff00f4;
    background-color: rgba(25,0,25,0.6);
    transition: all 340ms linear;
}

.formItem {
    margin: 0 0 12px;
    position: relative;
}

.formItem.mandatory:after {
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
    content: '\f069';
    font: 400 11px/11px FontAwesome;
    color: #D1FF00;
}

em.note {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: -34px 0 0;
    padding: 2px 6px 1px;
    font-size: 11px;
    font-weight: 400;
    color: #62027a;
    font-style: normal;
    background-color: #D1FF00;
}


em.note.shown {
    animation: emAppears;
    animation-duration: 400ms;
    animation-timing-function: ease-out;
}

@keyframes emAppears {
    0%  {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

em.note:after {
    display: block;
    content: ' ';
    margin: 0 0 -5px 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #D1FF00;
}

span.error {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 4px 8px;
    font-weight: bold;
    background-color: rgba(255,0,0,.85);
    color: #fff;
}

span.error:before {
    display: block;
    float: left;
    margin: -9px 0 0 5px;
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255,0,0,.85);
}

.btn, button.zemSubmit {
    border: none;
    padding: 8px 18px;
    display: inline-block;
    cursor: pointer;
    color: #62027a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    background-color: #D1FF00;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 250ms;
}

.btn:hover, button.zemSubmit:hover {
    background-color: #ff00f4;
    color: #fff;
    transition: all 250ms;
}

.formItem label {
	display: none;
}

h6.contactTitle {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    padding: 19px 0 0;
    overflow: hidden;
}

h6.contactTitle i {
    display: inline-block;
    margin: 0 0 0 6px;
}

h6.contactTitle i:before {
    content: '\f0e0';
    font: 400 15px/16px FontAwesome;
    vertical-align: top;
    color: #D1FF00;
}

h6.contactTitle span {
    padding: 0 12px;
    position: relative;
    display: inline-block;
}

h6.contactTitle span:before, h6.contactTitle span:after {
    content: ' ';
    height: 1px;
    bottom: 1px;
    position: absolute;
    display: block;
    border-bottom: 1px solid rgba(255,0,244,0.65);
}

h6.contactTitle span:before {
    left: 0;
    width: 500px;
    margin: 0 0 0 -500px;
}

h6.contactTitle span:after {
    right: 0;
    width: 500px;
    margin: 0 -500px 0 0;
}

.subFooter {
    display: block;
    margin: 0 -30px -30px;
    padding: 12px 20px;
    border-radius: 0 0 2px 2px;
    background-color: rgba(25,0,25,0.6);
    border-top: 1px solid rgba(255,0,244,0.75);
}

.subFooter ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.subFooter ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 0 24px;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0,0.3);
    box-shadow: -1px 0 0 rgba(255,255,255,0.1);
}

.subFooter ul li:first-child {
    border-left: none;
    box-shadow: none;
}

.subFooter ul li a {
    color: #fff;
}

.subFooter ul li a:hover {
    color: #ff00f4;
}

.submit .note {
    display: block;
    float: right;
    font-size: 10px;
    line-height: 13px;
    vertical-align: middle;
    color: #f0f0f0;
}

.submit .note em {
    display: inline-block;
    padding: 0 2px;
}

.submit .note em:before {
    content: '\f069';
    font: 400 10px/13px FontAwesome;
    color: #D1FF00;
    vertical-align: middle;
}

.afterFooter {
    width: 1240px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 3;
}

p.standards {
    float: right;
    margin: 0 0 30px;
}

p.standards a {
    display: inline-block;
    margin: 0 0 0 2px;
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
}

p.standards a:hover {
    background-color: #fff;
}

p.standards a:before {
    display: inline-block;
    font: 400 14px/14px FontAwesome;
    vertical-align: top;
    text-align: center;
}

p.standards a.html5:before {
    content: '\f13b';
    color: #E34C26;
    padding: 4px 0 0;
}

p.standards a.css3:before {
    content: '\f13c';
    color: #1572B6;
    font: 400 13px/13px FontAwesome;
    padding: 3px 0 0;
}

p.copy {
    float: left;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}

.bx-wrapper {
    position: relative;
    width: 100% !important;
}

.toTop {
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    height: 36px;
    width: 36px;
}

.toTop:after {
    display: block;
    content: '\f01b';
    font: 400 36px/36px FontAwesome;
    color: rgba(255,255,255,0.3);
}

.toTop:hover:after {
    color: rgba(255,255,255,0.85);
}

.articles {
    float: left;
    width: 74%;
}

.articleBox {

}

.topSlideHolder {
    position: relative;
    margin: 0 0 30px;
    padding: 15px;
    background-color: #eee;
    border-bottom: 2px solid #ff00f4;
}

.bx-wrapper {
    position: relative;
    overflow: hidden;
}

.topSlideHolder .bx-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.topSlideHolder .bx-controls a {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #ff00f4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.topSlideHolder .bx-controls a:hover {
    background-color: #8A0084;
}

.topSlideHolder .bx-controls a:before {
    display: inline-block;
    font: 400 15px/18px FontAwesome;
}

.topSlideHolder .bx-controls a.bx-prev:before {
    content: '\f077';
}

.topSlideHolder .bx-controls a.bx-next:before {
    content: '\f078';
}

.topSlideItem img {
    display: block;
    width: 100%;
}

p.topSlideCatTitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    padding: 8px 7px 0;
    color: #444;
    margin: 0 0 -5px;
    text-align: center;
}

.articleBox header {
    width: auto;
}

.articleBox h1, .articleBox header h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 30px;
    position: relative;
    color: #444;
    border-bottom: 2px solid #eee;
}

.articleBox h1:before, .articleBox header h2:before {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 0;
    height: 2px;
    margin: 0 0 -2px;
    z-index: 2;
    width: 25px;
    background-color: #ff00f4;
}

.articleBox h1 a, .articleBox header h2 a {
    display: block;
    position: relative;
    float: right;
    padding: 3px 20px 3px 5px;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 40px 0 0 10px;
    background-color: #c9c9c9;
}

.articleBox h1 a:after, .articleBox header h2 a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '\f148';
    font: 400 11px/11px FontAwesome;
    margin: 3px 7px 0 0;
}

.articleBox h1 a:hover, .articleBox header h2 a:hover {
    background-color: #3e3e3e;
}

.articleImage {
    width: 30%;
    padding: 4px;
    background-color: #eee;
    border-bottom: 2px solid #ff00f4;
}

.articleImage img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid transparent;
}

.articleImage a:hover img {
    border: 1px solid #777;
}

.articleImage.block {
    width: auto;
    margin: 0 0 30px;
}

.articleImage.block img {
    max-width: 100%;
    width: auto;
}

.articleImage.on-left {
    float: left;
    margin: 0 20px 5px 0;
}

.articleImage.on-right {
    float: right;
    margin: 0 0 5px 20px;
}

.videoPort {
    padding: 18px 0;
    margin: 0 0 30px;
    background-color: #eee;
    border-bottom: 2px solid #ff00f4;
}

.videoPort .vidBox {
    border-left: 18px solid #eee;
    border-right: 18px solid #eee;
    position: relative;
}

.videoPort.duo .vidBox {
    float: left;
    width: 50%;
    border-left: 8px solid #eee;
}

.videoPort.duo .vidBox:first-child {
    border-left: 16px solid #eee;
    border-right: 8px solid #eee;
}

.videoPort .vidBox img.videoScalerArticle {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.videoPort .vidBox iframe {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

h4.category {
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 15px;
    padding: 0 30px 15px 0;
    position: relative;
    border-bottom: 2px solid #ddd;
}

h4.category:before {
    position: absolute;
    z-index: 2;
    content: ' ';
    bottom: 0;
    width: 23px;
    height: 2px;
    margin: 0 0 -2px;
    background-color: #ff00f4;
}

h4.category:after {
    display: block;
    font: 400 24px/24px FontAwesome;
    color: #8A0084;
    float: right;
    margin: 5px -20px 0 0;
}

h4.category.download:after {
    content: '\f019';
}

h4.category.gallery:after {
    content: '\f030';
}

h4.category.video:after {
    content: '\f03d';
}

.docBox {
    margin: 0 -10px 10px;
}

.downItem {
    float: left;
    padding: 0;
    clear: left;
    margin: 0 0 30px;
}

.docBox .downItem {
    margin: 0 0 20px;
    padding: 0 10px;
    clear: none;
    width: 33.3%;
}

.downItem .ico {
    background-color: #eee;
    color: #444;
    height: 36px;
    position: relative;
    border-bottom: 2px solid #ff00f4;
}

.downItem .ico h4 {
    font-size: 17px;
    font-weight: 300;
    line-height: 34px;
    vertical-align: middle;
    margin: 0 48px 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.docBox .downItem .ico h4 {
    margin: 0 38px 0 12px;
}

.downItem .ico h4 span {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #ff00f4;
    font-size: 11px;
    font-weight: 800;
    line-height: 34px;
    vertical-align: middle;
}

.downItem .ico a {
    display: block;
    height: 34px;
    width: 34px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #8A0084;
    color: #f5f5f5;
}

.downItem .ico a:before {
    font: 400 20px/33px FontAwesome;
    vertical-align: middle;
    text-align: center;
    display: block;
    color: inherit;
    content: '\f01c';
    transform: translateY(0px);
}

.downItem .ico a:hover:before {
    color: #D1FF00;
    transform: translateY(2px);
}

.gallBox {
    margin: 0 0 30px;
    overflow: hidden;
}

.gallBox .thumbsHolder {
    margin: 0 -8px;
    overflow: hidden;
    position: relative;
}

.gallBox .bsItem {
}

.gallBox .thumbHold {
    margin: 0;
    padding: 0 8px 8px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
}

.gallBox .thumbHold a {
    display: block;
    position: relative;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

.gallBox .thumbHold img {
    display: block;
    width: 100%;
    height: auto;
}

.no-touch .gallBox .bsItem span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(138,0,132,0.6);
    color: #D1FF00;
    font-size: 12px;
    font-weight: 700;
    text-indent: -250px;
    text-transform: uppercase;
    transform: translateX(-350px);
    transition: all 280ms;
}

.no-touch .gallBox .bsItem a:hover span {
    text-indent: 0;
    transform: translateX(0px);
    transition: transform 280ms ease-out, text-indent 280ms ease-out 240ms;
}

.gallBox .bx-pager.bx-default-pager {
    padding: 4px 10px 1px;
    text-align: center;
    margin: 6px 10px 0;
    background-color: #eee;
}

.gallBox .bx-pager-item {
    display: inline-block;
    margin: 0 6px;
}

.gallBox .bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #fff;
    border: 2px solid #ff00f4;
    border-radius: 50%;
}

.gallBox .bx-pager-item a.active, .gallBox .bx-pager-item a.active:hover {
    background-color: #ff00f4;
}

.landings {
    padding: 30px 0 0;
    margin: 0 -15px 10px;
}

.landingItem {
    float: left;
    width: 50%;
    padding: 0 15px 30px;
}

.landingItem h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 13px;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #444;
    overflow: hidden;
}

.landingItem h3 a {
    color: #444;
    display: block;
    padding: 0 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-touch .landingItem h3 a {
    transition: all 290ms;
}

.no-touch .landingItem h3 a:hover {
    color: #ff00f4;
    transition: all 360ms;
}

.landingItem h3:before {
    content: ' ';
    height: 1px;
    width: 16px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff00f4;
}

.no-touch .landingItem h3:before {
    transition: all 290ms;
}

.no-touch .landingItem h3:hover:before {
    width: 600px;
    transition: all 360ms;
}

.landingBox {
    display: table;
    width: 100%;
    margin: 0;
    padding: 12px 16px 11px;
    background-color: #f6f6f6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
    border-bottom: 2px solid #ff00f4;
}

a.landingBox {
	color: #444;
}

.no-touch .landingBox {
    box-shadow: 0 0 0 0 #eee inset, 0 0 0 #eee;
    transform: scale(1);
    transition: all 270 ms;
}

.no-touch .landingBox:hover {
    box-shadow: 0 0 0 2px #eee inset, 0 0 4px #eee;
    transform: scale(1.08);
    transition: all 270 ms;
}

.liTxt {
    display: table-cell;
    vertical-align: middle;
}

.liPhoto {
    display: table-cell;
    vertical-align: middle;
    width: 46%;
    padding: 0 0 7px 15px;
}

.liPhoto img {
    display: block;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.37);
    background-color: rgba(255,255,255,0.26);
    width: 100%;
    height: auto;
}

.no-touch .landingBox:hover .liPhoto em img {
    background-color: rgba(255,255,255,0.8);
}

aside.narrowColumn, aside.narrowColumnStatics, aside.narrowColumnNews {
    float: right;
    width: 26%;
    padding: 0 0 0 30px;
}

.home aside.narrowColumn {
    display: none;
}

aside.narrowColumn .sideMenu {
    background-color: #F0F0F0;
    margin: 50px 0 30px;
}

aside.narrowColumn ul.sideMenuList ul {
    display: none;
}

aside.narrowColumn ul.sideMenuList, aside.narrowColumn ul.sideMenuList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: none;
}

aside.narrowColumn ul.sideMenuList li {
    margin: 0;
    padding: 0;
    position: relative;
}

aside.narrowColumn ul.sideMenuList li a {
    display: block;
    padding: 11px 30px 12px 27px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.03em;
    background-color: #8A0084;
    color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}

aside.narrowColumn ul.sideMenuList li a:before {
    content: ' ';
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    margin: 10px 0 0 -14px;
    background-color: rgba(255,255,255,0.45);
    border-radius: 3px 0 3px 0;
}

.no-touch aside.narrowColumn ul.sideMenuList li a:hover, aside.narrowColumn ul.sideMenuList li a.active_class {
    color: #fff;
    background-color: #A6129F;
    border-bottom: 1px solid rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(255,255,255,0) inset;
}

.no-touch aside.narrowColumn ul.sideMenuList li a:hover:before, aside.narrowColumn ul.sideMenuList li a.active_class:before {
    background-color: #D1FF00;
}

aside.narrowColumn ul.sideMenuList li ul li a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px 30px 10px 27px;
    background-color: rgba(0,0,0,0.05);
    color: #8A0084;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
}

.no-touch aside.narrowColumn ul.sideMenuList li ul li a:hover, aside.narrowColumn ul.sideMenuList li ul li a.active_class {
    background-color: #f095ec;
    color: #fff;
}

aside.narrowColumn ul.sideMenuList li ul li a:before {
    display: none;
}

aside.narrowColumn ul.sideMenuList li ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px 8px 39px;
    background-color: transparent;
    color: #444;
}

.no-touch aside.narrowColumn ul.sideMenuList li ul li ul li a:hover, aside.narrowColumn ul.sideMenuList li ul li ul li a.active_class {
    background-color: #fdd8fb;
    color: #8A0084;
}

aside.narrowColumn ul.sideMenuList li ul li ul li ul li a {
    font-size: 13px;
    font-weight: 700;
    padding: 12px 30px 12px 38px;
    background-color: #fff;
}

.no-touch aside.narrowColumn ul.sideMenuList li ul li ul li ul li a:hover, aside.narrowColumn ul.sideMenuList li ul li ul li ul li a.active_class {
    background-color: #fff3ff;
    color: #444;
}

aside.narrowColumn ul.sideMenuList li ul li ul li ul li a:before {
    background-color: transparent;
    width: auto;
    height: auto;
    content: '\f0da';
    display: block;
    float: left;
    margin: 3px 0 0 -10px;
    font: 400 11px/11px FontAwesome;
    color: #8A0084;
}

.no-touch aside.narrowColumn ul.sideMenuList li ul li ul li ul li a:hover:before, .no-touch aside.narrowColumn ul.sideMenuList li ul li ul li ul li a.active_class:before {
    background-color: transparent;
}

span.sideMenuToggler {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 7px;
    top: 12px;
    width: 25px;
    height: 25px;
    line-height: 14px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    background-color: rgba(25,0,25,0.25);
}

.no-touch span.sideMenuToggler:hover,  span.sideMenuToggler.on {
    background-color: rgba(138,0,132,0.75);
}

ul ul span.sideMenuToggler {
    top: 8px;
}

ul ul ul span.sideMenuToggler {
    background-color: rgba(25,0,25,0.18);
    top: 4px;
}

/*
.no-touch ul ul ul span.sideMenuToggler:hover, ul ul ul span.sideMenuToggler.on {
    background-color: rgba(25,0,25,0.35);
}
*/

span.sideMenuToggler:after {
    display: inline-block;
    content: '\f078';
    font: 400 12px/12px FontAwesome;
    color: #fff;
    padding: 6px 0 0;
}

span.sideMenuToggler.on:after {
    padding: 5px 0 0;
    color: #D1FF00;
    content: '\f077';
}

.landingSections {
    margin: 0 -15px 15px;
}

.landingSections ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.landingSections ul li {
    display: block;
    float: left;
    padding: 0 15px 15px;
    width: 33.3%;
}

.landingSections ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 7px 6px 36px;
    color: #8A0084;
    background-color: #eee;
    text-transform: uppercase;
    border-bottom: 2px solid #8A0084;
}

.no-touch .landingSections ul li a:hover {
    background-color: #8A0084;
    color: #fff;
}

.landingSections ul li a:before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    content: '\f105';
    font: 400 22px/22px FontAwesome;
    padding: 4px 0 0 11px;
    color: #D1FF00;
    background-color: #8A0084;
}

#breadcrumb {
    margin: -10px 0 12px;
    padding: 10px 0 8px;
    border-bottom: 2px dotted #eee;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

#breadcrumb a {
    display: inline-block;
    text-decoration: none;
    color: #777;
    position: relative;
    margin: 0 8px 0 0;
}

.no-touch #breadcrumb a:hover {
    color: #8A0084;
}

#breadcrumb a:after {
    content: '\f105';
    font: 400 12px/12px FontAwesome;
    color: #999;
    display: inline-block;
    margin: 0 0 0 8px;
}

#breadcrumb a:before {
    height: 2px;
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 12px;
    margin: 0 0 -10px;
    background-color: transparent;
}

#breadcrumb a:hover:before {
    background-color: #ff00f4;
}

.articleBody blockquote {
    clear: both;
    display: block;
    padding: 14px 14px 5px 14px;
    background-color: #eee;
    position: relative;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 30px;
}

.articleBody blockquote p {
    margin: 0 0 9px;
}

.articleBody blockquote:before, .articleBody blockquote:after {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    content: ' ';
}

.articleBody blockquote:before {
    left: 0;
    top: 0;
    border-left: 2px solid #ff00f4;
    border-top: 2px solid #ff00f4;
}

.articleBody blockquote:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #ff00f4;
    border-bottom: 2px solid #ff00f4;
}

.articleBody ul {
    list-style: none;
}

.articleBody ul li {
    margin: 2px 0 2px 12px;
    display: block;
    padding: 0 0 0 15px;
}

.articleBody ul li:before {
    content: '\f0da';
    font: 400 14px/14px FontAwesome;
    color: #ff00f4;
    display: block;
    float: left;
    margin: 6px 0 0 -15px;
}

.narrowColumnStatics ul {
    list-style: none;
    display: block;
    margin: 50px 0 30px;
}

.narrowColumnStatics ul li {
    display: block;
    margin: 0 0 1px;
}

.narrowColumnStatics ul li a {
    background-color: #8a0084;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
    padding: 11px 12px 11px 28px;
}

.no-touch .narrowColumnStatics ul li a:hover, .narrowColumnStatics ul li a.active_class {
    background-color: #ff00f4;
}

.narrowColumnStatics ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

.narrowColumnStatics ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

.narrowColumnStatics ul li a:before {
    display: block;
    content: '\f054';
    font: 400 13px/13px FontAwesome;
    color: #ff00f4;
    float: left;
    margin: 5px 0 0 -16px;
}

.no-touch .narrowColumnStatics ul li a:hover:before, .narrowColumnStatics ul li a.active_class:before {
    color: #D1FF00;
}

.contactData .mapPort {
    margin: 0 0 35px;
}

.contactItems {
    margin: 0 -10px 30px;
}

.contactItems > div {
    float: left;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 10px 10px;
}

.contactItems > div:nth-child(odd) {
    clear: left;
}

.contactItems p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 0 7px 24px;
    margin: 0;
    border-bottom: 1px dotted #eee;
}

.contactItems p:before {
    display: block;
    float: left;
    margin: 2px 0 0 -24px;
    font: 400 16px/16px FontAwesome;
    color: #8A0084;
}

.contactItems p.firm:before {
    content: '\f007';
}

.contactItems p.address:before {
    content: '\f041';
}

.contactItems p.phone:before {
    content: '\f095';
}

.contactItems p.email:before {
    content: '\f003';
}

.contactItems p.fax:before {
    content: '\f1ac';
}

.hfItem .about.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hfItem .about.news ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.hfItem .about.news ul li a {
    display: block;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    color: #62027a;
    padding: 0 55px 12px 0;
    margin: 0 0 16px;
    position: relative;
}

.hfItem .about.news ul li a:after {
    background-color: #ddd;
    bottom: 0;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.hfItem .about.news ul li a:hover {
    color: #ff00f4;
}

.articleBox header p.posted {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    color: #8A0084;
    margin: 0 0 6px;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.articleBox header p.posted:before {
    display: inline-block;
    font: 400 10px/12px FontAwesome;
    color: #8A0084;
    content: '\f133';
    margin: 0 5px 0 0;
}

.articleBox.newsArticle {
    margin: 0 0 25px;
}

.narrowColumnNews .sideMenu {
    background-color:  #eee;
    margin: 16px 0 0;
    padding: 10px 16px 5px;
    border-radius: 2px;
}

.narrowColumnNews .sideMenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.narrowColumnNews .sideMenu ul li.menuparent {
    display: block;
    position: relative;
}

.narrowColumnNews .sideMenu ul li.menuparent a {
    border-bottom: 1px dotted #999;
    display: block;
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 12px;
    padding: 12px 37px 10px 0;
}

.narrowColumnNews .sideMenu ul li.menu_article {
    border-bottom: none;
    padding: 0;
    margin: 0 0 12px;
}

.narrowColumnNews .sideMenu ul li.menu_article a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    margin: 0;
    border-bottom: none;
    color: #444;
    display: block;
    padding: 0 0 0 15px;
}

.narrowColumnNews .sideMenu ul li.menu_article a:before {
    content: '\f0da';
    display: block;
    float: left;
    margin: 1px 0 0 -12px;
    font: 400 12px/12px FontAwesome;
    color: #8A0084;
}

.narrowColumnNews .sideMenu ul li.menu_article a:hover, .narrowColumnNews .sideMenu ul li.menu_article a.active_class {
    color: #999;
}

.articleBody h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0;
}

.articleBody h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #8A0084;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-bottom: 1px solid #eee;
}

.responsiveTable, .responsiveTable * {
    transition: none !important;
}

.responsiveTable {
    width: 100%;
    padding: 0 0 12px;
    margin: 0 0 12px;
    height: 400px;
    overflow: hidden;
}

.responsiveTable table {
    font-size: 14px;
    width: 100%;
}

.responsiveTable table tr td {
    padding: 12px;
}

.responsiveTable table tr th {
    padding: 14px 12px;
    color: #fff;
    background-color: #8A0084;
    font-size: 15px;
    font-weight: 700;
}

.responsiveTable table tr td p {
    margin: 0;
}

.responsiveTable table tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

.responsiveTable table tr:nth-child(even) td {
    background-color: #f0f0f0;
}

.box .articleBox {
    font-weight: 400;
    margin: 0 0 25px;
}

.articleBody ol {
    padding: 0 0 0 20px;
    margin: 0 0 28px;
}

.articleBody ol li {
    margin: 0 0 10px;
}

aside.narrowColumn ul.sideMenuList.forCats li a:hover:before, aside.narrowColumn ul.sideMenuList.forCats li.active a:before {
    color: #d1ff00;
}

aside.narrowColumn ul.sideMenuList.forCats li a:hover {
    background-color: #960590;
}

.articleInCategory {
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 2px dotted #eee;
}

.articleInCategory:first-child {
    padding: 0;
    border-top: none;
    margin: 0;
}

.aicPort {
    display: table;
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6;
}

.aicPhoto {
    display: table-cell;
    vertical-align: top;
    width: 260px;
    padding: 0 0 0 18px;
}

.aicPhoto span {
    display: block;
    padding: 4px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #a6009e;
}

.aicPhoto span img {
    display: block;
    width: 100%;
    height: auto;
}

.aicTxt {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
}

.aicTxt h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}

.aicPerm a {
    background-color: #a6009e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 5px 9px;
    text-transform: uppercase;
    border-radius: 2px;
}

.aicPerm a:hover {
    background-color: #ba14b2;
}

.aicPerm a:after {
    content: '\f105';
    display: inline-block;
    margin: 0 0 0 4px;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
}

/*
@media (min-width: 1241px) {

    .sideMenuList.locked {
        position: fixed;
        width: 277px;
        top: 0;
        z-index: 5;
        background-color: #fff;
    }
    
}
*/


.sideMenuList.forCats li:first-child {
    display: none;
}

.sideMenuList.forCats li.active a {
    background-color: #960590;
}

ul#article-list {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}

ul#article-list li {
    border-bottom: 1px dotted #ddd;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

ul#article-list li p.footnote {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 0;
}

ul#article-list li p.footnote a {
    font-weight: 800;
}

ul#article-list li a:hover {
    color: #FF00F4;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

.zemThanks {
	color: #fff;
}

.zemError {
	list-style: none;
	color: #fff;
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

.zemError li {
	display: block;
	margin: 0 0 8px;
}

.tabbed {
	transition: none !important;
}