body {
    margin: 0px;
    padding: 0px;
    font-family: "Century Regular";
    width: 100%;
    height: 100%;
    color: black;
    min-width: 760px;
    -webkit-font-smoothing: antialiased;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

::-webkit-scrollbar { 
    display: none; 
}

#header {
    position: relative;
    height: 120px;
    width: 100%;
    background-color: white;
    background-image: url('images/fern.png');
    background-repeat: no-repeat;
}



#innerheader {
    position: relative;
    margin: auto;
    height: 120px;
    width: 75%;
    background-color: transparent;
    min-width: 768px;
}

#logo {
    margin-left: 5%;
    margin-top: 17px;
    height: 90px;
    position: absolute;
}

#innerheader a {
    text-decoration: none;
    color: black;
}

#innerheader ul {
    position: relative;
    min-width: 570px;
    width: 82%;
    display: inline;
    text-decoration: none;
    float: right;
    margin-top: 85px;
    list-style: none;
    padding: 0px;
    line-height: 16px;
}

#innerheader li span:after {
    content: '';
    display: block;
    background: black;
    height: 2px;
    margin-top: 10px;
    position: absolute;
    top: 16px;
    width: 0;
    transition: width .5s ease;
    margin: auto;
}

#innerheader li span:hover:after {
    width: 100%;
}

.active {
    border-bottom: 2px solid black;
}

#innerheader li {
    margin-left: 1%;
    margin-right: 2%;
    width: auto;
    display: inline;
    float: right;
    position: relative;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #0c0c0c;
}

#apparel {
    width: 70%;
    min-width: 760px;
    position: relative;
    height: 351px;
    margin: auto;
    padding-top: 90px;
}

#apparel img {
    width: 100%; 
    position: absolute;
    bottom: 0;
}

#item1 {
    position: relative;
    width: 27%;
    height: 100%;
    border-bottom: 1px black solid;
    float: left;
}

#item2 {
    position: relative;
    width: 27%;
    height: 100%;
    border-bottom: 1px black solid;
    margin-left: 9.5%;
    margin-right: 9.5%;
    float: left;
}

#item3 {
    position: relative;
    width: 27%;
    height: 100%;
    border-bottom: 1px black solid;
    float: left;
}

#us {
    height: 415px;
    width: 70%;
    min-width: 760px;
    padding-top: 90px;
    padding-left: 10px;
    margin: auto;
    font-family: "Century Regular";
}

.usp {
    text-align: center;
    font-size: 1.25em;
    margin-top: 10px;
    font-weight: 200;
    width: 65%;
    margin: auto;
}

.ush1 {
    text-align: left;
    margin-left: 20px;
    font-size: 3.5em;
    font-weight: 200;
}

.size {
    font-size: 1.3em;
    font-weight: 500;
}

#footer {
    height: 270px;
    width: 100%;
    position: relative;
    background-color: #0c0c0c;
    margin-top: 220px;
}

#inner-footer {
    height: 270px;
    width: 70%;
    margin: auto;
    position: relative;
}

#footleft {
    width: 45%;
    height: 270px;
    position: relative;
    float: left;
}

#footright {
    width: 45%;
    position: relative;
    height: 270px;
    float: left;
    margin-left: 10%;
}

#footernav {
    color: #bbb6b6;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    margin-top: 55px;
    height: 140px;
    float: left;
    width: 100%;
    font-size: 1em;
    padding-left: 20%;
}

#footernav a {
    color: #bbb6b6;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
}

#footernav a:hover {
    color: white;
}

#copyright {
    margin-top: 20px;
    text-align: left;
    color: #bbb6b6;
    float: left;
    width: 100%;
    padding-left: 20%;
}

#footercontact {
    float: right;
    margin-top: 55px;
    color: #bbb6b6;
    width: auto;
    height: 130px;
    padding-right: 20%;
}

#footercontact a {
    text-decoration: none;
    color: #bbb6b6;
}

#footercontact a:hover {
    color: white;
}

#contactp {
    width: 100%;
    height: auto;
}

#social {
    width:100%;
    height: 30px;
    float: right;
}

#facebook1 {
    height: 30px;
    float: right;
    margin-right: 15px;
}

#facebook {
    height: 30px;
    float: right;
}

#contactdiv {
    width: 70%;
    margin: auto;
    position: relative;
    height: 350px;
    margin-top: 80px;
}

#contactform {
    position: relative;
    margin-left: 25%;
    margin-top: 100px;
    float: left;
    width: 26%;
}

#contactform placeholder {
    color: #bbb6b6;
}

#name, #subject, #number {
    width: 100%;
    height: 25px;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #bbb6b6;
    color:;
    border: 1px solid #dfdfdf;
    background-color: white;
    font-family: "Century Regular";
}

#message {
    width: 99%;
    height: 50px;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #bbb6b6;
    border: 1px solid #dfdfdf;
    resize: none;
    font-family: "Century Regular";
}

#submitbutton {
    background-color: #0c0c0c;
    color: #bbb6b6;
    width: 100%;
    border: none;
    height: 25px;
    border-radius: 3px;
}

#submitbutton:hover {
    color: white;
    cursor: pointer;
}

#contactus {
    width: 26%;
    height: 243px;
    float: left;
    margin: 120px 0px 0px 6%;
    color: #bbb6b6;
    background-color: #0c0c0c;
    border-radius: 3px;
    min-width: 200px;
}

#contactus a {
    color: #bbb6b6;
    text-decoration: none;
}

#contactus a:hover {
    color: white;
}

#contactusp {
    width: 100%;
    position: relative;
    margin: auto;
    padding-top: 20px;
}

.contactuspp {
    margin: auto;
    position: relative;
    width: 180px;
    text-align: center;
}


#faqdiv {
    width: 55%;
    position: relative;
    margin: auto;
    margin-top: 80px;
    height: auto;
}

.sponsorp {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

.sponsorp1 {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 30px;
    font-size: 1.2em;
}

#sponsorlogos {
    width: 90%;
    position: relative;
    padding-top: 80px;
    height: 500px;
    margin: auto;
}

#sponsorlogos img {
    position: relative;
    display: block;
    float: left;
    padding-left: 18%;
    width:150px;
    margin-bottom: 30px;
    height: 150px;
}

#testimonials {
    width: 55%;
    position: relative;
    margin: auto;
    margin-top: 80px;
    height: auto;
}

.testimonialimg {
    display: block;
    width: 65%;
    margin: auto;
    padding-top: 15px;
}

.testimonialq {
    font-size: 1.2em;
    color: black;
    padding-top: 30px;
    margin: auto;
    text-align: center;
}

.testimoniala {
    width: 83%;
    color: #717171;
    font-style: italic;
    font-size: 1.1em;
    text-align: center;
    margin: auto;
    padding-top: 20px;
}

.q {
    font-size: 1.2em;
    color: black;
    padding-top: 30px;
    padding-left: 12%;
}

.a {
    color: #717171;
    font-style: italic;
    font-size: 1.1em;
    padding-left: 12%;
}

 .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('images/a22.png') center center no-repeat;
            overflow: hidden;
        }

.jssora22l { background-position: -10px -31px; }

.jssora22r { background-position: -70px -31px; }

.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }

.jssora22l.jssora22ldn { background-position: -250px -31px; }

.jssora22r.jssora22rdn { background-position: -310px -31px; }

.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }

.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

@media screen and (max-width: 790px) {
    body {
        font-size: 0.8em;
    }
}