/* ---------------------------------------------------------------------------
 * VC Accordion
 * --------------------------------------------------------------------------- */

.wpb_accordion_section.group {
    margin: 0 0 1px 0;
    background: #F7F7F7;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default {
    background: #F7F7F7;
    padding:0;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a {
    padding: 5px 24px;
    font-size: 14px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    line-height:32px;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a,
.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a:hover,
.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a {
    color: #444 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a:before {
    content: "\f067"; 
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:32px;
    padding-right:15px;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active {
    background: #F7F7F7;
    border: 0;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a {
    cursor: default;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a:before {
    content: "\f068";
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:32px;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-hover {
    background: #F7F7F7;
}

.wpb_accordion_section.group .wpb_accordion_content {
    border-top:0px;
    padding: 10px 24px 20px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: none !important;
}

/* ---------------------------------------------------------------------------
 * Alert Messages
 * --------------------------------------------------------------------------- */

.alert {
    border-radius: 0;
    border: none;
    font-weight: 600;
}

.alert .close:hover, 
.alert .close:focus {
    background-color: transparent;
}

.alert i{
    position: relative;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

/* ---------------------------------------------------------------------------
 * Button
 * --------------------------------------------------------------------------- */

/* size */
.button.btn-small {
    padding: 8px 30px;
    font-size: 12px;
}

.button.btn-large {
    padding: 14px 45px;
    font-size: 15px;
}

/* icon */
.button.btn-icon .btn-text {
    margin-right: 6px;
}

/* styles */
.button.btn-outline-black {
    border: 2px solid #999;
    color: #666;
    background-color: transparent;
}

.button.btn-outline-black:hover {
    border-color: #333;
    color: #fff;
    background-color: #333;
}

.button.btn-outline-accent {
    border: 2px solid #2eaeb9;
    color: #2eaeb9;
    background-color: transparent;
}

.button.btn-outline-accent:hover {
    border-color: #2eaeb9;
    color: #fff;
    background-color: #2eaeb9;
}

.button.btn-solid-black {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}

.button.btn-solid-black:hover {
    background-color: #2eaeb9;
    border-color: #2eaeb9;
    color: #fff;
}

.button.btn-solid-grey {
    background-color: #eee;
    border: 2px solid #eee;
    color: #666;
}

.button.btn-solid-grey:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.button.btn-solid-accent {
    background-color: #2eaeb9;
    border: 2px solid #2eaeb9;
    color: #fff;
}

.button.btn-solid-accent:hover {
    background-color: transparent;
    border-color: #2eaeb9;
    color: #2eaeb9;
}

.button.btn-solid-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #666;
}

.button.btn-solid-white:hover {
    background-color: transparent;
    border-color: #fff;
}

.button.btn-solid-blue {
    background-color: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
}

.button.btn-solid-blue:hover {
    background-color: #009bd6;
    border-color: #009bd6;
}

.button.btn-solid-red {
    background-color: #ea2f3d;
    border: 2px solid #ea2f3d;
    color: #fff;
}

.button.btn-solid-red:hover {
    background-color: #e81827;
    border-color: #e81827;
}

.button.btn-solid-green {
    background-color: #00b19f;
    border: 2px solid #00b19f;
    color: #fff;
}

.button.btn-solid-green:hover {
    background-color: #009888;
    border-color: #009888
}

.button.btn-solid-orange {
    background-color: #F38250;
    border: 2px solid #F38250;
    color: #fff;
}

.button.btn-solid-orange:hover {
    background-color: #E6703C;
    border-color: #E6703C
}

.button.btn-text-only {
    background-color: transparent;
    border: 2px solid transparent;
    color: #2eaeb9;
    padding: 0;
}

.button.btn-text-only:hover {
    background-color: transparent;
    border-color: transparent;
    color: #2EAEB9;
} 

/* ---------------------------------------------------------------------------
 * Callout
 * --------------------------------------------------------------------------- */

.callout {
    margin: 0;
    padding: 44px 0 36px;
    display: block; 
    text-align: center;
}

.callout .callout-text {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

.callout .callout-button {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 30px;
}

/* ---------------------------------------------------------------------------
 * Counter
 * --------------------------------------------------------------------------- */

.counter {
    text-align: center;
}

.counter .counter-number {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.counter .counter-title {
    font-size: 16px;
    font-weight: 600;
}

/* ---------------------------------------------------------------------------
 * Divider
 * --------------------------------------------------------------------------- */

.divider-holder {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}

.divider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    margin: 40px 0;
}

/* ---------------------------------------------------------------------------
 * Icon with Text
 * --------------------------------------------------------------------------- */

.icon-text {
    position: relative;
    padding: 0 0 0 50px;
}

.icon-text .icontxt-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: auto;
}

.icon-text .icontxt-icon i {
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.icon-text .icontxt-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.icon-text .icontxt-link {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2eaeb9;
}

/* style 2 */
.icon-text.style-2 {
    padding: 0 0 0 90px;
}

.icon-text.style-2 .icontxt-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F5F5F5;
}

.icon-text.style-2 .icontxt-icon i {
    font-size: 22px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

/* style-3 */
.icon-text.style-3 {
    padding: 90px 0 0;
    text-align: center;
}

.icon-text.style-3 .icontxt-icon {
    left: 50%;
    width: 60px;
    margin-left: -30px;
    text-align: center;
}

.icon-text.style-3 .icontxt-icon i {
    font-size: 45px;
    color: #2eaeb9;
}

.icon-text.style-3 .icontxt-title,
.icon-text.style-3 .icontxt-link {
    text-align: center;
}

/* style 4 */
.icon-text.style-4 {
    padding: 110px 0 0;
    text-align: center;
}

.icon-text.style-4 .icontxt-icon {
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    background: #2EAEB9;
}

.icon-text.style-4 .icontxt-icon i {
    font-size: 28px;
    line-height: 80px;
    color: #fff;
}

.icon-text.style-4 .icontxt-title,
.icon-text.style-4 .icontxt-link {
    text-align: center;
}

/* ---------------------------------------------------------------------------
 * Image with Text
 * --------------------------------------------------------------------------- */

.image-text .it-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.image-text .it-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.image-text a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2eaeb9;
    margin-top: 10px;
}

.image-text.it-boxed .it-image {
    margin-bottom: 0;
}

.image-text.it-boxed .it-details {
    padding: 30px;
    background: #F9F9F9;
}

/* ---------------------------------------------------------------------------
 * Image Gallery
 * --------------------------------------------------------------------------- */

.gallery .gallery-item {
    margin: 0 !important;
}

.gallery .gallery-item a {
    margin: 0;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery .gallery-item a:hover {
    opacity: 0.85;
}

.gallery img{
    width: 100%;
    height: auto;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.image-gallery.with-margin {
    margin: -5px;
}

.image-gallery.with-margin .gallery .gallery-item{
    margin: 0 !important;
    padding: 5px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

/* ---------------------------------------------------------------------------
 * List
 * --------------------------------------------------------------------------- */

ul.list-items {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

ul.list-items li {
    padding: 4px 0 4px 4px;
}

ul.list-items li i {
    margin-right: 7px;
    width: 25px;
    font-size:16px;
    text-align: center;
}

/* ---------------------------------------------------------------------------
 * Panel
 * --------------------------------------------------------------------------- */

.panel {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
}

.panel-default {
    background-color: #F9F9F9;
}

.panel-primary {
    background-color: #337ab7;
    color: #fff !important;
}

.panel-success {
    background-color: #dff0d8;
}

.panel-info {
    background-color: #d9edf7;
}

.panel-warning {
    background-color: #fcf8e3;
}

.panel-danger {
    background-color: #f2dede;
}

.panel-heading {
    background-color: transparent !important;
    border:none !important;
    padding: 10px 15px 0 !important;
    border-radius: 0 !important;
}

.panel .panel-title {
    font-size: 16px;
    margin: 0;
}

/* ---------------------------------------------------------------------------
 * Pricing Table
 * --------------------------------------------------------------------------- */

.pricing-table {
    text-align: center;
    border: 1px solid #F5F5F5;
    list-style: none;
    padding: 0;
}

.pricing-table ul {
    list-style: none;
    padding: 0;
}

.pricing-table .title {
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    margin: -1px -1px 0 -1px;
}

.pricing-table .price {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
    margin: 0 -1px;
}

.pricing-table small {
    position: relative;
    left: 5px;
    font-size: 13px;
}

.pricing-table .currency {
    position: relative;
    top: -22px;
    left: -6px;
    font-size: 18px;
}

.pricing-table li {
    position: relative;
}

.pricing-table > ul > li {
    padding: 5px 0;
}

.pricing-table .cta-button {
    padding: 25px 0;
    margin: 0 -1px -1px -1px;
    background: #F5F5F5;
}

.pricing-table .title {
    background: #232323;
}

.pricing-table .price {
    background: #333333;
}

/* ---------------------------------------------------------------------------
 * Progress Bar
 * --------------------------------------------------------------------------- */

.progressbar {
    margin: 0;
    list-style: none;
    padding-top: 25px;
    margin-bottom: 16px;
}

.progressbar li {
    position: relative;
    margin-top: 38px;
    height: 6px;
    background-color: #F5F5F5;
}

.progressbar li:first-child { margin-top: 0; }

.progressbar li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2EAEB9;
    overflow: visible !important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
}

.progressbar li .progress-percent{
    position: absolute;
    z-index: 1;
    top: -23px;
    right: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
}

.progressbar li > span {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
}

/* ---------------------------------------------------------------------------
 * Recent Posts
 * --------------------------------------------------------------------------- */

.blog-carousel .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.blog-carousel.boxed .post-image {
    margin-bottom: 0; 
}

.blog-carousel.boxed .post-content {
    padding: 30px;
    background: #F9F9F9;
}

.blog-carousel .post .post-title {
    font-size: 18px;
}

/* ---------------------------------------------------------------------------
 * Recent Projects
 * --------------------------------------------------------------------------- */

.portfolio-carousel.default .portfolio-caption h4 {
    display: none;
}

.portfolio-carousel.grid .portfolio-image {
    margin-bottom: 0;
}

.portfolio-carousel.grid .portfolio-description {
    display: none;
}

.portfolio-carousel .portfolio-item {
    margin-bottom: 0 !important;
}

/* ---------------------------------------------------------------------------
 * Social Icons
 * --------------------------------------------------------------------------- */

.vc-social-icons ul {
    margin-bottom: 0; 
    padding: 0;
}

.vc-social-icons ul li {
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 7px 7px 0;
    border-radius: 2px;
}

.vc-social-icons ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #888;
    background: #F5F5F5;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 2px;
}

.vc-social-icons ul li a:hover {
    color: #fff;
    background: #2eaeb9;
}

/* ---------------------------------------------------------------------------
 * Tabs
 * --------------------------------------------------------------------------- */

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, 
.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
    border-radius: 3px 3px 0 0 !important;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0px 2px 0 0px !important;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list,
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    margin: 0 !important;
}

.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 3px !important;
}

.vc_tta.vc_general .vc_tta-tab > a {
    padding: 7px 20px !important;
    border: none !important;
}

.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: none !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel-body, 
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
    border-width: 0px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px 20px !important;
}

/* ---------------------------------------------------------------------------
 * Team member
 * --------------------------------------------------------------------------- */

.team-member {
    position: relative;
    text-align: left;
}

.team-member .tm-image {
    margin: 0 auto 20px;
}

.team-member .tm-name {
    margin: 0 0 15px;
    font-size: 13px;
}

.team-member .tm-name strong {
    font-size: 15px;
}

.team-member .tm-desc{
    margin: 0 0 20px;
}

.team-member .tm-social{
    display: inline-block;
    position: relative;
}

.team-member .tm-social a.social-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 4px;
    background: #F5F5F5;
}

/* Style 2 */
.team-member.style-2 .tm-image {
    position: relative;
    overflow: hidden;
}

.team-member.style-2 .tm-image img {
    display: block;
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member.style-2 .tm-image:hover img {
    opacity: 0.85;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); 
}

.team-member.style-2 .tm-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    opacity: 0;
    color: #fff;
    background-color: rgba(46, 174, 185, 0.9);
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member.style-2:hover .tm-caption {  
    opacity: 1;
}

.team-member.style-2 .vc-social-icons {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.team-member.style-2 .vc-social-icons ul li {
    width: 30px;
    height: 30px;
}

.team-member.style-2 .vc-social-icons ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: transparent;
}

/* ---------------------------------------------------------------------------
 * Testimonial
 * --------------------------------------------------------------------------- */

.testimonial {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background-color: #F9F9F9;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
}

.testimonial blockquote {
    margin: 0;
    padding: 40px 40px 0 90px;
    font-weight: 400;
    border: none;
    font-size: 16px;
}

.testimonial .author {
    margin: 20px 0 30px 90px;
    padding: 3px 0 0 50px;
    width: 100%;
    position: relative;
}

.testimonial .author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
}

.testimonial .author h5,
.testimonial .author span {
    opacity: 0.8;
    margin: 0;
    line-height: 1;
}

.testimonial .author h5 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial .author span {
    font-size: 0.8em;
}

.testimonial:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 150px;
    line-height: 1;
    color: #ccc;
    font-style: normal;
    top: 0;
    left: 10px;
}

/* ---------------------------------------------------------------------------
 * Testimonial Slider
 * --------------------------------------------------------------------------- */

.testimonial-slide {
    padding: 0 5%;
    margin: 0 0 14px 0;
    font-size:20px;
    text-align: center;
    font-weight: 400;
    cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;
}

.testimonial-slide span {
    display: block;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.6;
}

/* ---------------------------------------------------------------------------
 * VC Toggle
 * --------------------------------------------------------------------------- */

.vc_toggle.vc_toggle_default {
    margin: 0 0 1px 0;
    background-color: #F9F9F9;
    font-size: 14px;
}

.vc_toggle.vc_toggle_default .vc_toggle_title {
    padding: 5px 0 5px 15px;
}

.vc_toggle.vc_toggle_default .vc_toggle_title:before {
    content: "\f067"; 
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:32px;
    padding-right:15px;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:before {
    content: "\f068"; 
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:32px;
    padding-right:15px;
}

.vc_toggle.vc_toggle_default .vc_toggle_title > h4 {
    font-size: 14px;
    line-height: 32px;
}

.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    display: none !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_content {
    margin: 0;
    padding: 10px 24px 20px;
    color: #888;
}

.vc_toggle:last-of-type{
    margin-bottom: 1px !important;
}

/* ---------------------------------------------------------------------------
 * VC STYLES
 * --------------------------------------------------------------------------- */

.wpb_row:after,
.wpb_row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.vc_container {
    margin-right:auto;
    margin-left:auto;
    padding-left:15px !important;
    padding-right:15px !important;
}

.wpb_row {
    margin-left:-15px !important;
    margin-right:-15px !important;}

/* New Naming Convention of VC 4.3 */
.vc_non_responsive .wpb_row .vc_col-sm-1{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-2{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-3{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-4{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-5{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-6{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-7{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-8{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-9{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-10{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-11{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-12{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-1{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-2{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-3{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-4{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-5{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-6{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-7{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-8{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-9{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-10{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-11{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-12{padding-left:15px;padding-right:15px;}

.fullwidth-page .wpb_row {
    margin: 0 -15px !important;
}

/* Element Margin */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}

.wpb_row .wpb_row .wpb_content_element {
    margin-bottom: 0;
}

/* Fix for VC 4.3 margins */
.wpb_row .wpb_column p:last-child {
    margin: 0;
}

/* Section Backgrounds */
.section-parallax {
    opacity: 0;
    position:static;
    background-position:center 0;
    background-attachment:fixed;
}

.section-parallax.on-mobile {
    background-attachment: scroll;
    background-position:center center;
}

.bg-stretch {
    background-repeat: repeat;
    background-size: cover; 
}

.section-parallax.on-mobile {
    background-repeat: repeat;
    background-attachment: scroll; 
}

/* Column Background */
.wpb_column {
    background-repeat: repeat;
    background-size: cover; 
}

/* Text Align */
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }


.vc_row.vc_row-no-padding .wpb_column{
    padding: 0 !important;
}