#main-wrapper {
    overflow: hidden;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #515153;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html {
    position: relative;
    min-height: 100%;
}

p,
li,
li a,
label {
    color: #515153;
    font-family: 'Roboto', sans-serif;
}
p{
    font-size:16px;
    line-height:20px;
    margin-bottom:15px;
    font-weight:normal;
}
a, .btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus {
    text-decoration: none !important;
}
a:focus, a:hover {
    color: #244f93;
    text-decoration: none !important;
}
a, button, input {
    outline: medium none !important;
    color: #244f93;
}
.uppercase {
    text-transform: uppercase;
}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


h1 { font-size: 36px; font-style: normal; font-weight: 700; line-height: 40px; }
h2 { font-size: 32px; font-style: normal; font-weight: 600; line-height: 38px; }
h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 32px; }
h4 { font-size: 22px; font-style: normal; font-weight: 500; line-height: 26px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 18px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; }
.fw-1 { font-weight: 100; }
.fw-2 { font-weight: 200; }
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }
.fw-8 { font-weight: 800; }
.fw-9 { font-weight: 900; }
.l-height-24 { line-height: 24px; }
.l-height-26 { line-height: 26px; }
.l-height-28 { line-height: 28px; }
.l-height-30 { line-height: 30px; }
.l-height-32 { line-height: 32px; }
.l-height-34 { line-height: 34px; }
.l-height-36 { line-height: 36px; }
.l-height-38 { line-height: 38px; }
.l-height-40 { line-height: 40px; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom:1px solid #e9e9e9; border-top: 0px; } 
hr.light { margin: 0; padding: 0px; border-bottom:1px solid rgba(255,255,255,0.1); border-top: 0px; } 




.clear {
    clear: both;
}
.dropdown-item {
    padding: 8px 1rem;
    color: #515153;
}

.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


.pre-scroll {
    position: relative;
}



@media (min-width: 1024px) {
    .page-wrapper {
        padding-top: 142px;
    }
    .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0px;
    }
    .navbar-nav>.dropdown .dropdown-menu {
        min-width: 210px;
        margin-top: 0px;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

@media (max-width: 1023px) {
    .d-flex {
        display: block !important;
    }
    .d-flex.no-block {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .po-absolute {
        position: relative;
    }
    .topbar {
        background: #0a99e7;
        position: relative;
    }
    .topbar.animated {
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
    }


}


@-webkit-keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
}

@keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
}


.pm0 {
    margin:0px;
    padding:0px;
}



/*************************
        back to top
*************************/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition:all .5s ease-in-out;
    position:fixed;
    bottom:60px;
    right:0px;
    z-index: 999;
    font-size: 14px;
    background: #515153;
    width:45px;
    height:40px;
    line-height:40px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#back-to-top i {
    padding-top: 20px;
    font-size: 20px;
}
#back-to-top .top:hover{
    background: #212121 !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}


.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
.content-xs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-xlg {
    padding-top: 150px;
    padding-bottom: 150px;
}



.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden !important}
.clear-both { clear: both;}
.dp-none { display: none;}
.dp-block { display: block;}
.dp-table { display: table;}
.dp-inline-block { display: inline-block;}
.dp-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.no-padding {
    padding: 0px;
}
.no-margin {
    padding: 0px;
}
.no-border {
    border: none;
}


.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.animate-100 {
    -webkit-transition: .1s;
    transition: .1s;
}

.animate-200 {
    -webkit-transition: .2s;
    transition: .2s;
}

.animate-300 {
    -webkit-transition: .3s;
    transition: .3s;
}

.animate-400 {
    -webkit-transition: .4s;
    transition: .4s;
}

.animate-500 {
    -webkit-transition: .5s;
    transition: .5s;
}

.animate-600 {
    -webkit-transition: .6s;
    transition: .6s;
}

.animate-700 {
    -webkit-transition: .7s;
    transition: .7s;
}

.animate-800 {
    -webkit-transition: .8s;
    transition: .8s;
}

.animate-900 {
    -webkit-transition: .9s;
    transition: .9s;
}

.animate-1000 {
    -webkit-transition: 1s;
    transition: 1s;
}

.wrapper {
    height: 100% !important;
    background:#fff;
    position:relative;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter.no-gutter-boxed {
    padding-right: 15px;
    padding-left: 15px;
}

.equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-width {
    width: 100%;
}




.whatsapphome {
    position: fixed;
    /*height:65px;
    width: 65px;*/
    width:220px;
    height:40px;
    background: #25d366;
    border: 0px solid #fff;
    bottom:220px;
    right:-174px;
    z-index:900;
    text-align:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
}


.telefonehome {
    position: fixed !important;
    /*height:65px;
    width: 65px;*/
    width:220px;
    height:40px;
    background: #515153;
    border: 0px solid #fff;
    bottom:170px !important;
    right:-174px;
    z-index:900;
    text-align:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
}

.cotacaohome {
    position: fixed !important;
    /*height:65px;
    width: 65px;*/
    width:220px;
    height:40px;
    background: #1e449c;
    border: 0px solid #fff;
    bottom:120px !important;
    right:-174px;
    z-index:900;
    text-align:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
}



.whatsapphome span {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    position:relative;
    top:-2px;
}

.telefonehome span {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    position:relative;
    top:-2px;
}


.cotacaohome span {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    position:relative;
    top:-2px;
}






.whatsapphome i {
    font-size:24px;
    /*display: block;*/
    text-align:left;
    color:#fff;
    padding: 0px 15px 0px 10px;
    font-weight: normal;
    position:relative;
    top:1px;
}

.telefonehome i {
    font-size:24px;
    /*display: block;*/
    text-align:left;
    color:#fff !important;
    padding: 0px 15px 0px 10px;
    font-weight: normal;
    position:relative;
    top:1px;
}
.cotacaohome i {
    font-size:24px;
    /*display: block;*/
    text-align:left;
    color:#fff;
    padding: 0px 15px 0px 10px;
    font-weight: normal;
    position:relative;
    top:1px;
}


.whatsapphome:hover{
    background: #075e54;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    /*right:-70px;*/
}



.telefonehome:hover{
    background:#212121;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    /*right:-70px;*/
}

.cotacaohome:hover{
    background: #163273;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    /*right:-70px;*/
}






.show-item{
    visibility:visible;
}
.hidden-item{
    visibility:hidden;
    display:none;
}



.show-footer {
    visibility:hidden;
    display:none;
}

#bottom-bar-info{
    background:#231f20;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding:0px;
    height:50px;
    line-height:50px;
    font-weight:bold;
    color:#fff;
    z-index:100 !important
}

#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a{
    line-height:50px;
    font-weight:bold;
    font-size:16px;
    color:#fff;
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4, 
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a {
    line-height:50px;
    font-weight:bold;
    font-size:24px;
    color:#fff;
    width:25%;
    height:50px;
    float:left;
    text-align:center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#bottom-bar-info .col1 a .mdi,
#bottom-bar-info .col2 a .mdi,
#bottom-bar-info .col3 a .mdi,
#bottom-bar-info .col4 a .mdi{
    font-size:28px !important
}

#bottom-bar-info .col1 {
    background:#515153;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#bottom-bar-info .col1:hover {
    background:#212121;
}

#bottom-bar-info .col2 {
    background:#25d366;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#bottom-bar-info .col2:hover {
    background:#075e54;
}


#bottom-bar-info .col3 {
    background:#515153;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#bottom-bar-info .col3:hover {
    background:#212121;
}

#bottom-bar-info .col4 {
    background:#1e449c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#bottom-bar-info .col4:hover {
    background:#163273;
}



/*************************
.theme-margin t.theme-p 
*************************/.theme-mt-0 { margin-top: 0 !important}
.theme-mt-10 { margin-top: 10px }
.theme-mt-15 { margin-top: 15px }
.theme-mt-20 { margin-top: 20px }
.theme-mt-30 { margin-top: 30px }
.theme-mt-35 { margin-top: 35px }
.theme-mt-40 { margin-top: 40px }
.theme-mt-50 { margin-top: 50px }
.theme-mt-60 { margin-top: 60px }
.theme-mt-70 { margin-top: 70px }
.theme-mt-80 { margin-top: 80px }
.theme-mt-90 { margin-top: 90px }
.theme-mt-100 { margin-top: 100px }
.theme-mt-110 { margin-top: 110px }
.theme-mt-120 { margin-top: 120px }
.theme-mt-130 { margin-top: 130px }
.theme-mt-140 { margin-top: 140px }
.theme-mt-150 { margin-top: 150px }
/*************************
        Margin right  
*************************/
.theme-mr-0 { margin-right: 0px }
.theme-mr-10 { margin-right: 10px }
.theme-mr-15 { margin-right: 15px }
.theme-mr-20 { margin-right: 20px }
.theme-mr-30 { margin-right: 30px }
.theme-mr-40 { margin-right: 40px }
.theme-mr-50 { margin-right: 50px }
.theme-mr-60 { margin-right: 60px }
.theme-mr-70 { margin-right: 70px }
.theme-mr-80 { margin-right: 80px }
.theme-mr-90 { margin-right: 90px }
.theme-mr-100 { margin-right: 100px }
.theme-mr-110 { margin-right: 110px }
.theme-mr-120 { margin-right: 120px }
.theme-mr-130 { margin-right: 130px }
.theme-mr-140 { margin-right: 140px }
.theme-mr-150 { margin-right: 150px }
/*************************
        Margin bottom 
*************************/
.theme-mb-0 { margin-bottom: 0 }
.theme-mb-5 { margin-bottom: 5px }
.theme-mb-10 { margin-bottom: 10px }
.theme-mb-15 { margin-bottom: 15px }
.theme-mb-20 { margin-bottom: 20px }
.theme-mb-25 { margin-bottom: 25px }
.theme-mb-30 { margin-bottom: 30px }
.theme-mb-35 { margin-bottom: 35px }
.theme-mb-40 { margin-bottom: 40px }
.theme-mb-50 { margin-bottom: 50px }
.theme-mb-60 { margin-bottom: 60px }
.theme-mb-70 { margin-bottom: 70px }
.theme-mb-80 { margin-bottom: 80px }
.theme-mb-90 { margin-bottom: 90px }
.theme-mb-100 { margin-bottom: 100px }
.theme-mb-110 { margin-bottom: 110px }
.theme-mb-120 { margin-bottom: 120px }
.theme-mb-130 { margin-bottom: 130px }
.theme-mb-140 { margin-bottom: 140px }
.theme-mb-150 { margin-bottom: 150px }
/*************************
        Margin left 
*************************/
.theme-ml-0 { margin-left: 0 }
.theme-ml-10 { margin-left: 10px }
.theme-ml-15 { margin-left: 15px }
.theme-ml-20 { margin-left: 20px }
.theme-ml-30 { margin-left: 30px }
.theme-ml-40 { margin-left: 40px }
.theme-ml-50 { margin-left: 50px }
.theme-ml-60 { margin-left: 60px }
.theme-ml-70 { margin-left: 70px }
.theme-ml-80 { margin-left: 80px }
.theme-ml-90 { margin-left: 90px }
.theme-ml-100 { margin-left: 100px }
.theme-ml-110 { margin-left: 110px }
.theme-ml-120 { margin-left: 120px }
.theme-ml-130 { margin-left: 130px }
.theme-ml-140 { margin-left: 140px }
.theme-ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.theme-pt-0 { padding-top: 0 }
.theme-pt-10 { padding-top: 10px }
.theme-pt-15 { padding-top: 15px }
.theme-pt-20 { padding-top: 20px }
.theme-pt-30 { padding-top: 30px }
.theme-pt-40 { padding-top: 40px }
.theme-pt-50 { padding-top: 50px }
.theme-pt-55 { padding-top: 55px }
.theme-pt-60 { padding-top: 60px }
.theme-pt-70 { padding-top: 70px }
.theme-pt-80 { padding-top: 80px }
.theme-pt-90 { padding-top: 90px }
.theme-pt-100 { padding-top: 100px }
.theme-pt-110 { padding-top: 110px }
.theme-pt-120 { padding-top: 120px }
.theme-pt-130 { padding-top: 130px }
.theme-pt-140 { padding-top: 140px }
.theme-pt-150 { padding-top: 150px }
.theme-pt-160 { padding-top: 160px }
/*************************
        Padding right 
*************************/
.theme-pr-0 { padding-right: 0 }
.theme-pr-10 { padding-right: 10px }
.theme-pr-15 { padding-right: 15px }
.theme-pr-20 { padding-right: 20px }
.theme-pr-30 { padding-right: 30px }
.theme-pr-40 { padding-right: 40px }
.theme-pr-50 { padding-right: 50px }
.theme-pr-60 { padding-right: 60px }
.theme-pr-70 { padding-right: 70px }
.theme-pr-80 { padding-right: 80px }
.theme-pr-90 { padding-right: 90px }
.theme-pr-100 { padding-right: 100px }
.theme-pr-110 { padding-right: 110px }
.theme-pr-120 { padding-right: 120px }
.theme-pr-130 { padding-right: 130px }
.theme-pr-140 { padding-right: 140px }
/*************************
        Padding bottom  
*************************/
.theme-pb-0 { padding-bottom: 0 }
.theme-pb-10 { padding-bottom: 10px }
.theme-pb-15 { padding-bottom: 15px }
.theme-pb-20 { padding-bottom: 20px }
.theme-pb-25 { padding-bottom: 25px }
.theme-pb-30 { padding-bottom: 30px }
.theme-pb-40 { padding-bottom: 40px }
.theme-pb-50 { padding-bottom: 50px }
.theme-pb-55 { padding-bottom: 55px }
.theme-pb-60 { padding-bottom: 60px }
.theme-pb-70 { padding-bottom: 70px }
.theme-pb-80 { padding-bottom: 80px }
.theme-pb-90 { padding-bottom: 90px }
.theme-pb-100 { padding-bottom: 100px }
.theme-pb-110 { padding-bottom: 110px }
.theme-pb-120 { padding-bottom: 120px }
.theme-pb-130 { padding-bottom: 130px }
.theme-pb-140 { padding-bottom: 140px }
.theme-pb-150 { padding-bottom: 150px }
.theme-pb-160 { padding-bottom: 160px }
/*************************
        Padding left 
*************************/
.theme-pl-0 { padding-left: 0 }
.theme-pl-10 { padding-left: 10px }
.theme-pl-15 { padding-left: 15px }
.theme-pl-20 { padding-left: 20px }
.theme-pl-30 { padding-left: 30px }
.theme-pl-40 { padding-left: 40px }
.theme-pl-50 { padding-left: 50px }
.theme-pl-60 { padding-left: 60px }
.theme-pl-70 { padding-left: 70px }
.theme-pl-80 { padding-left: 80px }
.theme-pl-90 { padding-left: 90px }
.theme-pl-100 { padding-left: 100px }
.theme-pl-110 { padding-left: 110px }
.theme-pl-120 { padding-left: 120px }
.theme-pl-130 { padding-left: 130px }
.theme-pl-140 { padding-left: 140px }
.theme-pl-150 { padding-left: 150px }
/***************************
        Page section padding   
****************************/
.theme-plb-0 { padding: 0 }
.theme-plb-10 { padding: 10px 0 }
.theme-plb-20 { padding: 20px 0 }
.theme-plb-30 { padding: 30px 0 }
.theme-plb-40 { padding: 40px 0 }
.theme-plb-50 { padding: 50px 0 }
.theme-plb-60 { padding: 60px 0 }
.theme-plb-70 { padding: 70px 0 }
.theme-plb-80 { padding: 80px 0 }
.theme-plb-90 { padding: 90px 0 }
.theme-plb-100 { padding: 100px 0 }
.theme-plb-110 { padding: 110px 0 }
.theme-plb-120 { padding: 120px 0 }
.theme-plb-130 { padding: 130px 0 }
.theme-plb-140 { padding: 140px 0 }
.theme-plb-150 { padding: 150px 0 }
.theme-plb-160 { padding: 160px 0 }
/***************************
        Page section margin 
****************************/
.theme-mtb-0 { margin: 0 }
.theme-mtb-10 { margin: 10px 0 }
.theme-mtb-15 { margin: 15px 0 }
.theme-mtb-20 { margin: 20px 0 }
.theme-mtb-30 { margin: 30px 0 }
.theme-mtb-35 { margin: 35px 0 }
.theme-mtb-40 { margin: 40px 0 }
.theme-mtb-50 { margin: 50px 0 }
.theme-mtb-60 { margin: 60px 0 }
.theme-mtb-70 { margin: 70px 0 }
.theme-mtb-80 { margin: 80px 0 }
.theme-mtb-90 { margin: 90px 0 }
.theme-mtb-100 { margin: 100px 0 }
.theme-mtb-110 { margin: 110px 0 }
.theme-mtb-120 { margin: 120px 0 }
.theme-mtb-130 { margin: 130px 0 }
.theme-mtb-140 { margin: 140px 0 }
.theme-mtb-150 { margin: 150px 0; }
.theme-mtb-160 { margin: 160px 0; }


.vertical-align-middle {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
}