html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    background:white !important;
}

.top-nav ul,
.contacts-list,
.log-nav ul,
.footer-nav,
.footer-nav ul,
.socials,
.business-divisions,
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header-contain:after,
#mts-footer .content:after,
.two-columns:after,
.solution-post:after {
    content: "";
    display: block;
    clear: both;
}

.top-nav ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

    .top-nav ul > * {
        font-size: 14px;
        line-height: 1.1428571;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
    }

ul,
ol {
    padding-left: 3em;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 3em;
        margin: 0;
    }

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

div.aligncenter {
    margin: 0 auto 1.1428571em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.7em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.7em;
}

.mejs-container {
    margin-bottom: 1.1428571em;
}

.sub-logo {
    float: left;
    width: 175px;
    height: 19px;
    margin: 39px 10px 0 0;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

a {
    color: #0091d0;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.marked {
    color: #ed1c24;
}

#header {
    width: 100%;
    position: relative;
    border-top: 12px solid #ed1c24;
    color: #6d6e71;
}

.logo {
    float: left;
    width: 266px;
	height: 30px;
    margin: 24px 10px 16px;
}

    .logo img {
        display: block;
    }

.header-panel {
    float: right;
}

    .header-panel .holder {
        text-align: center;
        white-space: nowrap;
        padding: 17px 6px 12px;
    }

        .header-panel .holder > * {
            display: inline-block;
            vertical-align: top;
            white-space: normal;
            text-align: left;
        }

    .header-panel .left-col + .right-col {
        padding-left: 47px;
    }

        .header-panel .left-col + .right-col:before {
            content: "";
            width: 1px;
            height: 30px;
            background: #ed1c24;
            position: absolute;
            top: 50%;
            left: 22px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: -2px 0 0;
        }

    .header-panel .right-col {
        position: relative;
    }

.top-nav {
    margin: -12px 0 0;
    background: #ed1c24;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 6px 7px;
    border-radius: 12px/7px;
    overflow: hidden;
}

    .top-nav ul {
        white-space: nowrap;
    }

    .top-nav li {
        margin: 0 20px;
        white-space: normal;
    }

        .top-nav li.active a {
            color: #18275b;
        }

    .top-nav a {
        color: inherit;
        text-decoration: none;
    }

        .top-nav a:hover {
            color: #18275b;
        }

.contacts-list {
    display: table;
}

    .contacts-list li {
        display: table-row;
    }

    .contacts-list .title {
        display: table-cell;
        padding: 0 0 6px;
    }

    .contacts-list .value {
        display: table-cell;
        padding: 0 0 6px;
    }

    .contacts-list a {
        color: #242d58;
        text-decoration: none;
    }

        .contacts-list a:hover {
            color: #0091d0;
        }

.log-nav li {
    margin: 0 0 6px;
}

.log-nav a {
    color: #242d58;
    text-decoration: none;
}

    .log-nav a:hover {
        color: #0091d0;
    }

#mts-footer {
    width: 100%;
    position: relative;
    background: #cc2229;
    color: white;
    font-size: 12px;
    line-height: 1.25;
    padding: 19px 0 32px;
}

    #mts-footer a {
        color: #19275c;
        text-decoration: none;
    }

        #mts-footer a:hover {
            color: white;
        }

    #mts-footer .container {
        position: relative;
    }

    #mts-footer .comments-link {
        width: 50px;
        height: 50px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        position: absolute;
        top: -36px;
        right: 0;
        display: block;
        border-radius: 50%;
        background: url(images/sprite.png) 0 0 no-repeat #19275c;
        z-index: 100;
    }

        #mts-footer .comments-link:hover {
            background-position: -60px 0;
        }

    #mts-footer h3,
    #mts-footer .h3 {
        font-size: 14px;
        line-height: 1.0714286;
        font-weight: normal;
        color: #19275c;
    }

    #mts-footer h3 {
        margin: 0 0 5px;
    }

.footer-columns {
    margin: 0 -33px 0 0;
}

.footer-col {
    width: 30%;
    float: left;
    padding-right: 8px;
}

    .footer-col:nth-child(2) .footer-nav {
        padding-left: 50px;
    }

    .footer-col:nth-child(2) .socials {
        margin-left: -40px;
    }

    .footer-col.centered-col {
        text-align: center;
        padding: 0 8px;
    }

.footer-nav {
    text-transform: uppercase;
}

    .footer-nav ul {
        padding-top: 1px;
        text-transform: none;
    }

        .footer-nav ul li {
            margin: 0 0 1px;
        }

            .footer-nav ul li.active > a {
                color: #19275c !important;
            }

        .footer-nav ul a {
            color: white !important;
        }

            .footer-nav ul a:hover {
                color: #19275c !important;
            }

        .footer-nav ul ul {
            line-height: 1;
            padding-top: 3px;
        }

            .footer-nav ul ul li {
                margin: 0 0 3px;
                padding-left: 35px;
            }

    .footer-nav > li.active > a {
        color: white !important;
    }

    .footer-nav li {
        margin: 0 0 12px;
    }

.socials {
    overflow: hidden;
    padding: 9px 0 0 !important;
}

    .socials li {
        float: left;
        margin: 0 2px 4px !important;
    }

        .socials li.facebook a {
            background: url(images/sprite.png) 0 -60px no-repeat;
        }

        .socials li.twitter a {
            background: url(images/sprite.png) -39px -60px no-repeat;
        }

        .socials li.youtube a {
            background: url(images/sprite.png) -78px -60px no-repeat;
        }

        .socials li.linkedin a {
            background: url(images/sprite.png) -117px -60px no-repeat;
        }

        .socials li.pinterest a {
            background: url(images/sprite.png) -156px -60px no-repeat;
        }

        .socials li.instagram a {
            background: url(images/sprite.png) -195px -60px no-repeat;
        }

    .socials a {
        width: 29px;
        height: 28px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        border-radius: 3px;
    }

        .socials a:hover {
            opacity: .8;
        }

.logo-block {
    padding: 19px 0 0;
    font-size: 14px;
    margin: 0 0 25px;
}

    .logo-block .logo-text {
        display: block;
    }

.footer-logo {
    display: block;
    width: 217px;
    height: 44px;
    margin: 0 auto 7px;
}

    .footer-logo img {
        display: block;
    }

.business-divisions {
    margin: 0 0 16px;
}

    .business-divisions li {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 15px;
    }

    .business-divisions a:hover {
        opacity: .8;
    }

.bottom-link:hover {
    opacity: .8;
}

.menu-opener {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
    display: none;
}

    .menu-opener:before {
        content: "";
        position: absolute;
        left: -14px;
        top: -14px;
        right: -14px;
        bottom: -14px;
    }

    .menu-opener .lt,
    .menu-opener .lc,
    .menu-opener .lb {
        position: absolute;
        height: 2px;
        left: 0;
        right: 0;
        pointer-evens: none;
    }

        .menu-opener .lt:after,
        .menu-opener .lc:after,
        .menu-opener .lb:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #ed1c24;
            -webkit-transition: -webkit-transform .25s ease;
            transition: transform .25s ease;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

    .menu-opener .lc {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        background: white;
    }

.open-nav .menu-opener .lc {
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.menu-opener .lt,
.menu-opener .lb {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    pointer-evens: none;
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.open-nav .menu-opener .lt {
    -webkit-transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    visibility: visible;
}

    .open-nav .menu-opener .lt:after {
        -webkit-transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.menu-opener .lb {
    top: auto;
    bottom: 4px;
}

.open-nav .menu-opener .lb {
    -webkit-transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

    .open-nav .menu-opener .lb:after {
        -webkit-transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#nav {
    position: relative;
    width: 100%;
    background: #ed1c24;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

    #nav > ul {
        white-space: nowrap;
        width: 100%;
    }

        #nav > ul > li {
            position: relative;
            white-space: normal;
            display: inline-block;
            vertical-align: top;
            margin: 0 -3px 0 0;
        }

            #nav > ul > li + li:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 1px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: 1px 0 0;
                width: 1px;
                height: 9px;
                background: #18275b;
            }

            #nav > ul > li.active:before,
            #nav > ul > li.hover:before {
                display: none;
            }

            #nav > ul > li.active + li:before,
            #nav > ul > li.hover + li:before {
                display: none;
            }

            #nav > ul > li.active > a,
            #nav > ul > li.hover > a {
                background: #c0cae2;
            }

            #nav > ul > li.hover.has-drop-down:before {
                content: "";
                display: block;
                position: absolute;
                top: auto;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 1px;
                background: white;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            #nav > ul > li.hover.has-drop-down > a {
                background: #c0cae2;
            }

            #nav > ul > li > a {
                padding: 12px 13px 9px 16px;
            }

    #nav li.hover > .drop {
        display: block;
    }

    #nav a {
        display: block;
        color: white;
        text-decoration: none;
    }

    #nav .drop {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #c0cae2;
        z-index: 999;
        line-height: 1;
        text-transform: none;
    }

        #nav .drop li {
            position: relative;
            padding: 0;
        }

            #nav .drop li.active > a,
            #nav .drop li.hover > a {
                color: white;
            }

        #nav .drop a {
            color: #18275b;
            padding: 8px 10px;
        }

        #nav .drop .drop {
            font-size: .8em;
        }

.popup-contain {
    position: relative;
}

.popup-open {
    color: inherit;
    text-decoration: none;
}

    .popup-open:hover {
        color: #ed1c24;
    }

.popup {
    position: absolute;
    top: -5px;
    left: 2px;
    background: white;
    color: #231f20;
    z-index: 200;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
    padding: 13px 15px 2px;
    font-size: 11px;
    line-height: 1.2727273;
    font-weight: normal;
    max-width: 228px;
    display: none;
}

.top-state .popup {
    top: auto;
    bottom: 5px;
}

.popup:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background: white;
    z-index: 5;
}

.popup h4,
.popup .h4 {
    font-size: 14px;
    line-height: 1.2142857;
    color: #ed1c24;
    margin: 0;
}

.popup-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    text-decoration: none;
    color: #ed1c24;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
}

    .popup-close:hover {
        color: #18275b;
    }

.mail-link {
    font-weight: bold;
}

.tel-link {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

    .tel-link:hover {
        color: #0091d0;
    }

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#two-columns {
    display: table;
    padding: 30px 10px 0;
    margin-bottom: 30px;
}

#content {
    display: table-cell;
}

#sidebar {
    display: table-cell;
    width: 320px;
    padding-left: 20px;
}

.container {
    width: 938px;
    max-width: 100%;
    margin: 0 auto;
}

.content {
    width: 756px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: justify;
}

.content-section {
    padding: 41px 0 5px;
    position: relative;
}

.bg-img {
    position: absolute;
    bottom: 152px;
    left: 0;
    right: 0;
    z-index: -10;
}

    .bg-img img {
        width: 100%;
        height: auto;
    }

.table-holder {
    max-width: 100%;
    overflow-x: auto;
}

.solutions-table {
    margin: 2.2857142em 0 1.1428571em;
}

    .solutions-table th,
    .solutions-table td {
        text-align: center;
        vertical-align: middle;
        border-width: 1px 2px;
    }

    .solutions-table .title {
        text-align: left;
        padding-left: 1.9em;
    }

    .solutions-table th.title {
        padding-right: 1.9em;
    }

    .solutions-table th.th-img {
        vertical-align: top;
    }

    .solutions-table .img-holder {
        margin: -32px auto 8px;
        display: block;
    }

        .solutions-table .img-holder img {
            vertical-align: top;
        }

    .solutions-table .plus {
        width: 13px;
        height: 13px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

        .solutions-table .plus:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 4px;
            width: 5px;
            background: #ed1c24;
        }

        .solutions-table .plus:after {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            right: 0;
            height: 5px;
            background: #ed1c24;
        }

    .solutions-table tfoot tr {
        background: transparent;
    }

    .solutions-table tfoot td {
        border: none;
        padding: 0;
    }

    .solutions-table tfoot .td-btn {
        border: 2px solid #231f20;
        background: #231f20;
    }

    .solutions-table .btn-table {
        background: #ed1c24;
        display: block;
        padding: .6em;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        font-size: 15px;
        letter-spacing: 0;
    }

        .solutions-table .btn-table:hover {
            background: #18275b;
        }

.shadow-img {
    box-shadow: 0 0 3px 0 rgba(3, 4, 4, .5);
}

.two-columns {
    width: 820px;
    max-width: 100%;
    margin: 0 auto 37px;
    text-align: justify;
    padding: 0 10px;
}

    .two-columns .col {
        width: 48.8%;
        float: left;
    }

        .two-columns .col + .col {
            width: 51.2%;
            padding-left: 40px;
        }

.solution-post {
    color: #ed1c24;
    margin: 0 0 2.65em;
}

    .solution-post .img-holder {
        width: 140px;
        max-width: 50%;
        text-align: right;
        padding: 4px 0 0;
    }

        .solution-post .img-holder img {
            vertical-align: top;
        }

    .solution-post .text-holder {
        overflow: hidden;
    }

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }

    #nav .top-nav {
        display: none;
    }

    #nav .contacts-list {
        display: none;
    }

    #nav .log-nav {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    #mts-footer .comments-link {
        right: 10px;
    }

    .footer-columns {
        margin: 0;
    }

    .footer-col:nth-child(2) .footer-nav {
        padding-left: 25px;
    }

    .footer-col:nth-child(2) .socials {
        margin-left: -15px;
    }

    #nav {
        font-size: 10px;
    }

        #nav > ul > li > a {
            padding: 10px 7px 9px 10px;
        }

    #sidebar {
        width: 270px;
    }
}



@media (max-width: 900px) {
    th,
    td {
        padding: .3em;
    }

    th {
        padding: .3em;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }

    .navigation-single .next,
    .navigation-single .prev {
        padding: .2em;
    }

    #header {
        border-top-width: 3px;
        border-bottom: 1px solid #ed1c24;
    }

    .logo {
        width: 209px;
        height: 41px;
        margin: 10px;
    }

    .header-panel {
        display: none;
    }

    .top-nav {
        border-radius: 0;
    }

        .top-nav li.active a {
            background: #c0cae2;
        }

    .contacts-list {
        display: block;
    }

        .contacts-list li {
            display: block;
            padding: 10px 10px 9px;
        }

        .contacts-list .title {
            display: inline;
            padding: 0;
        }

        .contacts-list .value {
            display: inline;
            padding: 0;
        }

        .contacts-list a {
            display: inline !important;
        }

            .contacts-list a:hover {
                color: #18275b !important;
            }

    .log-nav li.active {
        background: #c0cae2;
    }

    .footer-col {
        width: 50%;
    }

        .footer-col:nth-child(2) .footer-nav {
            padding-left: 0;
        }

        .footer-col:nth-child(2) .socials {
            margin-left: 0;
        }

        .footer-col.centered-col {
            width: 100%;
            float: none;
            clear: both;
        }

    .menu-opener {
        display: block;
    }

    #nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-size: 12px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease;
    }

    .resize-active #nav {
        -webkit-transition: none !important;
        transition: none !important;
    }

    .open-nav #nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease;
    }

    #nav > ul {
        white-space: normal;
    }

        #nav > ul > li {
            display: block;
            margin: 0;
        }

            #nav > ul > li + li:before {
                display: none !important;
            }

            #nav > ul > li > a {
                padding: 10px 10px 9px;
            }

    #nav .drop {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    #two-columns {
        display: block;
        margin: 0;
    }

    #content {
        display: block;
        margin-bottom: 30px;
    }

    #sidebar {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .solutions-table .title {
        padding-left: .3em;
    }

    .solutions-table th.title {
        padding-right: .3em;
    }

    .two-columns {
        margin: 0 0 20px;
    }

        .two-columns .col {
            width: 100%;
            float: none;
        }

            .two-columns .col + .col {
                width: 100%;
                padding: 0;
            }

    .solution-post {
        margin: 0 0 1.5em;
    }
}

@media (max-width: 767px) {
    .open-nav #nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease;
    }

    #nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-size: 12px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease;
    }
}

@media (max-width: 479px) {
    .footer-col {
        width: 100%;
        float: none;
    }

    .solution-post .img-holder {
        max-width: 33%;
    }

    .mts-product-table {
        display:none;
    }

    .mtsBenefits {
        display:block !important;
    }

    .mtsTile {
        display:block;
    }
}

@media (min-width: 479px) {
    .mts-product-table {
        display:block;
    }

    .mtsTile {
        display:none;
    }
}

.mts-product-table {
    max-width:750px;
    margin:auto;
    border: 2px solid black;
    margin-bottom:60px;
}

.product-table-header1 {
    color: #EC2127;
    font-family: "Arial Narrow", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 14pt;
    text-align:center;
    border:1px solid black;
    width:45%;
    vertical-align:middle;
}

.product-table-header2 {
    color: #231F20;
    font-family: "Arial Narrow", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
    text-align:center;
    border:1px solid black;
    width:18.33%;
    vertical-align:middle;
}

.product-table-items {
    color: #231F20;
    font-family: "Arial Narrow", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    text-align:left;
    text-decoration: none;
    font-size: 12pt;
    border:1px solid black;
    width:45%;
}

.product-table-row1 {
    background-color:#C7CCE1;
}

.product-table-row2 {
    background-color:#FFFFFF;
}

.product-table-row3 {
    background-color:#FFFFFF;
}

.product-table-link {
    text-decoration:none;
    cursor:pointer;
    color:#FFFFFF !important;
    width:100%;
    height:100%;
    display:block;
    padding:6px;
}

.product-table-price2 {
    color: red;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 12pt;
    border:1px solid black;
}

.product-table-price1 {
    color: #313E68;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 12pt;
    border:1px solid black;
    width:18.33%;
}

.product-table-button1:hover {
    background-color:#bb1a20;
}

.product-table-button1 {
    background-color:#ed1c24;
    color: #FFFFFF !important;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 12pt;
    border:1px solid black;
    width:18.33%;
    padding:0;
}

.product-table-button2:hover {
    background-color:#20575e;
}

.product-table-button2 {
    background-color:#30828b;
    color: #FFFFFF !important;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 12pt;
    border:1px solid black;
    width:18.33%;
    padding:0;
}

.product-table-button3:hover {
    background-color:#908652;
}

.product-table-button3 {
    background-color:#bfb068;
    color: #FFFFFF !important;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 12pt;
    border:1px solid black;
    width:18.33%;
    padding:0;
}

.product-table-bullet {
    color: #D2232A !important;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size: 21pt;
    border:1px solid black;
    width:18.33%;
}

.product-table-row60 {
    background-color:#FFFFFF;
}

.product-table-row60 > .product-table-price2 {
    color:#231F20 !important;
}

.product-table-row0 {
    text-decoration:line-through !important;
    background-color:#FFFFFF;
    color:#000000;
}

.product-table-row0 > .product-table-price2 {
    color: #313E68;
    font-size:12pt;
}



.mtsformSubmit { 
    height: 35px;
    width: 100%;
    font-size: 17.4px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: bold;
    background-color: #ed1c24;
    border: 0;
    cursor: pointer;
    padding: 0 !important;
    -webkit-box-shadow: 0 10px 2px -8px rgba(77,77,77,0.7);
    -moz-box-shadow: 0 10px 2px -8px rgba(77,77,77,0.7);
    box-shadow: 0 10px 2px -8px rgba(77,77,77,0.7);
}

.mtsformSubmit:hover {
    background-color:#c71b22;
}

.mtsformSubmit:active {
    background-color:#ac181e;
    transform:translateY(2px);

    -webkit-box-shadow: 0px 5px 2px -4px rgba(77,77,77,0.7);
    -moz-box-shadow: 0px 5px 2px -4px rgba(77,77,77,0.7);
    box-shadow: 0px 5px 2px -4px rgba(77,77,77,0.7);
}

.become-a-rep-link {
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% { color: #fff; }
    50% { color: gold; }
    100% { color: #fff; }
}
@-moz-keyframes color-change {
    0% { color: #fff; }
    50% { color: gold; }
    100% { color: #fff; }
}
@-ms-keyframes color-change {
    0% { color: #fff; }
    50% { color: gold; }
    100% { color: #fff; }
}
@-o-keyframes color-change {
    0% { color: #fff; }
    50% { color: gold; }
    100% { color: #fff; }
}
@keyframes color-change {
    0% { color: #fff; }
    50% { color: gold; }
    100% { color: #fff; }
}

.red{
    color:red;
    text-decoration-color:red;
}
.red:link {
    color: red;
    text-decoration-color: red;
}
.red:active {
    color: red;
    text-decoration-color: red;
}


#mts-footer{
    display:none !important;
}


#header{
    border-top:0;
    text-align:center;
}

#header .logo{
    display:inline-block;
    float:none;
}

#main .main-area{
    padding-top:0;
}

#tt-mobile-menu-button{
    display:none !important;
}

/*#header .container:first-child {
    display: none !important;
}
#header::after {
    content: "";
    background-image: url('../../img/logos/masamts-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 75px;
    display: inline-block;
}*/

.formSubmit {
    background-color: #192d55;
    box-shadow:none;
    color:white;
}
.formSubmit:hover {
    background-color: #192d55;
}
.formSubmit:active {
    background-color: #192d55;
}

.ml-5{
    margin-left:25px;
}
.mr-5{
    margin-right:25px;
}
.pt-3 {
    padding-top:15px;
}

.pb-3 {
    padding-bottom: 15px;
}
.pt-5 {
    padding-top: 25px;
}

.pb-5 {
    padding-bottom: 25px;
}
.center{
    text-align:center;
}


.countryBlock{
    border:none;
    background:none;
    box-shadow:none;
}
.countryBlock:hover {
    background: none;
}

.hr_shadow{
    background:none;
    height:initial;
}