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

body {
    /* font-family: 'Darker Grotesque', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.fullcontainer {
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.container1410 {
    width: 100%;
    max-width: 1410px;
}

.headercontainer {
    min-height: 70px;
    background-color: #1d4121;
    border-bottom: 2px solid #d3b574;
    color: #fff;
    font-size: 14pt;
}


.headercontainer a {
    color: #fff;
    text-decoration: none;
}

.headercontainer span {
    margin-right: 30px;
}

.goldcolor,
a.goldcolor {
    color: #d3b574;
}

.topcontainer {

    max-width: 1920px;
    margin: 0 auto;
    background-color: #ededed;
    background-image: url('../img/background.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.graybg {
    background-color: #ededed;
}

.logo {
    margin-top: 10px;
}

.fontlight {
    font-weight: 300;
}

a.fontlight {
    font-weight: 300;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

a:hover {
    text-decoration: none;

}

h1.top1 {
    font-size: 30pt;
    color: #1d4121;
    font-weight: 400;
}

h2.top2 {
    font-size: 36pt;
    color: #1d4121;
    font-weight: 800;
    margin-top: -20px;
    margin-bottom: -12px;
}

.btngold {
    background-color: #d3b574;
    border-radius: 10px;
    padding: 6px 25px 10px 25px;
}

a.btngold {
    font-size: 14pt;
    color: #fff;
    font-weight: 700;
}

a.btngold:focus {
    border-color: transparent;
    box-shadow: none;
}

.arrowTop {
    margin-top: 10px;
    margin-bottom: 30px;
}

.heightHome {
    min-height: 460px;
}

.content {
    color: #1d4121;
    font-size: 14pt;
    font-weight: 500;
}

.content h2 {
    font-weight: 700;
}

.sHIco {
    width: 60px;
    min-width: 50px;
    float: left;

}

.sHIcoWew {
    width: 50px;
    height: 50px;
    background-color: #d3b574;
    border-radius: 15px;
}

.ShTitle {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    /* width: 80%;*/

}


.ShTitle h3 {
    font-weight: 700;
    font-size: 18pt;

}

.shTitleBt h3 {

    color: #d3b574;
    font-weight: 300;
    margin-bottom: -2px;
}

.shTitleBt {
    margin-top: -5px;
    font-weight: 700;
    color: #1d4121;
    font-size: 14pt;
    line-height: 14pt;
}

.shTitleBt a {
    color: #1d4121;
}

.shContent {
    font-size: 14pt;
    /* width: 70%;*/
    margin-left: 100px;
    color: #1d4121;
}

.sHIcoM {
    width: 25%;
    min-width: 50px;
    float: left;

}

.ShTitleM {
    margin-left: 0px;
    width: 75%;
}

a.alink {
    font-weight: bold;
    color: #d3b574;
}

.specialcontainer {
    padding-bottom: 140px;
}

.helpContainer {
    background-color: #1d4121;
    border-radius: 40px;
    color: #fff;
    font-size: 18pt;
    margin-top: -120px;
    height: auto;
    padding: 50px;
    display: block;
    position: relative;
    background-image: url('../img/helpcontainerbg.png'), url('../img/helpcontainerbg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left 10% bottom 30px, right 10% bottom 30px;
}

.helpContainer h2 {
    color: #d3b574;
    font-weight: 700;
}

.helpContainerButton {
    background: #d3b574;
    color: #1d4121;
    border-radius: 15px;
    height: auto;
    font-weight: 700;
    position: absolute;
    display: block;
    bottom: -80px;
    padding: 10px 30px 10px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.helpContainerButton a {
    color: #1d4121;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.contactContainer {
    margin-top: 100px;
}

.contactContainer h2 {
    color: #1d4121;
    font-weight: 700;
    font-size: 24pt;
}

input[type=text],
input[type=email] {
    border: 1px solid #d3b574;
    border-radius: 15px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14pt;
    color: #d3b574;
}

input[type=text]:focus,
input[type=email]:focus {
    border-color: rgba(211, 181, 116, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(211, 181, 116, 0.6);
    outline: 0 none;
}

textarea {
    border: 1px solid #d3b574 !important;
    border-radius: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14pt;
    color: #d3b574 !important;
    ;
}

textarea:focus {
    border-color: rgba(211, 181, 116, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(211, 181, 116, 0.6) !important;
    outline: 0 none !important;
}

input[type=email]:focus {
    border-color: rgba(211, 181, 116, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(211, 181, 116, 0.6);
    outline: 0 none;
}

input[type=submit] {
    background-color: #1d4121;
    border-radius: 15px;
    padding: 10px 35px 10px 35px;
    color: #d3b574;
    font-weight: 700;
    font-size: 14pt;
    text-align: center;
    width: auto;
    height: auto;

}

input[type=submit]:focus {
    background-color: #1d4121;
    color: #d3b574;
    border-color: rgba(211, 181, 116, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(211, 181, 116, 0.6) !important;
    outline: 0 none !important;

}

#gmapframe {
    border-radius: 40px;
}

.footerContainer {
    background-color: #1d4121;
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
}

.arrowTop {
    cursor: pointer;
}

/* menu */
#menu-menutop-1 {
    list-style-type: none;
    float: right;

}

#menu-menutop-1 li {
    float: left;

}

#menu-menutop-1 li a {
    font-weight: 700;
    font-size: 12pt;
    color: #1d4121;
}

#menu-menutop-1 li ul li {
    width: 100%;
}


#menu-menutop-1 li ul li a:active:focus {

    background-color: #fff !important;
}


#menu-menutop>li:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px;
    background: #fff;
    margin-left: -5px;
}

#menu-menutop {
    list-style-type: none;
}

#menu-menutop li {
    list-style-type: none;
    text-align: center;

}

#menu-menutop {
    margin-left: -30px;
}

#menu-menutop li a {
    font-weight: 700;
    font-size: 14pt;
    color: #fff;
    margin-bottom: 10px;
}

#menu-menutop li ul li {
    width: 100%;
}

#menu-menutop li ul {
    margin-left: -45px;
}


.heightSub {
    min-height: 220px;
}

.pagename {

    min-height: 50px;
    padding-top: 15px;
    background-image: url('../img/sub_title.png');
    background-position: right -20% top 0%;
    background-repeat: no-repeat;
    width: 100%;

}

.pagename h2 {
    color: #1d4121;
    font-weight: 700;
}


.pagenamex {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}

.pagenamex2 {
    background-color: #fff;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}

.pagenamex2 h2 {
    padding-top: 15px;
    color: #1d4121;
    font-weight: 700;
}

.max245 {
    /* max-width: 120px;*/
}



.specialHomeM {
    display: inline-block;
    width: 100%;
    height: auto;

}





/*rwd */
@media (max-width: 768px) {
    .helpContainer {

        background-image: url('../img/helpcontainerbg.png'), url('../img/helpcontainerbg.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left 1% bottom 30px, right 1% bottom 30px;
    }

    .headercontainer span {
        margin-right: 0px;
    }

    .zindex {
        z-index: 200;

    }

    a.fontlight {
        color: #fff;
    }


    .helpContainer {
 
        background-image: none, none;

    }

}