.padding-top {
    padding-top: 24px !important;
}
.padding-top-2x {
    padding-top: 48px !important;
}
.padding-top-3x {
    padding-top: 72px !important;
}
.padding-bottom {
    padding-bottom: 24px !important;
}
.padding-bottom-2x {
    padding-bottom: 48px !important;
}
.padding-bottom-3x {
    padding-bottom: 72px !important;
}
@media screen and (max-width: 768px) {
    .mobile-center {
        text-align: center !important;
    }
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.split-section {
    position: relative;
    display: block;
    width: 100%;
}
.split-section .container {
    position: relative;
    z-index: 2;
}
.split-section .image,
.split-section .content {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top: 0;
}
.split-section .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.split-section .content {
    background-color: #f2f2f2;
}
.split-section .content.dark-bg {
    background-color: #00a5db;
}
.split-section.img-left .image {
    left: 0;
}
.split-section.img-left .content {
    right: 0;
}
.split-section.img-right .image {
    right: 0;
}
.split-section.img-right .content {
    left: 0;
}
.split-section .btn {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .split-section .image,
    .split-section .content {
        position: relative;
        width: 100%;
        height: auto;
    }
    .split-section .image {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .split-section .image {
        height: 320px;
    }
}
@media screen and (max-width: 480px) {
    .split-section .image {
        height: 250px;
    }
}

/** 12. POST
**********************************/

.post-body {
    //color: #808080;
}
.post-item {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
    background-color: #F8F8F8;
    border: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
    .post-item {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 480px) {
    .post-item {
        margin-bottom: 36px;
    }
}
.post-item .post-thumb {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.post-item .post-thumb:before,
.post-item .post-thumb:after {
    position: absolute;
    z-index: 5;
    content: "";
    top: 0;
}
.post-item .post-thumb:before {
    width: 0;
    height: 0;
    border-top: 27px solid #fff;
    border-right: 400px solid transparent;
    left: 0;
}
.post-item .post-thumb:after {
    width: 0;
    height: 0;
    border-top: 27px solid #fff;
    border-left: 400px solid transparent;
    right: 0;
}
.post-item .post-meta {
    margin-bottom: 33px;
}
.post-item .post-meta span {
    display: inline-block;
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    letter-spacing: 0;
}
.post-item .post-meta span:after {
    display: inline-block;
    content: "|";
    margin: 0 7px;
}
.post-item .post-meta span:last-child:after {
    display: none;
}
.post-item .post-title {
    font-size: 24px;
}
.post-item .post-title a {
    color: #404040;
    text-decoration: none;
}
.post-item .post-title a:hover {
    color: #3da0e3;
}
.post-item .post-tools .social-bar {
    display: inline-block;
    float: right;
}
.single-post .post-tools {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}
.single-post .post-tools .column {
    display: table-cell;
    vertical-align: middle;
}
.single-post .post-tools .column:first-child {
    width: 40%;
}
.single-post .post-tools .column:last-child {
    width: 60%;
}
.single-post .post-tools .post-meta {
    text-align: right;
}
.single-post .post-tools .post-meta span {
    display: inline-block;
    font-size: 14px;
    color: #232323;
    font-weight: 900;
    letter-spacing: 0;
}
.single-post .post-tools .post-meta span:after {
    display: inline-block;
    content: "|";
    margin: 0 7px;
}
.single-post .post-tools .post-meta span:last-child:after {
    display: none;
}
@media screen and (max-width: 768px) {
    .single-post .post-tools {
        display: block;
    }
    .single-post .post-tools .column {
        display: block;
        width: 100% !important;
        margin-bottom: 24px;
    }
    .single-post .post-tools .column:last-child {
        margin-bottom: 0;
    }
    .single-post .post-tools .post-meta {
        text-align: left;
    }
}
.pagination .nav-links:before,
.pagination .nav-links:after {
    content: " ";
    display: table;
}
.pagination .nav-links:after {
    clear: both;
}
.pagination .nav-links a,
.pagination .nav-links span {
    display: block;
    float: left;
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #404040;
    padding: 11px 20px 11px 20px;
    word-wrap: no-wrap;
    overflow-wrap: no-wrap;
    margin: 0 0 10px -2px;
}
.pagination .nav-links a:first-child,
.pagination .nav-links span:first-child {
    border-radius: 6px 0 0 6px;
}
.pagination .nav-links a:last-child,
.pagination .nav-links span:last-child {
    border-radius: 0 6px 6px 0;
}
.pagination .nav-links a.current,
.pagination .nav-links span.current {
    background-color: #efefef;
}
.pagination .nav-links span {
    cursor: default;
}
.pagination .nav-links a {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pagination .nav-links a:hover {
    background-color: #efefef;
}

/** 03. BOOTSTRAP
**********************************/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row_contact {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 31.66667%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .col-sm-7 {
        width: 65%;
        margin-right: 5px;
    }
    .col-sm-8 {
        width: 86.66667%;
        margin-left: 40px;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 980px) {
    .col-sm-6 {
        width: 50%;
    }
}
@media (max-width:1008px) {
    .col-sm-5 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: inherit;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 53.33333%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-sm-5 {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .col-sm-7 {
        width: 100%;
    }
    .col-sm-8 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 33.33333%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 100%;
    }
    .col-lg-10 {
        width: 99.999%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {}
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: auto;
        margin-right: auto;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/** 21. DEVICE-Slider
**********************************/

.device-slider .phone-carousel {
    position: relative;
    z-index: 5;
    width: 300px;
    margin: 0 auto -135px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .phone-carousel .phone-mask {
    position: relative;
    z-index: 1;
    width: 100%;
}
.device-slider .phone-carousel .cover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 81px 34px 0 33px;
}
.device-slider .phone-carousel .carousel {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 81px 34px 0 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -115px;
    z-index: 10;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #fff;
}
.device-slider .notebook-carousel {
    position: relative;
    z-index: 5;
    margin: 0 auto -135px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .notebook-carousel .notebook-mask {
    position: relative;
    z-index: 1;
    width: 100%;
}
.device-slider .notebook-carousel .cover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.9% 15.4% 0 15.3%;
}
.device-slider .notebook-carousel .carousel {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.9% 15.4% 0 15.3%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -85px;
    z-index: 10;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    opacity: 1;
    border: 1px solid #B2B2B2;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #00a5db;
}
@media screen and (max-width: 991px) {
    .device-slider .container {
        width: 100%;
    }
    .device-slider .phone-carousel {
        margin-bottom: 0;
    }
    .device-slider .notebook-carousel {
        margin-bottom: 0;
    }
    .device-slider .angle:before {
        border-bottom: 50px solid #fff;
        border-right: 600px solid transparent;
    }
    .device-slider .angle:after {
        border-bottom: 50px solid #fff;
        border-left: 600px solid transparent;
    }
}
@media screen and (max-width: 991px) {
    .device-slider {
        padding-top: 149px;
    }
}
@media screen and (max-width: 768px) {
    .device-slider {
        padding-bottom: 120px;
    }
    .device-slider-home {
        background: url(/data/img/backgrounds/fleetize_intro_only_sterring_wheel.jpg);
        background-position: center !Important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .device-slider .phone-carousel {
        margin-bottom: 24px;
    }
    .device-slider .notebook-carousel {
        margin-bottom: 24px;
    }
    .device-slider .angle:before {
        border-bottom: 40px solid #fff;
        border-right: 400px solid transparent;
    }
    .device-slider .angle:after {
        border-bottom: 40px solid #fff;
        border-left: 400px solid transparent;
    }
}
@media screen and (max-width: 480px) {
    .device-slider {
        padding-bottom: 72px;
    }
    .device-slider-home-2 {
        padding-top: 150px;
    }
}

/** 22. CAROUSEL
**********************************/


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 400ms;
    -o-transition: height 400ms;
    transition: height 400ms;
}

/*
 *  Core Owl Carousel Styles
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
    text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-color: #232323;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    font-family: FontAwesome;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-color: #3d3d3d;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 15px;
    padding-left: 3px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    display: block;
    line-height: 42px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}
.owl-carousel .owl-controls .owl-dots {
    position: relative;
    margin-top: 9px;
    z-index: 10;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #232323;
    opacity: 0.3;
    margin: 0 4px 7px 4px;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    opacity: 1;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


.privacy p {
    margin-bottom: 10px;
}
.privacy h4 {
    margin-bottom: 15px;
    margin-top: 40px;
}
.privacy ul {
    margin-bottom: 30px;
}
.privacy ul li {
    padding-left: 30px;
}
.search_results_link {
    margin: 0;
    font-size: 18px;
    text-decoration: none !important;
    color: #6e6e6e;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    border-bottom: 0px;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
    background-color: #f2f2f2;
    border: 1px solid #E9E9E9;
}
.search_results_description {
    font-size: 12px;
    border-bottom: 0px;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #E9E9E9;
    color: #4e535b;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5;
}
.search_results_none {
    font-size: 42px;
    border-bottom: 0px;
    text-align: center;
}
.search_results_footer {
    font-size: 12px;
    padding: 5px;
    border-top: 1px solid #404040;
    border-bottom: 0px;
}
.search_results_footer_helptopics {
    max-width: 45em;
    margin: 0 auto;
    margin-bottom: -2.0em;
    text-align: center;
    font-size: 25px;
    margin-top: 25px;
}
.search_results_buffer {
    color: white;
    border: 0px;
}
.help_topics {
    margin-bottom: 1em;
    color: #979aa1;
}
.help_back_to_top {
    text-align: right;
    margin-left: auto;
    margin-right: 15px;
    margin-top: -46px;
    margin-bottom: -30px;
}
.api_back_to_top {
    text-align: right;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: -30px;
}
.search_pagination {
    font-size: 25px;
    color: #979aa1;
    text-align: center;
    margin-bottom: 20px;
}
.search_pagination a:link {
    color: #262626;
}
.search_pagination a:visited {
    color: #262626;
}
.search_pagination a:hover {
    color: #595959;
}
.search_pagination a:active {
    color: #262626;
}
.search_button_submit {
    display: inline;
    height: 46px;
    font-size: 13px;
    line-height: 33px;
    padding: 0 20px;
    border-radius: 24px;
    background-color: #3da0e3;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 0px;
    letter-spacing: 0.2em;
    padding: 0 30px;
    margin: 10px 0;
    margin-right: 10px;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-stroke-width: 0px;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    margin-bottom: 13px;
}
.search_field {
    display: inline !important;
    width: 75% !important;
    background: white !important;
}
.home-search {
    position: relative;
    min-height: 200px;
    height: 100%;
    background-color: black;
    text-align: center;
    overflow: hidden;
    padding: 50px 15px 0;
    padding-bottom: 50px;
    margin-bottom: 15px;
}
.text-align_left {
    text-align: left;
}
.select-form-fieldset {
    position: relative;
    max-width: 90%;
    max-width: calc(100% - 30px);
    width: 660px;
    margin: 0 auto;
    padding: 0;
    border: none;
}
@media (max-width: 767px) {
    .select-form-fieldset {
        position: relative;
        max-width: calc(100% - 30px);
        width: 340px;
        margin: 0 auto;
        padding: 0;
        border: none;
    }
}
textarea {
    background-color: #f5f5f5 !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    padding: 10px 20px 5px 20px !important;
    border: 1px solid black! important;
}
.input-alt {
    background-color: #f5f5f5 !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    padding: 10px 20px 5px 20px !important;
    border: 1px solid black! important;
}
.form-control,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=time],
input[type=tel],
input[type=search] {
    display: block;
    width: 100%;
    line-height: 1.5;
    height: 48px;
    font-size: 16px;
    color: #404040;
    text-transform: none;
    border: 2px solid #404040;
    background-color: transparent;
    border-radius: 0px;
    padding: 0 20px;
    //margin-bottom: 24px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

/** 07. TABLES
**********************************/

caption {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #808080;
    text-align: left;
}
th {
    text-align: left;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #404040;
}
table > thead > tr > th,
table > thead > tr > td {
    border-bottom-width: 2px !important;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #404040;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #404040;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > table {
        margin-bottom: 0;
    }
    .table-responsive > table > thead > tr > th,
    .table-responsive > table > thead > tr > td,
    .table-responsive > table > tbody > tr > th,
    .table-responsive > table > tbody > tr > td,
    .table-responsive > table > tfoot > tr > th,
    .table-responsive > table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > table {
        border: 0;
    }
    .table-responsive > table > thead > tr > th:first-child,
    .table-responsive > table > thead > tr > td:first-child,
    .table-responsive > table > tbody > tr > th:first-child,
    .table-responsive > table > tbody > tr > td:first-child,
    .table-responsive > table > tfoot > tr > th:first-child,
    .table-responsive > table > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > table > thead > tr > th:last-child,
    .table-responsive > table > thead > tr > td:last-child,
    .table-responsive > table > tbody > tr > th:last-child,
    .table-responsive > table > tbody > tr > td:last-child,
    .table-responsive > table > tfoot > tr > th:last-child,
    .table-responsive > table > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > table > tbody > tr:last-child > th,
    .table-responsive > table > tbody > tr:last-child > td,
    .table-responsive > table > tfoot > tr:last-child > th,
    .table-responsive > table > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
.reduce_margin_top {
    margin-top: -35px;
}
.button_faq::before {
    content: "Zurück nach oben";
    color: #4e535b;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5;
}
.button_api::before {
    content: "Back to Top";
    color: #4e535b;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 900px) {
    .button_faq::before {
        content: "";
        color: #4e535b;
        font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1em;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        line-height: 1.5;
    }
}
@media screen and (max-width: 900px) {
    .button_api::before {
        content: "";
        color: #4e535b;
        font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1em;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        line-height: 1.5;
    }
}
@media (max-width: 768px) {
    .align-center-768 {
        text-align: center;
    }
}
.text-center {
    text-align: center;
}
.video-popup-btn {
    display: inline-block;
    text-decoration: none;
    margin: 10px 0;
}
.video-popup-btn:focus {
    outline: none;
}
.video-popup-btn .play-btn,
.video-popup-btn .label {
    display: inline-block;
    vertical-align: middle;
}
.video-popup-btn .play-btn {
    width: 70px;
    color: #232323;
    border: 2px solid #232323;
    border-radius: 6px;
    text-align: center;
    padding-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-popup-btn .play-btn i {
    line-height: 44px;
    font-size: 22px;
}
.video-popup-btn .label {
    font-size: 17px;
    color: #808080;
    text-align: left;
    padding-left: 7px;
}
.video-popup-btn.light-skin .play-btn {
    color: #fff;
    border-color: #fff;
}
.video-popup-btn.light-skin .label {
    color: #fff;
}
.video-popup-btn:hover .play-btn {
    color: #2f2f2f;
    border-color: #2f2f2f;
}
.featured-tabs .nav-tabs {
    display: block;
    border-bottom: none;
    padding-left: 25px;
}
.featured-tabs .nav-tabs > li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 50px;
    border-left: 1px solid #232323;
    padding-bottom: 36px;
}
.featured-tabs .nav-tabs > li > a {
    display: table;
    font-size: 24px;
    color: #404040;
    border: none;
    padding: 0;
    margin-bottom: 24px;
}
.featured-tabs .nav-tabs > li > a:hover {
    color: #00a5db;
    background-color: transparent;
}
.featured-tabs .nav-tabs > li.active > a,
.featured-tabs .nav-tabs > li.active > a:hover,
.featured-tabs .nav-tabs > li.active > a:focus {
    color: #404040;
    background-color: transparent;
    border: none;
}
.featured-tabs .nav-tabs > li > .number {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    top: -15px;
    left: -35px;
}
.featured-tabs .nav-tabs > li > .number > i {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    color: #232323;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    background-color: transparent;
    border: 2px solid #232323;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 3px;
}
.featured-tabs .nav-tabs > li.active > .number > i {
    color: #fff;
    background-color: #232323;
    padding-top: 3px;
}
.featured-tabs .nav-tabs > li:last-child {
    border-left: none;
}
.featured-tabs .nav-tabs > li p {
    margin-bottom: 0;
}
.featured-tabs .nav-tabs > li .social-btns {
    margin-top: 12px;
}
.featured-tabs .nav-tabs > li .social-btns a {
    display: inline-block;
    font-size: 18px;
    color: #808080;
    text-decoration: none;
    margin-right: 12px;
}
.featured-tabs .nav-tabs > li .social-btns a:hover {
    color: #00a5db;
    background: none;
}
@media screen and (max-width: 480px) {
    .featured-tabs .nav-tabs > li {
        border-left: none;
        padding-bottom: 24px;
    }
    .featured-tabs .nav-tabs > li > a {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .featured-tabs .nav-tabs > li > .number {
        top: -18px;
    }
    .featured-tabs .nav-tabs > li p {
        display: none;
    }
}
.featured-tabs .tab-content {
    padding: 0;
}
.icon-block {
    display: block;
    width: 100%;
    cursor: default;
    margin-bottom: 40px;
}
.icon-block i {
    width: 100%;
    font-size: 48px;
    color: #404040;
    margin-bottom: 28px;
}
.icon-block .ib-title {
    margin-bottom: 28px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.icon-block.light-skin {
    color: #fff;
}
.icon-block.light-skin .ib-title,
.icon-block.light-skin i {
    color: #fff;
}
.icon-block:hover .ib-title {
    color: #00a5db;
}
.fw-section {
    position: relative;
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.fw-section .container {
    position: relative;
    z-index: 5;
}
.fw-section .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00a5db;
    opacity: 0.85;
}
.fw-section.parallax-bg {
    background-attachment: fixed;
}
.cent-marker {
    position: absolute;
    left: 200px;
    top: 240px;
    z-index: 999;
}
.cent-marker img {
    width: 80px;
}
@media screen and (max-width: 991px) {
    .fw-section.parallax-bg {
        background-attachment: scroll;
    }
}
.fw-section.angle-top:before,
.fw-section.angle-top:after,
.fw-section.angle-bottom:before,
.fw-section.angle-bottom:after {
    position: absolute;
    z-index: 1;
    content: "";
}
.fw-section.angle-top:before,
.fw-section.angle-bottom:before {
    left: 0;
}
.fw-section.angle-top:after,
.fw-section.angle-bottom:after {
    right: 0;
}
.fw-section.angle-top {
    padding-top: 72px;
}
.fw-section.angle-top:before,
.fw-section.angle-top:after {
    top: 0;
}
.fw-section.angle-top:before {
    border-top: 72px solid #fff;
    border-right: 960px solid transparent;
}
.fw-section.angle-top:after {
    border-top: 72px solid #fff;
    border-left: 960px solid transparent;
}
.fw-section.angle-bottom {
    padding-bottom: 72px;
}
.fw-section.angle-bottom:before,
.fw-section.angle-bottom:after {
    bottom: 0;
}
.fw-section.angle-bottom:before {
    border-bottom: 72px solid #fff;
    border-right: 960px solid transparent;
}
.fw-section.angle-bottom:after {
    border-bottom: 72px solid #fff;
    border-left: 960px solid transparent;
}
@media screen and (max-width: 1200px) {
    .cent-marker {
        left: 0px;
        top: 290px;
    }
    .fw-section.angle-top {
        padding-top: 50px;
    }
    .fw-section.angle-top:before {
        border-top: 50px solid #fff;
        border-right: 700px solid transparent;
    }
    .fw-section.angle-top:after {
        border-top: 50px solid #fff;
        border-left: 700px solid transparent;
    }
    .fw-section.angle-bottom {
        padding-bottom: 50px;
    }
    .fw-section.angle-bottom:before {
        border-bottom: 50px solid #fff;
        border-right: 700px solid transparent;
    }
    .fw-section.angle-bottom:after {
        border-bottom: 50px solid #fff;
        border-left: 700px solid transparent;
    }
}
@media screen and (max-width: 991px) {
    .fw-section.angle-top {
        padding-top: 40px;
    }
    .fw-section.angle-top:before {
        border-top: 40px solid #fff;
        border-right: 500px solid transparent;
    }
    .fw-section.angle-top:after {
        border-top: 40px solid #fff;
        border-left: 500px solid transparent;
    }
    .fw-section.angle-bottom {
        padding-bottom: 40px;
    }
    .fw-section.angle-bottom:before {
        border-bottom: 40px solid #fff;
        border-right: 500px solid transparent;
    }
    .fw-section.angle-bottom:after {
        border-bottom: 40px solid #fff;
        border-left: 500px solid transparent;
    }
}
.fw-section.gray-bg {
    background-color: #f2f2f2;
}
.fw-section.graydark-bg {
    background-color: #c0c0c0;
}
.fw-section.graydark2-bg {
    background-color: #5a5a5a;
}
.fw-section.dark-bg {
    background-color: #00a5db;
}
.fw-section.lightblue-bg {
    background-color: #ebf3f7;
}
.market-buttons:before,
.market-buttons:after {
    content: " ";
    display: table;
}
.market-buttons:after {
    clear: both;
}
.market-buttons.count-2 .market-btn {
    float: left;
    width: 50%;
}
@media screen and (max-width: 480px) {
    .market-buttons.count-2 .market-btn {
        float: none;
        width: 100%;
    }
    .cent-marker {
        width: 40px !important;
        left: 250px !important;
        top: 100px !important;
    }
    .cent-marker img {
        width: 60px !important;
    }
}
.market-buttons.count-3 .market-btn {
    float: left;
    width: 33.33333%;
}
@media screen and (max-width: 768px) {
    .market-buttons.count-3 .market-btn {
        float: none;
        width: 100%;
    }
    .cent-marker {
        left: 500px;
        top: 180px;
        width: 80px;
    }
}

/** 15. SHORTCODES
**********************************/

.block-title {
    position: relative;
    width: 100%;
    cursor: default;
    margin-bottom: 48px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.block-title.centered {
    text-align: center;
}
@media screen and (max-width: 991px) {
    .block-title {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 768px) {
    .block-title {
        padding-bottom: 25px;
    }
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.15s;
    -o-transition: opacity 0.3s 0.15s;
    transition: opacity 0.3s 0.15s;
}
.block-title span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 120px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .075;
    top: -10px;
    left: -6px;
    -webkit-transition: opacity 0.3s 0.15s;
    -o-transition: opacity 0.3s 0.15s;
    transition: opacity 0.3s 0.15s;
}
.block-title.featured-title:hover h1,
.block-title.featured-title:hover h2,
.block-title.featured-title:hover h3,
.block-title.featured-title:hover h4,
.block-title.featured-title:hover h5,
.block-title.featured-title:hover h6 {
    opacity: .075;
}
.block-title.featured-title:hover span {
    opacity: 1;
}
.block-title.text-center:before {
    left: 50%;
    margin-left: -48px;
}
.block-title.text-right span {
    left: auto;
    right: -6px;
}
.block-title.text-right:before {
    left: auto;
    right: 0;
}
@media screen and (max-width: 768px) {
    .block-title.mobile-center:before {
        left: 50%;
        margin-left: -48px;
    }
}
.mobile-center {
    padding-bottom: 30px;
    margin-top: -30px;
}
@media screen and (min-width: 992px) {
    .mobile-center {
        padding-bottom: 30px;
    }
}
.block-title.light-skin {
    color: #fff;
}
.block-title.light-skin h1,
.block-title.light-skin h2,
.block-title.light-skin h3,
.block-title.light-skin h4,
.block-title.light-skin h5,
.block-title.light-skin h6 {
    color: #fff;
}
.block-title.light-skin span {
    opacity: .1;
}
.block-title.light-skin.featured-title:hover h1,
.block-title.light-skin.featured-title:hover h2,
.block-title.light-skin.featured-title:hover h3,
.block-title.light-skin.featured-title:hover h4,
.block-title.light-skin.featured-title:hover h5,
.block-title.light-skin.featured-title:hover h6 {
    opacity: .1;
}
.block-title.light-skin:before {
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    .block-title span {
        font-size: 112px;
    }
}
@media screen and (max-width: 768px) {
    .block-title span {
        font-size: 88px;
    }
}
@media screen and (max-width: 480px) {
    .block-title span {
        font-size: 72px;
    }
}
.text-center .block-title:before {
    left: 50%;
    margin-left: -48px;
}
@media screen and (max-width: 768px) {
    .mobile-center .block-title:before {
        left: 50%;
        margin-left: -48px;
    }
}
.text-right .block-title span {
    left: auto;
    right: -6px;
}
.text-right .block-title:before {
    left: auto;
    right: 0;
}
.icon-block {
    display: block;
    width: 100%;
    cursor: default;
    margin-bottom: 40px;
}
.icon-block i {
    width: 100%;
    font-size: 48px;
    color: #404040;
    margin-bottom: 28px;
}
.icon-block .ib-title {
    margin-bottom: 28px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.icon-block.light-skin {
    color: #fff;
}
.icon-block.light-skin .ib-title,
.icon-block.light-skin i {
    color: #fff;
}
.icon-block:hover .ib-title {
    color: #00a5db;
}
.split-section {
    position: relative;
    display: block;
    width: 100%;
}
.split-section .container {
    position: relative;
    z-index: 2;
}
.split-section .image,
.split-section .content {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top: 0;
}
.split-section .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.split-section .content {
    background-color: #f2f2f2;
}
.split-section .content.dark-bg {
    background-color: #00a5db;
}
.split-section.img-left .image {
    left: 0;
}
.split-section.img-left .content {
    right: 0;
}
.split-section.img-right .image {
    right: 0;
}
.split-section.img-right .content {
    left: 0;
}
.split-section .btn {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .split-section .image,
    .split-section .content {
        position: relative;
        width: 100%;
        height: auto;
    }
    .split-section .image {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .split-section .image {
        height: 320px;
    }
}
@media screen and (max-width: 480px) {
    .split-section .image {
        height: 250px;
    }
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase,
.initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-notransform {
    text-transform: none;
}
.text-extrabold {
    font-weight: 900;
}
.text-bold {
    font-weight: bold;
}
.text-normal {
    font-weight: normal;
}
.text-thin {
    font-weight: 300;
}
.text-muted {
    color: #808080 !important;
}
.text-light,
.text-white {
    color: #fff !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff !important;
}
.text-primary {
    color: #3da0e3;
}
a.text-primary:hover {
    color: #1e88cf;
}
.text-success {
    color: #3da0e3;
}
a.text-success:hover {
    color: #84a319;
}
.text-info {
    color: #5ac8fa;
}
a.text-info:hover {
    color: #28b7f9;
}
.text-warning {
    color: #ff863b;
}
a.text-warning:hover {
    color: #ff6708;
}
.text-danger {
    color: #e8244a;
}
a.text-danger:hover {
    color: #c41537;
}

/** 20. NAVS
**********************************/

.nav-filters {
    list-style: none;
    padding: 0;
}
.nav-filters li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}
.nav-filters li a {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 12px;
    border: 2px solid #232323;
    border-radius: 6px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.nav-filters li a:hover {
    color: #fff;
    background-color: #232323;
}
.nav-filters li.active a {
    color: #fff;
    background-color: #232323;
}
.nav-filters.text-center li {
    margin-left: 4px;
    margin-right: 4px;
}
.nav-filters.text-right li {
    margin-left: 7px;
    margin-right: 0;
}
.nav-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 2px solid #232323;
}
.nav-tabs > li {
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
}
.nav-tabs > li > a {
    position: relative;
    z-index: 0;
    display: block;
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.5;
    border: 2px solid transparent;
    border-radius: 6px 6px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-decoration: none;
    outline: none;
}
.nav-tabs > li > a:hover {
    color: #232323;
    background-color: #efefef;
    border-color: #232323;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 2px solid #232323;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-content {
    padding-top: 24px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.featured-list {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 15px;
    padding-right: 15px;
}
.pricing-plan {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    background-color: #f2f2f2;
    margin: 0 auto 30px auto;
}
.pricing-plan .pp-header .pp-title {
    padding: 67px 20px 24px 20px;
}
.pricing-plan .pp-header h3 {
    margin-bottom: 0;
}
.pricing-plan .pp-body {
    padding: 15px 20px 36px 20px;
}
.pricing-plan .pp-body p {
    font-weight: 300;
}
.pricing-plan .pp-body .pp-price {
    font-size: 72px;
    color: #404040;
    font-weight: 900;
    line-height: 1;
    padding: 17px 0 28px 0;
    margin-left: -15px;
}
.pricing-plan .pp-body .pp-price span {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    padding-top: 10px;
    margin-right: 5px;
}
.pricing-plan .badge {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 0 11px;
    line-height: 36px;
    top: 18px;
    left: 50%;
    border-radius: 18px;
    white-space: nowrap;
    background-color: #232323;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pricing-plan .badge.badge-default {
    background-color: #232323;
}
.pricing-plan .badge.badge-primary {
    background-color: #3da0e3;
}
.pricing-plan .badge.badge-info {
    background-color: #5ac8fa;
}
.pricing-plan .badge.badge-success {
    background-color: #00a5db;
}
.pricing-plan .badge.badge-fblue {
    background-color: #00a7e3;
}
.pricing-plan .badge.badge-warning {
    background-color: #ff863b;
}
.pricing-plan .badge.badge-danger {
    background-color: #e8244a;
}
.pricing-plan.featured-plan .pp-header {
    overflow: hidden;
    padding-bottom: 24px;
}
.pricing-plan.featured-plan .pp-header .pp-title {
    position: relative;
    background-color: #232323;
    padding-bottom: 0;
}
.pricing-plan.featured-plan .pp-header .pp-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -210px;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 25px solid #232323;
}
.pricing-plan.featured-plan .pp-header h3 {
    color: #fff;
}
.pricing-plan.featured-plan .pp-header {
    overflow: hidden;
    padding-bottom: 24px;
}
.pricing-plan.featured-plan .pp-header .pp-title {
    position: relative;
    background-color: #232323;
    padding-bottom: 0;
}
.pricing-plan.featured-plan .pp-header .pp-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -210px;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 25px solid #232323;
}
.pricing-plan.featured-plan .pp-header h3 {
    color: #fff;
}
.pricing-plan.featured-plan-light .pp-header {
    overflow: hidden;
    padding-bottom: 24px;
}
.pricing-plan.featured-plan-light .pp-header .pp-title {
    position: relative;
    background-color: #909090;
    padding-bottom: 0;
}
.pricing-plan.featured-plan-light .pp-header .pp-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -210px;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 25px solid #909090;
}
.pricing-plan.featured-plan-light .pp-header h3 {
    color: #fff;
}
.pricing-plan.featured-plan-blue .pp-header {
    overflow: hidden;
    padding-bottom: 24px;
}
.pricing-plan.featured-plan-blue .pp-header .pp-title {
    position: relative;
    background-color: #00a7e3;
    padding-bottom: 0;
}
.pricing-plan.featured-plan-blue .pp-header .pp-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -210px;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 25px solid #00a7e3;
}
.pricing-plan.featured-plan-blue .pp-header h3 {
    color: #fff;
}
.pricing-plan.featured-plan-routes .pp-header {
    overflow: hidden;
    padding-bottom: 24px;
}
.pricing-plan.featured-plan-routes .pp-header .pp-title {
    position: relative;
    background-color: #444a59;
    padding-bottom: 0;
}
.pricing-plan.featured-plan-routes .pp-header .pp-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -210px;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 25px solid #444a59;
}
.pricing-plan.featured-plan-routes .pp-header h3 {
    color: #fff;
}
.padding-side {
    padding: 0 1em;
}
.margin-left {
    margin-left: 40%;
}
@media screen and (max-width: 1100px) {
    .margin-left {
        margin-left: 30%;
    }
}
@media screen and (max-width: 830px) {
    .margin-left {
        margin-left: 20%;
    }
}

/** 26. DEVICE SLIDER
**********************************/

.device-slider {
    position: relative;
    width: 100%;
    background-color: #00a5db;
    padding-top: 220px;
    padding-bottom: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.device-slider-home {
    background-color: #808080;
    background: url(/data/img/backgrounds/fleetize_intro_1920x1280.jpg);
    background-position: center !Important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.device-slider-home-2 {
    padding-top: 200px;
    padding-bottom: 72px;
    background-color: #FFFFFF;
}
.device-slider .container {
    position: relative;
    z-index: 5;
}
.device-slider h1 {
    letter-spacing: .06em;
}
.device-slider .block-title {
    padding-bottom: 25px;
}
.device-slider .angle {
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.device-slider .angle:before,
.device-slider .angle:after {
    position: absolute;
    z-index: 4;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
}
.device-slider .angle:before {
    border-bottom: 72px solid #fff;
    border-right: 960px solid transparent;
    left: 0;
}
.device-slider .angle:after {
    border-bottom: 72px solid #fff;
    border-left: 960px solid transparent;
    right: 0;
}
.device-slider .phone-carousel {
    position: relative;
    z-index: 5;
    width: 300px;
    margin: 0 auto -135px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .phone-carousel .phone-mask {
    position: relative;
    z-index: 1;
    width: 100%;
}
.device-slider .phone-carousel .cover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 81px 34px 0 33px;
}
.device-slider .phone-carousel .carousel {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 81px 34px 0 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -115px;
    z-index: 10;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.device-slider .phone-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #fff;
}
.device-slider .notebook-carousel {
    position: relative;
    z-index: 5;
    margin: 0 auto -135px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .notebook-carousel .notebook-mask {
    position: relative;
    z-index: 1;
    width: 100%;
}
.device-slider .notebook-carousel .cover {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.9% 15.4% 0 15.3%;
}
.device-slider .notebook-carousel .carousel {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.9% 15.4% 0 15.3%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -85px;
    z-index: 10;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    opacity: 1;
    border: 1px solid #B2B2B2;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.device-slider .notebook-carousel .carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #00a5db;
}
@media screen and (max-width: 991px) {
    .device-slider .container {
        width: 100%;
    }
    .device-slider .phone-carousel {
        margin-bottom: 0;
    }
    .device-slider .notebook-carousel {
        margin-bottom: 0;
    }
    .device-slider .angle:before {
        border-bottom: 50px solid #fff;
        border-right: 600px solid transparent;
    }
    .device-slider .angle:after {
        border-bottom: 50px solid #fff;
        border-left: 600px solid transparent;
    }
}
@media screen and (max-width: 991px) {
    .device-slider {
        padding-top: 149px;
    }
}
@media screen and (max-width: 768px) {
    .device-slider {
        padding-bottom: 120px;
    }
    .device-slider-home {
        background: url(/data/img/backgrounds/fleetize_intro_only_sterring_wheel.jpg);
        background-position: center !Important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .device-slider .phone-carousel {
        margin-bottom: 24px;
    }
    .device-slider .notebook-carousel {
        margin-bottom: 24px;
    }
    .device-slider .angle:before {
        border-bottom: 40px solid #fff;
        border-right: 400px solid transparent;
    }
    .device-slider .angle:after {
        border-bottom: 40px solid #fff;
        border-left: 400px solid transparent;
    }
}
@media screen and (max-width: 480px) {
    .device-slider {
        padding-bottom: 72px;
    }
    .device-slider-home-2 {
        padding-top: 150px;
    }
    .margin-left {
        margin-left: 0;

    }
}

/** 27. APP INTRODUCTION
**********************************/

html,
body {
    /* important for .cd-main-content 100% height to work */
    height: 100%;
}
.cd-main-content {
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    background-repeat: repeat;
    background-attachment: fixed;
}
@media only screen and (min-width: 1199px) {
    .cd-main-content {
        position: relative;
        height: 100%;
        min-height: 500px;
        padding: 0 10%;
    }
}
.cd-main-content .container {
    position: relative;
}
@media only screen and (min-width: 1199px) {
    .cd-main-content .container {
        height: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .cd-main-content .container {
        width: 100%;
    }
}
@media only screen and (min-width: 850px) {
    .cd-main-content .container {
        width: 100%;
    }
}
.cd-product-intro {
    padding: 125px 0 50px 0;
    text-align: center;
}
.cd-product-intro .cd-triggers:before,
.cd-product-intro .cd-triggers:after {
    content: " ";
    display: table;
}
.cd-product-intro .cd-triggers:after {
    clear: both;
}
@media only screen and (min-width: 850px) {
    .cd-product-intro {
        padding: 160px 0 50px 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .cd-product-intro {
        padding: 125px 0 50px 0;
    }
}
@media only screen and (min-width: 1199px) {
    .cd-product-intro {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -46%);
        -moz-transform: translate(0, -46%);
        -ms-transform: translate(0, -46%);
        -o-transform: translate(0, -46%);
        transform: translate(0, -46%);
        max-width: 500px;
        width: auto;
        left: 10%;
        padding: 0;
        text-align: left;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
    .is-product-tour .cd-product-intro {
        opacity: 0;
        -webkit-transform: translateY(-46%) translateX(-50%);
        -moz-transform: translateY(-46%) translateX(-50%);
        -ms-transform: translateY(-46%) translateX(-50%);
        -o-transform: translateY(-46%) translateX(-50%);
        transform: translateY(-46%) translateX(-50%);
    }
}
@media screen and (min-width: 1250px) {
    .cd-product-intro {
        width: 50%;
        -webkit-transform: translate(20%, -46%);
        -moz-transform: translate(20%, -46%);
        -ms-transform: translate(20%, -46%);
        -o-transform: translate(20%, -46%);
        transform: translate(20%, -46%);
    }
}
#cd-product-tour {
    position: relative;
}
#cd-product-tour > ul {
    list-style: none;
    padding: 0;
}
@media only screen and (min-width: 1199px) {
    #cd-product-tour {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        height: 500px;
        top: 50%;
        left: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-46%) translateX(75%);
        -moz-transform: translateY(-46%) translateX(75%);
        -ms-transform: translateY(-46%) translateX(75%);
        -o-transform: translateY(-46%) translateX(75%);
        transform: translateY(-46%) translateX(75%);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .is-product-tour #cd-product-tour {
        -webkit-transform: translateY(-46%) translateX(0);
        -moz-transform: translateY(-46%) translateX(0);
        -ms-transform: translateY(-46%) translateX(0);
        -o-transform: translateY(-46%) translateX(0);
        transform: translateY(-46%) translateX(0);
    }
    #cd-product-tour > ul {
        list-style: none;
        padding: 0;
        height: 100%;
        width: 100%;
    }
}
.cd-single-item {
    /* product tour - single list item */
    padding: 40px 0 80px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 480px) {
    .cd-single-item {
        padding: 40px 3% 90px;
    }
}
@media only screen and (min-width: 850px) {
    .cd-single-item {
        padding: 40px 6% 90px;
    }
    .cd-single-item:before,
    .cd-single-item:after {
        content: " ";
        display: table;
    }
    .cd-single-item:after {
        clear: both;
    }
    .cd-single-item .cd-caption {
        position: relative;
        width: 50%;
        float: left;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%);
    }
    .cd-single-item:nth-child(2n) .cd-caption {
        float: right;
    }
}
@media only screen and (min-width: 1199px) {
    .cd-single-item {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-46%);
        -moz-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
        -o-transform: translateY(-46%);
        transform: translateY(-46%);
        left: 0;
        text-align: left;
        border-top: none;
        padding: 0;
        visibility: visible;
    }
    .cd-single-item.cd-not-visible {
        visibility: hidden;
    }
    .cd-single-item .cd-caption {
        width: 60%;
        float: right;
        margin: 80px 0 0 5%;
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
    .is-product-tour .cd-single-item.cd-active .cd-caption {
        opacity: 1;
    }
    .cd-single-item.cd-move-right .cd-caption {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
}
.cd-image-container {
    /*wrapper for image (and video - desktop only)*/
    max-width: 226px;
    margin: 0 auto;
    padding-top: 50px;
}
.cd-image-container > div {
    position: relative;
}
.cd-image-container img {
    display: block;
}
@media only screen and (min-width: 850px) {
    .cd-image-container {
        float: right;
    }
    .cd-single-item:nth-child(2n) .cd-image-container {
        float: left;
    }
}
@media only screen and (min-width: 1199px) {
    .cd-image-container {
        height: 402px;
        width: 35%;
        float: left;
        max-width: none;
        padding-top: 0;
    }
    .cd-image-container > div {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }
    .cd-image-container img {
        height: 402px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-move-right .cd-image-container img {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .cd-move-right .cd-image-container video {
        -webkit-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -moz-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -ms-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -o-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        transform: translateX(50%) translateY(-46%) rotate(-90deg);
    }
}
.cd-phone-frame {
    /* Phone in CSS */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: -45px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-color: #282828;
    border-style: solid;
    border-width: 45px 10px;
    border-radius: 2.5em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-phone-frame:after,
.cd-phone-frame:before {
    /*these are the iPhone circle elements*/
    position: absolute;
    content: "";
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #141414;
    border-radius: 50%;
}
.cd-phone-frame::before {
    height: 11px;
    width: 11px;
    top: -28px;
}
.cd-phone-frame::after {
    height: 31px;
    width: 31px;
    bottom: -38px;
}
.cd-image-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.cd-slider-nav {
    /* product discover slider navigation */
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 70px;
}
.cd-slider-nav:before,
.cd-slider-nav:after {
    content: " ";
    display: table;
}
.cd-slider-nav:after {
    clear: both;
}
.cd-slider-nav a {
    position: relative;
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: #e5e5e5;
}
.cd-slider-nav a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 16px;
    background: url(../img/app-intro/cd-arrow.svg) no-repeat center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-slider-nav .cd-next {
    border-left: 1px solid #d1d1d1;
}
.cd-slider-nav .cd-next::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 1199px) {
    .cd-slider-nav {
        display: block;
    }
    .cd-slider-nav a {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
    }
    .is-product-tour .cd-slider-nav a {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
    }
    .is-product-tour .cd-slider-nav a.cd-inactive {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
    }
}
.cd-main-content.dark-skin {
    background-color: #5a5a5a;
}
.cd-main-content.dark-skin .cd-product-intro,
.cd-main-content.dark-skin .cd-single-item .cd-caption {
    color: #fff;
}
.cd-main-content.dark-skin .cd-product-intro h1,
.cd-main-content.dark-skin .cd-product-intro h2,
.cd-main-content.dark-skin .cd-product-intro h3,
.cd-main-content.dark-skin .cd-product-intro h4,
.cd-main-content.dark-skin .cd-product-intro h5,
.cd-main-content.dark-skin .cd-product-intro h6,
.cd-main-content.dark-skin .cd-single-item .cd-caption h1,
.cd-main-content.dark-skin .cd-single-item .cd-caption h2,
.cd-main-content.dark-skin .cd-single-item .cd-caption h3,
.cd-main-content.dark-skin .cd-single-item .cd-caption h4,
.cd-main-content.dark-skin .cd-single-item .cd-caption h5,
.cd-main-content.dark-skin .cd-single-item .cd-caption h6 {
    color: #fff;
}
.cd-main-content.dark-skin .cd-slider-nav a {
    background: #393e4b;
}
.cd-main-content.dark-skin .cd-slider-nav a:before {
    background: url(../img/app-intro/cd-arrow-light.svg) no-repeat center center;
}
.cd-main-content.dark-skin .cd-slider-nav .cd-next {
    border-left: 1px solid #464c5c;
}
.cd-main-content.dark-skin .cd-phone-frame {
    border-color: #2e323c;
}
.cd-main-content.dark-skin .cd-phone-frame:after,
.cd-main-content.dark-skin .cd-phone-frame:before {
    background-color: #21242b;
}


/** 27b. MObile Version APP INTRODUCTION
**********************************/

html,
body {
    /* important for .cd-main-content 100% height to work */
    height: 100%;
}
.cdmobile-main-content {
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    background-repeat: repeat;
    background-attachment: fixed;
}
.cdmobile-main-content {
    position: relative;
    height: 100%;
    min-height: 500px;
    padding: 0 10%;
}
.cdmobile-main-content .container {
    position: relative;
}
.cdmobile-main-content .container {
    height: 100%;
}

.cdmobile-product-intro {
    padding: 125px 0 50px 0;
    text-align: center;
}
.cdmobile-product-intro .cdmobile-triggers:before,
.cdmobile-product-intro .cdmobile-triggers:after {
    content: " ";
    display: table;
}
.cdmobile-product-intro .cdmobile-triggers:after {
    clear: both;
}


    .cdmobile-product-intro {
        padding: 160px 0 50px 0;
        max-width: 100%;
    }

    .cdmobile-product-intro {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -46%);
        -moz-transform: translate(0, -46%);
        -ms-transform: translate(0, -46%);
        -o-transform: translate(0, -46%);
        transform: translate(0, -46%);
        max-width: 500px;
        width: auto;
        padding: 0;
        text-align: left;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .is-product-tour .cdmobile-product-intro {
        opacity: 0;
        -webkit-transform: translateY(-46%) translateX(-50%);
        -moz-transform: translateY(-46%) translateX(-50%);
        -ms-transform: translateY(-46%) translateX(-50%);
        -o-transform: translateY(-46%) translateX(-50%);
        transform: translateY(-46%) translateX(-50%);
    }


#cdmobile-product-tour {
    position: relative;
}
#cdmobile-product-tour > ul {
    list-style: none;
    padding: 0;
}

    #cdmobile-product-tour {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        height: 500px;
        top: 50%;
        left: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-46%) translateX(75%);
        -moz-transform: translateY(-46%) translateX(75%);
        -ms-transform: translateY(-46%) translateX(75%);
        -o-transform: translateY(-46%) translateX(75%);
        transform: translateY(-46%) translateX(75%);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .is-product-tour #cdmobile-product-tour {
        -webkit-transform: translateY(-46%) translateX(0);
        -moz-transform: translateY(-46%) translateX(0);
        -ms-transform: translateY(-46%) translateX(0);
        -o-transform: translateY(-46%) translateX(0);
        transform: translateY(-46%) translateX(0);
    }
    #cdmobile-product-tour > ul {
        list-style: none;
        padding: 0;
        height: 100%;
        width: 100%;
    }
.cdmobile-single-item {
    /* product tour - single list item */
    padding: 40px 0 80px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cccccc;
}

    .cdmobile-single-item {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-46%);
        -moz-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
        -o-transform: translateY(-46%);
        transform: translateY(-46%);
        left: 0;
        text-align: left;
        border-top: none;
        padding: 0;
        visibility: visible;
    }
    .cdmobile-single-item.cdmobile-not-visible {
        visibility: hidden;
    }
    .cdmobile-single-item .cdmobile-caption {
        float: right;
        margin: 80px 0 0 5%;
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
    .is-product-tour .cdmobile-single-item.cdmobile-active .cdmobile-caption {
        opacity: 1;
    }
    .cdmobile-single-item.cdmobile-move-right .cdmobile-caption {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

.cdmobile-image-container {
    /*wrapper for image (and video - desktop only)*/
    max-width: 226px;
    margin: 0 auto;
    padding-top: 50px;
}
.cdmobile-image-container > div {
    position: relative;
}
.cdmobile-image-container img {
    display: block;
}
    .cdmobile-image-container {
        //height: 402px;
        width: 35%;
        float: left;
        max-width: none;
        padding-top: 0;
    }
    .cdmobile-image-container > div {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }
    .cdmobile-image-container img {
        //height: 402px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cdmobile-move-right .cdmobile-image-container img {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .cdmobile-move-right .cdmobile-image-container video {
        -webkit-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -webkit-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -moz-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -ms-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        -o-transform: translateX(50%) translateY(-46%) rotate(-90deg);
        transform: translateX(50%) translateY(-46%) rotate(-90deg);
    }
.cdmobile-phone-frame {
    /* Phone in CSS */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: -45px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-color: #282828;
    border-style: solid;
    border-width: 45px 10px;
    border-radius: 2.5em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cdmobile-phone-frame:after,
.cdmobile-phone-frame:before {
    /*these are the iPhone circle elements*/
    position: absolute;
    content: "";
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #141414;
    border-radius: 50%;
}
.cdmobile-phone-frame::before {
    height: 11px;
    width: 11px;
    top: -28px;
}
.cdmobile-phone-frame::after {
    height: 31px;
    width: 31px;
    bottom: -38px;
}
.cdmobile-image-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.cdmobile-slider-nav {
    /* product discover slider navigation */
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 70px;
}
.cdmobile-slider-nav:before,
.cdmobile-slider-nav:after {
    content: " ";
    display: table;
}
.cdmobile-slider-nav:after {
    clear: both;
}
.cdmobile-slider-nav a {
    position: relative;
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: #e5e5e5;
}
.cdmobile-slider-nav a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 16px;
    background: url(../img/app-intro/cd-arrow.svg) no-repeat center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cdmobile-slider-nav .cdmobile-next {
    border-left: 1px solid #d1d1d1;
}
.cdmobile-slider-nav .cdmobile-next::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

    .cdmobile-slider-nav {
        display: block;
    }
    .cdmobile-slider-nav a {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
    }
    .is-product-tour .cdmobile-slider-nav a {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0s, background 0.2s;
    }
    .is-product-tour .cdmobile-slider-nav a.cdmobile-inactive {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, background 0.2s;
    }

.cdmobile-main-content.dark-skin {
    background-color: #5a5a5a;
}
.cdmobile-main-content.dark-skin .cdmobile-product-intro,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption {
    color: #fff;
}
.cdmobile-main-content.dark-skin .cdmobile-product-intro h1,
.cdmobile-main-content.dark-skin .cdmobile-product-intro h2,
.cdmobile-main-content.dark-skin .cdmobile-product-intro h3,
.cdmobile-main-content.dark-skin .cdmobile-product-intro h4,
.cdmobile-main-content.dark-skin .cdmobile-product-intro h5,
.cdmobile-main-content.dark-skin .cdmobile-product-intro h6,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h1,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h2,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h3,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h4,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h5,
.cdmobile-main-content.dark-skin .cdmobile-single-item .cdmobile-caption h6 {
    color: #fff;
}
.cdmobile-main-content.dark-skin .cdmobile-slider-nav a {
    background: #393e4b;
}
.cdmobile-main-content.dark-skin .cdmobile-slider-nav a:before {
    background: url(../img/app-intro/cd-arrow-light.svg) no-repeat center center;
}
.cdmobile-main-content.dark-skin .cdmobile-slider-nav .cdmobile-next {
    border-left: 1px solid #464c5c;
}
.cdmobile-main-content.dark-skin .cdmobile-phone-frame {
    border-color: #2e323c;
}
.cdmobile-main-content.dark-skin .cdmobile-phone-frame:after,
.cdmobile-main-content.dark-skin .cdmobile-phone-frame:before {
    background-color: #21242b;
}

@media screen and (max-width: 768px) {
    .cdmobile-image-container {
        display: none;
    }
    .cdmobile-product-intro {
        text-align: center;
    }
    .cdmobile-main-content h1{
        font-size: 20px !important;
    }
    .cdmobile-main-content h2{
        font-size: 18px !important;
    }
    .cdmobile-main-content p{
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 850px) {

    .cdmobile-product-intro {
        width: 50%;
        left: 10%;
    }
    .cdmobile-product-intro {
        -webkit-transform: translate(20%, -46%);
        -moz-transform: translate(20%, -46%);
        -ms-transform: translate(20%, -46%);
        -o-transform: translate(20%, -46%);
        transform: translate(20%, -46%);
    }

    .cdmobile-single-item .cdmobile-caption {
        width: 60%;
    }
}

/** 28. SCROLL SLIDESHOW
**********************************/

body.scroll-slideshow {
    background-color: #1b1b1b;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQU */
    content: 'mobile';
    display: none;
}
@media only screen and (min-width: 1050px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQU */
        content: 'desktop';
    }
}
@media only screen and (min-width: 1050px) {
    body[data-hijacking="on"] {
        overflow: hidden;
    }
}
.cd-section {
    height: 100vh;
}
.cd-section .content {
    position: relative;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cd-section .content .inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 1050px) {
    .cd-section h2 {
        font-size: 4rem;
        font-weight: 300;
    }
    [data-hijacking="on"] .cd-section {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    [data-hijacking="on"] .cd-section > div {
        visibility: visible;
    }
    [data-hijacking="off"] .cd-section > div {
        opacity: 0;
    }
    [data-animation="rotate"] .cd-section {
        /* enable a 3D-space for children elements */
        -webkit-perspective: 1800px;
        -moz-perspective: 1800px;
        perspective: 1800px;
    }
    [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
        -webkit-perspective-origin: center 0;
        -moz-perspective-origin: center 0;
        perspective-origin: center 0;
    }
    [data-animation="scaleDown"] .cd-section > div,
    [data-animation="gallery"] .cd-section > div,
    [data-animation="catch"] .cd-section > div {
        box-shadow: 0 0 0 rgba(35, 35, 35, 0.4);
    }
    [data-animation="opacity"] .cd-section.visible > div {
        z-index: 1;
    }
}
@media only screen and (min-width: 1050px) {
    .cd-section:first-of-type > div::before {
        display: none;
    }
}
@media only screen and (min-width: 1050px) {
    .cd-section > div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    [data-hijacking="on"] .cd-section > div {
        position: absolute;
    }
    [data-animation="rotate"] .cd-section > div {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    list-style: none;
    padding: 0;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/scroll-slideshow/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -o-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
    .cd-vertical-nav {
        display: block;
    }
}
.text-light a {
    color: #0e76bc;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
}

/** 17. GRIDS
**********************************/

.grid {
    position: relative;
}
.grid .gutter-sizer {
    width: 2.5%;
}
@media screen and (max-width: 768px) {
    .grid .gutter-sizer {
        width: 4%;
    }
}
.grid .grid-item {
    position: relative;
    float: left;
    margin-bottom: 2.8%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
    .grid .grid-item {
        margin-bottom: 4%;
    }
}
.grid.isotope-grid {
    overflow: hidden;
}
.grid.isotope-grid:before,
.grid.isotope-grid:after {
    content: " ";
    display: table;
}
.grid.isotope-grid:after {
    clear: both;
}
.grid.isotope-grid.col-1 .grid-sizer,
.grid.isotope-grid.col-1 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.grid.isotope-grid.col-2 .grid-sizer,
.grid.isotope-grid.col-2 .grid-item {
    width: 48.75%;
}
@media screen and (max-width: 768px) {
    .grid.isotope-grid.col-2 .grid-sizer,
    .grid.isotope-grid.col-2 .grid-item {
        width: 48%;
    }
}
@media screen and (max-width: 600px) {
    .grid.isotope-grid.col-2 .grid-sizer,
    .grid.isotope-grid.col-2 .grid-item {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
.grid.isotope-grid.col-3 .grid-sizer,
.grid.isotope-grid.col-3 .grid-item {
    width: 31.66667%;
}
@media screen and (max-width: 991px) {
    .grid.isotope-grid.col-3 .grid-sizer,
    .grid.isotope-grid.col-3 .grid-item {
        width: 48.75%;
    }
}
@media screen and (max-width: 768px) {
    .grid.isotope-grid.col-3 .grid-sizer,
    .grid.isotope-grid.col-3 .grid-item {
        width: 48%;
    }
}
@media screen and (max-width: 600px) {
    .grid.isotope-grid.col-3 .grid-sizer,
    .grid.isotope-grid.col-3 .grid-item {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
.grid.isotope-grid.col-4 .grid-sizer,
.grid.isotope-grid.col-4 .grid-item {
    width: 23.125%;
}
@media screen and (max-width: 991px) {
    .grid.isotope-grid.col-4 .grid-sizer,
    .grid.isotope-grid.col-4 .grid-item {
        width: 48.75%;
    }
}
@media screen and (max-width: 768px) {
    .grid.isotope-grid.col-4 .grid-sizer,
    .grid.isotope-grid.col-4 .grid-item {
        width: 48%;
    }
}
@media screen and (max-width: 600px) {
    .grid.isotope-grid.col-4 .grid-sizer,
    .grid.isotope-grid.col-4 .grid-item {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
.grid.isotope-masonry-grid {
    overflow: hidden;
}
.grid.isotope-masonry-grid:before,
.grid.isotope-masonry-grid:after {
    content: " ";
    display: table;
}
.grid.isotope-masonry-grid:after {
    clear: both;
}
.grid.isotope-masonry-grid .gutter-sizer {
    width: 1.8%;
}
.grid.isotope-masonry-grid .grid-sizer,
.grid.isotope-masonry-grid .grid-item {
    width: 32.13333%;
    height: 380px;
    margin-bottom: 33px;
}
.grid.isotope-masonry-grid .grid-sizer.h2,
.grid.isotope-masonry-grid .grid-item.h2 {
    height: 793px;
}
.grid.isotope-masonry-grid .grid-sizer.w2,
.grid.isotope-masonry-grid .grid-item.w2 {
    width: 66%;
}
.container .grid.isotope-masonry-grid .gutter-sizer {
    width: 2.4%;
}
.container .grid.isotope-masonry-grid .grid-sizer,
.container .grid.isotope-masonry-grid .grid-item {
    width: 31.73333%;
    height: 300px;
    margin-bottom: 33px;
}
.container .grid.isotope-masonry-grid .grid-sizer.h2,
.container .grid.isotope-masonry-grid .grid-item.h2 {
    height: 633px;
}
.container .grid.isotope-masonry-grid .grid-sizer.w2,
.container .grid.isotope-masonry-grid .grid-item.w2 {
    width: 66%;
}
@media screen and (max-width: 1700px) {
    .grid.isotope-masonry-grid .grid-item,
    .container .grid.isotope-masonry-grid .grid-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1480px) {
    .grid.isotope-masonry-grid .grid-sizer,
    .grid.isotope-masonry-grid .grid-item,
    .container .grid.isotope-masonry-grid .grid-sizer,
    .container .grid.isotope-masonry-grid .grid-item {
        width: 31.86667%;
    }
    .grid.isotope-masonry-grid .gutter-sizer,
    .container .grid.isotope-masonry-grid .gutter-sizer {
        width: 2.2%;
    }
}
@media screen and (max-width: 1200px) {
    .grid.isotope-masonry-grid .gutter-sizer {
        width: 2.6%;
    }
    .grid.isotope-masonry-grid .grid-sizer,
    .grid.isotope-masonry-grid .grid-item {
        width: 31.6%;
        height: 270px;
    }
    .grid.isotope-masonry-grid .grid-sizer.h2,
    .grid.isotope-masonry-grid .grid-item.h2 {
        height: 570px;
    }
    .container .grid.isotope-masonry-grid .grid-item {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 991px) {
    .grid.isotope-masonry-grid .gutter-sizer,
    .container .grid.isotope-masonry-grid .gutter-sizer {
        width: 3.5%;
    }
    .grid.isotope-masonry-grid .grid-sizer,
    .grid.isotope-masonry-grid .grid-item,
    .container .grid.isotope-masonry-grid .grid-sizer,
    .container .grid.isotope-masonry-grid .grid-item {
        width: 48.25%;
        margin-bottom: 24px;
        height: 260px;
    }
    .grid.isotope-masonry-grid .grid-sizer.h2,
    .grid.isotope-masonry-grid .grid-item.h2,
    .container .grid.isotope-masonry-grid .grid-sizer.h2,
    .container .grid.isotope-masonry-grid .grid-item.h2 {
        height: 544px;
    }
    .grid.isotope-masonry-grid .grid-sizer.w2,
    .grid.isotope-masonry-grid .grid-item.w2,
    .container .grid.isotope-masonry-grid .grid-sizer.w2,
    .container .grid.isotope-masonry-grid .grid-item.w2 {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .grid.isotope-masonry-grid .gutter-sizer,
    .container .grid.isotope-masonry-grid .gutter-sizer {
        width: 0;
    }
    .grid.isotope-masonry-grid .grid-sizer,
    .grid.isotope-masonry-grid .grid-item,
    .container .grid.isotope-masonry-grid .grid-sizer,
    .container .grid.isotope-masonry-grid .grid-item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .grid.isotope-masonry-grid .grid-item,
    .container .grid.isotope-masonry-grid .grid-item {
        height: 230px;
    }
    .grid.isotope-masonry-grid .grid-item.h2,
    .container .grid.isotope-masonry-grid .grid-item.h2 {
        height: 460px;
    }
}
.grid.isotope-grid .grid-item .tile {
    position: relative;
}

/** 18. TILES
**********************************/

.tile {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tile:focus {
    outline: none;
}
.tile:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00a5db;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tile .tile-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0 15px 35px 15px;
    background-color: #232323;
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.tile .tile-content h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 21px;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s 0.17s;
    -o-transition: all 0.3s 0.17s;
    transition: all 0.3s 0.17s;
}
.tile .tile-content:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: -50px;
    left: 50%;
    margin-left: -430px;
    border-left: 430px solid transparent;
    border-right: 430px solid transparent;
    border-bottom: 55px solid #232323;
}
.tile:hover:before {
    opacity: 0.5;
}
.tile:hover .tile-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tile:hover .tile-content h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tile.gallery-item .tile-content h3 i {
    font-size: 24px;
}
.container-fluid .grid-item.w2 .tile .tile-content:before {
    margin-left: -700px;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
}


blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #232323;
}
blockquote cite {
    display: block;
    font-size: 20px;
    color: #404040;
    font-style: normal;
    margin-top: 24px;
}
blockquote cite span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    margin-top: 6px;
}
blockquote p {
    font-size: 32px;
}
blockquote p:before,
blockquote p:after {
    display: block;
    content: "\201C";
    color: #232323;
    font-size: 120px;
    line-height: 1;
    margin-bottom: -30px;
}
blockquote p:after {
    content: "\201D";
    margin-bottom: 0;
    margin-bottom: -40px;
}
@media screen and (max-width: 1200px) {
    blockquote p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    blockquote p {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    blockquote p {
        font-size: 25px;
    }
}
@media screen and (max-width: 480px) {
    blockquote p {
        font-size: 21px;
    }
    blockquote cite {
        font-size: 18px;
    }
    blockquote p:before,
    blockquote p:after {
        font-size: 100px;
    }
    .headercontainer {
        padding-top: 120px;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    body {
        font-size: 14px;
    }
}
blockquote.light-skin {
    color: #fff;
}
blockquote.light-skin cite {
    color: #fff;
    opacity: .9;
}
blockquote.light-skin p:before,
blockquote.light-skin p:after {
    color: #fff;
}
address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .sticky-help {
        //display:none;
    }
}
    
.sticky-help {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 5px;
    width: 140px;
    height: 70px;
    z-index: 100;
    /* display: none; */
    text-decoration: none;
    color: grey;
}
.sticky-help i {
    font-size: 40px;
}

/** 24. COMPONENTS
**********************************/

.google-map {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .google-map {
        height: 350px !important;
    }
}
@media screen and (max-width: 480px) {
    .google-map {
        height: 250px !important;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9980;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
}
.mfp-zoom-out-cur .navbar,
.mfp-zoom-out-cur .navbar.stuck,
.mfp-fade ~ .page-wrapper .navbar,
.mfp-fade ~ .page-wrapper .navbar.stuck {
    padding-right: 17px;
}
.mfp-zoom-out-cur .scroll-to-top-btn,
.mfp-fade ~ .page-wrapper .scroll-to-top-btn {
    right: 37px;
}
.mac,
.touch,
.ie {
    margin-right: 0 !important;
}
.mac body,
.mac .mfp-zoom-out-cur .navbar,
.mac .mfp-zoom-out-cur .navbar.stuck,
.mac .mfp-fade + .page-wrapper .navbar,
.mac .mfp-fade + .page-wrapper .navbar.stuck,
.touch body,
.touch .mfp-zoom-out-cur .navbar,
.touch .mfp-zoom-out-cur .navbar.stuck,
.touch .mfp-fade + .page-wrapper .navbar,
.touch .mfp-fade + .page-wrapper .navbar.stuck,
.ie body,
.ie .mfp-zoom-out-cur .navbar,
.ie .mfp-zoom-out-cur .navbar.stuck,
.ie .mfp-fade + .page-wrapper .navbar,
.ie .mfp-fade + .page-wrapper .navbar.stuck {
    padding-right: 0 !important;
}
.mac .mfp-zoom-out-cur .scroll-to-top-btn,
.mac .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.touch .mfp-zoom-out-cur .scroll-to-top-btn,
.touch .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.ie .mfp-zoom-out-cur .scroll-to-top-btn,
.ie .mfp-fade ~ .page-wrapper .scroll-to-top-btn {
    right: 20px !important;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #ccc;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 48px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: -5px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:before {
    font-family: FontAwesome;
    font-size: 40px;
    color: #fff;
    line-height: 110px;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before {
    content: '\f104';
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before {
    content: '\f105';
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 27px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    font-size: 14px;
    margin-top: -20px;
    padding-bottom: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    opacity: .9;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

/* Overlay Transition with Zoom Effect  */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/** 25. FOOTER
**********************************/

.footer {
    width: 100%;
    background-color: #f2f2f2;
}
.footer .footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    text-decoration: none;
    margin: 13px 20px 36px 0;
}
.footer .social-bar {
    display: inline-block;
    vertical-align: middle;
    margin: 13px 0 36px 0;
}
.footer .market-btn {
    text-align: left;
    padding: 48px 15px 48px 50px;
}
.footer .market-btn .icon,
.footer .market-btn .label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.footer .market-btn .icon {
    margin-right: 10px;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    .footer .market-btn {
        text-align: center;
        padding-left: 15px;
    }
    .footer .market-btn .icon,
    .footer .market-btn .label {
        display: block;
    }
    .footer .market-btn .icon {
        margin-right: 0;
        margin-bottom: 8px;
    }
}
.footer .widget {
    margin-bottom: 31px;
}
.footer .widget .widget-title {
    margin-bottom: 16px;
}
.footer .copyright {
    font-size: 14px;
    color: #808080;
}
.footer .copyright a {
    color: #808080;
    text-decoration: none;
}
.footer .copyright a:hover {
    color: #00a5db;
}
.footer .copyright p {
    margin-bottom: 0;
}
.mail_success {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #4e535b;
    margin-bottom: -250px;
}

/** 19. TOOLTIPS
**********************************/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 400px;
    white-space: pre-wrap;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: #232323;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232323;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232323;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232323;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #232323;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #232323;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232323;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232323;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232323;
}


.error {
    border: 2px solid #e8244a !important;
}
.error-terms {
    border: 2px solid #FF0000 !important;
    padding: 10px;
}
.error-small {
    border: 1px solid #e8244a !important;
}


.button-green {
    background-color: #6bd03a;
    color: #FFFFFF;
}
.button-green:hover {
    background-color: #6bd03a;
    color: #FFFFFF;
}

.button-green:focus {
    background-color: #56d000;
    color: #FFFFFF;
}

.button-green:active {
    background-color: #56d000;
    color: #FFFFFF;
}

.agblist {
    list-style-type: decimal;
}
.agblist li {
    margin-bottom: 10px;
}
.agblist ul li {
    list-style-type: circle;
    margin-left: 10px;

}


.nice-price  {
    position:absolute;
    background:#3da0e3;
    color:white;
    border-radius:5px;
    padding:10px;
    bottom:32px;
    right:-50px
}
.nice-price:after {
    content:"";
    display:block;
    position:absolute;
    background:#3da0e3;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:3px;
    bottom:-3px;
    left:25px;
    width:12px;
    height:12px
}



























/* Customize the label (the container) */
.contcheck {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}


.radiomark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contcheck input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contcheck .checkmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the indicator (dot/circle) */
.container .radiomark:after {
    top: 9px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}





/* Customize the label (the container) */
.contcheck_small {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contcheck_small input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark_small {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}


.radiomark_small {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contcheck_small:hover input ~ .checkmark_small {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contcheck_small input:checked ~ .checkmark_small {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_small:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contcheck_small input:checked ~ .checkmark_small:after {
    display: block;
}

/* Style the checkmark/indicator */
.contcheck_small .checkmark_small:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the indicator (dot/circle) */
.container .radiomark_small:after {
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.blog .post h2 {
    padding-top: 60px;
}

.blog .post h3 {
    padding-top: 40px;
}

.blog .post ul {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}

.psdigit {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px 5px 5px 5px;
    font-weight: bold;
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #E9E9E9;
}
.tselector {
    text-decoration: none;
    font-weight: normal;"
}

.blog .post-content{
    padding: 0 30px 40px;
}
.blog .post-title {
    word-wrap: break-word;
}
.blog .post h2 {
    font-size: 1.6em !important;
}
.blog .post h3 {
    font-size: 1.4em !important;
}

.blog-quote {
    padding: 0 30px 30px 0;
    word-break: break-word;
}
.right {
    padding: 0 0 30px 30px;
    text-align: right;
}
.blog-quote .speaker {
    color: #3da0e3;
    text-transform: uppercase;
    font-weight: 900;
}
.blog-quote .title {
    padding: 0 !important;
}


.onboarding-tile {
    min-height: 500px;
}
.onboarding-text {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
}
.onboarding-image  {
    width: 100%;
    padding-top: 6px;
}

@media screen and (max-width: 979px) {
    .onboarding-tile {
        min-height: 300px;
    }
    .onboarding-text {
    }
}


.pricing-table-mobile {

}
.pricing-table-mobile .header {
    background-color: #4c4c4c;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}
.pricing-table-mobile .feature {
    font-size: 12px;
    text-align: center;
}
.pricing-table-mobile .feature .title{
    font-size: 12px;
    text-align: left;
    word-break: break-all;

}


.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition:    -moz-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}



.reporting-header-image {
    margin-top: -400px;
    width: 90%;
    max-width: 1250px;
}

@media screen and (max-width: 930px) {
    .reporting-header-image {
        margin-top: 60px;
    }
}


/* SHOP 2019 */
.of-table {
    width: auto;
}
.of-table td{
    text-align: right;
    border: 0  !important;
    padding: 2px;

}

.of-options-table td {
    border-bottom: 1px solid #d2d2d2 !important;
}

.service-tile {
}
.service-tile .content{
    color: #1f2124;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    background-color: #f5f6f7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 30px 20px 10px 20px;

}

.service-tile i {
    color: #2d9bd1;
}
.service-tile h3 {
    color: #1f2124;
}
.service-tile p {
    color: #606770;
}
.service-tile .content:hover{
    background-color: #e6f2ff;

}


.blog-search-bar {

}

@media (max-width: 480px) {
    .advert-topbar{
        top: 58px;
    }

}

@media (min-width: 481px) {
    .advert-topbar{
        top: 62px;
    }

}

@media (min-width: 1090px) {
    .advert-topbar{
        top: 74px;
    }

}

@media (min-width: 2200px) {
    .advert-topbar{
        top: 84px;
    }

}



@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/* ***/
@media (min-width: 991px) {
    .routes-advert-header {
        padding-left: 80px;
        padding-top: 100px;
    }

}


.text-yellow {
    color: #f7e36d !important;
}
