.clear {
    clear:both;
}
.clear7 {
    height: 7px;
    clear:both;
}
.clear13 {
    height: 13px;
    clear:both;
}
.clear20 {
    height: 20px;
    clear:both;
}
.clear25 {
    height: 25px;
    clear:both;
}
.clear30 {
    height: 30px;
    clear:both;
}
.pointer {
    cursor: pointer;
}
.move {
    cursor: move;
}
.relative{
    position:relative;
}
.absolute{
    position:absolute;
}
.absolute.r{
    right:0px;
}
.absolute.r-sm{
    right:10px;
}
.inline{
    display: inline;
}
.over {
    z-index: 1;
}
.block{
    display: block;
}
.no-background-color{
    background-color:rgba(0,0,0,0) !important;
}
.no-border {
    border:none !important;
    border-top:none !important;
    border-right:none !important;
    border-bottom:none !important;
    border-left:none !important;
}
.no-padding {
    padding: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.no-p-t {
    padding-top: 0px !important;
}
.no-p-r {
    padding-right: 0px !important;
}
.no-p-l {
    padding-left: 0px !important;
}
.no-p-b {
    padding-bottom: 0px !important;
}

.no-margin {
    margin: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.no-m-t {
    margin-top: 0px !important;
}
.p-t-xxs { /* horizobtal padding 3px */
    padding-top: 5px !important;
}
.p-t-xs { /* horizobtal padding 3px */
    padding-top: 10px !important;
}
.p-t-sm { /* horizobtal padding 3px */
    padding-top: 15px !important;
}
.p-t-m { /* horizobtal padding 3px */
    padding-top: 20px !important;
}
.p-t-md { /* horizobtal padding 3px */
    padding-top: 25px !important;
}
.p-t-lg { /* horizobtal padding 3px */
    padding-top: 30px !important;
}

.p-b-xxs { /* horizobtal padding 3px */
    padding-bottom: 5px !important;
}
.p-b-xs { /* horizobtal padding 3px */
    padding-bottom: 10px !important;
}
.p-b-sm { /* horizobtal padding 3px */
    padding-bottom: 15px !important;
}
.p-b-m { /* horizobtal padding 3px */
    padding-bottom: 20px !important;
}
.p-b-md { /* horizobtal padding 3px */
    padding-bottom: 25px !important;
}
.p-b-lg { /* horizobtal padding 3px */
    padding-bottom: 30px !important;
}

.p-r-xxs { /* horizobtal padding 3px */
    padding-right: 5px !important;
}
.p-r-xs { /* horizobtal padding 3px */
    padding-right: 10px !important;
}
.p-r-sm { /* horizobtal padding 3px */
    padding-right: 15px !important;
}
.p-r-m { /* horizobtal padding 3px */
    padding-right: 20px !important;
}
.p-r-md { /* horizobtal padding 3px */
    padding-right: 25px !important;
}
.p-r-lg { /* horizobtal padding 3px */
    padding-right: 30px !important;
}

.p-l-xxs { /* horizobtal padding 3px */
    padding-left: 5px !important;
}
.p-l-xs { /* horizobtal padding 3px */
    padding-left: 10px !important;
}
.p-l-sm { /* horizobtal padding 3px */
    padding-left: 15px !important;
}
.p-l-m { /* horizobtal padding 3px */
    padding-left: 20px !important;
}
.p-l-md { /* horizobtal padding 3px */
    padding-left: 25px !important;
}
.p-l-lg { /* horizobtal padding 3px */
    padding-left: 30px !important;
}
.p-xxs { /* horizobtal padding 3px */
    padding: 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.p-xs { /* horizobtal padding 3px */
    padding: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-sm { /* horizobtal padding 3px */
    padding: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-m { /* horizobtal padding 3px */
    padding: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.p-md { /* horizobtal padding 3px */
    padding: 25px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.p-lg { /* horizobtal padding 3px */
    padding: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


.p-r-3 { /* horizobtal padding right 3px */
    padding-right: 3px !important;
}
.p-l-3 { /* horizobtal padding left 3px */
    padding-left: 3px !important;
}
.p-7 { /* horizobtal padding 7px */
    padding-right: 7px !important;
    padding-left: 7px !important;
}
.p-r-7 { /* horizobtal padding right 7px */
    padding-right: 7px !important;
}
.p-l-7 { /* horizobtal padding left 7px */
    padding-left: 7px !important;
}

.w-hidden {
    display: none !important;
}

#frmPayment.ecms-remote-invoice-payment {
    margin-top: 16px;
}

#frmPayment.ecms-remote-invoice-payment .ecms-invoice-payment-main {
    padding-right: 24px;
}

#frmPayment.ecms-remote-invoice-payment .gateway-errors:empty,
#frmPayment.ecms-remote-invoice-payment .ecms-invoice-payment-method-row {
    display: none !important;
}

#frmPayment.ecms-remote-invoice-payment .StripeElement,
#frmPayment.ecms-remote-invoice-payment [id*="stripe"],
#frmPayment.ecms-remote-invoice-payment [class*="Stripe"] {
    max-width: 100%;
}

#frmPayment.ecms-remote-invoice-payment iframe[src*="stripe.com"] {
    max-width: 100%;
}

#frmPayment.ecms-remote-invoice-payment .submit-container {
    margin-top: 18px;
}

#frmPayment.ecms-remote-invoice-payment #btnSubmit {
    min-width: 260px;
    border-radius: 6px;
    font-weight: 600;
}

#frmPayment.ecms-remote-invoice-payment .click-text {
    display: none;
}

@media (max-width: 991px) {
    #frmPayment.ecms-remote-invoice-payment .ecms-invoice-payment-main {
        padding-right: 15px;
    }

    #frmPayment.ecms-remote-invoice-payment #btnSubmit {
        width: 100%;
        min-width: 0;
    }
}
.m-3 { /* horizobtal margin 3px */
    margin-right: 3px !important;
    margin-left: 3px !important;
}
.m-r-3 { /* horizobtal margin right 3px */
    margin-right: 3px !important;
}
.m-l-3 { /* horizobtal margin left 3px */
    margin-left: 3px !important;
}
.m-7 { /* horizobtal margin 7px */
    margin-right: 7px !important;
    margin-left: 7px !important;
}
.m-r-7 { /* horizobtal margin right 7px */
    margin-right: 7px !important;
}
.m-l-7 { /* horizobtal margin left 7px */
    margin-left: 7px !important;
}
.m-w-xs {
  margin: 0 10px;
}
.m-w-sm {
  margin: 0 15px;
}
.m-w-m {
  margin: 0 20px;
}
.m-w-md {
  margin: 0 25px;
}
.m-w-lg {
  margin: 0 30px;
}
.m-w-xl {
  margin: 0 40px;
}

.no-b-t {
    border-top: none !important;
}
.no-b-b {
    border-bottom: none !important;
}
.b-primary {
  border-color: #0077BF !important;
}
.b-success {
  border-color: #1c84c6 !important;
}
.b-info {
  border-color: #23c6c8 !important;
}
.b-warning {
  border-color: #f8ac59 !important;
}
.b-danger {
  border-color: #ed5565 !important;
}
@font-face {
    font-family: "black";
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
/*    src: url("../fonts/proximanova-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("../fonts/proximanova-extrabold-webfont.woff") format("woff"), url("../fonts/proximanova-extrabold-webfont.ttf") format("truetype"), url("../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold") format("svg");
*/}
@font-face {
    font-family: "regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
}
@keyframes move1 {
0% {
    transform: translateX(0px) scale(1);
}
50% {
    transform: translateX(105px) scale(1);
}
75% {
    transform: scale(1.25);
}
100% {
    transform: translateX(0px) scale(1);
    z-index: 1;
}
}
@keyframes move2 {
0% {
    transform: translateX(0px);
}
25% {
    transform: scale(1.25);
}
50% {
    transform: translateX(-105px);
}
100% {
    transform: translateX(0px);
}
}
small{
    font-size: 50% !important;
}
.small50{
    font-size: 50% !important;
}
.small75{
    font-size: 70% !important;
}
#loader-wrapper {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.loader-content {
    left: 0;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.loader-content .circle1 {
    animation: 1.5s ease-in-out 0s normal none infinite running move1;
    background: #ff6c3a none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
}
.loader-content .circle2 {
    animation: 1.5s ease-in-out 0s normal none infinite running move2;
    background: #232c3b none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
}
.loader-content .title {
    color: #232c3b;
    font-family: sans-serif,Arial;
    font-size: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 120%;
    width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
body * {
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.clear7 {
    clear: both;
    display: block;
    font-size: 0;
    height: 7PX;
    overflow: hidden;
}
.clear13 {
    clear: both;
    display: block;
    font-size: 0;
    height: 13PX;
    overflow: hidden;
}
.hidden {
    display:none !important;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: medium none;
}
input, textarea, select {
    border-radius: 0;
    font-family: "Lato",sans-serif,Arial;
    font-weight: 400;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
body {
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    overflow-y: scroll;
}
.table-view {
    display: table;
    height: 100%;
    width: 100%;
}
.row-view {
    display: table-row;
}
.cell-view {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
.button {
    background-color: #ff6c3a;
    border: 1px solid #ff6c3a;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #fd845b inset;
    color: #fff;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 11px;
    line-height: 15px;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.button:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -40px #fd845b inset;
    color: #fff;
    text-decoration: none;
}
.button .icon {
    display: inline-block;
    height: 8px;
    position: relative;
    width: 25px;
}
.button .glyphicon {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#content-wrapper .button.type-1 {
    background-color: #232c3b;
    border: 1px solid #232c3b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #3d485a inset;
    color: #fff;
}
#content-wrapper .button.type-1:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -40px #3d485a inset;
}
#content-wrapper .button.type-2 {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #fff inset;
    color: #6a7483;
}
#content-wrapper .button.type-2:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -40px #fff inset;
}
.button.type-2 .glyphicon {
    color: #ff6c3a;
}
.simple-link {
    color: #6a7483;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.simple-link span {
    color: #ff6c3a;
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.simple-link:hover {
    color: #ff6c3a;
}
.simple-link:hover span {
    color: #6a7483;
}
.nopadding {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#content-wrapper {
    padding-top: 99px;
    position: relative;
}
body.header-moved #content-wrapper {
    padding-top: 244px;
}
.container-above-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
b {
    font-family: "bold",sans-serif,Arial;
}
#map-canvas {
    background: #485b77 none repeat scroll 0 0;
    height: 660px;
}
.block #map-canvas {
    margin-bottom: 60px;
}
.video-player {
    background: rgba(22, 29, 40, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    z-index: 10;
}
.video-player.active {
    transform: translateX(0%);
}
.video-iframe {
    bottom: 50px;
    left: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
}
.video-iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-player .close-iframe {
    color: #ff6c3a;
    cursor: pointer;
    font-family: "bold",sans-serif,Arial;
    font-size: 27px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.video-player .close-iframe:hover {
    color: #fff;
}
@media (max-width: 991px) {
    #content-wrapper, body.header-moved #content-wrapper {
        padding-top: 50px;
    }
    .container-above-header {
        position: relative;
    }
    #map-canvas {
        height: 300px;
    }
    .block #map-canvas {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
}
header {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    /* height: 122px; */
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    /* clear: both; */
}
#logo-wrapper {
    float: left;
    /* height: 122px; */
    /* width: 174px; */
}
#logo img {
    display: block;
    height: auto;
    width: 220px;
    margin: 7px 0;
    transition: all 0.15s ease-out 0s;
}
.header-container {
    position: relative;
    /* margin-left: 235px; */
}
.header-left {
    display: block;
    /* min-height: 15px; */
    /* clear: both; */
    /* float: left; */
    /* width: 40%; */
    /* background: aqua; */
}
.header-right {
    display: block;
    /* float: right; */
    /* width: 40%; */
    margin: 7px 0;
}
nav {
    display: block;
}
.menu-entry {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
}
.menu-entry:last-child {
    margin-right: 0;
}
.menu-entry a {
    color: #232c3b;
    float: left;
    font-family: "regular",sans-serif,Arial;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 12px;
}
.menu-entry .submenu {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    left: 0px;
    max-height: 0;
    min-width: 160px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    border-radius: 5px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
}
.menu-entry .submenu div {
    padding: 7px 20px;
}
.menu-entry .submenu a {
    color: #EFEFEF;
    display: block;
    float: none;
    line-height: 15px;
    padding: 7px 0;
    white-space: nowrap;
}
.menu-entry .submenu a:hover, .menu-entry .submenu a.active, .menu-entry:hover > a, .menu-entry.active > a, .menu-entry:hover .submenu-icon span, .menu-entry.active .submenu-icon span {
    color: #ff6c3a;
}
.menu-entry .submenu-icon {
    color: #232c3b;
    display: inline-block;
    font-size: 9px;
    height: 20px;
    line-height: 9px;
    position: relative;
    width: 14px;
}
.menu-entry .submenu-icon span {
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%;
}
.menu-entry:hover .submenu-icon span {
    transform: rotate(-180deg);
}
.menu-entry:hover {
    z-index: 1;
}
.menu-entry:hover .submenu {
    max-height: 300px;
}
.header-right {
    color: #232c3b;
    font-size: 12px;
    line-height: 18px;
    /* padding-top: 37px; */
    text-align: right;
}
.header-right a.telephone-link {
    color: #232c3b;
}
.header-right a.telephone-link:hover {
    color: #ff6c3a;
}
.header-right a.link {
    color: #232c3b;
}
.header-right a.link:hover {
    color: #ff6c3a;
}
.header-inline-entry {
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
    white-space: nowrap;
}
.header-inline-entry div {
    display: inline-block;
    line-height: 22px;
}
.header-inline-entry .glyphicon {
    display: inline-block;
    /* margin-left: 10px; */
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.open-icon, .close-icon-wrapper {
    display: none;
}
.menu-entry:hover .submenu-icon::before, .menu-entry.active .submenu-icon::before {
    background-color: #ff6c3a;
}
body.header-moved header {
    position: absolute;
    top: 122px;
}
body.header-moved header.fixed-top {
    position: fixed;
    top: 0;
}
@media (min-width: 992px) {
    header.reduced, header.reduced #logo-wrapper {
        height: 56px;
    }
    #logo img.reduced_logo {
        width: 50%;
    }
    header.reduced nav {
        margin-top: 37px;
    }
    header.reduced .header-right {
        /* padding-top: 22px; */
        margin-top: -22px;
    }
    header.reduced .header-left {
        position: absolute;
        left: 140px;
        top: 0;
    }
    header.reduced .menu-entry a {
        padding-bottom: 5px;
    }
    header.reduced .menu-entry .submenu {
        top: 25px;
    }
    header, #logo-wrapper, nav, .header-right {
        transition: all 0.15s ease-out 0.15s;
    }
    header {
        transition-property: height;
    }
}
body.header-floated header {
    position: absolute;
}
.subheader {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    height: 90px;
    left: 0;
    position: fixed;
    top: -90px;
    width: 100%;
    z-index: 10;
}
.subheader.active {
    top: 0;
}
#subheader-logo {
    float: left;
    margin: 3px 0 0;
}
#subheader-logo img {
    display: block;
}
.subheader-content {
    margin-left: 100px;
}
.subheader-left {
    float: left;
    margin: 34px 0 0 10px;
}
.subheader-right {
    float: right;
    margin-top: 20px;
}
.subheader-link {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    color: #232c3b;
    float: left;
    font-family: "bold",sans-serif,Arial;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.subheader-link.active, .subheader-link:hover {
    border-bottom: 2px solid #ff6c3a;
    border-top: 2px solid #ff6c3a;
    color: #ff6c3a;
}
@media (max-width: 1199px) {
.header-inline-entry div {
    /* display: block; */
}
.header-left {
    /* width: 55%; */
}
.header-right {
    /* width: 45%; */
}
}
@media (max-width: 991px) {
    header {
        height: 50px;
        text-align: center;
    }
    .subheader {
        display: none;
    }
    body.header-moved header, body.header-floated header {
        position: fixed;
        top: 0;
    }
    nav {
        margin-top: 0;
    }
    #logo-wrapper {
        height: 50px;
        position: relative;
        z-index: 1;
    }
    #logo-wrapper #logo img{
        width: 135px;
    }
    .header-container {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        margin-left: 0;
        position: fixed;
        top: 50px;
        transform: translateX(-100%);
        transition: all 500ms ease-out 0s;
        width: 100%;
    }
    header.active .header-container {
        transform: translateX(0%);
    }
    .scrollable-container {
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .header-left, .header-right {
        float: none;
        width: auto;
    }
    .menu-entry {
        float: none;
        margin: 0;
        position: relative;
    }
    .menu-entry a, .menu-entry .submenu a {
        display: block;
        float: none;
        font-size: 16px;
        line-height: 20px;
        margin: 0 40px;
        padding: 10px 0;
    }
    .menu-entry .submenu a {
        margin: 0 30px;
    }
    .menu-entry .submenu {
        left: auto;
        position: relative;
        top: auto;
    }
    .menu-entry .submenu div {
        padding: 10px 0;
    }
    .menu-entry:hover .submenu {
        max-height: 0;
    }
    .menu-entry.opened .submenu {
        max-height: 300px;
    }
    .menu-entry .submenu-icon {
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }
    .menu-entry .submenu-icon::before {
        background: #232c3b none repeat scroll 0 0;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 1px;
    }
    .menu-entry .submenu-icon span, .menu-entry:hover .submenu-icon span {
        font-size: 18px;
        line-height: 18px;
        margin-right: -12px;
        margin-top: -9px;
        right: 50%;
        transform: rotate(0deg);
    }
    .menu-entry.opened .submenu-icon span {
        transform: rotate(-180deg);
    }
    .header-right {
        font-size: 16px;
        padding-top: 10px;
        text-align: center;
    }
    .header-inline-entry {
        display: block;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .header-inline-entry .glyphicon {
        margin-left: 0;
    }
    .header-inline-entry div {
        padding-top: 10px;
        display: block;
    }
    .open-icon {
        cursor: pointer;
        display: block;
        float: right;
        height: 21px;
        margin: 12px 0 0;
        position: relative;
        width: 21px;
        z-index: 1;
    }
    .open-icon span {
        background: #232c3b none repeat scroll 0 0;
        height: 3px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .open-icon span:nth-child(2) {
        top: 7px;
    }
    .open-icon span:nth-child(3) {
        top: 14px;
    }
    header.active .open-icon span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }
    header.active .open-icon span:nth-child(2) {
        left: 50%;
        width: 0;
    }
    header.active .open-icon span:nth-child(3) {
        top: 10px;
        transform: rotate(-45deg);
    }
}
@media (max-width: 767px) {
    #logo-wrapper {
        /* float: none; */
        /* text-align: center; */
        margin:0 auto;
    }
}
footer {
    background: #232c3b none repeat scroll 0 0;
    color: #c6cad2;
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
    line-height: 22px;
    padding-top: 40px;
}
footer ul {
    list-style: outside none none;
}
footer ul li {
    padding-bottom: 3px;
}
footer ul li a {
    color: #c6cad2;
}
footer ul li a:hover, footer ul li a.active {
    color: #ff6c3a;
}
.footer-entry {
    margin-bottom: 40px;
}
.footer-entry .title {
    color: #fff;
    font-family: sans-serif,Arial;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}
footer .social-icons-wrapper {
    margin-bottom: 40px;
}
footer .social-icon {
    display: block;
    overflow: hidden;
    padding: 28px 0;
    position: relative;
    text-align: center;
}
footer .social-icon img {
    display: block;
    height: 24px;
    margin: 0 auto;
    position: relative;
    width: 24px;
}
footer .social-icon::before {
    background: #ff6c3a none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}
footer .social-icon:hover::before {
    left: 0;
}
.subscription-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 40px;
    margin-top: 20px;
    position: relative;
}
.subscription-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232c3b;
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 20px;
    width: 100%;
}
.subscription-form input[type="submit"] {
    background: #ff6c3a url("../../../img/icon-21.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.subscription-form input[type="submit"]:hover {
    opacity: 0.8;
}
.footer-menu {
    margin-bottom: 30px;
}
.footer-menu li {
    display: inline-block;
    margin-right: 25px;
}
.footer-menu li a {
    color: #fff;
}
.copyright {
    color: #fff;
    margin-bottom: 30px;
    text-align: right;
}
.footer-line {
    background: #161d28 none repeat scroll 0 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.footer-line-entry {
    padding-bottom: 15px;
    padding-top: 15px;
}
.footer-line-entry img {
    float: left;
    height: 45px;
    margin-left: 12px;
    width: 45px;
}
.footer-line-entry .content {
    height: 45px;
    margin-left: 70px;
}
.footer-line-entry .content, .footer-line-entry .content a {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    letter-spacing: 0.5px;
}
.footer-line-entry .content a:hover {
    color: #ff6c3a;
}
@media (max-width: 991px) {
.copyright {
    text-align: left;
}
}
@media (max-width: 767px) {
footer .social-icon {
    padding: 20px 0;
}
.footer-entry {
    margin-bottom: 30px;
}
footer .social-icons-wrapper {
    margin-bottom: 30px;
}
.footer-menu {
    margin-bottom: 20px;
}
.copyright {
    margin-bottom: 20px;
}
}
.block-header {
    margin-bottom: 24px;
    text-align: center;
}
.block-header .title {
    color: #232c3b;
    font-family: sans-serif,Arial;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.block-header .title span {
    color: #6a7483;
}
.block-header .text {
    color: #6a7483;
    font-family: "regular",sans-serif,Arial;
    font-size: 18px;
    line-height: 24px;
}
.block, .block.type-8.style-1 {
    background-color: #fff;
    background-position: center center;
    background-size: cover !important;
    padding: 80px 0 40px;
    position: relative;
}
.block.type-simple{
    padding: 0px;
}
.block:nth-child(2n), .block.type-8.style-1:nth-child(2n) {
    background-color: #f9f9f9;
}
.block-button-container {
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}
.block-button-container .button-description {
    color: #c6cad2;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.block-button-container .button-description span, .block-button-container .button-description a {
    color: #fff;
}
.block-button-container .button-description a {
    white-space: nowrap;
}
.block-button-container .button-description a:hover {
    color: #6CC9FD;
}
.block-table-container {
    padding-bottom: 60px;
}
.block.background-block::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block.background-block .block-header .title {
    color: #fff;
}
.block.background-block .block-header .text {
    color: #c6cad2;
}
.block.typography-example {
    padding: 80px 0;
}
@media (max-width: 991px) {
.block, .block.type-8.style-1 {
    padding: 40px 0 20px;
}
.block.typography-example {
    padding: 40px 0;
}
.block-button-container {
    padding-bottom: 30px;
}
.block-table-container {
    padding-bottom: 30px;
}
.block-header {
    margin-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.block.type-1 .icon-entry {
    padding-bottom: 60px;
}
.block.type-1 .icon-entry:nth-child(3n+1) {
    clear: both;
}
.block.type-1 .icon-entry img {
    float: left;
    height: 70px;
    width: 70px;
}
.block.type-1 .icon-entry .content {
    margin: 0 25px 0 85px;
}
.block.type-1 .icon-entry .title, .block.type-3 .icon-entry .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    padding: 25px 0 15px;
}
.block.type-1 .icon-entry .text, .block.type-3 .icon-entry .text {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 991px) {
.block.type-1 .icon-entry:nth-child(3n+1) {
    clear: none;
}
.block.type-1 .icon-entry:nth-child(2n+1) {
    clear: both;
}
.block.type-1 .icon-entry {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.block.type-1 .icon-entry .content {
    margin-right: 0;
}
}
.price-entry {
    padding-bottom: 60px;
}
.price-entry .entry {
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.price-entry .entry .cell-view {
    width: 1920px;
}
.price-entry .top {
    background: #006699;
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-linear-gradient(top, #006699 0%, #004c66 100%);
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#004c66));
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-linear-gradient(top, #006699 0%,#004c66 100%);
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -o-linear-gradient(top, #006699 0%,#004c66 100%);
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -ms-linear-gradient(top, #006699 0%,#004c66 100%);
    background: linear-gradient(to bottom, #006699 0%,#004c66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#004c66',GradientType=0);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    height: 246px;
    /* padding: 0 20px; */
}
.price-entry .icon {
    display: block;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    width: 80px;
}
.price-entry .top .title {
    color: #fff;
    font-family: sans-serif,Arial;
    font-size: 24px;
    line-height: 24px;
    padding: 13px;
    border-bottom: 1px solid #004662;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    -ms-text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
.price-entry .top .text {
    color: #F9F9F9;
    font-size: 14px;
    line-height: 22px;
    padding: 13px;
}
.price-entry .top .popular {
    padding: 7px 0 5px 0;
    background: rgba(0,0,0,0.2);
    border-bottom: 1px solid #004662;
    color: #a3d900;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
}

.popular {}
.price-entry .top .price {
    padding: 15px 0;
    margin: 0 0 0 0;
    border-top: 1px solid #12688d;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -ms-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    color: #ffffbf;
    font-size: 30px;
}
.price-entry .top .price small {
    font-size: 50%;
}
.price-entry .top .price_setup {
    /* padding: 15px 0; */
    margin: 0 0 0 0;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -ms-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    color: #FBFBFA;
    font-size: 18px;
}
.price-entry .top .price_setup small {
    font-size: 75% !important;
}
.price-entry .middle{
/*    border: 1px solid #004662;    
*/}
.price-entry .bottom {
    height: 180px;
    padding: 0 20px;
}
.block:nth-child(2n) .price-entry .bottom {
    background: #fff none repeat scroll 0 0;
}
.price-entry .bottom {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius:  0 0 5px 5px;
    -moz-border-radius:  0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
}
.price-entry .bottom .price {
    color: #ff6c3a;
    font-family: "bold",sans-serif,Arial;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}
.price-entry .bottom .price b {
    font-family: sans-serif,Arial;
}
.price-entry .bottom .price span {
    font-family: "regular",sans-serif,Arial;
    font-size: 80%;
}
.price-entry .middle div {
    position:relative;
    color: #6a7483;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 5px;
    text-align: center;
}
.price-entry .middle div span {
    position:absolute;
    top: 30%;
    left: 20px;
    color: #015896;
}
.price-entry .middle div {
    background: #fff none repeat scroll 0 0;
}
.price-entry .middle div:nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
}
.block.type-2:nth-child(2n) .price-entry .middle div {
    background: #faf9f9 none repeat scroll 0 0;
}
.block.type-2:nth-child(2n) .price-entry .middle div:nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
}
.line-through {
    color: #c6cad2;
    position: relative;
}
.line-through::after {
    background: #ff6c3a none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
@media (max-width: 991px) {
.price-entry {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.block.type-3 .icon-entry {
    padding-bottom: 60px;
    text-align: center;
}
.block.type-3 .icon-entry img {
    display: inline-block;
    height: auto;
    margin-bottom: 25px;
    max-width: 100%;
}
.block.type-3 .icon-entry .content {
    margin: 0 20px;
}
.block.type-3 .icon-entry .title {
    padding-top: 0;
}
.block.type-3 .icon-entry .title span {
    color: #6a7483;
}
.block.type-3 .row {
    position: relative;
}
.icons-connection {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-66.png") repeat scroll 0 0;
    height: 5px;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
}
.icons-fa-connection {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-66.png") repeat scroll 0 0;
    height: 5px;
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
}
.block.type-3 .icon-entry .button {
    margin-top: 20px;
}
@media (max-width: 991px) {
.block.type-3 .icon-entry {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.icons-connection {
    display: none;
}
}
.block.type-4 .table-responsive {
    border: medium none;
    margin-bottom: 0;
}
.block.type-4 .table {
    color: #c6cad2;
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    text-align: center;
}
.block.type-4 .table > tbody > tr > td, .block.type-4 .table > tbody > tr > th, .block.type-4 .table > tfoot > tr > td, .block.type-4 .table > tfoot > tr > th, .block.type-4 .table > thead > tr > td, .block.type-4 .table > thead > tr > th {
    border: medium none;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 1px;
}
.block.type-4 .table tr th img {
    margin-bottom: 15px;
}
.block.type-4 .table tr th div {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 25px;
}
.block.type-4 .table tr {
    background: #3a4456 none repeat scroll 0 0;
}
.block.type-4 .table tr:nth-child(2n) {
    background: #232c3b none repeat scroll 0 0;
}
.block.type-4 .table tr:first-child, .block.type-4 .table tr:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.block.type-4 .table tr:last-child td {
    padding-bottom: 0;
    padding-top: 0;
}
.block.type-4 .table tr:last-child td .button {
    border-radius: 0 0 5px 5px;
}
.block.type-4 .table.style-1 tr th {
    background: #202836 none repeat scroll 0 0;
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 14px;
}
.block.type-4 .table.style-1 .button {
    font-size: 9px;
    line-height: 9px;
    margin: -3px 0;
    padding: 9px 14px;
}
.block.type-4 .table.style-1 tr:last-child td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.block.type-4 .table.style-1 tr:last-child td .button {
    border-radius: 5px;
}
.block.type-4 .table.style-1 tr {
    background: #3a4456 none repeat scroll 0 0;
}
.block.type-4 .table.style-1 tr:nth-child(2n) {
    background: #232c3b none repeat scroll 0 0;
}
.block.type-5 {
    background: #232c3b none repeat scroll 0 0;
}
.block.type-5 .block-header .title {
    color: #fff;
}
.block.type-5 .block-header .text {
    color: #c6cad2;
}
.hide-pagination .pagination {
    display: none;
}
.block.type-5 .swiper-slide {
    position: relative;
    text-align: center;
}
.block.type-5 .swiper-slide::after {
    background: #2e3849 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.block.type-5 .swiper-slide:first-child::after {
    display: none;
}
.block.type-5 .swiper-slide img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    position: relative;
}
.block.type-5 .swiper-container {
    padding-bottom: 60px;
}
@media (max-width: 991px) {
.block.type-5 .swiper-container {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.accordeon-wrapper {
    padding-bottom: 60px;
}
.accordeon-entry {
    margin-bottom: 15px;
}
.accordeon-entry .title {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    color: #232c3b;
    cursor: pointer;
    font-family: "bold",sans-serif,Arial;
    font-size: 16px;
    line-height: 15px;
    padding: 20px 55px 20px 20px;
    position: relative;
    z-index: 1;
}
.block:nth-child(2n) .accordeon-entry .title {
    background-color: #fff;
}
.accordeon-entry .title::after {
    background-color: #ff6c3a;
    border: 1px solid #ff6c3a;
    border-radius: 11px 12px 12px 11px / 11px 11px 12px 12px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #fd845b inset;
    color: #fff;
    content: "+";
    font-size: 16px;
    height: 23px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 23px;
}
#content-wrapper .accordeon-entry.active .title, #content-wrapper .accordeon-entry .title:hover {
    background: #232c3b none repeat scroll 0 0;
    color: #fff;
}
.accordeon-entry.active .title::after {
    background-color: #fff !important;
    border-color: transparent;
    border-radius: 11px 12px 12px 11px / 11px 11px 12px 12px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    color: #ff6c3a;
    content: "-";
    height: 23px;
    line-height: 20px;
    width: 23px;
}
.accordeon-entry .title:active::after {
    transform: scale(0.8);
}
.accordeon-entry .text, .side-menu {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    color: #6a7483;
    display: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: -10px;
    padding: 30px 30px 20px;
    position: relative;
}
.block:nth-child(2n) .accordeon-entry .text, .block:nth-child(2n) .side-menu {
    background-color: #fff;
}
.testimonials-wrapper {
    padding-bottom: 60px;
}
.testimonials-container {
    background: #f9f9f9 url("../../../img/icon-30.png") no-repeat scroll 30px 27px;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 65px 30px 25px;
    position: relative;
}
.block:nth-child(2n) .testimonials-container {
    background-color: #fff;
}
.testimonials-container::after {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-31.png") repeat scroll 0 0;
    content: "";
    height: 17px;
    left: 75px;
    position: absolute;
    top: 100%;
    width: 32px;
}
.block:nth-child(2n) .testimonials-container::after {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-68.png") repeat scroll 0 0;
}
blockquote {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
blockquote footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
    padding-top: 25px;
    text-transform: uppercase;
}
blockquote footer cite {
    color: #ff6c3a;
    font-family: "bold",sans-serif,Arial;
}
blockquote footer::before {
    display: none;
}
.testimonials-container .pagination {
    display: none;
}
.testimonials-icons {
    text-align: center;
}
.testimonials-icons .entry {
    overflow: hidden;
    padding-top: 25px;
}
.testimonials-icons .entry div {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.testimonials-icons .entry div::before {
    background: #ff6c3a none repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
}
.testimonials-icons .entry div:hover::before {
    height: 70%;
    left: 15%;
    top: 15%;
    width: 70%;
}
.testimonials-icons .entry div.active::before, .testimonials-icons .entry div.active:hover::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.testimonials-icons .entry img {
    display: inline-block;
    height: auto;
    max-width: 110px;
    position: relative;
    width: 100%;
}
.side-menu {
    display: block;
    margin-bottom: 30px;
    padding: 20px 0 10px;
}
.side-menu .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.side-menu-item {
    color: #6a7483;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 10px 9px 30px;
}
.side-menu-item:hover, .side-menu-item.active {
    background: #232c3b none repeat scroll 0 0;
    color: #fff;
}
.side-menu-item span {
    color: #ff6c3a;
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.switch-container {
    display: none;
}
.testimonials-icons.style-1 {
    height: 130px;
    margin-top: 30px;
    position: relative;
}
.testimonials-icons.style-1 .entry {
    height: inherit;
    left: 15px;
    padding-top: 0;
    position: absolute;
    right: 15px;
}
.testimonials-icons.style-1 .entry img {
    float: left;
    margin-right: 25px;
    max-width: 130px;
}
.testimonials-icons.style-1 .entry div {
    float: left;
    height: 130px;
    opacity: 0;
    width: 100%;
}
.testimonials-icons.style-1 .entry div.active {
    opacity: 1;
    z-index: 1;
}
.testimonials-icons.style-1 .entry div::before {
    display: none;
}
.testimonials-icons.style-1 .entry div .title {
    color: #ff6c3a;
    display: block;
    font-family: "bold",sans-serif,Arial;
    font-size: 14px;
    line-height: 22px;
    padding-top: 40px;
    text-align: left;
    text-transform: uppercase;
}
.testimonials-icons.style-1 .entry div .text {
    color: #6a7483;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
}
.testimonials-arrow {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    color: #ff6c3a;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    margin-left: 15px;
    margin-top: 70px;
    text-align: center;
    width: 43px;
}
.testimonials-arrow:first-child {
    margin-left: 0;
}
.testimonials-arrow:active, .block:nth-child(2n) .testimonials-arrow:active {
    background: #ff6c3a none repeat scroll 0 0;
    color: #fff !important;
}
.block:nth-child(2n) .testimonials-arrow {
    background-color: #fff;
}
@media (max-width: 991px) {
.accordeon-wrapper {
    padding-bottom: 30px;
}
.testimonials-wrapper {
    padding-bottom: 30px;
}
.accordeon-entry .text {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media (max-width: 767px) {
.testimonials-arrows {
    display: none;
}
}
.circle-wrapper {
    margin-bottom: 60px;
    min-height: 575px;
    position: relative;
}
.big-circle-container, .big-circle-entry, .big-circle-entry img {
    border-radius: 300px;
    height: 575px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.big-circle-container {
    left: 50%;
    margin-left: -287px;
    width: 575px;
}
.big-circle-entry {
    background: #232c3b none repeat scroll 0 0;
    opacity: 0;
    z-index: 1;
}
.big-circle-entry:first-child {
    opacity: 1;
}
.big-circle-entry.visible {
    opacity: 1;
}
.big-circle-entry img {
    opacity: 0.15;
}
.big-circle-entry .cell-view {
    height: inherit;
    position: relative;
    text-align: center;
    width: 1000px;
    z-index: 1;
}
.big-circle-entry .title {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 24px;
    line-height: 32px;
    margin: 0 100px 20px;
}
.big-circle-entry .text {
    color: #c6cad2;
    font-size: 16px;
    line-height: 27px;
    margin: 0 100px;
}
.circle-entry {
    cursor: pointer;
    z-index: 1;
}
.circle-entry:nth-child(2n+1) {
    clear: both;
}
.circle-entry:nth-child(1), .circle-entry:nth-child(2) {
    margin-top: 25px;
    min-height: 400px;
}
.circle-entry .image-wrapper {
    height: 120px;
    margin: 0 25px;
    overflow: hidden;
    position: relative;
    width: 120px;
}
.circle-entry .image-wrapper::after {
    border: 11px solid #fff;
    border-radius: 150px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.circle-entry img {
    border-radius: 150px;
    box-sizing: content-box;
    height: 100px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100px;
}
.circle-entry:nth-child(1) .image-wrapper, .circle-entry:nth-child(3) .image-wrapper {
    float: right;
}
.circle-entry:nth-child(2) .image-wrapper, .circle-entry:nth-child(4) .image-wrapper {
    float: left;
}
.circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
    margin: 0 170px 0 45px;
    text-align: right;
}
.circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
    margin: 0 45px 0 170px;
}
.circle-entry .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 15px;
}
.circle-entry:hover .title {
    color: #ff6c3a;
}
.circle-entry .text {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 1199px) {
.circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
    margin: 0 170px 0 0;
}
.circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
    margin: 0 0 0 170px;
}
}
@media (max-width: 991px) {
.circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
    margin: 0 140px 0 0;
}
.circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
    margin: 0 0 0 140px;
}
.big-circle-container {
    position: relative;
}
.circle-entry, .circle-entry:nth-child(1), .circle-entry:nth-child(2), .circle-entry:nth-child(3), .circle-entry:nth-child(4) {
    margin-bottom: 0;
    margin-top: 25px;
}
.circle-entry:nth-child(1), .circle-entry:nth-child(2) {
    min-height: 0;
}
.circle-entry .image-wrapper {
    margin: 0;
}
.circle-wrapper {
    margin-bottom: 30px;
}
.circle-wrapper {
    min-height: 0;
}
}
@media (max-width: 767px) {
.big-circle-container {
    display: none;
}
}
.block.type-8 {
    background: #232c3b none repeat scroll 0 0;
    z-index: 1;
}
.block.type-8 .block-header .title {
    color: #fff;
}
.block.type-8 .block-header .text {
    color: #c6cad2;
}
.form-description {
    padding-bottom: 40px;
}
.form-description .title {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px;
}
.form-description .text {
    color: #c6cad2;
    font-size: 16px;
    line-height: 18px;
}
.form-description .text span {
    color: #ff6c3a;
    font-size: 18px;
}
.form-description .text small {
    font-size: 13px;
}
.block-form-wrapper {
    padding-bottom: 40px;
}
.block-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}
.block-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232c3b;
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 170px 0 20px;
    width: 100%;
}
.block-form input[type="submit"] {
    background: #ff6c3a url("../../../img/icon-40.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.block-form input[type="submit"]:hover {
    opacity: 0.8;
}
.block-form .prefix {
    border-left: 1px solid #f2f2f2;
    color: #6a7483;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 55px;
    text-align: center;
    top: 0;
    width: 95px;
}
.prefix-drop-down {
    background: #fff none repeat scroll 0 0;
    display: none;
}
.prefix-drop-down div {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #ff6c3a;
}
.prefix-drop-down div:hover, .prefix-drop-down div.active {
    background: #ff6c3a none repeat scroll 0 0;
    color: #fff !important;
}
.links-examples {
    font-size: 0;
}
.links-examples li {
    border-left: 1px solid #ff6c3a;
    color: #c6cad2;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
}
.links-examples li:first-child {
    border: medium none;
}
.links-examples li a {
    color: #c6cad2;
    display: block;
    padding: 0 5px;
}
.links-examples li:first-child a {
    padding-left: 0;
}
.links-examples li a:hover {
    color: #ff6c3a;
}
@media (max-width: 991px) {
.form-description {
    padding-bottom: 20px;
}
.block-form-wrapper {
    padding-bottom: 20px;
}
}
@media (max-width: 767px) {
}
.block.type-9 {
    background: #232c3b none repeat scroll 0 0;
    height: 122px;
    padding: 0;
}
.block.type-9 .entry {
    padding-top: 45px;
}
.block.type-9 .title {
    color: #ff6c3a;
    display: inline-block;
    font-family: "black",sans-serif,Arial;
    font-size: 28px;
    line-height: 32px;
    margin-right: 15px;
}
.block.type-9 .text {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
}
.block.type-9 .text span {
    color: #ff6c3a;
}
.block.type-9 .text b {
    font-size: 24px;
}
.block.type-9 .text small {
    font-size: 14px;
}
.block.type-9 .text .button {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
@media (max-width: 991px) {
.block.type-9 {
    height: auto;
    padding: 40px 0;
}
.block.type-9 .entry {
    padding: 0;
}
}
@media (max-width: 767px) {
}
.block.type-1 {
    background-color: #fff;
    padding: 22px 0 0 0;
    position: relative;
}
.block.type-10 {
    background-color: #fff;
    padding: 0;
    position: relative;
}
.main-banner-height {
    /* min-height: 500px !important; */
}
.block.type-10 .swiper-slide {
    background-position: center center;
    background-size: cover;
}
.block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block {
    height: inherit !important;
    min-height: 500px !important;
}
.block.type-10 .pagination {
    bottom: 20px;
    display: none;
    left: 0;
    position: absolute;
}
.block.type-10 .slide-container {
    position: relative;
}
.block.type-10 .image-overlay {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 100%;
}
.block.type-10 .swiper-slide-active .image-overlay {
    transform: translateY(-50%) scale(1);
}
.block.type-10 .vertical-align {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    width: 100%;
}
.block.type-10 .content {
    padding: 0 15px;
    text-align: center;
}
.block.type-10 .content img {
    backface-visibility: hidden;
    display: inline-block;
    height: auto;
    max-width: 95%;
    transform: scale(0);
}
.block.type-10 .swiper-slide-active .content img {
    transform: scale(1);
}
.block.type-10 .content .button {
    /* margin: 0 15px 15px 0; */
}
.block.type-10 .content .price {
    color: #ff6c3a;
    font-family: "bold",sans-serif,Arial;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.block.type-10 .content .price b {
    font-family: "black",sans-serif,Arial;
    font-size: 30px;
}
.block.type-10 .content .price small {
    font-family: "regular",sans-serif,Arial;
    font-size: 14px;
}
.block.type-10 .content .title {
    color: #232c3b;
    /* font-family: "black",sans-serif,Arial; */
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 17px;
    font-weight: bold;
}
.block.type-10 .content .subtitle {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: -15px;
}
.block.type-10 .content .text {
    color: #6a7483;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}
.block.type-10 .content.text-entry {
    left: 500px;
    opacity: 0;
    position: relative;
    text-align: left;
}
.block.type-10 .swiper-slide-active .content.text-entry {
    left: 0;
    opacity: 1;
}
.banner-tabs {
    height: 106px;
    overflow: hidden;
    padding-top: 1px;
}
.banner-tabs:first-child {
    padding-bottom: 1px;
    padding-top: 0;
}
.banner-tabs .tab-entry {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    height: 105px;
    padding-top: 27px;
    position: relative;
    text-align: center;
}
.banner-tabs .tab-entry-non {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    height: 105px;
    padding-top: 27px;
    position: relative;
    text-align: center;
}
.banner-tabs:first-child .tab-entry {
    border-bottom: 1px solid #f2f2f2;
    border-top: medium none;
}
.banner-tabs .tab-entry::before {
    background: #FFF none repeat scroll 0 0;
    content: "";
    height: 120%;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.banner-tabs:first-child .tab-entry::before {
    bottom: 100%;
    top: auto;
}
.banner-tabs .tab-entry.active::before, .banner-tabs .tab-entry:hover::before {
    top: 0;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.banner-tabs:first-child .tab-entry.active::before, .banner-tabs:first-child .tab-entry:hover::before {
    bottom: -1px;
    top: auto;
}
.banner-tabs .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}
.banner-tabs .text {
    color: #6a7483;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
.swiper-arrow {
    color: #232c3b;
    cursor: pointer;
    font-size: 35px;
    left: 3%;
    line-height: 35px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}
.swiper-arrow:hover {
    color: #ff6c3a;
}
.swiper-arrow:active {
    transform: scale(0.7);
}
.swiper-arrow.right {
    left: auto;
    right: 3%;
}
@media (max-width: 991px) {
.block.type-10 .content img {
    transform: scale(1);
}
.block.type-10 .content.text-entry {
    left: 0;
    opacity: 1;
}
.block.type-10, .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block {
    height: 500px !important;
    min-height: 0 !important;
}
.block.type-10 .pagination {
    display: block;
}
.banner-tabs {
    display: none;
}
.swiper-arrow {
    display: none;
}
}
@media (max-width: 767px) {
.block.type-10 .swiper-slide {
    padding-bottom: 55px;
    padding-top: 25px;
}
.block.type-10, .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block {
    height: auto !important;
}
.block.type-10 .vertical-align {
    position: relative;
    top: auto;
    transform: translateY(0%);
}
.block.type-10 .content {
    padding: 0;
}
.block.type-10 .content .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.block.type-10 .content .subtitle {
    margin-top: 5px;
}
.block.type-10 .content .text {
    margin-bottom: 15px;
}
.main-banner-height {
    height: auto !important;
    min-height: 200px;
}
}
.block.style-1 .testimonials-icons .entry {
    padding-top: 0;
}
.block.style-1 .testimonials-icons .entry img {
    transform: scale(0.8);
}
.block.style-1 .testimonials-icons .entry div.active img {
    transform: scale(1);
}
.block.style-1 .testimonials-container {
    background-image: none;
    margin-bottom: 45px;
}
.block.style-1 .testimonials-container::after {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-45.png") repeat scroll 0 0;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 100%;
    width: 25px;
}
.block.style-1:nth-child(2n) .testimonials-container::after {
    background-image: url("../../../img/icon-67.png");
}
.block.style-1 .testimonials-container::before {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-46.png") repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -30px;
    width: 60px;
}
@media (max-width: 991px) {
.block.style-1 .testimonials-container {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
}
.text-image-box {
    padding: 30px 0;
}
.text-image-box .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.text-image-box .text {
    color: #6a7483;
    font-size: 16px;
    line-height: 24px;
}
.text-image-box p, .text-image-box ul, .text-image-box ol, .text-image-box img {
    margin-bottom: 20px;
}
.text-image-box .subtitle {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.text-image-box .subtitle img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.text-image-box .subtext {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
.text-image-box ul {
    list-style: outside none none;
}
.text-image-box ul li {
    line-height: 18px;
    padding: 11px 0 11px 40px;
    position: relative;
}
.text-image-box ul li::before {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-50.png") repeat scroll 0 0;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 24px;
}
.text-image-box .image-wrapper {
    text-align: center;
}
.text-image-box .image-wrapper img {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
}
.text-image-box .cell-view {
    height: 450px;
    width: 1000px;
}
.type-11-separator {
    height: auto;
    left: 25%;
    margin-bottom: -20px;
    margin-top: -20px;
    position: relative;
    width: 50%;
}
.vice-versa {
    transform: rotateY(180deg);
}
.vice-versa-vertical {
    transform: rotateX(180deg);
}
@media (max-width: 991px) {
.text-image-box {
    padding: 0 0 30px;
}
.text-image-box:last-child {
    padding-bottom: 0;
}
.text-image-box .cell-view {
    height: auto;
    width: auto;
}
.text-image-box .image-wrapper {
    padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.type-11-separator {
    display: none;
}
}
.tabs-wrapper {
    padding-bottom: 30px;
}
.tabs-container {
    display: none;
}
.tabs-switch-box {
    font-size: 0;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
}
.tabs-switch-box .tabs-desktop div, .tabs-select-text {
    background: #232c3b none repeat scroll 0 0;
    border-left: 1px solid #fff;
    color: #c6cad2;
    cursor: pointer;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 25px;
}
.tabs-switch-box .tabs-desktop div:first-child {
    border: medium none;
}
.tabs-switch-box .tabs-desktop div:hover, .tabs-switch-box .tabs-desktop div.active {
    background: #ff6c3a none repeat scroll 0 0;
    color: #fff;
}
.tabs-switch-box select, .tabs-select-text {
    display: none;
}
.block.type-12 .icon-entry {
    padding-bottom: 30px;
    text-align: center;
}
.block.type-12 .icon-entry img {
    display: inline-block;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}
.block.type-12 .icon-entry .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.block.type-12 .icon-entry .text {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
.block.type-12 .big-image-entry {
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
}
.custom-overflow-wrapper {
    overflow: auto;
    padding: 0 10px 10px 0;
}
.custom-overflow-container {
    min-width: 900px;
}
.custom-overflow-container .price-entry {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
}
.price-entry.title-column {
    box-shadow: none;
    padding-top: 210px;
}
.price-entry.title-column .middle div {
    background: #232c3b none repeat scroll 0 0 !important;
    color: #fff;
}
.price-entry.title-column .middle div:nth-child(2n) {
    background: #3a4456 none repeat scroll 0 0 !important;
}
.custom-overflow-container .price-entry .bottom .price b {
    font-size: 30px;
}
.tabs-wrapper.style-1 .text-image-box {
    padding: 0;
}
.tabs-wrapper.style-1 .tabs-container {
    border: 1px solid #f2f2f2;
    padding: 20px 35px;
}
.tabs-wrapper.style-1 .tabs-switch-box {
    margin-bottom: 0;
}
.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div {
    background: #f9f9f9 none repeat scroll 0 0;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    color: #6a7483;
}
.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div:last-child {
    border-right: 1px solid #f2f2f2;
}
.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div:hover, .tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div.active {
    background: #232c3b none repeat scroll 0 0;
    color: #fff;
}
@media (max-width: 991px) {
.tabs-wrapper {
    padding-bottom: 0;
}
.tabs-switch-box {
    margin-bottom: 40px;
}
.tabs-switch-box .tabs-desktop {
    display: none;
}
.tabs-switch-box select, .tabs-select-text, .tabs-select-text {
    display: block;
}
.tabs-select-text {
    border-radius: 5px;
    overflow: hidden;
    padding: 14px 50px 14px 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabs-select-text .glyphicon {
    color: #ff6c3a;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.tabs-switch-box select {
    background: #016394 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "regular",sans-serif,Arial;
    font-size: 18px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
}
@media (max-width: 767px) {
}
.block.type-3.style-1 {
    background: #232c3b none repeat scroll 0 0;
    padding-bottom: 100px;
}
.block.type-3.style-1 .block-header .title, .block.type-3.style-1 .icon-entry .title {
    color: #fff;
}
.block.type-3.style-1 .block-header .text, .block.type-3.style-1 .icon-entry .text {
    color: #c6cad2;
}
.block.type-3.style-1 .icon-entry {
    padding-bottom: 0;
}
.block.type-3.style-1 .icon-entry img {
    height: 130px;
    width: 130px;
}
@media (max-width: 991px) {
.block.type-3.style-1 {
    padding-bottom: 70px;
}
}
@media (max-width: 767px) {
}
.block.type-13 {
    background: #232c3b none repeat scroll 0 0;
}
.block.type-13 .block-header .title {
    color: #fff;
}
.block.type-13 .block-header .text {
    color: #c6cad2;
}
.circle-slide-box {
    margin-bottom: 25px;
}
.circle-slide-box .pagination {
    display: none;
}
.circle-slide-box .swiper-container {
    height: inherit !important;
    text-align: center;
}
.circle-slide-box .swiper-wrapper {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-66.png") repeat-x scroll left center;
    float: left;
}
.circle-slide-box .swiper-slide {
    cursor: pointer;
}
.circle-slide-box img {
    height: auto;
    max-width: 100%;
    transform: scale(0.4);
}
.circle-slide-box .swiper-slide-active img {
    display: inline-block;
    transform: scale(1);
}
.circle-description-slide-box {
    padding-bottom: 60px;
    text-align: center;
}
.circle-description-slide-box .pagination {
    display: none;
}
.circle-description-slide-box .title {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}
.circle-description-slide-box .text {
    color: #c6cad2;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 991px) {
.circle-description-slide-box {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.block.type-10.style-1::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.block.type-10.style-1 .vertical-align {
    margin-top: 0;
}
.block.type-10.style-1 .pagination {
    display: block;
}
.block.type-10.style-1 .swiper-slide {
    position: relative;
}
.block.type-10.style-1 .swiper-slide::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block.type-10.style-1 .content.text-entry {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
    padding: 25px 35px;
}
.block.type-10.style-1.video-slider .content.text-entry {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    padding: 20px 0;
}
.block.type-10.style-1.video-slider .swiper-slide::before, .block.type-10.style-1.video-slider::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.block.type-10.style-1 .content .title {
    color: #fff;
}
.block.type-10.style-1 .content .subtitle {
    color: #c6cad2;
}
.block.type-10.style-1 .content .text {
    color: #c6cad2;
}
.style-1 .swiper-arrow {
    color: #ff6c3a;
}
.style-1 .swiper-arrow:hover {
    color: #fff;
}
.block.type-10.style-1 .block-header {
    margin-bottom: 0;
}
.block.type-10.style-1 .block-header .title {
    color: #fff;
}
.block.type-10.style-1 .block-header .text {
    color: #c6cad2;
}
.block.type-10.style-1 .container.min-height-0 {
    height: auto !important;
    min-height: 0 !important;
    padding: 35px 0;
}
.video-open {
    border-radius: 5px;
    cursor: pointer;
}
#content-wrapper .video-open:hover {
    background: rgba(22, 29, 40, 0.7) none repeat scroll 0 0;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.block.type-10.style-1 .swiper-slide {
    /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; */
    height: 550px !important;
}
.block.type-10.style-1 .swiper-slide::before {
    display: none;
}
}
.style-1 .form-description .title {
    color: #232c3b;
}
.style-1 .form-description .text {
    color: #838b97;
}
.style-1 .block-form {
    background: #232c3b none repeat scroll 0 0;
}
.style-1 .block-form input, .style-1 .block-form .prefix {
    border-color: #313b4c;
    color: #c6cad2;
}
.style-1 .links-examples li a {
    color: #838b97;
}
.style-1 .links-examples li a:hover {
    color: #ff6c3a;
}
.block.type-14::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block.type-14 .block-header .title {
    color: #fff;
}
.block.type-14 .block-header .text {
    color: #c6cad2;
}
.block.type-14 .entry {
    margin-bottom: 40px;
    position: relative;
}
.block.type-14 .entry:nth-child(2n+1) {
    clear: both;
}
.block.type-14 .entry .image-wrapper {
    float: right;
    text-align: center;
    width: 155px;
}
.block.type-14 .entry:nth-child(2n) .image-wrapper {
    float: left;
}
.block.type-14 .entry .image-wrapper img {
    display: inline-block;
    height: 130px;
    width: 130px;
}
.block.type-14 .entry .content {
    margin-right: 170px;
    text-align: right;
}
.block.type-14 .entry:nth-child(2n) .content {
    margin-left: 170px;
    margin-right: 0;
    text-align: left;
}
.block.type-14 .entry .title {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.block.type-14 .entry .text {
    color: #c6cad2;
    font-size: 14px;
    line-height: 22px;
}
.block.type-14 .entry .cell-view {
    height: 130px;
    width: 1000px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.block.type-14 .entry {
    margin-bottom: 20px;
}
#content-wrapper .block.type-14 .entry .image-wrapper {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
}
.block.type-14 .entry .content, .block.type-14 .entry:nth-child(2n) .content {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.block.type-14 .entry .cell-view {
    height: auto;
}
.block.type-14 .entry .title {
    margin-bottom: 10px;
}
}
.block.type-15 .news-entry, .block.type-15 .blockquote-entry {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    margin: 0 10px;
    position: relative;
}
.block.type-15:nth-child(2n) .news-entry, .block.type-15:nth-child(2n) .blockquote-entry {
    background: #fff none repeat scroll 0 0;
}
.block.type-15 .blockquote-entry {
    margin-left: 50px;
}
.block.type-15 .news-wrapper {
    padding-bottom: 60px;
}
.block.type-15 .news-entry .image-wrapper {
    float: left;
    margin-right: 20px;
    max-width: 40%;
}
.block.type-15 .news-entry .image-wrapper:hover img {
    transform: scale(0.9);
}
.block.type-15 .news-entry img {
    display: block;
    height: auto;
    max-width: 100%;
}
.block.type-15 .news-entry .content {
    margin-right: 10px;
    padding: 20px 0;
}
.block.type-15 .news-entry .data-line {
    color: #6a7483;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
}
.block.type-15 .news-entry .data-line span {
    color: #ff6c3a;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.block.type-15 .news-entry .data-line div {
    display: inline-block;
    margin-right: 5px;
}
.block.type-15 .news-entry .title {
    color: #232c3b;
    display: block;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.block.type-15 .news-entry .title:hover {
    color: #ff6c3a;
}
.block.type-15 .news-entry .text {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
.block.type-15 .blockquote-entry blockquote {
    padding: 25px 20px 25px 50px;
}
.block.type-15 .blockquote-entry .blockquote-icon {
    height: 70px;
    left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 70px;
}
@media (max-width: 991px) {
.block.type-15 .news-wrapper {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.block.type-6.style-1.square-slider .testimonials-icons .entry img {
    display: block;
    height: auto;
    max-width: 130px;
    transform: scale(1);
    width: 100%;
}
.block.type-6.style-1.square-slider .testimonials-icons .entry div::before {
    background: rgba(35, 44, 59, 0.7) none repeat scroll 0 0;
    border-radius: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    z-index: 1;
}
.block.type-6.style-1.square-slider .testimonials-icons .entry div:hover::before {
    opacity: 0.7;
}
.block.type-6.style-1.square-slider .testimonials-icons .entry div.active::before, .block.type-6.style-1.square-slider .testimonials-icons .entry div.active:hover::before {
    opacity: 0;
}
@media (max-width: 420px) {
.block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
    width: 290px;
}
}
@media (min-width: 421px) and (max-width: 767px) {
.block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
    width: 390px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
    width: 650px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
    width: 910px;
}
}
@media (min-width: 1200px) {
.block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
    width: 1170px;
}
}
.timeline {
    margin-bottom: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.timeline::before {
    background: #ccced2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 0;
    width: 6px;
}
.timeline-entry {
    padding-bottom: 35px;
    padding-top: 35px;
}
.timeline-entry .timeline-entry-container {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 0 65px 65px 0;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
    min-height: 130px;
    position: relative;
}
.timeline-entry:nth-child(2n) .timeline-entry-container {
    border-radius: 65px 0 0 65px;
    margin-left: 20px;
    margin-right: 0;
}
.block:nth-child(2n) .timeline-entry .timeline-entry-container {
    background: #fff none repeat scroll 0 0;
}
.timeline-entry .timeline-entry-container::before {
    background: #ccced2 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: -46px;
    top: 50%;
    width: 22px;
}
.block:nth-child(2n) .timeline-entry .timeline-entry-container::before {
    border-color: #f9f9f9;
}
.timeline-entry:nth-child(2n) .timeline-entry-container::before {
    display: none;
}
.timeline-entry .image-wrapper {
    float: right;
    height: 130px;
    width: 130px;
}
.timeline-entry .content {
    margin-left: 20px;
    margin-right: 150px;
    text-align: right;
}
.timeline-entry .content .cell-view {
    height: 130px;
    padding: 10px 0;
    width: 1000px;
}
.timeline-entry:nth-child(2n) .image-wrapper {
    float: left;
}
.timeline-entry:nth-child(2n) .content {
    margin-left: 150px;
    margin-right: 20px;
    text-align: left;
}
.timeline-entry .content .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 15px;
}
.timeline-entry .content .text {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 991px) {
.timeline-entry .timeline-entry-container::before {
    margin-right: -11px;
    margin-top: 0;
    right: 50%;
    top: -43px;
}
.timeline-entry:nth-child(2n) .timeline-entry-container::before {
    display: block;
}
.timeline-entry:first-child .timeline-entry-container::before {
    display: none;
}
.timeline-entry .timeline-entry-container, .timeline-entry:nth-child(2n) .timeline-entry-container {
    margin: 0;
}
.timeline-entry .image-wrapper, .timeline-entry:nth-child(2n) .image-wrapper {
    float: none;
    text-align: center;
    width: auto;
}
.timeline-entry .content, .timeline-entry:nth-child(2n) .content {
    margin: 0 20px;
    text-align: center;
}
.timeline-entry .content .cell-view {
    height: auto;
    padding: 0;
}
.timeline-entry .timeline-entry-container, .timeline-entry:nth-child(2n) .timeline-entry-container {
    border-radius: 0;
    padding: 20px 0;
}
}
@media (max-width: 767px) {
}
.typography-block {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
.typography-block .large-font {
    font-size: 18px;
    line-height: 28px;
}
.typography-block .medium-font {
    font-size: 16px;
    line-height: 26px;
}
.block.type-5 .typography-block {
    color: #c6cad2;
}
.typography-block p, .typography-block ul, .typography-block ol, .typography-block img {
    margin-bottom: 22px;
}
.typography-block img {
    display: block;
    height: auto;
    max-width: 100%;
}
.typography-block ul {
    list-style: outside none none;
}
.typography-block li {
    padding: 6px 0 6px 35px;
    position: relative;
}
.typography-block ul li::before {
    background: #ff6c3a none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 7px;
}
.typography-block .large-font ul li::before {
    top: 16px;
}
.typography-block .medium-font ul li::before {
    top: 15px;
}
.typography-block ul.list-type-1 li {
    padding-left: 40px;
}
.typography-block ul.list-type-1 li::before {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-50.png") repeat scroll 0 0;
    height: 24px;
    left: 0;
    top: 3px;
    width: 24px;
}
.typography-block .large-font ul.list-type-1 li::before {
    top: 7px;
}
.typography-block .medium-font ul.list-type-1 li::before {
    top: 6px;
}
.typography-block ul.list-type-2 img {
    height: auto;
    left: 0;
    position: absolute;
    top: 4px;
    width: 24px;
}
.typography-block .large-font ul.list-type-2 img {
    top: 8px;
}
.typography-block .medium-font ul.list-type-2 img {
    top: 6px;
}
.typography-block ul.list-type-2 li::before {
    display: none;
}
.typography-block ol {
    counter-reset: number;
    list-style: outside none none;
}
.typography-block ol li {
    padding-left: 0;
}
.typography-block ol li::before {
    color: #ff6c3a;
    content: "#" counter(number, decimal);
    counter-increment: number;
    font-family: "bold",sans-serif,Arial;
    margin-right: 5px;
}
.typography-block h1 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 5px;
}
.typography-block h2 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.typography-block h3 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}
.typography-block h4 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.typography-block h5 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.typography-block h6 {
    color: #232c3b;
    font-family: "black",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.block.type-5 .typography-block h1, .block.type-5 .typography-block h2, .block.type-5 .typography-block h3, .block.type-5 .typography-block h4, .block.type-5 .typography-block h5, .block.type-5 .typography-block h6 {
    color: #fff;
}
.alert {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
}
.alert-success {
    background-color: #7db42e;
    border: 1px solid #7db42e;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #9bd24d inset;
}
.alert-info {
    background-color: #015997;
    border: 1px solid #A2C1D8;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}
.alert-warning {
    background-color: rgb(230, 118, 79);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.35);
}
.alert-danger {
    background-color: #800E00;
    border: 1px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 13px 0px rgb(0, 0, 0);
}
button.close {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none;
}
.alert-info button.close {
    color: #6a7483 !important;
}
.highlight {
    /* color: #fff; */
    /* display: inline; */
    /* padding: 0 5px; */
}
.highlight.style-1 {
    background: #232c3b none repeat scroll 0 0;
}
.highlight.style-2 {
    background: #ff6c3a none repeat scroll 0 0;
}
span[data-toggle="popover"] {
    color: #ff6c3a;
    cursor: pointer;
}
span[data-toggle="popover"] .glyphicon {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.popover {
    /* background: #6a7483 none repeat scroll 0 0; */
    border: medium none;
    color: #005896;
}
.popover.top > .arrow::after {
    border-top-color: #6a7483;
}
.popover.left > .arrow::after {
    border-left-color: #6a7483;
}
.popover.right > .arrow::after {
    border-right-color: #6a7483;
}
.popover.bottom > .arrow::after {
    /* border-bottom-color: #6a7483; */
}
.typography-block a {
    color: #ff6c3a;
    text-decoration: underline;
}
.typography-block a:hover {
    text-decoration: none;
}
.block.type-1.style-1 .icon-entry:nth-child(3n+1) {
    clear: none;
}
.block.type-1.style-1 .icon-entry:nth-child(2n+1) {
    clear: both;
}
.block.type-1.style-1 .icon-entry img {
    height: 120px;
    width: 120px;
}
.block.type-1.style-1 .icon-entry .content {
    margin-left: 145px;
}
.block.type-1.style-1 .icon-entry .title {
    padding-top: 10px;
}
@media (max-width: 991px) {
.block.type-1 .icon-entry {
    padding-bottom: 30px;
}
}
@media (max-width: 767px) {
}
.block.type-16.style-1 .timeline-entry {
    clear: both;
    padding-bottom: 5px;
    padding-top: 5px;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) {
    float: right;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container::before {
    background: #ff6c3a none repeat scroll 0 0;
    right: -56px;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container::before {
    display: block;
    left: -56px;
    right: auto;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container::after {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-106.png") repeat scroll 0 0;
    content: "";
    height: 22px;
    left: 100%;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 12px;
}
.block.type-16.style-1:nth-child(2n) .timeline-entry .timeline-entry-container::after {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-107.png") repeat scroll 0 0;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container::after {
    left: auto;
    right: 100%;
    transform: rotateY(180deg);
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
    border-radius: 5px;
}
.timeline-entry .content .date {
    color: #6a7483;
    font-family: "bold",sans-serif,Arial;
    font-size: 12px;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container {
    margin-right: 30px;
    min-height: 155px;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
    margin-left: 30px;
    margin-right: 0;
}
.block.type-16.style-1 .timeline-entry .content .cell-view {
    height: 155px;
}
.block.type-16.style-1 .timeline-entry .image-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) .image-wrapper {
    left: 0;
    right: auto;
}
.block.type-16.style-1 .timeline-entry .image-wrapper img {
    height: 70px;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.block.type-16.style-1 .timeline-entry .content {
    margin-right: 130px;
}
.block.type-16.style-1 .timeline-entry:nth-child(2n) .content {
    margin-left: 130px;
    margin-right: 0;
}
@media (max-width: 991px) {
.block.type-16.style-1 .timeline-entry .image-wrapper, .block.type-16.style-1 .timeline-entry:nth-child(2n) .image-wrapper {
    height: auto;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    width: auto;
}
.block.type-16.style-1 .timeline-entry .image-wrapper img {
    display: inline-block;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container::after {
    display: none;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
    margin: 0;
}
.block.type-16.style-1 .timeline-entry .content, .block.type-16.style-1 .timeline-entry:nth-child(2n) .content {
    margin: 0;
}
.block.type-16.style-1 .timeline-entry .content .cell-view {
    height: auto;
    padding-bottom: 0;
}
.block.type-16.style-1 .timeline-entry {
    padding-bottom: 35px;
    padding-top: 35px;
}
.block.type-16.style-1 .timeline-entry .timeline-entry-container::before, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container::before {
    left: auto;
    right: 50%;
}
}
@media (max-width: 767px) {
}
.popular-faq-entry {
    margin-bottom: 60px;
    position: relative;
}
.popular-faq-entry .image-wrapper {
    float: left;
    width: 130px;
}
.popular-faq-entry .image-wrapper img {
    height: 100px;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}
.popular-faq-entry .content {
    border-left: 5px solid #ff6c3a;
    margin-left: 130px;
    min-height: 90px;
    padding-left: 35px;
}
.popular-faq-entry .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
}
.popular-faq-entry .text {
    color: #6a7483;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 991px) {
.popular-faq-entry {
    margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.popular-faq-entry .image-wrapper img {
    display: inline-block;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
}
.popular-faq-entry .image-wrapper {
    float: none;
    margin-bottom: 15px;
    text-align: center;
    width: auto;
}
.popular-faq-entry .content {
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: center;
}
}
.block.type-6.style-2 .background-slider .testimonials-container .pagination {
    display: block;
}
.block.type-6.style-2 .testimonials-wrapper {
    padding-bottom: 0;
}
.block.type-6.style-2 .testimonials-container {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 50px 30px 90px;
    text-align: center;
}
.block.type-6.style-2 .testimonials-container::before {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-112.png") repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -30px;
    width: 60px;
}
.block.type-6.style-2 .testimonials-container::after {
    display: none;
}
.block.type-6.style-2 .testimonial-image {
    margin-top: -80px;
    position: relative;
    text-align: center;
}
.block.type-6.style-2 .testimonial-image img {
    border: 15px solid #fff;
    display: inline-block;
}
.block.type-6.style-2 blockquote footer {
    padding-top: 15px;
}
.button input {
    border: medium none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#content-wrapper .checkbox-entry {
    margin: 0 0 19px;
    position: relative;
}
.checkbox-entry input {
    display: none;
    left: -30px;
    position: absolute;
}
.checkbox-entry label {
    color: #6a7483;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
    position: relative;
}
.checkbox-entry label::before {
    background-color: #dfdfdf;
    border-radius: 5px;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
.checkbox-entry.active label::before {
    background-color: #ff6c3a;
    box-shadow: 0 0 0 5px #dfdfdf inset;
}
.checkbox-entry.radio label::before {
    border-radius: 10px;
}
.field-entry {
    margin-bottom: 19px;
}
.field-entry label {
    color: #232c3b;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 0 20px;
}
.field-entry input, .field-entry textarea {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #6a7483;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}
.field-entry textarea {
    height: 160px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.block:nth-child(2n) .field-entry input, .block:nth-child(2n) .field-entry textarea {
    background: #f9f9f9 none repeat scroll 0 0;
}
.form-block {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 90px;
    margin-top: 70px;
    padding-bottom: 30px;
    padding-top: 100px;
    position: relative;
}
.block:nth-child(2n) .form-block {
    background: #fff none repeat scroll 0 0;
}
.form-wrapper {
    padding: 0 30px;
}
.form-block .button {
    display: block;
}
.form-block .simple-link {
    margin-bottom: 19px;
}
.form-block .form-icon {
    border: 10px solid #fff;
    height: 140px;
    left: 50%;
    margin: -70px 0 0 -70px;
    position: absolute;
    top: 0;
    width: 140px;
}
.field-columns .column {
    float: left;
    padding-left: 15px;
    width: 50%;
}
.field-columns .column:first-child {
    padding-left: 0;
    padding-right: 15px;
}
@media (max-width: 991px) {
.form-block {
    margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.field-columns .column {
    padding-left: 10px;
}
.field-columns .column:first-child {
    padding-left: 0;
    padding-right: 10px;
}
}
.blog-wrapper {
    padding-top: 100px;
}
.side-menu-image-item {
    margin-bottom: 25px;
}
.side-menu-image-item:last-child {
    margin-bottom: 15px;
}
.side-menu-image-item .image {
    display: block;
    margin: 0 30px 10px;
    position: relative;
}
.side-menu-image-item .image::before {
    background: rgba(35, 44, 59, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.side-menu-image-item .image:hover::before {
    opacity: 1;
}
.side-menu-image-item .image::after {
    color: #ff6c3a;
    content: "Read More...";
    font-family: "bold",sans-serif,Arial;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    margin-top: -7px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0);
    width: 100%;
    z-index: 1;
}
.side-menu-image-item .image:hover::after {
    transform: scale(1);
}
.side-menu-image-item .image img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}
.side-menu-image-item .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.side-menu-image-item .title:hover {
    color: #ff6c3a;
}
.author {
    color: #6a7483;
    font-size: 12px;
    line-height: 14px;
    margin: 0 30px;
}
.author a {
    color: #ff6c3a;
    font-family: "bold",sans-serif,Arial;
}
.author a:hover {
    color: #6a7483;
}
.tag {
    background: #fff none repeat scroll 0 0;
    color: #6a7483;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin: 2px 4px 2px 0;
    padding: 8px 10px 6px;
    text-transform: uppercase;
}
.tag:hover, .tag.active {
    background: #ff6c3a none repeat scroll 0 0;
    color: #fff;
}
.tags-wrapper {
    font-size: 0;
    margin: 0 30px;
}
.search-form {
    background-color: #232c3b;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    height: 50px;
    margin-bottom: 30px;
    position: relative;
}
.search-form input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #c6cad2;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px 0 20px;
    width: 100%;
}
.search-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../../../img/icon-124.png") no-repeat scroll center center;
    border: medium none;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.blog-entry {
    margin-bottom: 100px;
}
.blog-entry .data-column {
    float: left;
    text-align: center;
    width: 70px;
}
.blog-entry .data-column .date {
    background-color: #232c3b;
    border-radius: 5px;
    color: #c6cad2;
    font-size: 12px;
    height: 70px;
    line-height: 14px;
    margin-bottom: 35px;
}
.blog-entry .data-column .date span {
    color: #fff;
    display: block;
    font-family: "bold",sans-serif,Arial;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 3px;
    padding-top: 10px;
}
.blog-entry .data-column .data-entry {
    color: #6a7483;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 35px;
}
.blog-entry .data-column .data-entry .icon-entry {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    margin-bottom: 5px;
    width: 28px;
}
.blog-entry .data-column .data-entry .icon-entry.like {
    background-image: url("../../../img/icon-125.png");
}
.blog-entry .data-column .data-entry .icon-entry.views {
    background-image: url("../../../img/icon-126.png");
}
.blog-entry .data-column .data-entry .icon-entry.comments {
    background-image: url("../../../img/icon-127.png");
}
.blog-entry .content {
    margin-left: 100px;
}
.thumbnail-entry {
    display: block;
    margin-bottom: 25px;
}
.thumbnail-entry .thumbnail-img {
    display: block;
    height: auto;
    max-width: 100%;
}
.blog-entry .content .title {
    color: #232c3b;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.blog-entry .content a.title:hover {
    color: #ff6c3a;
}
.blog-entry .content .author {
    font-size: 14px;
    margin: 0 0 15px;
}
.blog-entry .content .description {
    color: #6a7483;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.blog-entry .content .thumbnail-entry blockquote {
    background: #232c3b url("../../../img/icon-132.png") no-repeat scroll 55px 40px;
    padding: 100px 70px 60px;
}
.blog-entry .content .thumbnail-entry blockquote p {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    line-height: 37px;
}
.blog-entry .content .thumbnail-entry blockquote footer {
    color: #c6cad2;
}
.blog-entry .content .thumbnail-entry blockquote.light {
    background-color: #f9f9f9;
}
.blog-entry .content .thumbnail-entry blockquote.light p {
    color: #232c3b;
}
.blog-entry .content .thumbnail-entry blockquote.light footer {
    color: #6a7483;
}
.blog-swiper {
    height: 400px;
}
.blog-swiper .swiper-container {
    height: inherit !important;
}
.blog-swiper .pagination {
    bottom: 35px;
    left: 0;
    margin: 0;
    position: absolute;
}
.blog-swiper .swiper-slide {
    background-position: center center;
    background-size: cover;
}
.paginator {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 100px;
    padding: 30px 0;
}
.paginator .button {
    float: right;
    font-size: 9px;
    line-height: 9px;
    padding: 9px 14px;
}
.paginator .button:first-child {
    float: left;
}
.paginator ul {
    font-size: 0;
    list-style: outside none none;
    margin: 0 100px -27px;
    text-align: center;
}
.paginator ul li {
    color: #232c3b;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 13px;
    line-height: 27px;
    padding: 0 10px;
}
.paginator ul li a {
    color: #232c3b;
}
.paginator ul li a:hover, .paginator ul li a.active {
    color: #ff6c3a;
}
.soundcloud-wrapper {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 70px;
}
.blog-detail-content {
    margin-left: 100px;
    margin-top: -20px;
}
.related-posts {
    margin-bottom: 70px;
}
.related-posts .swiper-container {
    margin: 0 -15px;
}
.blog-subtitle {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 70px;
    text-align: center;
}
.related-post-entry {
    padding: 0 15px;
}
.related-post-entry .image {
    display: block;
    margin-bottom: 20px;
}
.related-post-entry .image img {
    height: auto;
    max-width: 100%;
}
.related-post-entry .title {
    color: #232c3b;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.related-post-entry .title:hover {
    color: #ff6c3a;
}
.related-post-entry .author {
    font-size: 14px;
    margin: 0 0 12px;
}
.related-post-entry .description {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
}
.comment-wrapper {
    margin-left: 70px;
}
.comment-entry {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: -35px;
    min-height: 70px;
    padding: 27px 20px 27px 65px;
    position: relative;
}
.comment-entry .comment-icon {
    height: 70px;
    left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.comment-entry .title {
    color: #6a7483;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.comment-entry .title .name {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
}
.comment-entry .description {
    color: #6a7483;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.comment-entry .comment-link {
    color: #ff6c3a;
    display: inline-block;
    font-family: "bold",sans-serif,Arial;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.comment-entry .comment-link span {
    display: inline-block;
    margin-right: 5px;
}
.comment-entry .comment-link:hover {
    color: #232c3b;
}
.blog-detail-content .form-block {
    margin-top: 0;
    padding-top: 20px;
}
@media (max-width: 991px) {
.blog-wrapper {
    padding-top: 50px;
}
.blog-entry {
    margin-bottom: 50px;
}
.paginator {
    margin-bottom: 50px;
}
.related-posts {
    margin-bottom: 35px;
}
}
@media (max-width: 767px) {
.blog-entry .data-column {
    float: none;
    text-align: left;
    width: auto;
}
.blog-entry .data-column .date {
    display: inline-block;
    margin: 0 10px 15px 0;
    text-align: center;
    width: 70px;
}
.blog-entry .data-column .data-entry {
    display: inline-block;
    margin: 0 10px 15px;
    text-align: center;
}
.blog-entry .content {
    margin-left: 0;
}
.blog-detail-content {
    margin-left: 0;
}
.blog-entry .content .thumbnail-entry blockquote {
    background-position: 7px 0;
    padding: 50px 20px 20px;
}
.blog-entry .content .thumbnail-entry blockquote p {
    font-size: 24px;
    line-height: 32px;
}
.blog-swiper {
    height: 200px;
}
.blog-swiper .pagination {
    bottom: 15px;
}
.paginator ul {
    margin: 0 0 5px;
}
.soundcloud-wrapper {
    padding: 15px;
}
}
body.colour-1 .block.type-9 .title, body.colour-1 .menu-entry .submenu a:hover, body.colour-1 .menu-entry .submenu a.active, body.colour-1 .menu-entry:hover > a, body.colour-1 .menu-entry.active > a, body.colour-1 .menu-entry:hover .submenu-icon span, body.colour-1 .menu-entry.active .submenu-icon span, body.colour-1 .header-right a.link:hover, body.colour-1 .block.type-9 .text span, body.colour-1 .block.type-10 .content .price, body.colour-1 .form-description .text span, body.colour-1 .links-examples li a:hover, body.colour-1 .price-entry .bottom .price, body.colour-1 .circle-entry:hover .title, body.colour-1 blockquote footer cite, body.colour-1 .accordeon-entry.active .title::after, body.colour-1 footer ul li a:hover, body.colour-1 footer ul li a.active, body.colour-1 .footer-line-entry .content a:hover, body.colour-1 .block.type-15 .news-entry .data-line span, body.colour-1 .subheader-link.active, body.colour-1 .subheader-link:hover, body.colour-1 .side-menu-item span, body.colour-1 .testimonials-arrow, body.colour-1 .testimonials-icons.style-1 .entry div .title, body.colour-1 .video-player .close-iframe, body.colour-1 .simple-link span, body.colour-1 .simple-link:hover, body.colour-1 .typography-block ol li::before, body.colour-1 span[data-toggle="popover"], body.colour-1 .typography-block a, body.colour-1 .header-right a.telephone-link:hover, body.colour-1 .author a, body.colour-1 .comment-entry .comment-link, body.colour-1 .side-menu-image-item .image::after, body.colour-1 .paginator ul li a:hover, body.colour-1 .paginator ul li a.active, body.colour-1 .prefix-drop-down div, body.colour-1 .blog-entry .content a.title:hover, body.colour-1 .button.type-2 .glyphicon, body.colour-1 .swiper-arrow:hover {
    color: #3CADFC;
}
body.colour-1 .button, body.colour-1 .block-form input[type="submit"], body.colour-1 .testimonials-icons .entry div::before, body.colour-1 .accordeon-entry .title::after, body.colour-1 .subscription-form input[type="submit"], body.colour-1 footer .social-icon::before, body.colour-1 .menu-entry:hover .submenu-icon::before, body.colour-1 .menu-entry.active .submenu-icon::before, body.colour-1 .tabs-switch-box .tabs-desktop div:hover, body.colour-1 .tabs-switch-box .tabs-desktop div.active, body.colour-1 .pagination.style-1 .swiper-active-switch, body.colour-1 .typography-block ul li::before, body.colour-1 .line-through::after, body.colour-1 .block.type-16.style-1 .timeline-entry .timeline-entry-container::before, body.colour-1 .checkbox-entry.active label::before, body.colour-1 .highlight.style-2, body.colour-1 .loader-content .circle1, body.colour-1 .tag:hover, body.colour-1 .tag.active, body.colour-1 .prefix-drop-down div:hover, body.colour-1 .prefix-drop-down div.active, body.colour-1 .testimonials-arrow:active, body.colour-1 .block:nth-child(2n) .testimonials-arrow:active {
    background-color: #005896;
}
body.colour-1 .button, body.colour-1 .links-examples li, body.colour-1 .accordeon-entry .title::after, body.colour-1 .subheader-link.active, body.colour-1 .subheader-link:hover, body.colour-1 .popular-faq-entry .content {
    border-color: #005896;
}
body.colour-1 .button, body.colour-1 .accordeon-entry .title::after {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0px #939599 inset;
    margin: 3px 0px;
}
body.colour-1 .button:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -48px #3CADFC inset;
}
body.colour-1 .typography-block ul.list-type-1 li::before, body.colour-1 .text-image-box ul li::before {
    background-image: url("../../../img/icon-50_colour-1.png");
}
body.colour-1 .block.type-6.style-2 .testimonials-container::before {
    background-image: url("../../../img/icon-112_colour-1.png");
}
body.colour-1 .testimonials-container, body.colour-1 .blog-entry .content .thumbnail-entry blockquote {
    background-image: url("../../../img/icon-30_colour-1.png");
}
body.colour-1 .search-form input[type="submit"] {
    background-image: url("../../../img/icon-124_colour-1.png");
}
body.colour-1 .blog-entry .data-column .data-entry .icon-entry.like {
    background-image: url("../../../img/icon-125_colour-1.png");
}
body.colour-1 .blog-entry .data-column .data-entry .icon-entry.views {
    background-image: url("../../../img/icon-126_colour-1.png");
}
body.colour-1 .blog-entry .data-column .data-entry .icon-entry.comments {
    background-image: url("../../../img/icon-127_colour-1.png");
}
body.colour-2 .block.type-9 .title, body.colour-2 .menu-entry .submenu a:hover, body.colour-2 .menu-entry .submenu a.active, body.colour-2 .menu-entry:hover > a, body.colour-2 .menu-entry.active > a, body.colour-2 .menu-entry:hover .submenu-icon span, body.colour-2 .menu-entry.active .submenu-icon span, body.colour-2 .header-right a.link:hover, body.colour-2 .block.type-9 .text span, body.colour-2 .block.type-10 .content .price, body.colour-2 .form-description .text span, body.colour-2 .links-examples li a:hover, body.colour-2 .price-entry .bottom .price, body.colour-2 .circle-entry:hover .title, body.colour-2 blockquote footer cite, body.colour-2 .accordeon-entry.active .title::after, body.colour-2 footer ul li a:hover, body.colour-2 footer ul li a.active, body.colour-2 .footer-line-entry .content a:hover, body.colour-2 .block.type-15 .news-entry .data-line span, body.colour-2 .subheader-link.active, body.colour-2 .subheader-link:hover, body.colour-2 .side-menu-item span, body.colour-2 .testimonials-arrow, body.colour-2 .testimonials-icons.style-1 .entry div .title, body.colour-2 .video-player .close-iframe, body.colour-2 .simple-link span, body.colour-2 .simple-link:hover, body.colour-2 .typography-block ol li::before, body.colour-2 span[data-toggle="popover"], body.colour-2 .typography-block a, body.colour-2 .header-right a.telephone-link:hover, body.colour-2 .author a, body.colour-2 .comment-entry .comment-link, body.colour-2 .side-menu-image-item .image::after, body.colour-2 .paginator ul li a:hover, body.colour-2 .paginator ul li a.active, body.colour-2 .prefix-drop-down div, body.colour-2 .blog-entry .content a.title:hover, body.colour-2 .button.type-2 .glyphicon, body.colour-2 .swiper-arrow:hover {
    color: #4caf50;
}
body.colour-2 .button, body.colour-2 .block-form input[type="submit"], body.colour-2 .testimonials-icons .entry div::before, body.colour-2 .accordeon-entry .title::after, body.colour-2 .subscription-form input[type="submit"], body.colour-2 footer .social-icon::before, body.colour-2 .menu-entry:hover .submenu-icon::before, body.colour-2 .menu-entry.active .submenu-icon::before, body.colour-2 .tabs-switch-box .tabs-desktop div:hover, body.colour-2 .tabs-switch-box .tabs-desktop div.active, body.colour-2 .pagination.style-1 .swiper-active-switch, body.colour-2 .typography-block ul li::before, body.colour-2 .line-through::after, body.colour-2 .block.type-16.style-1 .timeline-entry .timeline-entry-container::before, body.colour-2 .checkbox-entry.active label::before, body.colour-2 .highlight.style-2, body.colour-2 .loader-content .circle1, body.colour-2 .tag:hover, body.colour-2 .tag.active, body.colour-2 .prefix-drop-down div:hover, body.colour-2 .prefix-drop-down div.active, body.colour-2 .testimonials-arrow:active, body.colour-2 .block:nth-child(2n) .testimonials-arrow:active {
    background-color: #4caf50;
}
body.colour-2 .button, body.colour-2 .links-examples li, body.colour-2 .accordeon-entry .title::after, body.colour-2 .subheader-link.active, body.colour-2 .subheader-link:hover, body.colour-2 .popular-faq-entry .content {
    border-color: #4caf50;
}
body.colour-2 .button, body.colour-2 .accordeon-entry .title::after {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #91c293 inset;
}
body.colour-2 .button:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -40px #91c293 inset;
}
body.colour-2 .typography-block ul.list-type-1 li::before, body.colour-2 .text-image-box ul li::before {
    background-image: url("../../../img/icon-50_colour-2.png");
}
body.colour-2 .block.type-6.style-2 .testimonials-container::before {
    background-image: url("../../../img/icon-112_colour-2.png");
}
body.colour-2 .testimonials-container, body.colour-2 .blog-entry .content .thumbnail-entry blockquote {
    background-image: url("../../../img/icon-30_colour-2.png");
}
body.colour-2 .search-form input[type="submit"] {
    background-image: url("../../../img/icon-124_colour-2.png");
}
body.colour-2 .blog-entry .data-column .data-entry .icon-entry.like {
    background-image: url("../../../img/icon-125_colour-2.png");
}
body.colour-2 .blog-entry .data-column .data-entry .icon-entry.views {
    background-image: url("../../../img/icon-126_colour-2.png");
}
body.colour-2 .blog-entry .data-column .data-entry .icon-entry.comments {
    background-image: url("../../../img/icon-127_colour-2.png");
}
body.colour-3 .block.type-9 .title, body.colour-3 .menu-entry .submenu a:hover, body.colour-3 .menu-entry .submenu a.active, body.colour-3 .menu-entry:hover > a, body.colour-3 .menu-entry.active > a, body.colour-3 .menu-entry:hover .submenu-icon span, body.colour-3 .menu-entry.active .submenu-icon span, body.colour-3 .header-right a.link:hover, body.colour-3 .block.type-9 .text span, body.colour-3 .block.type-10 .content .price, body.colour-3 .form-description .text span, body.colour-3 .links-examples li a:hover, body.colour-3 .price-entry .bottom .price, body.colour-3 .circle-entry:hover .title, body.colour-3 blockquote footer cite, body.colour-3 .accordeon-entry.active .title::after, body.colour-3 footer ul li a:hover, body.colour-3 footer ul li a.active, body.colour-3 .footer-line-entry .content a:hover, body.colour-3 .block.type-15 .news-entry .data-line span, body.colour-3 .subheader-link.active, body.colour-3 .subheader-link:hover, body.colour-3 .side-menu-item span, body.colour-3 .testimonials-arrow, body.colour-3 .testimonials-icons.style-1 .entry div .title, body.colour-3 .video-player .close-iframe, body.colour-3 .simple-link span, body.colour-3 .simple-link:hover, body.colour-3 .typography-block ol li::before, body.colour-3 span[data-toggle="popover"], body.colour-3 .typography-block a, body.colour-3 .header-right a.telephone-link:hover, body.colour-3 .author a, body.colour-3 .comment-entry .comment-link, body.colour-3 .side-menu-image-item .image::after, body.colour-3 .paginator ul li a:hover, body.colour-3 .paginator ul li a.active, body.colour-3 .prefix-drop-down div, body.colour-3 .blog-entry .content a.title:hover, body.colour-3 .button.type-2 .glyphicon, body.colour-3 .swiper-arrow:hover {
    color: #ba68c8;
}
body.colour-3 .button, body.colour-3 .block-form input[type="submit"], body.colour-3 .testimonials-icons .entry div::before, body.colour-3 .accordeon-entry .title::after, body.colour-3 .subscription-form input[type="submit"], body.colour-3 footer .social-icon::before, body.colour-3 .menu-entry:hover .submenu-icon::before, body.colour-3 .menu-entry.active .submenu-icon::before, body.colour-3 .tabs-switch-box .tabs-desktop div:hover, body.colour-3 .tabs-switch-box .tabs-desktop div.active, body.colour-3 .pagination.style-1 .swiper-active-switch, body.colour-3 .typography-block ul li::before, body.colour-3 .line-through::after, body.colour-3 .block.type-16.style-1 .timeline-entry .timeline-entry-container::before, body.colour-3 .checkbox-entry.active label::before, body.colour-3 .highlight.style-2, body.colour-3 .loader-content .circle1, body.colour-3 .tag:hover, body.colour-3 .tag.active, body.colour-3 .prefix-drop-down div:hover, body.colour-3 .prefix-drop-down div.active, body.colour-3 .testimonials-arrow:active, body.colour-3 .block:nth-child(2n) .testimonials-arrow:active {
    background-color: #ba68c8;
}
body.colour-3 .button, body.colour-3 .links-examples li, body.colour-3 .accordeon-entry .title::after, body.colour-3 .subheader-link.active, body.colour-3 .subheader-link:hover, body.colour-3 .popular-faq-entry .content {
    border-color: #ba68c8;
}
body.colour-3 .button, body.colour-3 .accordeon-entry .title::after {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px #d293dd inset;
}
body.colour-3 .button:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -40px #d293dd inset;
}
body.colour-3 .typography-block ul.list-type-1 li::before, body.colour-3 .text-image-box ul li::before {
    background-image: url("../../../img/icon-50_colour-3.png");
}
body.colour-3 .block.type-6.style-2 .testimonials-container::before {
    background-image: url("../../../img/icon-112_colour-3.png");
}
body.colour-3 .testimonials-container, body.colour-3 .blog-entry .content .thumbnail-entry blockquote {
    background-image: url("../../../img/icon-30_colour-3.png");
}
body.colour-3 .search-form input[type="submit"] {
    background-image: url("../../../img/icon-124_colour-3.png");
}
body.colour-3 .blog-entry .data-column .data-entry .icon-entry.like {
    background-image: url("../../../img/icon-125_colour-3.png");
}
body.colour-3 .blog-entry .data-column .data-entry .icon-entry.views {
    background-image: url("../../../img/icon-126_colour-3.png");
}
body.colour-3 .blog-entry .data-column .data-entry .icon-entry.comments {
    background-image: url("../../../img/icon-127_colour-3.png");
}
.theme-config {
    display: none;
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 5px;
    left: -80px;
    min-height: 50px;
    padding: 15px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 10;
}
.theme-config.active {
    left: 0;
}
.theme-config .open {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #e7e7e7 #e7e7e7 #e7e7e7 -moz-use-text-color;
    border-image: none;
    border-radius: 0 5px 5px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    cursor: pointer;
    height: 50px;
    left: 100%;
    position: absolute;
    top: -1px;
    width: 50px;
}
.theme-config .open:active img {
    transform: rotate(360deg);
}
.theme-config .open img {
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.theme-config .title {
    color: #232c3b;
    font-family: "bold",sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.theme-config .colours-wrapper .entry {
    cursor: pointer;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
}
.theme-config .colours-wrapper .entry::after {
    border: 3px solid #232c3b;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.theme-config .colours-wrapper .entry.active::after {
    opacity: 1;
}
.theme-config .colours-wrapper .entry:last-child {
    margin-bottom: 0;
}
.class {
    transition: none 0s ease 0s ;
}
.button, footer a, .subscription-form input[type="submit"], .menu-entry a, .header-right a.link, .accordeon-entry .title::after, .accordeon-entry .title, .testimonials-icons .entry div::before, .block-form input[type="submit"], .links-examples li a, .banner-tabs .tab-entry::before, .circle-entry .title, .telephone-link, .block.style-1 .testimonials-icons .entry img, .tabs-switch-box .tabs-desktop div, .block.type-15 .news-entry .title, .block-button-container .button-description a, .swiper-arrow, .side-menu-item, .testimonial-arrow, .simple-link, .simple-link span, .author a, .side-menu-image-item .title, .side-menu-image-item .image::before, .side-menu-image-item .image::after, .paginator ul li a, .related-post-entry .title, .comment-entry .comment-link, .subheader-link, .subheader, .prefix-drop-down div, .blog-entry .content a.title, .theme-config .colours-wrapper .entry::after, .block.type-15 .news-entry .image-wrapper img {
    transition: all 0.15s ease-out 0s;
}
footer .social-icon::before, .menu-entry div, .menu-entry .submenu-icon span, .submenu-icon::before, .open-icon span, .big-circle-entry, .loaded .block.type-10 .content img, .loaded .block.type-10 .image-overlay, .loaded .block.type-10 .text-entry, .circle-slide-box img, .testimonials-icons .entry div, .theme-config, .theme-config .open img {
    transition: all 300ms ease-out 0s;
}
.class {
    transition: all 500ms ease-out 0s;
}
.class {
    transition: all 700ms ease-out 0s;
}
.video-player {
    transition: all 1000ms ease-out 0s;
}
.block.type-10 .swiper-slide-active .content img, .block.type-10 .swiper-slide-active .text-entry, .block.type-10 .swiper-slide-active .image-overlay {
    transition-delay: 500ms;
}
.class {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.subscription-form input {
    box-sizing: border-box;
}
.box-size {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.light_link {
    color: #fff;
    font-family: "bold",sans-serif,Arial;
    letter-spacing: 0.5px;
}
a.light_link:hover{
    color: #3CADFC;
}
#order-standard_cart .checkout-error-feedback ul {
    margin:13px 0;
}
#order-standard_cart .checkout-error-feedback ul li {
    list-style-type: none;
    margin:0 0 0 13px;
}
.alert-danger .alert-link {
    color: #B2FF00 !important;
}
.popover-title {
    color: #293241;
}
div.header-lined h1 {
    font-size: 28px;
}
.alert>p, .alert>ul li {
    list-style: none;
    margin: 0 0 0 13px;
    position: relative;
}
.alert>p, .alert>ul li:before {
    content: '.';
    position: absolute;
    left: 13px;
}
p.title {
    margin: 0 0 13px 0;
    padding: 13px 13px;
    font-weight: bold;
    background-color: rgb(245, 245, 245);
}
/* admin products */
div.product-details div.prd_title {
    font-size: 32px;
}
.footer-title a {
    color: rgba(247,247,247,0.8);
}
.footer-title a:hover {
    color: white;
}
.block-header .title_sub {
    color: #232c3b;
    font-family: sans-serif,Arial;
    font-size: 22px;
    line-height: 40px;
    margin: 35px 0px 0px 0px;
}
.block-header .title_mid {
    color: #065B98;
    font-family: sans-serif,Arial;
    font-size: 22px;
    line-height: 15px;
    margin: 12px 0px 0px 0px;
}
