* {
    margin: 0;
    padding: 0;
}

*, :before, :after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    overflow-y: scroll;
    min-height: 100%;
    margin: 0 0 1px;
    font-size: 100.01%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

body {
    min-height: 100%;
    padding-top: 28px;
    background: #e6e6e6;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, textarea, input, select, option, button {
    color: #929292;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.675;
}

li, dt, dd, p, figure, th, td, caption, legend, pre {
    font-size: 1.5em;
}

li *, dt *, dd *, p *, figure *, th *, td *, legend * {
    font-size: 1em;
}

ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend {
    margin-bottom: 20px;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*! Layout --------- */
#root {
    overflow: hidden;
    position: relative;
    background: #fff;
}

#top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    padding: 41px 0 0;
}

#top:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#top h1, #clone h1 {
    width: 1100px;
    height: 81px;
    margin: 0 auto;
}

#top h1 a, #clone h1 a {
    display: block;
    position: relative;
    width: 257px;
    height: 100%;
    background: none !important /*url(../images/logo.png) no-repeat*/;
}

#top h1 a img, #clone h1 a img {
    position: absolute;
    left: 0;
}

#skip {
    position: fixed;
    top: 0;
    left: -10000px;
}

#skip a:focus, #skip a:active {
    display: block;
    position: absolute;
    left: 10000px;
    top: 0;
    z-index: 10001;
    width: 200px;
    margin: 15px 0 0 15px;
    padding: 4px 8px;
    background: #333;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
}

#nav, #clone nav {
    position: absolute;
    right: 50%;
    top: 63px;
    z-index: 3;
    margin: 0 -550px 0 0;
}

#nav > ul, #clone nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav > ul > li, #clone nav > ul > li {
    position: relative;
    float: left;
    padding: 0 0 0 30px;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}

#nav > ul > li > a, #clone nav > ul > li > a {
    display: block;
    float: left;
    height: 35px;
    padding: 0 18px;
    color: #fff;
    line-height: 35px;
    text-decoration: none;
}

#nav > ul > li.active > a, #clone nav > ul > li.active > a {
    cursor: text;
}

#nav > ul > li > a:hover, #nav > ul > li.active > a, #nav > ul > li:hover > a {
    background: #fff;
    color: #6f8188;
}

#nav > ul > li.sub:hover > a {
    padding-bottom: 2px;
}

#nav > ul > li > ul, #clone nav > ul > li > ul {
    position: absolute;
    left: 30px;
    top: -3000em;
    list-style: none;
    width: 180px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    font-weight: 400;
}

#nav > ul > li:hover > ul, #clone nav > ul > li:hover > ul {
    top: 100%;
}

#nav > ul > li > ul li, #clone nav > ul > li > ul li {
    position: relative;
    margin: 0;
    padding: 0 9px;
    font-size: .928em;
}

#nav > ul > li > ul li a, #clone nav > ul > li > ul li a {
    display: block;
    padding: 8px 8px 9px;
    border-top: 1px solid #e3e3e3;
    color: #6d8087;
}

#nav > ul > li > ul li:first-child > a, #clone nav > ul > li > ul li:first-child > a {
    border-top: 0;
}

#nav > ul > li > ul > li > ul, #clone nav > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: -3000em;
    list-style: none;
    width: 180px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    font-weight: 400;
}

#nav > ul > li > ul > li > ul li, #clone nav > ul > li > ul > li > ul li {
    font-size: 1em;
}

#nav > ul > li > ul > li:hover > ul, #clone nav > ul > li > ul > li:hover > ul {
    top: -2px;
}

#nav > ul > li > ul > li:first-child:hover > ul, #clone nav > ul > li > ul > li:first-child:hover > ul {
    top: -5px;
}

#nav em, #clone nav em {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

#clone {
    position: fixed;
    left: 0;
    top: -75px;
    z-index: 2001;
    width: 100%;
    height: 63px;
    padding: 10px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #f4f4f4;
}

#clone.active {
    top: 0;
}

.lt-ie9 #clone.active {
    top: 28px;
    border-bottom: 1px solid #ebebeb;
}

#clone h1 {
    height: 52px;
}

#clone h1 a {
    width: 167px;
    background: none !important /*url(../images/logo-reverse-a.png) -5px -5px no-repeat #000*/;
}

#clone nav {
    top: 19px;
}

#root #clone nav > ul > li.sub:hover > a {
    padding-bottom: 2px;
    border-radius: 5px 5px 0 0;
    background: #000;
    color: #fff;
}

#clone nav > ul > li > a {
    color: #6f8188;
    text-decoration: none;
}

#clone nav > ul > li.active > a, #clone nav > ul > li:hover > a, #clone nav > ul > li > a:hover {
    color: #000;
}

#clone nav > ul > li.a > a {
    border-radius: 5px;
    background: #000;
    color: #fff;
}

#clone nav > ul > li > ul {
    border-radius: 0 5px 5px 5px;
    background: #000;
}

#clone nav > ul > li > ul li {
}

#clone nav > ul > li > ul li a, #clone nav > ul > li > ul > li > ul a {
    border-color: #fff;
    color: #fff;
}

.rgba #clone nav > ul > li > ul li a {
    border-color: rgba(255, 255, 255, .25);
}

#clone nav > ul > li > ul > li > ul {
    border-radius: 0 5px 5px 5px;
    background: #000;
}

#top > .fit-a, #clone > .fit-a {
    display: block;
    position: absolute;
    right: 12px;
    top: -3000em;
    z-index: 4;
    width: 49px;
    height: 49px;
    background: #fff;
    cursor: pointer;
}

#top > .fit-a:before, #top > .fit-a:after, #clone > .fit-a:before, #clone > .fit-a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 30px;
    margin: 0 0 0 -15px;
    height: 7px;
    border-bottom: 3px solid #000;
}

#top > .fit-a:before, #clone > .fit-a:before {
    top: 13px;
    border-top: 3px solid #000;
}

#top > .fit-a:after, #clone > .fit-a:after {
    bottom: 13px;
}

#top.active > .fit-a, #clone.active > .fit-a {
}

#top.active > .fit-a:before, #clone.active > .fit-a:before {
    top: 23px;
    height: 3px;
    border-top-width: 0;
    border-bottom-width: 0;
    background: #000;
}

#top.active > .fit-a:after, #clone.active > .fit-a:after {
    bottom: 23px;
    height: 3px;
    border-top-width: 0;
    border-bottom-width: 0;
    background: #000;
}

#top.active > .fit-a:before, #clone.active > .fit-a:before {
    transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
}

#top.active > .fit-a:after, #clone.active > .fit-a:after {
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

#welcome {
    overflow: hidden;
    position: relative;
    z-index: 8;
    padding: 290px 0 161px;
    background: #000;
    color: #fff;
    font-weight: 300;
}

#welcome > * {
    position: relative;
    z-index: 2;
    width: 557px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 553px;
}

#welcome > figure {
    position: absolute;
    left: 50%;
    top: 193px;
    width: 297px;
    margin: 0 0 0 -550px;
}

#welcome > figure.mobile-c {
    margin-left: -568px;
}

#welcome > figure.mobile-d {
    margin-left: -603px;
}

#welcome h1, #welcome h2 {
    position: relative;
    margin-bottom: -4px;
    padding-top: 0;
    color: #fff;
    font-size: 6.6em;
    font-weight: 300;
}

#welcome h1 img, #welcome h2 img {
    content: "";
    display: block;
    margin: 0 0 25px;
}

#welcome h1 span, #welcome h2 span {
    font-weight: 700;
}

#welcome p {
    margin-bottom: 36px;
    font-size: 2.4em;
}

#welcome .download-a {
    text-align: left;
}

#welcome .download-a li {
    margin: 0 22px 24px 0;
}

#welcome.data-pattern, #featured.data-pattern, #content.a > .vb.data-pattern {
    background-size: cover;
    background-repeat: no-repeat;
}

#featured {
    overflow: hidden;
    position: relative;
    z-index: 8;
    padding: 252px 0 138px;
    background: #000;
    color: #fff;
    text-align: center;
}

.has-pattern #featured:before, .has-pattern #welcome:before, .has-pattern #top > .fit-a > div, .has-pattern #content.a > .vb:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images_app/welcome_bg.jpg);
    background-position: center;
}


#featured > * {
    position: relative;
    z-index: 2;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6, #featured a {
    color: #fff;
}

#featured h1, #featured h2 {
    position: relative;
    padding: 0 0 10px;
    font-size: 8em;
    font-weight: 700;
    text-transform: uppercase;
}

#featured h1:before, #featured h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: 0 0 0 -29.5px;
    background: #fff;
}

#content {
    position: relative;
    z-index: 7;
    width: 1100px;
    margin: 0 auto;
    padding: 73px 0 40px;
}

#content:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#content.a {
    width: 100%;
    padding: 0;
}

#content.a > *, #content.a > #contact {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 1100px;
    margin: 0 auto;
    padding: 73px 0 40px;
}

#content.a > .has-news-d {
    overflow: visible;
}

#content.a > #contact {
    width: 100%;
}

#content.a > .va, #content.a > .vb {
    position: relative;
    width: 100%;
    background: #f4f4f4;
}

#content.a > .va > *, #content.a > .vb > * {
    position: relative;
    z-index: 3;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#content.a > .va > figure, #content.a > .vb > figure {
    z-index: 2;
}

#content.a > .va .slider-a {
    background: #fff;
}

#content.a > .va + .vb, #content.a > .vb + .va {
    border-top: 4px solid #fff;
}

#content.a > .vb {
    background: #000;
    color: #fff;
}

#content.a > .vb h1, #content.a > .vb h2, #content.a > .vb h3, #content.a > .vb h4, #content.a > .vb h5, #content.a > .vb h6, #content.a > .vb h1 .small, #content.a > .vb h2 .small, #content.a > .vb h3 .small, #content.a > .vb h4 .small, #content.a > .vb h5 .small, #content.a > .vb h6 .small, #content.a > .vb a, #content.a > .vb .heading-a *, #content.a > .vid .heading-a * {
    color: #fff;
}

#content.a > .vb h1:before, #content.a > .vb h2:before, #content.a > .vb h3:before, #content.a > .vb h4:before, #content.a > .vb h5:before {
    background: #fff;
}

#content.a > .vb .slider-a {
    background: rgba(255, 255, 255, .16);
}

.lt-ie9 #content.a > .vb .slider-a {
    background: url(../images/shade-a.png);
}

/*.lt-ie9 #content.a > .vb .slider-a { background: transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#28FFFFFF,endColorstr=#28FFFFFF); zoom: 1; }*/
#content.a > .vid {
    width: 100%;
    padding: 0;
    background: #523035;
}

#content.a > .vid .heading-a {
    position: absolute;
    left: 50%;
    top: 73px;
    z-index: 2;
    width: 1100px;
    margin-left: -550px;
    margin-bottom: 0;
}

#content.a > .vid .heading-a h1:before, #content.a > .vid .heading-a h2:before, #content.a > .vid .heading-a h3:before {
    left: -3000em;
}

#content.a > .vid .heading-a h1, #content.a > .vid .heading-a h2, #content.a > .vid .heading-a h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#content.a > .vid figure {
    position: relative;
    z-index: 1;
    margin: 0;
}

#content.a > .vid figure img {
    display: block;
    z-index: 1;
    width: 100% !important;
    opacity: .43;
    filter: alpha(opacity=43);
}

#content.a > .vid figure a {
    display: block;
    position: relative;
}

#content.a > .vid figure a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 104px;
    height: 104px;
    margin: -52px 0 0 -52px;
    background: url(../images/play.png) no-repeat;
}

#content.a > .vid figure a > .fit-a {
    display: block;
    position: absolute;
    left: -3000em;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 655px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .43;
    filter: alpha(opacity=43);
}

#content.a > * > .list-b:last-child {
    margin-bottom: -40px;
}

#content.a > * > .list-b.last-child {
    margin-bottom: -40px;
}

#contact {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 200px 0;
}

#contact > * {
    position: relative;
    z-index: 2;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#contact > .map {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -150px;
    right: -920px;
    bottom: 0;
    z-index: 1;
    width: auto;
    margin: 0;
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}

#contact .heading-a {
    margin-bottom: 28px;
}

img[src*="maps.gstatic.com"], img[src*="googleapis.com"], img[src*="google"] {
    max-width: none !important;
}

#contact form {
    width: 600px;
    margin: 0 auto 55px;
    padding: 62px 100px 35px;
    box-shadow: 0 13px 15px rgba(0, 0, 0, .1);
    background: #f4f4f4;
}

#contact form p {
    margin: 0 0 16px;
    font-size: 1.4em;
}

#contact form p > span {
    display: block;
    float: right;
    width: 48.5%;
}

#contact form p > span:first-child {
    float: left;
}

.js #contact label {
    position: absolute;
    padding: 0 30px;
    color: #666;
    font-size: 1em;
    font-weight: 400;
    line-height: 54px;
    cursor: text;
}

#contact input, #contact select, #contact textarea, #contact .semantic-select .input {
    width: 100%;
    border-radius: 0;
    border-color: #fff;
    background: #fff;
    color: #666;
    font-size: 1em;
    font-weight: 400;
}

#contact input {
    height: 54px;
    padding: 0 30px;
}

.lt-ie9 #contact input {
    line-height: 54px;
}

#contact select {
    padding: 15px 15px 15px 26px;
}

#contact option {
    color: #666;
}

#contact textarea {
    height: 83px;
    min-height: 83px;
    padding: 14px 14px 14px 30px;
}

#contact input:focus, #contact select:focus, #contact textarea:focus, #contact .semantic-select.focus .input, #contact .semantic-select.active .input {
    border-color: #000;
}

#contact .semantic-select .input {
    width: auto;
    height: 52px;
    padding-left: 30px;
    line-height: 52px;
}

#contact .semantic-select .ticker {
    width: 30px;
}

#contact .semantic-select ul {
    top: 53px;
    border-radius: 0;
    background: #fff;
}

#contact .semantic-select ul li a {
    padding-left: 30px;
    color: #666;
    font-weight: 400;
}

#contact button {
    float: none;
    width: 100%;
    height: 65px;
    margin: 36px 0 0;
    border-radius: 0;
    font-size: 18.89px;
    opacity: .8;
    filter: alpha(opacity=80);
}

#footer {
    overflow: hidden;
    position: relative;
    z-index: 6;
    padding: 32px 0 0;
    background: #f4f4f4;
    color: #a7a6a4;
    text-align: center;
}

/*#footer:before { content: ""; display: block; position: absolute; left: 50%; top: 32px; width: 174px; height: 55px; margin: 0 0 0 -87px; background: url(../images/logo-reverse-b.png) -5px -5px no-repeat #000; }*/
#footer > figure {
    margin-bottom: 15px;
}

#footer > * {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#footer h1, #footer h2, #footer h3, #footer h4 {
    margin-bottom: 25px;
    color: #a7a6a4;
    font-size: 1.6em;
}

#footer .download-a {
}

#footer .download-a li.as a:hover {
    background-image: url(../images/download-as-c.png);
}

#footer .download-a li.gp a:hover {
    background-image: url(../images/download-gp-c.png);
}

#footer .social-a {
}

#footer .social-a li.fb a:before, #footer .social-a li.fb a:hover {
    background-image: url(../images/icon-fb-d.png);
}

#footer .social-a li.tw a:before, #footer .social-a li.tw a:hover {
    background-image: url(../images/icon-tw-d.png);
}

#footer .social-a li.in a:before, #footer .social-a li.in a:hover {
    background-image: url(../images/icon-in-d.png);
}

#footer p {
    position: relative;
    margin-top: 44px;
    margin-bottom: 0;
    padding: 16px 0;
    background: #e6e6e6;
    color: #666;
    font-size: 1.4em;
}

#footer p:before, #footer p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1000em;
    height: 100%;
    background: #e6e6e6;
}

#footer p:before {
    left: 100%;
}

#footer p:after {
    right: 100%;
}

#footer p a {
    position: relative;
    padding: 0 0 0 13px;
    color: #666;
    text-decoration: underline;
}

#footer p a:hover {
    text-decoration: none;
}

#footer p a:before {
    content: "| ";
    position: absolute;
    left: 1px;
    top: -2px;
    text-decoration: none;
}

/*! Columns --------- */
.cols-a {
    width: 100%;
}

.cols-a:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.cols-a > *:first-child {
    float: left;
    width: 700px;
}

.cols-a > aside {
    float: right;
    width: 300px;
}

/*! Modules --------- */
.comments-a {
    list-style: none;
    margin-top: 36px;
    padding: 0 0 0 101px;
    color: #707070;
    font-weight: 600;
    line-height: 1.45;
}

.comments-a li {
    font-size: 1.6em;
}

.comments-a li > span {
    display: block;
    position: relative;
    min-height: 49px;
    margin: 0 0 16px;
    padding: 16px 25px;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    border-top-color: #eaeaea;
    border-left-color: #eaeaea;
    background: #f4f4f4;
}

#root .comments-a img {
    display: block;
    position: absolute;
    left: -101px;
    top: 0;
    border-radius: 100px;
}

.comments-a .title {
    display: block;
    padding: 0 180px 0 0;
    color: #303030;
    font-weight: 700;
}

.comments-a .date {
    position: absolute;
    right: 45px;
    top: 20px;
    color: #000;
    font-size: .8em;
    font-weight: 600;
}

.comments-a ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 44px;
}

.comments-a ul:before {
    content: "";
    display: block;
    position: absolute;
    left: -102px;
    top: 29px;
    width: 33px;
    height: 23px;
    background: url(../images/comments.png) -5px -5px no-repeat #000;
}

.comments-a ul li {
    font-size: 1em;
}

.counter {
    display: block;
    text-align: center;
}

.counter > span {
    display: block;
    margin: 0 0 5px;
    font-size: 3.72625em;
    font-weight: 700;
}

.counter > span span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 50px;
    height: 64px;
    margin: 0 4.5px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #f8f8f8;
    color: #000;
    line-height: 62px;
    text-align: center;
}

.boxshadow .counter > span span {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .45);
}

.counter > span span:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    right: -1px;
    width: auto;
    height: 1px;
    margin: -.5px 0 0;
    background: #000;
}

.download-a {
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../images/download-as-b.png) -3000em -3000em no-repeat;
    text-align: center;
}

.download-a li {
    display: inline-block;
    margin: 0 14px 10px;
    background: url(../images/download-gp-b.png) -3000em -3000em no-repeat;
}

.download-a li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 65px;
    border-radius: 6px;
    text-indent: -3000em;
    text-align: left;
}

.download-a li.as a {
    background: url(../images/download-as-a.png) -5px -5px no-repeat #fff;
}

.download-a li.gp a {
    background: url(../images/download-gp-a.png) -5px -5px no-repeat #fff;
}

.download-a li a:hover {
    background-color: #000;
}

.download-a li.as a:hover {
    background-image: url(../images/download-as-b.png);
}

.download-a li.gp a:hover {
    background-image: url(../images/download-gp-b.png);
}

.download-a.a {
    background: url(../images/download-as-d.png) -3000em -3000em no-repeat;
}

.download-a.a li {
    background: url(../images/download-gp-d.png) -3000em -3000em no-repeat;
}

.download-a.a li a {
    width: 196px;
    height: 61px;
    border: 2px solid #fff;
}

.download-a.a li.as a {
    background: url(../images/download-as-b.png) -5px -5px no-repeat;
}

.download-a.a li.gp a {
    background: url(../images/download-gp-b.png) -5px -5px no-repeat;
}

.download-a.a li.as a:hover {
    background-image: url(../images/download-as-d.png);
}

.download-a.a li.gp a:hover {
    background-image: url(../images/download-gp-d.png);
}

.gallery-a {
    overflow: hidden;
    position: relative;
    left: 3px;
    list-style: none;
    width: 1004px;
    margin: 0 auto 58px;
    padding: 0;
    line-height: 1.2;
}

.gallery-a li {
    position: relative;
    float: left;
    width: 328px;;
    margin: 0 6px 6px 0;
    font-size: 2.238em;
}

.gallery-a li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 1px solid #efefef;
}

.gallery-a li a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
}

.gallery-a li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.gallery-a li a:hover:before {
    opacity: .8;
}

.lt-ie9 .gallery-a li a:before {
    top: -3000em;
}

.lt-ie9 .gallery-a li a:hover:before {
    top: 0;
}

.gallery-a li a > span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -200px;
    right: 0;
    z-index: 2;
    padding: 0 34px 39px;
}

.gallery-a li a:hover > span, .gallery-a li.plain a > span {
    bottom: 0;
}

.gallery-a li a .strong {
    display: block;
}

.gallery-a li a .date {
    display: block;
    position: relative;
    margin: 15px 0 0;
    padding: 15px 0 0;
    font-size: .708em;
}

.gallery-a li a .date:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    height: 3px;
    background: #fff;
}

.gallery-a li.plain, .gallery-a li.plain a {
    min-height: 311px;
    color: #444;
}

.gallery-a li.plain a .date:before {
    background: #000;
}

.gallery-a li.plain a:hover {
    color: #fff;
}

#root .gallery-a li.plain a:hover .date:before {
    background: #fff;
}

.gallery-a .bx-pager, .gallery-b .bx-pager {
    display: block;
    padding: 22px 0 0;
    text-align: center;
}

.gallery-b {
    overflow: hidden;
    position: relative;
    left: 50px;
    list-style: none;
    width: 105%;
    margin: 0 auto 55px;
    padding: 0;
}

.gallery-b li {
    overflow: hidden;
    position: relative;
    float: left;
    width: 300px;
    margin: 0 50px 50px 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .03);
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
}

.gallery-b li {
    display: block;
    position: relative;
}

.gallery-b li:before, .gallery-c ul li:before, .gallery-b.b > li > div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #000;
    background-blend-mode: multiply;
    opacity: 0;
}

.no-mobile .gallery-b li:hover:before, .no-mobile .gallery-c ul li:hover:before, .no-mobile .gallery-b.b > li:hover > div:before {
    opacity: .9;
}

.lt-ie9 .gallery-b li:before, .lt-ie9 .gallery-c ul li:before, .lt-ie9 .gallery-b.b > li > div:before {
    top: -3000em;
}

.lt-ie9 .gallery-b li:hover:before, .lt-ie9 .gallery-c ul li:hover:before, .lt-ie9 .gallery-b.b > li:hover > div:before {
    top: 0;
}

.gallery-b li > .link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.gallery-b li > .link * {
    position: absolute;
    left: -3000em;
    top: 0;
}

.gallery-b li a {
    display: block;
}

.gallery-b li img {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-b li > div {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    z-index: 5;
    padding: 0 20px;
    text-align: center;
}

.no-mobile .gallery-b li:hover > div {
    top: 50%;
}

.gallery-b li > div h1, .gallery-b li > div h2, .gallery-b li > div h3, .gallery-b li > div h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 1em;
    line-height: 1.675;
}

.gallery-b li > div h1 span, .gallery-b li > div h2 span, .gallery-b li > div h3 span, .gallery-b li > div h4 span {
    display: block;
    margin: 0 0 -4px;
    font-weight: 700;
    font-size: 1.714em;
}

.gallery-b li > div p {
    font-size: 13px;
    line-height: 1.3;
    text-transform: none;
}

.gallery-b li > div ul {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 7px 0 0;
}

.gallery-b li > div ul li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 2.5px;
    box-shadow: none;
}

.gallery-b li > div ul li:before, .gallery-b li > div ul li:after, .gallery-b li > div ul li .fit-a, .gallery-b li > div ul li .link {
    position: absolute;
    left: -3000em;
    top: 0;
    right: auto;
    bottom: auto;
}

.gallery-b li > div ul li a {
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
}

.gallery-b li > div > a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.gallery-b li > div > a img, .gallery-b li > .fit-a * {
    position: absolute;
    left: -3000em;
    top: 0;
}

#root .gallery-b li > .fit-a {
    display: block;
    overflow: hidden;
    position: absolute;
    left: auto;
    top: auto;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 29px;
    height: 29px;
    min-height: 0;
    padding: 0;
    border-radius: 30px;
    border: 1px solid #000;
    background: none;
}

.no-mobile #root .gallery-b li:hover > .fit-a {
    opacity: 0;
    filter: alpha(opacity=0);
}

#root .gallery-b li > .fit-a:before, #root .gallery-b li > .fit-a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}

#root .gallery-b li > .fit-a:before, #root .gallery-b li > .fit-a:after {
    background: #000;
}

#root .gallery-b li > .fit-a:before {
    width: 1px;
    height: 16px;
    margin: -8px 0 0 -.5px;
}

#root .gallery-b li > .fit-a:after {
    width: 16px;
    height: 1px;
    margin: -.5px 0 0 -8px;
}

.gallery-b.a {
}

.gallery-b.a li, .gallery-b.a li a, .gallery-b.a li:before {
    overflow: hidden;
    border-radius: 300px;
}

#root .gallery-b.a li > .fit-a {
    bottom: 3000em;
}

.gallery-b.b {
}

.gallery-b.b li {
}

.gallery-b.b li:before {
    left: -3000em;
}

.gallery-b.b li > div {
    top: auto;
    bottom: -50%;
    z-index: 2;
    min-height: 125px;
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: left;
}

.gallery-b.b li > div > * {
    position: relative;
    z-index: 2;
}

.gallery-b.b li > div:before {
    z-index: 1;
}

.no-mobile .gallery-b.b li:hover > div {
    top: auto;
    bottom: 0;
}

.gallery-c, #content > .gallery-c {
    width: auto;
    margin-bottom: 30px;
}

.gallery-c > .heading-a {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-c ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.gallery-c ul li {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 33.3333333333%;
    font-size: 1.865em;
}

.js .gallery-c ul li {
    float: none;
    width: auto;
}

.gallery-c ul li img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100% !important;
}

.gallery-c ul li > a {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
}

.gallery-c ul li > a > span {
    display: block;
}

.gallery-c ul li > a > span.title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    min-height: 39px;
    padding: 19px 220px 23px 27px;
    background: rgba(0, 0, 0, .52);
}

.lt-ie9 .gallery-c ul li > a > span.title {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#84000000, endColorstr=#84000000);
    zoom: 1;
}

.gallery-c ul li > a > span.description, .gallery-c ul li > a.main * {
    position: absolute;
    left: -3000em;
    right: auto;
    bottom: auto;
    top: 0;
}

.gallery-c ul li > a > span.link {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 3;
    width: 160px;
    height: 44px;
    margin: -25px 0 0;
    border-radius: 2px;
    border: 3px solid #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.gallery-c ul li > a.main {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: none;
}

.gallery-c ul li > div {
    position: absolute;
    left: 0;
    top: -900px;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 4;
    padding: 0;
    line-height: 1.8;
    text-align: center;
}

.no-mobile .gallery-c ul li:hover > div {
    top: 0;
}

.gallery-c ul li > div a {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 3;
    padding: 0 80px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.gallery-c ul li > div img, #root .gallery-c ul li > a.main * {
    position: absolute;
    left: -3000em;
    right: auto;
    top: 0;
}

.gallery-c ul li > div .title {
    display: block;
    margin: 0 0 17px;
    font-size: 32.64px;
    line-height: 1.2;
}

.gallery-c ul li > div .title span {
    font-weight: 700;
}

.gallery-c ul li > div .link {
    display: block;
    width: 163px;
    height: 45px;
    margin: 17px auto 0;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.gallery-c .bx-pager {
    display: block;
    padding: 52px 0 0;
    text-align: center;
}

.gallery-c .bx-pager .bx-pager-item, .news-d .bx-pager-item, .gallery-a .bx-pager-item, .gallery-b .bx-pager-item {
    display: inline-block;
    margin: 0 3.5px;
}

.gallery-c .bx-pager .bx-pager-item a, .news-d .bx-pager-item a, .gallery-a .bx-pager-item a, .gallery-b .bx-pager-item a {
    display: inline-block;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #ccc;
    text-align: left;
    text-indent: -3000em;
}

.gallery-c .bx-pager .bx-pager-item a.active, .news-d .bx-pager-item a.active, .gallery-a .bx-pager-item a.active, .gallery-b .bx-pager-item a.active {
    background: #000;
    cursor: default;
}

.heading-a {
    margin-bottom: /*92*/ 30px;
    color: #7e7e7e;
    text-align: center;
}

.heading-a h1, .heading-a h2, .heading-a h3 {
    position: relative;
    margin-bottom: 38px;
    padding-bottom: 24px;
    font-size: 4em;
}

.heading-a h1 .small, .heading-a h2 .small, .heading-a h3 .small {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: .35em;
    text-transform: uppercase;
}

.heading-a h1:before, .heading-a h2:before, .heading-a h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: 0 0 0 -29.5px;
    background: #000;
}

.heading-a p {
    max-width: 750px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 1.8em;
}

.heading-a.a {
    text-align: left;
}

.heading-a.a h1:before, .heading-a.a h2:before, .heading-a.a h3:before {
    left: 0;
    margin: 0;
}

.heading-a.a p {
    max-width: none;
}

.heading-a.b {
}

#content.a > * > .heading-a.b:first-child {
    margin-top: -20px;
}

.heading-a.b h1, .heading-a.b h2, .heading-a.b h3 {
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.heading-a.b p {
    margin-bottom: 34px;
}

.heading-a.tw {
}

.heading-a.tw h1, .heading-a.tw h2, .heading-a.tw h3 {
    margin-top: -41px;
    padding-top: 41px;
}

.heading-a.tw h1:after, .heading-a.tw h2:after, .heading-a.tw h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 44px;
    height: 44px;
    margin: 0 0 0 -22px;
    background: url(../images/icon-tw-a.png) no-repeat;
    background-size: 100% 100%;
    opacity: .8;
    filter: alpha(opacity=80);
}

.lt-ie9 .heading-a.tw h1, .lt-ie9 .heading-a.tw h2, .lt-ie9 .heading-a.tw h3 {
    padding-top: 53px;
}

.lt-ie9 .heading-a.tw h1:after, .lt-ie9 .heading-a.tw h2:after, .lt-ie9 .heading-a.tw h3:after {
    width: 56px;
    height: 56px;
}

#content > .heading-a:first-child, #content.a > * > .heading-a:first-child {
    margin-top: 17px;
}

.lens {
    z-index: 1000;
    box-shadow: 0 21px 19px rgba(0, 0, 0, .25);
    cursor: none;
}

.rgba .lens:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url(../images/zoom.png) 6px 6px no-repeat;
}

.module-a, #content.a > .module-a {
    overflow: hidden;
    padding-top: 165px;
    padding-bottom: 33px;
}

.module-a > * {
    padding-left: 700px;
}

#content.a > .module-a > * {
    width: 400px;
}

.nav-a {
    position: relative;
    z-index: 10;
    margin: 0 0 38px;
    padding: 0 15px 15px;
    border-radius: 4px;
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;;
}

.nav-a h1, .nav-a h2, .nav-a h3, .nav-a h4 {
    position: relative;
    margin: 0 -15px 15px;
    padding: 19px 24px 18px;
    border-radius: 4px 4px 0 0;
    background: #ebeded;
    color: #283a44;
    font-size: 1.3em;
    text-transform: uppercase;
}

.nav-a h1.has-icon, .nav-a h2.has-icon, .nav-a h3.has-icon, .nav-a h4.has-icon {
    padding-left: 55px;
}

.nav-a h1 em, .nav-a h2 em, .nav-a h3 em, .nav-a h4 em {
    position: absolute;
    left: 20px;
    top: 14px;
    color: #000;
    font-size: 26px;
}

.nav-a > ul {
    list-style: none;
    margin: -15px;
    padding: 0;
    color: #000;
}

.nav-a > ul li {
    font-size: 1.4em;
}

.nav-a > ul li:last-child a {
    border-radius: 0 0 4px 4px;
}

.nav-a > ul li a {
    display: block;
    position: relative;
    padding: 13px 24px 12px;
    border-top: 1px solid #fff;
    color: #71838c;
    text-decoration: none;
}

.nav-a > ul li.has-span a {
    padding-right: 72px;
}

.nav-a > ul li:first-child a {
    border: 0;
}

.nav-a > ul li a:hover, .nav-a > ul li.active a {
    background: #000;
}

.nav-a > ul li.active a {
    cursor: text;
}

.nav-a > ul li p, .nav-a > ul li p.link-a {
    margin: 0 0 9px;
    padding: 0;
    color: #9fa0a0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}

.nav-a > ul li p:last-child {
    margin-bottom: 2px;
}

.nav-a > ul li p.last-child {
    margin-bottom: 2px;
}

.nav-a > ul li p.header {
    color: #71838c;
    font-weight: 700;
}

.nav-a > ul li p.header > span {
    display: block;
    color: #9fa0a0;
    font-weight: 400;
}

.nav-a > ul li p.link-a {
    color: #000;
}

.nav-a > ul li p.link-a a {
    margin-top: 2px;
    color: #000;
}

.nav-a > ul li p.link-a em, .nav-a > ul li p.link-a i {
    position: relative;
    top: 2px;
    color: #000;
}

.nav-a > ul li img {
    display: block;
    margin: 4px 0;
}

.nav-a > ul li a span {
    display: block;
    position: absolute;
    right: 22px;
    top: 13px;
    float: left;
    min-width: 8px;
    height: 24px;
    padding: 0 8px;
    border-radius: 20px;
    background: #fff;
    color: #aeb7bb;
    font-size: .898em;
    line-height: 24px;
    text-align: center;
}

.nav-a > ul li a span.scheme-a {
    display: inline;
    position: relative;
    right: 0;
    top: 0;
    float: none;
    min-width: 0;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #000;
    font-size: 1em;
    line-height: normal;
}

.nav-a > ul li a:hover span, .nav-a > ul li.active a span {
    color: #000;
}

.nav-a > ul li a:hover span.scheme-a, .nav-a > ul li.active a span.scheme-a {
    color: #fff;
}

.nav-a > ul li.nav-sub {
    margin: 0 0 9px;
    padding: 0 24px;
}

.nav-a > ul li.nav-sub + .nav-sub {
    margin-top: -3px;
}

#root .nav-a > ul li.nav-sub a {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
}

#root .nav-a > ul li.nav-sub a:hover, #root .nav-a > ul li.nav-sub.active a {
    color: #000;
}

.nav-a > ul li.nav-sub i {
    position: relative;
    top: 2px;
}

.nav-a > ul li.nav-sub i:before {
    color: #000;
}

.nav-a > ul li.nav-subline {
    padding-top: 10px;
    border-top: 1px solid #fff;
}

.cols-a > aside > .nav-a:first-child {
    margin-top: 2px;
}

.nav-a .semantic-select ul {
    background: #fff;
}

.nav-a select, .nav-a input, .nav-a .semantic-select {
    margin-top: 11px;
}

.nav-a b {
    color: #000;
}

.nav-a-new {
}

.nav-a-new > ul li {
    padding: 13px 24px 12px;
    border-top: 1px solid #fff;
}

#root .nav-a-new > ul li a {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
}

#root .nav-a-new > ul li a:hover, #root .nav-a-new > ul li.active a {
    color: #000;
}

.nav-a-new1 {
}

.nav-a-new1 > ul li {
    font-size: 1.342em;
}

.nav-a-new1 > ul li a {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
}

.nav-a-new2 {
}

.nav-a-new2 > ul {
    overflow: hidden;
    width: 105%;
    margin: 0 0 -10px;
}

.nav-a-new2 > ul li {
    float: left;
    margin: 0 7px 10px 0;
    font-size: 1.119em;
}

.nav-a-new2 > ul li a {
    float: left;
    min-width: 41px;
    padding: 2px 9px;
    border: 0;
    background: #fff;
    font-weight: 400;
    text-align: center;
}

#root .nav-a-new2 > ul li a {
    border-radius: 20px;
}

.nav-a.aside-cal {
    overflow: hidden;
    padding-bottom: 0;
}

.nav-a.aside-cal h1 + h2, .nav-a.aside-cal h2 + h3, .nav-a.aside-cal h3 + h4, .nav-a.aside-cal h4 + h5 {
    margin: -7px 0 0;
    padding: 0 0 7px;
    border-radius: 0;
    border-bottom: solid 1px #eee;
    background: none;
    color: #000;
    font-size: 1.4em;
    text-align: center;
    text-transform: none;
}

.nav-a.aside-cal ul {
    overflow: hidden;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #eee;
    text-align: left;
    text-shadow: 0 0 1px #fff;
}

.nav-a.aside-cal ul li {
    position: relative;
    float: left;
    width: 14.2857142857%;
    height: 32px;
    padding: 0;
    border-radius: 0;
}

.nav-a.aside-cal ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eee;
}

.nav-a.aside-cal ul:last-child {
    border-bottom: 0;
}

.nav-a.aside-cal ul.last-child {
    border-bottom: 0;
}

#root .nav-a.aside-cal ul li a {
    padding: 4px 9px;
    border-radius: 0;
    border: 0;
    background: none;
}

#root .nav-a.aside-cal ul li a:hover, #root .nav-a.aside-cal ul li.active a {
    color: #000;
}

.nav-a.aside-cal h1 + ul, .nav-a.aside-cal h2 + ul, .nav-a.aside-cal h3 + ul, .nav-a.aside-cal h4 + ul, .nav-a.aside-cal h5 + ul {
}

.nav-a.aside-cal h1 + ul li, .nav-a.aside-cal h2 + ul li, .nav-a.aside-cal h3 + ul li, .nav-a.aside-cal h4 + ul li, .nav-a.aside-cal h5 + ul li {
    height: auto;
    padding: 4px 0;
    text-indent: 9px;
}

.news-a {
}

.news-a header {
    margin: 0 0 33px;
    font-family: Arial, Helvetica, sans-serif;;
}

.news-a h1, .news-a h2, .news-a h3 {
    margin: 0 0 8px;
    color: #283a44;
    font-weight: 400;
    letter-spacing: -.05em;
}

.news-a h1 a, .news-a h2 a, .news-a h3 a {
    color: #283a44;
}

.news-a header ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.news-a header ul li {
    float: left;
    margin: 0 12px 0 0;
    color: #8c989e;
    font-size: 1.2em;
    line-height: 40px;
}

.news-a header ul li a {
    float: left;
    color: #8c989e;
    text-decoration: none;
}

.news-a header ul li a:hover {
    color: #000;
}

.news-a header ul li img {
    display: block;
    position: relative;
    float: left;
    margin: 0 7px 0 0;
    border-radius: 30px;
}

.news-a header ul li i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.news-a header ul li i, .news-a header ul li i:before {
    color: #000;
    font-size: 12px;
}

.news-a img {
    display: block;
    position: relative;
    border-radius: 5px;
}

.news-a .form-a {
    margin-top: 36px;
    padding-top: 49px;
    border-top: 1px solid #e8eaec;
}

.news-b, #content.news-b {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.news-b .heading-a {
    margin-bottom: 86px;
}

.news-b article {
    position: relative;
    min-height: 508px;
    margin: 0 0 69px 300px;
    padding: 49px 49px 3px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.news-b figure {
    margin: -50px -50px 45px;
}

.news-b article h1, .news-b article h2, .news-b article h3, .news-b article h5 {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 17px;
    color: #535353;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
}

.news-b article h1:before, .news-b article h2:before, .news-b article h3:before, .news-b article h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59px;
    height: 3px;
    background: #000;
}

.news-b article h1 a, .news-b article h2 a, .news-b article h3 a, .news-b article h5 a {
    color: #535353;
}

.news-b article header p {
    position: absolute;
    left: -301px;
    top: 164px;
    width: 172px;
    padding: 90px 64px 100px;
    background: #f8f8f8;
    color: #7e7e7e;
    font-size: 1.9em;
    line-height: 1;
}

.news-b article header p span {
    display: block;
    margin: 0 0 5px;
    color: #000;
    font-weight: 700;
    font-size: 2.368em;
}

.news-b article header p a {
    display: block;
    margin: 14px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #ccc;
    color: #7e7e7e;
    font-weight: 400;
    font-size: .736em;
}

.news-b .pagination-a {
    margin-top: -21px;
}

.news-c, #content.a > * > .news-c {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.news-c {
    overflow: hidden;
    height: 460px;
}

.news-c > header {
    position: absolute;
    left: 50px;
    top: 51px;
    z-index: 2;
    background: url(../images/arrow-left-f.png) -3000em -3000em no-repeat;
}

.news-c > header h1, .news-c > header h2, .news-c > header h3, .news-c > header h4 {
    background: url(../images/arrow-right-f.png) -3000em -3000em no-repeat;
    color: #fff;
    font-size: 1.306em;
    font-weight: 700;
    text-transform: uppercase;
}

.news-c article {
    position: relative;
    z-index: 1;
    width: 350px;
    height: 350px;
    margin: 0 0 50px;
    padding: 110px 560px 0 50px;
    background: #000;
    color: #fff;
}

.js .news-c article {
    margin: 0;
}

.news-c article figure {
    position: absolute;
    left: 50%;
    top: 0;
}

.news-c article figure img {
    max-width: none !important;
}

.news-c article h1, .news-c article h2, .news-c article h3, .news-c article h4, .news-c article h5, .news-c article h6 {
    position: relative;
    margin: 0 0 27px;
    padding: 0 0 19px;
    color: #fff;
    font-size: 3.264em;
}

.news-c article h1:before, .news-c article h2:before, .news-c article h3:before, .news-c article h4:before, .news-c article h5:before, .news-c article h6:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #fff;
}

.news-c article h1 a, .news-c article h2 a, .news-c article h3 a, .news-c article h4 a, .news-c article h5 a, .news-c article h6 a {
    color: #fff;
}

.news-c article h1 span, .news-c article h2 span, .news-c article h3 span, .news-c article h4 span, .news-c article h5 span, .news-c article h6 span {
    font-weight: 700;
}

.news-c article p {
    font-size: 1.492em;
}

.news-c .bx-prev, .news-c .bx-next {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    text-align: left;
    text-indent: -3000em;
}

.news-c .bx-prev {
    left: 50px;
    background: url(../images/arrow-left-e.png) no-repeat;
    background-size: 100% 100%;
}

.news-c .bx-next {
    left: 139px;
    background: url(../images/arrow-right-e.png) no-repeat;
    background-size: 100% 100%;
}

.news-c .bx-prev:hover {
    background: url(../images/arrow-left-f.png) no-repeat;
    background-size: 100% 100%;
    opacity: .9;
}

.news-c .bx-next:hover {
    background: url(../images/arrow-right-f.png) no-repeat;
    background-size: 100% 100%;
    opacity: .9;
}

.lt-ie9 .news-c .bx-prev, .lt-ie9 .news-c .bx-next {
    width: 44px;
    height: 43px;
}

.news-c .bx-pager {
    position: absolute;
    left: 50px;
    top: 74px;
    z-index: 3;
    color: #fff;
    font-size: 2em;
}

/*.heading-a + .news-c { margin-top: -44px; }*/

.news-d {
    position: relative;
    width: 110%;
    margin: 0;
    color: #666;
}

.news-d:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.news-d article {
    position: relative;
    float: left;
    width: 242px;
    margin: 0 32px 32px 0;
    padding: 0 34px 9px;
    box-shadow: 0 7px 10px #f5f5f5;
}

.boxshadow .news-d article {
    box-shadow: 0 7px 10px rgba(0, 0, 0, .03);
}

.js .news-d article {
    width: auto;
    margin-right: 0;
}

.news-d figure {
    margin: 0 -34px 34px;
}

.news-d figure img {
    display: block;
    width: 100% !important;
}

.news-d article h1, .news-d article h2, .news-d article h3, .news-d article h4, .news-d article h5, .news-d article h6 {
    position: relative;
    margin: 0 0 21px;
    padding: 0 0 16px;
    color: #666;
    font-weight: 400;
    font-size: 2.238em;
}

.news-d article h1:before, .news-d article h2:before, .news-d article h3:before, .news-d article h4:before, .news-d article h5:before, .news-d article h6:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #000;
}

.news-d article h1 a, .news-d article h2 a, .news-d article h3 a, .news-d article h4 a, .news-d article h5 a, .news-d article h6 a {
    color: #666;
}

.news-d article p {
    color: #666;
    font-size: 1.3em;
}

.js .news-d {
    overflow: hidden;
    left: 31px;
    width: 1035px;
    margin-top: -10px;
    margin-bottom: -30px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.news-d .bx-wrapper, .news-d .bx-viewport {
    overflow: visible !important;
}

.news-d .bx-viewport {
    left: 20px !important;
}

.news-d .bx-pager {
    position: relative;
    left: 20px;
    padding: 8px 0 24px;
    text-align: center;
}

.js #root .news-d.regular-only {
    left: -20px;
    width: 1000px;
    padding-left: 0;
}

.news-d.regular-only article {
    padding-left: 25px;
    padding-right: 25px;
}

.news-d.regular-only figure {
    margin-left: -25px;
    margin-right: -25px;
}

.js #root .news-d.tablet-only {
    left: -20px;
    width: 760px;
    padding-left: 0;
}

.news-d.tablet-only article {
    padding-left: 25px;
    padding-right: 25px;
}

.news-d.tablet-only figure {
    margin-left: -25px;
    margin-right: -25px;
}

.js #root .news-d.mobile-only {
    left: 0;
    width: auto;
    padding-left: 0;
}

.news-d.mobile-only article {
    float: none;
    padding: 0;
    box-shadow: none;
}

.news-d.mobile-only figure {
    margin-left: 0;
    margin-right: 0;
}

.news-d.mobile-only .bx-wrapper, .news-d.mobile-only .bx-viewport {
    overflow: hidden !important;
}

.news-d.mobile-only .bx-viewport, .news-d.mobile-only .bx-pager {
    left: 0 !important;
    padding-top: 0;
}

.news-e {
    color: #7e7e7e;
}

.news-e article {
    position: relative;
    margin: 0 0 61px;
    padding: 30px 56px 6px;
    border: 1px solid #e9e9e9;
}

.news-e article > .link {
    display: block;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 1px;
    text-align: left;
    text-indent: -3000em;
}

.news-e article.has-link:hover {
    background: #f2f1f1;
}

.news-e header figure {
    position: relative;
    margin: -31px -57px 51px;
}

.news-e header figure:before, .news-e header figure:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
}

.news-e header figure:before {
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
}

.news-e header figure:after {
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 59px;
    height: 58px;
    margin: -29px 0 0 -29.5px;
    background: url(../images/search.png) no-repeat;
}

.news-e article.has-link:hover figure:before {
    opacity: .64;
    filter: alpha(opacity=64);
}

.news-e article.has-link:hover figure:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 .news-e header figure:before, .lt-ie9 .news-e header figure:after {
    top: -1000em;
}

.lt-ie9 .news-e article.has-link:hover figure:before {
    top: 0;
}

.lt-ie9 .news-e article.has-link:hover figure:after {
    top: 50%;
}

.news-e header figure img {
    display: block;
    position: relative;
    z-index: 1;
}

.news-e h1, .news-e h2, .news-e h3 {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 19px;
    color: #535353;
    font-size: 2.282em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.news-e h1:before, .news-e h2:before, .news-e h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67px;
    height: 3px;
    background: #000;
}

.news-e h1 a, .news-e h2 a, .news-e h3 a {
    color: #535353;
}

.news-e p.link-a {
    position: relative;
    z-index: 11;
}

.pagination-a {
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: .1em;
}

.pagination-a ul, .pagination-a ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-a li {
    display: inline-block;
    margin: 0 3px;
    font-size: 1.173em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.pagination-a li a {
    display: inline-block;
    min-width: 21px;
    height: 53px;
    padding: 0 16px;
    border: 1px solid #000;
    color: #000;
    line-height: 53px;
    text-decoration: none;
}

.pagination-a li a:hover, .pagination-a li.active a {
    background: #000;
    color: #fff;
}

.pagination-a li.active a {
    cursor: default;
}

.pagination-a.a {
}

.pagination-a.a ul, .pagination-a.a ol {
    text-align: right;
}

.slider-a, #content.a > * > .slider-a {
    position: relative;
    list-style: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    padding: 0;
    box-shadow: 13px 13px 15px rgba(0, 0, 0, .04);
    border-radius: 13px;
    background: #f4f4f4;
}

.slider-a li {
    position: relative;
    min-height: 157px;
    margin: 0;
    padding: 33px 70px 52px 284px;
    background: url(../images/arrow-left-f.png) -3000em -3000em no-repeat;
    font-size: 1.6em;
}

.slider-a li img {
    display: block;
    position: absolute;
    left: 53px;
    top: 29px;
    border-radius: 100px;
    border: 12px solid #fff;
}

.rgba .slider-a li img {
    border-color: rgba(255, 255, 255, .29);
}

.slider-a li .title {
    display: block;
    position: relative;
    margin: 0 0 20px;
    background: url(../images/arrow-right-f.png) -3000em -3000em no-repeat;
    font-size: 1.125em;
    line-height: 1.25;
}

.slider-a li .title span {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}

.slider-a li .title .date {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 1em;
    font-weight: 400;
}

/*.heading-a + .slider-a { margin-top: -42px; }*/
.slider-a .bx-prev, .slider-a .bx-next, .slider-ba .bx-prev, .slider-ba .bx-next {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 42px;
    height: 44px;
    margin: -22px 0 0;
    text-align: left;
    text-indent: -3000em;
    opacity: .4;
}

.slider-a .bx-prev, .slider-ba .bx-prev {
    left: -100px;
    background: url(../images/arrow-left-e.png) no-repeat;
    background-size: 100% 100%;
}

.slider-a .bx-next, .slider-ba .bx-next {
    right: -100px;
    background: url(../images/arrow-right-e.png) no-repeat;
    background-size: 100% 100%;
}

.slider-a .bx-prev:hover, .slider-ba .bx-prev:hover {
    background: url(../images/arrow-left-f.png) no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

.slider-a .bx-next:hover, .slider-ba .bx-next:hover {
    background: url(../images/arrow-right-f.png) no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

.lt-ie9 .slider-a .bx-prev, .lt-ie9 .slider-a .bx-next, .lt-ie9 .slider-ba .bx-prev, .lt-ie9 .slider-ba .bx-next {
    width: 44px;
}

.slider-a .bx-pager {
    position: absolute;
    left: -3000em;
    top: 0;
}

.slider-b {
    overflow: hidden;
    list-style: none;
    margin: 0 auto 80px;
    height: 440px;
    padding: 0;
    background: url(../images/arrow-left-b.png) -3000em -3000em no-repeat;
}

.slider-b li {
    max-width: 320px;
    background: url(../images/arrow-right-b.png) -3000em -3000em no-repeat;
}

.slider-b img {
    max-width: none !important;
}

[data-carousel-3d] {
    position: relative;
    width: 100%;
}

[data-carousel-3d] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

[data-carousel-3d] [data-prev-button], [data-carousel-3d] [data-next-button] {
    display: block;
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    margin: -33px 0 0;
    text-align: left;
    text-indent: -3000em;
    cursor: pointer;
}

[data-carousel-3d] [data-prev-button] {
    left: 0;
    background: url(../images/arrow-left-a.png) -5px -5px no-repeat #000;
}

[data-carousel-3d] [data-next-button] {
    right: 0;
    background: url(../images/arrow-right-a.png) -5px -5px no-repeat #000;
}

[data-carousel-3d] [data-prev-button]:hover {
    background: url(../images/arrow-left-b.png) -5px -5px no-repeat #000;
}

[data-carousel-3d] [data-next-button]:hover {
    background: url(../images/arrow-right-b.png) -5px -5px no-repeat #000;
}

[data-carousel-3d] > [data-children-wrapper] {
    perspective: 3000px;
    -ms-perspective: 3000px;
    -moz-perspective: 3000px;
    -webkit-perspective: 3000px;
}

[data-carousel-3d] > [data-children-wrapper] > [data-child] {
    transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

[data-carousel-3d] > [data-children-wrapper] > [data-child] {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

[data-carousel-3d] > [data-children-wrapper] > [data-child] > [data-child-frame] > [data-content-wrapper] {
    box-sizing: border-box;
    transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
}

[data-carousel-3d]:before {
    padding-top: 40%;
    display: block;
    content: '';
}

[data-carousel-3d] [data-children-wrapper] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26%;
    left: 26%;
}

.slider-ba {
    list-style: none;
    margin: 0 0 60px;
    padding: 0 0 64px;
    background: #000;
}

.slider-ba img {
    display: block;
    width: 100% !important;
}

.slider-ba .bx-prev {
    left: 0;
    transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
}

.slider-ba .bx-next {
    right: 0;
    transform-origin: right center;
    -moz-transform-origin: right center;
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    -ms-transform-origin: right center;
}

.slider-ba .bx-prev, .slider-ba .bx-next {
    transform: scale(.75, .75);
    -moz-transform: scale(.75, .75);
    -webkit-transform: scale(.75, .75);
    -o-transform: scale(.75, .75);
    -ms-transform: scale(.75, .75);
}

.slider-ba .bx-prev, .slider-ba .bx-next {
    top: auto;
    bottom: 10px;
    margin: 0;
}

.slider-ba .bx-prev {
    left: 10px;
}

.slider-ba .bx-next {
    right: 10px;
}

.slider-bb {
    position: relative;
    list-style: none;
    max-width: 320px;
    margin: 0 auto 80px;
    padding: 0;
    text-align: center;
}

.slider-bb * {
    margin: 0;
    padding: 0;
}

.slider-bb .bx-prev, .slider-bb .bx-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    margin: -33px 0 0;
    text-align: left;
    text-indent: -3000em;
    cursor: pointer;
}

.slider-bb .bx-prev {
    left: -120px;
    background: url(../images/arrow-left-a.png) -5px -5px no-repeat #000;
}

.slider-bb .bx-next {
    right: -120px;
    background: url(../images/arrow-right-a.png) -5px -5px no-repeat #000;
}

.slider-bb .bx-prev:hover {
    background-image: url(../images/arrow-left-b.png);
}

.slider-bb .bx-next:hover {
    background-image: url(../images/arrow-right-b.png);
}

.social-a {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.social-a li {
    display: inline-block;
    margin: 0 9px 18px;
}

.social-a li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 30px;
    text-indent: -3000em;
    text-align: left;
}

.lt-ie9 .social-a li a {
    width: 56px;
    height: 56px;
}

.social-a li.fb a {
    background: url(../images/icon-fb-b.png) no-repeat;
    background-size: 100% 100%;
}

.social-a li.tw a {
    background: url(../images/icon-tw-b.png) no-repeat;
    background-size: 100% 100%;
}

.social-a li.in a {
    background: url(../images/icon-in-b.png) no-repeat;
    background-size: 100% 100%;
}

.social-a li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    top: 0;
    width: 10px;
    height: 10px;
}

.social-a li.fb a:before {
    background: url(../images/icon-fb-c.png) no-repeat;
}

.social-a li.tw a:before {
    background: url(../images/icon-tw-c.png) no-repeat;
}

.social-a li.in a:before {
    background: url(../images/icon-in-c.png) no-repeat;
}

.social-a li a:hover {
    background-color: #000;
}

.social-a li.fb a:hover {
    background-image: url(../images/icon-fb-c.png);
}

.social-a li.tw a:hover {
    background-image: url(../images/icon-tw-c.png);
}

.social-a li.in a:hover {
    background-image: url(../images/icon-in-c.png);
}

#root #content .sticky-a, #root #content .sticky-c {
    position: absolute;
    right: 50%;
    top: 100%;
    z-index: 2;
    width: auto;
    margin: -414px -1032px 0 0;
    padding: 0;
    opacity: 0;
}

#root #content .sticky-a, #root #content .sticky-c {
    transform: translateX(250px);
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
}

#root #content .sticky-b, #root #content .sticky-d {
    position: absolute;
    left: 50%;
    top: 25px;
    width: auto;
    margin: 0 0 0 -550px;
    padding: 0;
    opacity: 0;
}

#root #content .sticky-b.a {
    margin-left: -715px;
}

#root #content .sticky-b.b {
    top: -20px;
    margin-left: -800px;
}

#root #content .sticky-b, #root #content .sticky-d {
    transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
}

#root #content .shown .sticky-a, #root #content .shown .sticky-b, #root #content .shown .sticky-c, #root #content .shown .sticky-d {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

#root #content .sticky-c {
    right: 0;
    margin-right: 0;
}

#root #content .sticky-d {
    left: 0;
    margin-left: 0;
}

/*! Headers --------- */
h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-weight: 400;
    line-height: 1.2;
}

h1, h2 {
    font-size: 4em;
}

h3 {
    font-size: 3.4em;
}

h4 {
    font-size: 3.2em;
}

h5 {
    font-size: 3.0em;
}

h6 {
    font-size: 2.8em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #525252;
}

/*! Content --------- */
b, strong, .strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn, em, i, .em {
    font-style: italic;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 85%;
}

strike, del, .strike {
    text-decoration: line-through;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.scheme-a {
    color: #000;
}

.scheme-b {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.scheme-c {
    color: #303030;
}

/*! Links --------- */
a {
    background: none;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*---*/
a span {
    cursor: pointer;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
    outline: none;
}

.link-a {
    overflow: hidden;
    width: 100%;
    margin-top: 24px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
}

.link-a a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    min-width: 149px;
    padding: 11px 20px 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-decoration: none;
}

.link-a a:hover {
    background: #000;
    color: #fff;
}

.link-a.a {
}

.link-a.a a {
    display: inline-block;
    float: none;
    min-width: 147px;
    padding-top: 10px;
    padding-bottom: 11px;
    border-radius: 2px;
    border: 2px solid #000;
}

/*! Lists --------- */
ul, ol, dd, blockquote {
    padding-left: 40px;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

.list-a {
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
    color: #7e7e7e;
    text-align: center;
}

.list-a li {
    float: left;
    width: 33.333333%;
    margin: 0 0 53px;
    font-size: 1.4em;
    line-height: 1.75;
}

.list-a li .title {
    display: block;
    margin: 0 0 10px;
    color: #545454;
    font-weight: 700;
    font-size: 1.285em;
}

.list-a li .inner {
    display: block;
    max-width: 270px;
    margin: 0 auto;
}

.list-a li i {
    display: block;
    position: relative;
    width: 163px;
    height: 163px;
    margin: 0 auto 37px;
    border-radius: 100px;
    background: #fbfbfb;
    color: #000;
    font-size: 60px;
    line-height: 174px;
    text-align: center;
}

.rgba .list-a li i {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.list-a li a:hover i {
    background: #000;
    color: #fff;
}

.list-a li a {
    display: block;
    color: #7e7e7e;
    text-decoration: none;
}

.list-a + header {
    margin-top: 73px;
}

/*.heading-a + .list-a { margin-top: -32px; }*/

.list-b {
    overflow: hidden;
    position: relative;
    list-style: none;
    width: 100%;
    height: 550px;
    margin: 0;
    padding: 0;
    color: #545454;
    line-height: 1.3;
}

.list-b li {
    position: relative;
    z-index: 2;
    width: 193px;
    margin: 0 auto 30px;
    padding: 24px 30px 24px 82px;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 1.4em;
    opacity: 0;
}

.list-b.shown li, .mobile .list-b li {
    opacity: 1;
}

.list-b li .title {
    display: block;
    margin: 0 0 5px;
    color: #545454;
    font-size: 1.571em;
    font-weight: 700;
}

.list-b li .no {
    display: block;
    position: absolute;
    left: 22px;
    top: 50%;
    width: 41px;
    height: 41px;
    margin: -20.5px 0 0;
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 1.428em;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
}

#root .list-b li.mobile-b {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#root .list-b li.mobile-b:after, #root .list-b li.mobile-f:after, #root .list-b li.mobile-g:after {
    top: -3000em;
}

#root .list-b li.mobile-f {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 740px;
    margin: 0 0 0 -370px;
    padding: 0;
    border-radius: 0;
    background: none;
}

#root .list-b li.mobile-b {
    opacity: 0;
    transform: translateY(250px);
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -o-transform: translateY(250px);
    -ms-transform: translateY(250px);
}

#root .list-b.shown li.mobile-b, .mobile #root .list-b li.mobile-b {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.js .list-b {
}

.js .list-b li {
    position: absolute;
}

.js .list-b li:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 8px;
    height: 16px;
    margin: -8px 0 0;
    background: url(../images/arrow-right-d.png) no-repeat;
}

.js .list-b li.c3:after, .js .list-b li.c4:after {
    right: 100%;
    left: auto;
    background: url(../images/arrow-left-d.png) no-repeat;
}

.js .list-b li.c1 {
    left: 0;
    top: 6px;
}

.js .list-b li.c2 {
    left: 0;
    top: 271px;
}

.js .list-b li.c3 {
    right: 0;
    top: 136px;
}

.js .list-b li.c4 {
    right: 0;
    top: 382px;
}

.list-b.a {
    height: 728px;
}

.list-b.a li {
}

.js .list-b.a li.c1 {
    left: 155px;
    top: 22px;
    padding-left: 30px;
    padding-right: 82px;
    text-align: right;
}

.js .list-b.a li.c2 {
    left: 0;
    top: 177px;
    padding-left: 30px;
    padding-right: 82px;
    text-align: right;
}

.js .list-b.a li.c3 {
    right: 0;
    top: 382px;
}

.js .list-b.a li.c4 {
    right: 150px;
    top: 542px;
}

.js .list-b.a li.c1 .no, .js .list-b.a li.c2 .no {
    left: auto;
    right: 22px;
}

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

#content.a > * > .list-b.b:last-child {
    margin-bottom: -8px;
}

#content.a > * > .list-b.b.last-child {
    margin-bottom: -8px;
}

#root .list-b.b li {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 25px 50px;
    text-align: left;
}

#root .list-b.b li.mobile-g {
    display: block;
    margin: 0 auto 20px;
}

#root .list-b.b li:after {
    left: 50%;
    top: -10px;
    width: 20px;
    height: 11px;
    margin: 0 0 0 -10px;
    background: url(../images/arrow-top-d.png) no-repeat;
}

#root .list-b.b li.c1:after {
    left: 75%;
}

#root .list-b.b li.c3:after {
    left: 25%;
}

/*.heading-a + .list-b { margin-top: -46px; }*/

.list-c, #content.a > * > .list-c {
    overflow: hidden;
    list-style: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    color: #7e7e7e;
    text-align: center;
}

.list-c > li {
    overflow: hidden;
    position: relative;
    float: left;
    width: 170px;
    margin: 32px 0 20px;
    padding: 0 25px 7px;
    border-radius: 3px;
    background: #fff;
    font-size: 1.3em;
}

.boxshadow .list-c > li {
    box-shadow: 0 7px 10px rgba(0, 0, 0, .03);
}

.list-c > li:last-child {
    float: right;
}

.list-c > li.last-child {
    float: right;
}

.list-c > li:first-child, .list-c > li.pie_first-child {
    margin-right: 50px;
}

.list-c > li > span {
    display: block;
    position: relative;
    margin: 0 -25px 61px;
    padding: 26px 25px 70px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ececec;
    border-top-width: 4px;
    border-bottom: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 1.307em;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.list-c > li > span span {
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -52px 0 0 -52px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 7px solid #fff;
    background: #000;
    color: #fff;
    font-size: 1.176em;
    line-height: 90px;
    letter-spacing: normal;
}

.list-c > li > ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.list-c > li > ul li {
    margin: 0 0 1px;
}

.list-c > li > a {
    display: block;
    margin: 0 0 10px;
    border-radius: 7px;
    padding: 10px 20px;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    font-size: 1.076em;
    text-transform: uppercase;
    text-decoration: none;
}

.list-c > li > a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.list-c > li.a a, .list-c > li.c a {
    opacity: .62;
    filter: alpha(opacity=62);
}

.list-c > li.b {
    width: 190px;
    margin-top: 0;
    padding: 0 35px 12px;
    font-size: 1.524em;
}

.list-c > li.b > span {
    margin: 0 -35px 71px;
    padding: 32px 35px 81px;
}

.list-c > li.b > span span {
    width: 104px;
    height: 104px;
    margin: -59px 0 0 -59px;
    font-size: 1.411em;
    line-height: 104px;
}

.list-c > li.b > ul {
    margin-bottom: 29px;
}

.list-c > li.b > ul li {
    margin-bottom: 2px;
}

.list-c.a {
}

.list-c.a > li > a {
    padding: 7px 17px;
    border-radius: 2px;
    border-width: 5px;
}

.heading-a + .list-c {
    margin-top: -24px;
}

/*! Media --------- */
img, object, embed, video {
    max-width: 100% !important;
}

img {
    position: relative;
    height: auto !important;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.lt-ie9 img, img[src*="maps.gstatic.com"], img[src*="google"], .zoomin img + img, img.zoomin + img {
    max-width: none !important;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

figure {
    margin-bottom: 27px;
}

.mobile-a, #root .mobile-a {
    width: 297px;
    height: 526px;
    padding: 110px 42px 136px 38px;
    background: url(../images/mobile.png) no-repeat;
    text-align: center;
}

.mobile-b, #root .mobile-b {
    width: 272px;
    height: 479px;
    padding: 100px 38px 124px 34px;
    background: url(../images/mobile.png) -383px 0 no-repeat;
    text-align: center;
}

.mobile-c, #root .mobile-c {
    width: 352px;
    height: 628px;
    padding: 70px 55px 103px 37px;
    background: url(../images/mobile-c.png) no-repeat;
    text-align: center;
}

.mobile-d, #root .mobile-d {
    width: 352px;
    height: 625px;
    padding: 99px 87px 182px 77px;
    background: url(../images/mobile-d.png) no-repeat;
    text-align: center;
}

.mobile-e, #root .mobile-e {
}

.mobile-f, #root .mobile-f {
}

.mobile-g, #root .mobile-g {
    width: 530px;
    height: 300px;
    padding: 27px 59px 45px 86px;
    background: url(../images/mobile-g.png) no-repeat;
    text-align: center;
}

/*! Forms --------- */
fieldset, hr {
    border-width: 0;
}

legend {
    position: absolute;
    left: 0;
    top: -3000em;
    padding: 0;
    border: 0;
    white-space: normal;
}

input, select, textarea {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    text-transform: none;
    outline: none;
}

input, select, textarea, button, input[type="button"], input[type="reset"], input[type="submit"], .semantic-select ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    line-height: 1;
}

input[type="search"], input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    height: auto;
    margin: 0;
}

input[type="number"]::-o-outer-spin-button, input[type="number"]::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

select {
    text-overflow: '';
    text-indent: 0.01px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    z-index: 3;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none;
}

form [disabled] {
    cursor: default;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

:-moz-placeholder {
    opacity: 1;
    color: inherit;
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus:-ms-placeholder {
    opacity: 0;
}

form {
}

label {
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    margin: 0 0 4px;
    font-weight: 400;
}

form p {
    position: relative;
    clear: both;
    margin-bottom: 11px;
}

form p:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    height: 41px;
    padding: 0 12px;
    line-height: 1;
}

input[type="color"] {
    padding: 0;
    cursor: pointer;
}

.lt-ie9 input[type="date"], .lt-ie9 input[type="datetime"], .lt-ie9 input[type="datetime-local"], .lt-ie9 input[type="email"], .lt-ie9 input[type="month"], .lt-ie9 input[type="number"], .lt-ie9 input[type="password"], .lt-ie9 input[type="range"], .lt-ie9 input[type="search"], .lt-ie9 input[type="tel"], .lt-ie9 input[type="text"], .lt-ie9 input[type="time"], .lt-ie9 input[type="url"], .lt-ie9 input[type="week"] {
    line-height: 39px;
}

select {
    padding: 7px 7px 8px 8px;
}

textarea {
    height: 204px;
    min-height: 204px;
    padding: 7px 7px 7px 12px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea, .semantic-select .input {
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    border-top-color: #eaeaea;
    border-left-color: #eaeaea;
    background: #f4f4f4;
    color: #283a44;
    font-size: 15.46px;
    font-weight: 600;
}

input:focus, select:focus, textarea:focus {
    border-color: #f32160;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: block;
    overflow: hidden;
    float: right;
    min-width: 190px;
    height: 43px;
    margin: 15px 0 0;
    padding: 0 24px;
    border-radius: 5px;
    border: 1px solid #000;
    background: none;
    color: #000;
    font-size: 11.73px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.semantic-select {
    position: relative;
}

.semantic-select .input {
    height: 39px;
    padding: 0 50px 0 12px;
    background: #fff;
    line-height: 39px;
}

.semantic-select .input .text {
    display: block;
    overflow: hidden;
}

.semantic-select .ticker {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
}

.semantic-select .ticker:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 4px;
    margin: -2px 0 0;
    background: url(../images/select-a.png) -5px -5px no-repeat #000;
}

.semantic-select ul {
    overflow: hidden;
    position: absolute;
    left: -3000em;
    top: 42px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #000;
    background: #f4f4f4;
}

.semantic-select ul li {
    margin: 0;
    padding: 1px 0 0;
    font-size: 15px;
}

#root .nav-a .semantic-select ul li {
    border: 0;
    font-size: 15px;
}

.semantic-select ul li:first-child, .semantic-select ul li.hidden:first-child + li {
    padding-top: 0;
}

.semantic-select ul li a, #root .nav-a .semantic-select ul li a {
    display: block;
    float: none;
    padding: 6px 12px;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    font-size: 1em;
}

.semantic-select ul li a {
    color: #283a44;
}

#root .semantic-select ul li a:hover, #root .semantic-select ul li.active a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#root .semantic-select ul li.active a {
    cursor: default;
}

.semantic-select.scrolled ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
}

.semantic-select.focus .input, .semantic-select.active .input {
    border-color: #000;
}

.semantic-select.active ul {
    left: 0;
}

.form-a {
    margin-bottom: 20px;
}

.form-a p {
}

.form-a p > span {
    display: block;
    position: relative;
    float: left;
    width: 228px;
}

.form-a p > span:first-child {
    margin-right: 8px;
}

.form-a p > span:last-child {
    float: right;
}

.form-a p > span.last-child {
    float: right;
}

.js .form-a label {
    position: absolute;
    padding: 0 12px;
    color: #283a44;
    font-size: 15.46px;
    font-weight: 600;
    line-height: 41px;
    cursor: text;
}

.form-a input, .form-a select, .form-a textarea {
    width: 100%;
}

.form-b {
    color: #7e7e7e;
    line-height: 1.75;
    text-align: center;
}

.form-b fieldset {
    width: 600px;
    margin: 0 auto;
}

.form-b p {
    margin-bottom: 26px;
    font-size: 1.3em;
}

.js .form-b label {
    position: absolute;
    padding: 0 0 0 26px;
    color: #666;
    font-size: 18px;
    line-height: 60px;
    cursor: text;
}

.form-b input {
    width: 100%;
    height: 60px;
    padding: 0 62px 0 26px;
    border-radius: 6px;
    border-color: #fff;
    background: #fff;
    color: #666;
    font-size: 18px;
}

.lt-ie9 .form-b input {
    line-height: 58px;
}

.form-b input:focus {
    border-color: #000;
}

#root .form-b button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 0;
    width: 45px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    text-indent: -3000em;
}

.form-b button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 21px;
    margin: -10.5px 0 0;
    background: url(../images/arrow-right-c.png) -5px -5px no-repeat #000;
}

/*.heading-a + .form-b { margin-top: -62px; }*/

.search-a {
    margin-bottom: 38px;
}

.search-a p {
    margin-bottom: 0;
}

.search-a label {
}

.js .search-a label {
    position: absolute;
    padding-left: 49px;
    color: #283a44;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;;
    line-height: 50px;
    text-transform: uppercase;
    cursor: text;
}

.search-a input {
    width: 100%;
    height: 50px;
    padding-left: 48px;
    color: #283a44;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;;
}

.lt-ie9 .search-a input {
    line-height: 48px;
}

#root .search-a button {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 0;
    width: 40px;
    height: 50px;
    margin: 0;
    padding: 6px 0 0;
    border-radius: 0;
    border: 0;
    background: none;
    color: #000;
    font-size: 21px;
    text-align: right;
    letter-spacing: normal;
}

/*! Tables --------- */
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 5px 10px;
    border: 1px solid #eee;
    font-weight: 400;
    text-align: left;
}

/*! Helpers --------- */
*, *:before, *:after {
    transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: color 0.4s ease-in-out 0s, border-opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}

#top > .fit-a:before, #top > .fit-a:after, #clone > .fit-a:before, #clone > .fit-a:after, .gallery-a li a > span, .module-a > figure, #root .list-b li.mobile-b, #clone, [class*="mobile"], .gallery-b li > div, .gallery-c li > div, .news-e article, .sticky-a, .sticky-b, .sticky-c, .sticky-d, .gallery-a li a .date:before {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.bx-prev, .bx-next {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.list-b li.c1 {
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
}

.list-b li.c2 {
    transition-delay: 0.50s;
    -moz-transition-delay: 0.50s;
    -webkit-transition-delay: 0.50s;
    -o-transition-delay: 0.50s;
    -ms-transition-delay: 0.50s;
}

.list-b li.c3 {
    transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
}

.list-b li.c4 {
    transition-delay: 1.00s;
    -moz-transition-delay: 1.00s;
    -webkit-transition-delay: 1.00s;
    -o-transition-delay: 1.00s;
    -ms-transition-delay: 1.00s;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.hidden, [hidden], template {
    position: absolute;
    left: -3000em;
    top: 0;
}

hr, .hr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    font-size: 0;
}

.hr hr {
    display: none;
}

.link-a:first-child, .comments-a:first-child {
    margin-top: 0;
}

#content.a > * > .counter:last-child {
    margin-bottom: 0;
}

#content.a > * > .counter.last-child {
    margin-bottom: 0;
}

/*! Warnings --------- */
p.lt-ie9, #root:after {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11000;
    width: 100%;
    height: 28px;
    background: #333;
    color: #fff;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
    text-align: center;
}

p.lt-ie9 a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

p.lt-ie9 a:hover, p.lt-ie9 a:focus, p.lt-ie9 a:active {
    text-decoration: none;
}

#root:after {
    content: "Ummm.. please, enable JavaScript support to fully experience this site.";
}

.js #root:after {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

.js body {
    padding-top: 0;
}

.lt-ie9 body {
    padding-top: 28px;
}

/*! Miscellaneous --------- */
audio, canvas, iframe, img, svg, video {
    border-width: 0;
    vertical-align: middle;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

@-ms-viewport {
    width: auto;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

#root .desktop-hide, #root .tablet-only, #root .mobile-only, #root .regular-only {
    position: absolute;
    left: -3000em;
    top: -3000em;
    bottom: inherit;
    right: inherit;
}

/*! Theme - Red --------- */
.theme-a button, .theme-a input[type="button"], .theme-a input[type="reset"], .theme-a input[type="submit"], .theme-a a, .theme-a .scheme-a, .theme-a .news-a header ul li i, .theme-a .news-a header ul li i:before, .theme-a .news-a header ul li a:hover, .theme-a #clone nav > ul > li.active > a, .theme-a #clone nav > ul > li:hover > a, .theme-a #clone nav > ul > li > a:hover, .theme-a .nav-a ul li a:hover span, .theme-a .nav-a ul li.active a span, .theme-a #root .search-a button, .theme-a .heading-a h1 .small, .theme-a .heading-a h2 .small, .theme-a .heading-a h3 .small, .theme-a .news-b article header p span, .theme-a .pagination-a li a, .theme-a .list-a li i, .theme-a .list-c > li > a, .theme-a .counter > span span, .theme-a .comments-a .date, .theme-a .nav-a h1 em, .theme-a .nav-a h2 em, .theme-a .nav-a h3 em, .theme-a .nav-a h4 em, .theme-a #root .nav-a > ul li.nav-sub a:hover, .theme-a #root .nav-a > ul li.nav-sub.active a, .theme-a .nav-a > ul li.nav-sub i:before, .theme-a #root .nav-a-new > ul li a:hover, .theme-a #root .nav-a-new > ul li.active a, .theme-a #root .nav-a.aside-cal ul li a:hover, .theme-a #root .nav-a.aside-cal ul li.active a {
    color: #f32160;
}

.theme-a button:hover, .theme-a input[type="button"]:hover, .theme-a input[type="reset"]:hover, .theme-a input[type="submit"]:hover, .theme-a #featured, .theme-a #clone h1 a, .theme-a .nav-a ul li a:hover, .theme-a .nav-a ul li.active a, .theme-a #footer:before, .theme-a .social-a li a:hover, .theme-a .download-a li a:hover, .theme-a #top.active > .fit-a:before, .theme-a #top.active > .fit-a:after, .theme-a #clone.active > .fit-a:before, .theme-a #clone.active > .fit-a:after, .theme-a .heading-a h1:before, .theme-a .heading-a h2:before, .theme-a .heading-a h3:before, .theme-a .gallery-a li a:before, .theme-a .semantic-select .ticker:before, .theme-a #root .semantic-select ul li.active a, .theme-a .news-b article h1:before, .theme-a .news-b article h2:before, .theme-a .news-b article h3:before, .theme-a .news-b article h5:before, .theme-a .link-a a:hover, .theme-a .pagination-a li a:hover, .theme-a .pagination-a li.active a, .theme-a #root .semantic-select ul li a:hover, .theme-a .list-a li a:hover i, .theme-a #welcome h1:before, .theme-a #welcome h2:before, .theme-a .list-b li .no, .theme-a #content.a > .vb, .theme-a .news-c article, .theme-a .form-b button:before, .theme-a .list-c > li > a:hover, .theme-a .list-c > li > span span, .theme-a .counter > span span:before, .theme-a .comments-a ul:before, .theme-a .gallery-b li:before, .theme-a #root .gallery-b li > .fit-a:before, .theme-a #root .gallery-b li > .fit-a:after, .theme-a .gallery-c ul li:before, .theme-a .gallery-c .bx-pager .bx-pager-item a.active, .theme-a [data-carousel-3d] [data-prev-button], .theme-a [data-carousel-3d] [data-next-button], .theme-a [data-carousel-3d] [data-prev-button]:hover, .theme-a [data-carousel-3d] [data-next-button]:hover, .theme-a .slider-ba .bx-prev, .theme-a .slider-ba .bx-next, .theme-a .slider-ba .bx-prev:hover, .theme-a .slider-ba .bx-next:hover, .theme-a .slider-ba, .theme-a .gallery-b.b > li > div:before, .theme-a .news-d article h1:before, .theme-a .news-d article h2:before, .theme-a .news-d article h3:before, .theme-a .news-d article h4:before, .theme-a .news-d article h5:before, .theme-a .news-d article h6:before, .theme-a .news-d .bx-pager-item a.active, .theme-a .gallery-a .bx-pager-item a.active, .theme-a .gallery-b .bx-pager-item a.active, .theme-a .nav-a > ul li a:hover span.scheme-a, .theme-a .nav-a > ul li.active a span.scheme-a, .theme-a .news-e h1:before, .theme-a .news-e h2:before, .theme-a .news-e h3:before, .theme-a .news-e header figure:before, .theme-a .slider-bb .bx-prev, .theme-a .slider-bb .bx-next, .theme-a #welcome, .theme-a .gallery-a li.plain a .date:before {
    background-color: #f32160;
    color: #fff;
}

.theme-a button, .theme-a input[type="button"], .theme-a input[type="reset"], .theme-a input[type="submit"], .theme-a input:focus, .theme-a select:focus, .theme-a textarea:focus, .theme-a #top > .fit-a:before, .theme-a #top > .fit-a:after, .theme-a #clone > .fit-a:before, .theme-a #clone > .fit-a:after, .theme-a .semantic-select.focus .input, .theme-a .semantic-select.active .input, .theme-a .semantic-select ul, .theme-a #contact input:focus, .theme-a #contact select:focus, .theme-a #contact textarea:focus, .theme-a #contact .semantic-select.focus .input, .theme-a #contact .semantic-select.active .input, .theme-a .link-a a, .theme-a .pagination-a li a, .theme-a .form-b input:focus, .theme-a .list-c > li > a, .theme-a #root .gallery-b li > .fit-a, .theme-a .link-a.a a {
    border-color: #f32160;
}

.theme-a #clone nav > ul > li.a > a, .theme-a #clone nav > ul > li > ul, .theme-a #root #clone nav > ul > li.sub:hover > a, .theme-a #clone nav > ul > li > ul > li > ul {
    background-color: #f43c43;
    color: #fff;
}

.theme-a .list-c > li.a > span span {
    background-color: #a93358;
    color: #fff;
}

.theme-a .list-c > li.c > span span {
    background-color: #f63;
    color: #fff;
}

@media only screen and (max-width: 47.5em) {
    .theme-a #root #nav > ul > li > a, .theme-a #root #clone nav > ul > li > a, .theme-a #root #nav > ul > li > ul li a:hover, .theme-a #root #nav > ul > li > ul li.active {
        color: #f32160;
    }

    .theme-a #root #nav > ul > li > a:hover, .theme-a #root #clone nav > ul > li > a:hover, .theme-a #root #nav > ul > li.active > a, .theme-a #root #clone nav > ul > li.active > a {
        background-color: #f32160;
        color: #fff;
    }
}

::selection {
    background: #f32160;
}

::-moz-selection {
    background: #f32160;
}

.theme-a.has-gradient #featured, .theme-a.has-gradient #welcome, .theme-a.has-gradient .list-a li a:hover i, .theme-a.has-gradient .list-b li .no, .theme-a.has-gradient #content.a > .vb, .theme-a.has-gradient .news-c article, .theme-a.has-gradient .gallery-b li:before, .theme-a.has-gradient .gallery-c ul li:before, .theme-a.has-gradient .gallery-a li a:before, .theme-a.has-gradient .gallery-b.b > li > div:before, .theme-a.gradient .news-e header figure:before {
    background: -moz-linear-gradient(-45deg, #fe2d58 0%, #ff5132 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fe2d58), color-stop(100%, #ff5132));
    background: -webkit-linear-gradient(-45deg, #fe2d58 0%, #ff5132 100%);
    background: -o-linear-gradient(-45deg, #fe2d58 0%, #ff5132 100%);
    background: -ms-linear-gradient(-45deg, #fe2d58 0%, #ff5132 100%);
    background: linear-gradient(135deg, #fe2d58 0%, #ff5132 100%);
}

.ie9.theme-a.has-gradient #featured, .ie9.theme-a.has-gradient #welcome, .ie9.theme-a.has-gradient .list-a li a:hover i, .ie9.theme-a.has-gradient .list-b li .no, .ie9.theme-a.has-gradient #content.a > .vb, .ie9.theme-a.has-gradient .news-c article, .ie9.theme-a.has-gradient .gallery-b li:before, .ie9.theme-a.has-gradient .gallery-c ul li:before, .ie9.theme-a.has-gradient .gallery-a li a:before, .ie9.theme-a.has-gradient .gallery-b.b > li > div:before, .ie9.theme-a.gradient .news-e header figure:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmUyZDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNTEzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-a.has-gradient #featured, .lt-ie9.theme-a.has-gradient #welcome, .lt-ie9.theme-a.has-gradient .news-c article, .lt-ie9.theme-a.has-gradient #content.a > .vb {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe2d58', endColorstr='#ff5132', GradientType=1);
}

/*! Theme - Blue --------- */
.theme-b button, .theme-b input[type="button"], .theme-b input[type="reset"], .theme-b input[type="submit"], .theme-b a, .theme-b .scheme-a, .theme-b .news-a header ul li i, .theme-b .news-a header ul li i:before, .theme-b .news-a header ul li a:hover, .theme-b #clone nav > ul > li.active > a, .theme-b #clone nav > ul > li:hover > a, .theme-b #clone nav > ul > li > a:hover, .theme-b .nav-a ul li a:hover span, .theme-b .nav-a ul li.active a span, .theme-b #root .search-a button, .theme-b .heading-a h1 .small, .theme-b .heading-a h2 .small, .theme-b .heading-a h3 .small, .theme-b .news-b article header p span, .theme-b .pagination-a li a, .theme-b .list-a li i, .theme-b .list-c > li > a, .theme-b .counter > span span, .theme-b .comments-a .date, .theme-b .nav-a h1 em, .theme-b .nav-a h2 em, .theme-b .nav-a h3 em, .theme-b .nav-a h4 em, .theme-b #root .nav-a > ul li.nav-sub a:hover, .theme-b #root .nav-a > ul li.nav-sub.active a, .theme-b .nav-a > ul li.nav-sub i:before, .theme-b #root .nav-a-new > ul li a:hover, .theme-b #root .nav-a-new > ul li.active a, .theme-b #root .nav-a.aside-cal ul li a:hover, .theme-b #root .nav-a.aside-cal ul li.active a {
    color: #00aae6;
}

.theme-b button:hover, .theme-b input[type="button"]:hover, .theme-b input[type="reset"]:hover, .theme-b input[type="submit"]:hover, .theme-b #featured, .theme-b #clone h1 a, .theme-b .nav-a ul li a:hover, .theme-b .nav-a ul li.active a, .theme-b #footer:before, .theme-b .social-a li a:hover, .theme-b .download-a li a:hover, .theme-b #top.active > .fit-a:before, .theme-b #top.active > .fit-a:after, .theme-b #clone.active > .fit-a:before, .theme-b #clone.active > .fit-a:after, .theme-b .heading-a h1:before, .theme-b .heading-a h2:before, .theme-b .heading-a h3:before, .theme-b .gallery-a li a:before, .theme-b .semantic-select .ticker:before, .theme-b #root .semantic-select ul li.active a, .theme-b .news-b article h1:before, .theme-b .news-b article h2:before, .theme-b .news-b article h3:before, .theme-b .news-b article h5:before, .theme-b .link-a a:hover, .theme-b .pagination-a li a:hover, .theme-b .pagination-a li.active a, .theme-b #root .semantic-select ul li a:hover, .theme-b .list-a li a:hover i, .theme-b #welcome h1:before, .theme-b #welcome h2:before, .theme-b .list-b li .no, .theme-b #content.a > .vb, .theme-b .news-c article, .theme-b .form-b button:before, .theme-b .list-c > li > a:hover, .theme-b .list-c > li > span span, .theme-b .counter > span span:before, .theme-b .comments-a ul:before, .theme-b .gallery-b li:before, .theme-b #root .gallery-b li > .fit-a:before, .theme-b #root .gallery-b li > .fit-a:after, .theme-b .gallery-c ul li:before, .theme-b .gallery-c .bx-pager .bx-pager-item a.active, .theme-b [data-carousel-3d] [data-prev-button], .theme-b [data-carousel-3d] [data-next-button], .theme-b [data-carousel-3d] [data-prev-button]:hover, .theme-b [data-carousel-3d] [data-next-button]:hover, .theme-b .slider-ba .bx-prev, .theme-b .slider-ba .bx-next, .theme-b .slider-ba .bx-prev:hover, .theme-b .slider-ba .bx-next:hover, .theme-b .slider-ba, .theme-b .gallery-b.b > li > div:before, .theme-b .news-d article h1:before, .theme-b .news-d article h2:before, .theme-b .news-d article h3:before, .theme-b .news-d article h4:before, .theme-b .news-d article h5:before, .theme-b .news-d article h6:before, .theme-b .news-d .bx-pager-item a.active, .theme-b .gallery-a .bx-pager-item a.active, .theme-b .gallery-b .bx-pager-item a.active, .theme-b .nav-a > ul li a:hover span.scheme-a, .theme-b .nav-a > ul li.active a span.scheme-a, .theme-b .news-e h1:before, .theme-b .news-e h2:before, .theme-b .news-e h3:before, .theme-b .news-e header figure:before, .theme-b .slider-bb .bx-prev, .theme-b .slider-bb .bx-next, .theme-b #welcome, .theme-b .gallery-a li.plain a .date:before {
    background-color: #00aae6;
    color: #fff;
}

.theme-b button, .theme-b input[type="button"], .theme-b input[type="reset"], .theme-b input[type="submit"], .theme-b input:focus, .theme-b select:focus, .theme-b textarea:focus, .theme-b #top > .fit-a:before, .theme-b #top > .fit-a:after, .theme-b #clone > .fit-a:before, .theme-b #clone > .fit-a:after, .theme-b .semantic-select.focus .input, .theme-b .semantic-select.active .input, .theme-b .semantic-select ul, .theme-b #contact input:focus, .theme-b #contact select:focus, .theme-b #contact textarea:focus, .theme-b #contact .semantic-select.focus .input, .theme-b #contact .semantic-select.active .input, .theme-b .link-a a, .theme-b .pagination-a li a, .theme-b .form-b input:focus, .theme-b .list-c > li > a, .theme-b #root .gallery-b li > .fit-a, .theme-b .link-a.a a {
    border-color: #00aae6;
}

.theme-b #clone nav > ul > li.a > a, .theme-b #clone nav > ul > li > ul, .theme-b #root #clone nav > ul > li.sub:hover > a, .theme-b #clone nav > ul > li > ul > li > ul {
    background-color: #00aae6;
    color: #fff;
}

.theme-b .list-c > li.a > span span {
    background-color: #1790ba;
    color: #fff;
}

.theme-b .list-c > li.c > span span {
    background-color: #7be8ff;
    color: #fff;
}

@media only screen and (max-width: 47.5em) {
    .theme-b #root #nav > ul > li > a, .theme-b #root #clone nav > ul > li > a, .theme-b #root #nav > ul > li > ul li a:hover, .theme-b #root #nav > ul > li > ul li.active {
        color: #00aae6;
    }

    .theme-b #root #nav > ul > li > a:hover, .theme-b #root #clone nav > ul > li > a:hover, .theme-b #root #nav > ul > li.active > a, .theme-b #root #clone nav > ul > li.active > a {
        background-color: #00aae6;
        color: #fff;
    }
}

::selection {
    background: #00aae6;
}

::-moz-selection {
    background: #00aae6;
}

.theme-b.has-gradient #featured, .theme-b.has-gradient #welcome, .theme-b.has-gradient .list-a li a:hover i, .theme-b.has-gradient .list-b li .no, .theme-b.has-gradient #content.a > .vb, .theme-b.has-gradient .news-c article, .theme-b.has-gradient .gallery-b li:before, .theme-b.has-gradient .gallery-c ul li:before, .theme-b.has-gradient .gallery-a li a:before, .theme-b.has-gradient .gallery-b.b > li > div:before, .theme-b.gradient .news-e header figure:before {
    background: -moz-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #47c4f0), color-stop(100%, #9fe3fd));
    background: -webkit-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -o-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -ms-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: linear-gradient(135deg, #47c4f0 0%, #9fe3fd 100%);
}

.ie9.theme-b.has-gradient #featured, .ie9.theme-b.has-gradient #welcome, .ie9.theme-b.has-gradient .list-a li a:hover i, .ie9.theme-b.has-gradient .list-b li .no, .ie9.theme-b.has-gradient #content.a > .vb, .ie9.theme-b.has-gradient .news-c article, .ie9.theme-b.has-gradient .gallery-b li:before, .ie9.theme-b.has-gradient .gallery-c ul li:before, .ie9.theme-b.has-gradient .gallery-a li a:before, .ie9.theme-b.has-gradient .gallery-b.b > li > div:before, .ie9.theme-b.gradient .news-e header figure:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDdjNGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmZTNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-b.has-gradient #featured, .lt-ie9.theme-b.has-gradient #welcome, .lt-ie9.theme-b.has-gradient .news-c article, .lt-ie9.theme-b.has-gradient #content.a > .vb {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47c4f0', endColorstr='#9fe3fd', GradientType=1);
}

/*! Theme - Cyan --------- */
.theme-c button, .theme-c input[type="button"], .theme-c input[type="reset"], .theme-c input[type="submit"], .theme-c a, .theme-c .scheme-a, .theme-c .news-a header ul li i, .theme-c .news-a header ul li i:before, .theme-c .news-a header ul li a:hover, .theme-c #clone nav > ul > li.active > a, .theme-c #clone nav > ul > li:hover > a, .theme-c #clone nav > ul > li > a:hover, .theme-c .nav-a ul li a:hover span, .theme-c .nav-a ul li.active a span, .theme-c #root .search-a button, .theme-c .heading-a h1 .small, .theme-c .heading-a h2 .small, .theme-c .heading-a h3 .small, .theme-c .news-b article header p span, .theme-c .pagination-a li a, .theme-c .list-a li i, .theme-c .list-c > li > a, .theme-c .counter > span span, .theme-c .comments-a .date, .theme-c .nav-a h1 em, .theme-c .nav-a h2 em, .theme-c .nav-a h3 em, .theme-c .nav-a h4 em, .theme-c #root .nav-a > ul li.nav-sub a:hover, .theme-c #root .nav-a > ul li.nav-sub.active a, .theme-c .nav-a > ul li.nav-sub i:before, .theme-c #root .nav-a-new > ul li a:hover, .theme-c #root .nav-a-new > ul li.active a, .theme-c #root .nav-a.aside-cal ul li a:hover, .theme-c #root .nav-a.aside-cal ul li.active a {
    color: #5fcac1;
}

.theme-c button:hover, .theme-c input[type="button"]:hover, .theme-c input[type="reset"]:hover, .theme-c input[type="submit"]:hover, .theme-c #featured, .theme-c #clone h1 a, .theme-c .nav-a ul li a:hover, .theme-c .nav-a ul li.active a, .theme-c #footer:before, .theme-c .social-a li a:hover, .theme-c .download-a li a:hover, .theme-c #top.active > .fit-a:before, .theme-c #top.active > .fit-a:after, .theme-c #clone.active > .fit-a:before, .theme-c #clone.active > .fit-a:after, .theme-c .heading-a h1:before, .theme-c .heading-a h2:before, .theme-c .heading-a h3:before, .theme-c .gallery-a li a:before, .theme-c .semantic-select .ticker:before, .theme-c #root .semantic-select ul li.active a, .theme-c .news-b article h1:before, .theme-c .news-b article h2:before, .theme-c .news-b article h3:before, .theme-c .news-b article h5:before, .theme-c .link-a a:hover, .theme-c .pagination-a li a:hover, .theme-c .pagination-a li.active a, .theme-c #root .semantic-select ul li a:hover, .theme-c .list-a li a:hover i, .theme-c #welcome h1:before, .theme-c #welcome h2:before, .theme-c .list-b li .no, .theme-c #content.a > .vb, .theme-c .news-c article, .theme-c .form-b button:before, .theme-c .list-c > li > a:hover, .theme-c .list-c > li > span span, .theme-c .counter > span span:before, .theme-c .comments-a ul:before, .theme-c .gallery-b li:before, .theme-c #root .gallery-b li > .fit-a:before, .theme-c #root .gallery-b li > .fit-a:after, .theme-c .gallery-c ul li:before, .theme-c .gallery-c .bx-pager .bx-pager-item a.active, .theme-c [data-carousel-3d] [data-prev-button], .theme-c [data-carousel-3d] [data-next-button], .theme-c [data-carousel-3d] [data-prev-button]:hover, .theme-c [data-carousel-3d] [data-next-button]:hover, .theme-c .slider-ba .bx-prev, .theme-c .slider-ba .bx-next, .theme-c .slider-ba .bx-prev:hover, .theme-c .slider-ba .bx-next:hover, .theme-c .slider-ba, .theme-c .gallery-b.b > li > div:before, .theme-c .news-d article h1:before, .theme-c .news-d article h2:before, .theme-c .news-d article h3:before, .theme-c .news-d article h4:before, .theme-c .news-d article h5:before, .theme-c .news-d article h6:before, .theme-c .news-d .bx-pager-item a.active, .theme-c .gallery-a .bx-pager-item a.active, .theme-c .gallery-b .bx-pager-item a.active, .theme-c .nav-a > ul li a:hover span.scheme-a, .theme-c .nav-a > ul li.active a span.scheme-a, .theme-c .news-e h1:before, .theme-c .news-e h2:before, .theme-c .news-e h3:before, .theme-c .news-e header figure:before, .theme-c .slider-bb .bx-prev, .theme-c .slider-bb .bx-next, .theme-c #welcome, .theme-c .gallery-a li.plain a .date:before {
    background-color: #5fcac1;
    color: #fff;
}

.theme-c button, .theme-c input[type="button"], .theme-c input[type="reset"], .theme-c input[type="submit"], .theme-c input:focus, .theme-c select:focus, .theme-c textarea:focus, .theme-c #top > .fit-a:before, .theme-c #top > .fit-a:after, .theme-c #clone > .fit-a:before, .theme-c #clone > .fit-a:after, .theme-c .semantic-select.focus .input, .theme-c .semantic-select.active .input, .theme-c .semantic-select ul, .theme-c #contact input:focus, .theme-c #contact select:focus, .theme-c #contact textarea:focus, .theme-c #contact .semantic-select.focus .input, .theme-c #contact .semantic-select.active .input, .theme-c .link-a a, .theme-c .pagination-a li a, .theme-c .form-b input:focus, .theme-c .list-c > li > a, .theme-c #root .gallery-b li > .fit-a, .theme-c .link-a.a a {
    border-color: #5fcac1;
}

.theme-c #clone nav > ul > li.a > a, .theme-c #clone nav > ul > li > ul, .theme-c #root #clone nav > ul > li.sub:hover > a, .theme-c #clone nav > ul > li > ul > li > ul {
    background-color: #5fcac1;
    color: #fff;
}

.theme-c .list-c > li.a > span span {
    background-color: #22a2a4;
    color: #fff;
}

.theme-c .list-c > li.c > span span {
    background-color: #2b7fa9;
    color: #fff;
}

@media only screen and (max-width: 47.5em) {
    .theme-c #root #nav > ul > li > a, .theme-c #root #clone nav > ul > li > a, .theme-c #root #nav > ul > li > ul li a:hover, .theme-c #root #nav > ul > li > ul li.active {
        color: #5fcac1;
    }

    .theme-c #root #nav > ul > li > a:hover, .theme-c #root #clone nav > ul > li > a:hover, .theme-c #root #nav > ul > li.active > a, .theme-c #root #clone nav > ul > li.active > a {
        background-color: #5fcac1;
        color: #fff;
    }
}

::selection {
    background: #5fcac1;
}

::-moz-selection {
    background: #5fcac1;
}

.theme-c.has-gradient #featured, .theme-c.has-gradient #welcome, .theme-c.has-gradient .list-a li a:hover i, .theme-c.has-gradient .list-b li .no, .theme-c.has-gradient #content.a > .vb, .theme-c.has-gradient .news-c article, .theme-c.has-gradient .gallery-b li:before, .theme-c.has-gradient .gallery-c ul li:before, .theme-c.has-gradient .gallery-a li a:before, .theme-c.has-gradient .gallery-b.b > li > div:before, .theme-c.gradient .news-e header figure:before {
    background: -moz-linear-gradient(-45deg, #35b8b0 0%, #1c799d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #35b8b0), color-stop(100%, #1c799d));
    background: -webkit-linear-gradient(-45deg, #35b8b0 0%, #1c799d 100%);
    background: -o-linear-gradient(-45deg, #35b8b0 0%, #1c799d 100%);
    background: -ms-linear-gradient(-45deg, #35b8b0 0%, #1c799d 100%);
    background: linear-gradient(135deg, #35b8b0 0%, #1c799d 100%);
}

.ie9.theme-c.has-gradient #featured, .ie9.theme-c.has-gradient #welcome, .ie9.theme-c.has-gradient .list-a li a:hover i, .ie9.theme-c.has-gradient .list-b li .no, .ie9.theme-c.has-gradient #content.a > .vb, .ie9.theme-c.has-gradient .news-c article, .ie9.theme-c.has-gradient .gallery-b li:before, .ie9.theme-c.has-gradient .gallery-c ul li:before, .ie9.theme-c.has-gradient .gallery-a li a:before, .ie9.theme-c.has-gradient .gallery-b.b > li > div:before, .ie9.theme-c.gradient .news-e header figure:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzViOGIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjNzk5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-c.has-gradient #featured, .lt-ie9.theme-c.has-gradient #welcome, .lt-ie9.theme-c.has-gradient .news-c article, .lt-ie9.theme-c.has-gradient #content.a > .vb {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35b8b0', endColorstr='#1c799d', GradientType=1);
}

/*! Theme - Green --------- */
.theme-d button, .theme-d input[type="button"], .theme-d input[type="reset"], .theme-d input[type="submit"], .theme-d a, .theme-d .scheme-a, .theme-d .news-a header ul li i, .theme-d .news-a header ul li i:before, .theme-d .news-a header ul li a:hover, .theme-d #clone nav > ul > li.active > a, .theme-d #clone nav > ul > li:hover > a, .theme-d #clone nav > ul > li > a:hover, .theme-d .nav-a ul li a:hover span, .theme-d .nav-a ul li.active a span, .theme-d #root .search-a button, .theme-d .heading-a h1 .small, .theme-d .heading-a h2 .small, .theme-d .heading-a h3 .small, .theme-d .news-b article header p span, .theme-d .pagination-a li a, .theme-d .list-a li i, .theme-d .list-c > li > a, .theme-d .counter > span span, .theme-d .comments-a .date, .theme-d .nav-a h1 em, .theme-d .nav-a h2 em, .theme-d .nav-a h3 em, .theme-d .nav-a h4 em, .theme-d #root .nav-a > ul li.nav-sub a:hover, .theme-d #root .nav-a > ul li.nav-sub.active a, .theme-d .nav-a > ul li.nav-sub i:before, .theme-d #root .nav-a-new > ul li a:hover, .theme-d #root .nav-a-new > ul li.active a, .theme-d #root .nav-a.aside-cal ul li a:hover, .theme-d #root .nav-a.aside-cal ul li.active a {
    color: #afc625;
}

.theme-d button:hover, .theme-d input[type="button"]:hover, .theme-d input[type="reset"]:hover, .theme-d input[type="submit"]:hover, .theme-d #featured, .theme-d #clone h1 a, .theme-d .nav-a ul li a:hover, .theme-d .nav-a ul li.active a, .theme-d #footer:before, .theme-d .social-a li a:hover, .theme-d .download-a li a:hover, .theme-d #top.active > .fit-a:before, .theme-d #top.active > .fit-a:after, .theme-d #clone.active > .fit-a:before, .theme-d #clone.active > .fit-a:after, .theme-d .heading-a h1:before, .theme-d .heading-a h2:before, .theme-d .heading-a h3:before, .theme-d .gallery-a li a:before, .theme-d .semantic-select .ticker:before, .theme-d #root .semantic-select ul li.active a, .theme-d .news-b article h1:before, .theme-d .news-b article h2:before, .theme-d .news-b article h3:before, .theme-d .news-b article h5:before, .theme-d .link-a a:hover, .theme-d .pagination-a li a:hover, .theme-d .pagination-a li.active a, .theme-d #root .semantic-select ul li a:hover, .theme-d .list-a li a:hover i, .theme-d #welcome h1:before, .theme-d #welcome h2:before, .theme-d .list-b li .no, .theme-d #content.a > .vb, .theme-d .news-c article, .theme-d .form-b button:before, .theme-d .list-c > li > a:hover, .theme-d .list-c > li > span span, .theme-d .counter > span span:before, .theme-d .comments-a ul:before, .theme-d .gallery-b li:before, .theme-d #root .gallery-b li > .fit-a:before, .theme-d #root .gallery-b li > .fit-a:after, .theme-d .gallery-c ul li:before, .theme-d .gallery-c .bx-pager .bx-pager-item a.active, .theme-d [data-carousel-3d] [data-prev-button], .theme-d [data-carousel-3d] [data-next-button], .theme-d [data-carousel-3d] [data-prev-button]:hover, .theme-d [data-carousel-3d] [data-next-button]:hover, .theme-d .slider-ba .bx-prev, .theme-d .slider-ba .bx-next, .theme-d .slider-ba .bx-prev:hover, .theme-d .slider-ba .bx-next:hover, .theme-d .slider-ba, .theme-d .gallery-b.b > li > div:before, .theme-d .news-d article h1:before, .theme-d .news-d article h2:before, .theme-d .news-d article h3:before, .theme-d .news-d article h4:before, .theme-d .news-d article h5:before, .theme-d .news-d article h6:before, .theme-d .news-d .bx-pager-item a.active, .theme-d .gallery-a .bx-pager-item a.active, .theme-d .gallery-b .bx-pager-item a.active, .theme-d .nav-a > ul li a:hover span.scheme-a, .theme-d .nav-a > ul li.active a span.scheme-a, .theme-d .news-e h1:before, .theme-d .news-e h2:before, .theme-d .news-e h3:before, .theme-d .news-e header figure:before, .theme-d .slider-bb .bx-prev, .theme-d .slider-bb .bx-next, .theme-d #welcome, .theme-d .gallery-a li.plain a .date:before {
    background-color: #afc625;
    color: #fff;
}

.theme-d button, .theme-d input[type="button"], .theme-d input[type="reset"], .theme-d input[type="submit"], .theme-d input:focus, .theme-d select:focus, .theme-d textarea:focus, .theme-d #top > .fit-a:before, .theme-d #top > .fit-a:after, .theme-d #clone > .fit-a:before, .theme-d #clone > .fit-a:after, .theme-d .semantic-select.focus .input, .theme-d .semantic-select.active .input, .theme-d .semantic-select ul, .theme-d #contact input:focus, .theme-d #contact select:focus, .theme-d #contact textarea:focus, .theme-d #contact .semantic-select.focus .input, .theme-d #contact .semantic-select.active .input, .theme-d .link-a a, .theme-d .pagination-a li a, .theme-d .form-b input:focus, .theme-d .list-c > li > a, .theme-d #root .gallery-b li > .fit-a, .theme-d .link-a.a a {
    border-color: #afc625;
}

.theme-d #clone nav > ul > li.a > a, .theme-d #clone nav > ul > li > ul, .theme-d #root #clone nav > ul > li.sub:hover > a, .theme-d #clone nav > ul > li > ul > li > ul {
    background-color: #afc625;
    color: #fff;
}

.theme-d .list-c > li.a > span span {
    background-color: #59b098;
    color: #fff;
}

.theme-d .list-c > li.c > span span {
    background-color: #40a1a6;
    color: #fff;
}

@media only screen and (max-width: 47.5em) {
    .theme-d #root #nav > ul > li > a, .theme-d #root #clone nav > ul > li > a, .theme-d #root #nav > ul > li > ul li a:hover, .theme-d #root #nav > ul > li > ul li.active {
        color: #afc625;
    }

    .theme-d #root #nav > ul > li > a:hover, .theme-d #root #clone nav > ul > li > a:hover, .theme-d #root #nav > ul > li.active > a, .theme-d #root #clone nav > ul > li.active > a {
        background-color: #afc625;
        color: #fff;
    }
}

::selection {
    background: #afc625;
}

::-moz-selection {
    background: #afc625;
}

.theme-d.has-gradient #featured, .theme-d.has-gradient #welcome, .theme-d.has-gradient .list-a li a:hover i, .theme-d.has-gradient .list-b li .no, .theme-d.has-gradient #content.a > .vb, .theme-d.has-gradient .news-c article, .theme-d.has-gradient .gallery-b li:before, .theme-d.has-gradient .gallery-c ul li:before, .theme-d.has-gradient .gallery-a li a:before, .theme-d.has-gradient .gallery-b.b > li > div:before, .theme-d.gradient .news-e header figure:before {
    background: -moz-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8ec64e), color-stop(100%, #41aba0));
    background: -webkit-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: -o-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: -ms-linear-gradient(-45deg, #8ec64e 0%, #41aba0 100%);
    background: linear-gradient(135deg, #8ec64e 0%, #41aba0 100%);
}

.ie9.theme-d.has-gradient #featured, .ie9.theme-d.has-gradient #welcome, .ie9.theme-d.has-gradient .list-a li a:hover i, .ie9.theme-d.has-gradient .list-b li .no, .ie9.theme-d.has-gradient #content.a > .vb, .ie9.theme-d.has-gradient .news-c article, .ie9.theme-d.has-gradient .gallery-b li:before, .ie9.theme-d.has-gradient .gallery-c ul li:before, .ie9.theme-d.has-gradient .gallery-a li a:before, .ie9.theme-d.has-gradient .gallery-b.b > li > div:before, .ie9.theme-d.gradient .news-e header figure:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGVjNjRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxYWJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-d.has-gradient #featured, .lt-ie9.theme-d.has-gradient #welcome, .lt-ie9.theme-d.has-gradient .news-c article, .lt-ie9.theme-d.has-gradient #content.a > .vb {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec64e', endColorstr='#41aba0', GradientType=1);
}

/*! Theme - Magenta --------- */
.theme-e button, .theme-e input[type="button"], .theme-e input[type="reset"], .theme-e input[type="submit"], .theme-e a, .theme-e .scheme-a, .theme-e .news-a header ul li i, .theme-e .news-a header ul li i:before, .theme-e .news-a header ul li a:hover, .theme-e #clone nav > ul > li.active > a, .theme-e #clone nav > ul > li:hover > a, .theme-e #clone nav > ul > li > a:hover, .theme-e .nav-a ul li a:hover span, .theme-e .nav-a ul li.active a span, .theme-e #root .search-a button, .theme-e .heading-a h1 .small, .theme-e .heading-a h2 .small, .theme-e .heading-a h3 .small, .theme-e .news-b article header p span, .theme-e .pagination-a li a, .theme-e .list-a li i, .theme-e .list-c > li > a, .theme-e .counter > span span, .theme-e .comments-a .date, .theme-e .nav-a h1 em, .theme-e .nav-a h2 em, .theme-e .nav-a h3 em, .theme-e .nav-a h4 em, .theme-e #root .nav-a > ul li.nav-sub a:hover, .theme-e #root .nav-a > ul li.nav-sub.active a, .theme-e .nav-a > ul li.nav-sub i:before, .theme-e #root .nav-a-new > ul li a:hover, .theme-e #root .nav-a-new > ul li.active a, .theme-e #root .nav-a.aside-cal ul li a:hover, .theme-e #root .nav-a.aside-cal ul li.active a {
    color: #f1435e;
}

.theme-e button:hover, .theme-e input[type="button"]:hover, .theme-e input[type="reset"]:hover, .theme-e input[type="submit"]:hover, .theme-e #featured, .theme-e #clone h1 a, .theme-e .nav-a ul li a:hover, .theme-e .nav-a ul li.active a, .theme-e #footer:before, .theme-e .social-a li a:hover, .theme-e .download-a li a:hover, .theme-e #top.active > .fit-a:before, .theme-e #top.active > .fit-a:after, .theme-e #clone.active > .fit-a:before, .theme-e #clone.active > .fit-a:after, .theme-e .heading-a h1:before, .theme-e .heading-a h2:before, .theme-e .heading-a h3:before, .theme-e .gallery-a li a:before, .theme-e .semantic-select .ticker:before, .theme-e #root .semantic-select ul li.active a, .theme-e .news-b article h1:before, .theme-e .news-b article h2:before, .theme-e .news-b article h3:before, .theme-e .news-b article h5:before, .theme-e .link-a a:hover, .theme-e .pagination-a li a:hover, .theme-e .pagination-a li.active a, .theme-e #root .semantic-select ul li a:hover, .theme-e .list-a li a:hover i, .theme-e #welcome h1:before, .theme-e #welcome h2:before, .theme-e .list-b li .no, .theme-e #content.a > .vb, .theme-e .news-c article, .theme-e .form-b button:before, .theme-e .list-c > li > a:hover, .theme-e .list-c > li > span span, .theme-e .counter > span span:before, .theme-e .comments-a ul:before, .theme-e .gallery-b li:before, .theme-e #root .gallery-b li > .fit-a:before, .theme-e #root .gallery-b li > .fit-a:after, .theme-e .gallery-c ul li:before, .theme-e .gallery-c .bx-pager .bx-pager-item a.active, .theme-e [data-carousel-3d] [data-prev-button], .theme-e [data-carousel-3d] [data-next-button], .theme-e [data-carousel-3d] [data-prev-button]:hover, .theme-e [data-carousel-3d] [data-next-button]:hover, .theme-e .slider-ba .bx-prev, .theme-e .slider-ba .bx-next, .theme-e .slider-ba .bx-prev:hover, .theme-e .slider-ba .bx-next:hover, .theme-e .slider-ba, .theme-e .gallery-b.b > li > div:before, .theme-e .news-d article h1:before, .theme-e .news-d article h2:before, .theme-e .news-d article h3:before, .theme-e .news-d article h4:before, .theme-e .news-d article h5:before, .theme-e .news-d article h6:before, .theme-e .news-d .bx-pager-item a.active, .theme-e .gallery-a .bx-pager-item a.active, .theme-e .gallery-b .bx-pager-item a.active, .theme-e .nav-a > ul li a:hover span.scheme-a, .theme-e .nav-a > ul li.active a span.scheme-a, .theme-e .news-e h1:before, .theme-e .news-e h2:before, .theme-e .news-e h3:before, .theme-e .news-e header figure:before, .theme-e .slider-bb .bx-prev, .theme-e .slider-bb .bx-next, .theme-e #welcome, .theme-e .gallery-a li.plain a .date:before {
    background-color: #f1435e;
    color: #fff;
}

.theme-e button, .theme-e input[type="button"], .theme-e input[type="reset"], .theme-e input[type="submit"], .theme-e input:focus, .theme-e select:focus, .theme-e textarea:focus, .theme-e #top > .fit-a:before, .theme-e #top > .fit-a:after, .theme-e #clone > .fit-a:before, .theme-e #clone > .fit-a:after, .theme-e .semantic-select.focus .input, .theme-e .semantic-select.active .input, .theme-e .semantic-select ul, .theme-e #contact input:focus, .theme-e #contact select:focus, .theme-e #contact textarea:focus, .theme-e #contact .semantic-select.focus .input, .theme-e #contact .semantic-select.active .input, .theme-e .link-a a, .theme-e .pagination-a li a, .theme-e .form-b input:focus, .theme-e .list-c > li > a, .theme-e #root .gallery-b li > .fit-a, .theme-e .link-a.a a {
    border-color: #f1435e;
}

.theme-e #clone nav > ul > li.a > a, .theme-e #clone nav > ul > li > ul, .theme-e #root #clone nav > ul > li.sub:hover > a, .theme-e #clone nav > ul > li > ul > li > ul {
    background-color: #f1435e;
    color: #fff;
}

.theme-e .list-c > li.a > span span {
    background-color: #9e2049;
    color: #fff;
}

.theme-e .list-c > li.c > span span {
    background-color: #a93455;
    color: #fff;
}

@media only screen and (max-width: 47.5em) {
    #root #nav > ul > li > a, #root #clone nav > ul > li > a, .theme-e #root #nav > ul > li > ul li a:hover, .theme-e #root #nav > ul > li > ul li.active {
        color: #f1435e;
    }

    #root #nav > ul > li > a:hover, #root #clone nav > ul > li > a:hover, #root #nav > ul > li.active > a, #root #clone nav > ul > li.active > a {
        background-color: #f1435e;
        color: #fff;
    }

    #root .list-b li[class^="mobile"] {
        width: auto;
        height: auto;
        margin: 0 0 40px;
        padding: 0;
        background: none;
        text-align: center;
    }
}

::selection {
    background: #f1435e;
}

::-moz-selection {
    background: #f1435e;
}

.theme-e.has-gradient #featured, .theme-e.has-gradient #welcome, .theme-e.has-gradient .list-a li a:hover i, .theme-e.has-gradient .list-b li .no, .theme-e.has-gradient #content.a > .vb, .theme-e.has-gradient .news-c article, .theme-e.has-gradient .gallery-b li:before, .theme-e.has-gradient .gallery-c ul li:before, .theme-e.has-gradient .gallery-a li a:before, .theme-e.has-gradient .gallery-b.b > li > div:before, .theme-e.gradient .news-e header figure:before {
    background: -moz-linear-gradient(-45deg, #f34a56 0%, #ff6d55 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f34a56), color-stop(100%, #ff6d55));
    background: -webkit-linear-gradient(-45deg, #f34a56 0%, #ff6d55 100%);
    background: -o-linear-gradient(-45deg, #f34a56 0%, #ff6d55 100%);
    background: -ms-linear-gradient(-45deg, #f34a56 0%, #ff6d55 100%);
    background: linear-gradient(135deg, #f34a56 0%, #ff6d55 100%);
}

.ie9.theme-e.has-gradient #featured, .ie9.theme-e.has-gradient #welcome, .ie9.theme-e.has-gradient .list-a li a:hover i, .ie9.theme-e.has-gradient .list-b li .no, .ie9.theme-e.has-gradient #content.a > .vb, .ie9.theme-e.has-gradient .news-c article, .ie9.theme-e.has-gradient .gallery-b li:before, .ie9.theme-e.has-gradient .gallery-c ul li:before, .ie9.theme-e.has-gradient .gallery-a li a:before, .ie9.theme-e.has-gradient .gallery-b.b > li > div:before, .ie9.theme-e.gradient .news-e header figure:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjM0YTU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-e.has-gradient #featured, .lt-ie9.theme-e.has-gradient #welcome, .lt-ie9.theme-e.has-gradient .news-c article, .lt-ie9.theme-e.has-gradient #content.a > .vb {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f34a56', endColorstr='#ff6d55', GradientType=1);
}

[data-icon]:before {
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weather-aquarius:before {
    content: "\e000";
}

.icon-weather-aries:before {
    content: "\e001";
}

.icon-weather-cancer:before {
    content: "\e002";
}

.icon-weather-capricorn:before {
    content: "\e003";
}

.icon-weather-cloud:before {
    content: "\e004";
}

.icon-weather-cloud-drop:before {
    content: "\e005";
}

.icon-weather-cloud-lightning:before {
    content: "\e006";
}

.icon-weather-cloud-snowflake:before {
    content: "\e007";
}

.icon-weather-downpour-fullmoon:before {
    content: "\e008";
}

.icon-weather-downpour-halfmoon:before {
    content: "\e009";
}

.icon-weather-downpour-sun:before {
    content: "\e00a";
}

.icon-weather-drop:before {
    content: "\e00b";
}

.icon-weather-first-quarter:before {
    content: "\e00c";
}

.icon-weather-fog:before {
    content: "\e00d";
}

.icon-weather-fog-fullmoon:before {
    content: "\e00e";
}

.icon-weather-fog-halfmoon:before {
    content: "\e00f";
}

.icon-weather-fog-sun:before {
    content: "\e010";
}

.icon-weather-fullmoon:before {
    content: "\e011";
}

.icon-weather-gemini:before {
    content: "\e012";
}

.icon-weather-hail:before {
    content: "\e013";
}

.icon-weather-hail-fullmoon:before {
    content: "\e014";
}

.icon-weather-hail-halfmoon:before {
    content: "\e015";
}

.icon-weather-hail-sun:before {
    content: "\e016";
}

.icon-weather-last-quarter:before {
    content: "\e017";
}

.icon-weather-leo:before {
    content: "\e018";
}

.icon-weather-libra:before {
    content: "\e019";
}

.icon-weather-lightning:before {
    content: "\e01a";
}

.icon-weather-mistyrain:before {
    content: "\e01b";
}

.icon-weather-mistyrain-fullmoon:before {
    content: "\e01c";
}

.icon-weather-mistyrain-halfmoon:before {
    content: "\e01d";
}

.icon-weather-mistyrain-sun:before {
    content: "\e01e";
}

.icon-weather-moon:before {
    content: "\e01f";
}

.icon-weather-moondown-full:before {
    content: "\e020";
}

.icon-weather-moondown-half:before {
    content: "\e021";
}

.icon-weather-moonset-full:before {
    content: "\e022";
}

.icon-weather-moonset-half:before {
    content: "\e023";
}

.icon-weather-move2:before {
    content: "\e024";
}

.icon-weather-newmoon:before {
    content: "\e025";
}

.icon-weather-pisces:before {
    content: "\e026";
}

.icon-weather-rain:before {
    content: "\e027";
}

.icon-weather-rain-fullmoon:before {
    content: "\e028";
}

.icon-weather-rain-halfmoon:before {
    content: "\e029";
}

.icon-weather-rain-sun:before {
    content: "\e02a";
}

.icon-weather-sagittarius:before {
    content: "\e02b";
}

.icon-weather-scorpio:before {
    content: "\e02c";
}

.icon-weather-snow:before {
    content: "\e02d";
}

.icon-weather-snow-fullmoon:before {
    content: "\e02e";
}

.icon-weather-snow-halfmoon:before {
    content: "\e02f";
}

.icon-weather-snow-sun:before {
    content: "\e030";
}

.icon-weather-snowflake:before {
    content: "\e031";
}

.icon-weather-star:before {
    content: "\e032";
}

.icon-weather-storm-11:before {
    content: "\e033";
}

.icon-weather-storm-32:before {
    content: "\e034";
}

.icon-weather-storm-fullmoon:before {
    content: "\e035";
}

.icon-weather-storm-halfmoon:before {
    content: "\e036";
}

.icon-weather-storm-sun:before {
    content: "\e037";
}

.icon-weather-sun:before {
    content: "\e038";
}

.icon-weather-sundown:before {
    content: "\e039";
}

.icon-weather-sunset:before {
    content: "\e03a";
}

.icon-weather-taurus:before {
    content: "\e03b";
}

.icon-weather-tempest:before {
    content: "\e03c";
}

.icon-weather-tempest-fullmoon:before {
    content: "\e03d";
}

.icon-weather-tempest-halfmoon:before {
    content: "\e03e";
}

.icon-weather-tempest-sun:before {
    content: "\e03f";
}

.icon-weather-variable-fullmoon:before {
    content: "\e040";
}

.icon-weather-variable-halfmoon:before {
    content: "\e041";
}

.icon-weather-variable-sun:before {
    content: "\e042";
}

.icon-weather-virgo:before {
    content: "\e043";
}

.icon-weather-waning-cresent:before {
    content: "\e044";
}

.icon-weather-waning-gibbous:before {
    content: "\e045";
}

.icon-weather-waxing-cresent:before {
    content: "\e046";
}

.icon-weather-waxing-gibbous:before {
    content: "\e047";
}

.icon-weather-wind:before {
    content: "\e048";
}

.icon-weather-wind-e:before {
    content: "\e049";
}

.icon-weather-wind-fullmoon:before {
    content: "\e04a";
}

.icon-weather-wind-halfmoon:before {
    content: "\e04b";
}

.icon-weather-wind-n:before {
    content: "\e04c";
}

.icon-weather-wind-ne:before {
    content: "\e04d";
}

.icon-weather-wind-nw:before {
    content: "\e04e";
}

.icon-weather-wind-s:before {
    content: "\e04f";
}

.icon-weather-wind-se:before {
    content: "\e050";
}

.icon-weather-wind-sun:before {
    content: "\e051";
}

.icon-weather-wind-sw:before {
    content: "\e052";
}

.icon-weather-wind-w:before {
    content: "\e053";
}

.icon-weather-windgust:before {
    content: "\e054";
}

.icon-software-add-vectorpoint:before {
    content: "a";
}

.icon-software-box-oval:before {
    content: "b";
}

.icon-software-box-polygon:before {
    content: "c";
}

.icon-software-box-rectangle:before {
    content: "d";
}

.icon-software-box-roundedrectangle:before {
    content: "e";
}

.icon-software-character:before {
    content: "f";
}

.icon-software-crop:before {
    content: "g";
}

.icon-software-eyedropper:before {
    content: "h";
}

.icon-software-font-allcaps:before {
    content: "i";
}

.icon-software-font-baseline-shift:before {
    content: "j";
}

.icon-software-font-horizontal-scale:before {
    content: "k";
}

.icon-software-font-kerning:before {
    content: "l";
}

.icon-software-font-leading:before {
    content: "m";
}

.icon-software-font-size:before {
    content: "n";
}

.icon-software-font-smallcapital:before {
    content: "o";
}

.icon-software-font-smallcaps:before {
    content: "p";
}

.icon-software-font-strikethrough:before {
    content: "q";
}

.icon-software-font-tracking:before {
    content: "r";
}

.icon-software-font-underline:before {
    content: "s";
}

.icon-software-font-vertical-scale:before {
    content: "t";
}

.icon-software-horizontal-align-center:before {
    content: "u";
}

.icon-software-horizontal-align-left:before {
    content: "v";
}

.icon-software-horizontal-align-right:before {
    content: "w";
}

.icon-software-horizontal-distribute-center:before {
    content: "x";
}

.icon-software-horizontal-distribute-left:before {
    content: "y";
}

.icon-software-horizontal-distribute-right:before {
    content: "z";
}

.icon-software-indent-firstline:before {
    content: "A";
}

.icon-software-indent-left:before {
    content: "B";
}

.icon-software-indent-right:before {
    content: "C";
}

.icon-software-lasso:before {
    content: "D";
}

.icon-software-layers1:before {
    content: "E";
}

.icon-software-layers2:before {
    content: "F";
}

.icon-software-layout:before {
    content: "G";
}

.icon-software-layout-2columns:before {
    content: "H";
}

.icon-software-layout-3columns:before {
    content: "I";
}

.icon-software-layout-4boxes:before {
    content: "J";
}

.icon-software-layout-4columns:before {
    content: "K";
}

.icon-software-layout-4lines:before {
    content: "L";
}

.icon-software-layout-8boxes:before {
    content: "M";
}

.icon-software-layout-header:before {
    content: "N";
}

.icon-software-layout-header-2columns:before {
    content: "O";
}

.icon-software-layout-header-3columns:before {
    content: "P";
}

.icon-software-layout-header-4boxes:before {
    content: "Q";
}

.icon-software-layout-header-4columns:before {
    content: "R";
}

.icon-software-layout-header-complex:before {
    content: "S";
}

.icon-software-layout-header-complex2:before {
    content: "T";
}

.icon-software-layout-header-complex3:before {
    content: "U";
}

.icon-software-layout-header-complex4:before {
    content: "V";
}

.icon-software-layout-header-sideleft:before {
    content: "W";
}

.icon-software-layout-header-sideright:before {
    content: "X";
}

.icon-software-layout-sidebar-left:before {
    content: "Y";
}

.icon-software-layout-sidebar-right:before {
    content: "Z";
}

.icon-software-magnete:before {
    content: "0";
}

.icon-software-pages:before {
    content: "1";
}

.icon-software-paintbrush:before {
    content: "2";
}

.icon-software-paintbucket:before {
    content: "3";
}

.icon-software-paintroller:before {
    content: "4";
}

.icon-software-paragraph:before {
    content: "5";
}

.icon-software-paragraph-align-left:before {
    content: "6";
}

.icon-software-paragraph-align-right:before {
    content: "7";
}

.icon-software-paragraph-center:before {
    content: "8";
}

.icon-software-paragraph-justify-all:before {
    content: "9";
}

.icon-software-paragraph-justify-center:before {
    content: "!";
}

.icon-software-paragraph-justify-left:before {
    content: "\"";
}

.icon-software-paragraph-justify-right:before {
    content: "#";
}

.icon-software-paragraph-space-after:before {
    content: "$";
}

.icon-software-paragraph-space-before:before {
    content: "%";
}

.icon-software-pathfinder-exclude:before {
    content: "&";
}

.icon-software-pathfinder-intersect:before {
    content: "'";
}

.icon-software-pathfinder-subtract:before {
    content: "(";
}

.icon-software-pathfinder-unite:before {
    content: ")";
}

.icon-software-pen:before {
    content: "*";
}

.icon-software-pen-add:before {
    content: "+";
}

.icon-software-pen-remove:before {
    content: ",";
}

.icon-software-pencil:before {
    content: "-";
}

.icon-software-polygonallasso:before {
    content: ".";
}

.icon-software-reflect-horizontal:before {
    content: "/";
}

.icon-software-reflect-vertical:before {
    content: ":";
}

.icon-software-remove-vectorpoint:before {
    content: ";";
}

.icon-software-scale-expand:before {
    content: "<";
}

.icon-software-scale-reduce:before {
    content: "=";
}

.icon-software-selection-oval:before {
    content: ">";
}

.icon-software-selection-polygon:before {
    content: "?";
}

.icon-software-selection-rectangle:before {
    content: "@";
}

.icon-software-selection-roundedrectangle:before {
    content: "[";
}

.icon-software-shape-oval:before {
    content: "]";
}

.icon-software-shape-polygon:before {
    content: "^";
}

.icon-software-shape-rectangle:before {
    content: "_";
}

.icon-software-shape-roundedrectangle:before {
    content: "`";
}

.icon-software-slice:before {
    content: "{";
}

.icon-software-transform-bezier:before {
    content: "|";
}

.icon-software-vector-box:before {
    content: "}";
}

.icon-software-vector-composite:before {
    content: "~";
}

.icon-software-vector-line:before {

content:

"\\"; }
.icon-software-vertical-align-bottom:before {
    content: "\e000";
}

.icon-software-vertical-align-center:before {
    content: "\e001";
}

.icon-software-vertical-align-top:before {
    content: "\e002";
}

.icon-software-vertical-distribute-bottom:before {
    content: "\e003";
}

.icon-software-vertical-distribute-center:before {
    content: "\e004";
}

.icon-software-vertical-distribute-top:before {
    content: "\e005";
}

.icon-music-beginning-button:before {
    content: "a";
}

.icon-music-bell:before {
    content: "b";
}

.icon-music-cd:before {
    content: "c";
}

.icon-music-diapason:before {
    content: "d";
}

.icon-music-eject-button:before {
    content: "e";
}

.icon-music-end-button:before {
    content: "f";
}

.icon-music-fastforward-button:before {
    content: "g";
}

.icon-music-headphones:before {
    content: "h";
}

.icon-music-ipod:before {
    content: "i";
}

.icon-music-loudspeaker:before {
    content: "j";
}

.icon-music-microphone:before {
    content: "k";
}

.icon-music-microphone-old:before {
    content: "l";
}

.icon-music-mixer:before {
    content: "m";
}

.icon-music-mute:before {
    content: "n";
}

.icon-music-note-multiple:before {
    content: "o";
}

.icon-music-note-single:before {
    content: "p";
}

.icon-music-pause-button:before {
    content: "q";
}

.icon-music-play-button:before {
    content: "r";
}

.icon-music-playlist:before {
    content: "s";
}

.icon-music-radio-ghettoblaster:before {
    content: "t";
}

.icon-music-radio-portable:before {
    content: "u";
}

.icon-music-record:before {
    content: "v";
}

.icon-music-recordplayer:before {
    content: "w";
}

.icon-music-repeat-button:before {
    content: "x";
}

.icon-music-rewind-button:before {
    content: "y";
}

.icon-music-shuffle-button:before {
    content: "z";
}

.icon-music-stop-button:before {
    content: "A";
}

.icon-music-tape:before {
    content: "B";
}

.icon-music-volume-down:before {
    content: "C";
}

.icon-music-volume-up:before {
    content: "D";
}

.icon-ecommerce-bag:before {
    content: "a";
}

.icon-ecommerce-bag-check:before {
    content: "b";
}

.icon-ecommerce-bag-cloud:before {
    content: "c";
}

.icon-ecommerce-bag-download:before {
    content: "d";
}

.icon-ecommerce-bag-minus:before {
    content: "e";
}

.icon-ecommerce-bag-plus:before {
    content: "f";
}

.icon-ecommerce-bag-refresh:before {
    content: "g";
}

.icon-ecommerce-bag-remove:before {
    content: "h";
}

.icon-ecommerce-bag-search:before {
    content: "i";
}

.icon-ecommerce-bag-upload:before {
    content: "j";
}

.icon-ecommerce-banknote:before {
    content: "k";
}

.icon-ecommerce-banknotes:before {
    content: "l";
}

.icon-ecommerce-basket:before {
    content: "m";
}

.icon-ecommerce-basket-check:before {
    content: "n";
}

.icon-ecommerce-basket-cloud:before {
    content: "o";
}

.icon-ecommerce-basket-download:before {
    content: "p";
}

.icon-ecommerce-basket-minus:before {
    content: "q";
}

.icon-ecommerce-basket-plus:before {
    content: "r";
}

.icon-ecommerce-basket-refresh:before {
    content: "s";
}

.icon-ecommerce-basket-remove:before {
    content: "t";
}

.icon-ecommerce-basket-search:before {
    content: "u";
}

.icon-ecommerce-basket-upload:before {
    content: "v";
}

.icon-ecommerce-bath:before {
    content: "w";
}

.icon-ecommerce-cart:before {
    content: "x";
}

.icon-ecommerce-cart-check:before {
    content: "y";
}

.icon-ecommerce-cart-cloud:before {
    content: "z";
}

.icon-ecommerce-cart-content:before {
    content: "A";
}

.icon-ecommerce-cart-download:before {
    content: "B";
}

.icon-ecommerce-cart-minus:before {
    content: "C";
}

.icon-ecommerce-cart-plus:before {
    content: "D";
}

.icon-ecommerce-cart-refresh:before {
    content: "E";
}

.icon-ecommerce-cart-remove:before {
    content: "F";
}

.icon-ecommerce-cart-search:before {
    content: "G";
}

.icon-ecommerce-cart-upload:before {
    content: "H";
}

.icon-ecommerce-cent:before {
    content: "I";
}

.icon-ecommerce-colon:before {
    content: "J";
}

.icon-ecommerce-creditcard:before {
    content: "K";
}

.icon-ecommerce-diamond:before {
    content: "L";
}

.icon-ecommerce-dollar:before {
    content: "M";
}

.icon-ecommerce-euro:before {
    content: "N";
}

.icon-ecommerce-franc:before {
    content: "O";
}

.icon-ecommerce-gift:before {
    content: "P";
}

.icon-ecommerce-graph1:before {
    content: "Q";
}

.icon-ecommerce-graph2:before {
    content: "R";
}

.icon-ecommerce-graph3:before {
    content: "S";
}

.icon-ecommerce-graph-decrease:before {
    content: "T";
}

.icon-ecommerce-graph-increase:before {
    content: "U";
}

.icon-ecommerce-guarani:before {
    content: "V";
}

.icon-ecommerce-kips:before {
    content: "W";
}

.icon-ecommerce-lira:before {
    content: "X";
}

.icon-ecommerce-megaphone:before {
    content: "Y";
}

.icon-ecommerce-money:before {
    content: "Z";
}

.icon-ecommerce-naira:before {
    content: "0";
}

.icon-ecommerce-pesos:before {
    content: "1";
}

.icon-ecommerce-pound:before {
    content: "2";
}

.icon-ecommerce-receipt:before {
    content: "3";
}

.icon-ecommerce-receipt-bath:before {
    content: "4";
}

.icon-ecommerce-receipt-cent:before {
    content: "5";
}

.icon-ecommerce-receipt-dollar:before {
    content: "6";
}

.icon-ecommerce-receipt-euro:before {
    content: "7";
}

.icon-ecommerce-receipt-franc:before {
    content: "8";
}

.icon-ecommerce-receipt-guarani:before {
    content: "9";
}

.icon-ecommerce-receipt-kips:before {
    content: "!";
}

.icon-ecommerce-receipt-lira:before {
    content: "\"";
}

.icon-ecommerce-receipt-naira:before {
    content: "#";
}

.icon-ecommerce-receipt-pesos:before {
    content: "$";
}

.icon-ecommerce-receipt-pound:before {
    content: "%";
}

.icon-ecommerce-receipt-rublo:before {
    content: "&";
}

.icon-ecommerce-receipt-rupee:before {
    content: "'";
}

.icon-ecommerce-receipt-tugrik:before {
    content: "(";
}

.icon-ecommerce-receipt-won:before {
    content: ")";
}

.icon-ecommerce-receipt-yen:before {
    content: "*";
}

.icon-ecommerce-receipt-yen2:before {
    content: "+";
}

.icon-ecommerce-recept-colon:before {
    content: ",";
}

.icon-ecommerce-rublo:before {
    content: "-";
}

.icon-ecommerce-rupee:before {
    content: ".";
}

.icon-ecommerce-safe:before {
    content: "/";
}

.icon-ecommerce-sale:before {
    content: ":";
}

.icon-ecommerce-sales:before {
    content: ";";
}

.icon-ecommerce-ticket:before {
    content: "<";
}

.icon-ecommerce-tugriks:before {
    content: "=";
}

.icon-ecommerce-wallet:before {
    content: ">";
}

.icon-ecommerce-won:before {
    content: "?";
}

.icon-ecommerce-yen:before {
    content: "@";
}

.icon-ecommerce-yen2:before {
    content: "[";
}

.icon-basic-elaboration-bookmark-checck:before {
    content: "a";
}

.icon-basic-elaboration-bookmark-minus:before {
    content: "b";
}

.icon-basic-elaboration-bookmark-plus:before {
    content: "c";
}

.icon-basic-elaboration-bookmark-remove:before {
    content: "d";
}

.icon-basic-elaboration-briefcase-check:before {
    content: "e";
}

.icon-basic-elaboration-briefcase-download:before {
    content: "f";
}

.icon-basic-elaboration-briefcase-flagged:before {
    content: "g";
}

.icon-basic-elaboration-briefcase-minus:before {
    content: "h";
}

.icon-basic-elaboration-briefcase-plus:before {
    content: "i";
}

.icon-basic-elaboration-briefcase-refresh:before {
    content: "j";
}

.icon-basic-elaboration-briefcase-remove:before {
    content: "k";
}

.icon-basic-elaboration-briefcase-search:before {
    content: "l";
}

.icon-basic-elaboration-briefcase-star:before {
    content: "m";
}

.icon-basic-elaboration-briefcase-upload:before {
    content: "n";
}

.icon-basic-elaboration-browser-check:before {
    content: "o";
}

.icon-basic-elaboration-browser-download:before {
    content: "p";
}

.icon-basic-elaboration-browser-minus:before {
    content: "q";
}

.icon-basic-elaboration-browser-plus:before {
    content: "r";
}

.icon-basic-elaboration-browser-refresh:before {
    content: "s";
}

.icon-basic-elaboration-browser-remove:before {
    content: "t";
}

.icon-basic-elaboration-browser-search:before {
    content: "u";
}

.icon-basic-elaboration-browser-star:before {
    content: "v";
}

.icon-basic-elaboration-browser-upload:before {
    content: "w";
}

.icon-basic-elaboration-calendar-check:before {
    content: "x";
}

.icon-basic-elaboration-calendar-cloud:before {
    content: "y";
}

.icon-basic-elaboration-calendar-download:before {
    content: "z";
}

.icon-basic-elaboration-calendar-empty:before {
    content: "A";
}

.icon-basic-elaboration-calendar-flagged:before {
    content: "B";
}

.icon-basic-elaboration-calendar-heart:before {
    content: "C";
}

.icon-basic-elaboration-calendar-minus:before {
    content: "D";
}

.icon-basic-elaboration-calendar-next:before {
    content: "E";
}

.icon-basic-elaboration-calendar-noaccess:before {
    content: "F";
}

.icon-basic-elaboration-calendar-pencil:before {
    content: "G";
}

.icon-basic-elaboration-calendar-plus:before {
    content: "H";
}

.icon-basic-elaboration-calendar-previous:before {
    content: "I";
}

.icon-basic-elaboration-calendar-refresh:before {
    content: "J";
}

.icon-basic-elaboration-calendar-remove:before {
    content: "K";
}

.icon-basic-elaboration-calendar-search:before {
    content: "L";
}

.icon-basic-elaboration-calendar-star:before {
    content: "M";
}

.icon-basic-elaboration-calendar-upload:before {
    content: "N";
}

.icon-basic-elaboration-cloud-check:before {
    content: "O";
}

.icon-basic-elaboration-cloud-download:before {
    content: "P";
}

.icon-basic-elaboration-cloud-minus:before {
    content: "Q";
}

.icon-basic-elaboration-cloud-noaccess:before {
    content: "R";
}

.icon-basic-elaboration-cloud-plus:before {
    content: "S";
}

.icon-basic-elaboration-cloud-refresh:before {
    content: "T";
}

.icon-basic-elaboration-cloud-remove:before {
    content: "U";
}

.icon-basic-elaboration-cloud-search:before {
    content: "V";
}

.icon-basic-elaboration-cloud-upload:before {
    content: "W";
}

.icon-basic-elaboration-document-check:before {
    content: "X";
}

.icon-basic-elaboration-document-cloud:before {
    content: "Y";
}

.icon-basic-elaboration-document-download:before {
    content: "Z";
}

.icon-basic-elaboration-document-flagged:before {
    content: "0";
}

.icon-basic-elaboration-document-graph:before {
    content: "1";
}

.icon-basic-elaboration-document-heart:before {
    content: "2";
}

.icon-basic-elaboration-document-minus:before {
    content: "3";
}

.icon-basic-elaboration-document-next:before {
    content: "4";
}

.icon-basic-elaboration-document-noaccess:before {
    content: "5";
}

.icon-basic-elaboration-document-note:before {
    content: "6";
}

.icon-basic-elaboration-document-pencil:before {
    content: "7";
}

.icon-basic-elaboration-document-picture:before {
    content: "8";
}

.icon-basic-elaboration-document-plus:before {
    content: "9";
}

.icon-basic-elaboration-document-previous:before {
    content: "!";
}

.icon-basic-elaboration-document-refresh:before {
    content: "\"";
}

.icon-basic-elaboration-document-remove:before {
    content: "#";
}

.icon-basic-elaboration-document-search:before {
    content: "$";
}

.icon-basic-elaboration-document-star:before {
    content: "%";
}

.icon-basic-elaboration-document-upload:before {
    content: "&";
}

.icon-basic-elaboration-folder-check:before {
    content: "'";
}

.icon-basic-elaboration-folder-cloud:before {
    content: "(";
}

.icon-basic-elaboration-folder-document:before {
    content: ")";
}

.icon-basic-elaboration-folder-download:before {
    content: "*";
}

.icon-basic-elaboration-folder-flagged:before {
    content: "+";
}

.icon-basic-elaboration-folder-graph:before {
    content: ",";
}

.icon-basic-elaboration-folder-heart:before {
    content: "-";
}

.icon-basic-elaboration-folder-minus:before {
    content: ".";
}

.icon-basic-elaboration-folder-next:before {
    content: "/";
}

.icon-basic-elaboration-folder-noaccess:before {
    content: ":";
}

.icon-basic-elaboration-folder-note:before {
    content: ";";
}

.icon-basic-elaboration-folder-pencil:before {
    content: "<";
}

.icon-basic-elaboration-folder-picture:before {
    content: "=";
}

.icon-basic-elaboration-folder-plus:before {
    content: ">";
}

.icon-basic-elaboration-folder-previous:before {
    content: "?";
}

.icon-basic-elaboration-folder-refresh:before {
    content: "@";
}

.icon-basic-elaboration-folder-remove:before {
    content: "[";
}

.icon-basic-elaboration-folder-search:before {
    content: "]";
}

.icon-basic-elaboration-folder-star:before {
    content: "^";
}

.icon-basic-elaboration-folder-upload:before {
    content: "_";
}

.icon-basic-elaboration-mail-check:before {
    content: "`";
}

.icon-basic-elaboration-mail-cloud:before {
    content: "{";
}

.icon-basic-elaboration-mail-document:before {
    content: "|";
}

.icon-basic-elaboration-mail-download:before {
    content: "}";
}

.icon-basic-elaboration-mail-flagged:before {
    content: "~";
}

.icon-basic-elaboration-mail-heart:before {

content:

"\\"; }
.icon-basic-elaboration-mail-next:before {
    content: "\e000";
}

.icon-basic-elaboration-mail-noaccess:before {
    content: "\e001";
}

.icon-basic-elaboration-mail-note:before {
    content: "\e002";
}

.icon-basic-elaboration-mail-pencil:before {
    content: "\e003";
}

.icon-basic-elaboration-mail-picture:before {
    content: "\e004";
}

.icon-basic-elaboration-mail-previous:before {
    content: "\e005";
}

.icon-basic-elaboration-mail-refresh:before {
    content: "\e006";
}

.icon-basic-elaboration-mail-remove:before {
    content: "\e007";
}

.icon-basic-elaboration-mail-search:before {
    content: "\e008";
}

.icon-basic-elaboration-mail-star:before {
    content: "\e009";
}

.icon-basic-elaboration-mail-upload:before {
    content: "\e00a";
}

.icon-basic-elaboration-message-check:before {
    content: "\e00b";
}

.icon-basic-elaboration-message-dots:before {
    content: "\e00c";
}

.icon-basic-elaboration-message-happy:before {
    content: "\e00d";
}

.icon-basic-elaboration-message-heart:before {
    content: "\e00e";
}

.icon-basic-elaboration-message-minus:before {
    content: "\e00f";
}

.icon-basic-elaboration-message-note:before {
    content: "\e010";
}

.icon-basic-elaboration-message-plus:before {
    content: "\e011";
}

.icon-basic-elaboration-message-refresh:before {
    content: "\e012";
}

.icon-basic-elaboration-message-remove:before {
    content: "\e013";
}

.icon-basic-elaboration-message-sad:before {
    content: "\e014";
}

.icon-basic-elaboration-smartphone-cloud:before {
    content: "\e015";
}

.icon-basic-elaboration-smartphone-heart:before {
    content: "\e016";
}

.icon-basic-elaboration-smartphone-noaccess:before {
    content: "\e017";
}

.icon-basic-elaboration-smartphone-note:before {
    content: "\e018";
}

.icon-basic-elaboration-smartphone-pencil:before {
    content: "\e019";
}

.icon-basic-elaboration-smartphone-picture:before {
    content: "\e01a";
}

.icon-basic-elaboration-smartphone-refresh:before {
    content: "\e01b";
}

.icon-basic-elaboration-smartphone-search:before {
    content: "\e01c";
}

.icon-basic-elaboration-tablet-cloud:before {
    content: "\e01d";
}

.icon-basic-elaboration-tablet-heart:before {
    content: "\e01e";
}

.icon-basic-elaboration-tablet-noaccess:before {
    content: "\e01f";
}

.icon-basic-elaboration-tablet-note:before {
    content: "\e020";
}

.icon-basic-elaboration-tablet-pencil:before {
    content: "\e021";
}

.icon-basic-elaboration-tablet-picture:before {
    content: "\e022";
}

.icon-basic-elaboration-tablet-refresh:before {
    content: "\e023";
}

.icon-basic-elaboration-tablet-search:before {
    content: "\e024";
}

.icon-basic-elaboration-todolist-2:before {
    content: "\e025";
}

.icon-basic-elaboration-todolist-check:before {
    content: "\e026";
}

.icon-basic-elaboration-todolist-cloud:before {
    content: "\e027";
}

.icon-basic-elaboration-todolist-download:before {
    content: "\e028";
}

.icon-basic-elaboration-todolist-flagged:before {
    content: "\e029";
}

.icon-basic-elaboration-todolist-minus:before {
    content: "\e02a";
}

.icon-basic-elaboration-todolist-noaccess:before {
    content: "\e02b";
}

.icon-basic-elaboration-todolist-pencil:before {
    content: "\e02c";
}

.icon-basic-elaboration-todolist-plus:before {
    content: "\e02d";
}

.icon-basic-elaboration-todolist-refresh:before {
    content: "\e02e";
}

.icon-basic-elaboration-todolist-remove:before {
    content: "\e02f";
}

.icon-basic-elaboration-todolist-search:before {
    content: "\e030";
}

.icon-basic-elaboration-todolist-star:before {
    content: "\e031";
}

.icon-basic-elaboration-todolist-upload:before {
    content: "\e032";
}

.icon-basic-accelerator:before {
    content: "a";
}

.icon-basic-alarm:before {
    content: "b";
}

.icon-basic-anchor:before {
    content: "c";
}

.icon-basic-anticlockwise:before {
    content: "d";
}

.icon-basic-archive:before {
    content: "e";
}

.icon-basic-archive-full:before {
    content: "f";
}

.icon-basic-ban:before {
    content: "g";
}

.icon-basic-battery-charge:before {
    content: "h";
}

.icon-basic-battery-empty:before {
    content: "i";
}

.icon-basic-battery-full:before {
    content: "j";
}

.icon-basic-battery-half:before {
    content: "k";
}

.icon-basic-bolt:before {
    content: "l";
}

.icon-basic-book:before {
    content: "m";
}

.icon-basic-book-pen:before {
    content: "n";
}

.icon-basic-book-pencil:before {
    content: "o";
}

.icon-basic-bookmark:before {
    content: "p";
}

.icon-basic-calculator:before {
    content: "q";
}

.icon-basic-calendar:before {
    content: "r";
}

.icon-basic-cards-diamonds:before {
    content: "s";
}

.icon-basic-cards-hearts:before {
    content: "t";
}

.icon-basic-case:before {
    content: "u";
}

.icon-basic-chronometer:before {
    content: "v";
}

.icon-basic-clessidre:before {
    content: "w";
}

.icon-basic-clock:before {
    content: "x";
}

.icon-basic-clockwise:before {
    content: "y";
}

.icon-basic-cloud:before {
    content: "z";
}

.icon-basic-clubs:before {
    content: "A";
}

.icon-basic-compass:before {
    content: "B";
}

.icon-basic-cup:before {
    content: "C";
}

.icon-basic-diamonds:before {
    content: "D";
}

.icon-basic-display:before {
    content: "E";
}

.icon-basic-download:before {
    content: "F";
}

.icon-basic-exclamation:before {
    content: "G";
}

.icon-basic-eye:before {
    content: "H";
}

.icon-basic-eye-closed:before {
    content: "I";
}

.icon-basic-female:before {
    content: "J";
}

.icon-basic-flag1:before {
    content: "K";
}

.icon-basic-flag2:before {
    content: "L";
}

.icon-basic-floppydisk:before {
    content: "M";
}

.icon-basic-folder:before {
    content: "N";
}

.icon-basic-folder-multiple:before {
    content: "O";
}

.icon-basic-gear:before {
    content: "P";
}

.icon-basic-geolocalize-01:before {
    content: "Q";
}

.icon-basic-geolocalize-05:before {
    content: "R";
}

.icon-basic-globe:before {
    content: "S";
}

.icon-basic-gunsight:before {
    content: "T";
}

.icon-basic-hammer:before {
    content: "U";
}

.icon-basic-headset:before {
    content: "V";
}

.icon-basic-heart:before {
    content: "W";
}

.icon-basic-heart-broken:before {
    content: "X";
}

.icon-basic-helm:before {
    content: "Y";
}

.icon-basic-home:before {
    content: "Z";
}

.icon-basic-info:before {
    content: "0";
}

.icon-basic-ipod:before {
    content: "1";
}

.icon-basic-joypad:before {
    content: "2";
}

.icon-basic-key:before {
    content: "3";
}

.icon-basic-keyboard:before {
    content: "4";
}

.icon-basic-laptop:before {
    content: "5";
}

.icon-basic-life-buoy:before {
    content: "6";
}

.icon-basic-lightbulb:before {
    content: "7";
}

.icon-basic-link:before {
    content: "8";
}

.icon-basic-lock:before {
    content: "9";
}

.icon-basic-lock-open:before {
    content: "!";
}

.icon-basic-magic-mouse:before {
    content: "\"";
}

.icon-basic-magnifier:before {
    content: "#";
}

.icon-basic-magnifier-minus:before {
    content: "$";
}

.icon-basic-magnifier-plus:before {
    content: "%";
}

.icon-basic-mail:before {
    content: "&";
}

.icon-basic-mail-multiple:before {
    content: "'";
}

.icon-basic-mail-open:before {
    content: "(";
}

.icon-basic-mail-open-text:before {
    content: ")";
}

.icon-basic-male:before {
    content: "*";
}

.icon-basic-map:before {
    content: "+";
}

.icon-basic-message:before {
    content: ",";
}

.icon-basic-message-multiple:before {
    content: "-";
}

.icon-basic-message-txt:before {
    content: ".";
}

.icon-basic-mixer2:before {
    content: "/";
}

.icon-basic-mouse:before {
    content: ":";
}

.icon-basic-notebook:before {
    content: ";";
}

.icon-basic-notebook-pen:before {
    content: "<";
}

.icon-basic-notebook-pencil:before {
    content: "=";
}

.icon-basic-paperplane:before {
    content: ">";
}

.icon-basic-pencil-ruler:before {
    content: "?";
}

.icon-basic-pencil-ruler-pen:before {
    content: "@";
}

.icon-basic-photo:before {
    content: "[";
}

.icon-basic-picture:before {
    content: "]";
}

.icon-basic-picture-multiple:before {
    content: "^";
}

.icon-basic-pin1:before {
    content: "_";
}

.icon-basic-pin2:before {
    content: "`";
}

.icon-basic-postcard:before {
    content: "{";
}

.icon-basic-postcard-multiple:before {
    content: "|";
}

.icon-basic-printer:before {
    content: "}";
}

.icon-basic-question:before {
    content: "~";
}

.icon-basic-rss:before {

content:

"\\"; }
.icon-basic-server:before {
    content: "\e000";
}

.icon-basic-server2:before {
    content: "\e001";
}

.icon-basic-server-cloud:before {
    content: "\e002";
}

.icon-basic-server-download:before {
    content: "\e003";
}

.icon-basic-server-upload:before {
    content: "\e004";
}

.icon-basic-settings:before {
    content: "\e005";
}

.icon-basic-share:before {
    content: "\e006";
}

.icon-basic-sheet:before {
    content: "\e007";
}

.icon-basic-sheet-multiple:before {
    content: "\e008";
}

.icon-basic-sheet-pen:before {
    content: "\e009";
}

.icon-basic-sheet-pencil:before {
    content: "\e00a";
}

.icon-basic-sheet-txt:before {
    content: "\e00b";
}

.icon-basic-signs:before {
    content: "\e00c";
}

.icon-basic-smartphone:before {
    content: "\e00d";
}

.icon-basic-spades:before {
    content: "\e00e";
}

.icon-basic-spread:before {
    content: "\e00f";
}

.icon-basic-spread-bookmark:before {
    content: "\e010";
}

.icon-basic-spread-text:before {
    content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
    content: "\e012";
}

.icon-basic-star:before {
    content: "\e013";
}

.icon-basic-tablet:before {
    content: "\e014";
}

.icon-basic-target:before {
    content: "\e015";
}

.icon-basic-todo:before {
    content: "\e016";
}

.icon-basic-todo-pen:before {
    content: "\e017";
}

.icon-basic-todo-pencil:before {
    content: "\e018";
}

.icon-basic-todo-txt:before {
    content: "\e019";
}

.icon-basic-todolist-pen:before {
    content: "\e01a";
}

.icon-basic-todolist-pencil:before {
    content: "\e01b";
}

.icon-basic-trashcan:before {
    content: "\e01c";
}

.icon-basic-trashcan-full:before {
    content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
    content: "\e01e";
}

.icon-basic-trashcan-remove:before {
    content: "\e01f";
}

.icon-basic-upload:before {
    content: "\e020";
}

.icon-basic-usb:before {
    content: "\e021";
}

.icon-basic-video:before {
    content: "\e022";
}

.icon-basic-watch:before {
    content: "\e023";
}

.icon-basic-webpage:before {
    content: "\e024";
}

.icon-basic-webpage-img-txt:before {
    content: "\e025";
}

.icon-basic-webpage-multiple:before {
    content: "\e026";
}

.icon-basic-webpage-txt:before {
    content: "\e027";
}

.icon-basic-world:before {
    content: "\e028";
}

.icon-arrows-anticlockwise:before {
    content: "\e000";
}

.icon-arrows-anticlockwise-dashed:before {
    content: "\e001";
}

.icon-arrows-button-down:before {
    content: "\e002";
}

.icon-arrows-button-off:before {
    content: "\e003";
}

.icon-arrows-button-on:before {
    content: "\e004";
}

.icon-arrows-button-up:before {
    content: "\e005";
}

.icon-arrows-check:before {
    content: "\e006";
}

.icon-arrows-circle-check:before {
    content: "\e007";
}

.icon-arrows-circle-down:before {
    content: "\e008";
}

.icon-arrows-circle-downleft:before {
    content: "\e009";
}

.icon-arrows-circle-downright:before {
    content: "\e00a";
}

.icon-arrows-circle-left:before {
    content: "\e00b";
}

.icon-arrows-circle-minus:before {
    content: "\e00c";
}

.icon-arrows-circle-plus:before {
    content: "\e00d";
}

.icon-arrows-circle-remove:before {
    content: "\e00e";
}

.icon-arrows-circle-right:before {
    content: "\e00f";
}

.icon-arrows-circle-up:before {
    content: "\e010";
}

.icon-arrows-circle-upleft:before {
    content: "\e011";
}

.icon-arrows-circle-upright:before {
    content: "\e012";
}

.icon-arrows-clockwise:before {
    content: "\e013";
}

.icon-arrows-clockwise-dashed:before {
    content: "\e014";
}

.icon-arrows-compress:before {
    content: "\e015";
}

.icon-arrows-deny:before {
    content: "\e016";
}

.icon-arrows-diagonal:before {
    content: "\e017";
}

.icon-arrows-diagonal2:before {
    content: "\e018";
}

.icon-arrows-down:before {
    content: "\e019";
}

.icon-arrows-down-double:before {
    content: "\e01a";
}

.icon-arrows-downleft:before {
    content: "\e01b";
}

.icon-arrows-downright:before {
    content: "\e01c";
}

.icon-arrows-drag-down:before {
    content: "\e01d";
}

.icon-arrows-drag-down-dashed:before {
    content: "\e01e";
}

.icon-arrows-drag-horiz:before {
    content: "\e01f";
}

.icon-arrows-drag-left:before {
    content: "\e020";
}

.icon-arrows-drag-left-dashed:before {
    content: "\e021";
}

.icon-arrows-drag-right:before {
    content: "\e022";
}

.icon-arrows-drag-right-dashed:before {
    content: "\e023";
}

.icon-arrows-drag-up:before {
    content: "\e024";
}

.icon-arrows-drag-up-dashed:before {
    content: "\e025";
}

.icon-arrows-drag-vert:before {
    content: "\e026";
}

.icon-arrows-exclamation:before {
    content: "\e027";
}

.icon-arrows-expand:before {
    content: "\e028";
}

.icon-arrows-expand-diagonal1:before {
    content: "\e029";
}

.icon-arrows-expand-horizontal1:before {
    content: "\e02a";
}

.icon-arrows-expand-vertical1:before {
    content: "\e02b";
}

.icon-arrows-fit-horizontal:before {
    content: "\e02c";
}

.icon-arrows-fit-vertical:before {
    content: "\e02d";
}

.icon-arrows-glide:before {
    content: "\e02e";
}

.icon-arrows-glide-horizontal:before {
    content: "\e02f";
}

.icon-arrows-glide-vertical:before {
    content: "\e030";
}

.icon-arrows-hamburger1:before {
    content: "\e031";
}

.icon-arrows-hamburger-2:before {
    content: "\e032";
}

.icon-arrows-horizontal:before {
    content: "\e033";
}

.icon-arrows-info:before {
    content: "\e034";
}

.icon-arrows-keyboard-alt:before {
    content: "\e035";
}

.icon-arrows-keyboard-cmd:before {
    content: "\e036";
}

.icon-arrows-keyboard-delete:before {
    content: "\e037";
}

.icon-arrows-keyboard-down:before {
    content: "\e038";
}

.icon-arrows-keyboard-left:before {
    content: "\e039";
}

.icon-arrows-keyboard-return:before {
    content: "\e03a";
}

.icon-arrows-keyboard-right:before {
    content: "\e03b";
}

.icon-arrows-keyboard-shift:before {
    content: "\e03c";
}

.icon-arrows-keyboard-tab:before {
    content: "\e03d";
}

.icon-arrows-keyboard-up:before {
    content: "\e03e";
}

.icon-arrows-left:before {
    content: "\e03f";
}

.icon-arrows-left-double-32:before {
    content: "\e040";
}

.icon-arrows-minus:before {
    content: "\e041";
}

.icon-arrows-move:before {
    content: "\e042";
}

.icon-arrows-move2:before {
    content: "\e043";
}

.icon-arrows-move-bottom:before {
    content: "\e044";
}

.icon-arrows-move-left:before {
    content: "\e045";
}

.icon-arrows-move-right:before {
    content: "\e046";
}

.icon-arrows-move-top:before {
    content: "\e047";
}

.icon-arrows-plus:before {
    content: "\e048";
}

.icon-arrows-question:before {
    content: "\e049";
}

.icon-arrows-remove:before {
    content: "\e04a";
}

.icon-arrows-right:before {
    content: "\e04b";
}

.icon-arrows-right-double:before {
    content: "\e04c";
}

.icon-arrows-rotate:before {
    content: "\e04d";
}

.icon-arrows-rotate-anti:before {
    content: "\e04e";
}

.icon-arrows-rotate-anti-dashed:before {
    content: "\e04f";
}

.icon-arrows-rotate-dashed:before {
    content: "\e050";
}

.icon-arrows-shrink:before {
    content: "\e051";
}

.icon-arrows-shrink-diagonal1:before {
    content: "\e052";
}

.icon-arrows-shrink-diagonal2:before {
    content: "\e053";
}

.icon-arrows-shrink-horizonal2:before {
    content: "\e054";
}

.icon-arrows-shrink-horizontal1:before {
    content: "\e055";
}

.icon-arrows-shrink-vertical1:before {
    content: "\e056";
}

.icon-arrows-shrink-vertical2:before {
    content: "\e057";
}

.icon-arrows-sign-down:before {
    content: "\e058";
}

.icon-arrows-sign-left:before {
    content: "\e059";
}

.icon-arrows-sign-right:before {
    content: "\e05a";
}

.icon-arrows-sign-up:before {
    content: "\e05b";
}

.icon-arrows-slide-down1:before {
    content: "\e05c";
}

.icon-arrows-slide-down2:before {
    content: "\e05d";
}

.icon-arrows-slide-left1:before {
    content: "\e05e";
}

.icon-arrows-slide-left2:before {
    content: "\e05f";
}

.icon-arrows-slide-right1:before {
    content: "\e060";
}

.icon-arrows-slide-right2:before {
    content: "\e061";
}

.icon-arrows-slide-up1:before {
    content: "\e062";
}

.icon-arrows-slide-up2:before {
    content: "\e063";
}

.icon-arrows-slim-down:before {
    content: "\e064";
}

.icon-arrows-slim-down-dashed:before {
    content: "\e065";
}

.icon-arrows-slim-left:before {
    content: "\e066";
}

.icon-arrows-slim-left-dashed:before {
    content: "\e067";
}

.icon-arrows-slim-right:before {
    content: "\e068";
}

.icon-arrows-slim-right-dashed:before {
    content: "\e069";
}

.icon-arrows-slim-up:before {
    content: "\e06a";
}

.icon-arrows-slim-up-dashed:before {
    content: "\e06b";
}

.icon-arrows-square-check:before {
    content: "\e06c";
}

.icon-arrows-square-down:before {
    content: "\e06d";
}

.icon-arrows-square-downleft:before {
    content: "\e06e";
}

.icon-arrows-square-downright:before {
    content: "\e06f";
}

.icon-arrows-square-left:before {
    content: "\e070";
}

.icon-arrows-square-minus:before {
    content: "\e071";
}

.icon-arrows-square-plus:before {
    content: "\e072";
}

.icon-arrows-square-remove:before {
    content: "\e073";
}

.icon-arrows-square-right:before {
    content: "\e074";
}

.icon-arrows-square-up:before {
    content: "\e075";
}

.icon-arrows-square-upleft:before {
    content: "\e076";
}

.icon-arrows-square-upright:before {
    content: "\e077";
}

.icon-arrows-squares:before {
    content: "\e078";
}

.icon-arrows-stretch-diagonal1:before {
    content: "\e079";
}

.icon-arrows-stretch-diagonal2:before {
    content: "\e07a";
}

.icon-arrows-stretch-diagonal3:before {
    content: "\e07b";
}

.icon-arrows-stretch-diagonal4:before {
    content: "\e07c";
}

.icon-arrows-stretch-horizontal1:before {
    content: "\e07d";
}

.icon-arrows-stretch-horizontal2:before {
    content: "\e07e";
}

.icon-arrows-stretch-vertical1:before {
    content: "\e07f";
}

.icon-arrows-stretch-vertical2:before {
    content: "\e080";
}

.icon-arrows-switch-horizontal:before {
    content: "\e081";
}

.icon-arrows-switch-vertical:before {
    content: "\e082";
}

.icon-arrows-up:before {
    content: "\e083";
}

.icon-arrows-up-double-33:before {
    content: "\e084";
}

.icon-arrows-upleft:before {
    content: "\e085";
}

.icon-arrows-upright:before {
    content: "\e086";
}

.icon-arrows-vertical:before {
    content: "\e087";
}

/*! Fancybox --------- */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap, .fancybox-wrap * {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/*.fancybox-lock { overflow: hidden !important; width: auto; }
	.fancybox-lock body { overflow: hidden !important; }
	.fancybox-lock-test { overflow-y: hidden !important; }*/
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/*.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }*/

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/fancybox/fancybox_buttons.png);
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}

/* Twitter --------- */
#twitter li img {
    left: 95px;
    top: 30%;
}

/* Responsive --------- */
@media only screen and (max-width: 68.75em) {
    /* 1100 */
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    #welcome > figure.mobile-a {
        margin-left: -492px;
    }

    #top h1, #clone h1, #featured > *, #content, #footer > *, #content.a > *, #contact > *, .news-b, #content.news-b, #welcome > *, #content.a > .module-a > *, #content.a > .va > *, #content.a > .vb > *, .news-c, #content.a > * > .news-c, .gallery-c > .heading-a {
        width: 960px;
    }

    #welcome > figure, .module-a > figure, #content.a .module-a > figure {
        margin-left: -480px;
    }

    #nav, #clone nav {
        margin-right: -480px;
    }

    #welcome > figure.mobile-c {
        margin-left: -498px;
    }

    #welcome > figure.mobile-d {
        margin-left: -535px;
    }

    #welcome {
    }

    #welcome > * {
        padding-left: 440px;
    }

    #welcome h1:before, #welcome h2:before, #welcome h1 img, #welcome h2 img {
        left: 440px;
    }

    #content {
    }

    #content.a > .module-a > * {
        padding-left: 560px;
    }

    #content.a > .va .slider-a, #content.a > .vb .slider-a {
        width: 820px;
    }

    #root #content .sticky-c {
        right: -400px;
    }

    #root #content .sticky-d {
        left: -400px;
    }

    .cols-a > *:first-child {
        width: 620px;
    }

    .gallery-a {
        left: 0;
        width: auto;
        margin-left: -6px;
    }

    .gallery-a li {
        float: left;
        width: 33.333333%;
        margin-right: 0;
        border-left: 6px solid rgba(0, 0, 0, 0);
    }

    .gallery-a li.plain, .gallery-a li.plain a {
        min-height: 299px;
    }

    .gallery-b {
        left: 0;
        padding-bottom: 20px;
    }

    .gallery-b li {
        margin: 0 30px 30px 0;
    }

    .gallery-c, #content > .gallery-c {
        width: auto;
    }

    .list-b {
    }

    .list-b li {
        width: 170px;
        padding-right: 20px;
    }

    #root .list-b.b li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .list-c {
    }

    .list-c, #content.a > * > .list-c {
        width: 800px;
    }

    .news-e {
    }

    .news-e article {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-e header figure {
        margin-left: -31px;
        margin-right: -31px;
        margin-bottom: 40px;
    }

    .slider-a {
    }

    .slider-a .bx-prev {
        left: -70px;
    }

    .slider-a .bx-next {
        right: -70px;
    }

    .form-a {
    }

    .form-a p > span {
        width: 201.33333px;
    }

    .form-a p > span, .gallery-a li, #welcome > h1, #welcome > h2, #welcome > h3, #welcome > h4, #welcome > h5, #welcome > h6, #welcome > p, #welcome > ul, #content.a > .module-a > * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #root .regular-only, #content.a > .vid figure a > .fit-a {
        position: relative;
        left: 0;
        top: 0;
    }

    #root #content.a > .vid figure img, #root .regular-hide {
        position: absolute;
        left: -3000em;
        top: -3000em;
        bottom: inherit;
        right: inherit;
    }
}

@media only screen and (max-width: 62.5em) {
    /* 1000 */
    #top h1, #clone h1, #featured > *, #content, #footer > *, #content.a > *, #contact > *, .news-b, #content.news-b, #welcome > *, #content.a > .module-a > *, #content.a > .va > *, #content.a > .vb > *, .news-c, #content.a > * > .news-c, .gallery-c > .heading-a {
        width: 720px;
    }

    #welcome > figure, .module-a > figure, #content.a .module-a > figure {
        margin-left: -360px;
    }

    #welcome > figure.mobile-a {
        margin-left: -372px;
    }

    #nav, #clone nav {
        margin-right: -360px;
    }

    #welcome > figure.mobile-c {
        margin-left: -372px;
    }

    #welcome > figure.mobile-d {
        margin-left: -397px;
    }

    #twitter {
    }

    #twitter li {
        padding-top: 140px;
    }

    #twitter li img {
        left: 50%;
        top: 24px;
        margin: 0 0 0 -48px;
    }

    #top {
        padding-top: 10px;
    }

    #top h1 {
        height: 52px;
    }

    #top h1 a {
        background-size: 100% 100%;
    }

    #top h1 a {
        transform: scale(.75, .75);
        -moz-transform: scale(.75, .75);
        -webkit-transform: scale(.75, .75);
        -o-transform: scale(.75, .75);
        -ms-transform: scale(.75, .75);
        transform-origin: left center;
        -moz-transform-origin: left center;
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
    }

    #nav {
        top: 19px;
    }

    #nav > ul > li, #clone nav > ul > li {
        padding-left: 0;
    }

    #featured {
        padding: 150px 0 100px;
    }

    #contact {
    }

    #contact form {
        padding-left: 60px;
        padding-right: 60px;
    }

    #welcome {
        padding: 150px 0 100px;
    }

    #welcome > figure {
        top: 100px;
    }

    #welcome > figure, #root #content .list-b li.mobile-b {
        transform: scale(.7, .7);
        -moz-transform: scale(.7, .7);
        -webkit-transform: scale(.7, .7);
        -o-transform: scale(.7, .7);
        -ms-transform: scale(.7, .7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
    }

    #welcome > * {
        padding-left: 300px;
    }

    #welcome h1, #welcome h2 {
        padding-top: 0;
        font-size: 4.6em;
    }

    #welcome h1:before, #welcome h2:before, #welcome h1 img, #welcome h2 img {
        left: -3000em;
    }

    #welcome p {
        font-size: 1.6em;
    }

    #welcome .download-a {
    }

    #welcome .download-a li {
        margin: 0 10px 10px 0;
    }

    #content {
    }

    .module-a, #content.a > .module-a {
        padding: 73px 0 40px;
    }

    #content.a > .module-a > * {
        padding-left: 0;
    }

    #content.a > .va .slider-a, #content.a > .vb .slider-a {
        width: 580px;
    }

    #content > .heading-a:first-child, #content.a > * > .heading-a:first-child {
        margin-top: 0;
    }

    .cols-a > *:first-child {
        width: 460px;
    }

    .cols-a > aside {
        width: 240px;
    }

    .comments-a {
        font-weight: 400;
    }

    .comments-a li {
        font-size: 1.5em;
    }

    .comments-a li > span {
        min-height: 65px;
        padding: 8px 15px;
    }

    .comments-a .title {
        padding-right: 125px;
    }

    .comments-a .date {
        right: 25px;
        top: 12px;
    }

    .gallery-a {
    }

    .gallery-a li {
        font-size: 1.8em;
    }

    .gallery-a li a > span {
        padding: 0 20px 29px;
    }

    .gallery-a li.plain, .gallery-a li.plain a {
        min-height: 224px;
    }

    .gallery-b {
        left: 0;
    }

    .gallery-b li {
        width: 226px;
        margin: 0 20px 20px 0;
    }

    .gallery-b.b > li > div {
        bottom: -100%;
        min-height: 0;
    }

    .gallery-c, #content > .gallery-c {
        width: auto;
    }

    .list-b {
    }

    .list-b li {
        width: 150px;
        padding: 15px 20px 20px 20px;
        font-size: 1.3em;
    }

    .js .list-b.a li.c1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .js .list-b.a li.c2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #root #content .list-b li.mobile-b {
        transform-origin: center 0;
        -moz-transform-origin: center 0;
        -webkit-transform-origin: center 0;
        -o-transform-origin: center 0;
        -ms-transform-origin: center 0;
    }

    .list-c {
    }

    .list-c > li:first-child {
        margin-right: 10px;
    }

    .news-b {
    }

    .news-b article {
        min-height: 0;
        margin: 0 0 40px 200px;
    }

    .news-b article header p {
        left: -201px;
        top: -1px;
        width: 140px;
        padding: 30px;
    }

    .news-b .pagination-a {
        margin-top: 0;
    }

    .news-c {
    }

    .news-c article {
        padding-left: 30px;
        padding-right: 55%;
    }

    .news-c article h1, .news-c article h2, .news-c article h3, .news-c article h4, .news-c article h5, .news-c article h6 {
        font-size: 2.6em;
    }

    .news-c .bx-prev, .news-c > header, .news-c .bx-pager {
        left: 30px;
    }

    .news-c .bx-next {
        left: 119px;
    }

    .news-c article p {
        font-size: 1.3em;
    }

    .slider-a {
    }

    .slider-a li {
        padding: 240px 30px 52px;
        text-align: center;
    }

    .slider-a li img {
        left: 50%;
        margin: 0 0 0 -90.5px;
    }

    .slider-a li .title .date {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 5px;
        font-size: .75em;
    }

    .form-a {
    }

    #root .form-a p > span {
        float: none;
        width: auto;
        margin: 0 0 11px;
    }

    #root .form-a p > span:last-child {
        margin-bottom: 0;
    }

    .gallery-b li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #root .desktop-hide, #root .tablet-only {
        position: relative;
        left: 0;
        top: 0;
    }

    #root .desktop-only, #root .tablet-hide, #root .regular-only, .module-a > figure, #content.a .module-a > figure, .list-b li .no, #root .sticky-c, #root #content .sticky-c, #root .sticky-d, #root #content .sticky-d#root .module-a .sticky-a, #root .module-a .sticky-b {
        position: absolute !important;
        left: -3000em !important;
        top: -3000em !important;
        bottom: inherit !important;
        right: inherit !important;
    }
}

@media only screen and (max-width: 47.5em) {
    /* 760 */

    .has-pattern #top > .fit-a > div {
        background-image:none;
    }

    .has-pattern #welcome::before {
        background-size:3000px;
        background-position: top center;
    }

    #root #content .list-b li.mobile-b {
        width:100%;
        text-align:center;
    }

    #top h1, #clone h1, #featured > *, #content, #footer > *, #content.a > *, #contact > *, #contact > form, .news-b, #content.news-b, #welcome > *, #content.a > .module-a > *, #content.a > .va > *, #content.a > .vb > *, .news-c, #content.a > * > .news-c, #content.a > .va .slider-a, #content.a > .vb .slider-a, #content.a > .va, #content.a > .vb, .gallery-c > .heading-a {
        width: auto;
    }

    #top h1, #clone h1, #featured > *, #content, #footer > *, #content.a > *, #contact > *, #contact > form, .news-b, #content.news-b, #welcome > *, #content.a > .module-a > *, .gallery-c > .heading-a {
        padding-left: 12px;
        padding-right: 12px;
    }

    img[src*="maps.gstatic.com"], img[src*="googleapis.com"], img[src*="google"] {
        max-width: none !important;
    }

    #top {
    }

    #nav, #clone nav {
        right: 12px;
        top: -3000em;
        margin: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        background: #fff;
    }

    #top.active #nav, #clone.active nav {
        top: 61px;
    }

    #nav > ul > li, #clone nav > ul > li {
        float: none;
        padding: 0;
    }

    #root #nav > ul > li > a, #root #clone nav > ul > li > a, #root #nav > ul > li > ul li a {
        float: none;
        width: auto;
        height: auto;
        padding: 8px 18px;
        border-radius: 0;
        background: none;
        color: #000;
        line-height: 1.675;
        text-decoration: none;
    }

    #root #nav > ul > li > a:hover, #root #clone nav > ul > li > a:hover, #root #nav > ul > li.active > a, #root #clone nav > ul > li.active > a {
        background: #000;
        color: #fff;
    }

    #root #nav > ul > li > ul {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 0;
        background: none;
    }

    #root #nav > ul > li > ul li a {
        padding: 5px 9px;
    }

    #root #nav > ul > li > ul li a:hover, #root #nav > ul > li > ul li.active {
        color: #000;
    }

    #top > .fit-a, #clone > .fit-a {
        top: 12px;
    }

    #featured {
        padding: 100px 0 50px;
    }

    #featured h1, #featured h2 {
        font-size: 4em;
    }

    #welcome {
        text-align: center;
    }

    #welcome > figure.mobile-a {
        margin-left: -562px;
    }

    #welcome h1, #welcome h2 {
        margin-bottom: 10px;
    }

    #root #welcome > figure {
        position: relative;
        left: 0;
        top: 0;
        margin: -200px auto 30px;
    }

    #welcome > figure {
        transform-origin: center 100%;
        -moz-transform-origin: center 100%;
        -webkit-transform-origin: center 100%;
        -o-transform-origin: center 100%;
        -ms-transform-origin: center 100%;
    }

    #welcome .download-a {
        text-align: center;
    }

    #welcome .download-a li, .download-a li {
        margin: 0 4px 10px;
    }

    #contact {
        padding: 73px 0 0;
        background: #e6e6e6;
    }

    #contact > form {
        margin: 0 0 30px;
        padding-top: 20px;
        box-shadow: none;
        background: #e6e6e6;
    }

    #content.a > .vid .heading-a {
        left: 12px;
        right: 12px;
        width: auto;
        margin: 0;
    }

    #root .cols-a > * {
        float: none;
        width: auto;
    }

    h1, h2, .heading-a h1, .heading-a h2, .heading-a h3 {
        font-size: 3.6em;
    }

    .comments-a {
        font-weight: 400;
    }

    .comments-a li > span {
        min-height: 65px;
        padding: 8px 15px;
    }

    .comments-a .title {
        padding-right: 0;
    }

    .comments-a .date {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 5px;
    }

    .gallery-a {
    }

    .gallery-a li {
        width: 50%;
    }

    .gallery-a li img, .gallery-b li img {
        display: block;
        width: 100% !important;
    }

    .gallery-b {
        width: auto;
    }

    .gallery-b li {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
    }

    .gallery-c, #root #content .gallery-c {
        padding-left: 0;
        padding-right: 0;
    }

    .gallery-c ul li > div {
    }

    .gallery-c ul li > div a {
        padding: 0 20px;
        font-size: 11px;
    }

    .gallery-c ul li > div .title {
        font-size: 16px;
    }

    .list-a {
    }

    .list-a li {
        float: none;
        width: auto;
        margin-top: 40px;
    }

    .list-a li:first-child {
        margin-top: 0;
    }

    .list-b, .list-b.a {
        height: auto;
    }

    #root .list-b li, #root .list-b.b li {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 180px;
        margin: 0 auto 10px;
        text-align: left;
    }

    #root .list-b li.mobile-b {
        width: 272px;
        margin-top: -140px;
    }

    #root #content .list-b li.mobile-b {
        transform-origin: center 100%;
        -moz-transform-origin: center 100%;
        -webkit-transform-origin: center 100%;
        -o-transform-origin: center 100%;
        -ms-transform-origin: center 100%;
    }

    #root .list-b li.mobile-f, #root .list-b li.mobile-g {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        margin: 0 0 40px;
        padding: 0;
        background: none;
        text-align: center;
    }

    .list-c {
    }

    #root .list-c > li {
        float: none;
        width: auto;
        margin-top: 0;
        margin-right: 0;
    }

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

    .heading-a.a h1:before, .heading-a.a h2:before, .heading-a.a h3:before {
        left: 50%;
        margin: 0 0 0 -29.5px;
    }

    .news-b {
    }

    .news-b article {
        margin: 0 0 40px;
        padding: 20px 20px 3px;
    }

    .news-b figure {
        margin: -21px -21px 30px;
    }

    .news-c article figure img {
        max-width: 100% !important;
    }

    .news-b article header p {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        margin: 0 -21px 30px;
        padding: 20px;
        font-size: 1.8em;
    }

    .news-b article header figure + p {
        margin-top: -30px;
    }

    .news-b article header p span {
        display: inline;
        font-size: 1.5em;
    }

    .news-b article header p a {
        display: block;
        padding-top: 8px;
        font-size: .736em;
    }

    .news-b .pagination-a {
        margin-top: 0;
    }

    .news-c, #content.a > * > .news-c {
        height: auto;
        margin: 0 -12px 0;
        text-align: center;
    }

    #content.a > * > .news-c:last-child {
        margin-bottom: -40px;
    }

    .news-c > header {
        right: 30px;
        top: 21px;
    }

    .news-c .bx-pager {
        right: 30px;
        top: 44px;
    }

    .news-c article {
        width: auto;
        height: auto;
        padding-top: 90px;
        padding-right: 30px;
        padding-bottom: 60px;
    }

    .news-c article figure {
        position: relative;
        left: 0;
        margin: 0 -30px 40px;
    }

    .news-c .bx-prev {
        left: 50%;
        margin-left: -50px;
    }

    .news-c .bx-next {
        left: auto;
        right: 50%;
        margin-right: -50px;
    }

    .news-c article h1:before, .news-c article h2:before, .news-c article h3:before, .news-c article h4:before, .news-c article h5:before, .news-c article h6:before {
        left: 50%;
        margin-left: -27.5px;
    }

    .news-e {
    }

    .news-e article {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-e header figure {
        margin-left: -21px;
        margin-right: -21px;
        margin-bottom: 30px;
    }

    .news-e + aside {
        margin-top: 60px;
    }

    .slider-a, #content.a > .va .slider-a, #content.a > .vb .slider-a {
        width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .slider-a li {
        padding: 200px 0 0;
        font-size: 1.4em;
    }

    .slider-a li img {
        top: 0;
    }

    .slider-a .bx-prev {
        left: 0;
    }

    .slider-a .bx-next {
        right: 0;
    }

    .form-b {
    }

    .form-b fieldset {
        width: auto;
    }

    #root .tablet-hide, #root .mobile-only {
        position: relative;
        left: 0;
        top: 0;
    }

    #root .tablet-only, #root .mobile-hide, #clone, .js #clone + div, #contact > .map, .js #root .list-b li:after, .js #root .list-b li:after, #nav > ul > li > ul > li > ul {
        position: absolute !important;
        left: -3000em !important;
        top: -3000em !important;
        bottom: inherit !important;
        right: inherit !important;
    }
}

@media only screen and (max-width: 31.25em) {
    /* 500 */
    #contact {
    }

    #root #contact > form p > span {
        float: none;
        width: auto;
        margin-bottom: 16px;
    }

    #root #contact > form p > span:last-child {
        margin-bottom: 0;
    }

    h1, h2, .heading-a h1, .heading-a h2, .heading-a h3 {
        font-size: 3.2em;
    }

    h3 {
        font-size: 3.0em;
    }

    h4 {
        font-size: 2.8em;
    }

    h5 {
        font-size: 2.6em;
    }

    h6 {
        font-size: 2.4em;
    }

    .gallery-a {
    }

    .gallery-a li {
        width: 100%;
    }

    .heading-a {
    }

    .heading-a p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 25em) {
    /* 400 */
    @-ms-viewport {
        width: device-width;
    }
    @viewport {
        width: device-width;
    }

    #root #welcome > figure {
        margin-top: 0;
    }

    .list-b {
    }

    #root .list-b li[class*="mobile"] {
        margin-top: 30px;
    }

    #root [class^="mobile"], #root .list-b li[class^="mobile"] {
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }

    #root #welcome [class*="mobile"] {
        padding: 0 12px;
    }

    #root [class*="mobile"], #welcome > figure, #root #content .list-b li.mobile-b {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
}
.accordion {
			  background-color: transparent;
			  color: #444;
			  cursor: pointer;
			  padding: 18px;
			  width: 100%;
				margin:-50px 0 -70px 0;
				height:100px;
			  border: none;
			  text-align: center;
			  outline: none;
				font-weight: normal;
			  transition: 0.4s;
			}

			.active, .accordion:hover {
			  background-color: transparent;
				color:#7D7D7D;	
				font-weight: normal;
			}


			.panel {
			  padding: 20px;
			  background-color: transparent;
			  max-height: 0;
			  overflow: hidden;
				font-weight: normal;
			  transition: max-height 0.2s ease-out;
			}