/* [Table of contents]

1. Bootstrap overrides and common tag styles
2. Pages 
3. Header
4. Main menu  
5. Main Menu below header
6. Top Menu 
7. Blog post 
8. Post social share 
9. Navigation for posts 
10. Footer 
11. Sidebars
12. Widgets
13. WooCommerce overrides 
14. WordPress default styles overrides 
15. SelectBox overrides 
16. OWL Carousel slider script overrides
17. Visual Composer plugin overrides 
18. MGT Shortcodes
19. Offcavas Menu
20. Contact form 7 & Ninja Forms 
21. Search fullscreen
22. Lightbox plugin overrides
23. Advanced header menu fullscreen
24. Progress bar preloader
25. CSS Classes for manual use in content

*/
/*
* 1. Bootstrap overrides and common tag styles
*/
html {
    overflow-x: hidden;
}
body {
    font-family: Arial, sans-serif;
    margin-top: 0 !important;
    background: #ffffff;
    font-size: 14px;
    color: #2A2F35;
    line-height: 1.7;
}
a,
a:focus {
    color: #2C99ED;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.25;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
cite {
    font-style: italic;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
input[type="radio"],
input[type="checkbox"] {
    height: 46px;
}
textarea {
    resize: none;
    height: 150px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    max-width: 100%;
}
input,
input.input-text,
select,
textarea {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 14px;
    color: #2A2F35;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    /*line-height: 15px;*/
    font-weight: 400;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    line-height: 15px;
}
input::-webkit-input-placeholder,
input:-moz-placeholder  {
    font-size: 13px!important;
}
textarea:focus,
input:focus {
    border: 1px solid #2C99ED;
    box-shadow: none;
    background: #ffffff;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
   border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b8b8b8;
    font-size: 18px;
}
a.btn,
.btn,
.btn:focus,
input[type="submit"],
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
    padding: 16px 30px;
    line-height: 1;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #2C99ED;
    border: none;
    border-radius: 0;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    height: 46px;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #eeeeee;
    color: #2A2F35;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    text-shadow: none;
}
.btn:hover,
input[type="submit"]:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#jckqv .button:hover {
    background: #2A2F35;
    color: #ffffff;
}
.btn:active,
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background: #2A2F35;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active {
    background: #2C99ED;
}
table {
    margin-bottom: 10px;
    width: 100%;
}
table thead th {
    background-color: #2A2F35;
    color: #ffffff;
}
table tr {
    background-color: #F7F7F7;
}
table tr:nth-child(2n) {
    background-color: #FDFDFD;
}
table tr:hover,
table tr:nth-child(2n):hover {
    background-color: #F0F0F0;
}
table td a {
    color: #2A2F35;
}
table td a:hover {
    color: #828282;
    text-decoration: underline;
}
table td,
table th {
    padding: 15px 30px;
}
table tfoot tr {
    background-color: #ECECEC;
    border-top: 2px solid #ffffff;
}
table tfoot td {
    color: #828282;
}
.label {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    white-space: inherit;
}
.panel {
    box-shadow: none;
    border: none;
}
ul.slides {
    margin: 0;
}
noindex:-o-prefocus,
.bottom {
    bottom: 0;
}
a.pp_expand {
    transition: none;
    -webkit-transition: none;
}
blockquote {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    border-left: 5px solid #2C99ED;
    color: #000000;
    padding-left: 30px;
}
.color input:-moz-placeholder,
.color textarea:-moz-placeholder {
    color: #aaaaaa;
}
.color input:-ms-input-placeholder,
.color textarea:-ms-input-placeholder {
    color: #aaaaaa;
}
.color input::-webkit-input-placeholder,
.color textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}
.color textarea,
.color input {
    background: #ffffff;
    color: #aaaaaa;
}
.clear {
    clear: both;
}
/* *
* 2. Pages 
*/
.content-block.stick-to-footer  + .footer-wrapper > .row > .footer-sidebar-wrapper {
    margin-top: -1px;
}
.content-block.stick-to-footer article {
    margin-bottom: 0;
}
.content-block.stick-to-footer + .footer-wrapper {
    margin-top: 0;
}
.container-bg {
    background: #f4f4f4;
    margin-bottom: 30px;
}
.container-bg.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.container-bg.container h1 {
    padding-left: 30px;
    padding-right: 30px;
}
.container-bg.with-bg.container h1 {
    padding-left: 30px;
    padding-right: 30px;
}
body.transparent-header .container-bg.with-bg.container h1 {
    padding-left: 30px;
    padding-right: 30px;
}
.container-bg .col-md-12 {
    padding: 0;
}
.container-bg h1 {
    padding: 20px 0;
}
.container-bg.with-bg {
    background-size: cover;
    background-position: center center; 
}
.container-bg.with-bg .container-bg-overlay {
    background-color: rgba(0,0,0,0.3);
}
.container-bg.with-bg h1 {
    color: #ffffff;
    padding: 40px 0;
}
body.transparent-header.enable-left-header .container-bg.with-bg h1 {
    padding-top: 70px;
}
body.transparent-header .container-bg.with-bg h1 {
    padding: 290px 0 70px;
    font-size: 45px;
}
body.transparent-header header.mainmenu-position-menu_in_header + .content-block .container-bg.with-bg h1,
body.transparent-header header.mainmenu-position-menu_in_header + div + div + .content-block .container-bg.with-bg h1 {
    padding: 180px 0 140px;
}
body.transparent-header header.mainmenu-position-menu_in_header.top-menu-position-header + .content-block .container-bg.with-bg h1,
body.transparent-header header.mainmenu-position-menu_in_header.top-menu-position-header + div + div + .content-block .container-bg.with-bg h1 {
    padding-top: 265px;
    padding-bottom: 60px;  
}
.page-item-title h1 {
    color: #2A2F35;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;   
}
.page-item-title h1.texttransform-uppercase {
    text-transform: uppercase;
}
.container-fluid .col-md-12 article {
    padding: 0;
}
.content-block > .container {
    padding: 0;
}
.content-block + .project-container {
    padding: 0;
}
header.mainmenu-position-menu_in_header + .content-block .project-container,
header.mainmenu-position-menu_in_header + div + div + .content-block .project-container {
    margin-top: 0;
}
.content-block .page-container {
    margin-bottom: 0;
}
.breadcrumbs-container-wrapper {
    background: #ffffff;
    padding: 15px 0;
    font-size: 14px;
    color: #828282;
    border-bottom: 1px solid #F5F5F5;
}
.breadcrumbs-container-wrapper a {
    color: #2A2F35;
    text-decoration: none;
}
.breadcrumbs-container-wrapper a:hover {
    color: #2C99ED;
}
.breadcrumbs-container-wrapper span {
    margin-left: 3px;
    margin-right: 3px;
}
.breadcrumbs-container-wrapper span:first-child {
    margin-left: 0;
}
/* 404 page */
.page-404 {
    margin: 55px auto 100px auto;
    text-align: center;
}
.page-404 h1 {
    color: #2C99ED;
    font-size: 100px;
    margin-bottom: 0;
}
.page-404 h3 {
    font-size: 27px;
    margin-bottom: 15px;
    color: #000000;
}
.page-404 p {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
}
.page-404 .search-form #s {
    width: 300px;
}
.page-404-box {
    background: #f4f4f4;
    padding: 50px 30px;
    margin-bottom: 50px;
}
/* Search page */
.page-search-no-results {
    margin: 55px auto 100px auto;
    text-align: center;
}
.page-search-no-results h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
.page-search-no-results p {
    margin-bottom: 20px;
    font-weight: 400;
}
.page-search-no-results .search-form #s {
    width: 300px;
}
/* 
* 3. Header
*/
header > .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
header.main-header {
    background: #ffffff;
}
header .logo-link img {
    max-width: 100%;
}
header .logo-link.logo-text {
    color: #2A2F35;
    font-size: 30px;
}
header.transparent-header .logo-link.logo-text,
header.top-menu-position-header .logo-link.logo-text {
    color: #ffffff;
}
header .logo-link.logo-text:hover {
    opacity: 0.8;
}
header .mobile-main-menu-toggle {
    font-size: 28px;
    line-height: 33px;
    float: right;
    cursor: pointer;
    display: none;
}
header .mobile-main-menu-toggle .pe-7s-close {
    font-size: 53px;
    left: -16px;
    margin-right: -29px;
    position: relative;
    top: -10px;
}
header .mobile-sidebar-trigger {
    float: right;
    cursor: pointer;
    font-size: 28px;
    line-height: 35px;
    margin-left: 15px;
    display: none;
    position: relative;
    top: -1px;
}
header .mobile-sidebar-trigger a,
header .mobile-trigger-search a {
    color: #2a2f35;
}
header .mobile-sidebar-trigger + .mobile-trigger-search {
    margin-right: 0;
}
header .mobile-trigger-search {
    float: right;
    cursor: pointer;
    font-size: 24px;
    line-height: 35px;
    margin-right: 15px;
    position: relative;
    top: -2px;
    display: none;
}
/* LEFT SIDE HEADER */
body.enable-left-header {
    margin-left: 300px;
}
body.enable-left-header .header-left-wrapper {
    background: #ffffff;
    bottom: 0;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: scroll;
    z-index: 1000;
}
body.enable-left-header .header-left-wrapper.header-color-style-dark {
    background: #000000;
    color: #E1E1E1;
}
body.enable-left-header .header-left-wrapper.header-color-style-dark a:not(.select2-choice):not(.tag-cloud-link),
body.enable-left-header .header-left-wrapper.header-color-style-dark .header-left-sidebar.sidebar .widgettitle,
body.enable-left-header .header-left-wrapper.header-color-style-dark ul.header-left-menu li.current_page_item a,
body.enable-left-header header.transparent-header.left-side-header .header-left-wrapper.header-color-style-dark .logo-link.logo-text,
body.enable-left-header header.left-side-header .header-left-wrapper.header-color-style-dark .logo-link.logo-text,
body.enable-left-header header.left-side-header .header-left-wrapper.header-color-style-dark .header-left-menu-toggle {
    color: #ffffff;
}
body.enable-left-header header .header-left-wrapper.header-color-style-dark .light-logo {
    display: inline;
}
body.enable-left-header header .header-left-wrapper.header-color-style-dark .regular-logo {
    display: none;
}
body.enable-left-header .header-left-wrapper.header-color-style-dark a:hover {
    color: #E1E1E1;
}
body.enable-left-header .row[data-vc-full-width="true"] {
    padding-left: 300px;
}
body.enable-left-header .bottom-sidebar.container,
body.enable-left-header .footer-sidebar-wrapper,
body.enable-left-header footer {
    padding-left: 60px;
    padding-right: 60px;
}
body.enable-left-header .breadcrumbs-container-wrapper {
    max-width: inherit;
}
body.enable-left-header .container {
    max-width: 1170px;
    width: 100%;
}
header.transparent-header.left-side-header .logo-link.logo-text {
    color: #2a2f35;
}
header.left-side-header .logo-link.logo-text  {
    line-height: 1.2em;
}
header.left-side-header .header-left-logo {
    margin: 50px 0;
}
header.left-side-header .header-left-search {
    margin-bottom: 15px;
}
header.left-side-header .header-left-search #s_p {
    width: 100%;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}
header.left-side-header .header-left-search #searchsubmit_p {
    display: none;
}
header.left-side-header .social-icons-wrapper {
    text-align: center;
    font-size: 19px;
    margin: 30px 0 0;
}
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .social-icons-wrapper,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .header-left-logo,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .header-left-menu-wrapper,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .header-left-sidebar.sidebar .widgettitle {
    text-align: left;
}
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .social-icons-wrapper ul li:first-child a {
    padding-left: 0;
}
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-left .social-icons-wrapper ul li:last-child a {
    padding-right: 0;
}
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-center .social-icons-wrapper,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-center .header-left-logo,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-center .header-left-menu-wrapper,
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-center .header-left-sidebar.sidebar .widgettitle {
    text-align: center;
}
body.enable-left-header header.left-side-header .header-left-wrapper.header-left-align-center .header-left-menu-wrapper ul.header-left-menu li.menu-item-has-children > a:after {
    float: none;
    position: absolute;
}
header.left-side-header .social-icons-wrapper a {
    color: #2A2F35;
}
header.left-side-header .social-icons-wrapper a:hover {
    color: #2c99ed;
}
header.left-side-header .header-side-info-text {
    margin-top: 50px;
}
.header-left-menu-wrapper ul.header-left-menu {
    margin-bottom: 0;
}
header.left-side-header .header-left-menu-toggle {
    display: none;
    font-size: 21px;
    color: #000000;
    float: right;
    cursor: pointer;
}
header.left-side-header .header-left-menu-toggle .pe-7s-close {
    font-size: 50px;
    left: -13px;
    margin-right: -29px;
    position: relative;
    top: -6px;
}
header.left-side-header .logo-link.logo-text + .header-left-menu-toggle {
    margin-top: 9px;
}
.header-left-menu-wrapper ul.header-left-menu,
.header-left-menu-wrapper ul.header-left-menu li {
    padding: 0;
    list-style: none;
}
.header-left-menu-wrapper.menu-uppercase  ul.header-left-menu > li {
    text-transform: uppercase;
}
.header-left-menu-wrapper.menu-font-weight-bold ul.header-left-menu > li {
    font-weight: bold;
}
.header-left-menu-wrapper ul.header-left-menu > li li {
    text-transform: none;
    font-weight: normal;
}
.header-left-menu-wrapper ul.header-left-menu > li:last-child {
    border-bottom: none;
}
.header-left-menu-wrapper ul.header-left-menu li a {
    width: 100%;
    display: block;
    color: #2A2F35;
    padding-top: 7px;
    padding-bottom: 7px;
}
.header-left-menu-wrapper ul.header-left-menu li.current_page_item a {
    color: #2c99ed;
}
.header-left-menu-wrapper ul.header-left-menu li li a {
    padding-top: 0;
}
.header-left-menu-wrapper ul.header-left-menu li a:hover {
    color: #2c99ed;
}
.header-left-menu-wrapper ul.header-left-menu li ul a {
    opacity: 0.8;
}
.header-left-menu-wrapper ul.header-left-menu li > ul {
    display: none;
    padding-left: 0;
}
.header-left-menu-wrapper ul.header-left-menu li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    float: right;
}
.header-left-menu-wrapper ul.header-left-menu li.menu-item-has-children > a.opened:after {
    content: "";
}
/* Top Menu in header */
header.main-header.top-menu-position-header .header-center {
    background: #2A2F35;
    padding-left: 30px;
    padding-right: 30px;
}
header.main-header.top-menu-position-header .header-left {
    background: #2C99ED;
    padding-left: 30px;
    padding-right: 30px;
}
header.main-header.top-menu-position-header .header-right {
    float: right;
    margin-top: 25px;
    display: inline-block;
    position: absolute;
    right: 45px;
}
header.main-header.top-menu-position-header .navbar .navbar-toggle a.btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQTgwRkUyOTQzRTZEQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRkFBMDZGRUQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRkFBMDZGREQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OERCQzBCRkREM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OERCQzBCRkVEM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7D5A0MAAAAEElEQVR42mL4//+/L0CAAQAJSQNLgFsYfAAAAABJRU5ErkJggg==);
}
header.main-header.top-menu-position-header .navbar {
    padding-right: 80px;
    width: 100%;
    display: inline-block;
}
header.main-header.top-menu-position-header .navbar-inner {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}
header.main-header.top-menu-position-header .nav > li:first-child > a  {
    padding-left: 0;
}
header.main-header.top-menu-position-header .nav > li> a {
    color: #ffffff;
}
header.main-header.top-menu-position-header .nav > li > a:hover {
    color: #2C99ED;
}
header.main-header.top-menu-position-header .nav > li.current-menu-item:not(.pull-right) > a {
    color: #2C99ED;
}
header.main-header.top-menu-position-header .header-right ul.header-nav > li > div > a  {
    color: #ffffff;
}
header.main-header.top-menu-position-header .header-right ul.header-nav > li > div > a:hover {
    color: #2C99ED;
}
header.main-header.top-menu-position-header .header-menu .social-icons-wrapper a {
    color: #ffffff;
}
header.main-header.top-menu-position-header .header-menu .social-icons-wrapper a:hover {
    color: #2C99ED;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header {
    background: transparent;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .container,
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .row,
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .col-md-12 {
    padding: 0;
    margin: 0;  
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .container {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #464A4F;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .col-md-12 {
    height: auto!important;
}
header.fixed.main-header.top-menu-position-header {
    padding-top: 0;
    padding-bottom: 0;
    background: #2A2F35;
}
header.fixed.main-header.top-menu-position-header .logo-link > img {
    max-height: none;
}
body.transparent-header header.main-header.top-menu-position-header .col-md-12 {
    height: auto!important;
    margin-top: 50px;
}
body.transparent-header header.fixed.main-header.top-menu-position-header .col-md-12 {
    margin-top: 0;
}
header.main-header.top-menu-position-header .header-menu-bg.transparent-header {
    position: relative;
}
header.main-header.transparent-header.top-menu-position-header {
    top: 0!important;
}
header.main-header.top-menu-position-header .header-left {
    text-align: center;
}
header .light-logo {
    display: none;
}
header.transparent-header .regular-logo {
    display: none;
}
header.transparent-header .light-logo {
    display: inline;
}
body.enable-left-header header.transparent-header .regular-logo {
    display: inline;
}
body.enable-left-header header.transparent-header .light-logo {
    display: none;
}
header.main-header.transparent-header {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
header.sticky-header.transparent-header {
    position: fixed;
}
header.fixed {
    top: -50px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}
header.fixed.sticky-header-elements-headeronly .mainmenu-belowheader {
    display: none;
}
header.fixed.sticky-header-elements-headerandmenu {
    padding-bottom: 0;
}
header.fixed.sticky-header-elements-headerandmenu .mainmenu-belowheader {
    margin-top: 15px;
}
header.fixed.sticky-header-elements-menuonly {
    padding: 0;
}
header.fixed.sticky-header-elements-menuonly > .container:nth-child(1) {
    display: none;
}
header.fixed:not(.top-menu-position-header) .logo-link > img {
    max-height: 90px;
    width: auto;
    max-width: none;
}
header .container {
    padding: 0;
}
header .col-md-12 {
    display: table;
    height: 120px;
}
header .header-left {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    min-width: 115px;
}
header .header-left a {
    max-width: 216px;
}
header .header-center {
    display: table-cell;
    vertical-align: middle;
    min-width: 650px;
}
header .header-right {
    display: table-cell;
    vertical-align: middle;
    /*min-width: 70px;*/
}
header .header-right ul.header-nav {
    white-space: nowrap;
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}
header .header-right ul.header-nav i.fa {
    font-size: 18px;
}
header .header-right ul.header-nav > li {
    display: inline-block;
    margin-left: 15px;
}
header .header-right ul.header-nav > li.header-advanced-menu-toggle {
    position: relative;
}
header .header-right ul.header-nav > li.header-advanced-menu-toggle a {
    cursor: pointer;
}
header .header-right ul.header-nav > li > div > a {
    color: #2A2F35;
}
header.transparent-header .header-right ul.header-nav > li > div > a {
    color: #ffffff;
}
header.transparent-header .header-info-text {
    color: #ffffff;
}
header .header-right ul.header-nav > li > div > a:hover {
    color: #2C99ED;
}
.header-logo-center .navbar {
    margin-left: 0;
}
.header-logo-center .header-center {
    width: 20%;
    min-width: 0;
    text-align: center;
}
.header-logo-center .header-left {
    width: 30%;
}
.header-logo-center .header-right {
    width: 30%;
}
.tagline {
    color: #818181;
    font-size: 12px;
    margin-top: 19px;
}
.tagline {
    color: #818181;
    font-size: 12px;
    margin-top: 19px;
}
.header-logo-center .header-info-text {
    float: none;
    margin-left: 0;
}
.header-info-text {
    margin-left: 30px;
    float: left;
    width: 100%;
}
header.transparent-header .header-info-2-text {
    color: #ffffff;
}
.header-info-text .header-info-half {
    width: 37%;
    float: left;
}
.header-info-text .header-info-half .header-info-content-icon {
    font-size: 36px;
    line-height: 36px;
    color: #2C99ED;
    float: left;
    margin-right: 15px;
}
.header-info-text .header-info-half .header-info-content-title {
    line-height: 20px;
}
.header-info-text .header-info-half .header-info-content-text {
    line-height: 20px;
}
/*
* 4. Main menu  
*/
.navbar {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    margin: 0;
    line-height: 1.42857;
    position: static;
}
.navbar-inner {
    display: table;
    margin: 0 auto;
}
.navbar .navbar-inner .container {
}
.navbar .nav > li:nth-child(1) {
    border-left: none;
}
.navbar .nav > li {
    float: left;
}
.nav > li sup,
.nav > li sub {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.navbar .nav > li > a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 10px 14px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}
.navbar.menu-font-weight-bold .nav > li > a,
.mainmenu-belowheader.menu-font-weight-bold .nav > li > a {
    font-weight: bold;
}
.header-left .navbar.menu-left .nav > li:first-child > a {
    padding-left: 0;
}
.header-left .navbar.menu-right .nav > li:last-child > a {
    padding-right: 0;
}
.navbar .nav > li.current-menu-item:not(.pull-right) > a {
    color: #2C99ED;
}
.navbar.menu-uppercase .nav > li > a {
    text-transform: uppercase;
}
.navbar .nav li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: -1px;
}
header.transparent-header .navbar .nav > li > a {
    color: #ffffff;
}
header.transparent-header .navbar .nav > li > a:hover {
    color: #2C99ED;
}
header.transparent-header .navbar .nav > li.current-menu-item:not(.pull-right)  > a {
    color: #2C99ED;
}
.navbar .nav > li > a:hover {
    background: transparent;
    color: #2C99ED;
}
.navbar .nav > li.current-menu-item:not(.pull-right) > a {
    color: #2C99ED;
}
.navbar .nav li a > i.fa {
    margin-right: 10px;
    font-weight: normal;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    box-shadow: none;
}
.navbar {
    background: none;
    min-height: 0;
}
.navbar.menu-left .navbar-inner {
    margin: 0;
}
.navbar.menu-right .navbar-inner {
    margin: 0;
    float: right;
}
.navbar.menu-right .nav > li:last-child > a {
    padding-right: 0;
}
.navbar-collapse {
    padding: 0;
    max-height: inherit;
    clear: both;
}
.navbar .nav ul {
    list-style: none;
}
.navbar .nav li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
.navbar .navbar-toggle {
    border-radius: 0;
    -webkit-border-radius: 0;
    display: none;
    margin: 0 auto;
    padding: 0;
    background: none;
    border: none;
    float: none;
}
.navbar .navbar-toggle:hover {
    background: none;
}
.collapse.in + #searchform {
    display: none;
}
.collapse.in + #searchform {
    display: none;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.nav .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    text-align: left;
    z-index: 0;
    padding: 0;
}
.nav > li sup {
    border-radius: 3px;
    margin-left: 7px;
    background-color: #2C99ED;
    color: #ffffff;
    font-size: 11px;
    padding: 0 5px;
    line-height: inherit;
    display: inline-block;
    position: absolute;
    top: 0.3em;
}
.nav > li > a > sup {
    position: relative;
    top: -0.6em;
}
.nav > li > .sub-menu {
    left: 0;
}
.nav > li .sub-menu {
    background: #ffffff;
}
.navbar.menu-style-shadow .nav > li .sub-menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.navbar.menu-style-border .nav > li .sub-menu {
    border: 1px solid #eeeeee;
    box-sizing: content-box;
}
.navbar.menu-style-border-top .nav > li .sub-menu {
    border: 1px solid #eeeeee;
    border-top: 3px solid #2C99ED;
    box-sizing: content-box;
}
.navbar.menu-style-border-bottom .nav > li .sub-menu {
    border: 1px solid #eeeeee;
    border-bottom: 3px solid #2C99ED;
    box-sizing: content-box;
}
.navbar.menu-style-border-left .nav > li .sub-menu {
    border: 1px solid #eeeeee;
    border-left: 3px solid #2C99ED;
    box-sizing: content-box;
}
.navbar.menu-style-border .nav > li > .sub-menu.mgt-menu-fullwidth,
.navbar.menu-style-border-top .nav > li > .sub-menu.mgt-menu-fullwidth,
.navbar.menu-style-border-bottom .nav > li > .sub-menu.mgt-menu-fullwidth,
.navbar.menu-style-border-left .nav > li > .sub-menu.mgt-menu-fullwidth {
    box-sizing: border-box;
}
.navbar.menu-style-border .nav .sub-menu li .sub-menu,
.navbar.menu-style-border-top .nav .sub-menu li .sub-menu,
.navbar.menu-style-border-bottom .nav .sub-menu li .sub-menu {
    right: -100.993%;
}
.navbar.menu-style-border-left .nav .sub-menu li .sub-menu {
    right: -101.5%;
}
.mgt-mega-menu.navbar.menu-style-border .nav li:not(.menu-item-multicolumn) .sub-menu:not(.mgt-menu-fullwidth) > li > .sub-menu,
.mgt-mega-menu.navbar.menu-style-border-top .nav li:not(.menu-item-multicolumn) .sub-menu:not(.mgt-menu-fullwidth) > li > .sub-menu,
.mgt-mega-menu.navbar.menu-style-border-bottom .nav li:not(.menu-item-multicolumn) .sub-menu:not(.mgt-menu-fullwidth) > li > .sub-menu {
    margin-top: -56px;
}
.navbar.menu-style-border .nav > li.menu-item-multicolumn .sub-menu .sub-menu,
.navbar.menu-style-border-top .nav > li.menu-item-multicolumn .sub-menu .sub-menu,
.navbar.menu-style-border-bottom .nav > li.menu-item-multicolumn .sub-menu .sub-menu,
.navbar.menu-style-border-left .nav > li.menu-item-multicolumn .sub-menu .sub-menu {
    border: none;
}
.navbar .nav .sub-menu li {
    float: none;
}
.nav li a {
    position: relative;
}
.nav .sub-menu li.menu-item > a {
    display: block;
    background: transparent;
    color: #2a2f35;
    font-size: 14px;
    font-weight: normal;
    min-width: 250px;
    width: 250px;
    text-transform: none;
    text-decoration: none;
    padding: 10px 25px;
    cursor: pointer;
    line-height: 20px;
}
.nav .sub-menu > li.menu-item.current-menu-item > a {
    color: #2C99ED;
}
.nav .sub-menu > li.menu-item.current-menu-item > a:hover {
    color: #2a2f35;
}
.nav .sub-menu li.menu-item > a:hover {
    text-decoration: none;
}
.nav .sub-menu li .sub-menu {
    margin-top: -40px;
    right: -100%;
}
.navbar .sub-menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.nav li:hover > .sub-menu {
    display: block;
    z-index: 1000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
/*
* 5. Main Menu below header
*/
.mainmenu-belowheader {
    background: transparent;
    z-index: 10;
    position: relative;
}
header.transparent-header .mainmenu-belowheader {
    background: rgba(0, 0, 0, 0.5);
    border: none;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li:not(.pull-right) > a {
    color: #ffffff;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li:not(.pull-right) > a:hover {
    color: #2C99ED;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li.current-menu-item:not(.pull-right) > a {
    color: #2C99ED;
}
.mainmenu-belowheader .navbar {
    position: relative;
}
.mainmenu-belowheader.mainmenu-light {
    background: #ffffff;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.mainmenu-belowheader.mainmenu-light .navbar .nav > li > a {
    color: #828282;
}
.mainmenu-belowheader.mainmenu-light .navbar .nav > li > a:hover {
    color: #2C99ED;
}
.mainmenu-belowheader.mainmenu-light:not(.mainmenu-light-clean) .nav > li .sub-menu {
    background: #efefef;
    box-shadow: none;
}
.mainmenu-belowheader.mainmenu-dark {
    background: #2A2F35;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a {
    color: #ffffff;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li.current-menu-item:not(.pull-right) > a {
    color: #2C99ED;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a:hover {
    color: #b8b8b8;
}
.mainmenu-belowheader.mainmenu-light.mainmenu-light-clean .nav > li .sub-menu {
    background: #ffffff;
}
.mainmenu-belowheader.mainmenu-light.mainmenu-light-clean {
    border-bottom: none;
    border-top: none;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light.mainmenu-light-clean {
    background-color: transparent;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light.mainmenu-light-clean .navbar .nav > li:not(.pull-right) > a:hover,
header.transparent-header .mainmenu-belowheader.mainmenu-light.mainmenu-light-clean .navbar .nav > li.current-menu-item:not(.pull-right) > a {
    color: #ffffff!important;
}
.mainmenu-belowheader .navbar {
    margin-left: 0;
    min-height: 0;
}
.mainmenu-belowheader .navbar .nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mainmenu-belowheader.menu-left .navbar .nav > li:first-child > a {
    padding-left: 0;
}
.mainmenu-belowheader.container.menu-left .navbar .nav > li:first-child > a {
    padding-left: 40px;
}
.mainmenu-belowheader.menu-center .nav {
    display: table;
    margin: 0 auto;
}
.mainmenu-belowheader.menu-right .nav {
    display: table;
    float: right;
}
.mainmenu-belowheader.menu-right .navbar .nav > li:last-child > a {
    padding-right: 0;
}
.mainmenu-belowheader.container.menu-right .navbar .nav > li:last-child > a {
    padding-right: 40px;
}
.mainmenu-belowheader.menu-uppercase .navbar .nav > li > a {
    text-transform: uppercase;
}
.mainmenu-belowheader .navbar .nav > li.pull-right > a {
    padding-left: 40px;
    padding-right: 40px;
}
.mainmenu-belowheader .navbar .nav > li.pull-right > a:hover {
    color: #ffffff;
    background: #000000;
}
.mainmenu-belowheader .navbar .nav > li.mgt-highlight > a {
    background: #2C99ED;
    color: #ffffff;
}
.mainmenu-belowheader .navbar .nav > li.mgt-animated > a:before {
    background: #000000;
}
.mainmenu-belowheader .navbar .nav > li.mgt-animated > a {
    margin-bottom: 0;
}
header div:not(.mainmenu-belowheader) .navbar.menu-right .nav > li:last-child > a {
    margin-right: 0;
}
header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight > a {
    border: 2px solid transparent;
    background: #2C99ED;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight > a:hover {
    border: 2px solid #2C99ED;
    color: #2C99ED;
    background: transparent;
}
header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight-bordered > a {
    border: 2px solid #2C99ED;
    color: #2C99ED;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight-bordered > a:hover {
    color: #ffffff;
    background: #2C99ED;
}
header.transparent-header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight-bordered > a,
header.transparent-header div:not(.mainmenu-belowheader) > .navbar .nav > li.mgt-highlight a {
    color: #ffffff;
}
/*
* 6. Top Menu 
*/
.header-menu-bg {
    z-index: 10001;
    background: #F5F5F5;
}
.header-menu .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
.header-menu-bg.transparent-header {
    background: transparent;
/*    position: fixed;*/
    position: absolute;
    width: 100%;
}
.header-menu-bg.transparent-header .header-menu {
    color: #b8b8b8;
}
.header-menu-bg.transparent-header .header-menu .social-icons-wrapper a {
    color: #ffffff;
}
.header-menu-bg.transparent-header .header-menu .social-icons-wrapper a:hover {
    color: #2C99ED;
}
.header-menu-bg.transparent-header .header-menu .top-menu li a {
    color: #b8b8b8;
}
.header-menu-bg.transparent-header .header-menu .top-menu li a:hover {
    color: #2C99ED;
}
.header-menu {
    overflow: visible;
    color: #828282;
    font-size: 14px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu li {
    position: relative;
    display: block;
    float: left;
}
.header-menu .col-md-12 {
    padding: 0;
}
.header-menu .header-top-text {
    display: inline-block;
    padding: 12px 0;
}
.header-menu .social-icons-wrapper {
    float: right;
}
.header-menu .social-icons-wrapper .fa {
    font-size: 14px;
}
.social-icons-wrapper ul {
    margin: 0;
    padding: 0;
}
.social-icons-wrapper ul li {
    display: inline-block;
}
.social-icons-wrapper a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.header-menu .social-icons-wrapper a {
    color: #828282;
}
.header-menu .social-icons-wrapper a:hover {
    color: #2C99ED;
}
.header-menu .social-icons-wrapper li:last-child a {
   padding-right: 0;
}
.header-menu .social-icons-wrapper + .menu-top-menu-container-toggle + div > ul.top-menu > li:last-child a {
    padding-right: 15px;
}
.header-menu .top-menu {
    display: inline-block;
    float: right;
}
.header-menu .top-menu-container {
    display: inline-block;
    float: right;
}
.header-menu-bg.top-menu-position-default.top-menu-align-left .header-menu .top-menu-container {
    float: left;
}
.header-menu-bg.top-menu-position-default.top-menu-align-left .header-menu .top-menu > li:first-child > a {
    padding-left: 0;
}
.header-menu-bg.top-menu-position-default.top-menu-align-left .header-menu .header-top-text {
    margin-left: 30px;
}
.header-menu .top-menu li ul {
    border-bottom: 0;
    position: absolute;
    background: #fff;
    z-index: 10000;
    display: none;
    margin: 0;
}
.header-menu .top-menu li:hover > ul {
    display: block;
}
.header-menu .top-menu .sub-menu li .sub-menu {
    right: -99.5%;
    top: 0;
}
.header-menu .top-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: -1px;
}
.header-menu .top-menu li a {
    color: #828282;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}
.header-menu .top-menu li a:hover {
    text-decoration: none;
    color: #2C99ED;
}
/*.header-menu .top-menu ul.links > li:first-child > a {
    padding-left: 0;
}*/
.header-menu .top-menu li ul a {
    padding: 5px 15px;
    min-width: 190px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    border-bottom: 0;
}
.header-menu ul.top-menu > li:last-child > a {
    padding-right: 0;
}
.header-menu-bg.top-menu-position-default.top-menu-align-left .header-menu ul.top-menu > li:last-child > a {
    padding-right: 15px;
}
.header-menu .top-menu li ul li {
    float: none;
}
.header-menu .top-menu li ul > li:last-child > a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu .top-menu .sub-menu li a:hover {
    color: #2C99ED;
}
.header-menu .menu-top-menu-container-toggle {
    float: right;
    display: none;
    color: #828282;
    cursor: pointer;
    padding: 12px;
    padding-left: 0;
}
.header-menu .menu-top-menu-container-toggle:hover {
    opacity: 0.5;
}
.header-menu .menu-top-menu-container-toggle:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-weight: normal;
    font-size: 14px;
}
.header-menu .top-menu .sub-menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.header-menu .top-menu li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
/* 
* 7. Blog post 
*/
.blog-post {
    padding: 0 0 30px;
    margin-bottom: 30px;
    clear: both;
    border-bottom: 1px solid #eeeeee;
}
.blog-layout-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-layout-grid .blog-post {
    clear: none;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    width: 50%;
    border-bottom: none;
}
.blog-layout-grid .blog-post:nth-child(2n+1) {
    clear: both;
}
.blog-post.blog-post-single {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog-post-single .post-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.blog-post-single .post-info {
    line-height: 1em;
}
.blog-post iframe {
    width: 100%;
    margin-bottom: -5px;
}
.blog-post > .post > .post-content-wrapper > .entry-content {
    margin-bottom: 30px;
}
.blog-post > .post > .post-content-wrapper > .entry-content .wpb_gallery {
    margin-bottom: 0;
}
.blog-post.blog-post-single .post-content {
    margin-left: 0;
}
.blog-post .entry-content p:last-child {
    margin-bottom: 0;
}
.blog-post .tags {
   display: block;
   margin-bottom: 20px;
}
.blog-post .tags a {
    background: #2A2F35;
    color: #ffffff;
    padding: 3px 12px;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
}
.blog-post .tags .fa {
    margin-right: 2px;
}
.blog-post .tags a:nth-child(1) {
    margin-left: 10px;
}
.blog-post .tags a:hover {
    color: #ffffff;
    background: #2C99ED;
}
.blog-post .post-categories {
    text-decoration: none;
    background: #2C99ED;
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 15px;
}
.blog-post .blog-post-thumb .post-categories {
    top: 15px;
    left: 15px;
    position: relative;
}
.blog-post.blog-post-style-rounded .post-categories,
.blog-post.blog-post-style-rounded .btn.more-link.mgt-button {
    border-radius: 5px;
}
.blog-post .blog-post-thumb .post-categories {
    margin-bottom: 0;
    position: absolute;
}
.blog-post .post-categories a {
    color: #ffffff;
    text-decoration: none;
}
.blog-post .post-content {
    background: transparent;
    padding: 0;
}
.blog-post .post-content img {
    max-width: 100%;
    height: auto;
}
.blog-post .entry-content h1,
.blog-post .entry-content h2,
.blog-post .entry-content h3,
.blog-post .entry-content h4,
.blog-post .entry-content h5,
.blog-post .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.single .project-container h1,
.single .project-container h2,
.single .project-container h3,
.single .project-container h4,
.single .project-container h5,
.single .project-container h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-top: 30px;
    color: #2A2F35;
}
.page .mgt-promo-block h1,
.page .mgt-promo-block h2,
.page .mgt-promo-block h3,
.page .mgt-promo-block h4,
.page .mgt-promo-block h5,
.page .mgt-promo-block h6,
.page .mgt-header-block h1,
.page .mgt-header-block h2,
.page .mgt-header-block h3,
.page .mgt-header-block h4,
.page .mgt-header-block h5,
.page .mgt-header-block h6,
.page .woocommerce ul.products li.product h2,
.page .woocommerce ul.products li.product h3,
.page .mgt-icon-box h5,
.page .mgt-icon-box h6,
.page .mgt-post h5,
.page .rev_slider_wrapper h1,
.page .rev_slider_wrapper h2,
.page .rev_slider_wrapper h3,
.page .rev_slider_wrapper h4,
.page .rev_slider_wrapper h5,
.page .rev_slider_wrapper h6,
.page .mgt-signup-block h5,
.page .mgt-cta-block h1,
.page .mgt-cta-block h5,
.page .mgt-client-review .mgt-client-review-title h5,
.page .portfolio-item-block .title,
.blog-post .mgt-promo-block h1,
.blog-post .mgt-promo-block h2,
.blog-post .mgt-promo-block h3,
.blog-post .mgt-promo-block h4,
.blog-post .mgt-promo-block h5,
.blog-post .mgt-promo-block h6,
.blog-post .mgt-header-block h1,
.blog-post .mgt-header-block h2,
.blog-post .mgt-header-block h3,
.blog-post .mgt-header-block h4,
.blog-post .mgt-header-block h5,
.blog-post .mgt-header-block h6,
.blog-post .woocommerce ul.products li.product h3,
.blog-post .mgt-client-review .mgt-client-review-title h5,
.blog-post .mgt-icon-box h5,
.blog-post .mgt-icon-box h6,
.blog-post .mgt-post h5,
.blog-post .rev_slider_wrapper h1,
.blog-post .rev_slider_wrapper h2,
.blog-post .rev_slider_wrapper h3,
.blog-post .rev_slider_wrapper h4,
.blog-post .rev_slider_wrapper h5,
.blog-post .rev_slider_wrapper h6,
.blog-post .mgt-signup-block h5,
.blog-post .mgt-cta-block h5,
.blog-post .mgt-cta-block h1,
.blog-post .portfolio-item-block .title,
.single .mgt-promo-block h1,
.single .mgt-promo-block h2,
.single .mgt-promo-block h3,
.single .mgt-promo-block h4,
.single .mgt-promo-block h5,
.single .mgt-promo-block h6,
.single .mgt-header-block h1,
.single .mgt-header-block h2,
.single .mgt-header-block h3,
.single .mgt-header-block h4,
.single .mgt-header-block h5,
.single .mgt-header-block h6,
.single .woocommerce ul.products li.product h2,
.single .woocommerce ul.products li.product h3,
.single .mgt-client-review .mgt-client-review-title h5,
.single .mgt-icon-box h5,
.single .mgt-icon-box h6,
.single .mgt-post h5,
.single .rev_slider_wrapper h1,
.single .rev_slider_wrapper h2,
.single .rev_slider_wrapper h3,
.single .rev_slider_wrapper h4,
.single .rev_slider_wrapper h5,
.single .rev_slider_wrapper h6,
.single .mgt-signup-block h5,
.single .mgt-cta-block h5,
.single .mgt-cta-block h1,
.single .portfolio-item-block .title {
    margin-top: 0;
}
.blog-post .wpb_wrapper > h1,
.blog-post .wpb_wrapper > h2,
.blog-post .wpb_wrapper > h3,
.blog-post .wpb_wrapper > h4,
.blog-post .wpb_wrapper > h5,
.blog-post .wpb_wrapper > h6,
.page .wpb_wrapper > h1,
.page .wpb_wrapper > h2,
.page .wpb_wrapper > h3,
.page .wpb_wrapper > h4,
.page .wpb_wrapper > h5,
.page .wpb_wrapper > h6 {
    margin-top: 0;
}
.blog-post .more-link {
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-post .comments-count {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-post .post-format:before {
    margin-top: 7px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
}
.blog-post .format-standard .post-format:before {
    content: "";
}
.blog-post .type-page .post-format:before {
    content: "";
}
.blog-post .format-aside .post-format:before {
    content: "";
}
.blog-post .format-image .post-format:before {
    content: "";
}
.blog-post .format-gallery .post-format:before {
    content: "";
}
.blog-post .format-quote .post-format:before {
    content: "";
}
.blog-post .format-video .post-format:before {
    content: "";
}
.blog-post .format-audio .post-format:before {
    content: "";
}
.blog-post .format-link .post-format:before {
    content: "";
}
.blog-post .format-status .post-format:before {
    content: "";
}
.blog-post .format-chat .post-format:before {
    content: "";
}
.blog-post .format-video .wpb_video_widget {
    margin-bottom: 0;
}
.blog-post .format-status .entry-content,
.blog-post .format-status .entry-summary {
    background: #eeeeee;
    padding: 20px;
    display: block;
}
.blog-post .format-status .post-header-title,
.blog-post .format-status .post-info {
    display: none;
}
.blog-post .format-link .entry-content {
    font-weight: 400;
}
.blog-post .format-quote .post-header-title {
    display: none;
}
.blog-post .format-aside .post-header-title {
    display: none;
}
.blog-post .format-quote blockquote {
    border: none;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    margin-bottom: 0;
    padding: 30px;
    background: #eeeeee;
}
.mgt-masonry-item .blog-post .format-quote .post-content {
    padding-top: 15px;
}
.blog-post .format-link .entry-content a,
.blog-post .format-link .entry-summary a {
    background: #eeeeee;
    padding: 20px;
    display: block;
}
.blog-post .sticky .post-header-title {
    font-weight: bold;
}
.blog-post .post-header-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
}
.blog-post .post-header-title a {
    text-decoration: none;
    color: #2A2F35;
}
.blog-post .post-header-title a:hover {
    text-decoration: none;
    color: #2C99ED;
}
.blog-post .post-info {
    color: #828282;
    margin-bottom: 10px;
    padding: 0;
}
.blog-post .post-info span {
    margin-right: 10px;
    margin-left: 0;
}
.blog-post .post-info span a {
    color: #828282;
}
.blog-post.blog-post-single .post-info a {
    text-decoration: none;
}
.blog-post.blog-post-single .post-info {
    margin-bottom: 15px;
    float: left;
}
.blog-post .post-info span i {
    margin-right: 5px;
}
.blog-post .post-info span:first-child {
    margin-left: 0;
}
.blog-post .blog-post-thumb {
    margin-bottom: 30px;
    position: relative;
}
.blog-post .blog-post-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.author-bio {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    background: #f4f4f4;
}
.author-bio .author-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.author-bio .author-title strong {
    font-weight: normal;
}
.author-bio .author-info {
    display: table;
}
.author-bio .author-description {
    padding-right: 15px;
    color: #5E636C;
}
.author-bio .author-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
/* 
* 8. Post social share 
*/
.post-social {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}
.post-social-wrapper > span .fa {
    margin-right: 5px;
}
.post-social-wrapper {
    display: inline-block;
}
.blog-post.blog-post-single .post-social-wrapper {
    margin-top: -7px;
    float: right;
}
.post-social-title {
    cursor: pointer;
    font-weight: 400;
    float: right;
    margin-right: 10px;
    line-height: 40px;
}
.post-social-title a {
    text-decoration: none;
}
.post-social-title i {
    margin-right: 9px;
    font-weight: normal;
    color: #2C99ED;
}
.post-social a {
    color: #ffffff;
    background: #eeeeee;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 15px;
}
.post-social a span {
    text-transform: uppercase;
    font-size: 10px;
}
.post-social a.facebook-share {
    background: #3b5998;
}
.post-social a.twitter-share {
    background: #00aced;
}
.post-social a.googleplus-share {
    background: #dd4b39;
}
.post-social a.pinterest-share {
    background: #cb2027;
}
.post-social a:hover {
    opacity: 0.7;
    color: #ffffff;
}
/* 
* 9. Navigation for posts 
*/
.navigation-post,
.navigation-paging {
    margin: 0;
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
}
.single-post .navigation-post .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.single-post .navigation-post,
.single-post .navigation-paging {
    margin-bottom: 30px;
}
.navigation-paging .nav-previous a {
    border-right: 1px solid #eeeeee;
}
.navigation-paging .nav-next a {
    border-left: 1px solid #eeeeee;
}
.navigation-post .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}
.navigation-paging a {
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    font-weight: 400;  
    line-height: 50px; 
    text-decoration: none;
    color: #2A2F35;
}
.navigation-paging a:hover {
    color: #2C99ED;
}
.navigation-paging .nav-previous a:before {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 10px;
}
.navigation-paging .nav-next a:after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 10px;
}
.navigation-paging .nav-next a {
    float: right;
}
.navigation-paging .nav-previous a {
    float: left;
}
/* 
* 10. Footer 
*/
footer {
    padding: 25px 0;
    font-size: 13px;
    background: #1C2126;
    color: rgba(255, 255, 255, 0.4);
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer a:hover {
    color: #2C99ED;
    text-decoration: none;
}
footer.footer-style-light {
    color: #68686d;
}
footer.footer-style-light a {
    color: #2A2F35;
}
footer.footer-style-light a:hover {
    color: #2C99ED;
}
footer h6 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
footer .footer-copyright {
    padding-left: 0;
    padding-right: 0;
}
footer.footer-col-1 .footer-copyright,
footer.footer-col-1 .footer-menu {
    text-align: center;
}
footer.footer-col-1 .footer-menu {
    margin-bottom: 10px;
    padding-left: 0;
}
footer .footer-menu {
    text-align: right;
    padding-right: 0;
}
footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-menu ul li {
    display: inline;
    margin-right: 25px;
}
footer .footer-menu ul li:last-child {
    margin-right: 0;
}
.scroll-to-top {
    display: block;
    color: #ffffff!important;
    bottom: -60px;
    position: fixed;
    right: 40px;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-align: center;
    background-color: #2C99ED;
}
.scroll-to-top:before {
    font-family: "FontAwesome";
    display: block;
    content: "";
    font-size: 20px;
    margin-top: 5px;
}
.scroll-to-top:hover {
    background-color: #2A2F35;
    text-decoration: none;
    color: #ffffff;
}
/* 
* Additional Footer
*/
.footer-wrapper {
    padding: 0;
    margin-top: 60px;
}
.footer-wrapper.container footer .row,
.footer-wrapper.container .footer-sidebar-wrapper .footer-sidebar {
    padding-left: 40px;
    padding-right: 40px;
}
.related-works + .footer-wrapper,
.related-works + .footer-wrapper .footer-sidebar-wrapper {
    margin-top: 0;
}
.footer-wrapper > .row {
    margin: 0;
}
.footer-sidebar-wrapper {
    background: #2A2F35;
}
.footer-sidebar-wrapper.with-bg {
    background-size: cover;
    background-position: center center; 
}
footer .container {
    padding-left: 0;
    padding-right: 0;
}
footer .container > .row {
    margin: 0;
}
.footer-sidebar {
    padding: 60px 0 10px;
    color: #b8b8b8;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .footer-sidebar {
    color: #68686d;
}
.footer-sidebar h2.widgettitle {
    color: #ffffff;
    border-radius: 0;
    background: none;
    border: none;
    margin-top: 0;
    padding: 0;
}
.footer-sidebar.footer-sidebar-col-1 h2.widgettitle {
    text-align: center;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .footer-sidebar h2.widgettitle {
    color: #000000;
}
.sidebar.footer-sidebar .widget a:not(.select2-choice) {
    color: #b8b8b8;
    text-decoration: none;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget a:not(.select2-choice) {
    color: #2A2F35;
}
.sidebar.footer-sidebar .widget a:not(.select2-choice):hover {
    text-decoration: underline;
    color: #2C99ED;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget a:not(.select2-choice):hover {
    color: #2C99ED;
}
.sidebar.footer-sidebar .widget.widget_tag_cloud a {
    color: #2A2F35;
}
.sidebar.footer-sidebar .widget.widget_tag_cloud a:hover {
    color: #2A2F35;
    background: #2C99ED;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget.widget_tag_cloud a {
    background: #2A2F35;
    color: #ffffff;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget.widget_tag_cloud a:hover {
    background: #2C99ED;
}
.sidebar.footer-sidebar .widget.widget_tag_cloud a:hover {
    text-decoration: none;
    color: #ffffff!important;
}
.footer-sidebar ul {
    list-style: none;
    padding: 0;
}
.custom-footer-contact .address .info {
    margin-bottom: 0;
}
.custom-footer-contact .phone .info {
    margin-bottom: 0;
    padding-top: 3px;
}
.custom-footer-contact .email .info {
}
.footer-sidebar.sidebar .widget.widget_nav_menu li a:hover {
    margin-left: 5px;
}
.footer-sidebar.sidebar .widget.widget_nav_menu li a:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
}
.footer-sidebar.sidebar .widget.widget_text .textwidget {
    font-size: 14px;
}
.footer-sidebar.sidebar .widget.widget_text .textwidget i.fa {
    margin-right: 10px;
}
/* 
* 11. Sidebars 
*/
.sidebar {
    margin-top: 40px;
}
.content-block .sidebar {
    margin-top: 0;
}
.project-container .sidebar {
    margin-top: 0;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar > ul > li {
    margin-bottom: 40px;
}
.sidebar .widgettitle {
    color: #2A2F35;
    font-size: 18px;
    position: static;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
    font-weight: normal;
}
.sidebar .widget:first-child .widgettitle {
    margin-top: 0;
}
.sidebar.footer-sidebar .widget:first-child .widgettitle {
    margin-top: 0;
}
.sidebar.footer-sidebar ul li {
    margin-bottom: 50px;
}
.sidebar.footer-sidebar ul li:nth-of-type(4n+1) {
    clear: both;
}

.sidebar .widget_search input[type="submit"] {
    width: 100%;
}
.sidebar .widget_search form {
    margin-bottom: 0;
}
.sidebar .widget_calendar caption {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar .widget_calendar th {
    background: #2C99ED;
    color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 5px;
}
.sidebar .widget_calendar tbody td {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 5px;
}
.sidebar .widget_calendar tbody td a {
    border: 1px solid #2C99ED;
    display: block;
    color: #2C99ED;
}
.sidebar .widget_calendar tfoot td {
    background: #2C99ED;
    padding: 5px;
}
.sidebar .widget.widget_calendar tfoot td a {
    color: #ffffff!important;
    display: block;
}
.footer-sidebar-wrapper .sidebar.footer-sidebar .widget.widget_calendar tbody td a {
    color: #b8b8b8;
}
.footer-sidebar-wrapper .sidebar.footer-sidebar .widget.widget_calendar tbody td a:hover {
    color: #2C99ED;
    text-decoration: none;
}
.sidebar .widget_calendar tbody td.pad,
.sidebar .widget_calendar tfoot td.pad {
    background: #eeeeee;
}
.bottom-sidebar {
    margin-bottom: 0;
    margin-top: 80px;
    padding: 0;
}
.footer-sidebar {
    margin-bottom: 0;
    margin-top: 0;
}
.footer-sidebar.sidebar {
    font-weight: normal;
}
.bottom-sidebar > ul > li {
    float: left;
    width: 25%;
    min-height: 250px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.bottom-sidebar > ul > li:nth-of-type(4n+1) {
    clear: both;
}
.bottom-sidebar .product_list_widget li {
    border-bottom: 1px solid rgba(0,0,0, 0.05);/* #F1F1F2*/
}
.bottom-sidebar .product_list_widget li:first-child {
    padding-top: 0;
}
.bottom-sidebar .product_list_widget li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.bottom-sidebar.sidebar.container > ul#bottom-sidebar {
    margin-left: -15px;
    margin-right: -15px;
}
.footer-sidebar > ul > li {
    float: left;
    width: 25%;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}
.footer-sidebar.footer-sidebar-col-5 > ul > li {
    width: 20%;
}
.footer-sidebar.footer-sidebar-col-4 > ul > li {
    width: 25%;
}
.footer-sidebar.footer-sidebar-col-3 > ul > li {
    width: 33.3333%;
}
.footer-sidebar.footer-sidebar-col-2 > ul > li {
    width: 50%;
}
.footer-sidebar.footer-sidebar-col-1 > ul > li {
    width: 100%!important;
    padding-right: 0;
}
.footer-sidebar.footer-sidebar-col-5 > ul > li:nth-child(5n+1) {
    clear: both;
}
.footer-sidebar.footer-sidebar-col-4 > ul > li:nth-child(4n+1) {
    clear: both;
}
.footer-sidebar.footer-sidebar-col-3 > ul > li:nth-child(3n+1) {
    clear: both;
}
.footer-sidebar.footer-sidebar-col-2 > ul > li:nth-child(2n+1) {
    clear: both;
}
.footer-sidebar.sidebar .widgettitle {
    margin-top: 0;
}
.footer-sidebar.sidebar .widget li {
    border: none;
    padding: 0;
    margin: 0;
}
.bottom-sidebar .woocommerce ul.cart_list li img,
.bottom-sidebar  .woocommerce ul.product_list_widget li img,
.bottom-sidebar  .woocommerce-page ul.cart_list li img,
.bottom-sidebar  .woocommerce-page ul.product_list_widget li img {
    width: 70px;
}

/* 
* 12. Widgets 
*/
/* 12.1. Nav Menu Widget */
.sidebar.main-sidebar .widget.widget_nav_menu li,
.sidebar.main-sidebar .widget.widget_nav_menu li ul {
    margin: 0;
    padding: 0;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu {
    background: #ffffff;  
}
.sidebar.main-sidebar .widget.widget_nav_menu li a {
    display: block;
    color: #2A2F35;
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid #eeeeee;
    margin: 0;
    margin-bottom: 3px;
    font-size: 14px;
}
.sidebar.main-sidebar .widget.widget_nav_menu li a:hover {
    background-color: #eeeeee;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu > li ul li a {
    padding-left: 25px;
    font-size: 12px;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu > li ul li ul li a {
    padding-left: 35px;
}
.sidebar.main-sidebar .widget.widget_nav_menu .current-menu-item > a,
.sidebar.main-sidebar .widget.widget_nav_menu .current-menu-item > a:hover {
    color: #ffffff;
    background: #2C99ED;
    border-color: #2C99ED;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.sub-menu {
    display: none;
}
.sidebar.main-sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.sidebar.main-sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.menu > li ul li a {
    padding-left: 15px;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.menu > li ul li ul li a {
    padding-left: 25px;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a:after {
    content: "";
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.sub-menu {
    display: none;
}
/* 12.2. Download links widget */
.widget-download-link-wrapper {
    border: 4px solid #2C99ED;
    padding: 13px;
    margin-bottom: 10px;
}
.widget-download-link-wrapper:last-child {
    margin-bottom: 0;
}
.widget-download-link-wrapper .widget-download-icon {
    color: #2C99ED;
    float: left;
}
.widget-download-link-wrapper .widget-download-icon .fa {
    margin-right: 12px;
    font-size: 30px;
}
.widget-download-link-wrapper .widget-download-title {
    font-size: 14px;
    line-height: 17px;
    color: #2A2F35;
}
.widget-download-link-wrapper .widget-download-title a {
    color: #2A2F35;
}
.widget-download-link-wrapper .widget-download-title a:hover {
    color: #2C99ED;
    text-decoration: none;
}
.sidebar .widget .widget-download-link-wrapper .widget-download-title a:hover {
    text-decoration: none;
}
.widget-download-link-wrapper .widget-download-subtitle {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}
.widget-download-link-wrapper .widget-download-details {
    display: table;
}
/* 12.3. Recent Posts widget */
.sidebar .widget.widget_barrel_recent_entries li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sidebar.footer-sidebar .widget.widget_barrel_recent_entries li {
    border-color: #585858;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget.widget_barrel_recent_entries li {
    border-color: #cecece;
}
.sidebar .widget.widget_barrel_recent_entries li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sidebar .widget.widget_barrel_recent_entries li .post-date {
    display: block;
    color: #828282;
    font-size: 12px;
    margin-top: 5px;
}
.sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title {
    line-height: 18px;
}
.sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title a {
    color: #2A2F35;
}
.sidebar.footer-sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title a {
    color: #ffffff;
}
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title a {
    color: #2A2F35;
}
.sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title a:hover,
.footer-sidebar-wrapper.footer-sidebar-style-light .sidebar.footer-sidebar .widget.widget_barrel_recent_entries li .widget-post-details-wrapper .post-title a:hover {
    color: #2C99ED;
    text-decoration: none;
}
.sidebar .widget.widget_barrel_recent_entries li .widget-post-thumb-wrapper {
    margin-bottom: 10px;
}
/* 12.4. Promo Block in Widgets */

/* 12.5 Social icons Widget */
.widget_barrel_social_icons .social-icons-wrapper a {
    font-size: 16px;
    color: #2A2F35;
    padding-top: 0;
}
.widget_barrel_social_icons .social-icons-wrapper a:hover {
    color: #2C99ED;
}
.widget_barrel_social_icons .social-icons-wrapper li:first-child a {
    padding-left: 0;
}
.widget.widget_text .textwidget .widget_barrel_social_icons i.fa {
    margin-right: 0!important;
}
footer .widget_barrel_social_icons .social-icons-wrapper,
footer .widget_barrel_social_icons  {
    display: inline-block;
}
footer .widget_barrel_social_icons .social-icons-wrapper a {
    color: #b8b8b8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
}
footer .widget_barrel_social_icons .social-icons-wrapper a:hover {
    color: #ffffff;
}
footer.footer-style-light .widget_barrel_social_icons .social-icons-wrapper a {
    color: #2A2F35;
}
footer.footer-style-light .widget_barrel_social_icons .social-icons-wrapper a:hover {
    color: #2C99ED;
}
/* 
* 13. WooCommerce overrides 
*/
/* 13.1. WooCommerce styles reset */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
    background: #40BE65;
    color: #ffffff;
}
.woocommerce-breadcrumb {
    display: none;
}
.woocommerce .quantity .qty {
    width: 5em;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none!important;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-weight: bold;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    background: none;
    font-weight: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border-radius: 0;
    padding: 0;
    border: 0;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 0 !important;
}
.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
    border: none !important;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button:disabled,
.single_add_to_cart_button:active,
.single_add_to_cart_button:disabled,
.single_add_to_cart_button:disabled:active {
    border: none !important;
    background: #1B344E!important;
    color: #ffffff!important;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    display: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 45px;
    width: 200px;
    line-height: 20px;
    padding: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}
.woocommerce-page .content-block {
    margin-bottom: 50px;
}
.woocommerce-shop {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
#ship-to-different-address {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
}
#ship-to-different-address-checkbox {
    position: absolute;
    top: 15px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
}
.product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #2C99ED;
    right: auto;
    left: 0;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    display: inline-block;
    text-decoration: none;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2 {
    color: #2A2F35;
    font-size: 16px;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product h2:hover {
    color: #2C99ED;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    width: 30px;
    height: 30px;
}
.woocommerce span.onsale {
    left: 0;
    top: 0;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    background: #2C99ED;
    font-weight: normal;
}
.woocommerce .reset_variations {
    display: none!important;
}
.woocommerce .woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 25px;
    color: #000000;
}
.woocommerce div.product form.cart .group_table tr,
.woocommerce div.product form.cart .group_table tr:hover {
    background: none;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.woocommerce div.product form.cart .group_table td.label {
    display: table-cell;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.woocommerce table.shop_table,
#add_payment_method #payment, 
.woocommerce-checkout #payment {
    border-radius: 0;
} 
.woocommerce table.shop_attributes td {
    padding: 8px;
}
#ship-to-different-address-checkbox {
    top: -6px;
}
.woocommerce-thankyou-order-details.order_details {
    background: #eeeeee;
}
.woocommerce-thankyou-order-details.order_details li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #F5F5F5;
}
.woocommerce.widget_shopping_cart .buttons a.button {
    height: auto;
}
.woocommerce.widget_shopping_cart .buttons a.button:hover {
    text-decoration: none!important;
}
.woocommerce.widget.widget_product_categories {
    color: #828282;
}
.woocommerce.widget.widget_product_categories a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.woocommerce.widget.widget_product_categories a:hover {
    text-decoration: none;
    color: #2C99ED;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.woocommerce-review-link {
    color: #2A2F35;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th {
    padding: 0;
    background: none;
}
.woocommerce div.product form.cart .variations label{
    padding-top: 8px;
}
.woocommerce div.product form.cart .variations .select2-container {
    width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:hover, 
.woocommerce.widget_shopping_cart .buttons a:hover {
    text-decoration: none;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
    color: #000000!important;
    background: transparent;
    text-decoration: none;
}
/* 13.2. WooCommerce buttons */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none !important;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 0;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    text-shadow: none;
}
.woocommerce ul.products li.product a.button {
    float: left;
    margin-right: 10px;
}
.woocommerce ul.products li.product .added_to_cart {
    display: none;
}
.woocommerce .columns-2 ul.products li.product, 
.woocommerce-page .columns-2 ul.products li.product {
    width: 48.101%;
}
.woocommerce .columns-3 ul.products li.product, 
.woocommerce-page .columns-3 ul.products li.product {
    width: 30.801%;
}
.woocommerce .columns-4 ul.products li.product, 
.woocommerce-page .columns-4 ul.products li.product {
    width: 22.1509%;
}
.woocommerce .columns-5 ul.products li.product, 
.woocommerce-page .columns-5 ul.products li.product {
    width: 16.9615%;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
    animation: 2s linear 0s normal none infinite running spin;
    content: "";
    font-family: WooCommerce;
    font-weight: 400;
    position: absolute;
    right: -20px;
    margin-top: 2px;
    vertical-align: middle;
}
.woocommerce .product-item-box a.add_to_cart_button.added:before {
    content: "";
    font-family: WooCommerce;
}
.woocommerce #content table.cart a.remove, 
.woocommerce table.cart a.remove, 
.woocommerce-page #content table.cart a.remove, 
.woocommerce-page table.cart a.remove {
    line-height: 26px;
    font-weight: 300;
    font-size: 30px;
    float: none;
}
.woocommerce #content table.cart a.remove:hover, 
.woocommerce table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover {
    background: none;
    color: #000000!important;
}
.wc-forward a:after, 
.wc-forward:after {
    display: none;
}
.wc-backward a:before, 
.wc-backward:before {
    display: none;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    width: auto;
    font-size: 13px;
    height: auto;
    padding: 12px 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #cccccc;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #2C99ED;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #F4F4F4;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    width: 45px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
}
#ship-to-different-address label {
    font-weight: normal;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    background: #2C99ED;
    color: #ffffff;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background: #2A2F35;
}
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce p.stars a,
.woocommerce p.stars a:hover {
    color: #fde428;
}
.woocommerce ul.cart_list li.empty {
    padding-left: 0;
}
.woocommerce #reviews #comment {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart {
    margin-top: 30px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-controls .owl-buttons div.owl-prev {
    left: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-controls .owl-buttons div.owl-next {
    right: 50px;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:hover, 
.woocommerce.widget_shopping_cart .buttons a:hover {
    text-decoration: none;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
    font-weight: normal;
    text-align: left;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
    color: #000000!important;
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border-color: #eeeeee;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px;
    line-height: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    height: 40px;
    width: 40px;
}
/* 
* Dropdown Shopping cart
*/
.shopping-cart {
    width: auto;
    position: relative;
}
.shopping-cart .cart-toggle-btn span {
    display: none;
    font-size: 15px;
    margin-left: 5px;
}
header.mainmenu-position-menu_below_header .shopping-cart span:hover,
header.mainmenu-position-menu_below_header .shopping-cart a:hover {
    color: #2A2F35!important;
}
.shopping-cart .cart-toggle-btn span.menu-uppercase {
    text-transform: uppercase;
}
.shopping-cart .cart-toggle-btn span.menu-font-weight-bold {
    font-weight: bold;
}
.shopping-cart-product-price .variation {
    font-weight: 300;
    margin-bottom: 10px;
}
.shopping-cart .nano {
    max-height: 368px;
}
.shopping-cart-product-price .variation dt,
.shopping-cart-product-price .variation dd,
.shopping-cart-product-price .variation p {
    display: inline;
}
.shopping-cart .shopping-cart-count {
    font-weight: normal;
    background: #f43e3e;
    color: #ffffff;
    font-size: 11px;
    min-width: 15px;
    height: 15px;
    padding: 2px;
    border-radius: 15px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -3px;
    z-index: 20;
    line-height: 13px;
}
.shopping-cart .shopping-cart-content {
    display: block;
    opacity: 0;
    position: absolute;
    width: 200px;
    background: #ffffff;
    z-index: 10000;
    min-width: 300px;
    padding: 20px;
    margin-top: 0;
    right: 0;
    min-height: 115px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: matrix(0, 0, 0, 0, 0, 0);
    -ms-transform: matrix(0, 0, 0, 0, 0, 0);
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
}
.shopping-cart:hover .shopping-cart-content {
    display: block;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.shopping-cart .shopping-cart-product {
    border-bottom: 1px solid #F2F1F1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.shopping-cart .shopping-cart-products {
    margin-bottom: 20px;
}
.shopping-cart .shopping-cart-product:last-child {
    margin-bottom: 0;
}
.shopping-cart .shopping-cart-product-image img {
    width: 70px;
    height: auto;
}
.shopping-cart .shopping-cart-product-image {
    float: left;
    margin-right: 20px;
}
.shopping-cart .mgt-button {
    display: block;
}
.shopping-cart .mgt-button-checkout {
    margin-bottom: 0;
}
.shopping-cart-subtotal {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -5px;
}
.shopping-cart-subtotal .shopping-cart-subtotal-text {
    float: left;
}
.shopping-cart-subtotal .shopping-cart-subtotal-value {
    float: right;
}
.woocommerce a.remove,
.shopping-cart-product-remove a.remove {
    color: red!important;
    font-size: 30px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    float: right;
    display: block;
    text-align: center;
    margin-top: -1px;
}
.shopping-cart-product-remove a.remove {
    margin-top: 2px;
}
.woocommerce a.remove:hover,
.shopping-cart-product-remove a.remove:hover {
    color: #000000!important;
    background: none;
}
.shopping-cart-product-title a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    white-space: normal;
    margin-right: 20px;
}
.shopping-cart-product-price {
    font-size: 14px;
    display: table;
}
.shopping-cart .empty {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
}
.shopping-cart .empty-cart-icon-mini {
    display: table;
    margin: 30px auto 20px;
}
.shopping-cart .empty-cart-icon-mini i.fa {
    font-size: 50px!important;
}
/* 
* 14. WordPress default styles overrides 
*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.mejs-container .mejs-controls div {
    line-height: 16px!important;
}
.mejs-container {
    overflow: hidden;
}
.taxonomy-description {
    padding: 15px;
    padding-bottom: 0;
}
.taxonomy-description p {
    margin: 0;
}
.blog-header-title {
    margin: 70px 0;
    text-transform: uppercase;
}
.about-meta {
    margin-top: 30px;
}
.about-meta i {
    margin-right: 5px;
    margin-left: 5px;
}
#respond {
    margin-top: 15px;
}
.comment-form label {
    display: block;
    font-weight: 700;
}
.comments-area {
    margin-bottom: 50px;
}
.page .comments-area {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
}
.comment-list .children {
    padding: 0;
}
.comment-list .children li.comment {
    padding-left: 30px;
}
.comment-list li.comment:first-child {
    border-top: 1px solid #eeeeee;
    margin-top: 0;
}
.comment-list li.comment {
    margin-top: 0;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}
.comment-list .children li.comment {
    border-top: 1px solid #eeeeee;
    border-bottom: 0;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-content {
    margin-top: 5px;
}
.comment-body {
    padding: 0;
}
.comment-author {
    width: 60px;
    margin: 20px 0;
    margin-top: 25px;
    margin-right: 30px;
    float: left;
}
.comment-metadata {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
}
.comment-metadata a {
    text-decoration: none;
}
.comment-metadata .author {
    line-height: 18px;
}
.comment-metadata .author cite {
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
.comment-meta .reply {
    float: right;
    margin-right: 0;
    margin-top: 20px;
}
.comment-meta .reply a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #2A2F35;
    text-transform: uppercase;
}
.comment-meta .reply a:hover {
    color: #2C99ED;
}
.comment-meta .reply a:hover {
    text-decoration: none;
}
.comment-meta .date {
    font-size: 12px;
}
.comment-meta .date a {
    color: #828282;
}
.comments-title {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 40px;
}
.comment-reply-title {
    font-size: 16px;
    font-weight: 700;
}
.comments-area textarea,
.comments-area input {
    margin-bottom: 30px;
}
.comments-area input#submit {
    margin-bottom: 0;
}
#comments-form-wrapper {
    font-weight: 400;
    display: none;
}
.single-post #blog_show_comment_form {
    margin-top: -57px;
    float: right;
}
.page #blog_show_comment_form {
    margin-top: -57px;
    float: right;
}
.sidebar .widget .select2-container, 
.sidebar .widget .select2-container, 
.sidebar .widget input[type="search"],
.sidebar .widget input[type="text"], 
.sidebar .widget input[type="password"] {
    width: 100%;
}
.sidebar .widget input[type="search"], 
.sidebar .widget input[type="text"], 
.sidebar .widget input[type="password"] {
    margin-bottom: 10px;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    text-align: left;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #F4F4F4;
    color: #2A2F35;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
}
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_categories li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_archive li,
.sidebar .widget.widget_nav_menu li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sidebar .widget a:hover {
    text-decoration: underline;
}
.sidebar .widget .mgt-promo-block a:hover {
    text-decoration: none;
}
.content-block .widget_archive ul li a,
.content-block .widget_categories ul li a {
    text-decoration: none;
    font-size: 15px;
}
.content-block .widget_categories ul li {
    color: #828282;
}
.sidebar .widget_pages ul li li a {
    display: block;
}
.sidebar .widget_pages ul li li a {
    padding-left: 15px;
}
.footer-sidebar-wrapper .widget_tag_cloud .tagcloud a, 
.footer-sidebar-wrapper .widget_product_tag_cloud .tagcloud a {
    border-color: #ffffff;
    line-height: 20px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    border-color: #2A2F35;
    background-color: #2A2F35;
    color: #ffffff;
}
.widget_calendar table {
    width: 100%;
    text-align: center;
    background: #EEEEEE;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget_rss li {
    margin-bottom: 20px;
}
.only-fixed {
    position: fixed !important;
    top: 0 !important;
}
input.pass-input {
    margin-bottom: 0;
}
.entry-content {
    overflow: visible;
}
.entry-content img {
    height: auto;
    max-width: 100%;
}
body .gallery {
    margin-bottom: -30px!important;
}
img.alignleft {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignleft {
    float: left;
}
img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
img.alignnone {
    margin-bottom: 10px;
    margin-top: 10px;
}
.alignright {
    float: right;
}
.aligncenter {
    text-align: center;
    margin: auto;
}
.image-attachment {
    margin: 150px 0;
}
.image-attachment .about-meta {
    margin-bottom: 0;
}
.comments-area input[type="text"] {
    width: 462px;
}
.comments-area textarea {
    width: 100%;
}
.wp-caption {
    max-width: 100%;
    color: #8e8e8e;
    font-style: italic;
    margin-bottom: 30px;
}
.wp-caption.alignright {
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption.alignleft {
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption-text {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.wp-caption img {
    width: 100%;
}
.gallery-caption {
    color: #8e8e8e;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.shortcode br {
    display: none;
}
/* 
* 15. SelectBox overrides 
*/
body .select2-container .select2-choice {
    border-color: #eeeeee;
    background: #ffffff;
    padding: 8px 10px 5px 15px;
    height: auto;
    font-weight: normal;
    border-radius: 0;
    height: 45px;
}
body .select2-container .select2-choice:hover {
    text-decoration: none;
}
body .select2-search {
    padding: 0;
}
body .select2-search input {
    border-color: #eeeeee;
    color: #000000;
    background: #F5F5F5;
    font-size: 13px;
    padding: 14px 20px 14px 40px;
    line-height: 15px;
}
body .select2-search:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 15px;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    color: #17477c;
}
body .select2-drop-active {
    border-color: #eeeeee;
}
body .select2-results {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-drop.select2-drop-above.select2-drop-active {
    border: none;
    border-radius: 0;
}
body .select2-results .select2-result-label {
    padding: 7px 14px;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px dotted #eeeeee;
}
body .select2-results .select2-result:last-child .select2-result-label {
    border-bottom: 0;
}
body .select2-container .select2-choice .select2-arrow {
    width: 35px;
    background: none;
    border: none;
    text-align: left;
}
body .select2-container .select2-choice .select2-arrow b {
    display: none;
}
body .select2-container .select2-choice .select2-arrow:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    margin-left: 15px;
    margin-top: 9px;
}
body .header-menu .select2-container .select2-choice .select2-arrow:after {
    margin-top: 2px;
}
body .search-bar .select2-container .select2-choice .select2-arrow:after {
    margin-top: 7px;
}
body .select2-drop {
    background-color: #ffffff;
    color: #2C99ED; /* link color */
}
body .select2-results .select2-highlighted {
    background: #ffffff;
    color: #606060;
}
body .select2-drop-active {
    border: none;
}
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
    border-radius: 0;
    border-color: #eeeeee;
}
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #eeeeee;
    border-radius: 0;
}
body .select2-dropdown-open.select2-drop-above .select2-results {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-container-multi.select2-container-active .select2-choices {
    border: none;
}
body .select2-results .select2-no-results, .select2-results .select2-searching, 
body .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #fff;
    font-size: 13px;
    padding: 14px;
    font-weight: 400;
}
/* 
* 16. OWL Carousel slider script overrides
*/
body .owl-theme .owl-controls {
    text-align: center;
    margin-top: 0;
}
body .owl-theme .owl-controls .owl-buttons {
    opacity: 0;
}
body .owl-theme:hover .owl-controls .owl-buttons {
    opacity: 1;
}
body .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1.0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 0;
}
body .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-i../mage: url("img/arrow-left.png");
    opacity: 0.5;
    position: absolute;
    left: -130px;
    margin-top: -20px;
    top: 50%;
}
body .row.row-fluid[data-vc-stretch-content="true"] .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 50px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-prev {
    background-image: url("../img/arrow-left-invert.png");
}
body .col-md-9 .owl-theme .owl-controls .owl-buttons div.owl-prev,
body .wpb_column:not(.col-sm-12) .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .owl-theme .owl-controls .owl-buttons div.owl-prev {
        background-image: url("../img/arrow-left%402x.png");
        background-size: 40px 40px;
    }
    body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-prev {
        background-image: url("../img/arrow-left-invert%402x.png");
    }
}

body .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    opacity: 0.9;
}
body .owl-theme .owl-controls .owl-buttons div.owl-next{
    background-image: url("../img/arrow-right.png");
    opacity: 0.5;
    position: absolute;
    right: -130px;
    margin-top: -20px;
    top: 50%;
}
body .row.row-fluid[data-vc-stretch-content="true"] .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 50px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-next{
    background-image: url("../img/arrow-right-invert.png");
}
body .col-md-9 .owl-theme .owl-controls .owl-buttons div.owl-next,
body .wpb_column:not(.col-sm-12) .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .owl-theme .owl-controls .owl-buttons div.owl-next {
        background-image: url("../img/arrow-right%402x.png");
        background-size: 40px 40px;
    }
    body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-next {
        background-image: url("../img/arrow-right-invert%402x.png");
    }
}
body .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    opacity: 0.9;
}
body .owl-theme .owl-controls .owl-page span {
    background-color: #D1CFCF;
    opacity: 1;
}
body .owl-theme .owl-controls .owl-page.active span, 
body .owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 3px solid #2C99ED;
    background-color: #fff;
    opacity: 1;
}
body .owl-theme .owl-controls .owl-pagination {
    margin-top: 35px;
    margin-bottom: 40px;
}
body .fullwidth-background .owl-theme .owl-controls .owl-pagination {
    margin-top: 5px;
    margin-bottom: 50px;
}
/* 
* 17. Visual Composer plugin overrides 
*/
body .col-has-fill > .column-inner,
body .row-has-fill + .row-full-width + .row > .column_container > .column-inner, 
body .row-has-fill + .row > .column_container > .column-inner, 
body .row-has-fill + .vc_row > .row > .vc_column > .column_container > .column-inner, 
body .row-has-fill + .vc_row_inner > .row > .vc_column_inner > .column_container > .column-inner, 
body .row-has-fill > .column_container > .column-inner, 
body .row-has-fill > .row > .vc_column > .column_container > .column-inner,
body .row-has-fill > .vc_column_inner > .column_container > .column-inner, 
body .section.section-has-fill, .section.section-has-fill + .row-full-width + .section, 
body .section.section-has-fill + .section {
    padding-top: 0;
}
.wpb_column > .wpb_wrapper > *:last-child > .wpb_content_element {
    margin-bottom: 0;
}
.wpb_text_column.text-size-large p {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: lighter;
}
.wpb_text_column.text-weight-lighter p {
    font-weight: lighter;
}
.wpb_text_column.disable-underline a {
    text-decoration: none;
}
body .wpb_gmaps_widget .wpb_wrapper {
    padding: 2px;
}
a .fa.fa-2 {
    color: #000000;
}
.fa.fa-2 {
    font-size: 2em;
    margin-right: 30px;
}
.fa.fa-3 {
    font-size: 3em;
    margin-right: 30px;
}
.fa.fa-4 {
    font-size: 4em;
    margin-right: 30px;
}
.fa.fa-5 {
    font-size: 7em;
    margin-right: 30px;
}
.fa.fa-6 {
    font-size: 12em;
    margin-right: 30px;
}
.fa.fa-7 {
    font-size: 20em;
    margin-right: 30px;
}
body .wpb_button, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 30px;
}
body .wpb_content_element.mgt-promo-block,
body .wpb_content_element.wpb_revslider_element,
body .wpb_content_element.mgt-cta-block,
body .wpb_content_element.mgt-signup-block {
    margin-bottom: 0;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 56%;
    position: relative;
}
.wpb_video_widget .wpb_wrapper iframe {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body .wpb_single_image .single_image-wrapper {
    display: block;
}
body .wpb_single_image .single_image-wrapper img {
    /*width: 100%;*/
    width: auto;
}
.container-fluid .col-md-12 .row {
    margin-left: auto;
    margin-right: auto;
}
.container.fullwidth-no-padding .row .col-md-12 {
    padding: 0;
}
.container-fluid .col-md-12.entry-content,
.container-fluid .col-md-12.post-single-content,
.container-fluid .col-md-12.portfolio-single-content {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-slider .vc-carousel {
    width: 100% !important;
}
.fullwidth-slider .vc-inner img {
    width: 100%;
    height: auto;
}
.vc-carousel-control {
    color: #fff;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next {
    background: none;
    font-size: 36px;
}
body .images_carousel .carousel-control .icon-prev, 
body .images_carousel .carousel-control .icon-next {
    display: none;
}
body .images_carousel a.carousel-control.left {
    background: transparent url("../img/arrow-left-big.html") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    left: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .images_carousel a.carousel-control.left {
        background-image: url("../img/arrow-left-big%402x.html");
        background-size: 54px 54px;
    }
}
body .images_carousel a.carousel-control.right {
    background: transparent url("../img/arrow-right-big.html") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .images_carousel a.carousel-control.right {
        background-image: url("../img/arrow-right-big%402x.html");
        background-size: 54px 54px;
    }
}
body .images_carousel a.carousel-control.left:hover {
    background-color: transparent;
    opacity: 0.7;
}
body .images_carousel a.carousel-control.right:hover {
    background-color: transparent;
    opacity: 0.7;
}
body .images_carousel .carousel-control {
    text-shadow: none;
    margin-top: 0;
}
body .images_carousel .carousel-indicators li {
    background: #ffffff;
    border: #ffffff;
}
body .images_carousel .carousel-indicators .active {
    border-color:#4987CA;
    background: #4987CA;
}
/* Progress bars */
body .progress_bar .single_bar.bar_green .label {
    text-shadow: none;   
}
body .progress_bar .single_bar {
    box-shadow: none;
    border-radius: 0;
}
body .progress_bar .single_bar .bar {
    border-radius: 0;
}
body .progress_bar .general.single_bar {
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin: 60px 0 0;
    position: relative;
    font-size: 16px;
}
body .progress_bar .general.single_bar:first-child {
    margin-top: 1.5em;
}
body .progress_bar .general.single_bar .label {
    left: 0;
    line-height: 1;
    padding: 0;
    position: absolute;
    text-shadow: none !important;
    top: -1.5em;
    width: 100%;
    color: #2a2f35!important;
}
body .progress_bar .general.single_bar.progress-bar-color-white .label, 
body .progress_bar.progress-bar-color-white .single_bar .label {
    color: #ffffff!important;
}
body .progress_bar .general.single_bar.progress-bar-color-white .label .label_units, 
body .progress_bar.progress-bar-color-white .single_bar .label .label_units {
    color: #ffffff!important;
}
body .progress_bar .general.single_bar.progress-bar-color-white, 
body .progress_bar.progress-bar-color-white .single_bar {
    background-color: rgba(224,224,224,0.45)!important;
}
body .progress_bar .general.single_bar .label_units {
    bottom: 0;
    position: absolute;
    right: 0;
    color: #666666;
}
body .progress_bar .general.single_bar .bar {
    border-radius: 0;
}
/* FAQ/Toggle */
body .toggle .toggle_title h4 {
    font-weight: bold;
}
body .toggle .toggle_content {
    padding-left: 0!important;
}
/* Accordion */
body .tta-accordion.tta.general.tta-color-black.tta-style-classic .tta-panel-title {
    font-size: 14px;
}
body .tta-accordion.tta.general.tta-color-black.tta-style-classic {
    font-size: 14px;
    color: #828282;
}
body .tta-accordion.tta-color-black.tta-style-classic .tta-panel.active .tta-panel-title > a {
    color: #ffffff;
}
body .tta-accordion.tta-color-black.tta-style-classic .tta-panel.active .tta-panel-heading {
    background: #2C99ED;
}
body .tta-accordion.tta-color-black.tta-style-classic .active .tta-panel-heading .tta-controls-icon:after, 
body .tta-accordion.tta-color-black.tta-style-classic .active .tta-panel-heading .tta-controls-icon:before {
    border-color: #ffffff;
}
body .tta-accordion.tta-color-black.tta-style-classic .active .tta-panel-heading {
    border: 0;
}
body .tta-accordion.tta-color-black.tta-style-classic .tta-panel .tta-panel-body {
    background: #F5F5F5;
}
/* Tabs */
body .tta-tabs.tta.tta-color-grey.tta-style-outline .tta-tab > a {
    border-color: #eeeeee;
    color: #2A2F35;
}
body .tta-tabs.tta.tta-color-grey.tta-style-outline .tta-tab.active > a,
body .tta-tabs.tta.tta-color-grey.tta-style-outline .tta-tab > a:hover {
    color: #ffffff;
    background-color: #2C99ED;
    border-color: #2C99ED;
}
body .tta-tabs.tta.tta-style-outline .tta-tab {
    margin-left: 0;
}
body .tta-tabs.tta.tta-style-outline .tta-tab > a {
    border-right-width: 0;
    border-left-width: 1px;
}
body .tta-tabs.tta.tta-style-outline .tta-tab:first-child > a {
    border-left-width: 2px
}
body .tta-tabs.tta.tta-style-outline .tta-tab:last-child > a {
    border-right-width: 2px;
}
body .tta-tabs.tta.tta-style-outline .tta-tabs-list {
    padding-left: 0;
    padding-right: 0;
}
/* woocommerce vc */
.wpb_wrapper .woocommerce:not(.columns-5):not(.columns-4):not(.columns-3):not(.columns-2) ul.products li.product {
    width: 100%;
}
/* TTA Panel */
body.wpb-js-composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-title > a {
    color: #2a2f35;
}
body.wpb-js-composer .tta-color-grey.tta-style-outline .tta-panel.active .tta-panel-title > a {
    color: #2c99ed;
}
/* VC Other fixes */
.single-product-shortcode .woocommerce ul.products li.product, 
.single-product-shortcode .woocommerce-page ul.products li.product {
    width: 100%;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    color: #ffffff;
}
.content-block .separator h4 {
    font-size: 130%;
    font-weight: bold;
    margin-top: 0;
}
.content-block .vc-carousel-control {
    text-shadow: none;
}
.content-block .wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
    background: none;
}
body .flexslider {
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
body .flexslider .slides img {
    height: auto;
}
body .flexslider .flex-direction-nav a {
    text-indent: 0;
    background: none;
    color: #fff;
    font-size: 0;
    margin-top: -27px;
}
body .flexslider .flex-direction-nav .flex-prev:before {
    display: none;
}
body .flexslider .flex-direction-nav .flex-next:before {
    display: none;
}
body .flexslider .flex-direction-nav a.flex-prev {
    background: transparent url("../img/arrow-left-big.html") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .flexslider .flex-direction-nav .flex-prev {
        background-image: url("../img/arrow-left-big%402x.html");
        background-size: 54px 54px;
    }
}
body .flexslider .flex-direction-nav .flex-next {
    background: transparent url("../img/arrow-right-big.html") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    body .flexslider .flex-direction-nav .flex-next {
        background-image: url("../img/arrow-right-big%402x.html");
        background-size: 54px 54px;
    }
}
body .flexslider .flex-direction-nav .flex-prev:hover {
    background-color: transparent;
    opacity: 0.7;
}
body .flexslider .flex-direction-nav .flex-next:hover {
    background-color: transparent;
    opacity: 0.7;
}
body .wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: 10px;
}
body .wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none;
}
body .flexslider .flex-prev {
    text-align: left;
}
body .flexslider .flex-next {
    text-align: right;
}
body .flexslider .flex-prev:hover,
body .flexslider .flex-prev,
body .flexslider:hover .flex-prev {
    opacity: 0.45;
    left: 30px;
}
body .flexslider .flex-next,
body .flexslider .flex-next:hover,
body .flexslider:hover .flex-next {
    opacity: 0.45;
    right: 30px;
}
body .flexslider .flex-next,
body .flexslider .flex-prev {
    opacity: 0;
}
body .flex-control-paging {
    opacity: 0;
}
body .flexslider:hover .flex-control-paging {
    opacity: 1;
}
body .flex-control-paging li a {
    background: #ffffff;
    box-shadow: none;
}
body .flex-control-paging li a.flex-active,
body .flex-control-paging li a:hover {
    background: #2C99ED;
}
.wpb_button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none;
    text-shadow: none !important;
}
body .wpb_toggle,
body #content h4.wpb_toggle {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: none;
    padding-left: 0;
}
body .wpb_toggle:before,
body #content h4.wpb_toggle:before {
    font-family: "FontAwesome";
    font-size: 15px;
    content: '';
    margin-right: 10px;
    color: #535353;
}
body .wpb_toggle.wpb_toggle_title_active:before,
body #content h4.wpb_toggle.wpb_toggle_title_active:before {
    content: '';
}
/*
* 18. MGT Shortcodes
*/
/* 18.1 Promo Block */
.mgt-promo-block {
    width: 100%;
    display: table;
    background-position: top center;
}
.mgt-promo-block-container.wpb_content_element {
    margin-bottom: 0;
    overflow: visible;
}
.mgt-promo-block-wrapper {
    overflow: hidden;
}
.mgt-promo-block-wrapper.mgt-promo-block-shadow {
    box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.06);
}
.mgt-promo-block-wrapper.mgt-promo-block-shadow.mgt-promo-block-hover:hover {
    box-shadow: 0px 9px 25px 0px rgba(0,0,0,0.15);
}
.mgt-promo-block-wrapper.mgt-promo-block-hover:hover {
     transform: translate3d(0px, -6px, 0px);
    -moz-transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);   
}
.mgt-promo-block a.mgt-promo-block-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: table;
}
.mgt-promo-block-wrapper .mgt-promo-block-top-image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mgt-promo-block-wrapper .mgt-promo-block-top-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.mgt-promo-block .mgt-promo-block-content {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 5;
}
.mgt-promo-block .mgt-promo-block-content .mgt-promo-block-content-inside {
    padding: 50px;
}
.mgt-promo-block .mgt-promo-block-content .mgt-promo-block-content-inside.mgt-promo-block-content-inside-show-on-hover {
    transform: translate3d(0px, -40px, 0px);
    -moz-transform: translate3d(0px, -40px, 0px);
    -webkit-transform: translate3d(0px, -40px, 0px);
    opacity: 0;
}
.mgt-promo-block:hover .mgt-promo-block-content .mgt-promo-block-content-inside.mgt-promo-block-content-inside-show-on-hover {
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.mgt-promo-block .mgt-promo-block-content.va-middle {
    vertical-align: middle;
}
.mgt-promo-block .mgt-promo-block-content.va-top {
    vertical-align: top;
}
.mgt-promo-block .mgt-promo-block-content.va-bottom {
    vertical-align: bottom;
}
.mgt-promo-block .mgt-promo-block-content h1,
.mgt-promo-block .mgt-promo-block-content h2,
.mgt-promo-block .mgt-promo-block-content h3,
.mgt-promo-block .mgt-promo-block-content h4,
.mgt-promo-block .mgt-promo-block-content h5,
.mgt-promo-block .mgt-promo-block-content h6 {
    color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content p {
    color: #b8b8b8;
}
.mgt-promo-block.white-text .mgt-promo-block-content p {
    color: #ffffff;
}
.mgt-promo-block.darken .mgt-promo-block-content {
    background: rgba(0,0,0,0.3);
}
.mgt-promo-block.cover-image {
    background-position: center center;
    background-size: cover;
}
.mgt-promo-block.without-image  .mgt-promo-block-content,
.mgt-promo-block.without-image .mgt-promo-block-content * {
    color: #2A2F35;
}
.mgt-promo-block .mgt-promo-block-content *.not(a) {
    color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content span {
    display: inline-block;
}
.mgt-promo-block .mgt-promo-block-content a:not(.btn) {
    color: #ffffff;
    text-decoration: none;
}
.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.5);
}
.mgt-promo-block .mgt-promo-block-content .btn {
    margin-top: 0;
}
.mgt-promo-block .mgt-promo-block-content i.fa {
    color: #2C99ED;
    margin-bottom: 20px;
}
.mgt-promo-block .mgt-promo-block-content .mgt-button i.fa {
    color: inherit;
    margin-bottom: 0;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button {
    overflow: hidden;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button .mgt-button {
    opacity: 0;
    position: relative;
    bottom: -5em;
}
.mgt-promo-block:hover .mgt-promo-block-content.mgt-hide-button .mgt-button {
    bottom: 0;
    opacity: 1;
}
.mgt-promo-block .mgt-button.mgt-align-left {
    float: none;
}
.mgt-promo-block .mgt-promo-block-content .mgt-promo-block-content-inside > .mgt-button-wrapper:first-child > .mgt-button {
    margin-top: 10px;
}
.mgt-promo-block.black-text .mgt-promo-block-content,
.mgt-promo-block.black-text .mgt-promo-block-content h1,
.mgt-promo-block.black-text .mgt-promo-block-content h2,
.mgt-promo-block.black-text .mgt-promo-block-content h3,
.mgt-promo-block.black-text .mgt-promo-block-content h4,
.mgt-promo-block.black-text .mgt-promo-block-content h5,
.mgt-promo-block.black-text .mgt-promo-block-content h6,
.mgt-promo-block.black-text .mgt-promo-block-content a:not(.btn) {
    color: #2A2F35;
}
.mgt-promo-block.black-text .mgt-promo-block-content .mgt-promo-block-content-inside > i.fa {
    color: #2A2F35;
}
.mgt-promo-block.black-text .mgt-promo-block-content p {
    color: #828282;
}
.mgt-promo-block .mgt-promo-block-content i.fa + .mgt-button-wrapper .mgt-button {
    margin-top: 0;
}
.mgt-promo-block.text-color-hover-white:hover *:not(.mgt-button):not(.fa) {
    color: #ffffff!important;
}
/* 18.2 Header block */
.mgt-header-block.wpb_content_element {
    margin-top: 45px;
}
.mgt-header-block .mgt-header-block-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.mgt-header-block p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #828282;
}
.mgt-header-block .mgt-header-line {
    height: 3px;
    width: 70px;
    background: #2C99ED;
    display: table;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-large {
    margin-top: 30px!important;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-small {
    margin-top: 10px!important;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-regular {
    margin-top: 20px!important;
}
.mgt-header-block.mgt-header-block-fontsize-large .mgt-header-block-title {
    font-size: 72px;
}
.mgt-header-block.mgt-header-block-fontsize-medium .mgt-header-block-title {
    font-size: 36px;
}
.mgt-header-block.text-center .mgt-header-line {
    margin: 10px auto 0;
}
.mgt-header-block.text-right .mgt-header-line {
    float: right;
}
.mgt-header-block.text-white .mgt-header-block-title {
    color: #ffffff;
}
.mgt-header-block.text-white p {
    color: #b8b8b8;
}
.mgt-header-block.mgt-header-block-style-2 .mgt-header-block-title {
    text-transform: none;
}
.mgt-header-block.mgt-header-block-style-2 p {
    margin-bottom: 0;
}
.mgt-header-block.mgt-header-texttransform-both p,
.mgt-header-block.mgt-header-texttransform-both .mgt-header-block-title {
    text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-header .mgt-header-block-title {
    text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-subheader p {
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* 18.3 Posts list block */
.mgt-post-list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.mgt-post-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}
.mgt-post-list.owl-carousel {
    margin-left: 0;
    margin-right: 0;
}
.mgt-post-list .mgt-post {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    overflow: hidden;
}
.mgt-post-list.owl-carousel .mgt-post {
    margin-bottom: 0;
}
.mgt-post-list.mgt-single-post {
    margin-left: 0;
    margin-right: 0;
}
.mgt-post-list.mgt-single-post .mgt-post {
    padding-left: 0;
    padding-right: 0;
    width: 100%!important;
    float: none;
}
.mgt-post-list .mgt-post.small-blocks {
    width: 25%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.small-blocks:nth-child(4n+1) {
    clear: both;
}
.mgt-post-list.owl-carousel .mgt-post.small-blocks,
.mgt-post-list.owl-carousel .mgt-post.normal-blocks,
.mgt-post-list.owl-carousel .mgt-post.medium-blocks,
.mgt-post-list.owl-carousel .mgt-post.large-blocks {
    width: 100%;
}
.mgt-post-list .mgt-post.normal-blocks {
    width: 33.3333%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.normal-blocks:nth-child(3n+1) {
    clear: both;
}
.mgt-post-list .mgt-post.medium-blocks {
    width: 50%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.medium-blocks:nth-child(2n+1) {
    clear: both;
}
.mgt-post-list .mgt-post.large-blocks {
    width: 100%;
}
.mgt-post-list .mgt-post .mgt-post-image {
    background: #d7d7d7;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 25px;
}
.mgt-post-list .mgt-post-image-wrapper {
    height: 100%;
    position: relative;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5:hover {
    color: #2C99ED;
}
.mgt-post-list:not(.owl-carousel) .mgt-post-details .mgt-post-title h5 {

}
.mgt-post-list .mgt-post-details .mgt-post-title a {
    text-decoration: none;
}
.mgt-post-list .mgt-post-details .mgt-post-date {
    font-size: 13px;
    color: #828282;
    margin-top: 0;
    margin-bottom: 10px;
}
.mgt-post-list .mgt-post-details .mgt-post-text {
    color: #828282;
    margin-top: 15px;
}
.mgt-post-list .mgt-post-details .btn {
    margin-top: 20px;
}
.mgt-post-list .mgt-post-details .mgt-post-date i.fa {
    margin-right: 5px;
}
.mgt-post-list .mgt-post-details .mgt-post-date span.post-comments-count {
    margin-left: 10px;
}
.mgt-post-list.animated .mgt-post .mgt-post-image-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.mgt-post-list.animated .mgt-post .mgt-post-image-wrapper:hover .mgt-post-wrapper-icon {
    opacity: 1;
}
.mgt-post-list .mgt-post-icon {
    background-color: #2C99ED;
    color: #ffffff;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
    display: none;
}
.mgt-post-list .mgt-post-wrapper-icon {
    color: #ffffff;
    display: table;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 90px;
    opacity: 0;
}
.mgt-post-list .mgt-post-wrapper-icon i {
    line-height: 50px;
}
.mgt-post-list .mgt-post-categories {
    text-decoration: none;
    background: #2C99ED;
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 15px;
}
.mgt-post-list .mgt-post-image-wrapper .mgt-post-categories {
    position: absolute;
    left: 15px;
    margin-right: 15px;
    top: 15px;
    margin-bottom: 0;
}
.mgt-post-list.mgt-post-list-style-rounded .mgt-post-categories,
.mgt-post-list.mgt-post-list-style-rounded .mgt-button,
.mgt-post-list.mgt-post-list-style-rounded .mgt-post.post-no-image {
    border-radius: 5px;
}
.mgt-post-list .mgt-post-wrapper-icon:hover {
    background-color: #2C99ED;
}
.mgt-post-list .mgt-post-icon:before {
    margin-top: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 19px;
}
.mgt-post-list .mgt-post-icon:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-standard:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-aside:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-image:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-gallery:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-quote:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-video:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-audio:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-link:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-status:before {
    content: "";
}
.mgt-post-list .mgt-post-icon.format-chat:before {
    content: "";
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 60px;
    margin-right: 0;
    margin-left: 0;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons {
    opacity: 1;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-prev,
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-next {
    top: -44px;
}
/* 
* 18.4 Icon Box 
*/
.mgt-icon-box {
    margin-top: 30px;
    margin-bottom: 30px!important;
}
.mgt-icon-box h6 {
    color: #828282!important;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
.mgt-icon-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.mgt-icon-box h5 a:hover {
    color: #2A2F35!important;
}
.mgt-icon-box .mgt-icon-box-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-right: 25px;
}
.mgt-icon-box.mgt-icon-box-disable-content .mgt-icon-box-icon {
    margin-right: 0;
    margin-top: 0;
    float: none;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-left {
    text-align: left;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-center {
    text-align: center;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-right {
    text-align: right;
}
.mgt-icon-box.mgt-icon-image .mgt-icon-box-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    background: #2C99ED;
    color: #ffffff;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    cursor: default;
}
.mgt-icon-box.mgt-icon-background-style-rounded .mgt-icon-box-icon {
    border-radius: 50%;
    border-color: transparent!important;
}
.mgt-icon-box.mgt-icon-background-style-boxed .mgt-icon-box-icon {
    border-radius: 0;
    border-color: transparent!important;
}
.mgt-icon-box.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    border-radius: 5px;
    border-color: transparent!important;
}
.mgt-icon-box.mgt-icon-background-style-rounded-outline .mgt-icon-box-icon {
    border-color: #2C99ED;
    background: transparent!important;
    border-radius: 50%;
    color: #2C99ED;
}
.mgt-icon-box.mgt-icon-background-style-boxed-outline .mgt-icon-box-icon {
    border-color: #2C99ED;
    background: transparent!important;
    color: #2C99ED;
}
.mgt-icon-box.mgt-icon-background-style-rounded-less-outline .mgt-icon-box-icon {
    border-color: #2C99ED;
    background: transparent!important;
    border-radius: 20px;
    color: #2C99ED;
}
.mgt-icon-box:not(.mgt-icon-background) .mgt-icon-box-icon {
    width: auto!important;
    height: auto!important;
    line-height: 1em!important;
}
.mgt-icon-box:not(.mgt-icon-background) .mgt-icon-box-icon .mgt-font-icon {
    line-height: 1em!important;
}
.mgt-icon-box .mgt-font-icon {
    line-height: inherit;
    vertical-align: top;
}
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-font-icon {
    font-size: 17px;
    line-height: 40px;
} 
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-font-icon {
    font-size: 22px;
    line-height: 46px;
} 
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-font-icon {
    font-size: 32px;
    line-height: 56px;
} 
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-font-icon {
    font-size: 40px;
    line-height: 70px;
} 
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-font-icon {
    font-size: 66px;
    line-height: 114px;
} 
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-icon-box-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-icon-box-icon {
    width: 50px;
    height: 50px;
    /*line-height: 50px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-icon-box-icon {
    width: 60px;
    height: 60px;
  /*  line-height: 60px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-icon-box-icon {
    width: 74px;
    height: 74px;
    /*line-height: 74px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-icon-box-icon {
    width: 120px;
    height: 120px;
    /*line-height: 100px;*/
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-small .mgt-icon-box-icon {
    line-height: 50px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-normal .mgt-icon-box-icon {
    line-height: 60px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-large .mgt-icon-box-icon {
    line-height: 74px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-extralarge .mgt-icon-box-icon {
    line-height: 120px;
}
.mgt-icon-box .mgt-icon-box-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon img {
    margin-top: -5px;
}
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-icon-box-icon img {
    max-width: 16px;
}
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-icon-box-icon img {
    max-width: 20px;
}
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-icon-box-icon img {
    max-width: 26px;
}
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-icon-box-icon img {
    max-width: 34px;
}
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-icon-box-icon img {
    max-width: 70px;
}
.mgt-icon-box .mgt-icon-box-content {
    display: table;
    color: #68686d;
}
.mgt-icon-box.mgt-icon-box-centered {
    text-align: center;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-icon {
    float: none;
    margin: 0 auto;
    display: block; /* was table */
    margin-bottom: 25px;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-content {
    display: block;
}
.mgt-icon-box.mgt-icon-box-left {
    text-align: left;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-icon {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    text-align: left;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-box-left .mgt-icon-box-icon {
    text-align: center;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-content {
    display: block;
}
.mgt-icon-box.mgt-icon-box-textright {
    text-align: right;
}
.mgt-icon-box.mgt-icon-box-textright .mgt-icon-box-icon {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    text-align: right;
}
.mgt-icon-box.mgt-icon-box-textright .mgt-icon-box-content {
    display: block;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-box-textright .mgt-icon-box-icon {
    text-align: center;
}
.mgt-icon-box.text-white .mgt-icon-box-content {
    color: #b8b8b8;
}
.mgt-icon-box.text-white h5 {
    color: #ffffff;
}
.mgt-icon-box.text-white h6 {
    color: #e1e1e1!important;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadedark:hover {
    background: #2A2F35!important;
    border-color: #2A2F35!important;
    color: #ffffff!important;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadelight:hover {
    background: #ffffff!important;
    border-color: #ffffff!important;
    color: #2A2F35!important;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadeborder:hover {
    background: #ffffff!important;
    border-color: #2A2F35!important;
    color: #2A2F35!important;
}
/* 18.5 Message Box */
.mgt-message-box {
    padding: 25px;
    padding-left: 70px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.mgt-message-box:before {
    position: absolute;
    margin-top: -2px!important;
    margin-left: -30px!important;
}
.mgt-message-box-error {
    background: #FFF2F2;
    color: #d83a3a;
}
.mgt-message-box-error:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 20px;
    margin-left: 0;
    margin-top: 5px;
}
.mgt-message-box-info {
    background: #F2F9FF;
    color: #19527e;
}
.mgt-message-box-info:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 20px;
    margin-left: 0;
    margin-top: 5px;
}
.mgt-message-box-message {
    background: #F2FEF3;
    color: #1b7121;
}
.mgt-message-box-message:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 20px;
    margin-left: 0;
    margin-top: 5px;
}
.mgt-message-box-warning {
    background: #FFFAF2;
    color: #a76800;
}
.mgt-message-box-warning:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 20px;
    margin-left: 0;
    margin-top: 5px;
}
/* 18.6 Button */
.mgt-button {
    margin-bottom: 10px;
}
.mgt-button:before {
    background: #2C99ED;
}
.mgt-button.mgt-style-text:before,
.mgt-button.mgt-style-textwhite:before {
    background: transparent;
}
.mgt-button.mgt-style-solid:before {
    background: #2A2F35;
}
.mgt-button.hvr-sweep-to-right:hover,
.mgt-button.hvr-sweep-to-left:hover,
.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button.hvr-sweep-to-top:hover,
.mgt-button.hvr-bounce-to-right:hover,
.mgt-button.hvr-bounce-to-left:hover,
.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button.hvr-bounce-to-top:hover {
    background: #2C99ED;
}
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #2A2F35;
}
.mgt-button.mgt-style-borderedblack:before {
    background: #2A2F35;
}
.mgt-button.mgt-style-bordered.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-top:hover {
    background: transparent;
}
.mgt-button.mgt-style-grey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-top:hover {
    background: #B8B8B8;
}
.mgt-button.mgt-style-red.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-top:hover {
    background: #F43E3E;
}
.mgt-button.mgt-style-green.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-top:hover {
    background: #79C852;
}

body .wpb_column > .wpb_wrapper > .mgt-button:last-child,
body .wpb_text_column .mgt-button:last-child,
body #content .wpb_text_column .mgt-button:last-child {
    margin-bottom: 10px;
}
.mgt-button-wrapper.mgt-button-top-margin-true {
    margin-top: 30px;
}
.mgt-button-wrapper.mgt-button-right-margin-true {
    margin-right: 10px;
}
.mgt-button-wrapper.mgt-button-round-edges-small .mgt-button {
    border-radius: 5px;
}
.mgt-button-wrapper.mgt-button-round-edges-medium .mgt-button {
    border-radius: 10px;
}
.mgt-button-wrapper.mgt-button-round-edges-large .mgt-button {
    border-radius: 15px;
}
.mgt-button-wrapper.mgt-button-round-edges-full .mgt-button {
    border-radius: 50px;
}
.mgt-button.mgt-button-icon-true i[class*="pe-"] {
    margin-top: -2px;
}
.mgt-button.mgt-button-icon-true i {
    display: inline-block;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true i {
    width: 15px;
    text-align: center;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left {
    padding-left: 16px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right {
    padding-right: 16px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-large {
    padding-left: 20px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-large {
    padding-right: 20px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-small {
    padding-left: 11px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-small {
    padding-right: 11px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-bordered,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedblack
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedwhite,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedgrey {
    padding-left: 15px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-bordered,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedblack
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedwhite,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedgrey {
    padding-right: 15px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-bordered.mgt-size-large,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedblack.mgt-size-large
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedwhite.mgt-size-large,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedgrey.mgt-size-large {
    padding-left: 20px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-bordered.mgt-size-large,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedblack.mgt-size-large
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedwhite.mgt-size-large,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedgrey.mgt-size-large {
    padding-right: 20px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-bordered.mgt-size-large.mgt-text-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedblack.mgt-size-large.mgt-text-size-small
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedwhite.mgt-size-large.mgt-text-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedgrey.mgt-size-large.mgt-text-size-small {
    padding-left: 18px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-bordered.mgt-size-large.mgt-text-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedblack.mgt-size-large.mgt-text-size-small
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedwhite.mgt-size-large.mgt-text-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedgrey.mgt-size-large.mgt-text-size-small {
    padding-right: 18px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-bordered.mgt-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedblack.mgt-size-small
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedwhite.mgt-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-style-borderedgrey.mgt-size-small {
    padding-left: 12px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-bordered.mgt-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedblack.mgt-size-small
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedwhite.mgt-size-small,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-style-borderedgrey.mgt-size-small {
    padding-right: 12px;
}
.mgt-button.mgt-button-icon-position-left i {
    margin-right: 10px;
}
.mgt-button.mgt-button-icon-position-right i {
    margin-left: 10px;
}
.mgt-button.mgt-button-no-text.mgt-button-icon-position-left i {
    margin-right: 0;
}
.mgt-button.mgt-button-no-text.mgt-button-icon-position-right i {
    margin-left: 0;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left i {
    margin-right: 46px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right i {
    margin-left: 46px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-large i {
    margin-right: 54px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-large i {
    margin-left: 54px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-large.mgt-text-size-small i {
    margin-right: 56px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-large.mgt-text-size-small i {
    margin-left: 56px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-small i {
    margin-right: 29px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-small i {
    margin-left: 29px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-small.mgt-text-size-large i {
    margin-right: 29px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-small.mgt-text-size-large i {
    margin-left: 29px;
}
.mgt-button.mgt-button-icon-separator-true {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQTgwRkUyOTQzRTZEQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRkFBMDZGRUQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRkFBMDZGREQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OERCQzBCRkREM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OERCQzBCRkVEM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7D5A0MAAAAEElEQVR42mL4//+/L0CAAQAJSQNLgFsYfAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    background-position: 45px 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-button-icon-position-right {
    background-position: calc(100% - 45px) 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-large {
    background-position: 56px 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-large.mgt-button-icon-position-right  {
    background-position: calc(100% - 56px) 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-large.mgt-text-size-small {
    background-position: 52px 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-large.mgt-text-size-small.mgt-button-icon-position-right  {
    background-position: calc(100% - 52px) 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-small {
    background-position: 34px 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-size-small.mgt-button-icon-position-right  {
    background-position: calc(100% - 34px) 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-button-icon-position-left.mgt-size-small.mgt-text-size-large {
    background-position: 42px 0;
}
.mgt-button.mgt-button-icon-separator-true.mgt-button-icon-position-right.mgt-size-small.mgt-text-size-large {
    background-position: calc(100% - 42px) 0;
}
.mgt-button .vc-mono:before {
    line-height: 5px;
    position: relative;
    top: 4px;
}
.mgt-button-wrapper.mgt-button-wrapper-display-inline {
    display: inline-block;
}
.mgt-button-wrapper.mgt-button-wrapper-align-center {
    text-align: center;
} 
.mgt-button.mgt-align-left {
    float: left;
    margin-left: 0;
}
.mgt-button.mgt-align-center {
    margin-left: 0;
    margin-right: 0;
}
.mgt-promo-block-button-separator.mgt-promo-block-button-align-center {
    text-align: center;
}
.mgt-button.mgt-align-right {
    float: right;
    margin-right: 0;
}
.mgt-button.mgt-style-solid-invert,
.mgt-button.mgt-style-solid-invert:active,
.mgt-button.mgt-style-solid-invert:focus {
    background-color: #2A2F35;
    color: #ffffff;
}
.mgt-button.mgt-style-solid-invert:hover {
    background-color: #2C99ED;
    color: #ffffff;
}
.mgt-button.mgt-style-bordered,
.mgt-button.mgt-style-bordered:active,
.mgt-button.mgt-style-bordered:focus {
    border: 2px solid #2C99ED;
    color: #2C99ED;
    background-color: transparent;
}
.mgt-button.mgt-style-bordered:hover {
    background-color: #2C99ED;
    border-color: transparent;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedblack,
.mgt-button.mgt-style-borderedblack:active,
.mgt-button.mgt-style-borderedblack:focus {
    background-color: transparent;
    border: 2px solid #2A2F35;
    color: #2A2F35;
}
.mgt-button.mgt-style-borderedblack:hover {
    background-color: #2A2F35;
    border-color: transparent;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedwhite,
.mgt-button.mgt-style-borderedwhite:active,
.mgt-button.mgt-style-borderedwhite:focus {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedwhite:hover {
    background-color: #2C99ED;
    border-color: #2C99ED;
    color: #ffffff;
}
.mgt-button.mgt-style-borderedgrey,
.mgt-button.mgt-style-borderedgrey:active,
.mgt-button.mgt-style-borderedgrey:focus {
    background-color: transparent;
    border: 2px solid #D9D9D9;
    color: #2a2f35;
}
.mgt-button.mgt-style-borderedgrey:hover {
    background-color: #2C99ED;
    border-color: transparent;
    color: #ffffff;
}
.mgt-button.mgt-button-icon-separator-true.mgt-style-bordered,
.mgt-button.mgt-button-icon-separator-true.mgt-style-borderedgrey,
.mgt-button.mgt-button-icon-separator-true.mgt-style-borderedblack {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQTgwRkUyOTQzRTZEQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRkFBMDZGQUQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRkFBMDZGOUQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OERCQzBCRjlEM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OERCQzBCRkFEM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5fi1shAAAAD0lEQVR42mJgYGBQAwgwAAArACcc4F8HAAAAAElFTkSuQmCC);
    position: relative;
}
.mgt-button.mgt-button-icon-separator-true.mgt-style-bordered:hover,
.mgt-button.mgt-button-icon-separator-true.mgt-style-borderedgrey:hover,
.mgt-button.mgt-button-icon-separator-true.mgt-style-borderedblack:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODIyQTgwRkUyOTQzRTZEQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRkFBMDZGRUQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRkFBMDZGREQzRjMxMUU2QUI1QTg3OTk4QzgxQTMwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OERCQzBCRkREM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OERCQzBCRkVEM0VEMTFFNkJBMUVEN0NFMEMwNTUyMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7D5A0MAAAAEElEQVR42mL4//+/L0CAAQAJSQNLgFsYfAAAAABJRU5ErkJggg==);
    border-color: transparent;
}
.mgt-button.mgt-style-grey,
.mgt-button.mgt-style-grey:active,
.mgt-button.mgt-style-grey:focus {
    background-color: #DADADA;
    color: #2a2f35;
}
.mgt-button.mgt-style-grey:hover {
    background-color: #2C99ED;
    color: #ffffff;
}
.mgt-button.mgt-style-green,
.mgt-button.mgt-style-green:active,
.mgt-button.mgt-style-green:focus {
    background-color: #40BE65;
    color: #ffffff;
}
.mgt-button.mgt-style-red {
    background-color: #f43e3e;
    color: #ffffff;
}
.mgt-button.mgt-style-green:hover,
.mgt-button.mgt-style-red:hover {
    background-color: #2C99ED;
    border-color: #2C99ED;
    color: #ffffff;
}
.mgt-button.mgt-style-text,
.mgt-button.mgt-style-textwhite,
.mgt-button.mgt-style-text:active,
.mgt-button.mgt-style-textwhite:active,
.mgt-button.mgt-style-text:focus,
.mgt-button.mgt-style-textwhite:focus {
    background-color: transparent;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    color: #2C99ED;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-style-text.mgt-button-icon-position-left i,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-style-textwhite.mgt-button-icon-position-left i {
    margin-right: 10px;
}
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-style-text.mgt-button-icon-position-right i,
.mgt-button.mgt-button-icon-true.mgt-button-icon-separator-true.mgt-style-textwhite.mgt-button-icon-position-right i {
    margin-left: 10px;
}
.mgt-button.mgt-style-text:hover {
    color: #2A2F35;
}
.mgt-button.mgt-style-textwhite:hover {
    color: #ffffff;
}
.mgt-button.mgt-size-small {
    font-size: 13px;
    height: auto;
    padding: 12px 15px;
}
.mgt-button.mgt-size-large {
    padding: 20px 35px;
    font-size: 17px;
    height: auto;
}
.mgt-button.mgt-style-text.mgt-size-small,
.mgt-button.mgt-style-text.mgt-size-large,
.mgt-button.mgt-style-textwhite.mgt-size-small,
.mgt-button.mgt-style-textwhite.mgt-size-large {
    padding-left: 0;
    padding-right: 0;
}
.mgt-button.mgt-text-size-small {
    font-size: 12px;
    height: auto;
}
.mgt-button.mgt-text-size-large {
    font-size: 18px;
    height: auto;
}
.mgt-button.mgt-text-transform-uppercase {
    text-transform: uppercase;
}
.mgt-button.mgt-text-transform-none {
    text-transform: none;
}
.mgt-button.mgt-style-bordered,
.mgt-button.mgt-style-borderedblack,
.mgt-button.mgt-style-borderedgrey,
.mgt-button.mgt-style-borderedwhite,
.mgt-button.mgt-style-borderedtransparent,
.mgt-button.mgt-style-borderedtransparentwhite {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 27px;
    padding-right: 27px;
}
.mgt-button.mgt-style-bordered.mgt-size-small,
.mgt-button.mgt-style-borderedblack.mgt-size-small,
.mgt-button.mgt-style-borderedgrey.mgt-size-small,
.mgt-button.mgt-style-borderedwhite.mgt-size-small,
.mgt-button.mgt-style-borderedtransparent.mgt-size-small,
.mgt-button.mgt-style-borderedtransparentwhite.mgt-size-small {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 17px;
    padding-right: 17px;
}
.mgt-button.mgt-style-bordered.mgt-size-large,
.mgt-button.mgt-style-borderedblack.mgt-size-large,
.mgt-button.mgt-style-borderedgrey.mgt-size-large,
.mgt-button.mgt-style-borderedwhite.mgt-size-large,
.mgt-button.mgt-style-borderedtransparent.mgt-size-large,
.mgt-button.mgt-style-borderedtransparentwhite.mgt-size-large {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 32px;
    padding-right: 32px;
}
/* 18.7. Call To Action block */
.mgt-cta-block {
    padding: 50px;
    background-size: cover!important;
}
.mgt-cta-block.no-side-paddings {
    padding-left: 0;
    padding-right: 0;
}
.mgt-cta-block.white-text,
.mgt-cta-block.white-text h5 {
    color: #ffffff;
}
.mgt-cta-block.white-text .mgt-cta-block-content a {
    color: #ffffff;
    text-decoration: underline;
}
.mgt-cta-block h5 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.mgt-cta-block h5,
.mgt-cta-block .mgt-button-wrapper,
.mgt-cta-block .mgt-cta-block-content {
    position: relative;
    z-index: 10;
}
.mgt-cta-block .mgt-button-wrapper {
    z-index: 15;
}
.mgt-cta-block .mgt-cta-block-content {
    font-size: 16px;
    margin-top: 0;
    color: #828282;
}
.mgt-cta-block.white-text .mgt-cta-block-content {
    color: #b8b8b8;
}
.mgt-cta-block {
    display: table;
    width: 100%;
}
.mgt-cta-block .mgt-button-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}
.mgt-cta-block .mgt-cta-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}
.mgt-cta-block .mgt-button {
    margin-bottom: 0;
}
/* 18.8. Signup block  */
.mgt-signup-block {
    display: table;
    width: 100%;
    padding: 55px 0;
}
.mgt-signup-block.white-text,
.mgt-signup-block.white-text h5 {
    color: #ffffff;
}
.mgt-signup-block.black-text,
.mgt-signup-block.black-text h5 {
    color: #000000;
}
.mgt-signup-block h5 {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 0;
}
.mgt-signup-block .mgt-signup-block-form {
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
}
.mgt-signup-block .mgt-signup-block-header {
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    padding-right: 35px;
}
.mgt-signup-block .mgt-signup-block-form input.email {
    width: 300px;
}
.mgt-signup-block .mgt-signup-block-form input.mgt-button {
    margin-bottom: 0;
}
/* 18.9. Counter block */
.mgt-counter-wrapper {
    text-align: left;
}
.mgt-counter-wrapper .mgt-counter-value {
    font-size: 36px;
    color: #000000;
}
.mgt-counter-wrapper.mgt-counter-icon-position-left .mgt-counter-icon {
    display: inline-block;
    margin-right: 20px;
}
.mgt-counter-wrapper.text-white .mgt-counter-value {
    color: #ffffff;
}
.mgt-counter-wrapper.text-center {
    text-align: center;
}
.mgt-counter-wrapper.text-right {
    text-align: right;
}
.mgt-counter-wrapper h5.mgt-counter-title {
    color: #828282;
    margin-top: 0;
    font-size: 18px;
}
.mgt-counter-wrapper.text-white h5.mgt-counter-title {
    color: #b8b8b8;
}
.mgt-counter-wrapper .mgt-counter-icon {
    color: #2C99ED;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 0;
}
/* 18.10. Clients reviews */
.mgt-client-reviews {
    margin-bottom: 0!important;
    text-align: center;
}
.mgt-client-reviews-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.mgt-client-reviews .mgt-client-review {
    color: #2a2f35;
    position: relative;
    margin-bottom: 30px;
}
.mgt-client-reviews .mgt-client-review h5 {
    color: #2a2f35;
}
.mgt-client-reviews-wrapper .mgt-client-review {
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.mgt-client-reviews .mgt-client-review.text-white,
.mgt-client-reviews .mgt-client-review.text-white h5 {
    color: #ffffff;
}
.mgt-client-reviews .mgt-client-review.text-white:before {
    color: #b8b8b8;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-image img {
    width: 40px;
    height: 40px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details {
    display: block;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
    font-size: 24px;
    margin-bottom: 40px;
    margin-bottom: 30px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details {
    padding-top: 50px;
}
.mgt-client-reviews .mgt-client-review:before {
    content: '';
    font-size: 25px;
    position: absolute;
    margin-left: -10px;
    font-family: "FontAwesome";
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box {
    margin-top: 0;
    background: #ffffff;
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box .mgt-client-review-details {
    padding: 90px 40px 30px;
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box .mgt-client-review-details .mgt-client-review-content {
    font-size: 16px;
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box:before {
    color: #E1E1E1;
    margin-top: 40px;
    font-size: 20px;
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box.mgt-client-review-shadow {
    box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.06);
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box.mgt-client-review-border {
    border: 1px solid #eeeeee;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
    font-size: 18px;
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 5px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title .mgt-client-review-position {
    font-size: 14px;
    color: #b8b8b8;
}
.mgt-client-reviews .mgt-client-review.mgt-client-review-style-box .mgt-client-review-details .mgt-client-review-title {
    border-top: 1px solid #eeeeee;
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 20px;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 60px;
    margin-right: 0;
    margin-left: 0;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons {
    opacity: 1;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-prev,
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-next {
    top: -44px;
}
.mgt-client-reviews-wrapper .owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
}
.mgt-client-reviews-wrapper .owl-carousel .owl-wrapper-outer {
    padding-bottom: 1px;
}
/* 18.11. Portfolio */
.portfolio-list {
    overflow: visible;
}
.portfolio-list .mix {
    display: none;
}
.portfolio-filter {
    margin: 0 0 30px 0;
    text-align: left;
    display: inline-block;
}
.row.row-no-padding .portfolio-filter.filter-left {
    margin-left: 50px;
    margin-right: 50px;
}
.portfolio-filter.filter-center {
    margin: 0 auto;
    margin-bottom: 30px;
    display: table;
}
.row[data-vc-full-width="true"] .portfolio-filter {
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio-filter.filter-light a {
    color: #ffffff;
    background: transparent;
}
.portfolio-filter.filter-bordered.filter-light a:not(.active):not(:hover),
.portfolio-filter.filter-bordered.filter-light a:not(.active):not(:hover):first-child,
.portfolio-filter.filter-bordered.filter-light a:not(.active):not(:hover):last-child {
    border-color: rgba(255,255,255,0.4);
}
.portfolio-filter.filter-bordered a {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.portfolio-filter.filter-bordered a:first-child {
    border-left: 2px solid #eeeeee;
}
.portfolio-filter.filter-bordered a:last-child {
    border-right: 2px solid #eeeeee;
}
.portfolio-filter.filter-bordered.filter-border-style-rounded a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.portfolio-filter.filter-bordered.filter-border-style-rounded a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.portfolio-filter a {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 0;
    color: #2A2F35;
    cursor: pointer;
    padding: 15px 25px;
    text-decoration: none;
}
.portfolio-filter .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.portfolio-filter a.view-all {
    color: #2C99ED;
}
.portfolio-filter a.view-all:hover,
.portfolio-filter a.view-all.active,
.portfolio-filter a:hover, 
.portfolio-filter a.active {
    color: #ffffff;
    text-decoration: none;
    background: #2C99ED;
}
.portfolio-filter.filter-bordered a.view-all:hover,
.portfolio-filter.filter-bordered a.view-all.active,
.portfolio-filter.filter-bordered a:hover, 
.portfolio-filter.filter-bordered a.active {
     border-color: #2C99ED;
}
.portfolio-filter a.view-all {
    color: #2C99ED;
}
.portfolio-item-block {
    background: transparent;
    width: 25%;
    padding-bottom: 25%;
    position: relative;
    overflow: hidden;
    float: left;
}
.portfolio-list.portfolio-with-spaces .portfolio-item-block,
.portfolio-list.portfolio-with-spaces .portfolio-item-block .portfolio-item-bg {
    border: 15px solid transparent;
}
.portfolio-list.portfolio-with-spaces {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio-filter + .portfolio-list.portfolio-with-spaces {
    margin-top: -15px;
}
.container .col-md-12 .row-fluid.row .portfolio-list.portfolio-grid-layout-4.portfolio-with-spaces {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-4 .portfolio-item-block,
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-4 .portfolio-item-block .portfolio-item-bg {
    border: 5px solid transparent;
}
.portfolio-columns-1 .portfolio-item-block {
    width: 100%;
    padding-bottom: 100%;
}
.portfolio-columns-2 .portfolio-item-block {
    width: 50%;
    padding-bottom: 50%;
}
.portfolio-columns-3 .portfolio-item-block {
    width: 33.3333%;
    padding-bottom: 33.3333%;
}
.portfolio-columns-4 .portfolio-item-block {
    width: 25%;
    padding-bottom: 25%;
}
.portfolio-columns-5 .portfolio-item-block {
    width: 20%;
    padding-bottom: 20%;
}
.portfolio-list .portfolio-item-block .mgt-button.mgt-button-round-edges-small {
    border-radius: 5px;
}
.portfolio-list .portfolio-item-block .mgt-button.mgt-button-round-edges-medium {
    border-radius: 10px;
}
.portfolio-list .portfolio-item-block .mgt-button.mgt-button-round-edges-large {
    border-radius: 15px;
}
.portfolio-list .portfolio-item-block .mgt-button.mgt-button-round-edges-full {
    border-radius: 50px;
}
/* Portfolio Compact List Layout */
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block {
    background: #ffffff;
    width: 100%;
    padding-bottom: 10%;
    position: relative;
    overflow: hidden;
    float: left;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block .info {
    position: relative;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block {
    padding-bottom: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-5 .portfolio-item-block {
    border: 15px solid transparent;
    border-left-width: 15px;
    border-right-width: 15px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block .title {
    font-size: 40px;
}
/* Portfolio Medium List Layout */
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block {
    background: #ffffff;
    width: 100%;
    padding-bottom: 20%;
    position: relative;
    overflow: hidden;
    float: left;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block .info {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block {
    padding-bottom: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-6 .portfolio-item-block {
    border: 15px solid transparent;
    border-left-width: 15px;
    border-right-width: 15px;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block .title {
    font-size: 40px;
}
/* Portfolio Item Animations */
.portfolio-item-block a,
.portfolio-item-block a:hover {
    text-decoration: none;
}
.portfolio-item-block .portfolio-item-image {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;

    webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.portfolio-item-block:hover .portfolio-item-image {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);

    webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.portfolio-item-block .portfolio-item-bg {
    opacity: 0;
}
.portfolio-item-block:hover .portfolio-item-bg {
    opacity: 1;
}
.portfolio-item-block .info {
    position: absolute;
    padding: 40px;
    left: 0;
    left: -100%;
    max-height: 100%;
    overflow: hidden;
    max-width: 100%;
}
.portfolio-item-block.text-center .info {
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.portfolio-item-block.text-center.portfolio-item-animation-3 .info,
.portfolio-item-block.text-center.portfolio-item-animation-4 .info {
    top: inherit;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block .info {
    left: -200%;
}
.portfolio-item-block:hover .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block:hover .info {
    left: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.text-center .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.text-center .info {
    top: inherit;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
/* Portfolio Item Animation - 0 */
.portfolio-item-block.portfolio-item-animation-0 .portfolio-item-bg {
    background: #2C99ED;
}
.portfolio-item-block.portfolio-item-animation-0 .btn {
    border: 3px solid #ffffff;
    background: #ffffff;
    color: #2A2F35;
}
.portfolio-item-block.portfolio-item-animation-0 .btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
/* Portfolio Item Animation - 1 */
.portfolio-item-block.portfolio-item-animation-1 .portfolio-item-bg {
    background: #000000;
}
.portfolio-item-block.portfolio-item-animation-1:hover .portfolio-item-bg {
    opacity: 0.5;
}
/* Portfolio Item Animation - 2 */
.portfolio-item-block.portfolio-item-animation-2 .portfolio-item-bg {
    background: #000000;
}
.portfolio-item-block.portfolio-item-animation-2:hover .portfolio-item-bg {
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-2:hover .portfolio-item-image {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
}
/* Portfolio Item Animation - 3 */
.portfolio-item-block.portfolio-item-animation-3 .portfolio-item-bg {
    background: #000000;
}
.portfolio-item-block.portfolio-item-animation-3:hover .portfolio-item-bg {
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-3:hover .portfolio-item-image {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.portfolio-item-block.portfolio-item-animation-3 .info {
    position: absolute;
    padding: 40px;
    left: auto;
    bottom: 0;
    bottom: -100%;
    max-height: 100%;
    overflow: hidden;
}
.portfolio-item-block.portfolio-item-animation-3:hover .info {
    bottom: 0;
    left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-3 .info {
    left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-3:hover .info {
    left: auto;
}
.portfolio-item-block.portfolio-item-animation-3 .sub-title {
    margin-bottom: 215px;
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-3:hover .sub-title {
    margin-bottom: 5px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-3 .sub-title,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-3 .sub-title {
    margin-bottom: 5px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-3 .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-3 .info {
    bottom: 0;
    opacity: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-3:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-3:hover .info {
    opacity: 1;
}

/* Portfolio Item Animation - 4 */
.portfolio-item-block.portfolio-item-animation-4 .portfolio-item-bg {
    background: #000000;
}
.portfolio-item-block.portfolio-item-animation-4:hover .portfolio-item-bg {
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-4:hover .portfolio-item-image {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.portfolio-item-block.portfolio-item-animation-4 .info {
    position: absolute;
    padding: 40px;
    left: auto;
    bottom: 0;
    bottom: -100%;
    max-height: 100%;
    overflow: hidden;
}
.portfolio-item-block.portfolio-item-animation-4:hover .info {
    bottom: 0;
    left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-4 .info {
    left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-4:hover .info {
    left: auto;
}
.portfolio-item-block.portfolio-item-animation-4 .sub-title {
    margin-bottom: 215px;
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-4:hover .sub-title {
    margin-bottom: 5px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-4 .sub-title,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-4 .sub-title {
    margin-bottom: 5px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-4 .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-4 .info {
    bottom: 0;
    opacity: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-4:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-4:hover .info {
    opacity: 1;
}
/* Portfolio Item Animation - 5 */
.portfolio-item-block.portfolio-item-animation-5 .portfolio-item-bg {
    background: #000000;
    border-bottom: 0;
    opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-5:hover .portfolio-item-bg {
    background: #000000;
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-5 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-5 .info {
    left: 0;
}
.portfolio-item-block.portfolio-item-animation-5 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-5 .sub-title {
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-5:hover .portfolio-item-image {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.portfolio-item-block.portfolio-item-animation-5 .view-more.btn {
    opacity: 0;
}
.portfolio-item-block.portfolio-item-animation-5:hover .view-more.btn {
    opacity: 1;
}
/* Portfolio Item Animation - 6 */
.portfolio-item-block.portfolio-item-animation-6 .portfolio-item-bg {
    background: #000000;
    border-bottom: 0;
    opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-6:hover .portfolio-item-bg {
    background: #000000;
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-6 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-6 .info {
    left: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-6:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-6:hover .info {
    left: 30px;
}
.portfolio-item-block.portfolio-item-animation-6:hover .info {
    left: 10px;
}
.portfolio-item-block.portfolio-item-animation-6 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-6 .sub-title {
    margin-left: 0;
}
/* Portfolio Item Animation - 7 */
.portfolio-item-block.portfolio-item-animation-7 .portfolio-item-bg {
    background: #2A2B2F;
    border-bottom: 1px solid #38393c;
    opacity: 1;
}
.portfolio-item-block.portfolio-item-animation-7:hover .portfolio-item-bg {
    opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-7 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-7 .info {
    left: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-7:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-7:hover .info {
    left: 30px;
}
.portfolio-item-block.portfolio-item-animation-7:hover .info {
    left: 10px;
}
.portfolio-item-block.portfolio-item-animation-7 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-7 .sub-title {
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-7:hover .portfolio-item-image {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
/* Portfolio Item Animation - 8 */
.portfolio-item-block.portfolio-item-animation-8 .portfolio-item-bg {
    background: #000000;
    border-bottom: 0;
    opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-8:hover .portfolio-item-bg {
    background: #000000;
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-8 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-8 .info {
    left: 0;
}
.portfolio-item-block.portfolio-item-animation-8 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-8 .sub-title {
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-8:hover .portfolio-item-image {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
/* Portfolio Item Animation - 9 */
.portfolio-item-block.portfolio-item-animation-9 {
    padding-bottom: 0!important;
}
.portfolio-item-block.portfolio-item-animation-9 {

    float: none;
    vertical-align: top;
}
.portfolio-item-block.portfolio-item-animation-9 .portfolio-item-bg {
    background: #000000;
    border-bottom: 0;
    opacity: 0;
}
.portfolio-item-block.portfolio-item-animation-9:hover .portfolio-item-bg {
    background: #000000;
    opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-9 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-8 .info {
    left: 0;
}
.portfolio-item-block.portfolio-item-animation-9 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-8 .sub-title {
    margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-9:hover .portfolio-item-image {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    position: relative;
    height: 215px;
}
.portfolio-item-block.portfolio-item-animation-9 .info {
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
}
.portfolio-item-block.portfolio-item-animation-9:hover .info {
    opacity: 1;
}
.portfolio-item-block.portfolio-item-animation-9 h4.title,
.portfolio-item-block.portfolio-item-animation-9 .sub-title {
    color: #2A2F35;
}
.portfolio-item-block.portfolio-item-animation-9 h4.title:hover {
    color: #2c99ed;
}
.portfolio-item-block.portfolio-item-animation-9 .project-description {
    color: #68686d;
}
.portfolio-item-block.portfolio-item-animation-9 .portfolio-info-below {
    margin-top: 30px;
}
.portfolio-list.portfolio-grid-layout-0.portfolio-columns-1 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 500px;
}
.portfolio-list.portfolio-grid-layout-0.portfolio-columns-2 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 370px;
}
.portfolio-list.portfolio-grid-layout-0.portfolio-columns-3 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 370px;
}
.portfolio-list.portfolio-grid-layout-0.portfolio-columns-4 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 270px;
}
.portfolio-list.portfolio-grid-layout-0.portfolio-columns-5 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 210px;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 540px;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.slide-item.portfolio-item-animation-9 {
    height: auto;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 215px;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-9 .portfolio-item-block-inside {
    height: 300px;
}
/* END - Portfolio Item Animations */
.portfolio-item-block .portfolio-item-image {
    background-color: #EEEEEE;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}
.portfolio-item-block .portfolio-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.portfolio-item-block h4.title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
}
.portfolio-item-block .btn {
    border: 3px solid #ffffff;
    background: #ffffff;
    color: #2A2F35;
    font-size: 12px;
    height: 40px;
    line-height: 15px;
    padding: 10px 18px;
    margin-top: 20px;
    text-transform: none;
}
.portfolio-item-block .btn:hover {
    background: #2C99ED;
    border-color: #2C99ED;
    color: #ffffff;
}
.portfolio-item-block .project-description {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
    margin-bottom: 15px;
}
.portfolio-item-block .sub-title {
    display: block;
    margin-bottom: 5px;
    margin-left: -500px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 10px;
}
.portfolio-item-block:hover .sub-title {
    margin-left: 0;
}
.portfolio-more-button {
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    background-color: #26CDB3;
    color: #FFFFFF;
    text-decoration: none;
}
/* Masonry 1 layout */
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block {
    width: 25%;
    padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(2) {
    width: 25%;
    padding-bottom: 50%;
    float: right;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(3) {
    width: 50%;
    padding-bottom: 50%;
    float: right;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(5),
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(10) {
    width: 50%;
}
/* Masonry 2 layout */
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block {
    width: 25%;
    padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(1),
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(2) {
    width: 50%;
    padding-bottom: 50%;
}
/* Masonry 3 layout */
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block {
    width: 25%;
    padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(3),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(8),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(3n+8) {
    width: 50%;
}
/* Gallery Layout */
.portfolio-item-block.slide-item {
    width: 100%;
    float: none;
    height: 550px;
    padding-bottom: 0;
}
.portfolio-list.portfolio-grid-layout-4 {
    display: none;
}
/* Portfolio item page */
.portfolio-navigation-prev,
.portfolio-navigation-next {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10000;
    width: 100px;
}
.portfolio-navigation-next {
    right: -100px;
    left: auto;
}
.portfolio-navigation-prev {
    left: -100px;
}
.portfolio-navigation-prev:before {
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    line-height: 50px;
    width: 100px;
    text-align: center;
    right: -75px;
    display: block;
    background: #f4f4f4;
    height: 50px;
    top: 25px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    content: attr(data-name);
    cursor: pointer;
}
.portfolio-navigation-next:before {
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
    line-height: 50px;
    width: 100px;
    text-align: center;
    left: -75px;
    display: block;
    background: #f4f4f4;
    height: 50px;
    top: 25px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    content: attr(data-name);
    cursor: pointer;
}
.portfolio-navigation-prev:hover {
    left: 0;
}
.portfolio-navigation-next:hover {
    right: 0;
}
.portfolio-navigation-prev .portfolio-navigation-image,
.portfolio-navigation-next .portfolio-navigation-image {
    opacity: 0;
}
.portfolio-navigation-prev:hover .portfolio-navigation-image,
.portfolio-navigation-next:hover .portfolio-navigation-image {
    opacity: 1;
}
.portfolio-navigation-prev .portfolio-navigation-image img,
.portfolio-navigation-next .portfolio-navigation-image img {
    max-width: 100px;
    height: auto;
}
.porftolio-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.porftolio-slider .slides li {
    text-align: center;
}
.porftolio-slider img {
    width: 100%;
}
.porftolio-slider img {
    margin-bottom: 30px;
}
.porftolio-slider li:last-child img {
    margin-bottom: 0;
}
.portfolio-layout-0 .porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 30px;
    margin-top: -25px;
    top: 50%;
}
.portfolio-layout-0 .porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 30px;
    margin-top: -25px;
    top: 50%;
}
.portfolio-item-image {
    margin-bottom: 30px;
}
.portfolio-item-data .page-item-title h1 {
    text-align: left;
}
.portfolio-item-details.portfolio-title-position-description.portfolio-layout-0 .page-item-title h1 {
    margin-top: 0;
}
.portfolio-item-data {
    margin-bottom: 30px;
}
.portfolio-item-details .portfolio-item-image-container {
    padding: 0;
}
.portfolio-item-details.portfolio-layout-0.portfolio-title-position-disable {
    margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-disable {
    margin-top: 30px;
}
body.transparent-header .portfolio-item-details.portfolio-layout-1.portfolio-title-position-disable {
    margin-top: 0;
}
.portfolio-item-details.portfolio-layout-0.portfolio-title-position-description {
    margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-description {
    margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-description .portfolio-item-image {
    margin-bottom: 0;
}
.portfolio-item-details .project-details {
    margin-bottom: 0;
}
.portfolio-item-details .project-content + .project-details {
    margin-top: 30px;
}
.portfolio-item-details .project-content + .post-social-wrapper {
    margin-top: 30px;
}
.portfolio-item-details .project-content img {
    height: auto;
    max-width: 100%;
}
.portfolio-item-details.portfolio-layout-1 .project-details p {
    width: 33%;
    display: inline-block;
    margin-top: 30px;
}
.portfolio-item-details .project-content > h1:first-child,
.portfolio-item-details .project-content > h2:first-child,
.portfolio-item-details .project-content > h3:first-child,
.portfolio-item-details .project-content > h4:first-child,
.portfolio-item-details .project-content > h5:first-child,
.portfolio-item-details .project-content > h6:first-child {
    margin-top: 0;
}
.portfolio-item-details .project-content .row:first-child .wpb_column:first-child .mgt-header-block:first-child {
    margin-top: 0;
}
.portfolio-item-details .project-details span {
    color: #acacac;
    display: block;
}
.portfolio-item-details .post-social-wrapper {
    margin-top: 15px;
}
.portfolio-item-details .comments-area {
    margin-top: 50px;
}
.related-works {
    background: #fff;
}
.related-works h4 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 30px;
}
.related-works .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: rgba(0,0,0,0.8);
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 51px;
    top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    font-family: "FontAwesome";
    font-size: 35px;
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    margin-right: 10px;
    left: 2px;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next:after {
    font-family: "FontAwesome";
    font-size: 35px;
    content: "";
    position: relative;
    top: -7px;
    display: inline-block;
    margin-left: 10px;
    right: 2px;
}
/* 18.12. Countdown */
.mgt-countdown-wrapper {
    text-align: center;
}
.mgt-countdown-wrapper .mgt-countdown-item {
    font-size: 50px;
    line-height: 50px;
}
/* 18.13. Pricing Table */
.mgt-pricing-table p {
    margin: 0;
    padding: 0;
}
.mgt-pricing-table h4.mgt-pricing-table-header {
    background-position: center center;
    background-size: cover;
    background-color: #ffffff;
    color: #2A2F35;
    font-size: 20px;
    text-align: center;
    padding: 20px 15px;
    margin: 0;
}
.mgt-pricing-table.style-dark h4.mgt-pricing-table-header {
    background-color: #2A2F35;
    color: #fff;
}
.mgt-pricing-table h4.mgt-pricing-table-header p {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
.mgt-pricing-table.enlarge {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    z-index: 1;
}
.mgt-pricing-table.shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.mgt-pricing-table.featured h4.mgt-pricing-table-header {
    background-color: #2C99ED;
    color: #2A2F35;
}
.mgt-pricing-table .mgt-pricing-table-subheader {
    background-color: #F9F9F9;
    color: #000;
    font-size: 48px;
    text-align: center;
    padding: 30px 15px;
    margin: 0;
}
.mgt-pricing-table.style-dark .mgt-pricing-table-subheader {
    background-color: #1C2126;
    color: #fff;
}
.mgt-pricing-table .mgt-pricing-table-subheader sub {
    bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    opacity: 0.6;
    display: block;
}
.mgt-pricing-table .mgt-pricing-table-subheader sup {
    top: -0.6em;
    font-size: 0.5em;
}
.mgt-pricing-table .mgt-pricing-table-icon {
    text-align: center;
    margin-bottom: 5px;
}
.mgt-pricing-table .mgt-pricing-table-icon i {
    font-size: 50px;
    opacity: 0.6;
}
.mgt-pricing-table ul {
    margin: 0;
    padding: 0;
}
.mgt-pricing-table ul li {
    text-align: center;
    background-color: #FFFFFF;
    color: #2A2F35;
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    font-size: 14px;
}
.mgt-pricing-table.style-dark ul li {
    background-color: #41464A;
    color: #fff;
}
.mgt-pricing-table ul li:nth-child(even) {
    background: #ffffff;
}
.mgt-pricing-table.style-dark ul li:nth-child(even) {
    background-color: #41464A;
    color: #fff;
}
.mgt-pricing-table .mgt-pricing-table-button {
    padding: 30px 10px;
    background-color: #F9F9F9;
}
.mgt-pricing-table.style-dark .mgt-pricing-table-button {
    background-color: #1C2126;
}
.mgt-pricing-table .mgt-pricing-table-button .mgt-button {
    margin-bottom: 0;
}
.mgt-pricing-table {
    transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
}
.mgt-pricing-table.animation-zoom:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 2;
}
.mgt-pricing-table.animation-shadow:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.mgt-pricing-table.animation-shadowzoom:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 2;
}
.mgt-pricing-table.bordered,
.mgt-pricing-table.bordered h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered ul li,
.mgt-pricing-table.bordered .mgt-pricing-table-button {
    border: 1px solid #E8E8E8;
}
.mgt-pricing-table.bordered.style-dark,
.mgt-pricing-table.bordered.style-dark h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered.style-dark .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered.style-dark ul li,
.mgt-pricing-table.bordered.style-dark .mgt-pricing-table-button {
    border-color: #343739;
}

.mgt-pricing-table.bordered h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered ul li,
.mgt-pricing-table.bordered .mgt-pricing-table-button {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.mgt-pricing-table.bordered h4.mgt-pricing-table-header {
    border-top: 0;
}
.mgt-pricing-table.bordered.featured h4.mgt-pricing-table-header {
    border: 0;
}
/* 18.14. Process */
.mgt-process-wrapper {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.mgt-process-wrapper.text-left {
    text-align: left;
}
.mgt-process-wrapper.text-right {
    text-align: right;
}
.mgt-process-wrapper.text-center {
    text-align: center;
}
.mgt-process-wrapper h5.mgt-process-title {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}
.mgt-process-wrapper .mgt-process-text {
    color: #828282;
}
.mgt-process-wrapper.text-white h5.mgt-process-title {
    color: #ffffff;
}
.mgt-process-wrapper.text-white .mgt-process-text {
    color: #b8b8b8;
}
.mgt-process-wrapper .mgt-process-icon-wrapper {
    font-size: 50px;
    line-height: 160px;
    background: #2C99ED;
    width: 160px;
    height: 160px;
    display: table;
    margin: 0 auto;
    color: #2A2F35;
    margin-bottom: 30px;
    text-align: center;
    z-index: 10;
    position: relative;
    cursor: default;
}
.mgt-process-wrapper.mgt-process-icon-size-small .mgt-process-icon-wrapper {
    font-size: 40px;
}
.mgt-process-wrapper.mgt-process-icon-size-large .mgt-process-icon-wrapper {
    font-size: 60px;
}
.mgt-process-wrapper .mgt-process-icon-wrapper:after {
    background: #ffffff;
    content: "";
    display: block;
    width: 158px;
    height: 158px;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 10;
}
.mgt-process-wrapper.mgt-process-border-circle .mgt-process-icon-wrapper,
.mgt-process-wrapper.mgt-process-border-circle .mgt-process-icon-wrapper:after {
    border-radius: 50%;
}
.mgt-process-wrapper.mgt-process-border-rounded .mgt-process-icon-wrapper,
.mgt-process-wrapper.mgt-process-border-rounded .mgt-process-icon-wrapper:after {
    border-radius: 5px;
}
.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon i:before {
    display: block;
    width: 100%;
}
.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    position: relative;
    z-index: 15;
}
.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon .vc-material { 
    line-height: inherit;
}
.mgt-process-wrapper.mgt-process-dots-none:after {
    display: none;
}
.mgt-process-wrapper:after {
    background-image: radial-gradient(circle closest-side, #d2d2d2 99%, transparent 100%);
    background-position: 50% 70%;
    background-repeat: repeat-x;
    background-size: 25px 4px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 77px;
    width: 100%;
    z-index: 1;
}
.mgt-process-wrapper.mgt-process-dots-right:after {
    left: 125px;
}
.mgt-process-wrapper.mgt-process-dots-left:after {
    left: -125px;
}
.col-sm-2 .mgt-process-wrapper .mgt-process-icon-wrapper {
    font-size: 44px;
    line-height: 110px;
    width: 110px;
    height: 110px;
}
.col-sm-2 .mgt-process-wrapper .mgt-process-icon-wrapper:after {
    width: 108px;
    height: 108px;
}
.col-sm-2 .mgt-process-wrapper:after {
    top: 50px;
}
.mgt-process-wrapper.mgt-process-shadow:hover .mgt-process-icon-wrapper {
    box-shadow: 0px 9px 25px 0px rgba(0,0,0,0.15);
    transform: translate3d(0px, -6px, 0px);
    -moz-transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}
/* 18.16 Item Price */
.mgt-item-price {
    position: relative;
    overflow: hidden;
}
.mgt-item-price .mgt-item-price-title-holder {
    background: #ffffff;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 11;
}
.mgt-item-price .mgt-item-price-title-holder h4 {
    font-weight: bold;
    display: inline;
}
.mgt-item-price .mgt-item-price-line {
    border-bottom: 2px dotted #dfe1e6;
    display: inline-block;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 10;
}
.mgt-item-price.mgt-item-price-with-image .mgt-item-price-line {
    
}
.mgt-item-price .mgt-item-price-value {
    background: #ffffff;
    color: #24262a;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    position: absolute;
    vertical-align: middle;
    right: 0;
    top: -4px;
    z-index: 15;
}
.mgt-item-price .mgt-item-price-description {
    margin-top: 10px;
    color: #68686d;
}
.mgt-item-price sup {
    background-color: #DD3333;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    line-height: inherit;
    margin-left: 7px;
    padding: 2px 5px;
    font-weight: normal;
    top: -0.2em;
}
.mgt-item-price.mgt-item-price-badge-color-red sup { 
    background-color: #DD3333;
}
.mgt-item-price.mgt-item-price-badge-color-green sup { 
    background-color: #40BE65;
}
.mgt-item-price.mgt-item-price-badge-color-orange sup { 
    background-color: #ff8929;
}
.mgt-item-price.mgt-item-price-badge-color-black sup { 
    background-color: #2A2F35;
}
.mgt-item-price.mgt-item-price-badge-color-theme sup { 
    background-color: #2C99ED;
}
.mgt-item-price.mgt-item-price-with-image .mgt-item-price-details {
    padding-left: 95px;
}
.mgt-item-price.mgt-item-price-with-image .mgt-item-price-image {
    float: left;
    width: 95px;
    padding-right: 25px; 
}
.mgt-item-price.mgt-item-price-with-image .mgt-item-price-image img {
    height: auto;
    max-width: 100%;
}
/* 18.17 Images Slider */
.mgt-images-slider .mgt-images-slider-items {
    display: none;
}
.mgt-images-slider .slick-prev {
    background: transparent url("../img/arrow-left-invert.png") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
    left: 30px;
    text-indent: -9999px;
    z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .mgt-images-slider .slick-prev {
        background-image: url("../img/arrow-left-invert%402x.png");
        background-size: 54px 54px;
    }
}
.mgt-images-slider .slick-next {
    background: transparent url("../img/arrow-right-invert.png") no-repeat center center;
    opacity: 0.45;
    width: 54px;
    height: 54px;
    right: 30px;
    text-indent: -9999px;
    z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .mgt-images-slider .slick-next {
        background-image: url("../img/arrow-right-invert%402x.png");
        background-size: 54px 54px;
    }
}
.mgt-images-slider .slick-prev:hover,
.mgt-images-slider .slick-next:hover {
    opacity: 0.7;
}
.mgt-images-slider .slick-dots {
   bottom: 0;
   position: relative;
   margin-top: 15px;
}
.mgt-images-slider .slick-dots li button:before {
    font-size: 10px;
}
.mgt-images-slider.mgt-images-slider-padding {
    margin-left: -15px;
    margin-right: -15px;
}
.mgt-images-slider.mgt-images-slider-padding.mgt-images-slider-centered {
    margin-left: 0;
    margin-right: 0;
}
.mgt-images-slider.mgt-images-slider-padding .mgt-images-slider-items .mgt-images-slider-item img {
    padding-left: 15px;
    padding-right: 15px;
}
.mgt-images-slider.mgt-images-slider-centered .mgt-images-slider-items .mgt-images-slider-item img {
    padding: 15px;
}
.mgt-images-slider.mgt-images-slider-centered .mgt-images-slider-items .mgt-images-slider-item.slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}
.mgt-images-slider.mgt-images-slider-centered .mgt-images-slider-items .mgt-images-slider-item img {
    opacity: 0.8;
}
.mgt-images-slider.mgt-images-slider-centered .slick-slider .slick-list {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.mgt-images-slider .mgt-images-slider-item {
    text-align: center;
}
.mgt-images-slider .mgt-images-slider-item img {
    display: inline-block;
}
.mgt-images-slider .mgt-images-slider-item:focus,
.mgt-images-slider .mgt-images-slider-item img:focus,
.mgt-images-slider .mgt-images-slider-item:active,
.mgt-images-slider .mgt-images-slider-item img:active {
    outline: none;
}
/* 18.17 Flipbox */
.mgt-flipbox {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    height: 200px;
    position: relative;
    z-index: 10;
}
.mgt-flipbox .mgt-flipbox-front,
.mgt-flipbox .mgt-flipbox-back {
    text-align: center;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.mgt-flipbox .mgt-flipbox-front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}
.mgt-flipbox .mgt-flipbox-back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
       transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}
.mgt-flipbox:hover .mgt-flipbox-front {
    z-index: 900;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.mgt-flipbox:hover .mgt-flipbox-back {
    z-index: 1000;
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
.mgt-flipbox .mgt-flipbox-front-inner {
    background-color: #F4F4F4;
}
.mgt-flipbox .mgt-flipbox-back-inner {
    background-color: #F9F9F9;
}
.mgt-flipbox .mgt-flipbox-front-inner,
.mgt-flipbox .mgt-flipbox-back-inner {
    height: 100%;
    margin: 0 auto;
    padding: 40px;
}
.mgt-flipbox .mgt-flipbox-content-wrapper {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
}
.mgt-flipbox h4.mgt-flipbox-header {
    font-size: 24px;
    margin-top: 0;
}
.mgt-flipbox .mgt-flipbox-description {
    font-size: 14px;
    color: #68686D;
}
.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
    font-size: 45px;
    color: #2A2F35;
    margin-bottom: 35px;
}
.mgt-flipbox .mgt-flipbox-back .mgt-button-wrapper {
    margin-top: 35px;
}
.mgt-flipbox.mgt-flipbox-round-edges-small > div {
    border-radius: 5px;
}
.mgt-flipbox.mgt-flipbox-round-edges-medium > div {
    border-radius: 10px;
}
.mgt-flipbox.mgt-flipbox-round-edges-large > div {
    border-radius: 15px;
}
.mgt-flipbox.mgt-flipbox-round-edges-full > div {
    border-radius: 50px;
}
.mgt-flipbox.mgt-flipbox-animation-vertical .mgt-flipbox-front {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
}
.mgt-flipbox.mgt-flipbox-animation-vertical .mgt-flipbox-back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
       -moz-transform: rotateX(-180deg);
}
.mgt-flipbox.mgt-flipbox-animation-vertical:hover .mgt-flipbox-front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}
.mgt-flipbox.mgt-flipbox-animation-vertical:hover .mgt-flipbox-back {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
/*
* 19. Offcavas Menu
*/
.st-pusher,
.st-sidebar-pusher {
    background: #ffffff; /* body bg */
}
body .st-sidebar-menu .sidebar {
    background: #2A2F35;
    color: #b8b8b8;
    padding: 40px;
}
body .st-sidebar-menu {
    background: #2A2F35;
}
body .st-sidebar-menu .sidebar a {
    color: #ffffff;
}
body .st-sidebar-menu .sidebar a:hover {
    color: #2C99ED;
}
body .st-sidebar-menu .sidebar .select2-choice {
    color: #000000;
}
body .st-sidebar-menu .widgettitle {
    color: #b8b8b8;
    font-size: 1.3em;
}
html.offcanvasmenu,
html.offcanvassidebar {
    margin-top: 0!important;
}
html.offcanvasmenu.offcanvasmenu-open body,
html.offcanvassidebar.offcanvassidebar-open body {
    margin-top: 0!important;
}
#st-trigger-effects {
    float: left;
    margin-right: 30px;
    margin-top: 0;
}
#st-trigger-effects .mgt-button {
    margin-bottom: 0;
}
.st-menu .sidebar.col-md-3 {
    width: 100%;
    margin-top: 0;
    padding: 20px;
}
.st-sidebar-menu .sidebar {
    padding: 20px;
    background: #ffffff;
    margin-top: 0;
}
.st-menu-close-btn,
.st-sidebar-menu-close-btn {
    color: #ffffff;
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 36px;
    cursor: pointer;
    z-index: 10000;

    display: none;
}
.st-menu-close-btn:hover,
.st-sidebar-menu-close-btn:hover {
    color: #666666;
}
body .st-sidebar-menu .sidebar .menu a {
    text-decoration: none;
    position: relative;
}
body .st-sidebar-menu .sidebar .widget-social-follow a {
    margin-right: 20px;
}
body .st-sidebar-menu .sidebar .widget-social-follow a:hover {
    color: #666666;
}
/*
* 20. Contact form 7 & Ninja Forms 
*/
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.wpcf7-form label {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="file"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form .select2-container {
    width: 100%;
}
.wpcf7-form textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit {
    margin-bottom: 0;
    margin-top: 10px;
}
/* 21. Search fullscreen */
.search-toggle-btn {
    cursor: pointer;
}
.search-close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.search-close-btn:hover {
    opacity: 0.6;
}
.search-close-btn i {
    font-size: 60px;
    color: #ffffff;
}
.search-fullscreen-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 20000;
    display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
    margin: 0 auto;
    margin-top: 300px;
    display: table;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
    font-size: 30px;
    line-height: 35px;
    height: auto;
    font-weight: 300;
    background: none;
    border: none;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-right: 0;
    width: 700px;
}
.search-fullscreen-wrapper .search-fullscreen-form .submit.btn {
    display: none;
}
/* 22. Lightbox plugin overrides */
.tos-wrapper .tos-caption {
    display: none;
}
.tos-close span {
    display: none;
}
.tos-close:after {
    content: "x";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    padding-left: 15px;
    padding-top: 8px;
    display: inline-block;
}
/* 23. Advanced header menu fullscreen */
.header-advanced-menu-toggle-btn {
    cursor: pointer;
}
.header-advanced-menu-close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.header-advanced-menu-close-btn:hover {
    opacity: 0.6;
}
.header-advanced-menu-close-btn i {
    font-size: 60px;
    color: #ffffff;
}
.header-advanced-menu-fullscreen-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 20000;
    display: none;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu,
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li {
    padding: 0;
    list-style: none;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li a {
    color: #ffffff;
    font-size: 60px;
    line-height: 78px;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li a:hover {
    opacity: 0.7;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li ul a {
    opacity: 0.6;
    font-size: 40px;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li ul ul a {
    font-size: 17px;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li > ul {
    display: none;
    padding-left: 0;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
}
.header-advanced-menu-fullscreen-wrapper .header-advanced-menu-fullscreen-menu ul.header-advanced-fullscreen-menu li.menu-item-has-children > a.opened:after {
    content: "";
}
/* 24. Progress bar preloader */
/* Body fadein/out effects */
body.enable-progressbar {
  opacity: 0.2;
  transition: opacity 0.5s;
}
body.enable-progressbar.block-fadein {
  opacity: 1;
}
body.enable-progressbar.block-fadeout {
  opacity: 0.2;
}
body.enable-progressbar .header-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999995;
    overflow: hidden;
    height: 2px;
}
body.enable-progressbar .header-progressbar-under-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #dddddd;
    transition: opacity .7s ease;
}
body.enable-progressbar .header-progressbar-under-bar.hidden {
    opacity: 0;
}
body.enable-progressbar .header-progressbar-under-bar.bar {
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 10;
}
/* 25. CSS Classes for manual use in content */
/* Text transform */
.text-transform-uppercase {
    text-transform: uppercase!important;
}
.text-transform-none {
    text-transform: none!important;
}
/* Text font weight */
.text-font-weight-normal {
    font-weight: normal!important;
}
.text-font-weight-bold {
    font-weight: bold!important;
}
.text-font-weight-100 {
    font-weight: 100!important;
}
.text-font-weight-200 {
    font-weight: 200!important;
}
.text-font-weight-300 {
    font-weight: 300!important;
}
.text-font-weight-400 {
    font-weight: 400!important;
}
.text-font-weight-500 {
    font-weight: 500!important;
}
.text-font-weight-600 {
    font-weight: 600!important;
}
.text-font-weight-700 {
    font-weight: 700!important;
}
.text-font-weight-800 {
    font-weight: 800!important;
}
.text-font-weight-900 {
    font-weight: 900!important;
}
/* Text colors */
.text-color-white,
.text-color-white * {
    color: #ffffff;
}
.text-color-black,
.text-color-black * {
    color: #000000;
}
.text-color-theme,
.text-color-theme * {
    color: #2C99ED;
}
/* Text size */
.text-size-large {
    font-size: 24px;
}
.text-size-medium {
    font-size: 18px;
}
/* Hover effects classes for manual use */
.effect-hover-img-color img {
    filter: grayscale(100%);
}
.effect-hover-img-color img:hover {
    filter: grayscale(0);
}
.effect-hover-img-grayscale img {
    filter: grayscale(0);
}
.effect-hover-img-grayscale img:hover {
    filter: grayscale(100%);
}
.effect-hover-img-opacity img {
    opacity: 0.5;
}
.effect-hover-img-opacity img:hover {
    opacity: 1;
}
.effect-hover-img-opacity-invert img {
    opacity: 1;
}
.effect-hover-img-opacity-invert img:hover {
    opacity: 0.5;
}
/* Rev. slider below menu */
.rs_below_menu {
    margin-top: -50px;
}

.custom_1508149310526 {
    background-color: rgba(0, 46, 91, 0.9) !important;
    *background-color: rgb(0, 46, 91) !important;
}
.custom_1507559438426 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1507907102388 {
    margin-bottom: 50px !important;
}
.custom_1508148146675 {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
.custom_1508322275700 {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
    background-color: #2a2f35 !important;
}
.custom_1507560702184 {
    padding-bottom: 70px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1507630114525 {
    margin-top: 60px !important;
    padding-top: 5% !important;
    padding-bottom: 3% !important;
    background-color: #eeeeee !important;
}
.custom_1507908585799 {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1507811180962 {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
.custom_1508323971469 {
    padding-top: 100px !important;
    padding-bottom: 120px !important;
    background-color: #f4f4f4 !important;
}
.custom_1508148801816 {
    background-image: url(../upload/background-slider-app553d.jpg?id=4774) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1507907064671 {
    padding-top: 15px !important;
}
.custom_1508432799233 {
    margin-right: 30px !important;
}
.custom_1508432499509 {
    margin-right: 30px !important;
}
.custom_1508432367756 {
    margin-right: 30px !important;
}
.custom_1508432808231 {
    margin-right: 30px !important;
}
.custom_1508432540934 {
    margin-right: 30px !important;
}
.custom_1508405589760 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.custom_1507640317406 {
    padding-right: 15% !important;
}
.custom_1508321920665 {
    margin-top: -10px !important;
}
.custom_1508405625581 {
    padding-right: 15% !important;
    padding-left: 15% !important;
}
.custom_1508149388973 {
    padding-top: 30px !important;
}
.custom_1508405640154 {
    padding-right: 10% !important;
    padding-left: 10% !important;
}
.custom_1508405650650 {
    padding-right: 10% !important;
    padding-left: 10% !important;
}
.custom_1508406381502 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1508322020857 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1507815638929 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.custom_1508761694967 {
    margin-bottom: 70px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: rgba(0, 46, 91, 0.13) !important;
    *background-color: rgb(0, 46, 91) !important;
}
.custom_1508322347519 {
    margin-top: 0px !important;
}
.custom_1508322040120 {
    padding-bottom: 15px !important;
}
.custom_1507811322189 {
    padding-right: 4% !important;
    background-color: #f4f4f4 !important;
}
.custom_1508324066647 {
    padding-top: 20px !important;
    padding-right: 8% !important;
    padding-bottom: 70px !important;
    padding-left: 8% !important;
    background-color: #ffffff !important;
}
.custom_1508322047260 {
    margin-top: -10px !important;
}
.custom_1500977417202 {
    margin-top: 30px !important;
}


.mgt-icon-box-43418686.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
border-color: #333 !important;
}
.mgt-icon-box-43418686.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-43418686.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-43418686.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
background-color: #333 !important;
}
.mgt-icon-box-43418686.mgt-icon-box .mgt-icon-box-icon {
color: #333 !important;
}
.mgt-icon-box-43418686.mgt-icon-box h5,
.mgt-icon-box-43418686.mgt-icon-box h5 a {
color: #333 !important;
}
.mgt-icon-box-77542554.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
border-color: #333 !important;
}
.mgt-icon-box-77542554.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-77542554.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-77542554.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
background-color: #333 !important;
}
.mgt-icon-box-77542554.mgt-icon-box .mgt-icon-box-icon {
color: #333 !important;
}
.mgt-icon-box-77542554.mgt-icon-box h5,
.mgt-icon-box-77542554.mgt-icon-box h5 a {
color: #333 !important;
}
.mgt-icon-box-56431659.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
border-color: #333 !important;
}
.mgt-icon-box-56431659.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-56431659.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-56431659.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
background-color: #333 !important;
}
.mgt-icon-box-56431659.mgt-icon-box .mgt-icon-box-icon {
color: #333 !important;
}
.mgt-icon-box-56431659.mgt-icon-box h5,
.mgt-icon-box-56431659.mgt-icon-box h5 a {
color: #333 !important;
}
.mgt-icon-box-70705269.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
border-color: #333 !important;
}
.mgt-icon-box-70705269.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-70705269.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-70705269.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
background-color: #333 !important;
}
.mgt-icon-box-70705269.mgt-icon-box .mgt-icon-box-icon {
color: #333 !important;
}
.mgt-icon-box-70705269.mgt-icon-box h5,
.mgt-icon-box-70705269.mgt-icon-box h5 a {
color: #333 !important;
}
.mgt-icon-box-50471228.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
border-color: #333 !important;
}
.mgt-icon-box-50471228.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-50471228.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-50471228.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
background-color: #333 !important;
}
.mgt-icon-box-50471228.mgt-icon-box .mgt-icon-box-icon {
color: #333 !important;
}
.mgt-icon-box-50471228.mgt-icon-box h5,
.mgt-icon-box-50471228.mgt-icon-box h5 a {
color: #333 !important;
}
.mgt-promo-block-32924809.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(10, 10, 10, 0.5) !important;
}
.mgt-promo-block-32924809.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-43265455.mgt-promo-block {
border: 1px solid #ebebeb !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-front-inner {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-back-inner {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-44510381.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
    color: #e92c81 !important;
}
.mgt-flipbox-44510381.mgt-flipbox {
    height: 300px !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-front-inner {
    background-color: rgba(0, 0, 0, 0.74) !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-back-inner {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-79578135.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
    color: #3494f2 !important;
}
.mgt-flipbox-79578135.mgt-flipbox {
    height: 300px !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-front-inner {
    background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
    color: #ffffff !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-back-inner {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
    color: #ffffff !important;
}
.mgt-flipbox-45301068.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
    color: #face15 !important;
}
.mgt-flipbox-45301068.mgt-flipbox {
    height: 300px !important;
}
.mgt-promo-block-63877697.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(10, 10, 10, 0.73) !important;
}
.mgt-promo-block-63877697.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.82) !important;
}
.mgt-promo-block-51230237.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-promo-block-51230237.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.82) !important;
}
.mgt-promo-block-63155817.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 46, 91, 0.9) !important;
}
.mgt-promo-block-63155817.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.67) !important;
}


/*Paste to Here*/

.custom_1493999358266 {
    margin-top: 50px !important;
    margin-bottom: 70px !important;
}
.custom_1492001004485 {
    margin-top: 50px !important;
}
.custom_1493999416695 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1489487414570 {
    margin-top: 30px !important;
}
.custom_1489487404683 {
    margin-top: 30px !important;
}
.custom_1493999395834 {
    margin-top: -5px !important;
}
.custom_1489487399146 {
    margin-top: 30px !important;
}
.custom_1493999324344 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-promo-block-41977655.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-41977655.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-41977655.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}
.mgt-header-block-41891305.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-41891305.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-2463829.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-2463829.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-10514538.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-10514538.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-67250972.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-67250972.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-67250972.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1493999358266 {
    margin-top: 50px !important;
    margin-bottom: 70px !important;
}
.custom_1492001004485 {
    margin-top: 50px !important;
}
.custom_1493999416695 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1489487414570 {
    margin-top: 30px !important;
}
.custom_1489487404683 {
    margin-top: 30px !important;
}
.custom_1493999395834 {
    margin-top: -5px !important;
}
.custom_1489487399146 {
    margin-top: 30px !important;
}
.custom_1493999324344 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-89742408.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-89742408.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-76097125.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-76097125.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #e94e5e !important;
}
.mgt-promo-block-61769656.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-61769656.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #e94e5e !important;
}
.mgt-promo-block-75300304.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-75300304.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #e94e5e !important;
}
.mgt-promo-block-89577627.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-89577627.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #e94e5e !important;
}
.mgt-header-block-68233436.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-68233436.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-69409017.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-39998938.mgt-icon-box .mgt-icon-box-icon {
    color: #75ceae !important;
}
.mgt-header-block-82688271.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-82688271.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-button-74452514.mgt-button {
background: #e94e5e;
}
.mgt-button-74452514.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-74452514.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-74452514.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-74452514.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-74452514.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-74452514.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-74452514.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-74452514.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-74452514.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-74452514.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-74452514.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-74452514.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-header-block-77136720.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-77136720.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-68692359.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-41018760.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-7779164.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-48663596.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-87097530.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-6430582.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-header-block-48036248.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-48036248.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-85334198.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-85334198.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-promo-block-42435288.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-42435288.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-42435288.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}


.custom_1489046996529 {
    margin-top: 30px !important;
    margin-bottom: 80px !important;
}
.custom_1487339455721 {
    margin-top: 50px !important;
    background-image: url(../upload/background-parallaxa3ed.jpg) !important;
}
.custom_1488992430358 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1488992457735 {
    margin-top: 50px !important;
}
.custom_1493979683184 {
    margin-bottom: 30px !important;
}
.custom_1493979695309 {
    margin-bottom: 100px !important;
}
.custom_1488906171983 {
    margin-top: -30px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-image: url(../upload/geometry2.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1489047299986 {
    margin-top: 30px !important;
}
.custom_1488988822426 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.custom_1488988810300 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1488986515754 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1488899275478 {
    padding-top: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 100px !important;
    background-image: url(../upload/geometry2.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1488895576817 {
    margin-top: -10px !important;
}
.custom_1487233966628 {
    margin-top: 30px !important;
}
.custom_1488303643460 {
    margin-right: 30px !important;
}
.custom_1488992094789 {
    padding-right: 15px !important;
}
.custom_1488992333786 {
    padding-right: 30px !important;
}
.custom_1489047357160 {
    margin-top: -20px !important;
}
.custom_1488992367474 {
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1489047153028 {
    margin-top: 30px !important;
}
.custom_1489049784952 {
    margin-right: 30px !important;
}
.custom_1489047061258 {
    margin-right: 30px !important;
}
.custom_1488984116549 {
    margin-right: 30px !important;
}
.custom_1488984246199 {
    margin-right: 30px !important;
}
.custom_1488984322819 {
    margin-right: 30px !important;
}
.custom_1488984232892 {
    margin-right: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1488899706476 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899779745 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899830579 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899867447 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988750857 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489049297675 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988779408 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988788525 {
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
}

.mgt-button-58459290.mgt-button {
background-color: #e94e5e;
}
.mgt-button-58459290.mgt-button:before {
background: #2f9beb !important;
}
.mgt-button-58459290.mgt-button.mgt-style-solid:before {
background: !important;
}
.mgt-button-58459290.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-58459290.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-58459290.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-58459290.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-58459290.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-58459290.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-58459290.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-58459290.mgt-button.hvr-bounce-to-top:hover {
background: #2f9beb !important;
}
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-58459290.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
background: !important;
}
.mgt-button-58459290.mgt-button.mgt-style-borderedblack:before {
background: !important;
}
.mgt-promo-block-12612369.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-12612369.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: #e94e5e !important;
}
.mgt-icon-box-8923334.mgt-icon-box .mgt-icon-box-icon {
    color: #e94e5e !important;
}
.mgt-icon-box-27427449.mgt-icon-box .mgt-icon-box-icon {
    color: #e94e5e !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-24157382.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #e92c81 !important;
}
.mgt-flipbox-24157382.mgt-flipbox {
height: 300px !important;
}
.mgt-button-4818833.mgt-button {
background: #e94e5e;
}
.mgt-button-4818833.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-4818833.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-4818833.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-4818833.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-4818833.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-4818833.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-4818833.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-4818833.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-4818833.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-4818833.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-4818833.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-4818833.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.74) !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-78740954.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #3494f2 !important;
}
.mgt-flipbox-78740954.mgt-flipbox {
height: 300px !important;
}
.mgt-button-44128599.mgt-button {
background: #e94e5e;
}
.mgt-button-44128599.mgt-button:before {
    background: #2c99ed !important;
}
.mgt-button-44128599.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-44128599.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-44128599.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-44128599.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-44128599.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-44128599.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-44128599.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-44128599.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-44128599.mgt-button.hvr-bounce-to-top:hover {
    background: #2c99ed !important;
}
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-44128599.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-44128599.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-35243481.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #face15 !important;
}
.mgt-flipbox-35243481.mgt-flipbox {
height: 300px !important;
}
.mgt-button-26151554.mgt-button {
background: #e94e5e;
}
.mgt-button-26151554.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-26151554.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-26151554.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-26151554.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-26151554.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-26151554.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-26151554.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-26151554.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-26151554.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-26151554.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-26151554.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-26151554.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-11583641.mgt-button {
background-color: #e94e5e;
}
.mgt-button-11583641.mgt-button:before {
background: #2f9beb !important;
}
.mgt-button-11583641.mgt-button.mgt-style-solid:before {
background: !important;
}
.mgt-button-11583641.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-11583641.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-11583641.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-11583641.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-11583641.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-11583641.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-11583641.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-11583641.mgt-button.hvr-bounce-to-top:hover {
background: #2f9beb !important;
}
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-11583641.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
background: !important;
}
.mgt-button-11583641.mgt-button.mgt-style-borderedblack:before {
background: !important;
}
.mgt-promo-block-15381947.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-15381947.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: #e94e5e !important;
}
.mgt-promo-block-11616729.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-11616729.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: #e94e5e !important;
}
.mgt-promo-block-63270120.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-63270120.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: #e94e5e !important;
}
.mgt-header-block-19234139.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-19234139.mgt-header-block .mgt-header-line {
background: #e94e5e;
}
.mgt-header-block-67735251.mgt-header-block .mgt-header-block-title {
color: #eeeeee !important;
}
.mgt-header-block-23563927.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-23563927.mgt-header-block .mgt-header-line {
background: #e94e5e;
}
.mgt-header-block-55426485.mgt-header-block .mgt-header-block-title {
color: #eeeeee !important;
}
.mgt-header-block-77143424.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-77143424.mgt-header-block .mgt-header-line {
background: #e94e5e;
}
.mgt-header-block-18000685.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-18000685.mgt-header-block .mgt-header-line {
background: #e94e5e;
}
.mgt-promo-block-33289721.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: #e94e5e !important;
}
.mgt-button-21335972.mgt-button {
background-color: #e94e5e;
}
.mgt-button-21335972.mgt-button:before {
background: #2f9beb !important;
}
.mgt-button-21335972.mgt-button.mgt-style-solid:before {
background: !important;
}
.mgt-button-21335972.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-21335972.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-21335972.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-21335972.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-21335972.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-21335972.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-21335972.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-21335972.mgt-button.hvr-bounce-to-top:hover {
background: #2f9beb !important;
}
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-21335972.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
background: !important;
}
.mgt-button-21335972.mgt-button.mgt-style-borderedblack:before {
background: !important;
}
.mgt-button-5692261.mgt-button {
background-color: #e94e5e;
}
.mgt-button-5692261.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-5692261.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-5692261.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-5692261.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-5692261.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-5692261.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-5692261.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-5692261.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-5692261.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-5692261.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-5692261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-5692261.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}

.mgt-header-block-51925798.mgt-header-block .mgt-header-block-title {
    color: #eeeeee !important;
}

.mgt-header-block-11133954.mgt-header-block .mgt-header-block-title {
    color: #eeeeee !important;
}

.custom_1492877399723 {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
    background: rgba(0, 0, 0, 0.47) url(../upload/men-documentsf379.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    *background-color: rgb(0, 0, 0) !important;
}
.custom_1492105077255 {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
.custom_1492105012004 {
    padding-top: 20px !important;
    padding-bottom: 70px !important;
}
.custom_1489061241764 {
    padding-top: 50px !important;
}
.custom_1489062393097 {
    margin-top: 30px !important;
    margin-bottom: 80px !important;
}
.custom_1489063767205 {
    margin-top: 10px !important;
    margin-bottom: 70px !important;
}
.custom_1489062408655 {
    margin-top: 70px !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-color: #262626 !important;
}
.custom_1489154989181 {
    padding-top: 30px !important;
}
.custom_1489247948738 {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}
.custom_1489482421865 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.custom_1489059978957 {
    background-image: url(../upload/back-black.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1489071463849 {
    padding-top: 80px !important;
    padding-right: 35px !important;
}
.custom_1487239157606 {
    padding-top: 80px !important;
}
.custom_1493980728171 {
    margin-top: -10px !important;
}
.custom_1489052341017 {
    padding-top: 25px !important;
}
.custom_1489059886138 {
    margin-right: 30px !important;
}
.custom_1489059873713 {
    margin-right: 30px !important;
}
.custom_1489053748820 {
    padding-right: 100px !important;
}
.custom_1489057150496 {
    margin-top: 30px !important;
}
.custom_1489063829332 {
    margin-top: 30px !important;
}
.custom_1489063835280 {
    margin-top: 30px !important;
}
.custom_1489071623228 {
    margin-top: 30px !important;
}
.custom_1489071717115 {
    margin-top: 30px !important;
}
.custom_1489055908037 {
    padding-top: 80px !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.custom_1489055972288 {
    margin-top: -10px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1489154464868 {
    padding-top: 70px !important;
}
.custom_1489153977012 {
    margin-top: -10px !important;
}
.custom_1489485629452 {
    margin-bottom: 30px !important;
}

.mgt-promo-block-5553310.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}
.mgt-promo-block-5553310.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 45px;
    line-height: normal !important;
}
.mgt-header-block-17304631.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-17304631.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-59319358.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-31980760.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-header-block-75109359.mgt-header-block .mgt-header-block-title {
    color: #eeeeee !important;
}
.mgt-header-block-9864418.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-9864418.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-18628294.mgt-header-block .mgt-header-block-title {
    color: #eeeeee !important;
}
.mgt-header-block-20352840.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-20352840.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-1238816.mgt-header-block .mgt-header-block-title {
    color: #eeeeee !important;
}
.mgt-header-block-55900776.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-55900776.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-button-30936481.mgt-button {
background-color: #e94e5e;
}
.mgt-button-30936481.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-30936481.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-30936481.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-30936481.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-30936481.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-30936481.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-30936481.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-30936481.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-30936481.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-30936481.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-30936481.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-30936481.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-promo-block-66517506.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}
.custom_1489390676527 {
    margin-bottom: 10px !important;
}
.custom_1489136895964 {
    margin-top: 20px !important;
    padding-bottom: 30px !important;
}
.custom_1489485812459 {
    padding-top: 30px !important;
}
.custom_1489486372886 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.custom_1489395210961 {
    margin-bottom: 30px !important;
}
.custom_1489486372886 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.custom_1493979981612 {
    padding-right: 55px !important;
    padding-left: 55px !important;
}
.custom_1489394374358 {
    margin-top: 30px !important;
}
.custom_1489394381937 {
    margin-right: 30px !important;
}
.custom_1489394387864 {
    margin-right: 30px !important;
}
.custom_1489063829332 {
    margin-top: 30px !important;
}
.custom_1489063835280 {
    margin-top: 30px !important;
}
.custom_1489071623228 {
    margin-top: 30px !important;
}

.mgt-header-block-72193266.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-72193266.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-57493570.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-57493570.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-35314002.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-35314002.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-36902586.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-36902586.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}

.custom_1489136895964 {
    margin-top: 20px !important;
    padding-bottom: 30px !important;
}
.custom_1489487488047 {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}
.custom_1489487584497 {
    margin-bottom: 30px !important;
}
.custom_1489396423070 {
    margin-top: -20px !important;
}
.custom_1489394374358 {
    margin-top: 30px !important;
}
.custom_1489487414570 {
    margin-top: 30px !important;
}
.custom_1489487404683 {
    margin-top: 30px !important;
}
.custom_1489487367512 {
    margin-top: -5px !important;
}
.custom_1489487399146 {
    margin-top: 30px !important;
}

.mgt-button-84751645.mgt-button {
background: #e94e5e;
}
.mgt-button-84751645.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-84751645.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-84751645.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-84751645.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-84751645.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-84751645.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-84751645.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-84751645.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-84751645.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-84751645.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-84751645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-84751645.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-promo-block-70941851.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.51) !important;
}
.mgt-promo-block-70941851.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #ff7268 !important;
}
.mgt-promo-block-89110490.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(10, 10, 10, 0.51) !important;
}
.mgt-promo-block-89110490.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #79369d !important;
}
.mgt-promo-block-50178129.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(10, 10, 10, 0.47) !important;
}
.mgt-promo-block-50178129.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #c5c203 !important;
}
.mgt-header-block-58085275.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-58085275.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-button-10244443.mgt-button {
    background-color: #005cff !important;
}
.mgt-button-10244443.mgt-button:hover {
    background: none !important;
    background-color: #0032fc !important;
}
.mgt-button-10244443.mgt-button:before {
    background: #005cff !important;
}
.mgt-button-10244443.mgt-button.mgt-style-solid:before {
    background: #0032fc !important;
}
.mgt-button-10244443.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-10244443.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-10244443.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-10244443.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-10244443.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-10244443.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-10244443.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-10244443.mgt-button.hvr-bounce-to-top:hover {
    background: #005cff !important;
}
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-10244443.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #0032fc !important;
}
.mgt-button-10244443.mgt-button.mgt-style-borderedblack:before {
    background: #0032fc !important;
}
.mgt-button-67178815.mgt-button {
    background-color: #f874a4 !important;
}
.mgt-button-67178815.mgt-button:hover {
    background: none !important;
    background-color: #f73d81 !important;
}
.mgt-button-67178815.mgt-button:before {
    background: #f874a4 !important;
}
.mgt-button-67178815.mgt-button.mgt-style-solid:before {
    background: #f73d81 !important;
}
.mgt-button-67178815.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-67178815.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-67178815.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-67178815.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-67178815.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-67178815.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-67178815.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-67178815.mgt-button.hvr-bounce-to-top:hover {
    background: #f874a4 !important;
}
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-67178815.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #f73d81 !important;
}
.mgt-button-67178815.mgt-button.mgt-style-borderedblack:before {
    background: #f73d81 !important;
}
.mgt-button-1374995.mgt-button {
    background-color: #1da1f2 !important;
}
.mgt-button-1374995.mgt-button:hover {
    background: none !important;
    background-color: #008ef4 !important;
}
.mgt-button-1374995.mgt-button:before {
    background: #1da1f2 !important;
}
.mgt-button-1374995.mgt-button.mgt-style-solid:before {
    background: #008ef4 !important;
}
.mgt-button-1374995.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-1374995.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-1374995.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-1374995.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-1374995.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-1374995.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-1374995.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-1374995.mgt-button.hvr-bounce-to-top:hover {
    background: #1da1f2 !important;
}
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-1374995.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #008ef4 !important;
}
.mgt-button-1374995.mgt-button.mgt-style-borderedblack:before {
    background: #008ef4 !important;
}
.mgt-process-60208063.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-87514787.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-59242722.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-7302083.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-header-block-3207048.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-3207048.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-20638746.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-20638746.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-11855393.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-11855393.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-19511680.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: #79369d !important;
}
.mgt-promo-block-19511680.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.79) !important;
}
.mgt-button-39635145.mgt-button {
background-color: #e94e5e;
}
.mgt-button-39635145.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-39635145.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-39635145.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-39635145.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-39635145.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-39635145.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-39635145.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-39635145.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-39635145.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-39635145.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-39635145.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-39635145.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}

.custom_1493199562001 {
    padding-top: 300px !important;
    padding-bottom: 350px !important;
    background-color: rgba(0, 0, 0, 0.47) !important;
    *background-color: rgb(0, 0, 0) !important;
}
.custom_1491588823392 {
    margin-top: -150px !important;
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
.custom_1491591834645 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1491590923430 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491591790204 {
    margin-top: 10px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background: #eeeeee url(../upload/geometry24137.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1496251282942 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.custom_1489657458375 {
    background-image: url(../upload/aboutme.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1489071463849 {
    padding-top: 80px !important;
    padding-right: 35px !important;
}
.custom_1489574793078 {
    margin-top: -10px !important;
}
.custom_1491590407670 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491592474021 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491592483875 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491590691138 {
    margin-top: -30px !important;
}
.custom_1491590098102 {
    padding-top: 25px !important;
}
.custom_1489576332625 {
    padding-top: 25px !important;
}
.custom_1491591466018 {
    margin-top: 30px !important;
}
.custom_1491591301345 {
    margin-top: 30px !important;
}
.custom_1491570904333 {
    margin-top: 30px !important;
}
.custom_1491570914444 {
    margin-top: 30px !important;
}
.custom_1491591697330 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}

.mgt-header-block-51444006.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-51444006.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-35836208.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-35836208.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-35836208.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}

.custom_1488988822426 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.custom_1488988810300 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1493651860092 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1488899706476 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899779745 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899830579 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488899867447 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988750857 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489049297675 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988779408 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1488988788525 {
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
}

.mgt-header-block-34144970.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-34144970.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-5820588.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-29282495.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-81307290.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-37998537.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-74408161.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-88684940.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-20449395.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-26843449.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-83995850.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-2642660.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-2642660.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-2642660.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}

.mgt-promo-block-51076416.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}

.custom_1489495857287 {
    margin-top: -30px !important;
}
.custom_1488988822426 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.custom_1488988822426 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.custom_1488988810300 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1488986515754 {
    margin-top: 30px !important;
}
.custom_1489495548502 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496012297 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496018768 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496125164 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496309689 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496316760 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496325999 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489496333438 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1489498859571 {
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
}

.mgt-header-block-58594877.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-58594877.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-26393917.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}
.mgt-promo-block-26393917.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.74) !important;
}
.mgt-promo-block-26393917.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 50px;
    line-height: normal !important;
}

.custom_1489567431417 {
    margin-top: 70px !important;
}
.custom_1496243403733 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.custom_1496243398019 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.custom_1489571592805 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1489571673482 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493651900087 {
    padding-right: 45px !important;
    padding-left: 45px !important;
}


.mgt-promo-block-52590010.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-52590010.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-29843555.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-29843555.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-18468702.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-18468702.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-50104797.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-50104797.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-88086278.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-88086278.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-24770785.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-24770785.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-52311845.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-52311845.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-18725024.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-18725024.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-35626179.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-35626179.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-70823526.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-70823526.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-7683127.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-7683127.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.mgt-header-block-77462333.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-77462333.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-78117973.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.56) !important;
}

.custom_1489569498772 {
    margin-bottom: 70px !important;
}
.custom_1487754477459 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.custom_1487760607318 {
    margin-top: 30px !important;
}
.custom_1487756874445 {
    margin-top: 30px !important;
}
.custom_1487760607318 {
    margin-top: 30px !important;
}
.custom_1487756874445 {
    margin-top: 30px !important;
}
.custom_1487760607318 {
    margin-top: 30px !important;
}
.custom_1487756874445 {
    margin-top: 30px !important;
}

.mgt-promo-block-56780924.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-56780924.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-56780924.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}

.custom_1488988822426 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.custom_1489685315284 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1493652175885 {
    margin-top: 30px !important;
}
.custom_1497275729804 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1497275734497 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1497275742214 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1497275753372 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1497275759056 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1497275767204 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}

.mgt-promo-block-67958234.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #2a334c !important;
}
.mgt-promo-block-77181112.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-77181112.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #000b23 !important;
}
.mgt-promo-block-61706197.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #c0403c !important;
}
.mgt-promo-block-26696614.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #face15 !important;
}
.mgt-promo-block-42145027.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #cd8055 !important;
}
.mgt-promo-block-48941031.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-48941031.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #8228d6 !important;
}
.mgt-promo-block-89055759.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.mgt-promo-block-89055759.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #26c9b3 !important;
}
.mgt-button-72626449.mgt-button {
background-color: #e94e5e;
}
.mgt-button-72626449.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-72626449.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-72626449.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-72626449.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-72626449.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-72626449.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-72626449.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-72626449.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-72626449.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-72626449.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-72626449.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-72626449.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}


.custom_1489773461066 {
    margin-top: 70px !important;
    margin-bottom: 40px !important;
}
.custom_1489745171189 {
    margin-bottom: 80px !important;
}
.custom_1489059978957 {
    background-image: url(../upload/back-blackf6a7.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.mgt-header-block-20981428.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-20981428.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-30279300.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-30279300.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-11697139.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-11697139.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-promo-block-18387542.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #e94e5e !important;
}
.mgt-button-30794739.mgt-button {
background: #e94e5e;
}
.mgt-button-30794739.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-30794739.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-30794739.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-30794739.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-30794739.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-30794739.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-30794739.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-30794739.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-30794739.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-30794739.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-30794739.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-30794739.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-header-block-31135277.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-31135277.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table h4.mgt-pricing-table-header {
    padding: 70px 0px 70px 0px !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table .mgt-pricing-table-subheader,
.mgt-pricing-table-84553753.mgt-pricing-table .mgt-pricing-table-button {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table ul li {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-84553753.mgt-pricing-table ul li:nth-child(even) {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table h4.mgt-pricing-table-header {
    padding: 70px 0px 70px 0px !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table .mgt-pricing-table-subheader,
.mgt-pricing-table-15459701.mgt-pricing-table .mgt-pricing-table-button {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table ul li {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-15459701.mgt-pricing-table ul li:nth-child(even) {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table h4.mgt-pricing-table-header {
    padding: 70px 0px 70px 0px !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table .mgt-pricing-table-subheader,
.mgt-pricing-table-44503969.mgt-pricing-table .mgt-pricing-table-button {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table ul li {
    background-color: #f7f7f7 !important;
}
.mgt-pricing-table-44503969.mgt-pricing-table ul li:nth-child(even) {
    background-color: #f7f7f7 !important;
}
.mgt-header-block-74311081.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-74311081.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-button-82679771.mgt-button {
background: #e94e5e;
}
.mgt-button-82679771.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-82679771.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-82679771.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-82679771.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-82679771.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-82679771.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-82679771.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-82679771.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-82679771.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-82679771.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-82679771.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-82679771.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}

.custom_1490102463272 {
    margin-bottom: 70px !important;
}
.custom_1490102514887 {
    margin-top: 70px !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-image: url(../upload/back-blackf6a7.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1490102334810 {
    margin-top: 50px !important;
}
.custom_1490102232791 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.custom_1491399329338 {
    margin-top: 30px !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #eeeeee !important;
}
.custom_1487760607318 {
    margin-top: 30px !important;
}
.custom_1487756874445 {
    margin-top: 30px !important;
}
.custom_1490092544719 {
    margin-top: 30px !important;
}
.custom_1489055908037 {
    padding-top: 80px !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.custom_1489055972288 {
    margin-top: -10px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491398945652 {
    margin-top: 30px !important;
}


.mgt-header-block-38961465.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-38961465.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-83270710.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-39234311.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-35238299.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-45860720.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-header-block-68077867.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-68077867.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-5965516.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-5965516.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-76477787.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-76477787.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-83889169.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-83889169.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-22103965.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-22103965.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-38100887.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-38100887.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}

.custom_1493980157540 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1493980164905 {
    margin-bottom: 70px !important;
}
.custom_1487754477459 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.custom_1490091160442 {
    margin-top: -30px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1493652310228 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1489047153028 {
    margin-top: 30px !important;
}
.custom_1490090786558 {
    margin-right: 30px !important;
}
.custom_1490090825965 {
    margin-right: 30px !important;
}
.custom_1490090867604 {
    margin-right: 30px !important;
}
.custom_1488984246199 {
    margin-right: 30px !important;
}
.custom_1488984322819 {
    margin-right: 30px !important;
}
.custom_1488984232892 {
    margin-right: 30px !important;
}
.custom_1490090378858 {
    margin-right: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1487760607318 {
    margin-top: 30px !important;
}
.custom_1487756874445 {
    margin-top: 30px !important;
}
.custom_1490092544719 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}

.mgt-promo-block-9566297.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: #f2f2f2 !important;
}
.mgt-promo-block-57559558.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 45px;
    line-height: normal !important;
}
.mgt-header-block-78690269.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-78690269.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-23974142.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-23974142.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-promo-block-65871381.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}

.custom_1489390676527 {
    margin-bottom: 10px !important;
}
.custom_1490192919000 {
    margin-top: 20px !important;
}
.custom_1490192908078 {
    margin-bottom: 10px !important;
}
.custom_1490192919000 {
    margin-top: 20px !important;
}
.custom_1490195174971 {
    padding-right: 55px !important;
    padding-left: 55px !important;
}
.custom_1490195049964 {
    padding-right: 55px !important;
    padding-left: 55px !important;
}

.mgt-button-6093038.mgt-button {
background: #e94e5e;
}
.mgt-button-6093038.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-6093038.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-6093038.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-6093038.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-6093038.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-6093038.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-6093038.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-6093038.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-6093038.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-6093038.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-6093038.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-6093038.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-header-block-6193752.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-6193752.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1496251429228 {
    padding-top: 130px !important;
    padding-bottom: 140px !important;
    background-color: rgba(0, 0, 0, 0.47) !important;
    *background-color: rgb(0, 0, 0) !important;
}
.custom_1490257241091 {
    margin-bottom: -28px !important;
}
.custom_1489071463849 {
    padding-top: 80px !important;
    padding-right: 35px !important;
}
.custom_1496251331572 {
    margin-top: -10px !important;
}
.custom_1490199141901 {
    padding-top: 100px !important;
    padding-right: 50px !important;
    padding-left: 100px !important;
}
.custom_1490257354360 {
    margin-top: -10px !important;
}
.custom_1490257191756 {
    padding-top: 25px !important;
}


.mgt-header-block-33885738.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-33885738.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-49175247.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-49175247.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.73) !important;
}
.mgt-promo-block-42289297.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-42289297.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.73) !important;
}
.mgt-promo-block-48156724.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mgt-promo-block-48156724.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.73) !important;
}

.custom_1490282692179 {
    margin-top: 70px !important;
}
.custom_1490279597723 {
    padding-top: 30px !important;
}
.custom_1490281413466 {
    margin-top: -10px !important;
}
.custom_1490281418282 {
    padding-top: 25px !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
}


.submit-button { 
    font-size: 18px;
    color: #fff;
    font-weight: bold; 
    padding: 0;
    width: 100%;
    padding: 10px 20px; 
    background: #2C99ED;
    display: block; -webkit-appearance: none; 
    border: 0;
    font-style: normal !important;
    cursor: pointer;
    font-style: normal;
    text-transform: uppercase;
}


.submit-button:hover {
    opacity: .9;
}

.input1 {
    width: 100%;
}


.mgt-button-12003261.mgt-button {
background-color: #e94e5e;
}
.mgt-button-12003261.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-12003261.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-12003261.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-12003261.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-12003261.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-12003261.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-12003261.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-12003261.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-12003261.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-12003261.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-12003261.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-12003261.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}

.custom_1490365239040 {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}
.custom_1490365322935 {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}
.custom_1487930263128 {
    background: #f1f1f1 url(../upload/geometry24137.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1490364760615 {
    margin-top: 30px !important;
}
.custom_1490365179875 {
    margin-top: 30px !important;
}
.custom_1490365220995 {
    margin-top: 30px !important;
}
.custom_1490365393022 {
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}
.custom_1493996684204 {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #f8f8f8 !important;
}
.custom_1490365669636 {
    margin-top: -10px !important;
}

.input2 {
    margin-bottom: 20px;
}

.mgt-promo-block-82232355.mgt-promo-block.darken .mgt-promo-block-content {background-color: rgba(0,0,0,0.6)!important;}.mgt-promo-block-82232355.mgt-promo-block.animated:hover .mgt-promo-block-content {background-color: #2c99ed!important;}
.mgt-promo-block-55296990.mgt-promo-block.darken .mgt-promo-block-content {background-color: rgba(0,0,0,0.49)!important;}

.custom_1490374996838 {
    margin-top: 50px !important;
}
.custom_1490375035299 {
    margin-top: 70px !important;
}
.custom_1490376131271 {
    margin-bottom: 30px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1490374969136 {
    padding-top: 100px !important;
}
.custom_1490375681116 {
    margin-top: -10px !important;
}


.custom_1493032773355 {
    padding-top: 120px !important;
    padding-bottom: 150px !important;
    background: rgba(0, 0, 0, 0.47) url(../upload/young-man-with-daughter9c83.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    *background-color: rgb(0, 0, 0) !important;
}
.custom_1493031704475 {
    padding-top: 110px !important;
    padding-bottom: 120px !important;
}
.custom_1489071463849 {
    padding-top: 80px !important;
    padding-right: 35px !important;
}
.custom_1487239157606 {
    padding-top: 80px !important;
}
.custom_1493031323847 {
    padding-top: 20px !important;
}

.mgt-button-19081763.mgt-button {
background: #e94e5e;
}
.mgt-button-19081763.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-19081763.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-19081763.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-19081763.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-19081763.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-19081763.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-19081763.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-19081763.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-19081763.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-19081763.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-19081763.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-19081763.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}


.custom_1491401828067 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-image: url(../upload/workplace15cb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1491401500583 {
    padding-top: 150px !important;
}

.mgt-promo-block-41458176.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-41458176.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-41458176.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.mgt-promo-block-84245908.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
}
.mgt-header-block-29269319.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-29269319.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}


.mgt-header-block-49725414.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-49725414.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493807908648 {
    margin-top: -10px !important;
}

.mgt-header-block-2347237.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-2347237.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-84365690.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-84365690.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-1452606.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-1452606.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-67123311.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-67123311.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-12618265.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-12618265.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-58122063.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-58122063.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493817116023 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-39690951.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-39690951.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-46911396.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-46911396.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-65156203.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-65156203.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-44181169.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-44181169.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493816167754 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-6405031.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-6405031.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493816236912 {
margin-bottom: -30px !important;
}
.custom_1487239752272 {
padding-top: 80px !important;
padding-right: 100px !important;
}
.custom_1493806842836 {
padding-top: 30px !important;
}
.custom_1493806870625 {
margin-top: -10px !important;
}

.mgt-header-block-18495207.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-18495207.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-42467329.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-42467329.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493816724966 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-3142622.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-3142622.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493816836638 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-24971511.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-24971511.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}


.custom_1493816912952 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-71267437.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-71267437.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493817007461 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-6485848.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-6485848.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493817175066 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-14164404.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-14164404.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493817360856 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-38820925.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-38820925.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.custom_1493817457769 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-4707505.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-4707505.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-12514609.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-12514609.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438341717278 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-64103959.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-64103959.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438341755684 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-11165263.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-11165263.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}


.custom_1438341563577 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-82454441.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-82454441.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-84236243.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-84236243.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-63115385.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-63115385.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-23029975.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-23029975.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-3029406.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-3029406.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-43551204.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-43551204.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-75037308.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-75037308.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-81713389.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-81713389.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-61092101.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-61092101.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-53185623.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-53185623.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-29306403.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-29306403.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}


.mgt-header-block-76456839.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-76456839.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-85711613.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-85711613.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-17292422.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-17292422.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-37086326.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-37086326.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-57835846.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-57835846.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823480318 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-75261409.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-75261409.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823600942 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-66434440.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-66434440.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823643916 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-12557478.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-12557478.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823703879 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-18846341.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-18846341.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823780245 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-43869936.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-43869936.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493823832127 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-69888659.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-69888659.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}



.custom_1493824014997 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-75739623.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-75739623.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493824155337 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-54763734.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-54763734.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1500480101040 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-88142443.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-88142443.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1493824228483 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}


.mgt-header-block-13648052.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-13648052.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-59198805.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-59198805.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493807908648 {
    margin-top: -10px !important;
}

.mgt-header-block-15910802.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-15910802.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1500477399293 {
    margin-top: -10px !important;
}
.mgt-header-block-37976156.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-37976156.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-24488764.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-24488764.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-6421405.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-6421405.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-75746650.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-75746650.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-84771567.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-84771567.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438333348452 {
    margin-bottom: 80px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-69107146.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-69107146.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1438176948413 {
    margin-bottom: 100px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493806842836 {
    padding-top: 30px !important;
}
.custom_1493806870625 {
    margin-top: -10px !important;
}

.mgt-header-block-87032695.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-87032695.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496394394454 {
    margin-top: -10px !important;
}
.custom_1493650129726 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-promo-block-84641466.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-84641466.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-84641466.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}


.mgt-promo-block-54125347.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-54125347.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-54125347.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}


.mgt-header-block-10790462.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-10790462.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}


.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1496394406222 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496394394454 {
    margin-top: -10px !important;
}
.custom_1493650129726 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-promo-block-23160218.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.08) !important;
}
.mgt-promo-block-23160218.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.82) !important;
}
.mgt-promo-block-23160218.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 45px;
    line-height: normal !important;
}
.mgt-promo-block-23160218.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 50px !important;
}

.custom_1493917539517 {
    padding-top: 60px !important;
}
.custom_1493917414615 {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
}
.custom_1493909632715 {
    margin-top: 30px !important;
    margin-bottom: 130px !important;
}
.custom_1488463151884 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1487239157606 {
    padding-top: 80px !important;
}
.custom_1488463604353 {
    margin-top: -10px !important;
}

.mgt-promo-block-6837137.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-6837137.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-6837137.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 30px !important;
}

.mgt-promo-block-34014005.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-34014005.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-34014005.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}
.mgt-promo-block-54216456.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-54216456.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-54216456.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}
.mgt-promo-block-81756451.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-81756451.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-81756451.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}

.mgt-promo-block-73066279.mgt-promo-block {
    border: 50px solid #ffffff !important;
}
.mgt-promo-block-73066279.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.mgt-promo-block-73066279.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(40, 40, 40, 0.5) !important;
}
.mgt-promo-block-73066279.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 45px;
    line-height: normal !important;
}
.mgt-promo-block-73066279.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 50px !important;
}

.mgt-header-block-47801149.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-47801149.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}

.mgt-header-block-44248148.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-44248148.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-79692987.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-79692987.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-79692987.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-79692987.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-79692987.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-icon-box-82923000.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-82923000.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-82923000.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-82923000.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-82923000.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-icon-box-66300574.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-66300574.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-66300574.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-66300574.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-66300574.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-icon-box-33562922.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-33562922.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-33562922.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-33562922.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-33562922.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-icon-box-39696661.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-39696661.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-39696661.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-39696661.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-39696661.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-icon-box-36683937.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #74cdaf !important;
}
.mgt-icon-box-36683937.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-36683937.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-36683937.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #74cdaf !important;
}
.mgt-icon-box-36683937.mgt-icon-box .mgt-icon-box-icon {
    color: #74cdaf !important;
}
.mgt-promo-block-19302544.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-19302544.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-19302544.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}

.custom_1487950080578 {
    margin-top: 70px !important;
}
.custom_1488186140983 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.custom_1488186177841 {
    margin-top: 0px !important;
    margin-bottom: 70px !important;
}
.custom_1487950080578 {
    margin-top: 70px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1488187075332 {
    margin-top: -10px !important;
}
.custom_1488187093779 {
    margin-right: 30px !important;
}
.custom_1488187103432 {
    margin-right: 30px !important;
}
.custom_1488187112480 {
    margin-right: 30px !important;
}
.custom_1488187123150 {
    margin-right: 30px !important;
}
.custom_1488187129429 {
    margin-right: 30px !important;
}
.custom_1488187137440 {
    margin-right: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1488187142801 {
    margin-top: -10px !important;
}

.mgt-icon-box-6113855.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #2c99ed !important;
}
.mgt-icon-box-6113855.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-6113855.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-6113855.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #e94e5e !important;
}
.mgt-icon-box-6113855.mgt-icon-box .mgt-icon-box-icon {
    color: #2c99ed !important;
}
.mgt-icon-box-46418445.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #2c99ed !important;
}
.mgt-icon-box-46418445.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-46418445.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-46418445.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #e94e5e !important;
}
.mgt-icon-box-46418445.mgt-icon-box .mgt-icon-box-icon {
    color: #2c99ed !important;
}

.mgt-header-block-12082506.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-12082506.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-47881631.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-47881631.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-42827452.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-42827452.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}
.mgt-header-block-3174744.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-3174744.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #76cfae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #76cfae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#76cfae',GradientType=1 ) !important;
}

.mgt-promo-block-3393205.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.73) !important;
}
.mgt-promo-block-3393205.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 65px;
    line-height: normal !important;
}
.mgt-promo-block-3393205.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 70px !important;
}

.custom_1488202179863 {
    margin-top: 200px !important;
    margin-bottom: 70px !important;
}
.custom_1488202849522 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.custom_1488219555813 {
    margin-top: 50px !important;
}
.custom_1493909564176 {
    padding-bottom: 50px !important;
}
.custom_1493909632715 {
    margin-top: 30px !important;
    margin-bottom: 130px !important;
}
.custom_1488221568960 {
    margin-top: 70px !important;
    margin-bottom: 50px !important;
    padding-top: 150px !important;
    padding-right: 100px !important;
    padding-bottom: 150px !important;
    padding-left: 100px !important;
    background-color: #4249aa !important;
}
.custom_1488202935419 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.custom_1493909746940 {
    margin-bottom: 100px !important;
}
.custom_1492784531491 {
    margin-bottom: -30px !important;
}
.custom_1488210905654 {
    padding-top: 45px !important;
    padding-right: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 45px !important;
    background-image: url(../upload/Barrel-yellow-mocke59a.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1493909652150 {
    padding-top: 20px !important;
    padding-right: 75px !important;
    padding-bottom: 20px !important;
    padding-left: 75px !important;
}
.custom_1488212610379 {
    margin-top: 0px !important;
}
.custom_1488221707852 {
    padding-top: 150px !important;
    padding-right: 100px !important;
}
.custom_1487239157606 {
    padding-top: 80px !important;
}
.custom_1488223586381 {
    margin-top: -10px !important;
}
.custom_1493909145523 {
    margin-top: -10px !important;
}
.custom_1493909624767 {
    margin-bottom: 0px !important;
}

.mgt-promo-block-39789876.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.49) !important;
}
.mgt-promo-block-39789876.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-39789876.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 45px !important;
}


.mgt-header-block-20469959.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-20469959.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-61373550.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-61373550.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-37096806.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-37096806.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-53127186.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-53127186.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-66794955.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-66794955.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-54195454.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-54195454.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-54195454.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}


.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491403716303 {
    margin-bottom: 10px !important;
    padding-top: 20px !important;
}
.custom_1493649338664 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491403821370 {
    margin-top: -10px !important;
}
.custom_1491403732346 {
    margin-top: 50px !important;
}
.custom_1491403992939 {
    margin-top: 50px !important;
}
.custom_1493649614786 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-63530258.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-63530258.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-73209250.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-73209250.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-73209250.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1487263984469 {
    margin-top: 30px !important;
}
.custom_1487263984469 {
    margin-top: 30px !important;
}
.custom_1487263984469 {
    margin-top: 30px !important;
}
.custom_1493211933314 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496241326570 {
    margin-top: -10px !important;
}
.custom_1491474571368 {
    margin-top: -10px !important;
}
.custom_1491474578982 {
    margin-top: -10px !important;
}
.custom_1491474597773 {
    margin-top: -10px !important;
}
.custom_1491474593161 {
    margin-top: -10px !important;
}
.custom_1491474803068 {
    margin-top: -10px !important;
}
.custom_1491474665768 {
    margin-right: 30px !important;
}
.custom_1491474665768 {
    margin-right: 30px !important;
}
.custom_1491474665768 {
    margin-right: 30px !important;
}
.custom_1491475304461 {
    margin-top: -10px !important;
}
.custom_1491474844881 {
    margin-right: 30px !important;
}
.custom_1491475035459 {
    padding-top: 50px !important;
}
.custom_1491475714769 {
    margin-top: -10px !important;
}
.custom_1491475698808 {
    margin-top: -10px !important;
}
.custom_1493649639692 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-61566522.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-61566522.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-58599216.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-58599216.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-58599216.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1490365322935 {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}
.custom_1493649414542 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492082012424 {
    margin-top: -10px !important;
}
.custom_1490365393022 {
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}
.custom_1492007237321 {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #2a2f35 !important;
    border-left-color: #e5e5e5 !important;
    border-left-style: solid !important;
    border-right-color: #e5e5e5 !important;
    border-right-style: solid !important;
    border-top-color: #e5e5e5 !important;
    border-top-style: solid !important;
    border-bottom-color: #e5e5e5 !important;
    border-bottom-style: solid !important;
    border-radius: 1px !important;
}
.custom_1490365669636 {
    margin-top: -10px !important;
}
.custom_1492079113211 {
    margin-top: -10px !important;
}
.custom_1493649692071 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-23760803.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-23760803.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-button-48301003.mgt-button {
background-color: #e94e5e;
}
.mgt-button-48301003.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-48301003.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-48301003.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-48301003.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-48301003.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-48301003.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-48301003.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-48301003.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-48301003.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-48301003.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-48301003.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-48301003.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-promo-block-85140817.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-85140817.mgt-promo-block .mgt-promo-block-content h2 {
font-size: 40px;
line-height: normal !important;
}
.mgt-promo-block-85140817.mgt-promo-block .mgt-promo-block-content h2 {
margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1487930263128 {
    background: #f1f1f1 url(../upload/geometry24137.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1491490443484 {
    margin-top: 70px !important;
}
.custom_1491490449107 {
    margin-top: 70px !important;
}
.custom_1492792673781 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491490513404 {
    margin-top: -10px !important;
}
.custom_1493649727282 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-45746166.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-45746166.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-66928723.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-66928723.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-66928723.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491485309670 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1491923212810 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
    background-color: #ededed !important;
}
.custom_1492001252854 {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}
.custom_1493649472222 {
    margin-top: 50px !important;
}
.custom_1491923167717 {
    margin-top: -10px !important;
}
.custom_1493649755465 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-11600535.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-11600535.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-75725556.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-75725556.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-75725556.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}
.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491993188031 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1492000844865 {
    margin-bottom: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491993070158 {
    margin-top: -10px !important;
}
.custom_1493649570233 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-55848039.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-55848039.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-69392783.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-69392783.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-69392783.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1493983103581 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1492792673781 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493983141390 {
    margin-top: -10px !important;
}
.custom_1493649727282 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1492617250921 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1492617405553 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #f1f1f1 !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496241515968 {
    margin-top: -10px !important;
}
.custom_1492592684338 {
    margin-top: -10px !important;
}
.custom_1492592684338 {
    margin-top: -10px !important;
}
.custom_1493649919970 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-2489527.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
}
.mgt-header-block-2489527.mgt-header-block .mgt-header-line {
background-color: #e94e5e;
background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-80375033.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #e92c81 !important;
}
.mgt-flipbox-80375033.mgt-flipbox {
height: 300px !important;
}
.mgt-button-40678598.mgt-button {
background: #e94e5e;
}
.mgt-button-40678598.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-40678598.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-40678598.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-40678598.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-40678598.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-40678598.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-40678598.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-40678598.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-40678598.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-40678598.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-40678598.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-40678598.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.74) !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-31452337.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #3494f2 !important;
}
.mgt-flipbox-31452337.mgt-flipbox {
height: 300px !important;
}
.mgt-button-4664271.mgt-button {
background: #e94e5e;
}
.mgt-button-4664271.mgt-button:before {
    background: #2c99ed !important;
}
.mgt-button-4664271.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-4664271.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-4664271.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-4664271.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-4664271.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-4664271.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-4664271.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-4664271.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-4664271.mgt-button.hvr-bounce-to-top:hover {
    background: #2c99ed !important;
}
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-4664271.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-4664271.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-65037821.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #face15 !important;
}
.mgt-flipbox-65037821.mgt-flipbox {
height: 300px !important;
}
.mgt-button-10844991.mgt-button {
background: #e94e5e;
}
.mgt-button-10844991.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-10844991.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-10844991.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-10844991.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-10844991.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-10844991.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-10844991.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-10844991.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-10844991.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-10844991.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-10844991.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-10844991.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-front-inner,
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-back-inner {
padding: 60px !important;
}
.mgt-flipbox-67549144.mgt-flipbox h4.mgt-flipbox-header {
font-size: 55px !important;
line-height: normal !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-description {
font-size: 16px !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #face15 !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #e8e8e8 !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.24) !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-back-inner {
background-color: #3494f2 !important;
}
.mgt-flipbox-67549144.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-67549144.mgt-flipbox {
height: 400px !important;
}
.mgt-flipbox-62972178.mgt-flipbox h4.mgt-flipbox-header {
font-size: 40px !important;
line-height: normal !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-description {
font-size: 16px !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #face15 !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #e5e5e5 !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.54) !important;
}
.mgt-flipbox-62972178.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-62972178.mgt-flipbox {
height: 400px !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-41832776.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #e92c81 !important;
}
.mgt-flipbox-41832776.mgt-flipbox {
height: 300px !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.74) !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-31744598.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #3494f2 !important;
}
.mgt-flipbox-31744598.mgt-flipbox {
height: 300px !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-82661090.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #face15 !important;
}
.mgt-flipbox-82661090.mgt-flipbox {
height: 300px !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-front-inner {
background-color: rgba(0, 0, 0, 0.75) !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-13399298.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #56b2ba !important;
}
.mgt-flipbox-13399298.mgt-flipbox {
height: 300px !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-description {
font-size: 16px !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-description {
padding: 0px 60px 0px 60px !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-front-inner {
background-color: #6859ea !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(255, 35, 102, 0.79) !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-7710409.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #ffffff !important;
}
.mgt-flipbox-7710409.mgt-flipbox {
height: 300px !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-description {
font-size: 16px !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-description {
padding: 0px 60px 0px 60px !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-front h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-front-inner {
background-color: #8d4de8 !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-back h4.mgt-flipbox-header {
color: #ffffff !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-back-inner {
background-color: rgba(255, 35, 102, 0.85) !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-back .mgt-flipbox-description {
color: #ffffff !important;
}
.mgt-flipbox-70998514.mgt-flipbox .mgt-flipbox-front .mgt-flipbox-icon i {
color: #ffffff !important;
}
.mgt-flipbox-70998514.mgt-flipbox {
height: 300px !important;
}
.mgt-button-68596279.mgt-button {
background: #e94e5e;
}
.mgt-promo-block-33888710.mgt-promo-block.darken .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-33888710.mgt-promo-block .mgt-promo-block-content h2 {
font-size: 40px;
line-height: normal !important;
}
.mgt-promo-block-33888710.mgt-promo-block .mgt-promo-block-content h2 {
margin: 20px !important;
}


.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1492102759246 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #f9f9f9 !important;
}
.custom_1492094874939 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1492102759246 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #f9f9f9 !important;
}
.custom_1494250900580 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #2a2f35 !important;
}
.custom_1493649977122 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492163783482 {
    margin-top: -10px !important;
}
.custom_1493649971599 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-63856285.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-63856285.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-17173939.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-17173939.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-promo-block-23661552.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-23661552.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-promo-block-81654993.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-81654993.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.72) !important;
}
.mgt-button-55963816.mgt-button:hover {
    background: none !important;
    background-color: #dd3333 !important;
}
.mgt-button-55963816.mgt-button:before {
    background: !important;
}
.mgt-button-55963816.mgt-button.mgt-style-solid:before {
    background: #dd3333 !important;
}
.mgt-button-55963816.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-55963816.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-55963816.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-55963816.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-55963816.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-55963816.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-55963816.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-55963816.mgt-button.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-55963816.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #dd3333 !important;
}
.mgt-button-55963816.mgt-button.mgt-style-borderedblack:before {
    background: #dd3333 !important;
}
.mgt-promo-block-79891614.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-79891614.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-79891614.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1493977505289 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1493976704300 {
    margin-top: -10px !important;
}
.custom_1493977881056 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493977890453 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 10% !important;
}
.custom_1493980507023 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493650323347 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-64598258.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-64598258.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-9588851.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-9588851.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-9588851.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1487759468662 {
    margin-bottom: 70px !important;
    padding-top: 50px !important;
}
.custom_1494250050053 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #eeeeee !important;
}
.custom_1487759468662 {
    margin-bottom: 70px !important;
    padding-top: 50px !important;
}
.custom_1496241893239 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.custom_1496242106538 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.custom_1496242066520 {
    margin-bottom: -30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491832385647 {
    margin-top: -10px !important;
}
.custom_1493650027261 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-20789067.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-20789067.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-6904908.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.mgt-promo-block-6904908.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.65) !important;
}
.mgt-promo-block-3916290.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.mgt-promo-block-3916290.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #8d4de8 !important;
}
.mgt-promo-block-20993300.mgt-promo-block {
    border: 20px solid #eeeeee !important;
}
.mgt-promo-block-20993300.mgt-promo-block:hover {
    border-color: #0b78e3 !important;
}
.mgt-promo-block-20993300.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(11, 120, 227, 0.84) !important;
}
.mgt-promo-block-17505443.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.53) !important;
}
.mgt-promo-block-17505443.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.71) !important;
}
.mgt-promo-block-78641847.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: #e94e5e;
}
.mgt-promo-block-78641847.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(26, 165, 154, 0.82) !important;
}
.mgt-promo-block-15838999.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: #c7eade !important;
}
.mgt-promo-block-15838999.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(26, 165, 154, 0.82) !important;
}
.mgt-promo-block-47414511.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: #ff671f !important;
}
.mgt-promo-block-47414511.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #ff5000 !important;
}
.mgt-promo-block-47414511.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-47414511.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 48px !important;
}
.mgt-promo-block-47414511.mgt-promo-block .mgt-promo-block-content a {
    color: #ffffff !important;
}
.mgt-promo-block-23425918.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-23425918.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.85) !important;
}
.mgt-promo-block-21767205.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-21767205.mgt-promo-block:hover {
    border-color: #6859ea !important;
}
.mgt-promo-block-21767205.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #6859ea !important;
}
.mgt-promo-block-45265657.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-45265657.mgt-promo-block:hover {
    border-color: #8d4de8 !important;
}
.mgt-promo-block-45265657.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #8d4de8 !important;
}
.mgt-promo-block-15091621.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-15091621.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-15091621.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491819179082 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom_1491819174177 {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.custom_1491560369159 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #f1f1f1 url(../upload/geometry24137.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491561667474 {
    margin-top: -10px !important;
}
.custom_1491818098639 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491817693223 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491817759905 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1492090017439 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1494250241882 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1494250254868 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1492001441798 {
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
}
.custom_1492089947004 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491561520829 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491561579597 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493650091620 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-29874047.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-29874047.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-41170542.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-41170542.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-41170542.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491498447596 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491499028471 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #e6f7f0 !important;
}
.custom_1491498447596 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491835318531 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #f7f7f7 !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491835240983 {
    margin-top: -10px !important;
}
.custom_1493650129726 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-7279957.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-7279957.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-57150926.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-57150926.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-57150926.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}


.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1489247948738 {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}
.custom_1493650175077 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492083101644 {
    margin-top: -10px !important;
}
.custom_1492082905788 {
    margin-top: -10px !important;
}
.custom_1492082911592 {
    margin-top: -10px !important;
}
.custom_1493650169411 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-2257405.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-2257405.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-82658496.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-26082788.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-38614129.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-38614129.mgt-promo-block:hover {
    border-color: #6859ea !important;
}
.mgt-promo-block-38614129.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #6859ea !important;
}
.mgt-promo-block-32411682.mgt-promo-block {
    border: 1px solid #eeeeee !important;
}
.mgt-promo-block-32411682.mgt-promo-block:hover {
    border-color: #8d4de8 !important;
}
.mgt-promo-block-32411682.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #8d4de8 !important;
}
.mgt-promo-block-59044162.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-59044162.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-59044162.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491562201842 {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
.custom_1491560369159 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #f1f1f1 url(../upload/geometry24137.png?) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1492001366245 {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}
.custom_1493650216174 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491561667474 {
    margin-top: -10px !important;
}
.custom_1492089480470 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1492089720114 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1491562409101 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1488272770219 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1487758843894 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1487758837280 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1487758905058 {
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.custom_1492089149037 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1492089186820 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493650212382 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-81447736.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-81447736.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-8548036.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-8548036.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-8548036.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491832839983 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491832935995 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491832839983 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491833319585 {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
    background-color: #f7f7f7 !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496242415810 {
    margin-top: -10px !important;
}
.custom_1493650288304 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-67508174.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-67508174.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-34054459.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-34054459.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.85) !important;
}
.mgt-promo-block-62715876.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.53) !important;
}
.mgt-promo-block-62715876.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.71) !important;
}
.mgt-promo-block-22422511.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.58) !important;
}
.mgt-promo-block-62283928.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-62283928.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-62283928.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496242880542 {
    margin-top: -10px !important;
}
.custom_1493026638359 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493026626589 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493027237166 {
    padding-top: 25px !important;
    padding-right: 35px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
}
.custom_1493650323347 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-84944256.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-84944256.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-button-26921004.mgt-button {
background: #e94e5e;
}
.mgt-button-26921004.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-26921004.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-26921004.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-26921004.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-26921004.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-26921004.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-26921004.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-26921004.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-26921004.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-26921004.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-26921004.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-26921004.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-26396593.mgt-button {
background: #e94e5e;
}
.mgt-button-26396593.mgt-button:hover {
    background: -moz-linear-gradient(left, #6ac6b7 0%, #2f9beb 100%) !important;
    background: -webkit-linear-gradient(left, #6ac6b7 0%, #2f9beb 100%) !important;
    background: linear-gradient(to right, #6ac6b7 0%, #2f9beb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac6b7', endColorstr='#2f9beb',GradientType=1 ) !important;
    background-color: #6ac6b7 !important;
}
.mgt-button-26396593.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-26396593.mgt-button.mgt-style-solid:before {
    background: #6ac6b7 !important;
}
.mgt-button-26396593.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-26396593.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-26396593.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-26396593.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-26396593.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-26396593.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-26396593.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-26396593.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-26396593.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #6ac6b7 !important;
}
.mgt-button-26396593.mgt-button.mgt-style-borderedblack:before {
    background: #6ac6b7 !important;
}
.mgt-button-15311645.mgt-button {
    background: -moz-linear-gradient(left, #fd3f2f 0%, #face15 100%) !important;
    background: -webkit-linear-gradient(left, #fd3f2f 0%, #face15 100%) !important;
    background: linear-gradient(to right, #fd3f2f 0%, #face15 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3f2f', endColorstr='#face15',GradientType=1 ) !important;
    background-color: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button:hover {
    background: none !important;
    background-color: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button:before {
    background: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button.mgt-style-solid:before {
    background: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-15311645.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-15311645.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-15311645.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-15311645.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-15311645.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-15311645.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-15311645.mgt-button.hvr-bounce-to-top:hover {
    background: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-15311645.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #fd3f2f !important;
}
.mgt-button-15311645.mgt-button.mgt-style-borderedblack:before {
    background: #fd3f2f !important;
}
.mgt-button-1958825.mgt-button {
    background: -moz-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: -webkit-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: linear-gradient(to right, #e73e71 0%, #c85ae3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e71', endColorstr='#c85ae3',GradientType=1 ) !important;
    background-color: #e73e71 !important;
}
.mgt-button-1958825.mgt-button:before {
    background: #e73e71 !important;
}
.mgt-button-1958825.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-1958825.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-1958825.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-1958825.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-1958825.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-1958825.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-1958825.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-1958825.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-1958825.mgt-button.hvr-bounce-to-top:hover {
    background: #e73e71 !important;
}
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-1958825.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-1958825.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-3945736.mgt-button {
    background: -moz-linear-gradient(left, #6956ec 0%, #a456ba 100%) !important;
    background: -webkit-linear-gradient(left, #6956ec 0%, #a456ba 100%) !important;
    background: linear-gradient(to right, #6956ec 0%, #a456ba 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6956ec', endColorstr='#a456ba',GradientType=1 ) !important;
    background-color: #6956ec !important;
}
.mgt-button-3945736.mgt-button:hover {
    background: -moz-linear-gradient(left, #8378d0 0%, #c688d8 100%) !important;
    background: -webkit-linear-gradient(left, #8378d0 0%, #c688d8 100%) !important;
    background: linear-gradient(to right, #8378d0 0%, #c688d8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8378d0', endColorstr='#c688d8',GradientType=1 ) !important;
    background-color: #8378d0 !important;
}
.mgt-button-3945736.mgt-button:before {
    background: #6956ec !important;
}
.mgt-button-3945736.mgt-button.mgt-style-solid:before {
    background: #8378d0 !important;
}
.mgt-button-3945736.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-3945736.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-3945736.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-3945736.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-3945736.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-3945736.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-3945736.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-3945736.mgt-button.hvr-bounce-to-top:hover {
    background: #6956ec !important;
}
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-3945736.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: #8378d0 !important;
}
.mgt-button-3945736.mgt-button.mgt-style-borderedblack:before {
    background: #8378d0 !important;
}
.mgt-button-42791602.mgt-button {
    background-color: #2f9beb !important;
}
.mgt-button-42791602.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-42791602.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-42791602.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-42791602.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-42791602.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-42791602.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-42791602.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-42791602.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-42791602.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-42791602.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-42791602.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-42791602.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-42791602.mgt-button {
    border: 2px solid #1e73be !important;
    height: auto;
}
.mgt-button-42791602.mgt-button:hover {
    border: 2px solid #1e73be !important;
}
.mgt-button-41400744.mgt-button {
    background: -moz-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: -webkit-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: linear-gradient(to right, #e73e71 0%, #c85ae3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e71', endColorstr='#c85ae3',GradientType=1 ) !important;
    background-color: #e73e71 !important;
}
.mgt-button-41400744.mgt-button:before {
    background: #e73e71 !important;
}
.mgt-button-41400744.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-41400744.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-41400744.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-41400744.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-41400744.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-41400744.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-41400744.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-41400744.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-41400744.mgt-button.hvr-bounce-to-top:hover {
    background: #e73e71 !important;
}
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-41400744.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-41400744.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-36189414.mgt-button {
    background: -moz-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: -webkit-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: linear-gradient(to right, #e73e71 0%, #c85ae3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e71', endColorstr='#c85ae3',GradientType=1 ) !important;
    background-color: #e73e71 !important;
}
.mgt-button-36189414.mgt-button:before {
    background: #e73e71 !important;
}
.mgt-button-36189414.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-36189414.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-36189414.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-36189414.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-36189414.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-36189414.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-36189414.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-36189414.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-36189414.mgt-button.hvr-bounce-to-top:hover {
    background: #e73e71 !important;
}
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-36189414.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-36189414.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-71883637.mgt-button {
background: #e94e5e;
}
.mgt-button-71883637.mgt-button:before {
    background: #2f9beb !important;
}
.mgt-button-71883637.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-71883637.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-71883637.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-71883637.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-71883637.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-71883637.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-71883637.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-71883637.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-71883637.mgt-button.hvr-bounce-to-top:hover {
    background: #2f9beb !important;
}
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-71883637.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-71883637.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-button-71883637.mgt-button {
    border: 2px solid !important;
    height: auto;
}
.mgt-button-71883637.mgt-button:hover {
    border: 2px solid !important;
}
.mgt-button-62176982.mgt-button {
    background: -moz-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: -webkit-linear-gradient(left, #e73e71 0%, #c85ae3 100%) !important;
    background: linear-gradient(to right, #e73e71 0%, #c85ae3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e71', endColorstr='#c85ae3',GradientType=1 ) !important;
    background-color: #e73e71 !important;
}
.mgt-button-62176982.mgt-button:before {
    background: #e73e71 !important;
}
.mgt-button-62176982.mgt-button.mgt-style-solid:before {
    background: !important;
}
.mgt-button-62176982.mgt-button.hvr-sweep-to-right:hover,
.mgt-button-62176982.mgt-button.hvr-sweep-to-left:hover,
.mgt-button-62176982.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button-62176982.mgt-button.hvr-sweep-to-top:hover,
.mgt-button-62176982.mgt-button.hvr-bounce-to-right:hover,
.mgt-button-62176982.mgt-button.hvr-bounce-to-left:hover,
.mgt-button-62176982.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button-62176982.mgt-button.hvr-bounce-to-top:hover {
    background: #e73e71 !important;
}
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button-62176982.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
    background: !important;
}
.mgt-button-62176982.mgt-button.mgt-style-borderedblack:before {
    background: !important;
}
.mgt-promo-block-5078521.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-5078521.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-5078521.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491485309670 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1491476885039 {
    margin-bottom: 50px !important;
}
.custom_1491476885039 {
    margin-bottom: 50px !important;
}
.custom_1491476885039 {
    margin-bottom: 50px !important;
}
.custom_1491477097727 {
    margin-bottom: 50px !important;
}
.custom_1491477097727 {
    margin-bottom: 50px !important;
}
.custom_1491477097727 {
    margin-bottom: 50px !important;
}
.custom_1491484788573 {
    padding-top: 70px !important;
    background-color: #091526 !important;
}
.custom_1491484955814 {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
    background-color: #091526 !important;
}
.custom_1491482335313 {
    margin-top: -10px !important;
}
.custom_1491484652120 {
    margin-top: -10px !important;
}
.custom_1491476566754 {
    margin-top: -10px !important;
}
.custom_1491484166471 {
    margin-top: -10px !important;
}
.custom_1491477034362 {
    margin-top: -10px !important;
}
.custom_1491483005711 {
    margin-top: -10px !important;
}
.custom_1491484045910 {
    margin-top: -10px !important;
}
.custom_1491484966750 {
    margin-top: -10px !important;
}
.custom_1493650368182 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-2694212.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-2694212.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-12711975.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-12711975.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-12711975.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.mgt-header-block-65093272.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-65093272.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-5293988.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-5293988.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #aa42c6 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #aa42c6 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #aa42c6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#aa42c6',GradientType=1 ) !important;
}
.mgt-header-block-53735119.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-53735119.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-39910822.mgt-header-block .mgt-header-line {
    background-color: #ed812f !important;
}
.mgt-header-block-76161037.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-76161037.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-6974156.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-6974156.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-82934760.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-82934760.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-1918412.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-1918412.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-5719312.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-5719312.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-76259694.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-76259694.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-27797091.mgt-header-block .mgt-header-line {
    background-color: #f2c130 !important;
}
.mgt-promo-block-34800886.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-34800886.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-34800886.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491485309670 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1491484788573 {
    padding-top: 70px !important;
    background-color: #091526 !important;
}
.custom_1491484955814 {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
    background-color: #091526 !important;
}
.custom_1496140715974 {
    margin-top: -10px !important;
}
.custom_1491487252918 {
    margin-top: -10px !important;
}
.custom_1493650441830 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-52697764.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-52697764.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-69562537.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-69562537.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-69562537.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491485309670 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.custom_1491487467403 {
    margin-bottom: 30px !important;
}
.custom_1491921447642 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #fcfcfc !important;
}
.custom_1491921662725 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1493650479518 {
    margin-top: 50px !important;
}
.custom_1491921524244 {
    margin-top: -10px !important;
}
.custom_1491921546035 {
    margin-top: 40px !important;
}
.custom_1491921555531 {
    margin-top: 40px !important;
}
.custom_1491921573725 {
    margin-top: 40px !important;
}
.custom_1491921582781 {
    margin-top: 40px !important;
}
.custom_1491921670521 {
    margin-top: 40px !important;
}
.custom_1491921645229 {
    margin-top: 40px !important;
}
.custom_1493650473191 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-71404322.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-71404322.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-74548480.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-74548480.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-74548480.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1492515113213 {
    padding-top: 70px !important;
}
.custom_1492515093819 {
    margin-bottom: 70px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492515327564 {
    margin-top: -10px !important;
}
.custom_1493650501928 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-38784881.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-38784881.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-21639723.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-21639723.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-21639723.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1492093191442 {
    margin-top: 50px !important;
}
.custom_1493650541307 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492093391200 {
    margin-top: -10px !important;
}
.custom_1492093165667 {
    margin-top: -10px !important;
}
.custom_1492093165667 {
    margin-top: -10px !important;
}
.custom_1492093165667 {
    margin-top: -10px !important;
}
.custom_1492093165667 {
    margin-top: -10px !important;
}
.custom_1492093209453 {
    margin-top: -10px !important;
}
.custom_1492093209453 {
    margin-top: -10px !important;
}
.custom_1492093276857 {
    margin-top: -10px !important;
}
.custom_1492093286705 {
    margin-top: -10px !important;
}
.custom_1492093299449 {
    margin-top: -10px !important;
}
.custom_1492093299449 {
    margin-top: -10px !important;
}
.custom_1492093299449 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1492093340818 {
    margin-top: -10px !important;
}
.custom_1493650536002 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-30745838.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-30745838.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-43062235.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-43062235.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-43062235.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1492516085768 {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    background: #f1f1f1 url(../upload/geometry24137.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.custom_1491490443484 {
    margin-top: 70px !important;
}
.custom_1493650581565 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492516223677 {
    margin-top: -10px !important;
}
.custom_1493650578358 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-30565076.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-30565076.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-67894558.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-67894558.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-67894558.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1493650634735 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1492093541608 {
    margin-top: -10px !important;
}
.custom_1493650615292 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-pricing-table-7454211.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #e94e5e !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table .mgt-pricing-table-subheader {
    color: #68686d !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table ul li {
    font-size: 14px !important;
    line-height: normal !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table ul li {
    color: #b7b7b7 !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table ul li {
    background-color: #ffffff !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table ul li:nth-child(even) {
    background-color: #ffffff !important;
}
.mgt-pricing-table-7454211.mgt-pricing-table .mgt-pricing-table-icon i {
    color: #2c99ed !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table h4.mgt-pricing-table-header {
    padding: 30px 30px 30px 30px !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #ff671f !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table .mgt-pricing-table-subheader {
    color: #68686d !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table .mgt-pricing-table-subheader,
.mgt-pricing-table-4052540.mgt-pricing-table .mgt-pricing-table-button {
    background-color: #ffffff !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table ul li {
    font-size: 14px !important;
    line-height: normal !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table ul li {
    color: #b7b7b7 !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table ul li {
    background-color: #ffffff !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table ul li:nth-child(even) {
    background-color: #ffffff !important;
}
.mgt-pricing-table-4052540.mgt-pricing-table .mgt-pricing-table-icon i {
    color: #ff671f !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table h4.mgt-pricing-table-header {
    color: #ffffff !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table h4.mgt-pricing-table-header {
    background-color: #77d619 !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table ul li {
    font-size: 14px !important;
    line-height: normal !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table ul li {
    background-color: #1c2126 !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table ul li:nth-child(even) {
    background-color: #1c2126 !important;
}
.mgt-pricing-table-48222673.mgt-pricing-table .mgt-pricing-table-icon i {
    color: #b3ff1f !important;
}


.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1490102232791 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.custom_1491399329338 {
    margin-top: 30px !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #eeeeee !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491823732655 {
    margin-top: -10px !important;
}
.custom_1493650255759 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-53944863.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-53944863.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-48600923.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-48600923.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-48600923.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491498447596 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491499028471 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #e6f7f0 !important;
}
.custom_1491500107509 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #2a2f35 !important;
}
.custom_1494250741747 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(../upload/workplace15cb.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1491498447596 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1493650672868 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496143812883 {
    margin-top: -10px !important;
}
.custom_1493650667120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-61991791.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-61991791.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-82542579.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-82542579.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-55157741.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-55157741.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-65502176.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-65502176.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-header-block-47925856.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-47925856.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-19245560.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-19245560.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-19245560.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491924719313 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491925082804 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
    background-color: #f7f7f7 !important;
}
.custom_1492003293321 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491925554996 {
    margin-top: -10px !important;
}
.custom_1493650700497 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-33173519.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-33173519.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-process-42333300.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-84486496.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-34099688.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-16717805.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-56700577.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #3aa1ea !important;
}
.mgt-process-83846880.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #e94e5e !important;
}
.mgt-process-83846880.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #3aa1ea !important;
}
.mgt-process-72368506.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-72368506.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #3aa1ea !important;
}
.mgt-process-31057702.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-40611641.mgt-process-wrapper .mgt-process-icon-wrapper:after {
    background-color: #0b78e3 !important;
}
.mgt-process-40611641.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #face15 !important;
}
.mgt-process-27711174.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-27711174.mgt-process-wrapper .mgt-process-icon-wrapper:after {
    background-color: #4bbf7d !important;
}
.mgt-process-27711174.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #ffffff !important;
}
.mgt-process-24835621.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-24835621.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #e92c81 !important;
}
.mgt-process-12789775.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-12789775.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #56b2ba !important;
}
.mgt-process-71387824.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-71387824.mgt-process-wrapper .mgt-process-icon-wrapper .mgt-process-icon {
    color: #3aa1ea !important;
}
.mgt-process-17953468.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-62690247.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-76977105.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-process-43548328.mgt-process-wrapper .mgt-process-icon-wrapper {
    background-color: #4bbf7d !important;
    background: -moz-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: -webkit-linear-gradient(top, #4bbf7d 0%, #3aa1ea 100%) !important;
    background: linear-gradient(to bottom, #4bbf7d 0%, #3aa1ea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbf7d', endColorstr='#3aa1ea',GradientType=1 ) !important;
}
.mgt-promo-block-60499544.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-60499544.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-60499544.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1487759468662 {
    margin-bottom: 70px !important;
    padding-top: 50px !important;
}
.custom_1494250786837 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #eeeeee !important;
}
.custom_1491557692637 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.custom_1491557956349 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #fcfcfc !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1496243207540 {
    margin-top: -10px !important;
}
.custom_1493650731005 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mgt-header-block-74882272.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-74882272.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-icon-box-41413379.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-74980954.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-14322546.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-6674158.mgt-icon-box .mgt-icon-box-icon {
        color: #e94e5e !important;
}
.mgt-icon-box-86485027.mgt-icon-box .mgt-icon-box-icon {
    color: #ff671f !important;
}
.mgt-icon-box-55233983.mgt-icon-box .mgt-icon-box-icon {
    color: #ff671f !important;
}
.mgt-icon-box-48420539.mgt-icon-box .mgt-icon-box-icon {
    color: #ff671f !important;
}
.mgt-icon-box-68175447.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #93e756 !important;
}
.mgt-icon-box-68175447.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-68175447.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-68175447.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #93e756 !important;
}
.mgt-icon-box-68175447.mgt-icon-box .mgt-icon-box-icon {
    color: #ffffff !important;
}
.mgt-icon-box-77262665.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #6a6aff !important;
}
.mgt-icon-box-77262665.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-77262665.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-77262665.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #6a6aff !important;
}
.mgt-icon-box-77262665.mgt-icon-box .mgt-icon-box-icon {
    color: #ffffff !important;
}
.mgt-icon-box-1913368.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #ed3465 !important;
}
.mgt-icon-box-1913368.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-1913368.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-1913368.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #ed3465 !important;
}
.mgt-icon-box-1913368.mgt-icon-box .mgt-icon-box-icon {
    color: #ffffff !important;
}
.mgt-icon-box-31213147.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
    border-color: #ff9933 !important;
}
.mgt-icon-box-31213147.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded .mgt-icon-box-icon,
.mgt-icon-box-31213147.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-boxed .mgt-icon-box-icon,
.mgt-icon-box-31213147.mgt-icon-box.mgt-icon-background.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
    background-color: #ff9933 !important;
}
.mgt-icon-box-31213147.mgt-icon-box .mgt-icon-box-icon {
    color: #ff9933 !important;
}
.mgt-icon-box-40578053.mgt-icon-box .mgt-icon-box-icon {
    color: #face15 !important;
}
.mgt-icon-box-8430222.mgt-icon-box .mgt-icon-box-icon {
    color: #face15 !important;
}
.mgt-icon-box-89985326.mgt-icon-box .mgt-icon-box-icon {
    color: #face15 !important;
}
.mgt-icon-box-2560983.mgt-icon-box h5,
.mgt-icon-box-2560983.mgt-icon-box h5 a {
    color: #2c99ed !important;
}
.mgt-icon-box-10750194.mgt-icon-box h5,
.mgt-icon-box-10750194.mgt-icon-box h5 a {
    color: #2c99ed !important;
}
.mgt-icon-box-30142522.mgt-icon-box h5,
.mgt-icon-box-30142522.mgt-icon-box h5 a {
    color: #2c99ed !important;
}
.mgt-promo-block-48225713.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-48225713.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-48225713.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491393580234 {
    margin-top: 30px !important;
    margin-bottom: 100px !important;
}
.custom_1491499028471 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #e6f7f0 !important;
}
.custom_1491838805006 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1491917844855 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #e6f7f0 !important;
}
.custom_1491917540445 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1493650788342 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491917779896 {
    margin-top: -10px !important;
}
.custom_1491836426908 {
    margin-right: 30px !important;
}
.custom_1491836417802 {
    margin-right: 30px !important;
}
.custom_1491837160032 {
    margin-right: 30px !important;
}
.custom_1491837609211 {
    margin-right: 30px !important;
}
.custom_1491917461075 {
    margin-right: 30px !important;
}
.custom_1491917483161 {
    margin-right: 30px !important;
}
.custom_1491917613926 {
    margin-right: 30px !important;
}
.custom_1491917596005 {
    margin-right: 30px !important;
}
.custom_1491917418504 {
    margin-right: 30px !important;
}
.custom_1491917423264 {
    margin-right: 30px !important;
}
.custom_1493650784802 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-44783902.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-44783902.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-49887811.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-49887811.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-49887811.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491986183497 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}
.custom_1491985076245 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.custom_1491983963426 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.custom_1493650832099 {
    margin-top: 50px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491986218173 {
    margin-top: -10px !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491985005868 {
    margin-top: -10px !important;
}
.custom_1493650825296 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.mgt-header-block-89499725.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
}
.mgt-header-block-89499725.mgt-header-block .mgt-header-line {
    background-color: #e94e5e;
    background: -moz-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: -webkit-linear-gradient(left, #2f9bea 0%, #75ceae 100%) !important;
    background: linear-gradient(to right, #2f9bea 0%, #75ceae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bea', endColorstr='#75ceae',GradientType=1 ) !important;
}
.mgt-promo-block-51866145.mgt-promo-block.darken .mgt-promo-block-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.mgt-promo-block-51866145.mgt-promo-block .mgt-promo-block-content h2 {
    font-size: 40px;
    line-height: normal !important;
}
.mgt-promo-block-51866145.mgt-promo-block .mgt-promo-block-content h2 {
    margin: 20px !important;
}

.custom_1491403460554 {
    margin-top: 30px !important;
}
.custom_1491987635408 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.custom_1494250860059 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(../upload/workplace15cb.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.custom_1487239752272 {
    padding-top: 80px !important;
    padding-right: 100px !important;
}
.custom_1491987807046 {
    margin-top: -10px !important;
}
.custom_1493650889097 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.logo-link span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.pt0 { padding-top: 0 !important;}


.mgt-counter-icon i {
    color: #fff !important;
}
.text_menu{
	/*#97af3b*/
	font-weight: bold;
	font-size: 11pt;
	text-shadow: -1px 0 #fff;
	/*text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
}
.text_menu:hover{
	color:#000;
}