body {
    overflow-x: hidden;
}

#vc-fullwidth-main {
    float: left !important;
    margin: 0 auto !important;
    width: 100% !important;
}

#vc-fullwidth-main-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.vc_custom_heading {
    font-weight: 400;
}

.vc_default_style h1 {
    color: #3b51a3;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 48px;
}

.vc_default_style h2 {
    font-size: 30px;
    line-height: 36px;
    color: #3b51a3;
    font-weight: 400;
}

.vc_default_style p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.vc_default_style ul {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.vc_default_style img {
    border: 1px solid #a0aad1;
}

.vc_default_style a,
.vc_default_style a:link,
.vc_default_style a:visited,
.vc_default_style a:hover,
.vc_default_style a:active {
    text-decoration: none;
}

.vc_default_style a,
.vc_default_style a:link,
.vc_default_style a:visited {
    color: #659ad2;
}

.vc_default_style a:hover {
    color: #4c81b9;
}

.vc_default_style a {
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.2px;
    padding: 20px 0 0 0;
    text-overflow: ellipsis;
}

.wpb_single_image img {
    //width: 564px;
    //height: 330px;
}

.img_borders_remove,
.img_borders_remove img {
    border: none !important;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

ul ul,
ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.promo-bar-button {
    width: auto !important;
    padding: 0 20px !important;
}

@media only screen and (max-width: 1199px) {
    #vc-fullwidth-main-inner {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    #vc-fullwidth-main-inner .vc_col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpb_single_image img {
        /*width: 564px;*/
        /*height: 330px;*/
    }
}

@media only screen and (max-width: 959px) {
    #vc-fullwidth-main-inner {
        max-width: 720px;
    }
    #vc-fullwidth-main-inner .vc_col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 719px) {
    #vc-fullwidth-main-inner {
        max-width: 480px;
    }
}

@media only screen and (max-width: 479px) {
    #vc-fullwidth-main-inner {
        max-width: 320px;
    }
}