
/*
.vh-block-dark .vh-cell:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.vh-block-dark .vh-cell > * {
    position: relative;
    z-index: 20;
}
*/

.vh-block-white .vh-cell:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.vh-block-white .vh-cell:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.vh-block-dark .vh-cell:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.vh-block-gray .vh-cell:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.vh-block-blue .vh-cell:after {
    content: "";
    background-color: rgba(0, 12, 25, 0.4); /*rgba(0, 40, 0, 0.4);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.vh-block-dark .vh-cell > *,
.vh-block-gray .vh-cell > *,
.vh-block-blue .vh-cell > * {
    position: relative;
    z-index: 20;
}

.vh-block-dark .vh-cell-lt:after {
    background: radial-gradient(circle farthest-side at left top, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-ct:after {
    background: radial-gradient(circle farthest-side at 50% top, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-rt:after {
    background: radial-gradient(circle farthest-side at right top, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-lm:after {
    background: radial-gradient(circle farthest-side at left 50%, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-cm:after {
    background: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-rm:after {
    background: radial-gradient(circle farthest-side at right 50%, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-lb:after {
    background: radial-gradient(circle farthest-side at left bottom, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-cb:after {
    background: radial-gradient(circle farthest-side at 50% bottom, rgba(0, 0, 0, 0.9), transparent);
}
.vh-block-dark .vh-cell-rb:after {
    background: radial-gradient(circle farthest-side at right bottom, rgba(0, 0, 0, 0.9), transparent);
}


.vh-block-gray .vh-cell-lt:after {
    background: radial-gradient(circle farthest-side at left top, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-ct:after {
    background: radial-gradient(circle farthest-side at 50% top, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-rt:after {
    background: radial-gradient(circle farthest-side at right top, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-lm:after {
    background: radial-gradient(circle farthest-side at left 50%, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-cm:after {
    background: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-rm:after {
    background: radial-gradient(circle farthest-side at right 50%, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-lb:after {
    background: radial-gradient(circle farthest-side at left bottom, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-cb:after {
    background: radial-gradient(circle farthest-side at 50% bottom, rgba(0, 0, 0, 0.5), transparent);
}
.vh-block-gray .vh-cell-rb:after {
    background: radial-gradient(circle farthest-side at right bottom, rgba(0, 0, 0, 0.5), transparent);
}


.vh-block-blue .vh-cell-lt:after {
    background: radial-gradient(circle farthest-side at left top, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-ct:after {
    background: radial-gradient(circle farthest-side at 50% top, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-rt:after {
    background: radial-gradient(circle farthest-side at right top, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-lm:after {
    background: radial-gradient(circle farthest-side at left 50%, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-cm:after {
    background: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-rm:after {
    background: radial-gradient(circle farthest-side at right 50%, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-lb:after {
    background: radial-gradient(circle farthest-side at left bottom, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-cb:after {
    background: radial-gradient(circle farthest-side at 50% bottom, rgba(0, 56, 101, 0.8), transparent);
}
.vh-block-blue .vh-cell-rb:after {
    background: radial-gradient(circle farthest-side at right bottom, rgba(0, 56, 101, 0.8), transparent);
}


.vh-cell-nobg,
.vh-cell-nobg:after {
    background: none !important;
    background-color: transparent !important;
}

.vh-block  {
    display: table;
    height: 100vh;
    width: 100%;
    /*border-bottom: 10px solid #819dd1;*/
}

.vh-block,
.vh-block * {
    color: #fff;
}

.vh-block a {
    color: #0075bd;
}

.vh-row  {
    display: table-row;
}
.vh-row-top  {
    height: 100px;
}
.vh-cell {
    display: table-cell;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 100px 0px;
}

.vh-row-top .vh-cell {
    padding-top: 20px;
    padding-bottom: 30px;
}

.vh-cell-lt,
.vh-cell-ct,
.vh-cell-rt {
    vertical-align: top;
}

.vh-cell-lm,
.vh-cell-cm,
.vh-cell-rm {
    vertical-align: middle;
}

.vh-cell-lb,
.vh-cell-cb,
.vh-cell-rb {
    vertical-align: bottom;
}


.vh-cell-lt .vh-content,
.vh-cell-lm .vh-content,
.vh-cell-lb .vh-content {
    float: left;
}
.vh-cell-rt .vh-content,
.vh-cell-rm .vh-content,
.vh-cell-rb .vh-content {
    float: right;
}

.vh-cell-ct .vh-content,
.vh-cell-cm .vh-content,
.vh-cell-cb .vh-content{
    float: none;
    margin: auto;
}


.vh-cell-lt .vh-content,
.vh-cell-lm .vh-content,
.vh-cell-lb .vh-content,
.vh-cell-lt .vh-content *,
.vh-cell-lm .vh-content *,
.vh-cell-lb .vh-content * {
    text-align: left;
}

.vh-cell-rt .vh-content,
.vh-cell-rm .vh-content,
.vh-cell-rb .vh-content,
.vh-cell-rt .vh-content *,
.vh-cell-rm .vh-content *,
.vh-cell-rb .vh-content * {
    text-align: right;
}

.vh-cell-ct .vh-content,
.vh-cell-cm .vh-content,
.vh-cell-cb .vh-content,
.vh-cell-ct .vh-content *,
.vh-cell-cm .vh-content *,
.vh-cell-cb .vh-content * {
    text-align: center;
}

.vh-cell-align-left,
.vh-cell-align-left * {
    text-align: left;
}




.vh-content {
    max-width: 800px;

    /*background: radial-gradient(50% 50%, rgba(0, 0, 0, 0.7), transparent);*/
}
.vh-content.vh-text,
.vh-content.vh-text * {
    font-size: 22px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
}
.vh-content h2,
.vh-content.vh-text h2 {
    display: block;
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: normal;
}
.vh-content h2 *,
.vh-content.vh-text h2 * {
    font-size: inherit;
    font-weight: inherit;
}


.vh-content h1,
.vh-content.vh-text h1 {
    display: block;
    font-size: 38px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: normal;
}
.vh-content h1 *,
.vh-content.vh-text h1 * {
    font-size: inherit;
    font-weight: inherit;
}


.vh-content.vh-text a,
.vh-content.vh-text a * {
    color: #0075bd;
}
.vh-content.vh-text a:hover,
.vh-content.vh-text a:hover * {
    color: #0089dd;
}


.vh-content.vh-text,
.vh-content.vh-text *,
.vh-content.vh-text h1,
.vh-content.vh-text h2 {
    text-shadow:
    1px 1px         rgba(12, 12, 25, 0.2),
    1px -1px        rgba(12, 12, 25, 0.2),
    -1px 1px        rgba(12, 12, 25, 0.2),
    -1px -1px       rgba(12, 12, 25, 0.2),
    0px 0px 2px    rgba(12, 12, 25, 0.9),
    0px 0px 10px    rgba(12, 12, 25, 0.9);
}


.vh-content.vh-text .site-btn,
.vh-content.vh-text .editorButton {
    margin-bottom: 0px;
    margin-top: 15px;
}



.vh-slogan {
    background-color: #819dd1;
}
.vh-slogan {
    font-size: 40px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    padding:  0px 20px;
}
.vh-slogan * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline;
}
.vh-slogan blockquote {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.vh-slogan blockquote:before {
    content: "\201c";
    color: #395488;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-right: 3px;
}
.vh-slogan blockquote:after {
    content: "\201d";
    color: #395488;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-left: 3px;
}



/*
.internal-page .vh-block  {
    height: 60vh;
    min-height: 400px;
}
.internal-page .vh-cell {
    padding-bottom: 30px;
}
*/
.internal-page .vh-block.internal-head  {
    height: 60vh;
    min-height: 400px;
}
.internal-page .vh-block.internal-head .vh-cell {
    padding-bottom: 30px;
}
/*.vh-block.internal-head {
    margin-bottom: 30px;
}*/
.vh-block.internal-head h1 {
    font-weight: 500;
}
.vh-block.internal-no-head,
.internal-page .vh-block.internal-no-head  {
    height: 90px;
}


.page-banner-h-custom .vh-block.internal-head  {
    height: calc(100vh - 150px);/*75*/
    min-height: 400px;
}
.page-banner-h-custom .vh-block.internal-head .vh-cell {
    padding-bottom: 30px;
}

.login-page.page-banner-h-custom .vh-block.internal-head  {
    height: 60vh;
}


.vh-block-widget .vh-cell {
    padding: 100px 0px 0px 0px;
}
.vh-block-widget .max-width-container {
    height: calc(100vh - 100px);
}
.vh-block-widget .vh-content {
    width: 100%;
    max-width: 100% !important;
    height: inherit;
}
.vh-block-widget iframe {
    width: inherit;
    height: inherit;
}





@media only screen and (max-width: 992px){
    .vh-content.vh-text,
    .vh-content.vh-text * {
        font-size: 20px;
    }
    .vh-content h2,
    .vh-content.vh-text h2 {
        font-size: 30px;
    }
    .vh-content h1,
    .vh-content.vh-text h1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 768px){
    .vh-content.vh-text,
    .vh-content.vh-text * {
        font-size: 18px;
    }
    .vh-content h2,
    .vh-content.vh-text h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .vh-content h1,
    .vh-content.vh-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 576px){
    .vh-content.vh-text,
    .vh-content.vh-text * {
        font-size: 16px;
    }
    .vh-content h2,
    .vh-content.vh-text h2 {
        font-size: 22px;
    }
    .vh-content h1,
    .vh-content.vh-text h1 {
        font-size: 26px;
    }
}







.internal-page .vh-content h1,
.internal-page .vh-content h2,
.internal-page-custom .vh-content h1,
.internal-page-custom .vh-content h2 {
    margin-bottom: 15px;
}
.internal-page .vh-content.vh-text,
.internal-page .vh-content.vh-text * {
    font-size: 20px;
    font-weight: 500;
}
.internal-page .vh-content h2,
.internal-page .vh-content.vh-text h2 {
    font-size: 28px;
    font-weight: 500;
}
.internal-page .vh-content h2 *,
.internal-page .vh-content.vh-text h2 * {
    font-size: inherit;
    font-weight: inherit;
}
.internal-page .vh-content h1,
.internal-page .vh-content.vh-text h1 {
    font-size: 30px;
    font-weight: 500;
}
.internal-page .vh-content h1 *,
.internal-page .vh-content.vh-text h1 * {
    font-size: inherit;
    font-weight: inherit;
}


@media only screen and (max-width: 992px){
    .internal-page .vh-content.vh-text,
    .internal-page .vh-content.vh-text * {
        font-size: 18px;
    }
    .internal-page .vh-content h2,
    .internal-page .vh-content.vh-text h2 {
        font-size: 26px;
    }
    .internal-page .vh-content h1,
    .internal-page .vh-content.vh-text h1 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px){
    .internal-page .vh-content.vh-text,
    .internal-page .vh-content.vh-text * {
        font-size: 16px;
    }
    .internal-page .vh-content h2,
    .internal-page .vh-content.vh-text h2 {
        font-size: 24px;
    }
    .internal-page .vh-content h1,
    .internal-page .vh-content.vh-text h1 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 576px){
    .internal-page .vh-content.vh-text,
    .internal-page .vh-content.vh-text * {
        font-size: 16px;
    }
    .internal-page .vh-content h2,
    .internal-page .vh-content.vh-text h2 {
        font-size: 22px;
    }
    .internal-page .vh-content h1,
    .internal-page .vh-content.vh-text h1 {
        font-size: 24px;
    }
}


















