﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/GOTHIC.TTF');
}

body {
    font-family: Century Gothic;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
}

.wrapper, html {
    padding: 0px;
    margin: 0px;
}

.logo {
    width: 30%;
    min-width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    background-color: white;
    height: 66px;
    margin: 0px;
}

.nav-bar2 {
    background-color: #a22326;
    position: fixed;
    width: 100%;
    z-index: 99999;
    /*min-width:1200px; */
}

    .nav-bar2 table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

        .nav-bar2 table td, table th {
            padding: 0;
        }

.nav-bar3 {
    display: none;
    z-index: 999999 !important;
    position: fixed;
}

.logo img {
    margin-top: 10px;
    float: right;
    margin-right: 20px !important;
}

.nav2 {
    max-width: 69%;
    min-width: 800px;
    background-color: #a22326;
    display: inline-block;
    vertical-align: middle;
    height: 66px;
    /**background-image: url('images/navcurve.png');*/
    background-repeat: no-repeat;
    margin-left: -5px;
    padding: 0px;
}

.nav3 {
    width: 100%;
    background-color: #a22326;
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    /**background-image: url('images/navcurve.png');*/
    background-size: 20px 110px;
    background-repeat: no-repeat;
    margin-left: -5px;
    padding: 0px;
}


.nav2 ul {
    height: 66px;
    padding: 0px;
    vertical-align: top;
    margin: 0px;
    margin-left: 30px;
}

.nav2 li {
    display: inline;
    height: 66px;
}

    .nav2 li a {
        display: inline-block;
        color: white;
        font-family: Century Gothic;
        text-decoration: none;
        padding: 6px;
        margin-left: 10px;
        height: 54px;
        text-align: middle;
        line-height: 54px;
    }

        .nav2 li a:hover {
            background-color: #425468;
        }

        .nav2 li a.act {
            background-color: #425468;
        }

.nohover hover {
    background-color: transparent !important;
}

.spanish {
    padding: 5px;
    background-color: #ca4145;
    border-width: 0px 0px 0px 0px;
    border-style: dotted;
    border-color: white;
    display: inline;
}

    .spanish:hover {
        padding: 5px;
        background-color: #425468;
        border-width: 0px 0px 0px 0px;
        border-style: dotted;
        border-color: white;
        display: inline;
    }


.top-slider img {
    width: 100%;
    min-width: 1024px;
    margin-top: 66px;
}

.mega-menu, .product-menu {
    z-index: 99999;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: #425468;
    max-width: 1000px;
    opacity: .9;
    width: 80%;
    height: 210px;
    display: none;
    top: 66px;
}

.mobile-menu {
    z-index: 99999;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: #425468;
    opacity: .9;
    width: 100%;
    display: none;
    top: 66px;
    padding: 20px;
}

    .mobile-menu a {
        color: white;
    }

.slide {
    min-width: 1024px;
    width: 100%;
    text-align: center;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

    .slide img {
        width: 100%;
    }

.top-social {
    position: absolute;
    display: inline-block;
    top: 8px;
    margin-left: 10px;
    width: 200px;
}

    .top-social a {
        height: 30px !important;
        margin-left: 0px !important;
    }

    .top-social img {
        opacity: 1;
    }

        .top-social img:hover {
            opacity: .6;
            background-color: transparent !important;
        }

    .top-social a:hover {
        background-color: transparent !important;
    }

.b-social {
    width: 220px;
    color: white;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 66px;
    border-width: 0px 2px 0px 2px;
    border-style: dotted;
    border-color: white;
    font-size: 12px;
    height: 100%;
}

    .b-social img {
        margin-top: 15px;
        margin-left: 5px;
    }

    .b-social img {
        opacity: 1;
    }

        .b-social img:hover {
            opacity: .6;
            background-color: transparent !important;
        }

    .b-social a:hover {
        background-color: transparent !important;
    }

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctr-parent {
    text-align: center;
}

.ctr-child {
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
}

.footer {
    /*background-color: #a22326;
    height: 55px;*/
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    background-color: #a22326;
    height: 55px;
    color: white;
    margin-bottom: 12px;
}

.footer-logo {
    width: 30%;
    display: inline-block;
    /*vertical-align: top;*/
    margin: 0px;
    padding: 0px;
}

    .footer-logo img {
        margin-top: 10px;
        float: right;
    }

.footer-links {
    width: 40%;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}

.footer-social {
    width: 220px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 66px;
    border-width: 0px 2px 0px 2px;
    border-style: dotted;
    border-color: white;
    font-size: 12px;
    height: 100%;
}

    .footer-social img {
        margin-top: 15px;
        margin-left: 5px;
    }

.slide1bg {
    background-image: url('images/opportunity.png');
    background-repeat: no-repeat;
    background-size: 1400px auto;
    background-position: center;
    max-width: 1024px;
    min-width: 1024px;
    max-height: 512px;
    min-height: 512px;
}

.slide5bg {
    background-repeat: no-repeat;
    background-size: 200px;
    width: 1000px;
    min-height: 550px;
}

.slide5bg2 {
    background-image: url('images/ourstory.png');
    background-repeat: no-repeat;
    background-size: 350px;
    width: 1000px;
    min-height: 750px;
}

#slide-1 {
    background-image: url('images/opportunitybg.jpg');
    min-height: 512px;
}


#slide-2 {
    background-image: url('images/opportunity2.jpg');
    background-position: center;
}

#slide2c {
    width: 100%;
    color: white;
    padding-top: 30px;
    height: 550px;
}

#s2c {
    display: none;
    width: 100%;
}

.largetext {
    font-size: 35px;
}

#large2 {
    display: inline-block;
    position: relative;
    color: white;
    border-style: dotted;
    border-color: white;
    border-width: 2px 0px 2px 0px;
    margin-top: 0%;
    padding: 5px;
}

#small2 {
    display: inline-block;
    position: relative;
    padding: 10px;
    color: white;
}


#slide-4 {
    background-image: url('images/coffee2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-width: 1024px;
    height: 550px;
}

#slide-4c {
    max-width: 1024px !important;
}

.foursteps {
    display: none;
    font-size: 35px;
}


#slide-8 {
    background-image: url('images/getstartedsp2.jpg');
    background-position: center;
    background-repeat: repeat-x;
    min-height: 450px;
    color: white;
}

#box {
    display: none;
}

#usa {
    display: none;
    position: relative;
    margin-top: -100px;
    margin-left: -90%;
    width: 150px;
}

#box img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-left: 150px;
}

#gs {
    display: none;
    cursor: pointer;
}


.smwhite {
    color: white;
    font-size: 20px;
    text-align: left;
}

#slide-5 {
    background-size: cover;
    background-position: center;
    height: 800px;
    overflow-y: hidden;
    color: white;
    background-repeat: no-repeat min-width: 1024px;
}



#slide-7 {
    background-size: 100%;
    background-position: 200px 0px;
    min-width: 100%;
    height: 800px;
    overflow-y: hidden;
    color: white;
    background-repeat: no-repeat;
}

.mega-menu, .product-menu {
    padding: 10px;
    color: white;
}

    .mega-menu a, .product-menu a {
        color: white;
        text-decoration: none;
    }

        .mega-menu a:hover, .product-menu a:hover {
            color: #dadada;
            text-decoration: none;
        }


.system {
    color: black;
    display: block;
    font-size: 30px;
}

.compplan {
    color: #a09503;
    display: block;
    font-size: 30px;
}

#slide-6 td {
    color: #a09503;
}

@media (max-width: 1600px) {
    .nav li a {
        margin-left: 10px;
    }

    .logo {
        width: 20%;
        background-color: white;
    }
}


#mapc {
    display: none;
    position: relative;
    width: 800px;
    color: #d26900;
    left: 50%;
    margin-top: 250px;
    margin-left: -450px;
    border-color: #666666;
}

.mapbold {
    font-size: 30px;
    font-weight: bold;
    color: #aa0000;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: dotted;
    border-width: 0px 0px 0px 0px;
}



#menubutton {
    cursor: pointer;
}

@media screen and (max-width: 1250px) {

    .footer {
        display: none;
    }

    .nav-bar2 {
        display: none;
    }

    .nav-bar3 {
        display: block;
        background-color: #a22326;
        z-index: 999999 !important;
    }

        .nav-bar3 table {
            border-spacing: 0;
            border-collapse: collapse;
            width: 100%;
        }

            .nav-bar3 table td, table th {
                padding: 0;
            }

    .slick-initialized .slick-slide {
        margin-top: -70px;
    }

    /*.ganocafe5 {
        padding-top: 94px !important;
    }*/

    .top-slider img {
        margin-top: 180px !important;
    }
}

.mobile-menu {
    margin-top: 44px;
    z-index: 100 !important;
}

    .mobile-menu a {
        font-size: 50px;
    }

.lSSlideOuter .lSPager.lSpg {
    display: none;
}

.spanish2 {
    padding: 2px;
    background-color: #ca4145;
    color: white;
    margin-bottom: 3px;
}

.sline1 {
    display: inline-block;
    width: 800px;
    height: 10px;
    border-width: 0px;
    border-bottom: 2px;
    border-style: dotted;
    border-color: #aa0000;
}

.sline2 {
    display: inline-block;
    width: 800px;
    height: 10px;
    border-width: 0px;
    border-top: 2px;
    border-style: dotted;
    border-color: #aa0000;
}

.gano2 {
    min-height: 1000px;
}

.event-description {
    background-color: white;
    z-index: 999;
    position: relative;
}

.event-feed-img {
    margin-bottom: 10px;
    width: 295px;
    height: 197px;
}

.social {
    margin: 3px;
}

/*company.aspx css : start*/
span.rm {
    color: white;
    background: rgb(218, 218, 218);
    padding: 4px;
    float: right;
    margin-right: -9px;
    margin-top: 10px;
    border-radius: 3px;
}

.text-d {
    border: 1px solid rgb(210, 210, 210);
    padding: 15px;
    background: white;
    border-radius: 10px;
    z-index: 999;
}

.text-ds {
    border: 1px solid rgb(210, 210, 210);
    padding: 15px;
    background: white;
    border-radius: 10px;
    z-index: 999;
    padding-bottom: 6px;
}

.timeline {
    z-index: -1;
    background-image: url('images/companysp3.jpg');
    background-position: 0px 300px;
    background-repeat: no-repeat;
    height: 2400px;
    width: 1200px;
}

.coverc {
    background-color: white;
    opacity: .9;
    z-index: 100;
}

#topslide {
    background-image: url('images/2000s.jpg');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    height: 300px;
    width: 550px;
    top: 100px;
}

#c1 {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    height: 300px;
    width: 700px;
    top: 300px;
}

#c2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    height: 600px;
    width: 550px;
    top: 400px;
}

#c3 {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    height: 500px;
    width: 750px;
    top: 600px;
}

#c4 {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    height: 300px;
    width: 605px;
    top: 1005px;
}

#c5 {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    height: 300px;
    width: 605px;
    top: 1120px;
}

#c6 {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    height: 1150px;
    width: 605px;
    top: 1305px;
}

#c7 {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    height: 300px;
    width: 605px;
    top: 1450px;
}

#c8 {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    height: 300px;
    width: 605px;
    top: 1705px;
}

#c9 {
    position: absolute;
    left: 50%;
    margin-left: -43px;
    height: 600px;
    width: 605px;
    top: 1750px;
}

.expandbutton {
    font-size: 14px;
    display: block;
}

.expand {
    display: none;
    background: white;
}

/*use this */
#content1 {
    position: absolute;
    left: 50%;
    margin-left: -230px;
    width: 305px;
    top: 230px;
    font-size: 14px;
}

#content2 {
    position: absolute;
    left: 50%;
    margin-left: 330px;
    width: 305px;
    top: 450px;
    font-size: 14px;
}

#content3-video {
    position: absolute;
    left: 50%;
    margin-left: -530px;
    width: 295px;
    top: 410px;
    font-size: 14px;
}

#content3 {
    position: absolute;
    left: 50%;
    margin-left: -530px;
    width: 295px;
    top: 830px;
    font-size: 14px;
}

#content4 {
    position: absolute;
    left: 50%;
    margin-left: 270px;
    width: 305px;
    top: 750px;
    font-size: 14px;
}

#content5 {
    position: absolute;
    left: 50%;
    margin-left: -390px;
    width: 305px;
    top: 1150px;
    font-size: 14px;
}

#content6 {
    position: absolute;
    left: 50%;
    margin-left: 280px;
    width: 305px;
    top: 1260px;
    font-size: 14px;
}

#content7 {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    width: 405px;
    top: 1610px;
    font-size: 14px;
}

#content8 {
    position: absolute;
    left: 50%;
    margin-left: 230px;
    width: 305px;
    top: 1620px;
    font-size: 14px;
}

#content9 {
    position: absolute;
    left: 50%;
    margin-left: -540px;
    width: 395px;
    top: 1980px;
    font-size: 14px;
}

#content10 {
    position: absolute;
    left: 50%;
    margin-left: 0px;
    width: 505px;
    top: 2250px;
    font-size: 14px;
}
/* end use this */
/*company.aspx css : end*/