/*!==============================
 * Theme Name: klinkpos
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?1z9v6x);
    src: url(../fonts/icomoon/icomoon.eot?1z9v6x#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?1z9v6x) format("truetype"), url(../fonts/icomoon/icomoon.woff?1z9v6x) format("woff"), url(../fonts/icomoon/icomoon.svg?1z9v6x#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    overflow-x: hidden
}

body {
    background: #efefef;
    color: #000000;
    line-height: 28px;
    font-size: 16px;
    font-family: Poppins, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181920;
    line-height: 1.5
}

.probootstrap-navbar .dropdown-submenu>a:before,
.probootstrap-navbar .dropdown>a:before {
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -10px;
    margin-top: -11px;
    content: "\e924";
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
    -webkit-transition: .3s all;
    transition: .3s all
}

.probootstrap-navbar .dropdown>a:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.probootstrap-navbar .dropdown.open>a,
.probootstrap-navbar .dropdown:active>a,
.probootstrap-navbar .dropdown:focus>a,
.probootstrap-navbar .dropdown:hover>a {
    border-top: 2px solid #0080f6;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .navbar-brand,
    .probootstrap-navbar .navbar-nav>li>a,
    .probootstrap-navbar .parent-nav-link-padding {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .probootstrap-navbar .dropdown.open>a,
    .probootstrap-navbar .dropdown:active>a,
    .probootstrap-navbar .dropdown:focus>a,
    .probootstrap-navbar .dropdown:hover>a {
        border-top: 2px solid transparent
    }
}

.probootstrap-navbar .dropdown.open>a:before,
.probootstrap-navbar .dropdown:active>a:before,
.probootstrap-navbar .dropdown:focus>a:before,
.probootstrap-navbar .dropdown:hover>a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.probootstrap-navbar .dropdown>.dropdown-menu>li a {
    padding: 10px;
    color:#001a32!important;
    border-radius: 8px 8px 8px 8px;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li a:hover {
    border-top: none;
    color: #FFFFFF;
    background-color: #0080f6;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.open>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:active>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:focus>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:hover>a {
    background: #0080f6 !important;
    border-top: none;
    color: #FFFFFF !important;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu.open>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:active>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:focus>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:hover>a {
    border-top: none
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu.open>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:active>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:focus>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:hover>a:before {
    color: #000!important
}

.probootstrap-navbar .navbar-right .dropdown-menu {
    right: auto
}

.probootstrap-navbar .dropdown-menu {
    border: none;
    background: #fff!important;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0 0 7px 0 rgba(173, 172, 172, 0.15);
    box-shadow: 0 0 7px 0 rgba(173, 172, 172, 0.15);
    min-width: 200px;
    white-space: normal!important;
    word-wrap: break-word!important;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

.probootstrap-navbar .dropdown-menu a {
    white-space: normal
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .dropdown-menu {
        width: 100%;
        padding: 10px 15px
    }
    .probootstrap-navbar .dropdown-menu a {
        color: #fff!important
    }
}

/* .probootstrap-navbar .navbar-brand {
    font-size: 30px;
    text-transform: uppercase;
    background: url(../img/logo.png) left center no-repeat;
    top: 14px;
    position: relative;
    width: 121px;
    height: 43px;
    text-indent: -999999px
} */

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    /* .probootstrap-navbar .navbar-brand {
        position: relative;
        top: 5px;
        width: 121px;
        height: 43px;
        background: url(../img/logo@2x.png) left center no-repeat;
        background-size: cover
    } */
    .probootstrap-navbar .navbar-dealer {
        display: block!important;
        position: relative;
        top: 5px;
        width: 140px;
        height: 37px;
        float: right
    }
    .probootstrap-navbar .request-button {
        display: block!important
    }
}

.probootstrap-navbar .navbar-nav .dropdown li.active>a {
    color: #fff!important;
    background: 0 0!important
}

.probootstrap-navbar .navbar-nav>li>a {
    color: #181920;
    font-size: 14px;
    position: relative;
    border-top: 2px solid transparent
}

.probootstrap-navbar .navbar-nav>li>img {
    padding: 32px 0
}

.probootstrap-navbar .navbar-dealer,
.probootstrap-navbar .request-button {
    display: none
}

.probootstrap-navbar .sec-nav-header,
.probootstrap-navbar .top-nav-header {
    width: 100%;
    float: left
}

.probootstrap-navbar .request-button {
    margin: 15px 12px;
    text-align: left
}

.probootstrap-navbar .request-button a {
    margin: 0 auto;
    background: #0080f6;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border-top: 2px solid transparent
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .navbar-brand {
        top: 5px
    }
    .probootstrap-navbar .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px
    }
    .probootstrap-navbar .navbar-nav>li>img {
        display: none
    }
    .probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
        display: none
    }
}

.probootstrap-navbar .navbar-nav>li>a:active,
.probootstrap-navbar .navbar-nav>li>a:focus,
.probootstrap-navbar .navbar-nav>li>a:hover {
    border-top: 2px solid #0080f6
}

@media screen and (max-width:480px) {
    .probootstrap-navbar .navbar-nav>li>a:active,
    .probootstrap-navbar .navbar-nav>li>a:focus,
    .probootstrap-navbar .navbar-nav>li>a:hover {
        border-top: 2px solid transparent
    }
    .probootstrap-navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
}

.probootstrap-navbar .navbar-nav>li.open>a {
    border-top: 2px solid transparent
}

.probootstrap-navbar .navbar-nav>li.open>a,
.probootstrap-navbar .navbar-nav>li.open>a:focus,
.probootstrap-navbar .navbar-nav>li.open>a:hover {
    background: 0 0
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 30px;
    background: #0080f6;
    color: #fff
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a.btn-ghost {
    background: 0 0;
    color: #0080f6;
    border-top: 1px solid #0080f6!important
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button.last>a {
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
        margin-bottom: 10px;
        margin-top: 0
    }
    .probootstrap-navbar .navbar-nav>li.probootstra-cta-button.last>a {
        margin-left: 15px;
        margin-right: 15px
    }
}

.probootstrap-navbar .navbar-nav>li.active>a {
    background: 0 0!important
}

.probootstrap-navbar .dropdown-submenu {
    position: relative
}

.probootstrap-navbar .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.probootstrap-navbar .dropdown-submenu>a {
    display: block
}

.probootstrap-navbar .dropdown-submenu>a:before {
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    margin-top: -11px;
    content: "\e926";
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: .3s all;
    transition: .3s all
}

.probootstrap-navbar .dropdown-submenu>a:hover:before {
    color: rgba(0, 0, 0, .3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.container-fluid .navbar-brand {
    margin-left: 15px!important
}

.container-fluid .dropdown-submenu {
    position: relative
}

.container-fluid .dropdown-submenu .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%!important;
    margin-top: -1px
}

/*#home.probootstrap-hero {
    background-image: url(../img/Slide-img1.jpg);
    display: block;
    height: 660px
}*/

.probootstrap-hero .probootstrap-hero-title {
    padding-top: 50px;
    padding-bottom: 100px !important;
}

.probootstrap-hero-bg-support {
    background-image: url(../img/klink-support.jpg);
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative
}

.probootstrap-hero-bg-support .probootstrap-section-content {
    padding: 100px 0 100px!important
}

.probootstrap-hero-bg-support .probootstrap-section-content h2 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 20px
}

.probootstrap-hero-bg-support .probootstrap-section-content p {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 20px
}

.support-service {
    padding: 18px 25px;
    background: #fff
}

.support-service .text-title h2 {
    font-weight: 500;
    font-size: 25px;
    margin: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px
}

.item-caption {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    font-size: 20px;
    left: 0;
    padding: 15px 30px;
    right: 0;
    position: absolute;
    display: block;
    color: #fff;
    text-align: center
}

@media screen and (max-width:768px) {
    #home.probootstrap-hero {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 370px
    }
    .probootstrap-hero .probootstrap-hero-text {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
    padding-top: 150px;
    padding-bottom: 150px
}

@media screen and (max-width:768px) {
    .probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
    padding-top: 30px;
    padding-bottom: 30px
}

#home.probootstrap-hero .probootstrap-hero-text {
    text-align: right
}

@media screen and (max-width:768px) {
    .probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .probootstrap-hero h1 {
        font-size: 30px;
        line-height: 1.5
    }
    #home.probootstrap-hero .probootstrap-hero-text {
        padding-top: 130px
    }
    #home.probootstrap-hero h1 {
        font-size: 30px!important;
        line-height: 40px!important
    }
    #home.probootstrap-hero .btn {
        width: 150px!important;
        padding: 5px 10px!important;
        font-size: 13px!important
    }
}

@media screen and (max-width:480px) {
    .container-fluid .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
    .probootstrap-hero h1 {
        font-size: 20px!important;
        line-height: 30px!important
    }
    #home.probootstrap-hero .probootstrap-hero-text {
        padding-top: 20px
    }
    #home.probootstrap-hero h1 {
        font-size: 20px!important;
        line-height: 25px!important
    }
    #home.probootstrap-hero .btn {
        width: 150px!important;
        padding: 5px 10px!important;
        font-size: 13px!important
    }
}

#home.probootstrap-hero h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 50px
}

.probootstrap-hero h1 {
    text-transform: uppercase;
    font-size: 52px;
    color: #001a32;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 64px
}

.probootstrap-hero p {
    font-size: 16px;
    color: #000000;
}

.probootstrap-hero p:last-child {
    margin-bottom: 0
}

.probootstrap-hero .btn {
    position: relative;
    font-size: 18px;
    width: 200px
}

@media screen and (max-width:480px) {
    #home.probootstrap-hero {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 175px
    }
    .probootstrap-hero .btn {
        width: 100%;
        margin-bottom: 10px
    }
    .probootstrap-hero-bg-support {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 140px
    }
    .probootstrap-hero-bg-support .probootstrap-section-content {
        padding: 10px 20px!important
    }
    .probootstrap-hero-bg-support .probootstrap-section-content h2 {
        font-size: 15px;
        padding-bottom: 0;
        letter-spacing: 2px
    }
    .probootstrap-hero-bg-support .probootstrap-section-content p {
        font-size: 10px;
        padding-bottom: 0;
        letter-spacing: 2px
    }
    .support-service {
        margin: 20px
    }
    .support-service .text-title h2 {
        font-size: 18px
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 5px
    }
    .item-caption {
        font-size: 10px;
        padding: 6px 30px;
        line-height: 15px
    }
}

.probootstrap-hero .btn.btn-primary {
    text-transform: uppercase;
    padding: 15px 20px
}

.probootstrap-hero.probootstrap-hero-colored {
    background: #0080f6
}

.probootstrap-hero.probootstrap-hero-colored h1 {
    color: #fff
}

.probootstrap-hero.probootstrap-hero-colored p {
    color: rgba(255, 255, 255, .8)
}

.probootstrap-feature-showcase {
    margin-top: 0;
    position: relative
}

.probootstrap-home-showcase-wrap {
    width: 100%
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    z-index: 1;
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative
}

@media screen and (max-width:768px) {
    .probootstrap-feature-showcase {
        margin-top: 0
    }
    .probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner {
        height: 100%
    }
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome {
    background: #dddde0;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    position: relative
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome>div {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome>div>span {
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    margin-right: 4px;
    background: #898991;
    border-radius: 50%
}

@media screen and (max-width:768px) {
    .probootstrap-home-showcase-wrap .probootstrap-image-showcase {
        height: 400px
    }
}

@media screen and (max-width:480px) {
    .probootstrap-home-showcase-wrap .probootstrap-image-showcase {
        height: 200px
    }
    .probootstrap-cta h2 {
        text-align: center
    }
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul {
    padding: 0;
    margin: 0;
    position: relative
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li img {
    max-width: 100%
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li.active {
    opacity: 1;
    visibility: visible
}

.probootstrap-showcase-nav {
    margin-top: 0
}

.probootstrap-showcase-nav ul {
    padding: 0;
    margin: 0
}

.probootstrap-showcase-nav ul li {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    list-style: none
}

.probootstrap-showcase-nav ul li>a {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.probootstrap-showcase-nav ul li p {
    display: none
}

.probootstrap-showcase-nav ul li.active {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08)
}

.probootstrap-showcase-nav ul li.active>a {
    color: #0080f6;
    padding-left: 0;
    display: block
}

.probootstrap-showcase-nav ul li.active p {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0
}

.btn {
    border: none;
    border-radius: 2px;
    text-transform: uppercase
}

.btn:active {
    -webkit-transition: .2s all;
    transition: .2s all;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-lg {
    font-size: 17px;
    line-height: 1.5
}

.btn.btn-primary {
    border: 1px solid #0080f6;
    background: #0080f6;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    margin: 5px
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #0080f6
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    outline: 0;
    border: 1px solid #0080f6
}

.btn.btn-ghost {
    background: 0 0 !important;
    border: 1px solid #0080f6 !important;
    color: #0080f6 !important;
}

.btn.btn-primary.btn-white-ghost {
    border: 1px solid #ffffff !important;
    background:  0 0 !important;
    color: #fff !important;
}

.btn.btn-ghost:hover {
    background: #0080f6;
    color: #fff
}

.btn.btn-ghost:active,
.btn.btn-ghost:focus {
    outline: 0;
    background: 0 0;
    color: #0080f6;
    border: 1px solid #0080f6
}

.probootstrap-section.probootstrap-border-top {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.probootstrap-section>.container.probootstrap-border-top {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.probootstrap-section.probootstrap-bg-white {
    background: #fff
}

.probootstrap-section.probootstrap-bg-blue {
    background: #0080f6;
    color:#fff !important;
}
.probootstrap-section.probootstrap-bg-blue h2 { color:#fff !important; }

.probootstrap-zindex-above-showcase {
    position: relative;
    z-index: 4;
    background: #eff7fe;
}

.section-heading h2 {
    font-size: 35px
}

@media screen and (max-width:768px) {
    .probootstrap-section {
        padding: 0
    }
    .section-heading h2 {
        font-size: 20px
    }
    .section-heading p {
        font-size: 14px;
        line-height: 23px
    }
}

.lead {
    font-size: 18px;
    line-height: 32px
}

.probootstrap-cta {
    padding: 2em 0;
    background: #0080f6;
    color: #fff
}

.probootstrap-cta h2 {
    margin: 0 0 0;
    padding: 0;
    color: #fff;
    float: left;
    line-height: 1.5
}

@media screen and (max-width:768px) {
    .probootstrap-cta h2 {
        float: none;
        width: 100%;
        margin: 0 0 30px
    }
}

.probootstrap-cta .btn {
    float: right;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .probootstrap-cta .btn {
        float: none;
        width: 100%;
        margin-top: 0
    }
}

.modal .probootstrap-modal-flex .probootstrap-remember,
.service {
    float: left
}

.probootstrap-cta .btn.btn-ghost {
    width: 200px;
    border: 1px solid #fff;
    color: #fff
}

.col-blue-1 { background: #7884f0; min-height: 450px; padding: 30px;}
.col-blue-2 { background: #6b79ef; min-height: 450px; padding: 30px;}
.col-blue-3 { background: #6472ef; min-height: 450px; padding: 30px;}
.col-blue-4 { background: #5d6cef; min-height: 450px; padding: 30px;}

.probootstrap-step-feature, .probootstrap-step-feature h3 { color:#fff; }
.probootstrap-step-feature .number {
    font-size: 140px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    margin: 0;
    z-index: 2;
    line-height: 1em;
}

@media screen and (max-width:480px) {
    .probootstrap-cta .btn.btn-ghost {
        width: 100%
    }
}

.probootstrap-cta .btn.btn-ghost:hover {
    background: #fff;
    color: #0080f6
}

.probootstrap-footer {
    padding: 3em 0 0;
    background: #303841;
    color: rgba(255, 255, 255, .82)
}

.probootstrap-footer a {
    color: rgba(255, 255, 255, .82)
}

.probootstrap-footer a:hover {
    color: #fff
}

.probootstrap-footer .copyright {
    margin-top: 50px
}

@media screen and (max-width:768px) {
    .probootstrap-footer {
        padding: 3em 0
    }
    .probootstrap-footer .copyright {
        margin-top: 0
    }
}

.probootstrap-footer .copyright p {
    line-height: 20px
}

.probootstrap-footer .copyright p .icon {
    position: relative;
    top: 2px
}

.probootstrap-footer .probootstrap-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.probootstrap-footer .probootstrap-footer-widget h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px
}

.probootstrap-footer .probootstrap-footer-widget ul {
    margin: 0;
    padding: 0
}

.probootstrap-footer .probootstrap-footer-widget ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.service {
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 20px 10px 20px;
    border-radius: 20px 20px 20px 20px;
    min-height: 360px;
}
.probootstrap-gutter40 .service {
    min-height: 320px !important;
}

.service .icon {
    background: #0080f6;
    border-radius: 65px;
    width: 110px;
    height: 110px;
    margin: 0px auto;
}

.service .icon i {
    font-size: 55px;
    color: #fff;
    line-height: 2
}

.probootstrap-gutter40 .service .icon{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.probootstrap-gutter40 .service h3 { 
    padding-top: 0;
    margin-top: 0;
}

.probootstrap-gutter40 .service .icon i {
    font-size: 15px;
    line-height: 1
}

.service h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.service p {
    font-size: 15px
}

.service.left-icon {
    margin-bottom: 20px!important
}

.service.left-icon .icon,
.service.left-icon .text {
    display: table-cell;
    vertical-align: top
}

.service.left-icon .icon {
    width: 80px;
    position: relative;
    top: 20px
}

.service.left-icon .icon i {
    font-size: 50px
}

.service.left-icon .text {
    display: table-cell
}

.service.left-icon h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.service.left-icon p {
    font-size: 14px
}

.service.left-icon p:last-child {
    margin-bottom: 0
}

.probootstrap-form {
    margin-bottom: 50px
}

.probootstrap-form label {
    font-weight: 400
}

.probootstrap-form .form-control {
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.probootstrap-form .form-control:active,
.probootstrap-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0080f6
}

.probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical
}

.probootstrap-animate {
    opacity: 0;
    visibility: hidden
}

.modal .modal-content {
    border-radius: 0;
    border: none;
    position: relative;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
}

.modal .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 26px
}

.modal .probootstrap-modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal .probootstrap-modal-flex .probootstrap-modal-figure {
    width: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.modal .probootstrap-modal-flex .probootstrap-modal-content {
    width: 100%;
    padding: 20px 40px;
    position: relative
}

.modal .probootstrap-modal-flex .probootstrap-modal-content .probootstrap-form {
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .modal .modal-content .close {
        top: 20px;
        right: 20px
    }
    .modal .probootstrap-modal-flex .probootstrap-modal-figure {
        height: 200px
    }
    .modal .probootstrap-modal-flex .probootstrap-modal-content {
        padding-left: 15px;
        padding-right: 15px
    }
    .modal .probootstrap-modal-flex .probootstrap-modal-content,
    .modal .probootstrap-modal-flex .probootstrap-modal-figure {
        width: 100%
    }
    .modal .probootstrap-modal-flex .btn {
        margin-bottom: 10px
    }
}

.modal .probootstrap-modal-flex .form-control {
    height: 40px
}

.modal .probootstrap-modal-flex .probootstrap-forgot {
    float: right
}

.modal .probootstrap-modal-flex .form-group {
    position: relative;
    margin-bottom: 8px
}

.modal .probootstrap-modal-flex .probootstrap-or {
    padding: 10px 0;
    text-align: center;
    display: block;
    font-size: 11px;
    text-transform: uppercase
}

.modal .probootstrap-modal-flex .probootstrap-or>span {
    display: block
}

.modal .probootstrap-modal-flex .probootstrap-or>span:before {
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    background: #ccc;
    width: 100%;
    content: "";
    position: absolute
}

.modal .probootstrap-modal-flex .probootstrap-or em {
    color: #ccc;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 4px;
    font-style: normal
}

.modal .probootstrap-modal-flex .btn-connect-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.modal .probootstrap-modal-flex .btn-connect-twitter {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.modal .probootstrap-modal-flex .btn-connect-google {
    background: #ea4335;
    border-color: #ea4335;
    color: #fff
}

.modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.modal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none
}

.modal .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all
}

.probootstrap-contact-info {
    padding: 0;
    margin: 0 0 30px
}

.probootstrap-contact-info li {
    padding: 0;
    margin: 20px 0 15px;
    list-style: none;
    line-height: 24px
}

.probootstrap-contact-info li>i,
.probootstrap-contact-info li>span {
    vertical-align: top;
    display: table-cell
}

.probootstrap-contact-info li>i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 30px
}

.probootstrap-team {
    margin-bottom: 30px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 6px
}

.probootstrap-team img {
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(.57, .21, .69, 1.25);
    transition-timing-function: cubic-bezier(.57, .21, .69, 1.25)
}

.probootstrap-team .probootstrap-team-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(.57, .21, .69, 1.25);
    transition-timing-function: cubic-bezier(.57, .21, .69, 1.25);
    text-align: center;
    margin-top: 20px;
    z-index: 3;
    display: block
}

.probootstrap-team .probootstrap-team-info h3 {
    color: #fff
}

.probootstrap-team .probootstrap-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .4)
}

@media screen and (max-width:480px) {
    .modal .probootstrap-modal-flex .probootstrap-forgot {
        float: left
    }
    .probootstrap-team {
        overflow: visible
    }
    .probootstrap-team img {
        max-width: 100%
    }
    .probootstrap-team .probootstrap-team-info {
        position: relative;
        top: inherit!important;
        margin-top: 0!important;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .probootstrap-team .probootstrap-team-info h3 {
        color: rgba(0, 0, 0, .7)
    }
    .probootstrap-team .probootstrap-team-info h3 .position {
        display: block;
        font-size: 14px;
        color: rgba(0, 0, 0, .4)
    }
    .probootstrap-team:focus:before,
    .probootstrap-team:hover:before {
        display: none
    }
}

.probootstrap-team:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 1;
    border-radius: 5px
}

.probootstrap-team:focus img,
.probootstrap-team:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.probootstrap-team:focus:before,
.probootstrap-team:hover:before {
    visibility: visible;
    opacity: 1
}

.probootstrap-team:focus .probootstrap-team-info,
.probootstrap-team:hover .probootstrap-team-info {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.probootstrap-flex-section {
    padding: 4em 0
}

.probootstrap-flex-section {
    padding-top: 0!important
}

.probootstrap-flex-section.probootstrap-bg-white {
    background: #fff
}

.probootstrap-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.probootstrap-flex .probootstrap-flex-item {
    width: 25%;
    padding: 40px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(.57, .21, .69, 1.25);
    transition-timing-function: cubic-bezier(.57, .21, .69, 1.25);
    z-index: 1;
    position: relative;
    border-radius: 4px
}

@media screen and (max-width:768px) {
    .probootstrap-flex .probootstrap-flex-item {
        padding: 30px;
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .probootstrap-flex .probootstrap-flex-item {
        padding: 20px;
        margin-bottom: 20px;
        width: 100%
    }
}

.probootstrap-flex .probootstrap-flex-item .service,
.probootstrap-flex .probootstrap-flex-item p:last-child {
    margin-bottom: 0
}

.probootstrap-flex .probootstrap-flex-item.active,
.probootstrap-flex .probootstrap-flex-item:focus,
.probootstrap-flex .probootstrap-flex-item:hover {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    z-index: 2;
    background: #fff
}

.proboostrap-clients .client-logo {
    margin-bottom: 30px
}

.probootstrap-pricing-wrap {
    position: relative
}

.probootstrap-pricing {
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    z-index: 2;
    margin-top: -200px
}

@media screen and (max-width:992px) {
    .probootstrap-pricing {
        margin-top: 0!important;
        margin-bottom: 30px
    }
}

.probootstrap-pricing.popular {
    z-index: 10;
    margin-top: -215px;
    padding-top: 40px
}

@media screen and (max-width:992px) {
    .probootstrap-pricing.popular {
        margin-top: 0!important
    }
}

.probootstrap-pricing h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 10px
}

.probootstrap-pricing h3>span {
    margin-top: 10px;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    color: #0080f6;
    font-size: 14px
}

.probootstrap-pricing .probootstrap-price-wrap {
    margin: 20px 0
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price {
    font-size: 30px;
    color: #0080f6;
    font-weight: 100;
    display: block;
    margin-bottom: 10px
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price-per-month {
    font-size: 13px
}

.probootstrap-pricing ul {
    padding: 0 30px;
    margin: 0 0 50px
}

@media screen and (max-width:480px) {
    .probootstrap-pricing ul {
        padding: 0 10px
    }
}

.probootstrap-pricing ul li {
    padding: 0;
    margin: 0 0 8px;
    line-height: 24px;
    list-style: none
}

.probootstrap-testimony-wrap {
    border-radius: 4px;
    padding: 20px
}

.probootstrap-testimony-wrap figure {
    margin-bottom: 20px
}

.probootstrap-testimony-wrap figure img {
    height: 80px;
    border-radius: 50%
}

.probootstrap-testimony-wrap blockquote {
    border-left: none;
    padding: 0;
    margin-bottom: 0;
    color: #000
}

.probootstrap-testimony-wrap blockquote cite {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .3)
}

.probootstrap-testimony-wrap blockquote cite span {
    font-style: normal;
    color: #000;
    font-weight: 700
}

.owl-carousel {
    margin-bottom: 10px
}

.owl-carousel.owl-carousel-home {
    margin-bottom: 30px
}

.owl-carousel.border-rounded .item {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: .2s all;
    transition: .2s all
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width:768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none
    }
    .img-sm-responsive {
        max-width: 100%
    }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0!important
}

.owl-theme .owl-controls .owl-nav [class*=owl-] i {
    font-size: 24px;
    background: #0080f6!important;
    padding: 12px;
    -webkit-transition: .5s all;
    transition: .5s all
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
    background: #0080f6!important
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em
}

.owl-carousel-fullwidth.owl-carousel-home .owl-dots {
    bottom: -30px;
    margin-bottom: 0!important;
    background: #fff
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: .2s all;
    transition: .2s all;
    border: 2px solid transparent
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: 0 0;
    border: 2px solid rgba(0, 0, 0, .2)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0;
    border: 2px solid #000
}

.probootstrap-footer-social {
    padding: 0;
    margin: 0
}

.probootstrap-footer-social li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
	float: left;
}

.probootstrap-footer-social li a {
    padding: 10px;
    font-size: 22px
}

.probootstrap-footer-social li:first-child>a {
    padding-left: 0
}

.probootstrap-gutter0>div[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:480px) {
    .probootstrap-gutter0>div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.probootstrap-gutter40>div[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

@media screen and (max-width:480px) {
    .probootstrap-gutter40>div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.probootstrap-gutter60>div[class*=col-] {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .probootstrap-gutter60>div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.mb0 {
    margin-bottom: 0
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.mt0 {
    margin-top: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.pb0 {
    padding-bottom: 0!important
}

.ps0 {
    padding: 0!important
}

@media screen and (max-width:768px) {
    .img-xs-responsive {
        max-width: 100%
    }
}

.features .icon {
    background: #0080f6;
    border-radius: 50px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 4px;
    margin-right: 10px
}

.features .icon i {
    color: #fff;
    font-size: 16px
}

.error-msg,
.info-msg,
.success-msg,
.warning-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px
}

.info-msg {
    color: #059;
    background-color: #bef;
    border-color: #059
}

.success-msg {
    color: #270;
    background-color: #dff2bf;
    border-color: #270
}

.warning-msg {
    color: #9f6000;
    background-color: #feefb3;
    border-color: #9f6000
}

.error-msg {
    color: #d8000c;
    background-color: #ffbaba;
    border-color: #d8000c
}

.probootstrap-cta {
    background: #0080f6
}

.partner-logos {
    background: #fff;
    margin: 30px 0;
    padding: 15px;
    border-radius: 10px
}

.partner-logos:hover {
    background: #efefef
}

.support-section-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.section-color-mask {
    background-color: #0a0a0a;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table td.column-2,
.table td.column-4 {
    background-color: #666!important;
    color: #fff!important
}

.probootstrap-form select.form-control {
    height: 40px
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0 3px 30px
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0 3px 30px
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #0080f6;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 14px;
}
blockquote:before {
  color: #0080f6;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.prod-info-main {
    border: 1px solid #CEEFFF;
    margin-bottom: 20px;
    margin-top: 10px;
    background: #fff;
    padding: 6px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(21,180,255,0.5);
    box-shadow: 0 1px 1px 0 rgba(21,180,255,0.5);
}

.prod-info-main .product-image {
    background-color: #EBF8FE;
    display: block;
    min-height: 238px;
    overflow: hidden;
    position: relative;
    border: 1px solid #CEEFFF;
    padding-top: 40px;
}

.prod-info-main .product-deatil {
    border-bottom: 1px solid #dfe5e9;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-top: 16px;
    position: relative;
    background: #fff
}

.product-content .product-deatil h5 a {
    color: #2f383d;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    padding-left: 0;
    margin-left: 0
}

.prod-info-main .product-deatil h5 a span {
    color: #9aa7af;
    display: block;
    font-size: 13px
}

.prod-info-main .product-deatil span.tag1 {
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 13px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px
}

.prod-info-main .product-deatil span.sale {
    background-color: #21c2f8
}

.prod-info-main .product-deatil span.discount {
    background-color: #71e134
}

.prod-info-main .product-deatil span.hot {
    background-color: #fa9442
}

.prod-info-main .description {
    font-size: 12.5px;
    line-height: 20px;
    padding: 10px 14px 16px 19px;
    background: #fff
}

.prod-info-main .product-info {
    padding: 11px 19px 10px 20px
}

.prod-info-main .product-info a.add-to-cart {
    color: #2f383d;
    font-size: 13px;
    padding-left: 16px
}

.prod-info-main name.a {
    padding: 5px 10px;
    margin-left: 16px
}

.product-info.smart-form .btn {
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: -10px
}

.load-more-btn {
    background-color: #21c2f8;
    border-bottom: 2px solid #037ca5;
    border-radius: 2px;
    border-top: 2px solid #0cf;
    margin-top: 20px;
    padding: 9px 0;
    width: 100%
}

.product-block .product-deatil p.price-container span,
.prod-info-main .product-deatil p.price-container span,
.shipping table tbody tr td p.price-container span,
.shopping-items table tbody tr td p.price-container span {
    color: #21c2f8;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 20px
}

.product-info.smart-form .rating label {
    margin-top:15px;
    
}

.prod-wrap .product-image span.tag2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.prod-wrap .product-image span.tag3 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 60px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.prod-wrap .product-image span.sale {
    background-color: #57889c;
}

.prod-wrap .product-image span.hot {
    background-color: #a90329;
}

.prod-wrap .product-image span.special {
    background-color: #3B6764;
}
.shop-btn {
    position: relative
}

.shop-btn>span {
    background: #a90329;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    font-weight: 700;
    border-radius: 50%;
    padding: 2px 4px 3px!important;
    text-align: center;
    line-height: normal;
    width: 19px;
    top: -7px;
    left: -7px
}

.product-deatil hr {
    padding: 0 0 5px!important
}

.product-deatil .glyphicon {
    color: #3276b1
}

.product-deatil .product-image {
    border-right: 0px solid #fff !important
}

.product-deatil .name {
    margin-top: 0;
    margin-bottom: 0
}

.product-deatil .name small {
    display: block
}

.product-deatil .name a {
    margin-left: 0
}

.product-deatil .price-container {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    
}

.product-deatil .price-container small {
    font-size: 12px;
    
}

.product-deatil .fa-2x {
    font-size: 16px!important
}

.product-deatil .fa-2x>h5 {
    font-size: 12px;
    margin: 0
}

.product-deatil .fa-2x+a,
.product-deatil .fa-2x+a+a {
    font-size: 13px
}

.product-deatil .certified {
    margin-top: 10px
}

.product-deatil .certified ul {
    padding-left: 0
}

.product-deatil .certified ul li:not(first-child) {
    margin-left: -3px
}

.product-deatil .certified ul li {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 13px 19px
}

.product-deatil .certified ul li:first-child {
    border-right: none
}

.product-deatil .certified ul li a {
    text-align: left;
    font-size: 12px;
    color: #6d7a83;
    line-height: 16px;
    text-decoration: none
}

.product-deatil .certified ul li a span {
    display: block;
    color: #21c2f8;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.product-deatil .message-text {
    width: calc(100% - 70px)
}

@media only screen and (min-width:1024px) {
    .prod-info-main div[class*=col-md-4] {
        padding-right: 0
    }
    .prod-info-main div[class*=col-md-8] {
        padding: 0 13px 0 0
    }
    .prod-wrap div[class*=col-md-5] {
        padding-right: 0
    }
    .prod-wrap div[class*=col-md-7] {
        padding: 0 13px 0 0
    }
    .prod-info-main .product-image {
        border-right: 1px solid #dfe5e9
    }
    .prod-info-main .product-info {
        position: relative
    }
}

.support-content ul.support-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.support-content ul.support-list li {
    padding-left: 0px;
    padding-top: 3px;
    margin-bottom: 25px;
}
.support-content ul.support-list h4, .support-content ul.support-list p {
    margin: 0;
}

.video-screen {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

.video-element{
	box-sizing: border-box;
    background: url(img/screen-frame.png) center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.probootstrap-video-container {
	overflow: hidden;
	width: 100%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
	/* No clicking/hover effects */
	pointer-events: none;
	
	iframe {
		/* Extend it beyond the viewport... */
		width: 300%;
		height: 100%;
		/* ...and bring it back again */
		margin-left: -100%;
	}
}


.probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-nav > li > a {
	margin-left: 15px;
    margin-right: 15px;
	padding-top: 39px;
}

.probootstrap-navbar .navbar-brand {
    margin-left: 15px;
    margin-right: 15px;
	padding-top: 15px;
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
	padding : 10px 10px;
}

#toggle {
  position: relative;
  float: right;
  width: 28px;
  height: 30px;
  margin: 20px 20px 0px 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  float: right;
  z-index: 9;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: left;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s; 
  right: 36px;
  top: 90px;  
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  text-decoration: none;
  transition: all .2s;
}
#menu .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #111;
  top: 0;
  width: 180px;
}

#menu li:hover ul.submenu {
  display: block;
}
