/*
    jjm
    OffCanvas for mobile responsive
*/

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body, html {
    font-family: "Droid Sans", Arial, sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    /*background: #fff;*/
    /*display:grid;*/
    /*height:100%;*/
    /*margin: 0;*/
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*margin: 0;*/
}

#footerMsgBar {
    /*position: fixed !important;
    background-color: White;
	bottom: 0; left: 0;
	z-index: 8888;
	border-top: 1px solid #eeeeee;
	border-bottom: none;
    width: 100%;
	min-height: 30px;
	margin: 0 0%;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;*/
    /*font-size: 12px;*/
    /*font-size: 12px;*/
    position: fixed !important;
    background-color: White;
    bottom: 0;
    left: 0;
    z-index: 8888; /*--Keeps the panel on top of all other elements--*/
    /*border-top: 1px solid #eeeeee;*/
    /*border-bottom: none;*/
    width: 100%;
    min-height: 30px;
    margin: 0 0%;
    padding: 0 0;
    /*padding-left: 20px;
    padding-right: 20px;*/
    vertical-align: middle;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #16aae0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #16aae0;
        outline: none;
        text-decoration: none;
    }

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Droid Sans", Arial, sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #16aae0;
}

::-moz-selection {
    color: #fff;
    background: #16aae0;
}

::selection {
    color: #fff;
    background: #16aae0;
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 20px 10px;
    z-index: 9000;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;
    /*border:solid thick blue;*/
    vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
    .gtco-nav {
        /*padding: 20px 0;*/
        padding: 20px 10px 20px 10px;
    }
}


.gtco-Logon {
    width: 280px;
    min-height: 350px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    padding: 30px 10px 10px 10px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;
    display: block;
    background-color: #efefef;
}

    .gtco-Logon em {
        color: #16aae0;
    }

.em1 {
    color: #18339b;
    font-weight: bold;
}

.gtco-Logon em1 {
    color: #18339b;
    font-weight: bold;
}

.LogonLogoContainer {
    /*float: left;*/
    padding: 6px 5px;
}

.LogonEntry {
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.ProductName {
    padding-top: 30px;
    font-size: 20px;
    /*width: 100%;*/
    float: left;
}

#Version {
    font-size: 10px;
    color: #777;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 10px;
    left: 0;
    padding-bottom: 20px;
}

#License {
    font-size: 12px;
    color: #000;
}

.logoHeight {
    /*height: 52px;*/
    width: 100%;
}

.gtco-nav #gtco-logo, gtco-nav #gtco-logoHolder {
    font-size: 20px;
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*padding-left: 30px;*/
}

.gtco-nav #gtco-logoHolder {
    z-index: 8999;
    float: left;
    position: absolute;
    /*left: -10px;
    top: -14px;*/
}

.gtco-nav #gtco-logo em {
    color: #16aae0;
}

.gtco-nav #gtco-logo em1 {
    color: #18339b;
    font-weight: bold;
}

.gtco-nav #gtco-logo div {
    float: left;
}

.gtco-nav #gtco-pict div {
    /*margin: 0 auto;
    padding-left: 0px;*/
}

.gtco-nav #gtco-pictHolder {
    z-index: 8999;
    /*float: right;*/
    position: relative;
    right: 10px;
    top: -4px;
    vertical-align: central !important;
}

.gtco-nav a {
    padding: 0px 10px;
    color: #000;
}

.menu-pad {
    padding-top: 10px;
}

.username {
    padding-left: 0px;
    padding-top: 6px !important;
    /*border: solid thin blue;*/
}

@media screen and (max-width: 768px) {
    .gtco-nav .menu-1, .gtco-nav .menu-2 {
        display: none;
    }
    /*.gtco-Logon {
    position: absolute;
    color:#fff;
    top:50%;
    left:50%;
    padding: 30px 15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;  
    display: block;
  }*/
}

.gtco-nav ul {
    padding: 0;
    margin: 2px 0 0 0;
}

    .gtco-nav ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
    }

        .gtco-nav ul li a {
            /*font-size: 16px;*/
            font-size: 14px;
            padding: 0px 10px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
                color: #16aae0;
            }

        .gtco-nav ul li.has-dropdown {
            position: relative;
        }

            .gtco-nav ul li.has-dropdown .dropdown {
                /*width: 130px;*/
                -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
                -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 40px;
                left: 0;
                text-align: left;
                background: #fff;
                padding: 20px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: 0s;
                -o-transition: 0s;
                transition: 0s;
            }

                .gtco-nav ul li.has-dropdown .dropdown:before {
                    bottom: 100%;
                    left: 40px;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-bottom-color: #fff;
                    border-width: 8px;
                    margin-left: -8px;
                }

                .gtco-nav ul li.has-dropdown .dropdown li {
                    display: block;
                    margin-bottom: 7px;
                    cursor: pointer;
                }

                    .gtco-nav ul li.has-dropdown .dropdown li:last-child {
                        margin-bottom: 0;
                    }

                    .gtco-nav ul li.has-dropdown .dropdown li a {
                        padding: 2px 0;
                        display: block;
                        color: #999999;
                        line-height: 1.2;
                        text-transform: none;
                        font-size: 15px;
                    }

                        .gtco-nav ul li.has-dropdown .dropdown li a:hover {
                            color: #000;
                        }

                    .gtco-nav ul li.has-dropdown .dropdown li.active > a {
                        color: #000 !important;
                    }

            .gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
                color: #fff;
            }

        .gtco-nav ul li.btn-cta a {
            color: #fff;
        }

            .gtco-nav ul li.btn-cta a span {
                border: none !important;
                background: #16aae0;
                padding: 0px 10px 0px 10px;
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
            }

            .gtco-nav ul li.btn-cta a:hover span {
                background: #18339b;
                color: #fff;
            }

        .gtco-nav ul li.active > a {
            color: #16aae0 !important;
        }

#gtco-header .gtco-video-link a {
    color: rgba(255, 255, 255, 0.5);
}

    #gtco-header .gtco-video-link a i {
        font-size: 18px;
        top: 2px;
        position: relative;
        color: #fff;
        height: 25px;
        width: 25px;
        line-height: 25px;
        padding-left: 3px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 5px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #gtco-header .gtco-video-link a:hover {
        color: white;
    }

        #gtco-header .gtco-video-link a:hover i {
            border: 1px solid white;
        }

@media screen and (max-width: 480px) {
    #gtco-header .text-left {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    #gtco-header .btn {
        display: block;
        width: 100%;
    }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.gtco-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.gtco-video {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

    .gtco-video.gtco-video-sm {
        height: 250px;
    }

    .gtco-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .gtco-video a i {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-size: 40px;
        }

    .gtco-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .gtco-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .gtco-video:hover a {
        position: relative;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.gtco-cover {
    min-height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

    .gtco-cover a {
        color: #16aae0;
    }

        .gtco-cover a:hover {
            /*color: white;*/
            color: orange;
        }

    .gtco-cover .overlay {
        z-index: 1;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(35, 35, 35, 0.5);
    }

    .gtco-cover > .gtco-container {
        position: relative;
        z-index: 10;
    }

@media screen and (max-width: 768px) {
    .gtco-cover {
        min-height: 300px;
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    min-height: 300px;
    display: table;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gtco-cover .display-tc {
        min-height: 300px;
        padding: 0px 0px 0px 0px !important;
    }
}

.gtco-cover.gtco-cover-sm {
    min-height: 600px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        min-height: 400px;
    }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    min-height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        min-height: 300px;
    }
}

.gtco-cover.gtco-cover-xs {
    min-height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    min-height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}

.gtco-cover.gtco-cover-xxs {
    padding: 3em 0;
}

.gtco-cover .btn-primary {
    color: #fff !important;
}

.gtco-staff {
    text-align: center;
    margin-bottom: 7em;
    float: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-staff {
        margin-bottom: 3em;
    }
}

.gtco-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gtco-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.gtco-staff p {
    margin-bottom: 30px;
}

.gtco-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.gtco-social-icons {
    margin: 0;
    padding: 0;
}

    .gtco-social-icons li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .gtco-social-icons li a {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            color: #16aae0;
            padding-left: 10px;
            padding-right: 10px;
        }

            .gtco-social-icons li a i {
                font-size: 20px;
            }

.gtco-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

    .gtco-contact-info ul {
        padding: 0;
        margin: 0;
    }

        .gtco-contact-info ul li {
            padding: 0 0 0 50px;
            margin: 0 0 30px 0;
            list-style: none;
            position: relative;
        }

            .gtco-contact-info ul li:before {
                color: #cccccc;
                position: absolute;
                left: 0;
                top: .05em;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .gtco-contact-info ul li.address:before {
                font-size: 30px;
                content: "\e9d1";
            }

            .gtco-contact-info ul li.phone:before {
                font-size: 23px;
                content: "\e9f4";
            }

            .gtco-contact-info ul li.email:before {
                font-size: 23px;
                content: "\e9da";
            }

            .gtco-contact-info ul li.url:before {
                font-size: 23px;
                content: "\e9af";
            }

form label {
    font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
    padding-top: 80px;
}

    #gtco-header .display-tc h1, #gtco-header .display-tc h2,
    #gtco-counter .display-tc h1,
    #gtco-counter .display-tc h2,
    .gtco-cover .display-tc h1,
    .gtco-cover .display-tc h2 {
        margin: 0;
        padding: 0;
        color: white;
    }

#gtco-header .display-tc2 p,
#gtco-header .display-tc2 h2 {
    color: white;
    text-align: left;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 39px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #gtco-header .display-tc h1,
    #gtco-counter .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-counter {
    text-align: center;
}

    #gtco-counter .counter {
        font-size: 50px;
        margin-bottom: 10px;
        color: #16aae0;
        font-weight: 100;
        display: block;
    }

    #gtco-counter .counter-label {
        margin-bottom: 0;
        text-transform: uppercase;
        /*color: rgba(0, 0, 0, 0.5);*/
        color: black;
        background-color: white;
        letter-spacing: .1em;
    }

.chartResizeFull {
    width: 100% !important;
    font-size: 1.6em;
}

.chartResizeAuto {
    width: 1000px !important;
    height: 400px !important;
}

.chartResize {
    width: 500px !important;
}

@media screen and (max-width: 768px) {
    #gtco-counter .feature-center {
        margin-bottom: 30px;
    }

    .chartResize {
        /*width: inherit !important;*/
        max-width: 100%;
    }

    .chartResizeAuto {
        width: 600px !important;
    }
}

#gtco-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

    #gtco-counter .icon i {
        height: 70px;
    }

        #gtco-counter .icon i:before {
            color: #cccccc;
            display: block;
            text-align: center;
            margin-left: 3px;
        }

#gtco-features,
#gtco-features-2,
#gtco-products,
#gtco-services,
#gtco-subscribe,
#gtco-footer,
#gtco-faq,
.gtco-section {
    padding: 6em 0;
    clear: both;
    position: relative;
}

@media screen and (max-width: 768px) {
    /*#gtco-features,*/
    #gtco-features-2,
    #gtco-products,
    #gtco-services,
    #gtco-subscribe,
    #gtco-footer,
    #gtco-faq,
    .gtco-section {
        padding: 7em 0 3em 0;
    }
}

#gtco-features.border-bottom,
#gtco-features-2.border-bottom,
#gtco-products.border-bottom,
#gtco-services.border-bottom,
#gtco-subscribe.border-bottom,
#gtco-footer.border-bottom,
#gtco-faq.border-bottom,
.gtco-section.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

#gtco-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 30px;
    }
}

.feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .feature-center .icon i {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
        font-size: 40px;
        line-height: 40px;
        color: #16aae0;
    }

.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    font-size: 18px;
    color: #000;
    position: relative;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .feature-left .icon {
        float: left;
        text-align: center;
        width: 15%;
    }

        .feature-left .icon i {
            display: table-cell;
            vertical-align: middle;
            font-size: 40px;
            color: #16aae0;
        }

    .feature-left .feature-copy {
        float: right;
        width: 85%;
    }

        .feature-left .feature-copy h3 {
            font-size: 18px;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

.gtco-heading {
    margin-bottom: 5em;
    padding: 30px 10px 0 10px;
}

@media screen and (max-width: 768px) {
    .gtco-heading {
        margin-bottom: 3em;
        padding: 30px 10px 0 10px;
    }
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .gtco-heading h2 {
        font-size: 28px;
    }
}

.gtco-heading h2:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: -25px;
    height: 2px;
    left: 50%;
    background: #16aae0;
}

.gtco-heading h2.gtco-left:before {
    left: 0;
    margin-left: 0;
}

.gtco-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a;
}

@media screen and (max-width: 768px) {
    .gtco-heading p {
        font-size: 18px;
    }
}

#gtco-products {
    background: #efefef;
}

    #gtco-products .testimony-slide {
        text-align: center;
    }

        #gtco-products .testimony-slide span {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            display: block;
        }

        #gtco-products .testimony-slide figure {
            margin-bottom: 10px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            #gtco-products .testimony-slide figure img {
                width: 90px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

        #gtco-products .testimony-slide blockquote {
            border: none;
            margin: 30px auto;
            width: 50%;
            position: relative;
            padding: 0;
        }

@media screen and (max-width: 992px) {
    #gtco-products .testimony-slide blockquote {
        width: 100%;
    }

    .chartResize {
        /*width: inherit !important;*/
        max-width: 100%;
    }

    .chartResizeAuto {
        width: 800px !important;
    }
}

#gtco-products .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

    #gtco-products .arrow-thumb a {
        font-size: 32px;
        color: #dadada;
    }

        #gtco-products .arrow-thumb a:hover, #gtco-products .arrow-thumb a:focus, #gtco-products .arrow-thumb a:active {
            text-decoration: none;
        }

#gtco-subscribe {
    background: #16aae0;
}

    #gtco-subscribe .form-control {
        background: transparent;
        color: #fff;
        /*font-size: 16px !important;*/
        font-size: 14px !important;
        width: 100%;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        #gtco-subscribe .form-control:focus {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.8) !important;
        }

        #gtco-subscribe .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        #gtco-subscribe .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }

        #gtco-subscribe .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }

        #gtco-subscribe .form-control:-ms-input-placeholder {
            color: #fff;
        }

    #gtco-subscribe .btn {
        height: 54px;
        /*font-size: 16px;*/
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 50px;
        padding-right: 50px;
    }

    #gtco-subscribe .form-inline .form-group {
        width: 100% !important;
        margin-bottom: 10px;
    }

        #gtco-subscribe .form-inline .form-group .form-control {
            width: 100%;
        }

    #gtco-subscribe .gtco-heading {
        margin-bottom: 30px;
    }

        #gtco-subscribe .gtco-heading h2 {
            color: #fff;
        }

            #gtco-subscribe .gtco-heading h2:before {
                background: rgba(255, 255, 255, 0.7);
            }

        #gtco-subscribe .gtco-heading p {
            color: rgba(255, 255, 255, 0.5);
        }

#gtco-products .gtco-widget h3 {
    /*margin-bottom: 15px;*/
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#gtco-footer .gtco-footer-links {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

    #gtco-footer .gtco-footer-links li {
        padding: 0;
        margin: 0 0 15px 0;
        list-style: none;
        line-height: 1;
    }

        #gtco-footer .gtco-footer-links li a {
            text-decoration: none;
        }

            #gtco-footer .gtco-footer-links li a:hover {
                text-decoration: underline;
            }

#gtco-footer .gtco-widget {
    margin-bottom: 30px;
}

    #gtco-footer .gtco-widget h3 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #gtco-footer .gtco-widget .gtco-quick-contact {
        padding: 0;
        margin: 0;
    }

        #gtco-footer .gtco-widget .gtco-quick-contact li {
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
        }

            #gtco-footer .gtco-widget .gtco-quick-contact li i {
                width: 30px;
                float: left;
                font-size: 18px;
                position: relative;
                margin-top: 4px;
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

@media screen and (max-width: 768px) {
    #gtco-footer .copyright .pull-left,
    #gtco-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

#gtco-footer .copyright .block {
    display: block;
}

#gtco-offcanvas {
    /*position: absolute;*/
    position: fixed;
    z-index: 9500;
    width: 270px; /* Change this for Mobile Screen*/
    background: black;
    top: 0;
    bottom: 0;
    right: 0;
    /*padding: 65px 80px 40px 150px;*/
    padding: 50px 50px !important;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #gtco-offcanvas {
        display: block;
        z-index: 9550;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
    /*  jjm  */
    color: rgba(119, 119, 119, 1);
}

    #gtco-offcanvas a:hover {
        color: rgba(255, 255, 255, 0.8);
        /*  jjm  */
        color: rgba(255, 255, 255, 1);
    }

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #gtco-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #gtco-offcanvas ul li > ul {
            padding-left: 20px;
            display: none;
        }

        #gtco-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative;
        }

            #gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e921";
                font-size: 20px;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    /*z-index: 8000;*/
    z-index: 8889;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .gototop.active {
        opacity: 1;
        visibility: visible;
    }

    .gototop a {
        width: 50px;
        height: 50px;
        display: table;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .gototop a i {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus {
            text-decoration: none;
            outline: none;
        }

.gtco-nav-toggle {
    width: 25px;
    height: 25px;
    /*cursor: pointer;*/
    text-decoration: none;
}

    .gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
        background: #444;
    }

    .gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .gtco-nav-toggle i {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 2px;
        color: #252525;
        font: bold 14px/.4 Helvetica;
        /*form: rotateZ(-45deg);
  trans*/
        text-indent: -55px;
        background: #252525;
        transition: all .2s ease-out;
    }

        .gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
            content: '';
            width: 25px;
            height: 2px;
            background: #252525;
            position: absolute;
            left: 0;
            transition: all .2s ease-out;
        }

    .gtco-nav-toggle.gtco-nav-white > i {
        color: #fff;
        background: #fff;
    }

        .gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
            background: #fff;
        }

    .gtco-nav-toggle i::before {
        top: -7px;
    }

    .gtco-nav-toggle i::after {
        bottom: -7px;
    }

    .gtco-nav-toggle:hover i::before {
        top: -10px;
    }

    .gtco-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .gtco-nav-toggle.active i {
        background: transparent;
    }

        .gtco-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .gtco-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.gtco-nav-toggle {
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 9900;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .gtco-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Droid Sans", Arial, sans-serif;
    font-family: 'Montserrat', sans-serif;
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 30px;
}

    .btn.btn-sm {
        padding: 3px 3px !important;
        min-width: 100px;
    }

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #16aae0;
    color: #fff;
    border: 2px solid #16aae0 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #18339b !important;
        border-color: #18339b !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #16aae0;
        border: 2px solid #16aae0;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #16aae0;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
    padding-left: 15px;
    padding-right: 15px;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        color: #000;
        background: #f2f2f2 !important;
        border-color: #f2f2f2 !important;
    }

    .btn-white.btn-outline {
        color: #fff;
        border: 2px solid #fff;
    }

        .btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
            background: #fff;
            color: #000;
            border: 2px solid #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    /*font-size: 16px;*/
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        box-shadow: none;
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

    .form-control:active, .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #16aae0;
    }

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.gtco-loader {
    /*position: fixed;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .gtco-nav .gtco-contact {
        text-align: left !important;
    }
}

.gtco-nav .gtco-contact ul {
    padding: 0;
    /*margin: 0 0 20px 0;*/
    margin: 0 0 0 0;
}

    .gtco-nav .gtco-contact ul li {
        padding: 0;
        margin: 0;
    }

        .gtco-nav .gtco-contact ul li a {
            /*font-size: 16px;*/
            font-size: 14px;
            font-weight: bold !important;
            margin-left: 0px;
        }

            .gtco-nav .gtco-contact ul li a i {
                color: #16aae0;
            }

            .gtco-nav .gtco-contact ul li a:hover i {
                color: #fff;
            }

#gtco-features-3 {
    position: relative;
    top: -7em;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 {
        top: -2em;
    }
}

#gtco-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #16aae0;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature {
        width: 100%;
        margin-bottom: 30px;
    }
}

#gtco-features-3 .feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#gtco-features-3 .feature p {
    color: rgba(255, 255, 255, 0.7);
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 1.7;
}

#gtco-features-3 .feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #00aa06;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    #gtco-features-3 .feature .icon i {
        line-height: 90px;
        height: 90px;
        font-size: 40px;
        color: #fff;
    }

        #gtco-features-3 .feature .icon i:before {
            display: block;
            text-align: center;
            margin-left: 3px;
        }

#gtco-features-3 .feature.feature-1 {
    z-index: 7;
}

#gtco-features-3 .feature.feature-2 {
    bottom: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    background: #00a505;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

#gtco-features-3 .feature.feature-2 .icon {
    background: #009505;
}

#gtco-features-3 .feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2 .feature-inner {
        top: 0;
    }
}

#gtco-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #00a505;
    height: 50px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2:before {
        display: none;
    }
}

#gtco-features-3 .feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #00a505;
    height: 30px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

#gtco-features-3 .feature.feature-3 {
    z-index: 7;
    background: #009005;
}

    #gtco-features-3 .feature.feature-3 .icon {
        background: #008604;
    }

.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel-posts .owl-controls .owl-nav .owl-next,
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        top: 50%;
        margin-top: -39px;
        z-index: 899;
        position: absolute;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .owl-carousel-posts .owl-controls .owl-nav .owl-next,
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        top: 24%;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel-posts .owl-controls .owl-nav .owl-next {
        right: 20px;
    }

        .owl-carousel .owl-controls .owl-nav .owl-next:hover,
        .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
            margin-right: -10px;
        }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        left: 20px;
    }

        .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
            margin-left: -10px;
        }

        .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
        .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
        .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
            color: #444;
        }

        .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
        .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
        .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
            color: #000;
        }

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .flex-caption {
        /*display: none;*/
        bottom: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

    .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
        font-size: 24px;
        background: rgba(255, 255, 255, 0.5) !important;
        padding: 12px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
        background: rgba(255, 255, 255, 0.8) !important;
    }

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #16aae0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

    .owl-theme .owl-dots .owl-dot span:hover {
        background: none;
        border: 2px solid #16aae0;
    }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #16aae0;
}

#gtco-faq {
    background: #efefef;
}

.gtco-accordion {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

    .gtco-accordion .gtco-accordion-heading {
        padding: 20px;
        position: relative;
        /*cursor: pointer;*/
    }

        .gtco-accordion .gtco-accordion-heading h3 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            /*color: #brand-primary;*/
        }

        .gtco-accordion .gtco-accordion-heading .icon {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 18px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .gtco-accordion .gtco-accordion-content {
        border-top: 1px solid #e6e6e6;
        display: none;
    }

        .gtco-accordion .gtco-accordion-content .inner {
            padding: 20px;
        }

    .gtco-accordion.active .icon {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .gtco-accordion.active h3 {
        color: #16aae0;
    }

#gtco-contact h3 {
    color: #fff;
    font-size: 30px;
}

/* Merged style from old version of PAYplusESS*/

/****************************************************/
/* top level
--------------------------------------------*/
.menuTemplate2 {
    margin: 0, auto;
    /*position:relative;*/
    border: none;
    padding: 0px 10px 0px 10px !important;
    /*list-style: none;*/
    float: right;
    /*height: 100%;*/
    /*vertical-align: middle !important;*/
}

.menuTemplate3 {
    margin: 0 auto;
    position: relative;
    border: none;
    padding: 0px 10px 0px 10px;
    /*list-style: none;*/
    /*float: right;*/
}

.menuTemplate2 div {
    /*box-sizing: content-box;*/
}

.menuTemplate2 li {
    padding: 0px 10px 0px 0px;
    /*float: right;*/
    /*height: 34px;
    _height:36px;*/ /*IE6 Hack*/
    position: relative; /*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    z-index: 9400;
}

    .menuTemplate2 li:hover, .menuTemplate2 li.onhover, .menuTemplate2 li:focus {
        border-color: #16aae0;
        border-top: none;
        border-bottom: 2px solid #16aae0;
        /*z-index: 9399;*/
        z-index: 9410;
        cursor: pointer;
    }

.menuTemplate3 li:hover, .menuTemplate3 li.onhover, .menuTemplate3 li:focus {
    border: none;
}

.menuTemplate2 a {
    display: inline-block;
    outline: 0;
    position: relative;
}

.menuTemplate2 li:hover a, .menuTemplate2 li.onhover a, .menuTemplate2 li:focus {
    z-index: 9420;
}

.menuTemplate2 a.arrow {
    background: url(../images/arrow.gif) no-repeat right center;
}


/*Used to align a top-level item to the right*/
.menuTemplate2 li.menuRight {
    float: right;
    margin-right: 0px;
}

/*for the top-level separators*/
.menuTemplate2 li.separator {
    display: none;
}


/* sub level
--------------------------------------------*/

.menuTemplate2 .drop {
    position: absolute;
    left: -9999px;
    background-color: #18339b;
    color: #fff;
    border: 1px solid #16aae0;
    border-bottom: 2px solid #16aae0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    /*  jjm   */
    background-color: #edeef0;
    background-color: #fff;
    color: #777;
    border: 1px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    /*  jjm */
}

    .menuTemplate2 .drop a {
        display: inline;
        text-align: left;
        display: inline-block;
        position: static;
    }

.menuTemplate2 li:hover .drop, .menuTemplate2 li.onhover .drop, menuTemplate2 li:focus .drop {
    left: -1px; /*Use this property to change offset of the dropdown*/
}

.menuTemplate2 li:hover .dropToLeft, .menuTemplate2 li.onhover .dropToLeft, menuTemplate2 li:focus .dropToLeft {
    /*left: auto;*/
    /*right: -1px;*/
    /*left: 0px;*/
    /*right: auto;*/
    padding-left: 10px;
    padding-right: 10px;
}

.menuTemplate2 li:hover .dropToLeft2, .menuTemplate2 li.onhover .dropToLeft2 {
    /*left: auto;*/
    /*right: -60px;*/
}

.menuTemplate2 li:hover .dropToRight, .menuTemplate2 li.onhover .dropToRight {
    right: auto;
    left: -1px;
    right: 0px;
    left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.menuTemplate2 li:hover .dropToRight2, .menuTemplate2 li.onhover .dropToRight2 {
    right: auto;
    left: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/

.menuTemplate2 div.drop div div {
    /*padding: 0px 10px  0px 10px;*/
}

.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a {
    padding: 0 0;
}

.menuTemplate2 div.drop div a {
    /*line-height: 24px;*/

    color: #16aae0;
    /*  jjm */
    color: #4f4f4f;
    width: 100%;
    font-weight: normal;
    /*  jjm */
}

.menuTemplate2 div.drop div {
    /*line-height: 24px;*/

    color: #16aae0;
    /*  jjm */
    color: #1e1e1e;
    font-weight: bold;
    /*  jjm */
}

    .menuTemplate2 div.drop div a:hover {
        text-decoration: underline;
        /*cursor:pointer;*/
        /*color: #16aae0;

    background: black;*/
        background-color: #18339b;
        color: #fff;
        /*border-bottom:2px solid #16aae0;*/
        /*  jjm  */
        background-color: #4f4f4f;
        color: #fff;
        width: 100% !important;
        text-decoration: none;
        /*  jjm */
    }

.menuTemplate2 div.left {
    float: left;
}



/* CSS3 effects
--------------------------------------------*/

/*for top-level*/
.decor2_1 {
}

/*for submenu.*/
.decor2_2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #AAA;
    -webkit-box-shadow: 0 0 14px #AAA;
    box-shadow: 0 0 14px #AAA;
    display: block;
}

.floatRight {
    float: right;
    padding: 1px 0;
}

.floatLeftPict {
    float: left;
    padding: 1px 0;
    /*padding-right: 3px;*/
}

.floatLeft {
    float: left;
    padding: 1px 0;
    /*padding-right: 3px;*/
}

.floatNone {
    float: none;
    clear: both;
    /*padding: 1px 0;*/
}

    .floatNone:before, .floatNone:after {
        content: " ";
        display: table;
    }

    .floatNone:after {
        clear: both;
    }

.floatMiddle {
    position: relative;
    padding-top: 100px;
}

.floatNone2 {
    padding: 15px 0;
}

.tabWidth {
    /*min-width: 122px;*/
    min-width: 94px;
    font-size: 12px;
}

.panelGrid10 {
    min-height: 280px;
    padding: 5px 5px;
}

.panelGridMin {
    height: 100px;
    /*max-width: 650px;*/
    border: 1px solid #177a9b;
    padding: 2px 4px;
}

.panelGridMinWithGrid {
    height: 100px;
    border: 1px solid #177a9b;
    padding: 1px 1px;
}

.panelGridMax {
    height: 100px;
    max-width: 100%;
    border: 1px solid #18339b;
}

.panelHeightAdmin {
    padding: 20px 20px;
    /*max-height: 513px;*/
    max-height: 68vh;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.panelHeightApp {
    padding: 20px 20px;
    /*max-height:463px;*/
    max-height: 65vh;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.panelHeight {
    padding: 10px 10px;
    /*max-height:322px;*/
    max-height: 40vh;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.panelDTRHeight {
    /*max-height:458px;*/
    max-height: 65vh;
}

.panelDTRHeightApp {
    /*max-height:398px;*/
    max-height: 58vh;
}

.panelDTRHeightAdmin {
    /*max-height:323px;*/
    max-height: 50vh;
}

.panelDTRHeightConsoAdmin {
    /*max-height: 310px;*/
    max-height: 48vh;
}

.panelConsoHeight {
    padding: 10px 10px;
    /*max-height:523px;*/
    max-height: 71vh;
    background-color: #fff;
}

.panelHeightApplications {
    padding: 10px 10px;
    /*max-height:523px;*/
    max-height: 60vh;
    background-color: #fff;
}

.panelConsoHeightApp {
    padding: 10px 10px;
    /*max-height:523px;*/
    max-height: 68vh;
    background-color: #fff;
}

.panelConsoHeightAdmin {
    /*max-height:323px;*/
    max-height: 74vh;
    background-color: #fff;
}

.panelFullHeight {
    margin-top: 40px;
    padding: 20px 20px;
    /*height:620px;*/
    height: 80vh;
    background-color: #fff;
}

.panelVideoHeight {
    margin-top: 40px;
    padding: 20px 20px;
    /*min-height:420px;
    max-height:620px;*/
    background-color: #fff;
    height: 80vh;
}

.panelPayslip {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.iframe body {
    margin: 0 0;
}

.borderShadow {
    padding: 10px 10px;
    border: solid thin silver;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*-webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.30);*/
}

.panelBG {
    padding: 20px 20px;
    /*background-color: #37C6D5;*/
    /*background-color: #9fe4f8;*/
    background-color: #daf1f7;
    color: #000;
    min-height: 18vh;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*-moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;*/
}

.textBoxAuto {
    width: auto;
}

.textBoxCenter {
    text-align: center;
}

.textBoxHighlite {
    /*color: #16aae0;*/
    color: #177a9b;
    background: #CCCCCC;
    border: none;
    padding-left: 2px;
    /*outline: none;
  text-decoration: none;*/
}

.labelHighlite {
    /*color: #16aae0;*/
    color: #177a9b !important;
    padding-left: 2px;
    /*outline: none;
  text-decoration: none;*/
}

.textBoxEmphasize {
    font-size: 20px;
    /*color: #1a1a1a;*/
}

.textBoxAlert {
    color: red !important;
}

.comboBox {
    width: 100px;
    height: 28px;
}

.comboBoxLong {
    width: 100%;
    height: 28px;
}

.textBox {
    width: 100px;
}

.textBoxNumeric {
    width: 100px;
    text-align: right;
}

.textBoxMessageLong {
    height: 200px;
    width: 100%;
}

.textBoxLong {
    width: 100%;
}

table.mycuststyle {
    border-spacing: 2px;
}

    table.mycuststyle td, table.mycuststyle tr {
        padding: 0 2px 2px 2px;
        padding: 2px 0;
        vertical-align: top;
        /*max-height: 100%;*/
        text-align: left;
    }

.gridTable {
    color: #777;
    width: 100%;
    background: none;
    text-align: left;
    border-color: #fff;
}

.gridTableWithGrid {
    color: #777;
    width: 100%;
    background: none;
    text-align: left;
    border-color: gray;
}

.gridTablePopup {
    color: #000;
    width: 100%;
    background: #fff;
    text-align: left;
    border-color: #fff;
}

.gridTableHorizontal {
    color: #177a9b;
    width: 100%;
    background: none;
    text-align: left;
    border-color: #fff;
    font-size: small;
    border: solid thin #fff;
}

.tableHeader {
    font-weight: normal;
    /*background-color: #18339b;*/
    background-color: #177a9b;
    color: #fff;
    text-align: center;
    font-size: small;
}

.tableHeaderPopup {
    /*font-weight: normal;*/
    /*background-color: #18339b;*/
    background-color: #177a9b;
    color: #fff;
    /*text-align: center;*/
    /*font-size: small;*/
}

.gridTableWhite {
    /*color: #eeeeee;*/
    color: #fff;
    width: 100%;
    background: none;
}

.gridTableDark {
    /*color: #eeeeee;*/
    color: #cccccc;
    width: 100%;
    background: none;
}

.grid-Header {
    font-weight: normal;
    border-bottom: solid thin #1a1a1a;
    color: #fff;
    text-align: center;
}

.grid-HeaderDark {
    /*font-weight: normal;
    color: #cccccc;
    background: none;*/

    text-decoration: none;
    font-weight: normal;
    border-bottom: solid thin #16aae0;
    color: #fff;
}

.flex-caption {
    background: none;
    -ms-filter: "alpha(opacity=40)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
    /*-ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;
}

.flex-caption {
    bottom: 25px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 15px 15px 15px 15px;
    position: absolute;
    right: 0;
    max-width: 75%;
}

    .flex-caption h3, h4 {
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .flex-caption p {
        margin: 5px 0 5px 0;
    }

.rowSpaver {
    line-height: 2.5;
}

.box-bottom {
    padding: 10px 5px;
    text-align: center;
}

.box-bottomToggle {
    padding: 10px 5px;
    text-align: center;
}

.display-box {
    padding: 30px 0px;
    /*margin: 0 auto !important;
    display: table-cell !important;*/
    vertical-align: middle;
}

.display-box-entry {
    padding: 30px 5px;
    /*border: solid thin green;*/
    /*-ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;
}

.hiddenStyle {
    visibility: hidden;
}

.maxWidth {
    z-index: 9660;
}

.columnSpacer {
    width: 50px;
}

.columnSpacer1 {
    width: 10px;
}

.columnSpacer2 {
    width: 20px;
}

.columnSpacer2a {
    width: 2px;
}

.columnBase {
    width: 110px !important;
}

.columnBaseSmall {
    width: 70px !important;
}

.columnBaseChk {
    width: 110px !important;
}

.columnbBaseMargin {
    margin-left: 110px;
}

.columnbBaseMarginSmall {
    margin-left: 70px;
}

.columnbBaseMargin2 {
    margin-left: 220px;
}

.columnbBaseMargin3 {
    margin-left: 330px;
}

.showOnToggle {
    display: none;
}

@media screen and (max-width: 768px) {
    .menuTemplate2Pict {
        float: right;
    }

    .maxWidth {
        min-width: 200px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .columnBase, .columnBaseSmall {
        width: 100% !important;
    }

    .columnbBaseMargin, .columnbBaseMarginSmall, .columnbBaseMargin2, .columnbBaseMargin3 {
        /*margin-left: auto 0 !important;*/
        margin-left: initial !important;
        width: auto;
        float: none !important;
        clear: both !important;
    }

    .textBox, .textBoxNumeric, .textBoxAuto, .comboBox {
        width: 100% !important;
        min-width: 100px !important;
    }

    .floatLeftPict {
        float: right;
    }

    .em1 {
        color: #fff;
        color: #999999;
        padding: 8px 16px;
        margin-left: 10px;
    }

    .logoHeight {
        width: 200px;
    }

    .hideOnToggle {
        display: none !important;
    }

    .showOnToggle {
        display: block;
    }

    .box-bottomToggle {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .gtco-nav #gtco-logoHolder {
        /*z-index: 8999;
        float: left;
        position: absolute;*/
        /*padding-left: 20px;*/
        vertical-align: middle;
        padding-top: 0;
        margin-top: auto;
        top: -14px;
        /*z-index: 8999;
    float: left;
    position: absolute;
    left: -10px;
    top: -14px;*/
    }

    .panelHeight {
        /*max-height:300px;*/
    }

    .panelDTRHeight {
        /*max-height:320px;*/
    }
}

.vertical_line {
    border-left: 2px solid black;
    /*height: 100px;*/
    display: inline-block;
    box-shadow: 2px 0px 2px #888;
}

.fancy-line {
    border: 0;
    height: 1px;
    position: relative;
    margin: 0.5em 0;
}

    .fancy-line:before {
        top: -0.5em;
        height: 1em;
    }

    .fancy-line:after {
        height: 0.5em;
        top: calc(-0.5em + 1px); /* adjusted this */
    }

    .fancy-line:before, .fancy-line:after {
        content: '';
        position: absolute;
        width: 100%;
    }

    .fancy-line, .fancy-line:before {
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    }

        body, .fancy-line:after {
            background: #f4f4f4;
        }

/* Gradient color1 - color2 - color1 */

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
    background-image: linear-gradient(to right, rgba(23, 122, 155, 0), rgba(23, 122, 155, 0.75), rgba(23, 122, 155, 0));
}
/* Single-direction drop shadow */

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.modalWait {
    z-index: 1001;
    max-height: calc(100%);
    max-width: calc(100%);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    filter: alpha(opacity=70);
    opacity: .7;
    -moz-opacity: .7;
    margin: auto;
}

.modalBGWait {
    z-index: 9999;
    position: fixed;
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.modalBGPopup {
    /*
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;

	padding:3px;
    padding:20px;
    */

    z-index: 1002;
    background: none;
    border: none;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 50%;
    /*
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    */
}

.modalBGPopupMsg {
    z-index: 1001;
    background: none;
    position: absolute;
    color: #fff;
    left: 50%;
    position: fixed;
    background-color: White;
    bottom: 0;
    left: 0;
    border-bottom: none;
    width: 100%;
    height: 30px;
    margin: 0 0%;
    font-weight: bold;
}

.loading {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/loader.gif) no-repeat;
    width: 180px;
    height: 236px;
    padding-left: 180px;
}

.autocomplete_completionListElement {
    /*border:solid 1px Gray;*/
    margin: 0px;
    padding: 3px;
    height: 220px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 9998 !important;
}

.autocomplete_listItem {
    color: #191919;
    color: #777;
    z-index: 9998 !important;
}

.autocomplete_highlightedListItem {
    background-color: #ADD6FF;
}

.serviceBoxMain {
    width: 100%;
}

#serviceBox {
    width: 100%;
}

.paddedTop {
    padding-top: 10px;
}

.paddedAll {
    padding: 6px 6px;
}

.padded5x {
    padding-bottom: 5px;
}

.padded {
    padding: 2px 2px 2px 0;
    text-align: left !important;
}

.paddedChk {
    padding: 0 2px 2px 0;
    text-align: left !important;
}

.paddedRight {
    padding-right: 2px;
}

.serviceBox {
    float: left;
    box-sizing: border-box;
    padding: 3px 5px;
}

@media screen and (max-width: 768px) {
    .menuTemplate2Pict {
        float: left;
    }

    .serviceBox, .padded {
        width: 100% !important;
    }
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 20px;
    min-height: 300px;
}

.aligncenter {
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    /*height: 350px;*/
    height: 86%;
    overflow: hidden;
}

    .video-container video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

@media screen and (max-width: 768px) {
    .menuTemplate2Pict {
        float: left;
    }

    .video-container {
        height: 100%;
    }
}
/*.gtco-popup {
    min-width: 250px;
    min-height: 350px;
    background-image:url(../images/img_3.jpg);

    position:absolute;
    color:#fff;
    top:50%;
    left:50%;
    padding: 30px 15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;  
    display: block;
}*/
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 9998;
    position: fixed;
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.bgWhite {
    background: white !important;
}

.gtco-popupLogs {
    max-height: 80%;
    max-width: 100%;
    z-index: 9999;
    background-color: #fff !important;
    color: black;
    position: fixed !important;
    top: 50%;
    left: 50%;
    /*padding: 30px 15px;*/
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*-moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;*/
    display: block;
    padding: 30px 40px !important;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    /*body::before {
    content: "PPPPP";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .logoHeight {
        width: 200px;
    }

    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    /*body::before {
    content: "QQQQQ";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .logoHeight {
        width: 200px;
    }

    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    /*body::before {
    content: "RRRRR";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .logoHeight {
        width: 200px;
    }

    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    /*body::before {
    content: "SSSSS";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .logoHeight {
        width: 200px;
    }

    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    /*body::before {
    content: "TTTTT";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    /*body::before {
    content: "UUUUU";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}
/* Custom, iPhone Retina */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /*body::before {
    content: "11111";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/

    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /*body::before {
    content: "22222";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /*body::before {
    content: "33333";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*body::before {
    content: "44444";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /*body::before {
    content: "55555";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /*body::before {
    content: "66666";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /*body::before {
    content: "77777";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /*body::before {
    content: "88888";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /*body::before {
    content: "99999";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /*body::before {
    content: "AAAAA";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /*body::before {
    content: "BBBBB";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /*body::before {
    content: "CCCCC";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "DDDDD";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "EEEEE";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "FFFFF";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "GGGGG";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "HHHHH";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "IIIII";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "JJJJJ";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /*body::before {
    content: "KKKKK";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /*body::before {
    content: "LLLLL";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /*body::before {
    content: "MMMMM";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /*body::before {
    content: "NNNNN";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /*body::before {
    content: "OOOOO";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }*/
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popupLogs {
        max-height: 80%;
        top: 54%;
    }
}




.gtco-popup {
    min-width: 250px;
    max-width: 400px;
    max-height: 90%;
    z-index: 9999;
    /*background-image:url(../images/img_3.jpg);*/
    background: #efefef;
    position: fixed !important;
    /*color:#fff;*/
    top: 50%;
    left: 50%;
    padding: 30px 15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #18339b;
    -webkit-box-shadow: 0 0 14px #18339b;
    box-shadow: 0 0 14px #18339b;
    display: block;
}

@media screen and (max-width: 768px) {
    .menuTemplate2Pict {
        float: left;
    }

    .gtco-popup {
        max-width: 96%;
    }
}

.modalPopup p {
    padding: 5px;
}

.btn-modalprimary {
    background: #16aae0;
    color: #fff;
    border: 2px solid #16aae0 !important;
}

    .btn-modalprimary:hover, .btn-modalprimary:focus, .btn-modalprimary:active {
        background: #18339b !important;
        border-color: #18339b !important;
    }

    .btn-modalprimary.btn-outline {
        background: transparent;
        color: #16aae0;
        border: 2px solid #16aae0;
    }

        .btn-modalprimary.btn-outline:hover, .btn-modalprimary.btn-outline:focus, .btn-modalprimary.btn-outline:active {
            background: #16aae0;
            color: #fff;
        }


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border: none;
    /*background-color: #f1f1f1;*/
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: #f1f1f1;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 4px;
        transition: 0.3s;
        font-size: 17px;
        margin: 5px 5px 0 0;
        min-width: 100px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.iframe-wrapper {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.iframe {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    min-width: 100%;
    height: 100px;
    min-height: 100%;
}

.parallax {
    /* The image used */
    background-image: url('/images/parallax/touchscreen.jpg');
    /* Set a specific height */
    height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*transform: translateZ(-1px) scale(2);*/
}

.parallax2 {
    /* The image used */
    background-image: url('/images/parallax/timeOnpc.jpg');
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*transform: translateZ(-5px) scale(2);*/
}

.parallax3 {
    /* The image used */
    background-image: url('/images/parallax/typing.jpg');
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*transform: none;*/
}

.transparent {
    background: rgba(255,255,255,0.5);
}

.MainContainer {
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ParallaxContainer {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    background-image: url('/images/parallax/touchscreen.jpg');
    /* Set a specific height */
    height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ParallaxContainer2 {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    background-image: url('/images/parallax/timeOnpc.jpg');
    /* Set a specific height */
    /*height: 500px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ParallaxContainer3 {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    background-image: url('/images/parallax/typing.jpg');
    /* Set a specific height */
    /*height: 500px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ContentContainer {
    display: block;
    position: relative;
    background-color: white;
    z-index: 1;
}

.DashHeaderCutOff {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.DashImage {
    max-width: 50px;
    max-height: 50px;
}

.DashHeader {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.DashDetail {
    background: #fff;
}

.Bgcolor1 {
    background-color: #3E9FB6;
}

.color1 {
    border: solid thin #3E9FB6 !important;
}

.Bgcolor2 {
    background-color: #AEBD91;
}

.color2 {
    border: solid thin #AEBD91 !important;
}

.Bgcolor3 {
    background-color: #00B7E1;
}

.color3 {
    border: solid thin #00B7E1 !important;
}

.Bgcolor4 {
    background-color: #8A8199;
}

.color4 {
    border: solid thin #8A8199 !important;
}

.Bgcolor5 {
    background-color: #FEAC10;
}

.color5 {
    border: solid thin #FEAC10 !important;
}

.Bgcolor6 {
    background-color: #932192;
}

.color6 {
    border: solid thin #932192 !important;
}

.Bgcolor7 {
    background-color: #59BAD0;
}

.color7 {
    border: solid thin #59BAD0 !important;
}

.Bgcolor8 {
    background-color: #C1372C;
}

.color8 {
    border: solid thin #C1372C !important;
}

.pict-rounded {
    padding: 10px 10px;
    width: 100%;
    max-height: 300px;
    max-width: 300px;
}

.bordercolor-default {
    border: solid thin #16aae0;
}

.diagonal {
    /*width:100px;
    height:40px;
    background-color:blue;
    border:1px solid black;*/
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    display: inline-block;
    margin: 10px;
}

.displayMiddle {
    position: relative;
    top: 50% !important;
    left: 50% !important;
}

.hiddenColumn {
    display: none;
}

.lnkDashboardOrange {
    color: #f0ad4e !important;
}

.lnkDashboardWhite {
    color: #fff !important;
}

.backdrop {
}

.overlap {
    position: relative !important;
    top: -70px;
    /*left: 30px;*/
    overflow: no-display;
}

.overlap2 {
    position: relative !important;
    top: -30px;
    /*left: 30px;*/
    overflow: no-display;
}

.backgroundColorForEmployees {
    /*background-color: #444040;*/
    background-color: #625c5c;
    min-height: 100vh;
}

.backgroundColorForApprovers {
    background-color: #efefef;
    min-height: 100vh;
}

.backColorDashViolet {
    background-color: #9982CE;
}

.borderColorDashViolet {
    border: solid thin #9982CE;
    /*color: #7A59BF;*/
}

.backColorDashOrange {
    background-color: #F7BC5B;
}

.borderColorDashOrange {
    border: solid thin #F7BC5B;
    /*color: #F7BC5B;*/
}

.backColorDashPink {
    background-color: #FF4A98;
}

.borderColorDashPink {
    border: solid thin #FF4A98;
    /*color: #FF4A98;*/
}

.backColorDashRed {
    background-color: #FF4F60;
}

.borderColorDashRed {
    border: solid thin #FF4F60;
    /*color: #FF4F60;*/
}

.backColorDashBlue {
    background-color: #5596EF;
}

.borderColorDashBlue {
    border: solid thin #5596EF;
    /*color: #5596EF;*/
}

.backColorDashLightBlue {
    background-color: #37C6D5;
}

.borderColorDashLightBlue {
    border: solid thin #37C6D5;
    /*color: #37C6D5;*/
}

.backColorDashGreen {
    background-color: #63D267;
}

.borderColorDashGreen {
    border: solid thin #63D267;
    /*color: #63D267;*/
}

.backColorDashGray {
    background-color: #929292;
}

.borderColorDashGray {
    border: solid thin #929292;
}

.one {
    background: #FFC145;
    position: relative;
}

.one__iconn {
    background: rgba(0,0,0,.3);
    color: rgba(0,0,0,.3);
    width: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 15px;
    display: grid;
    place-items: center;
    font-size: 2em;
}

.one:after,
.one::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #FFC145;
    bottom: 0;
}

.one::before {
    right: 50%;
    transform: skew(0, 20deg);
}

.one::after {
    left: 50%;
    transform: skew(0, -20deg);
}

.two {
    background: #FF6B6C;
    margin-bottom: -10vw;
    position: relative;
    z-index: 10;
}

.two__image {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

.itemCategory {
    width: 100%;
    margin: 5px auto;
    display: flex;
    flex-wrap: wrap;
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding: 5px;
}

.box_category {
    /*padding: 10px 10px;*/
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    transition: 0.25s;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    height: 100%;
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 10px;
}

    .box_category:hover {
        transform: scale(1.1)
    }

.bg, .bg2, .bg3 {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bg {
        -webkit-clip-path: polygon(72% 74%, 100% 22%, 100% 100%, 5% 100%);
    clip-path: polygon(72% 74%, 100% 22%, 100% 100%, 5% 100%);
    z-index: -1;
    background-color: #d3d3d3;
    background-image: url('../images/company.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
/*    z-index: -1;
    background-image: url('../images/clientBG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: left;
    background-position-y: top;
*/}

.bg2 {
    -webkit-clip-path: polygon(66% 69%, 100% 20%, 100% 100%, 5% 100%);
    clip-path: polygon(66% 69%, 100% 20%, 100% 100%, 5% 100%);
    z-index: -2;
    background-image: linear-gradient(to left, rgba(35, 58, 110, 1), rgba(211,211,211,0.8));
}

.bg3 {
    -webkit-clip-path: polygon(63% 67%, 100% 19%, 100% 100%, 5% 100%);
    clip-path: polygon(63% 67%, 100% 19%, 100% 100%, 5% 100%);
    z-index: -3;
    background-color: #0B7AB7;
}

.plain {
    text-decoration: none !important;
    color: GrayText !important;
}

.amsCheck {
    font-size: 20px;
}

.amsCheckLbl {
    font-size: 16px;
}


.gridviewTight {
    color: #777;
    /*color: #000000;*/
    width: 100%;
    background: none;
}

    .gridviewTight td {
        border-top: solid thin #dddddd;
        border-bottom: solid thin #dddddd;
        padding: 5px 4px 5px 4px;
        text-align: left !important;
    }

    .gridviewTight th {
        padding: 5px 2px 5px 2px;
        text-align: left;
    }

        .gridviewTight th a {
            color: #003300;
            text-decoration: none;
        }

            .gridviewTight th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridviewTight td a {
        color: #003300;
        text-decoration: none;
        text-align: left;
    }

        .gridviewTight td a:hover {
            color: red;
            text-decoration: underline;
        }

.gridViewTightHeader {
    background-color: #0066CC;
    background-color: #177a9b;
    color: #FFFFFF;
    text-align: left;
}

.gridViewTightRow {
    /*background-color: #dddddd;*/
    background-color: none;
    color: #000000;
}

.gridViewTightAltRow {
    /*background-color: #FFFFFF;*/
    /*color: #000000;*/
    color: #686868;
    background-color: none;
}

.gridViewTightSelectedRow {
    background-color: #FFCC00;
    background-color: #a8dbf0;
    background-color: #99CCFF;
    color: #666666;
}

/* Of course, this doesn't work with IE6. Works fine with Firefox, though. */
.gridviewTight tr.gridViewTightRow:hover td, .gridviewTight tr.gridViewTightAltRow:hover td {
    /*background-color: #CCCCCC;
    background-color: #99CCFF !important;*/
    background-color: #ddd;
    color: #000000;
}

.gridViewTightPager {
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

    .gridViewTightPager td {
        padding: 3px;
    }

        .gridViewTightPager td a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .gridViewTightPager td a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

    /* The currently selected page number is rendered by ASP.NET in a span tag in the td. */
    .gridViewTightPager span {
        color: #000000;
    }


/*.gridview {
    border: solid thin #dddddd;
    color: #777;
    color: #000000;
    width: 100%;
    background: none;
}

.gridview td  {
    padding: 5px 4px 5px 4px;
}

.gridview th {
    padding: 5px 4px 5px 4px;
    text-align: left;
}

.gridview th a{
    color: #003300;
    text-decoration: none;
}

.gridview th a:hover{
    color: #003300;
    text-decoration: underline;
}

.gridview td a{
    color: #003300;
    text-decoration: none;
}

.gridview td a:hover {
    color: red;
    text-decoration:underline;     
}

.gridViewHeader {
    background-color: #0066CC;
    background-color: #177a9b;
    color: #FFFFFF;
    text-align: left;
}

.gridViewRow {
    background-color: #99CCFF;
    background-color: #dddddd;
    color: #000000;
}

.gridViewAltRow {
    background-color: #FFFFFF;
    background-color: none;
    color: #000000;
}

.gridViewSelectedRow {
    background-color: #FFCC00;
    background-color: #a8dbf0;
    background-color: #99CCFF;
    color: #666666;
}

.gridview tr.gridViewRow:hover td, .gridview tr.gridViewAltRow:hover td {
    background-color: #CCCCCC;
    background-color: #99CCFF !important;
    color: #000000; 
}

.gridViewPager 
{
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

.gridViewPager td  {
    padding: 3px;
}

.gridViewPager td a {
    color: #FFFFFF;
    text-decoration: none;
}

.gridViewPager td a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.gridViewPager span {
    color: #000000;
}
*/

.gridview {
    color: #777;
    color: #000000;
    width: 100%;
    background: none;
}

    .gridview td {
        border-top: solid thin #dddddd;
        border-bottom: solid thin #dddddd;
        padding: 5px 4px 5px 4px;
        text-align: left !important;
    }

    .gridview th {
        padding: 5px 2px 5px 2px;
        text-align: left;
    }

        .gridview th a {
            color: #003300;
            text-decoration: none;
        }

            .gridview th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridview td a {
        color: #003300;
        text-decoration: none;
        text-align: left;
    }

        .gridview td a:hover {
            color: red;
            text-decoration: underline;
        }

.gridViewHeader {
    background-color: #0066CC;
    background-color: #177a9b;
    color: #FFFFFF;
    text-align: left;
}

.gridViewRow {
    /*background-color: #dddddd;*/
    background-color: none;
    color: #000000;
}

.gridViewAltRow {
    /*background-color: #FFFFFF;*/
    /*color: #000000;*/
    color: #686868;
    background-color: none;
}

.gridViewSelectedRow {
    /*background-color: #FFCC00;
    background-color: #a8dbf0;
    background-color: #99CCFF;*/
    /*background-color: none;*/
    color: #666666;
    background-color: #fff;
}

/* Of course, this doesn't work with IE6. Works fine with Firefox, though. */
.gridview tr.gridViewRow:hover td, .gridview tr.gridViewAltRow:hover td {
    /*background-color: #CCCCCC;
    background-color: #99CCFF !important;*/
    background-color: #ddd;
    /*color: #000000;*/
}

.gridViewPager {
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

    .gridViewPager td {
        padding: 3px;
    }

        .gridViewPager td a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .gridViewPager td a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

    /* The currently selected page number is rendered by ASP.NET in a span tag in the td. */
    .gridViewPager span {
        color: #000000;
    }

#divGridView {
    margin-top: 1.5em;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px silver;*/
    border-radius: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}



.gridviewMono {
    color: #777;
    color: #ffffff;
    /*color: #000000;*/
    width: 100%;
    background: none;
}

    .gridviewMono td {
        border-top: solid thin #dddddd;
        border-bottom: solid thin #dddddd;
        padding: 5px 4px 5px 4px;
        text-align: left !important;
    }

    .gridviewMono th {
        padding: 5px 2px 5px 2px;
        text-align: left;
    }

        .gridviewMono th a {
            color: #003300;
            text-decoration: none;
        }

            .gridviewMono th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridviewMono td a {
        color: #003300;
        text-decoration: none;
        text-align: left;
    }

        .gridviewMono td a:hover {
            color: red;
            text-decoration: underline;
        }

.gridviewMonoHeader {
    /*background-color: #0066CC;
    background-color: #177a9b;*/
    color: #FFFFFF;
    text-align: left;
}

.gridviewMonoRow {
    background-color: none;
    color: #000000;
    color: #ffffff;
}

.gridviewMonoAltRow {
    color: #686868;
    color: #dedede;
    background-color: none;
}

.gridviewMonoSelectedRow {
    color: #666666;
}

/* Of course, this doesn't work with IE6. Works fine with Firefox, though. */
.gridviewMono tr.gridviewMonoRow:hover td, .gridviewMono tr.gridviewMonoAltRow:hover td {
    background-color: #ddd;
    color: #000000;
}

.gridviewMonoPager {
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

    .gridviewMonoPager td {
        padding: 3px;
    }

        .gridviewMonoPager td a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .gridviewMonoPager td a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

    /* The currently selected page number is rendered by ASP.NET in a span tag in the td. */
    .gridviewMonoPager span {
        color: #000000;
    }

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.text-black {
    color: #000000;
}

.v100 {
    height: 100vh;
    padding: 40px 20px;
}

.w-100 {
    width: 100%;
}

.h-100 {
    /*height: 100%;*/
    min-height: 600px;
    max-height: 100vh;
}


.p-2 {
    padding: 2px 2px;
}

.py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.px-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.errMessage {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border: solid thin white;
}

.gridview-padding {
    padding-left: 6px;
    padding-right: 6px;
    text-align: right;
}
