html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    transition: none;
}

a:hover {
    color: #54bf72;
    text-decoration: none;
}

*::-moz-selection { 
    background: #54bf72;
}

.greentext::-moz-selection { 
    background: rgba(255, 255, 255, 0.1);
}

*::selection { 
    background: rgba(84, 191, 114, 0.5);
}

.greentext::selection { 
    background: rgba(84, 191, 114, 0.1);
}

h1, .h1 {
    font-size: 38px;
    line-height: 50px;
}

h2, .h2 {
    font-size: 30px;
    line-height: 42px;
}

h3, .h3 {
    font-size: 20px;
    line-height: 33px;
}

/*
h3, .h3 {
    font-size: 22px;
    line-height: 31px;
}*/

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p1 {
    font-size: 17px;
    line-height: 29px;
}

/*
.p1 {
    font-size: 19px;
    line-height: 27px;
}*/

.p2 {
    font-size: 15px;
    line-height: 26px;
}

.p3 {
    font-size: 13px;
    line-height: 23px;
}

.nomar  {
    margin: 0}
.nomartop  {
    margin-top: 0}
.nomarbot  {
    margin-bottom: 0}
.nopad  {
    padding: 0}
.nopadleft  {
    padding-left: 0}
.nopadright  {
    padding-right: 0}
.padl30 {
    padding-left: 30px}
.padr30 {
    padding-right: 30px}

.text-uppercase {
    text-transform: uppercase}

.pad15 {
    padding: 15px}
.pad30 {
    padding: 30px}
.pad40 {
    padding: 40px}
.pad50 {
    padding: 50px}
.pad75 {
    padding: 75px}
.pad100 {
    padding: 100px}
.pad6030 {
    padding: 60px 30px }
.pad030 {
    padding: 0 30px }

.padtb250  {
    padding-top: 250px;
    padding-bottom: 250px}
.padtb150  {
    padding-top: 150px;
    padding-bottom: 150px}
.padtb125  {
    padding-top: 125px;
    padding-bottom: 125px}
.padtb100  {
    padding-top: 100px;
    padding-bottom: 100px}
.padtb75  {
    padding-top: 75px;
    padding-bottom: 75px}
.padtb50  {
    padding-top: 50px;
    padding-bottom: 50px}
.padtb25  {
    padding-top: 25px;
    padding-bottom: 25px}
.padtb15  {
    padding-top: 15px;
    padding-bottom: 15px}

.padb250 {
    padding-bottom: 250px}
.padb200 {
    padding-bottom: 200px}
.padb150 {
    padding-bottom: 150px}
.padb125 {
    padding-bottom: 125px}
.padb100 {
    padding-bottom: 100px}
.padb75  {
    padding-bottom: 75px}
.padb50  {
    padding-bottom: 50px}
.padb25  {
    padding-bottom: 25px}
.padt250  {
    padding-top: 250px}
.padt200  {
    padding-top: 200px}
.padt150  {
    padding-top: 150px}
.padt125  {
    padding-top: 125px}
.padt100  {
    padding-top: 100px}
.padt75  {
    padding-top: 75px}
.padt50  {
    padding-top: 50px}
.padt25  {
    padding-top: 25px}
.padt10  {
    padding-top: 10px}

.martb100  {
    margin-top: 100px;
    margin-bottom: 100px}
.martb75  {
    margin-top: 75px;
    margin-bottom: 75px}
.martb50  {
    margin-top: 50px;
    margin-bottom: 50px}
.martb25  {
    margin-top: 25px;
    margin-bottom: 25px}
    
.marb150 {
    margin-bottom: 150px}
.marb125 {
    margin-bottom: 125px}
.marb100 {
    margin-bottom: 100px}
.marb75 {
    margin-bottom: 75px}
.marb50 {
    margin-bottom: 50px}
.marb25 {
    margin-bottom: 25px}
.marb15 {
    margin-bottom: 15px}
.mart150 {
    margin-top: 150px}
.mart125 {
    margin-top: 125px}
.mart100 {
    margin-top: 100px}
.mart75 {
    margin-top: 75px}
.mart50 {
    margin-top: 50px}
.mart25 {
    margin-top: 25px}
.mart15 {
    margin-top: 15px}

.blackbg {
    background: #000;
}

.black2bg {
    background: #000;
}

.blackbgop02 {
    background: rgba(0, 0, 0, 0.02);
}

.greenbg {
    background: #54bf72;
}

.greenbgop20 {
    background-color: rgba(84, 191, 114, 0.2);
}

.greenbgop15 {
    background-color: rgba(84, 191, 114, 0.15);
}

.greenbgop09 {
    background-color: rgba(84, 191, 114, 0.09);
}

.greenbgop02 {
    background-color: rgba(84, 191, 114, 0.02);
}

.greenbgop1 {
    background-color: rgba(84, 191, 114, 0.1);
}

.greenbgop2 {
    background-color: rgba(84, 191, 114, 0.2);
}

.litgreenbg {
    background-color: #e2f5e5;;
}

.whitebg {
    background: #fff;
}

.offbg {
    background: #f3f3f3;
}

.blacktext {
    color: #000;
}

.black2text {
    color: #2f2f2f;
}

.whitetext {
    color: #fff;
}

.greentext {
    color: #54bf72;
}

.greentext03 {
    color: rgba(84, 191, 114, 0.3);
}

.normbut {
    padding: 7.5px 30px;
    color: #54bf72;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none !important;
}

.normbut:hover, .normbut:focus, .normfillbut {
    background: #54bf72;
    color: #fff;
}

.normfillbut:hover, .normfillbut:focus {
    background: none;
    color: #54bf72;
}

.revfillbut:hover, .revfillbut:focus {
    background: #54bf72;
    color: #FFF;
    margin-right: 15px;
}

.fw1 {
    font-weight: 100;
}

.fw2 {
    font-weight: 200;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}

button {
    border-radius: 0;
}

.ticker {
    margin-top: 58px;
}

.scrollTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #54bf72;
    z-index: 999999;
    cursor: pointer;
    transition: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.scrollTop span {
    color: #fff;
    font-size: 28px;
    padding: 10px 12px;
}

.imgcontainer img {
    width: 100%;
}
 
/* The dropdown button */

.findrop button, .findrop button:hover, .findrop button:active, .findrop button:focus, .findrop.open>.dropdown-toggle.btn-default, .findrop .btn-default:active:hover {
    min-width: 100%;
    color: #54bf72;
    border-radius: 0;
    background: none;
    text-align: left;
    outline: none !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border: none;
}

.findrop .dropdown-menu>li>a {
    padding: 0;
}

.findrop button span {
    float: right;
    border-width: 6px;
    margin-top: 6px;
}

.findrop .dropdown-menu {
    padding: 0 50px 15px 20px;
    margin-top: 0;
    border-radius: 0;
    border-top: 0;
    border: none;
    box-shadow: none;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
    width: 100%;
    display: block;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}

.findrop.open .dropdown-menu {
    transform: none;
}

.findrop .dropdown-menu>li>a:focus, .findrop .dropdown-menu>li>a:hover {
    background: rgba(84, 191, 114, 0.1);
}

@keyframes droppingout {
    0% { transform: rotateX(90deg);}
    100% { transform: none;}
}

@-moz-document url-prefix() { 
    .findrop button span {
        margin-top: -12px;
    }
}

/*@media (min-width: 1600px) {
    .container {width: 1400px}
}*/

@media (min-width: 1025px) and (max-width: 1199px) {
    .ticker {
        margin-top: 60px;
    }
    .container {
        /*width: 870px;*/
        /*width: 1070px;*/
        width: 1000px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    h1, .h1 {
        font-size: 31px;
        line-height: 40px;
    }
    h2, .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .p1 {
        font-size: 17px;
        line-height: 29px;
    }
    .p2 {
        font-size: 14px;
        line-height: 25px;
    }
    .p3 {
        font-size: 13px;
        line-height: 22px;
    }
    .nopadsm {
        padding: 0;
    }
    .pad15sm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad30sm {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .ticker {
        margin-top: 47px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ticker {
        margin-top: 54px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 25px;
        line-height: 32px;
    }
    h2, .h2 {
        font-size: 19px;
        line-height: 25px;
    }
    h3, .h3 {
        font-size: 16px;
        line-height: 30px;
    }
    /*.p1 {
        font-size: 13px;
        line-height: 21px;
    }*/
    .p1 {
        font-size: 16px;
        line-height: 30px;
    }
    .p2 {
        font-size: 14px;
        line-height: 25px;
    }
    .p3 {
        font-size: 12px;
        line-height: 21px;
    }
    .nopadxs {
        padding: 0;
    }
    .pad15xs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad30xs {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wp-pagenavi span { 
        display: inline-block; 
    } 
    .kctitle {
        padding-top: 50px;
        margin-top: 0;
    }
    .scrollTop {
        bottom: 12px;
        right: 12px;
        height: 40px;
        width: 40px;
        display: none !important;
    }
    .scrollTop span {
        font-size: 24px;
        padding: 7px 9px;
    }
    .elm-wrapper .elm-button:hover {
        background: none;
        color: #000;
    }
    .ticker {
        margin-top: 54px;
    }
}

/*@media (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 480px;
    }
}*/