
.top-bar {
    background: transparent;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.top-bar ul {
    list-style: none;
    margin-bottom: 0;
}
.top-bar .row {
    max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
    margin-bottom: 0;
}
.top-bar input,
.top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}
.top-bar .title-area {
    margin: 0;
    position: relative;
}
.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 0 0.9375rem;
    width: 75%;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}
.top-bar .toggle-topbar a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
    color: #fff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
    background: transparent;
    height: auto;
}
.top-bar.expanded .title-area {
    background: transparent;
}
.top-bar.expanded .toggle-topbar a {
    color: #888;
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}
.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}
.top-bar-section ul li {
    background: #333;
}
.top-bar-section ul li > a {
    color: #fff;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%;
}
.top-bar-section ul li > a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #265fb4;
    border-color: #2b6ccc;
    color: #fff;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    background-color: #2b6ccc;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.secondary {
    background-color: #c00;
    border-color: #eb0000;
    color: #fff;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    background-color: #eb0000;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.success {
    background-color: #a5ca52;
    border-color: #aecf63;
    color: #fff;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    background-color: #aecf63;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.alert {
    background-color: #f04124;
    border-color: #f2543a;
    color: #fff;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    background-color: #f2543a;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #f2963a;
    color: #fff;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    background-color: #f2963a;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #aad7ea;
    color: #333;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    background-color: #aad7ea;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    color: #333;
}
.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #265fb4;
    border-color: #2b6ccc;
    color: #fff;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    background-color: #2b6ccc;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    color: #fff;
}
.top-bar-section ul li > button.secondary {
    background-color: #c00;
    border-color: #eb0000;
    color: #fff;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    background-color: #eb0000;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    color: #fff;
}
.top-bar-section ul li > button.success {
    background-color: #a5ca52;
    border-color: #aecf63;
    color: #fff;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    background-color: #aecf63;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    color: #fff;
}
.top-bar-section ul li > button.alert {
    background-color: #f04124;
    border-color: #f2543a;
    color: #fff;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    background-color: #f2543a;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    color: #fff;
}
.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #f2963a;
    color: #fff;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    background-color: #f2963a;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    color: #fff;
}
.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #aad7ea;
    color: #333;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    background-color: #aad7ea;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    color: #333;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555;
    color: #fff;
    background: #222;
}
.top-bar-section ul li.active > a {
    background: #265fb4;
    color: #fff;
}
.top-bar-section ul li.active > a:hover {
    background: #21529b;
    color: #fff;
}
.top-bar-section .has-form {
    padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}
.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%;
}
.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #fff;
    display: block;
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}
.top-bar-section .dropdown label {
    color: #777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase;
}
.js-generated {
    display: block;
}
@media only screen and (min-width: 900px) {
    .top-bar {
        background: transparent;
        overflow: visible;
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .title-area {
        float: left;
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }
    .top-bar.expanded {
        background: transparent;
    }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 1200px;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }
    .top-bar-section ul li {
        float: left;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover > a:not(.button) {
        background-color: #555;
        background: #222;
        color: #fff;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: transparent;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #222;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #265fb4;
        color: #fff;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #21529b;
        color: #fff;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 2.1875rem !important;
    }
    .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }
    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto;
    }
    .top-bar-section .dropdown li a {
        background: #333;
        color: #fff;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333;
        color: #fff;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555;
        color: #fff;
        background: #222;
    }
    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: transparent;
        height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover > a {
        background-color: #555;
        background: #222;
        color: #fff;
    }
    .no-js .top-bar-section ul li:active > a {
        background: #265fb4;
        color: #fff;
    }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center,
.title-center .block-title {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
a {
    color: #265fb4;
    line-height: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #21529b;
}
a img {
    border: none;
}
p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}
p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0;
}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
strong,
b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    background-color: #ffa3a3;
    border-color: #ff7979;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}
ul {
    margin-left: 1.1rem;
}
ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ol {
    margin-left: 1.4rem;
}
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
.no-bullet {
    list-style-type: none;
    margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.75rem;
}
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help;
}
abbr {
    text-transform: none;
}
abbr[title] {
    border-bottom: 1px dotted #ddd;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #555;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.3125rem;
    }
    h3 {
        font-size: 1.6875rem;
    }
    h4 {
        font-size: 1.4375rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.34in;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.inner-wrap:before,
.inner-wrap:after {
    content: " ";
    display: table;
}
.inner-wrap:after {
    clear: both;
}
.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem;
}
.left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0;
}
.right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0;
}
.tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0;
}
.tab-bar-section.left {
    text-align: left;
}
.tab-bar-section.right {
    text-align: right;
}
.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}
.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}
.tab-bar .menu-icon {
    color: #fff;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    top: 0;
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    top: 0;
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    height: 18.75rem;
}
.top-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    height: 18.75rem;
}
.bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.off-canvas-list li label {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
}
ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
    background: #242424;
}
ul.off-canvas-list li a:active {
    background: #242424;
}
.move-right > .inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-left > .inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-top > .inner-wrap {
    -webkit-transform: translate3d(0, -18.75rem, 0);
    -moz-transform: translate3d(0, -18.75rem, 0);
    -ms-transform: translate(0, -18.75rem);
    -o-transform: translate3d(0, -18.75rem, 0);
    transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-bottom > .inner-wrap {
    -webkit-transform: translate3d(0, 18.75rem, 0);
    -moz-transform: translate3d(0, 18.75rem, 0);
    -ms-transform: translate(0, 18.75rem);
    -o-transform: translate3d(0, 18.75rem, 0);
    transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
    top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
    right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
    left: 18.75rem;
}
.left-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.left-submenu * {
    -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}
.left-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.right-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.right-submenu * {
    -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}
.right-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.top-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.top-submenu * {
    -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}
.top-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.bottom-submenu * {
    -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}
.bottom-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
@media print {
    .print-only,
    .show-for-print {
        display: block !important;
    }
    .hide-on-print,
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.icon-bar.two-up .item {
    width: 50%;
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.three-up .item {
    width: 33.3333%;
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.four-up .item {
    width: 25%;
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.five-up .item {
    width: 20%;
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.six-up .item {
    width: 16.66667%;
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.seven-up .item {
    width: 14.28571%;
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.eight-up .item {
    width: 12.5%;
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.32);
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
}
.p-t-30 {
    padding-top: 30px;
}
.comment ul {
    list-style: outside none none;
}
.row .row {
    max-width: 1200px;
}
.animated,
.animation-parent {
    overflow: hidden;
}
.collapse[class*="block-grid-"] > li {
    padding: 0;
}
.wd-vertical-aligned {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.row-delimiter {
    width: 1px;
    position: absolute;
    bottom: 0px;
    transform: translateY(100%) translateX(900px);
}
.countto {
    padding: 3em;
    display: block;
}
div.icon {
    text-align: center;
    font-size: 50px;
    padding: 20px;
}
.counter {
    font-size: 4em;
    font-weight: 200;
    padding-top: 12px;
}
.style1 {
    margin-bottom: 30px;
}
.style2,
.style3 {
    margin-bottom: 30px;
}
.style2 div.icon,
.style3 div.icon {
    display: inline;
}
.style2 .counter,
.style3 .counter {
    display: inline;
}
.style5 .counter-box {
    padding: 20px 10px;
}
.layout-3 .box-title-3 {
    text-align: center;
}
.circular-item {
    float: left;
    display: inline-block;
    margin: 0 14px;
}
.circular-content {
    display: inline-block;
    height: auto;
    text-align: center;
}
.circular-pie {
    height: 310px;
    width: 310px;
}
.easyPieChart {
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 3em 0;
}
.circ_counter_desc {
    font-size: 15px;
    margin: 20px 0;
    text-align: center;
}
.circular-pie-style-1 span,
.circular-pie-style-2 span,
.circular-pie-style-3 span {
    border-radius: 100%;
    bottom: 20px;
    color: #284c66;
    display: block;
    font-size: 46px;
    font-weight: 100;
    height: 150px;
    left: 41px;
    letter-spacing: -3px;
    line-height: 150px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 41px;
    width: 150px;
    z-index: 10;
}
.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.circ_counter_desc .lead {
    font-weight: 600;
    font-size: 29px;
}
#page-wrap {
    position: relative;
}
.corp {
    padding-bottom: 10em;
    padding-top: 10em;
}
.oops h2 {
    border-bottom: 1px solid #aaa;
    box-shadow: 0 1px 0 #727272;
    font-size: 5em;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.message {
    font-size: 2em;
    margin-bottom: 30px;
    width: 50%;
}
.oops-footer {
    margin-top: 20px;
}
.oops-footer .social-icons {
    text-align: center;
}
.oops-footer .social-icons li {
    width: auto;
    padding: 14px 13px;
    border: medium solid;
    display: inline-block;
    float: none;
}
.oops-footer .social-icons li:hover {
    border-color: #f74a13;
}
.oops-footer .social-icons li:hover i {
    border: none;
    color: #f74a13;
}
.oops-footer .social-icons li i {
    color: #333;
}
.oops-footer .social-icons li i:hover {
    border: none;
}
.oops-footer .social-icons.accent li i {
    border: none;
    color: #333;
}
.oops-footer .social-icons.accent li i:hover {
    border: none;
    color: #aaa;
}
#serch .text-input {
    border-radius: 30px;
    height: 50px;
    padding-left: 20px;
}
#serch .submit-input {
    background: #aaa none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 16px 14px;
    position: absolute;
    right: 14px;
    top: 0px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
    .message {
        width: 100%;
        text-align: center;
    }
    .oops-footer .inline-list > li {
        float: none;
    }
}
.block-content p {
    color: #666666;
}
.block-content .progress {
    background-color: transparent;
    height: 0.78em;
    margin-bottom: 1.58em;
    padding: 0;
    border: 1px solid #f3f3f3;
}
.block-content .progress_title {
    font-size: 1em;
    font-weight: 700;
    margin: 5px 5px 5px 2px;
}
.nav-layout-metro .top-bar-section ul li:hover:not(.has-form) > a,
.nav-layout-metro .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: none;
}
.color-1,
.boxes.colored .columns:nth-child(1) .box-container:hover,
ul li.color-1,
ul .boxes.colored .columns:nth-child(1) li.box-container:hover,
.boxes.colored .columns:nth-child(1) ul li.box-container:hover {
    background: #e60000;
}
.color-2,
.boxes.colored .columns:nth-child(2) .box-container:hover,
ul li.color-2,
ul .boxes.colored .columns:nth-child(2) li.box-container:hover,
.boxes.colored .columns:nth-child(2) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-2 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(2) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(2) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #ff751a;
}
.color-3,
.boxes.colored .columns:nth-child(3) .box-container:hover,
ul li.color-3,
ul .boxes.colored .columns:nth-child(3) li.box-container:hover,
.boxes.colored .columns:nth-child(3) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-3 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(3) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(3) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #fbb820;
}
.color-4,
.boxes.colored .columns:nth-child(4) .box-container:hover,
ul li.color-4,
ul .boxes.colored .columns:nth-child(4) li.box-container:hover,
.boxes.colored .columns:nth-child(4) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-4 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(4) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(4) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #94e107;
}
.color-4,
.boxes.colored .columns:nth-child(4) .box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-4 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(4) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(4) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #94e107;
}
.color-5,
.boxes.colored .columns:nth-child(5) .box-container:hover,
ul li.color-5,
ul .boxes.colored .columns:nth-child(5) li.box-container:hover,
.boxes.colored .columns:nth-child(5) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-5 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(5) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(5) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #009ae7;
}
.color-5,
.boxes.colored .columns:nth-child(5) .box-container:hover,
ul li.color-5,
ul .boxes.colored .columns:nth-child(5) li.box-container:hover,
.boxes.colored .columns:nth-child(5) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-5 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(5) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(5) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #009ae7;
}
.color-6,
.boxes.colored .columns:nth-child(6) .box-container:hover,
ul li.color-6,
ul .boxes.colored .columns:nth-child(6) li.box-container:hover,
.boxes.colored .columns:nth-child(6) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-6 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(6) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(6) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
    background: #653fc8;
}
.color-7,
ul li.color-7,
.nav-layout-metro .top-bar-section li.has-dropdown.color-7 ul.sub-menu.dropdown a:hover {
    background: #9b59b6;
}
.color-8,
ul li.color-8,
.nav-layout-metro .top-bar-section li.has-dropdown.color-8 ul.sub-menu.dropdown a:hover {
    background: #34495e;
}
.color-9,
ul li.color-9,
.nav-layout-metro .top-bar-section li.has-dropdown.color-9 ul.sub-menu.dropdown a:hover {
    background: #f0f;
}
.color-10,
ul li.color-10,
.nav-layout-metro .top-bar-section li.has-dropdown.color-10 ul.sub-menu.dropdown a:hover {
    background: #000;
}
.color-11,
ul li.color-11,
.nav-layout-metro .top-bar-section li.has-dropdown.color-11 ul.sub-menu.dropdown a:hover {
    background: #fff;
}
.black,
.black .div-hr span,
.black .top-bar-section .dropdown,
.black .top-bar-section .dropdown li a,
.black .top-bar-section .dropdown li.title h5 a,
.black .page,
.black .div-hr span .page,
.black .top-bar-section .dropdown .page,
.black .top-bar-section .dropdown li.title h5 a .page {
    background: #222;
    color: #fff;
}
body.black,
.black .top-bar-section body.dropdown {
    background: #fff;
}
.black h1,
.black .div-hr span h1,
.black .top-bar-section .dropdown h1,
.black .top-bar-section .dropdown li a h1,
.black .top-bar-section .dropdown li.title h5 a h1,
.black h2,
.black .div-hr span h2,
.black .top-bar-section .dropdown h2,
.black .top-bar-section .dropdown li a h2,
.black .top-bar-section .dropdown li.title h5 a h2,
.black h3,
.black .div-hr span h3,
.black .top-bar-section .dropdown h3,
.black .top-bar-section .dropdown li a h3,
.black .top-bar-section .dropdown li.title h5 a h3,
.black h4,
.black .div-hr span h4,
.black .top-bar-section .dropdown h4,
.black .top-bar-section .dropdown li a h4,
.black .top-bar-section .dropdown li.title h5 a h4,
.black h5,
.black .div-hr span h5,
.black .top-bar-section .dropdown h5,
.black .top-bar-section .dropdown li a h5,
.black .top-bar-section .dropdown li.title h5 a h5,
.black h6,
.black .div-hr span h6,
.black .top-bar-section .dropdown h6,
.black .top-bar-section .dropdown li a h6,
.black .top-bar-section .dropdown li.title h5 a h6 {
    color: #fff;
}
.wpb_column h3 {
    color: inherit;
}
.l-boxed .page {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
div.vc_separator h4 {
    font-size: 2em;
}
.nav-layout-metro .top-bar-section li.has-dropdown ul.sub-menu.dropdown a:hover {
    color: #fff;
}
.wd-section-title-black h2 {
    font-size: 36px;
    color: #333;
}
.wd-section-title-black h3 {
    font-size: 24px;
    color: #777;
}
.wd-section-title-with h1,
.wd-section-title-with h2,
.wd-section-title-with h3,
.wd-section-title-with h4 {
    color: #fff;
}
.wd-section-title-with h2 {
    font-size: 36px;
}
.wd-section-title-with h3 {
    font-size: 24px;
    color: #fff;
}
.wd-section-title-m-black h2,
.wd-section-title-m-black h2:last-child {
    font-size: 36px;
    color: #222;
}
.wd-section-title-m-black h3,
.wd-section-title-m-black h3:last-child {
    font-weight: 400;
    color: #222;
    margin-bottom: 17px;
    display: block;
}
.bg-1 {
    background: #1b1a1c;
    background-size: cover;
    color: #fff;
}
.bg-2 {
    background: #333 url(../img/blackboard.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
.bg-3 {
    color: #fff;
    background: #a2e29e;
}
.bg-4 {
    background: #30353c;
    color: #4e5154;
}
.bg-5 {
    background: #514b48;
    color: #7d746f;
}
.bg-6 {
    background: #1d211f;
    color: #6ed19f;
}
.bg-7 {
    color: #c3e9f5;
    background: linear-gradient(45deg, #7e67e5, #02cbdf);
}
.bg-8 {
    background: #383e4c;
    color: #fff;
}
.bg-9 {
    background: #efb7b7;
    color: #382628;
}
.bg-10 {
    color: #eaebed;
}
.bg-11 {
    background: #f7faf9;
}
.bg-12 {
    background: #647df9;
    color: #7a90ff;
}
.bg-12 p {
    color: #fff;
    text-align: center;
}
.bg-12 a {
    color: #fff;
    font-weight: bold;
}
.bg-12 a:hover,
.bg-12 a:focus {
    color: rgba(0, 0, 0, 0.3);
}
.section-container.auto > section > .title,
.section-container.auto > .section > .title {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
}
.black .section-container.auto > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto > section > .title,
.black .section-container.auto > .section > .title {
    background-color: #444;
    border: 1px solid #333;
}
.section-container.auto > section > .title:hover,
.section-container.auto > .section > .title:hover {
    background-color: #f2f2f2;
}
.section-container.auto > section > .title a,
.section-container.auto > .section > .title a {
    padding: 0.7em 1.07143em;
}
.section-container.auto > section.active .title,
.section-container.auto > .section.active .title {
    border-top: 2px solid #265fb4;
}
.section-container.auto > section:last-child .title,
.section-container.auto > .section:last-child .title {
    border-right: 1px solid #eeeeee;
}
.black .section-container.auto > section:last-child .title,
.black .section-container.auto > .section:last-child .title {
    border-right: 1px solid #333;
}
.section-container.auto > section > .content,
.section-container.auto > section > .content,
.section-container.auto > .section > .content,
.section-container.auto > .section > .content {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 1.07143em;
}
.black .section-container.auto > section > .content,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto > section > .content,
.black .section-container.auto > section > .content,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto > section > .content,
.black .section-container.auto > .section > .content,
.black .section-container.auto > .section > .content {
    background-color: #272727;
    border: 1px solid #333;
}
.section-container.auto > section > .title,
.section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
    background-color: #fafafa;
}
.black .section-container.auto > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto > section > .title,
.black .section-container.auto > .section > .title,
.black .section-container.vertical-tabs > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-tabs > section > .title,
.black .section-container.vertical-tabs > .section > .title,
.black .section-container.vertical-nav > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-nav > section > .title,
.black .section-container.vertical-nav > .section > .title,
.black .section-container.horizontal-nav > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.horizontal-nav > section > .title,
.black .section-container.horizontal-nav > .section > .title,
.black .section-container.accordion > section > .title,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion > section > .title,
.black .section-container.accordion > .section > .title {
    background-color: #444;
}
.black .section-container.auto > section > .title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto > section > .title a,
.black .section-container.auto > .section > .title a,
.black .section-container.vertical-tabs > section > .title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-tabs > section > .title a,
.black .section-container.vertical-tabs > .section > .title a,
.black .section-container.vertical-nav > section > .title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-nav > section > .title a,
.black .section-container.vertical-nav > .section > .title a,
.black .section-container.horizontal-nav > section > .title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.horizontal-nav > section > .title a,
.black .section-container.horizontal-nav > .section > .title a,
.black .section-container.accordion > section > .title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion > section > .title a,
.black .section-container.accordion > .section > .title a {
    color: #fff;
}
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
    border: none;
}
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
    border: none;
}
.section-container.auto > section.active > .title,
.section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
    background: #fff;
    border-top: 2px solid #265fb4;
}
.black .section-container.auto > section.active > .title,
.black .section-container.auto > .section.active > .title,
.black .section-container.vertical-tabs > section.active > .title,
.black .section-container.vertical-tabs > .section.active > .title,
.black .section-container.vertical-nav > section.active > .title,
.black .section-container.vertical-nav > .section.active > .title,
.black .section-container.horizontal-nav > section.active > .title,
.black .section-container.horizontal-nav > .section.active > .title,
.black .section-container.accordion > section.active > .title,
.black .section-container.accordion > .section.active > .title {
    background-color: #272727;
}
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
    border: none;
    border-top: 1px solid #eee;
}
.black .section-container.accordion > section > .content,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion > section > .content,
.black .section-container.accordion > .section > .content {
    background-color: #272727;
    border-top: 1px solid #888;
}
.wd-all-image-detail ul {
    list-style: none;
}
.wd-all-image-detail i {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.5em;
    background: #fff;
    color: #db4436;
}
.wd-all-image-detail .active i {
    background: #265fb4;
    border-color: #265fb4;
    color: #fff;
}
.wd-all-image-detail li {
    margin-bottom: 20px;
}
.wd-all-image {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.wd-all-image > div img {
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    display: block;
    position: absolute;
}
.wd-all-image > div img:nth-child(2) {
    transition-delay: 0.5s;
    z-index: 100;
    right: 0;
}
.wd-hide img {
    opacity: 0;
    transform: translateX(360px);
}
.wd-all-image-detail ul li:last-child .box-icon:after {
    display: none;
}
.wd-all-image-detail .box-icon {
    float: left;
    position: relative;
}
.wd-all-image-detail .box-icon:after {
    background: #eee none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 55px;
    left: 25px;
    position: absolute;
    top: 55px;
    width: 1px;
}
.wd-all-image-detail .box-text {
    padding-left: 80px;
    cursor: pointer;
}
.wd-all-image-detail .box-text p {
    color: #777;
}
.styleswitcher {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 0 1px #cccccc;
    padding: 18px 20px;
    position: fixed;
    top: 185px;
    width: 160px;
    z-index: 99;
}
.title-styleswitcher {
    padding: 0 0 8px;
    color: #222;
}
.styleswitcher-contener .selector {
    background: #ffffff;
    color: #222222;
    border-radius: 0 3px 3px 0;
    box-shadow: 1px 0 0 1px #cccccc;
    height: 30px;
    position: absolute;
    right: -30px;
    font-size: 1.5em;
    padding: 5px;
    top: 0;
    width: 30px;
    z-index: 99;
}
.styleswitcher .colors {
    height: 45px;
}
.styleswitcher .schemas li {
    display: inline-block;
    float: left;
    margin: 5px;
    width: 20px;
}
.styleswitcher .schemas a {
    float: left;
    height: 20px;
    text-indent: -9999%;
    width: 20px;
}
.styleswitcher hr {
    margin-bottom: 8px;
}
.styleswitcher .schemas.headers li {
    width: 90px;
}
.styleswitcher .schemas.headers a {
    text-indent: 0;
    width: 70px;
}
.box-container {
    transition: all 0.3s ease-in;
}
.box-title {
    padding: 18px 0 15px;
    margin: 0;
    font-size: 1.375em;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}
.colored .box-container:hover .box-title {
    color: #ffffff;
}
.square-txt {
    color: #fff;
    padding-top: 15px;
}
.square-txt h2 {
    font-size: 1.5em;
    font-weight: 300;
}
.square-txt .post_text {
    font-size: 0.875em;
}
.square-txt a {
    color: #fff;
    font-size: inherit;
}
.square-txt a:hover {
    text-decoration: underline;
}
.square-row .square-img .fa {
    color: #fff;
    border: 2px solid;
}
.square-row:hover .square-img .fa {
    opacity: 1;
}
.wide-region .block-views-clients-block {
    background: url(../images/bg-3.jpg);
    background-size: cover;
    color: #fff;
}
.wide-region .block-views-clients-block,
.wide-region .block-views-clients-block .block-title {
    color: #fff;
}
.wide-region .block-views-clients-block .block-title {
    font-size: 2.5em;
}
.wide-region .block-views-clients-block .es-slides li {
    opacity: 0.7;
}
#project-info {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 4em 3em 2em;
    transition: all 0.5s ease;
}
#project-info.small {
    border-radius: 50%;
    box-shadow: 0 0 200px 0 #555555;
    height: 150px;
    min-height: 150px !important;
    left: calc(50% - 150px);
    overflow: hidden;
    top: calc(50% - 150px);
    width: 150px;
}
.project-head-title {
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 2em;
    padding-bottom: 5px;
    padding-top: 2em;
}
.page.frozen {
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
}
#project-info i.fa-plus {
    cursor: pointer;
    font-size: 2em;
    transition: all 0.5s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#project-info i.fa-plus:hover {
    font-size: 2.5em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.horiz-scroll li div {
    background: #cccccc;
}
.div-hr {
    background: #d5d5d5;
}
.div-hr span {
    background: #ffffff;
    color: #bbbbbb;
}
.block-block-17,
.row.call-action {
    color: #fff;
}
.block-block-17 .block-content p.p-t-15,
.row.call-action .block-content p.p-t-15 {
    font-size: 1.125em;
}
.row.call-action {
    margin: 50px 0;
    padding: 20px 10px 0;
}
.row.call-action .large-8 {
    font-size: 1.125em;
}
.block-comment-recent ul li {
    list-style: square;
}
.carousel-details h3 {
    font-size: 1.2em;
}
.table-div,
.table-div .full_section_container,
.table-div .section_container {
    height: 100%;
    min-height: 500px;
}
.table-div > div .wpb_column {
    height: 100%;
    vertical-align: middle;
    padding: 0 6%;
    min-height: 500px;
}
.testimonials {
    margin: 0;
}
.testimonials blockquote {
    border: none;
    color: inherit;
}
.testimonials blockquote img {
    border-radius: 0;
    margin: 24px 20px 30px;
    margin: 0 auto;
    height: 100px;
    margin-bottom: 14px;
    border-radius: 50%;
}
.testimonials blockquote cite {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.testimonials blockquote cite:before {
    content: "";
}
.testimonials blockquote .job-title {
    color: #000000;
    font-size: 14px;
    text-align: center;
}
.testimonials p {
    margin-top: 15px;
    line-height: 1.714;
    color: #636363;
    color: inherit;
    text-align: center;
    font-family: "Lora", serif;
    font-style: italic;
    margin-bottom: 5px;
}
.testimonials p:after {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #d2d2d2;
    font-size: 18px;
    margin: 10px 51px 0px;
    display: block;
}
.testimonials .quote {
    display: none;
}
.testimonials.owl-carousel .owl-item img {
    width: 100px;
}
.blog-page .quote-format blockquote {
    background-color: #fff;
    box-shadow: none;
    border-left: none;
    padding: 30px;
    position: relative;
    margin: 80px 0 50px;
}
.blog-page .quote-format p {
    color: #222;
    font-size: 1.7em;
    font-style: normal;
}
.blog-page .quote-format p a {
    color: #222;
    font-weight: 600;
}
.blog-page .quote-format h2 {
    font-size: 0.8em;
    margin-left: 20px;
    float: right;
}
.blog-page .quote-format .quotes {
    color: rgba(0, 0, 0, 0.2);
    font-size: 4em;
    position: absolute;
}
.blog-page .quote-format .leftq {
    left: 10px;
    top: -20px;
    color: #ddd;
    font-family: "FontAwesome";
}
.blog-page .quote-format .rightq {
    bottom: 15px;
    right: 15px;
    color: #ddd;
}
.blog-page .format-link .quote-format .leftq {
    left: 0;
    top: 6px;
    color: #bebebe;
    font-size: 2em;
    transform: rotate(-45deg) translateX(-8px);
    padding: 15px 0px;
}
iframe {
    width: 100%;
}
div.map-popup {
    display: inline-block;
}
div.map-img {
    display: inline-block;
    float: left;
    width: 320px;
}
div.map-text {
    display: inline-block;
    width: 10em;
    margin-left: 0.5em;
}
div#map-canvas .gm-style-iw div {
    overflow: hidden !important;
}
.doors_wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 79em;
    position: relative;
}
.bg_body_color {
    background: #aaa;
    padding-top: 15px;
    padding-bottom: 15px;
}
img.bg_image_body {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
}
.primary-color_bg,
.block-block-17,
.row.call-action,
span.wpb_button:hover,
span.wpb_button:focus,
.square-img > a:before,
.boxes .box > a:before,
.boxes .box .flipper a:before,
input.wpcf7-submit,
.blog-info,
.doors_onepost .title-block span,
.one_post_box .box_image .titel_icon .box_icon,
.one_post_box .more,
.boxes .box-container > a:before,
.boxes .box-container .flipper a:before,
.layout-4 div.box-icon i.fa,
.boxes.small.layout-5 .box-icon,
.boxes.small.layout-5-inverse .box-icon,
.boxes.small.layout-6 .box-icon i.fa,
table thead,
table tfoot,
.carousel_blog span.tag a,
.wd-carousel-container .carousel-icon i {
    background: #265fb4;
}
.primary-color_color,
a,
a:focus,
a.active,
a:active,
a:hover,
.box-container:hover .box-title,
.boxes.small .box-icon i {
    color: #265fb4;
}
.primary-color_border {
    border-color: #265fb4;
}
@media only screen {
    .collapsed-title,
    .collapsed-title h1 {
        font-size: 1.6em;
        font-weight: bolder;
        line-height: 1.2em;
        margin: 0;
    }
    .corporate-layout .top-bar {
        height: 50px;
    }
    .corporate-layout .top-bar.expanded {
        height: auto;
    }
    .corporate.top-bar-section {
        margin-top: 42px;
    }
}
@media only screen and (max-width: 900px) {
    .corporate.top-bar-section {
        margin-top: 0;
    }
}
@media only screen {
    .corporate-layout .fixed .top-bar {
        height: 50px;
    }
}
@media only screen and (max-width: 40em) {
    .show-cart-btn {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    .corporate-layout .top-bar {
        height: 100px;
    }
}
div.wpb_call_to_action {
    background: none;
    border: none;
}
div.wpb_call_to_action h2 {
    color: #fff;
    font-size: 1.5em;
}
span.wpb_button {
    border-top: 1px solid #fff;
    border-right: 1px solid #9d0275;
    border-bottom: 1px solid #9d0275;
    background-color: #d0029a;
    padding: 10px 20px;
    font-size: 1.14286em;
    font-weight: bold;
    line-height: normal;
}
span.wpb_button:hover,
span.wpb_button:focus {
    border-top: none;
}
header .button.home-cta {
    background: #265fb4;
    padding: 14px 30px;
    margin-top: 20px;
    height: 46px;
    border: medium none;
    border-radius: 2px;
    margin-left: 115px;
    color: #fff;
    font-weight: 800;
}
@media only screen and (max-width: 900px) {
    header .button.home-cta {
        display: none;
    }
}
.front .block {
    padding: 50px 40px;
}
.l-footer-columns .block {
    padding: 50px 0;
}
.header-top .block {
    padding: 0;
}
.square-row {
    overflow: hidden;
}
.square-txt {
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: 5;
    transition: all 0.5s ease-in-out 0.1s;
}
@media only screen and (min-width: 980px) {
    .square-txt {
        width: 41%;
    }
}
.square-txt .arrow {
    position: absolute;
    transition: all 0.5s ease-in-out 0.1s;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.square-txt .post-read-more {
    margin-top: 10px;
}
.square-bottom .square-txt {
    height: 37%;
    width: 100%;
    top: 50%;
}
@media only screen and (min-width: 980px) {
    .square-bottom .square-txt {
        top: 56%;
    }
}
.square-bottom .square-txt .arrow {
    left: calc(50% - 20px);
    top: -20px;
    border-top: 0 solid #94e107;
    border-bottom: 20px solid #94e107;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.square-left .square-txt {
    position: absolute;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.square-left .square-txt .arrow {
    right: -20px;
    top: calc(50% - 20px);
    border-left: 20px solid #009ae7;
    border-right: 0 solid #009ae7;
}
.square-right .square-txt {
    position: absolute;
    right: 0;
    width: 60%;
}
@media only screen and (min-width: 980px) {
    .square-right .square-txt {
        width: 43%;
    }
}
.square-right .square-txt .arrow {
    left: -20px;
    top: calc(50% - 20px);
    border-left: 0 solid #fbb820;
    border-right: 20px solid #fbb820;
}
.square-row img {
    transition: all 0.5s ease-in-out 0.1s;
}
.square-img {
    overflow: hidden;
}
.square-row:hover img {
    transform: scale(1.1);
}
.square-img {
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0.1s;
}
@media (max-width: 767px) {
    .square-img,
    .square-img img {
        width: 100%;
    }
}
.square-img > a:before {
    bottom: 100%;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.2s ease-in;
}
.square-row:hover .square-img > a:before {
    height: 100%;
    opacity: 0.3;
    transform: scale(1.2);
}
.square-left .square-img {
    left: auto;
    right: 0;
}
.square-right .square-img {
    left: 0;
    right: auto;
    overflow: hidden;
}
.square-row .square-img .fa {
    left: 48%;
    left: calc(50% - 26px);
    top: 50%;
    top: calc(50% - 30px);
    position: absolute;
    opacity: 0;
    transition: all 0.6s ease-in-out 0;
    padding: 0;
    border-radius: 50%;
    z-index: 9;
}
.square-row:hover .square-img .fa {
    font-size: 60px;
    padding: 5px 11px;
}
.square-bottom.square-row .square-img {
    top: 0;
}
.square-right:hover .square-img {
    right: auto;
}
.boxes.colored .columns {
    padding: 0;
}
.boxes.colored .box-container {
    padding: 0.625em 0;
}
.boxes .box {
    margin-bottom: 16px;
    position: relative;
    min-height: 146px;
}
@media only screen {
    .boxes .box {
        min-height: 196px;
    }
}
.boxes .box > a:before,
.boxes .box .flipper a:before {
    bottom: 100%;
    content: "";
    display: block;
    height: 0%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.2s ease-in;
}
.boxes .box:hover > a:before,
.boxes .box:hover .flipper a:before {
    height: 100%;
}
.boxes .box img {
    width: 100%;
}
.boxes .box .box-txt {
    background: #000;
    background: rgba(38, 95, 180, 0.8);
    bottom: 10px;
    left: 15px;
    position: absolute;
    padding: 0.625em;
    text-transform: uppercase;
    transition: all 0.1s ease-in;
}
.boxes .box .box-txt a {
    color: #fff;
}
.boxes.small {
    text-align: center;
    padding-top: en-calc(15);
}
.boxes.small .block-title {
    padding-bottom: 0.6em;
}
.boxes.small .box-container {
    text-align: left;
}
.boxes.small .box-icon {
    border: none;
    float: left;
    padding: 3px 5px;
    text-align: center;
}
.boxes.small .box-body {
    clear: both;
    padding-top: 10px;
}
.boxes.small .box-title {
    padding: 7px 0 5px 55px;
}
.box:hover .box-txt {
    bottom: 0;
}
.large-12 .box {
    overflow: hidden;
}
.horiz-scroll li {
    display: block;
    float: left;
}
.horiz-scroll li div {
    border: 1px solid;
    float: left;
    height: 28px;
}
.div-hr {
    height: 1px;
    margin: 1.5625em auto 1.25em;
}
.div-hr.small {
    width: 30%;
}
.div-hr span {
    display: block;
    margin-top: -5px;
    position: absolute;
    right: 43%;
    right: calc(50% - 20px);
    width: 40px;
}
.block-views-clients-block {
    padding: 4.375em 0;
}
.block-views-clients-block .view-content {
    padding-top: 30px;
}
.block-views-clients-block .everslider {
    padding: 0 0 60px;
    margin: 0;
}
.block-views-clients-block .everslider .es-next,
.block-views-clients-block .everslider .es-prev {
    top: 104px;
    outline: none;
}
.block-views-clients-block .everslider .es-next {
    right: 47.5%;
    right: calc(50% - 30px);
}
.block-views-clients-block .everslider .es-prev {
    left: 47.5%;
    left: calc(50% - 30px);
}
.before-footer .block-block-17 {
    margin-top: 40px;
    padding: 35px 40px 0;
}
.block-flickr a {
    display: inline-block;
    margin: 2px;
}
.block-search-form .container-inline .form-type-textfield {
    float: left;
    margin: 1em 0 0;
    width: 200px;
    width: calc(100% - 60px);
}
.block-search-form .container-inline .form-submit {
    float: right;
    margin: 1em 0 0;
    width: 60px;
}
.contact-details li {
    list-style: none;
}
.contact-details .fa {
    font-size: 1.4em;
    line-height: 32px;
    text-align: center;
    margin-right: 15px;
}
.view-blog.view-display-id-block .jcarousel li {
    width: 390px;
    margin: 10px 0 20px;
}
.boxed .view-blog.view-display-id-block .jcarousel li {
    max-width: 328px;
    margin: 10px 15px 20px 0;
}
.view-blog.view-display-id-block .jcarousel li:first-child {
    padding-right: 5px;
}
.view-blog.view-display-id-block .blog-title {
    margin: 8px 0 2px;
}
.view-blog.view-display-id-block .blog-title a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
}
.view-blog.view-display-id-block p {
    font-size: 15px;
    line-height: 1.57em;
}
.view-blog.view-display-id-block .blog-body {
    padding-right: 20px;
}
.sidebar .latest-posts ul li {
    list-style: none;
    padding: 10px 0;
    min-height: 6.5em;
}
.latest-posts ul li {
    list-style: none;
    padding: 10px 0;
    min-height: 6.5em;
}
.latest-posts ul li:first-child {
    padding-top: 0;
    min-height: 5.6em;
}
.latest-posts ul li:last-child {
    border: none;
}
.latest-posts .blog-image img {
    margin-right: 10px;
    width: 70px;
}
.sidebar .latest-posts .blog-image img {
    width: 70px;
}
.latest-posts .blog-title,
.latest-posts .subheader {
    margin: 0;
    line-height: 20px;
}
.latest-posts .blog-title a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.latest-posts .blog-image {
    padding-right: 6px;
    padding-top: 10px;
}
.l-footer-columns .latest-posts .blog-title a {
    color: #eee;
}
.latest-posts ul {
    margin-left: 0;
}
.portfolio-drag .es-slides {
    cursor: move;
}
.portfolio-drag .es-slides > li.es-after-slide {
    height: 450px;
    cursor: move;
}
.portfolio-drag .es-slides > li.es-after-slide h4 {
    margin-bottom: 2px;
    line-height: 1.3em;
}
.portfolio-drag .es-slides > li.es-after-slide .item-description > span {
    display: block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.portfolio-drag .es-slides > li.es-after-slide .item-description div,
.portfolio-drag .es-slides > li.es-after-slide .item-description .read-more {
    font-size: 0.932em;
}
.masque li {
    overflow: hidden;
}
.flexslider {
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: none;
}
@media only screen and (min-width: 980px) {
    .negative-margin {
        position: relative;
        top: -61px;
        z-index: 100;
    }
}
.section-container.auto > section > .title a,
.section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
    padding: 0.7em 1.07143em;
}
.section-container.vertical-tabs > section.active,
.section-container.vertical-tabs > .section.active {
    padding-left: 1.75em;
}
.section-container.vertical-tabs section .content,
.section-container.vertical-tabs .section .content {
    width: 79%;
    width: calc(100% - 12.5em);
}
.offices-map {
    padding-left: 50px;
    padding-top: 88px;
    padding-bottom: 50px;
}
.offices-map h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.offices-map ul {
    width: 400px;
    margin: 0 0 50px;
}
.offices-map ul li {
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding: 14px 0;
    width: 100px;
    font-weight: 700;
}
.offices-map ul li a {
    color: #fff;
}
.offices-map .map-markers-container {
    position: relative;
}
.offices-map .map-markers-container .map-marker {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: 300px;
}
.offices-map .map-markers-container span.marker-icon {
    background-color: #f0d228;
    border-radius: 50%;
    height: 15px;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 15px;
}
.map-offices {
    text-align: center;
}
.map-offices h3 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
.map-offices .offices-locations {
    position: relative;
    margin: 0 auto;
    width: 730px;
}
@media only screen and (max-width: 900px) {
    .map-offices .offices-locations {
        width: 100%;
    }
}
.map-offices .offices-locations .office-location-point {
    min-height: 7px;
    min-width: 7px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 1;
}
.map-offices .offices-locations .office-location-point:hover {
    z-index: 2;
}
.map-offices .offices-locations .office-location-point::before {
    background: #fffc03;
    border-radius: 50%;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 7px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 7px;
    z-index: 0;
}
.map-offices .offices-locations .office-location-point:hover::before,
.map-offices .offices-locations .office-location-point.selected::before {
    box-shadow: 0 0 0 3px #fbf504;
    transform: scale(1.5);
}
.map-offices .offices-locations .location-infos {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 600;
    left: -3999px;
    min-width: 310px;
    opacity: 0;
    padding-bottom: 30px;
    position: absolute;
    top: -140px;
    transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
    visibility: hidden;
}
.map-offices .offices-locations .location-infos p {
    float: right;
    margin: 0;
    max-width: 152px;
}
.map-offices .offices-locations .location-infos p img {
    margin: 0;
}
.map-offices .offices-locations .office-location-point:hover .location-infos,
.map-offices .offices-locations .office-location-point.selected .location-infos {
    left: -118px;
    opacity: 1;
    visibility: visible;
}
.map-offices .offices-locations .location-infos::before {
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: 19px;
    content: "";
    left: 110px;
    position: absolute;
}
.map-offices .offices-locations .location-infos-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 2px 2px 0;
    height: 130px;
    overflow: hidden;
    padding: 20px 25px 0;
    position: relative;
    text-align: left;
}
.map-offices .offices-locations .location-infos-content h5 {
    color: #1a1c25;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
    margin-top: 0;
}
.map-offices .offices-locations .location-infos-content p {
    font-size: 12px;
}
.map-offices .offices-locations .location-infos-content p:last-child {
    margin-bottom: 0;
}
.map-offices .offices-locations .location-infos > a {
    float: left;
}
.map-offices .offices-locations .location-infos > a img {
    border-radius: 2px 0 0 2px;
    margin: 0;
}
.map-offices .offices-locations .location-img::after {
    color: #fff;
    content: "εÿ║";
    font-family: "icomoon";
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.map-offices .offices-locations .location-infos > a {
    float: left;
}
.map-offices .offices-locations .location-img {
    overflow: hidden;
    position: relative;
}
.map-offices .offices-locations .location-img img {
    margin: 0 !important;
}
.map-offices .offices-locations > img {
    opacity: 0.2;
}
.map-offices .offices-list {
    margin-bottom: 30px;
}
.map-offices .offices-list .location-name {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0 15px;
    text-decoration: none;
}
.map-offices .offices-list .location-name.selected,
.map-offices .offices-list .location-name:hover {
    border-bottom-color: #265fb4;
}
.map-offices ul li {
    display: inline-block;
    list-style-type: none;
    width: 120px;
}
.hero-title h2 {
    font-size: 40px;
    font-weight: 300;
}
.hero-title p {
    font-size: 18px;
    line-height: 1.4em;
}
.text-with-button h4 {
    font-size: 24px;
    font-weight: 400;
}
.text-with-button p {
    font-size: 16px;
    padding-right: 80px;
    line-height: 1.5em;
}
.text-with-button a.button.success {
    background-color: #a5ca52;
    border-color: #a5ca52;
    margin-top: 46px;
    padding: 14px 43px 14px 39px;
    font-size: 14px;
}
.text-with-button a.button.success:after {
    padding-left: 38px;
}
.clients-section {
    border-top: 4px solid #f5f5f5;
}
.image-hero-text h2 {
    font-size: 41px;
    color: #fff;
}
.image-hero-text h3 {
    font-size: 34px;
    color: #fff;
}
.vc_row.wpb_row.vc_row-fluid.icons-image-section {
    background-position: center center !important;
}
.home-text-icon .home-text-icon .boxes.layout-1 .box-body {
    padding-bottom: 10px;
}
.home-text-icon .boxes .box-container {
    margin-bottom: 0;
}
.home-text-icon .wpb_text_column {
    background-color: #fff;
    padding: 0 10px 30px 32px;
    margin-top: -2px;
}
.newslettre-section .newslettre-text {
    float: left;
    width: 29%;
}
.newslettre-section .newslettre-text h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.newslettre-section .newslettre-text p {
    font-size: 13px;
}
.newslettre-section .newslettre-input {
    float: left;
    width: 28%;
    padding-top: 10px;
}
.newslettre-section .newslettre-input input.newslettre-field {
    height: 37px;
    width: 156px;
    padding: 10px;
}
.newslettre-section .button.large.wd-black {
    padding: 9px 14px;
    width: 104px;
    height: 37px;
}
.newslettre-section .button.large.wd-black:hover {
    padding: 9px 14px;
}
.wd-large-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #282828;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #74a5d7;
    border-radius: 0;
}
.calendar-calendar td {
    border: 1px solid #eeeeee;
    color: #777777;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: 14%;
}
.calendar-calendar table tr.even,
.calendar-calendar table tr.alt,
.calendar-calendar table tr:nth-of-type(2n) {
    background: none;
}
.main ul {
    list-style: initial;
}
.list-icon li {
    list-style: none;
}
.list-icon li i {
    padding-right: 8px;
}
.wd-lists.wd-list-1 li:before {
    font-family: "FontAwesome";
    content: "\f058";
    margin: 0 12px 0 -15px;
    color: #dc494f;
    line-height: 2.3em;
}
.wd-partenaire li {
    padding-bottom: 2px;
    border: solid 1px #eee;
}
p {
    line-height: 1.55;
    font-size: 15px;
}
div.wpb_wrapper ul li.ui-state-default {
    padding: 5px 10px;
}
.ui-tabs-active {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid #d0029a;
}
.ui-accordion-header-active {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid #d0029a;
    border-bottom: 1px solid #efefef;
}
div.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    padding: 5px 0;
}
div.collapsed-title {
    margin-bottom: 40px !important;
}
.collapsed-title,
.collapsed-title h2 {
    font-size: 1.95em;
    font-weight: bolder;
    line-height: 0.95em;
    margin: 0;
}
.collapsed-title h2:nth-child(2) {
    color: #f55a60;
}
blockquote cite {
    font-style: normal;
    font-weight: bold;
    padding-left: 25px;
}
div.wpb_row {
    margin: 0;
}
.vc_responsive .wpb_row .full_section_container .vc_span12,
.vc_responsive .wpb_row .full_section_container .vc_col-sm-12 {
    padding: 0;
}
#comments {
    margin-top: 60px;
}
#comments ul.commentlist,
#comments ol.commentlist {
    list-style-type: none !important;
}
#comments ul.commentlist li.comment,
#comments ol.commentlist li.comment {
    margin-bottom: 30px;
    list-style-type: none;
}
#comments ul.commentlist li.comment .comment-author img,
#comments ol.commentlist li.comment .comment-author img {
    float: left;
    margin-right: 12px;
}
#comments ul.commentlist li.comment .author-meta a,
#comments ol.commentlist li.comment .author-meta a {
    color: #777;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
#comments ul.commentlist li.comment section.comment,
#comments ol.commentlist li.comment section.comment {
    background-color: #fafafa;
    border: 1px solid #ecf0f1;
    margin-top: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
}
#comments ul.commentlist li.comment section.comment p,
#comments ol.commentlist li.comment section.comment p {
    font-family: "open sans", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 29px;
}
#comments ul.commentlist li.comment section.comment .comment-reply-link,
#comments ol.commentlist li.comment section.comment .comment-reply-link {
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 3px 10px;
}
.commentlist .pingback {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.commentlist .pingback .author-meta a {
    display: block;
}
body {
    overflow-x: hidden;
}
ul {
    list-style: none;
}
h1 {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.m-0,
.square-row {
    margin: 0 !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.p-0,
.l-slider .block,
.square-row,
.square-img,
.p-0-r-8,
.p-0-l-8 {
    padding: 0 !important;
}
.p-0-15,
.square-txt {
    padding: 0 0.9375em;
}
.p-0-20,
.blog-info > div {
    padding: 0 1.25em;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-60 {
    padding-top: 60px;
}
.p-t-150 {
    padding-top: 150px;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-0-r-8 {
    padding-right: 0.5em !important;
}
.p-0-l-8 {
    padding-left: 0.5em !important;
}
@media only screen and (max-width: 768px) {
    html body.admin-menu {
        margin-top: 80px !important;
    }
}
.wpb_row.row {
    margin: 0 auto;
    clear: both;
}
div.vc_separator h4 {
    font-size: 2.64286em;
    padding-left: 0;
}
div.vc_separator.vc_separator_align_center h4 {
    text-align: center;
}
.l-boxed .page {
    margin: 0 auto;
    max-width: 1140px;
}
.textwidget {
    font-family: inherit;
    font-size: 1em;
    margin-bottom: 1.42857em;
}
div.view-blog.view-display-id-block_1.black-separateur ul li {
    clear: both;
}
#main-menu li ul li {
    background: none repeat scroll 0 0 #fff;
}
#main-menu .doors_mega-menu li ul li {
    padding: 5px 25px 0px 8px;
}
.post-categories,
.post-categories li {
    display: inline;
    margin: 0;
}
input.wpcf7-submit {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}
#content-body {
    margin-top: 50px;
}
.body.field .vc_responsive .wpb_row .vc_span12 {
    padding-left: 0;
    padding-right: 0;
}
.vc_separator h4 {
    color: inherit;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
h2.heading {
    color: inherit;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    clear: both;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.wd-glass {
    overflow: hidden;
}
.wd-glass:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -70px;
    transform: translateX(-50%) rotate(-45deg);
    transition: all 0.6s ease-in-out 0s;
    width: 200%;
}
.wd-glass:hover:after {
    position: absolute;
    top: 80%;
    transform: translateX(50%) rotate(-45deg);
}
.single-post .l-main > div {
    margin-top: 40px;
}
.single-post .l-main .sidebar h2 {
    margin-top: 0;
}
.single-post .l-main .sidebar > section {
    margin-bottom: 40px;
}
.service {
    margin-bottom: 50px;
}
.service .wd-image-text.style-2 {
    margin-bottom: 30px;
}
.free_quote {
    background-image: url("../images/worker-glass.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.free_quote .wd-heading {
    margin: 100px 0 30px 0;
}
@media only screen and (max-width: 40em) {
    .free_quote .wd-heading {
        margin: 40px 0 20px 0;
    }
}
.free_quote form {
    margin-bottom: 100px;
}
@media only screen {
    .free_quote form {
        margin-bottom: 40px;
    }
}
.our_passion {
    padding-bottom: 80px;
}
.our_passion .wd-heading {
    margin: 80px 0 80px 0;
}
@media only screen and (max-width: 40em) {
    .our_passion .wd-heading {
        margin: 60px 0 50px 0;
    }
}
@media only screen and (max-width: 40em) {
    .our_passion {
        padding-bottom: 50px;
    }
}
.latest_project {
    padding-bottom: 90px !important;
    background-color: #f8f8fb !important;
}
.latest_project .wd-heading {
    margin: 80px 0 40px;
}
@media only screen and (max-width: 40em) {
    .latest_project .wd-heading {
        margin: 50px 0 20px;
    }
}
.our_company .wd-heading {
    margin-top: 90px;
    margin-bottom: 40px;
}
.our_company div.video {
    position: relative;
    height: 352px;
    width: 100%;
}
.our_company div.video iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.latest_post {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #f8f8fb !important;
}
.latest_post .wd-heading {
    margin: 80px 0 40px;
}
@media only screen and (max-width: 40em) {
    .latest_post .wd-heading {
        margin: 50px 0 20px;
    }
}
.testimonail {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.testimonail .wd-heading {
    margin: 80px 0 40px;
}
@media only screen and (max-width: 40em) {
    .testimonail .wd-heading {
        margin: 50px 0 20px;
    }
}
.testimonail .carousel_client {
    margin-top: 50px;
}
.what_we_know {
    margin-top: 50px;
    padding: 50px 0;
}
.teams {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #f8f8fb !important;
}
.teams .wd-heading {
    margin-bottom: 25px;
}
@media only screen and (max-width: 40em) {
    .teams .wd-heading {
        margin-bottom: 20px;
    }
}
.our_values {
    padding-bottom: 60px;
}
.our_values .wd-heading {
    margin-top: 25px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 40em) {
    .our_values .wd-heading {
        margin-top: 20px;
    }
}
.blog-container ul {
    width: 100%;
}
.team-list {
    width: 100%;
}
.contain-to-grid {
    padding-bottom: 85px;
}
@media only screen and (max-width: 900px) {
    .contain-to-grid {
        padding-bottom: 0;
    }
}
.contain-to-grid .top-bar {
    margin-top: 6px;
}
@media only screen and (max-width: 900px) {
    .contain-to-grid .top-bar {
        margin-top: 0;
    }
}
@media only screen and (max-width: 900px) {
    .contain-to-grid .top-bar .name h2 {
        line-height: 0;
    }
}
.contain-to-grid .top-bar .text-right {
    position: relative;
    top: 20px;
    border-bottom: solid 1px rgba(93, 85, 85, 0.23);
    padding-bottom: 6px;
    min-height: 63px;
}
@media only screen and (max-width: 900px) {
    .contain-to-grid .top-bar .text-right {
        display: none;
    }
}
.contain-to-grid .top-bar .text-right .address_bar {
    display: inline-flex;
    position: relative;
    padding-left: 72px;
}
.contain-to-grid .top-bar .text-right .address_bar .address_icon {
    position: absolute;
    left: 54px;
    top: 8px;
}
.contain-to-grid .top-bar .text-right .address_bar .address_icon i {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.46);
}
.contain-to-grid .top-bar .text-right .address_bar .bar .address {
    color: #265fb4;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}
.contain-to-grid .top-bar .text-right .address_bar .bar .text_add {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}
.contain-to-grid.fixed {
    padding-bottom: 0;
}
.corporate-layout .top-bar-section ul li:hover {
    border-bottom: solid 2px #1a80d6;
    color: #1a80d6;
}
.corporate-layout .top-bar-section ul li a:hover {
    color: #1a80d6;
}
.top-bar-section .menu {
    margin-top: 5px;
}
@media only screen and (max-width: 900px) {
    .top-bar-section .menu {
        margin-top: 0;
    }
}
#menu-button > li > a {
    color: #fff;
}
ul.title-area {
    z-index: 99;
}
.request-quote.right {
    background: #265fb4;
    border-radius: 31px;
    padding: 0;
}
@media only screen and (max-width: 40em) {
    .request-quote.right {
        width: 100%;
    }
}
.request-quote.right a {
    color: #fff;
    font-size: 14px;
    padding: 5px 35px;
    display: inline-block;
    transition: all 300ms ease;
}
@media only screen and (max-width: 40em) {
    .request-quote.right a {
        width: 100%;
        text-align: center;
    }
}
.request-quote.right:hover a {
    padding: 5px 40px;
}
.top-bar .toggle-topbar.menu-icon {
    top: 63%;
}
.top-bar .title-area {
    top: -3px;
}
@media only screen and (max-width: 900px) {
    .top-bar .title-area {
        top: 0;
        height: 53px;
    }
}
.fixed section.corporate .menu-item .sub-menu {
    margin-top: 14px;
}
.fixed section.corporate #menu-menu {
    margin-bottom: 14px;
    margin-top: 0;
}
@media only screen {
    section.corporate .menu-item {
        float: none;
    }
}
@media only screen and (min-width: 40.0625em) {
    section.corporate .menu-item {
        float: left;
    }
}
section.corporate .menu-item .sub-menu {
    border: 1px solid #eeeeee;
    background: #fff;
}
@media only screen {
    section.corporate .menu-item .sub-menu {
        padding-left: 14px;
    }
}
@media only screen and (min-width: 40.0625em) {
    section.corporate .menu-item .sub-menu {
        padding-left: 0;
        position: absolute;
        margin-top: 24px;
    }
    section.corporate .menu-item .sub-menu a {
        padding: 0 20px;
        font-size: 13px;
    }
}
section.corporate .menu-item .sub-menu li {
    float: none;
}
@media only screen and (min-width: 40.0625em) {
    section.corporate .menu-item .sub-menu .sub-menu {
        left: 100%;
        margin-top: 0;
        top: 0;
    }
}
section.corporate .menu-item a {
    padding: 10px;
    text-transform: uppercase;
}
section.corporate .menu-item a i {
    color: #ff0000;
}
section.corporate .menu-item > .sub-menu {
    display: none;
}
.corporate-layout .contain-to-grid,
.corporate-layout .top-bar {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 1001;
}
.corporate-layout .header-top {
    background-color: #fafafa;
    color: #d6d6d6;
}
.corporate-layout .header-top .contact-info {
    font-size: 13px;
    color: #a6a6a6;
}
.corporate-layout .header-top .contact-info .fa {
    margin-right: 4px;
}
.corporate-layout .header-top .contact-info .fa-phone {
    margin-left: 10px;
}
.corporate-layout .header-top i {
    font-size: 1.4em;
    color: #db4436;
    padding-right: 4px;
}
.corporate-layout .header-top .social-icons li i {
    border-radius: 0;
    color: #d6d6d6;
    font-size: 1.4em;
    margin: 0 2px;
}
.corporate-layout .header-top .social-icons.accent li i {
    border: none;
    color: #d6d6d6;
}
.corporate-layout .contain-to-grid.sticky {
    background-color: #fff;
}
.corporate-layout .top-bar-section li:not(.has-form) a:hover:not(.button),
.corporate-layout .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: transparent;
    color: #1a80d6;
}
.corporate-layout .top-bar-section ul li:hover:not(.has-form) > a {
    color: #9d9d9d;
}
.corporate-layout .top-bar .toggle-topbar.menu-icon a span {
    box-shadow: none;
}
.corporate-layout .top-bar {
    position: relative;
    transition: all 0.4s ease 0s;
}
.corporate-layout .top-bar-section ul.menu > li > a {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 16px !important;
    text-transform: uppercase;
    line-height: 22px;
}
.corporate-layout .top-bar-section ul li {
    background-color: transparent;
    height: 46px;
}
.corporate-layout .top-bar-section ul li i {
    color: #ff0000;
    margin-right: 4px;
}
@media only screen and (max-width: 40em) {
    .corporate-layout .top-bar .title-area .name {
        margin-top: 0;
    }
}
.corporate-layout .corporate-layout .top-bar .title-area .name {
    margin-top: 0;
}
.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: none !important;
}
.modern-layout .top-bar-section ul li {
    float: none !important;
}
.orange_bar {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NWI1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYWQ1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f95b5d), color-stop(100%, #fbad5b));
    background-image: -moz-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
    background-image: -webkit-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
    background-image: linear-gradient(to right, #f95b5d 0%, #fbad5b 100%);
    height: 10px;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}
nav.top-bar.expanded {
    height: auto;
}
@media only screen and (min-width: 900px) {
    nav.top-bar {
        height: 50px;
    }
}
@media only screen and (min-width: 900px) {
    .doors_mega-menu > .sub-menu.dropdown {
        width: -moz-max-content;
        padding: 30px 150px 20px 20px;
        background-color: #fff;
        padding-bottom: 40px;
        left: calc(-50% - 75px) !important;
        right: auto !important;
    }
    .doors_mega-menu > .sub-menu.dropdown > li {
        width: auto;
        display: block;
        float: none;
        border-right: 1px solid #eee;
    }
}
@media only screen and (min-width: 900px) {
    .doors_mega-menu > .sub-menu.dropdown > li {
        display: table-cell;
    }
}
@media only screen and (min-width: 900px) {
    .doors_mega-menu > .sub-menu.dropdown > li > .sub-menu.dropdown {
        box-shadow: none;
        height: auto;
        padding: 0 10px 0 0;
        position: unset !important;
        width: 100%;
    }
    .top-bar-section .doors_mega-menu .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: none;
    }
    .doors_mega-menu > .dropdown > li > a {
        font-weight: bold;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
        content: "";
    }
    .top-bar-section .doors_mega-menu > .dropdown > li:not(.has-form):not(.active) > a:not(.button) {
        background: transparent;
        color: #000;
        text-transform: uppercase;
    }
    .top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
        background-color: transparent;
        color: #999;
    }
    .top-bar-section .doors_mega-menu > .dropdown > li:hover:not(.has-form):not(.active) > a:not(.button) {
        background: transparent;
        color: #000;
    }
    .top-bar-section .doors_mega-menu .dropdown .dropdown > li:not(.has-form) a:not(.button) {
        line-height: 2em;
    }
    .title.back.js-generated {
        display: none !important;
    }
}
section.creative {
    top: 25px;
}
section.creative .has-dropdown > a::after {
    top: 20px;
}
@media only screen {
    section.creative #menu-menu {
        margin-top: 0;
        background-color: #fff;
    }
}
@media only screen and (min-width: 40.0625em) {
    section.creative #menu-menu {
        margin-top: 26px;
        background-color: transparent;
    }
}
@media only screen {
    section.creative .menu-item {
        float: none;
    }
}
@media only screen and (min-width: 40.0625em) {
    section.creative .menu-item {
        float: left;
    }
}
section.creative .menu-item .sub-menu {
    display: none;
}
@media only screen {
    section.creative .menu-item .sub-menu {
        padding-left: 14px;
    }
}
@media only screen and (min-width: 40.0625em) {
    section.creative .menu-item .sub-menu {
        padding-left: 0;
        position: absolute;
        background-color: #262626;
    }
}
section.creative .menu-item .sub-menu li {
    float: none;
}
@media only screen and (min-width: 40.0625em) {
    section.creative .menu-item .sub-menu .sub-menu {
        left: 100%;
        margin-top: 0;
        top: 0;
    }
}
section.creative .menu-item a {
    padding: 10px;
}
.creative-layout .doors_mega-menu li {
    padding-top: 15px;
}
.creative-layout .contain-to-grid,
.creative-layout .top-bar {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1001;
}
.creative-layout .contain-to-grid .top-bar .title-area .name h2,
.creative-layout .top-bar .top-bar .title-area .name h2 {
    margin-top: 0;
}
@media only screen and (min-width: 900px) {
    .creative-layout .contain-to-grid,
    .creative-layout .top-bar {
        position: absolute;
    }
    .creative-layout .contain-to-grid .top-bar .title-area .name h2,
    .creative-layout .top-bar .top-bar .title-area .name h2 {
        margin-top: 45px;
    }
}
.creative-layout .top-bar {
    position: relative;
}
.creative-layout .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 35px;
}
.creative-layout .top-bar-section li:not(.has-form) a:hover:not(.button),
.creative-layout .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: transparent;
}
.creative-layout .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ccc;
}
.creative-layout .top-bar .toggle-topbar.menu-icon a span {
    box-shadow: none;
}
.creative-layout .top-bar {
    position: relative;
}
.creative-layout .top-bar-section ul li > a {
    font-size: 16px;
}
@media only screen {
    .creative-layout .top-bar-section ul li > a {
        color: #999;
    }
}
@media only screen and (min-width: 40.0625em) {
    .creative-layout .top-bar-section ul li > a {
        color: #fff;
    }
}
.creative-layout .top-bar-section ul li {
    background-color: transparent;
}
.creative-layout .top-bar .title-area .name {
    margin-top: 20px;
}
.creative-layout .top-bar .title-area .name h2 {
    color: #fff;
}
@media only screen and (max-width: 40em) {
    .creative-layout .top-bar .title-area .name {
        margin-top: 0;
    }
}
.sub-menu {
    display: none;
}
body .top-bar-section li:not(.has-form) a:hover:not(.button),
body .top-bar-section ul li:hover:not(.has-form) > a,
body .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: rgba(255, 255, 255, 0.18);
}
.nav-layout-metro-layout nav.top-bar {
    height: auto;
}
@media only screen and (max-width: 900px) {
    .nav-layout-metro-layout nav.top-bar {
        height: 40px;
    }
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(153, 204, 51, 0.9);
}
.overlay .overlay-close {
    background: url("../images/cross.png") no-repeat scroll center center transparent;
    border: medium none;
    color: transparent;
    height: 80px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: 200%;
    top: 20px;
    width: 80px;
    z-index: 102;
}
@media only screen and (max-width: 40em) {
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.overlay ul li a {
    font-size: 26px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}
.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li {
        min-height: 34px;
    }
}
#trigger-overlay {
    float: right;
    margin-top: 28px;
}
@media only screen and (max-width: 40em) {
    #trigger-overlay {
        margin-right: 20px;
        margin-top: -43px;
    }
}
#trigger-overlay i {
    font-size: 38px;
}
.sub-menu {
    display: none;
}
section.nav-layout-metro .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #333;
}
section.nav-layout-metro .contain-to-grid,
section.nav-layout-metro .top-bar {
    box-shadow: none;
}
.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: none;
}
.left-off-canvas-menu ul {
    margin: 0;
}
.left-off-canvas-menu ul li a {
    color: #fff;
    padding: 10px;
    display: block;
}
.left-off-canvas-toggle {
    background-color: #ff2777;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    padding: 35px;
}
.left-off-canvas-toggle .menu {
    padding-top: 20px;
}
@media only screen {
    padding-left: 14px;
}
.offcanvas-layout .top-bar .title-area .name {
    margin-top: 20px;
    margin-left: 20px;
}
@media only screen and (max-width: 40em) {
    .offcanvas-layout .top-bar .title-area .name {
        margin-top: 0;
    }
}
.social-icons.inline-list {
    margin: 0 auto 0.3em auto;
}
.social-icons li {
    margin-left: 0;
    margin-right: 0.375em;
    margin-top: 0.6em;
}
.social-icons li i {
    padding: 4px 5px;
    width: 22px;
    text-align: center;
}
@media only screen and (max-width: 574px) {
    .header_top_right {
        margin-top: -30px;
    }
}
.header-top {
    line-height: 36px;
}
.contact-info {
    margin-right: 20px;
}
.contact-info i {
    padding-left: 10px;
}
.fixed .show-cart-btn {
    display: none;
}
.top-bar .title-area {
    padding-left: 13px;
}
.top-bar .title-area .name h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 5px 0;
}
.fixed {
    z-index: 210;
}
@media only screen and (min-width: 900px) {
    .top-bar {
        height: 100px;
    }
}
@media only screen and (min-width: 900px) {
    .fixed .top-bar {
        height: 70px;
    }
}
@media only screen and (min-width: 900px) {
    .top-bar .name h1 a {
        line-height: 80px;
    }
}
@media only screen and (min-width: 900px) {
    .fixed .top-bar .name h1 a {
        line-height: 70px;
    }
}
@media only screen and (max-width: 768px) {
    .fixed .top-bar {
        transition: all 0.5s ease;
    }
    .fixed .top-bar .name h1 a {
        font-size: 2em;
        line-height: 43px;
    }
}
.top-bar-section .main-nav {
    float: right;
}
.top-bar-section .dropdown {
    left: 0;
    right: auto;
    min-width: 160px;
}
.top-bar-section .dropdown li a {
    padding: 3px 20px;
    line-height: 30px;
}
@media only screen and (max-width: 768px) {
    .top-bar-section .dropdown {
        left: 100%;
    }
}
.top-bar-section .right li .dropdown {
    left: 0;
    right: auto;
}
.top-bar-section > ul > li > a {
    height: 70px;
}
@media only screen {
    .top-bar-section > ul > li > a {
        height: 80px;
    }
}
@media only screen {
    .fixed .top-bar-section > ul > li > a {
        height: 70px;
    }
}
.top-bar-section .main-nav > li > a:not(.button) {
    line-height: 100px;
    font-size: 0.92857em;
    min-width: 100px;
}
.top-bar-section .main-nav > li > a:not(.button).has-icon {
    line-height: 25px;
}
@media only screen {
    .top-bar-section .main-nav > li > a:not(.button).has-icon {
        text-align: center;
    }
}
@media only screen {
    .fixed .top-bar-section .main-nav > li > a:not(.button).has-icon {
        line-height: 70px;
    }
}
.top-bar-section .main-nav > li > a:not(.button) i {
    display: block;
    font-size: 24px;
    display: inline-block;
    padding: 10px 10px 0 30px;
}
@media only screen {
    .top-bar-section .main-nav > li > a:not(.button) i {
        display: block;
        padding: 16px 0 0 0;
    }
}
@media only screen {
    .fixed .top-bar-section .main-nav > li > a:not(.button) i {
        display: none;
    }
}
.top-bar-section .main-nav > .has-dropdown > a.has-icon {
    padding-right: 15px !important;
}
.top-bar-section .main-nav > .has-dropdown > a.has-icon:after {
    border: none;
}
.top-bar-section .has-dropdown > a:after {
    top: 20px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
    margin: 0;
    right: 0;
}
@media only screen and (max-width: 900px) {
    .top-bar-section .has-dropdown > a:after {
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
    }
}
.top-bar-section ul li > a {
    font-size: 14px;
}
.titlebar .button.secondary {
    margin: 2px;
}
.titlebar .title {
    margin: 1.5em 0;
}
.titlebar .subtitle {
    color: #ddd;
    margin-bottom: 30px;
}
.breadcrumbs {
    float: right;
    margin-top: 70px;
}
.breadcrumbs > * {
    font-size: 0.9rem;
    color: #fff;
}
@media only screen and (min-width: 900px) {
    .doors_mega-menu:hover > .sub-menu.dropdown > li > .sub-menu.dropdown {
        display: block !important;
    }
    .doors_mega-menu .sub-menu li li > a {
        padding: 0 5px !important;
    }
}
.doors_mega-menu > .sub-menu.dropdown > li:hover > .sub-menu.dropdown {
    display: block !important;
}
@media only screen and (max-width: 900px) {
    .doors_mega-menu:hover > .sub-menu.dropdown {
        border: 1px solid #eee;
        box-shadow: none;
        height: auto !important;
        left: auto;
        position: relative !important;
        width: 100%;
    }
    .doors_mega-menu:hover > .sub-menu.dropdown > li {
        display: table-cell;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
    .doors_mega-menu:hover > .sub-menu.dropdown > li {
        width: auto;
        display: block;
        float: none;
    }
}
@media only screen and (max-width: 900px) {
    .doors_mega-menu:hover > .sub-menu.dropdown > li > .sub-menu.dropdown {
        position: unset !important;
        box-shadow: none;
        padding-bottom: 10px;
        height: auto;
        display: none !important;
    }
    .doors_mega-menu > .sub-menu.dropdown > li {
        transition: all 0.5s ease;
    }
    .doors_mega-menu > .sub-menu.dropdown > li:hover > .sub-menu.dropdown {
        display: block !important;
        width: 100%;
    }
}
.top-bar-section .doors_mega-menu .has-dropdown > a {
    padding-right: 10.188rem !important;
}
.doors_mega-menu > .dropdown > li > a {
    font-weight: bold;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
    content: "";
}
.top-bar-section .doors_mega-menu > .dropdown > li:not(.has-form):not(.active) > a:not(.button) {
    background: transparent;
    color: #000;
    text-transform: uppercase;
}
.top-bar-section .doors_mega-menu > .dropdown > li:hover:not(.has-form):not(.active) > a:not(.button) {
    background: transparent;
    color: #000;
}
.top-bar-section .doors_mega-menu .dropdown .dropdown > li:not(.has-form) a:not(.button) {
    line-height: 2em;
}
.empty-menu {
    float: right;
}
.has-dropdown.not-click.dropdown_dropped .sub-menu.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
}
#admin-menu,
#toolbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
    color: #777777;
}
.social-icons li i {
    font-size: 1em;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #ddd;
}
.social-icons li i:hover {
    border: 1px solid #fff;
    color: #fff;
}
.social-icons.accent li i {
    border: 1px solid #fff;
    color: #fff;
}
.social-icons.accent li i:hover {
    border: 1px solid #aaa;
    color: #aaa;
}
.header-top {
    background: #999;
    color: #fff;
}
.black .header-top,
.black .div-hr span .header-top,
.black .top-bar-section .dropdown .header-top,
.black .top-bar-section .dropdown li.title h5 a .header-top {
    background: #333;
    color: #fff;
}
.header-top .columns > * {
    font-size: 0.8125em;
}
.contain-to-grid,
.top-bar {
    background: #fff;
}
.black .contain-to-grid,
.black .div-hr span .contain-to-grid,
.black .top-bar-section .dropdown .contain-to-grid,
.black .top-bar-section .dropdown li.title h5 a .contain-to-grid,
.black .top-bar,
.black .div-hr span .top-bar,
.black .top-bar-section .dropdown .top-bar,
.black .top-bar-section .dropdown li.title h5 a .top-bar {
    background: #222;
}
.top-bar.expanded .title-area {
    background: #ffffff;
}
.top-bar .name h1 a {
    background: #fff;
    font-weight: 300;
    font-size: 2.0625em;
    color: #000;
}
.top-bar .name h1 a img {
    max-height: 100px;
    transition: all 0.4s ease 0s;
    max-height: 64px;
}
@media only screen and (max-width: 900px) {
    .top-bar .name h1 a img {
        max-height: 34px;
        margin-bottom: 0;
    }
}
.black .top-bar .name h1 a,
.black .top-bar-section .dropdown li.title h5 a .top-bar .name h1 a {
    background: #222;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .top-bar li.name h1 a {
        font-size: 1.125em;
    }
}
.top-bar-section,
.top-bar-section ul,
.top-bar-section li a:not(.button) {
    background: transparent;
}
.top-bar-section .dropdown {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.top-bar-section .dropdown li a,
.top-bar-section .dropdown li.title h5 a {
    color: #000;
}
.top-bar-section .dropdown li a:hover {
    color: #fff;
}
.top-bar-section ul li:hover > a,
.top-bar-section li a:not(.button):hover {
    background: transparent;
}
.top-bar-section .main-nav > li > a:not(.button) {
    font-weight: 400;
    font-size: 0.8125em;
    text-transform: uppercase;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: black;
}
.black .top-bar-section .main-nav > li,
.black .top-bar-section .dropdown .top-bar-section .main-nav > li {
    background: #222;
}
.top-bar-section .color-1 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(1) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(1) .top-bar-section .box-container:hover li a:hover {
    background: #e60000;
}
.top-bar-section .color-2 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(2) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(2) .top-bar-section .box-container:hover li a:hover {
    background: #ff751a;
}
.top-bar-section .color-3 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(3) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(3) .top-bar-section .box-container:hover li a:hover {
    background: #fbb820;
}
.top-bar-section .color-4 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(4) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(4) .top-bar-section .box-container:hover li a:hover {
    background: #94e107;
}
.top-bar-section .color-5 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(5) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(5) .top-bar-section .box-container:hover li a:hover {
    background: #009ae7;
}
.top-bar-section .color-6 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(6) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(6) .top-bar-section .box-container:hover li a:hover {
    background: #653fc8;
}
.top-bar-section .color-7 li a:hover {
    background: #9b59b6;
}
.top-bar-section .color-8 li a:hover {
    background: #34495e;
}
.top-bar-section .color-9 li a:hover {
    background: #f0f;
}
.top-bar-section .color-10 li a:hover {
    background: #000;
}
.top-bar-section .color-11 li a:hover {
    background: #fff;
}

