@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.eot');
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff'), url('../fonts/Quicksand-Regular.ttf') format('truetype'), url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.eot');
    src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff'), url('../fonts/Quicksand-Bold.ttf') format('truetype'), url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
    margin: 0;
    font-family: 'Quicksand';
	height:100%;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	height:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
b,
strong {
    font-weight: bold;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    margin: 0px;
    max-width: 100%;
}
p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
h1,
h2,
h3,
h4 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
}
ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.web-cover{
   min-height:100%;
   position:relative;

}
a.logo {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 150px;
    height: auto;
    text-decoration: none;
    margin-left: 0px;
}
a.logo img {
    margin-top: 78.5px;
}
.site-header {
    background: #000;
    min-height: 320px;
    position: relative;
}
h1 {
    font-size: 58px;
    font-weight: bold;
    color: #97c21e;
    margin: 74px 0 22px 0;
    line-height: 1;
}
h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
p {
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
    margin: 22px 0;
}
.clear {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav {
    width: 100%;
    font-weight: 400;
    font-weight: normal;
    position: relative;
}
nav ul {
    padding: 0;
    margin-top: 172px;
}
nav li {
    display: inline;
    float: left;
}
nav a {
    color: #97c21e;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 30px;
    font-weight: bold;
}
nav a:hover {
    border-bottom: 3px solid #97c21e;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
}

.menu-item-activ {
    border-bottom: 3px solid #97c21e;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
}



nav a#pull {
    display: none;
    background: url(../img/hamburger.svg) no-repeat;
    text-indent: -9999px;
    border: none;
}
nav a#pull.hide-butt {
    display: none;
    background: url(../img/close.svg) no-repeat;
    text-indent: -9999px;
    border: none;
}
.site-footer {
    width: 100%;
    background: #000;
    min-height: 75px;
    line-height: 75px;
    color: #97c21e;
    margin-top: 60px;
    font-size: 18px;
	position:absolute;
   bottom:0;
   width:100%; 
}

.site-footer a{
    color: #97c21e;
	text-decoration: none;
}




nav li:first-child a {
    margin-left: 0px;
}
.content{
	padding-bottom: 130px;
}
.content a {
    color: #97c21e;
    text-decoration: none;
}
.content a:hover {
    border-bottom: 1px solid #97c21e;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
}
.content p{
	padding-right: 40px;
}
@media only screen and (max-width: 1342px) {
.col-sm-10 {
    width: 80%;
}
.col-sm-2 {
    width: 20%;
}
a.logo {
    margin-left: 40px;
}
}
@media only screen and (max-width: 1260px) {
    .site-footer {
        font-size: 13px;
    }
    a.logo {
        width: 130px;
    }
    .site-header {
        min-height: 300px;
    }
    nav ul {
        margin-top: 156px;
    }
    nav a {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    a.logo {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 1024px) {
    nav {
        position: static;
    }
    nav a#pull {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 20px;
        right: 48px;
        z-index: 999999;
    }
    .site-header {
        min-height: 270px;
    }
    ul.clearfix {
        display: none;
    }
    nav ul {
        display: block;
        float: none;
        width: 100%;
        padding-bottom: 100%;
    }
    nav li {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    nav li a {
        display: block;
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    nav a:hover {
        border-bottom: 0px solid transparent;
        -webkit-transition: all ease .1s;
        -moz-transition: all ease .1s;
        transition: all ease .1s;
    }
  
  .menu-item-activ {
           border-bottom: 0px solid transparent;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
}
  
  
    .col-sm-10 {
        width: 100%;
    }
    .col-sm-2 {
        width: 100%;
    }
    nav a {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    nav a#pull.hide-butt {
        display: block;
    }
    nav li:first-child a {
        margin: 0px;
    }
    a.logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 200px;
    }
    a.logo img {
        margin-top: 26px;
    }
    nav ul {
        margin-top: 80px;
    }
    .site-footer {
        font-size: 16px;
    }
    .site-header .col-sm-2 {
        position: static;
    }
    .site-header .col-sm-10 {
        position: static;
    }
    .copyright {
        display: inline-block;
    }
    .content h1 {
        text-align: center;
        font-size: 40px;
    }
    .content h2 {
        text-align: center;
        font-size: 25px;
    }
    .content p {
        text-align: center;
        font-size: 25px;
    padding-right: 1px;
    
    }
    .content .row {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) {
    br.tablet-break {
        display: none;
    }
    .remove {
        display: inline;
    }
}
@media only screen and (max-width: 991px) {
    .site-footer {
        line-height: 1.2;
        text-align: center;
        padding: 20px 0;
        min-height: 0px;
    }
    .remove {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .site-header {
        min-height: 220px;
    }
    a.logo {
        width: 170px;
    }
    a.logo img {
        margin-top: 17.5px;
    }
}
@media only screen and (min-width: 501px) {
    br.mobile-break {
        display: none;
    }
    .remove-mobile {
        display: inline;
    }
}
@media only screen and (max-width: 500px) {
    .remove-mobile {
        display: none;
    }
    .site-footer {
        font-size: 14px;
    }
    nav a#pull {
        top: 14px;
        right: 20px;
    }
}