body,html{
	height:100%	;
    font-family: 'Raleway', sans-serif;
    background: #333;
    font-size: 16px;
    line-height: 22px
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700
}
strong{
    font-weight: 700
}
a{
    color: #6a8d00;
}
a:hover{
	text-decoration:none
}
.amatic{
    font-family: 'Amatic SC', cursive;
}
.mb0{
    margin-bottom: 0px !important
}
.mb10{
    margin-bottom: 10px !important
}
.mb20{
    margin-bottom: 20px !important
}
.mb30{
    margin-bottom: 30px !important
}
.mb40{
    margin-bottom: 40px !important
}
.mb50{
    margin-bottom: 50px !important
}
#top-header{
    background: #6a8d00;
    color: #fff;
    padding: 5px 0px
}
#sponsor{
    padding: 50px 0px;
    background: #fff;
}
.faq-block{
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc
}
#header-count{
    float: left;
    line-height: 32px
}
#header-register{
    float: right
}
#header-register a{
    display: block;
    float: left;
    background: #486000;
    color: #fff;
    padding: 7px 20px;
    margin-left: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px
}
#header-register a:hover{
    background: #fff;
    color: #333
}
#bottom-header{
    background: #fff;
    padding: 10px 0px
}
#bottom-header.sticky{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

#logo{
    float: left
}
#main-menu{
    float: right
}
#main-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none
}
#main-menu ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left
}
#main-menu ul li a{
    display: block;
    padding: 7px 15px;
    text-transform: uppercase;
    line-height: 67px;
    font-family: 'Amatic SC', cursive;
    color: #6a8d00;
    font-size: 30px;
}
#main-menu ul li a:hover{
    color: #000
}
#why-recycle{
    padding-top: 50px;
    background: url(../images/why-bg.jpg) repeat-x center bottom #6a8d00;
    padding-bottom: 100px
}
.why-block{
    text-align: center;
    color: #fff
}
.why-block h2{
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 30px;
}
.why-block img{
    width: 194px !important;
    height: auto;
    margin: 0 auto;
}
.title{
    background: url(../images/title-bg.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1
}
#why-carousel, #why-recycle{
    position: relative;
    padding-left:50px;
    padding-right: 50px;
}
#why-prev{
    position: absolute;
    top: 40%;
    margin-top:-25px;
    left: 20px
}
#why-next{
    position: absolute;
    top: 40%;
    margin-top:-25px;
    right: 20px
}
#how-recycle{
    background: url(../images/how-bg.jpg) repeat center top;
    padding-top: 20px
}
.title2{
    background: url(../images/title-bg2.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    color: #362f2d;
    line-height: 1
}
#how-bullet{
    text-align: center;
    background: url(../images/how-lbullet-line.png) no-repeat center center
}
#how-bullet a{
    text-align: center;
    width:40px;
    display: inline-block;
    height: 40px;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    background: #736357;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    margin: 0px 5px;
}
#how-bullet a.active{
    background: #6a8d00
}
#how-slider{
    text-align: center
}
#how-slider .owl-controls,#how-slider-mob .owl-controls {
    display: none;
}{
    display: none
}
#what-recycle{
    background: url(../images/what-bg.jpg) repeat center center;
    padding: 50px 0px
}
.what-block{
    text-align: center;
    margin-bottom: 30px
}
.what-block img{
    margin: 0 auto;
    margin-bottom: 20px
}
.what-block h3{
    background: #e1d1bc;
    color: #000;
    text-align: center ;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding: 8px 0px;
    font-size: 30px;
    max-width: 300px;
    margin: 0 auto
    
}
.what-block h3:hover{
    background: #beb09e;
    
}
#contact{
    background: url(../images/how-bg.jpg) repeat center top;
    padding: 50px 0px
}
#contact-form label{
    text-transform: uppercase;
    font-size: 12px
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#how-carousel{
    max-width: 500px;
    margin: 0 auto;
}
.btn-submit {
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    background-color: #6a8d00;
    border-color: #6a8d00;
}
.btn-submit:hover {
    color:#6a8d00;
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
}
#copyright{
    padding: 20px 0px;
    background: #6a8d00;
    color: #fff
}
#copyright p{
    margin-bottom: 0px;
    font-size: 12px;
    float:left 
}
#footer-menu{
    margin-bottom: 0px;
    font-size: 12px;
    float:right 
}
#footer-menu a{
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff;
    margin-left: 20px
}
#breadcrumbs{
    background: url(../images/breadcrumb.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0px 60px 0px
}
#breadcrumbs h3{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px
}
#breadcrumbs-content{
    font-size: 12px;
    color: #fff
}
#content{
    background: #e8e8e8
}
#content-inner{
    background: #fff;
    margin-top: -30px;
    padding: 40px;
    margin-bottom: 30px
}
.article-title{
    font-size: 34px;
    line-height: 38px;
    margin-top: 0px
}
#featured-img{
    width: 100%;
    margin: 20px 0px
}
#breadcrumbs.register-breadcrumbs{
    background: url(../images/breadcrumb-register.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0px 60px 0px
}
#register-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1
}
#register-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contact-form label.error {
    text-transform: capitalize;
    font-size: 11px;
    color: firebrick
}
#content.login{
    padding: 100px 0px
}
.btn-default {
    color: #fff;
    background-color: #99cc00;
    border-color: #99cc00;
}
#bottom-header.sticky #logo img{
    width: 150px;
}
#logo img{
    transition: all 0.5s ease;
}
#bottom-header.sticky #main-menu ul li a {
    display: block;
    padding: 7px 15px;
    text-transform: uppercase;
    line-height: 37px;
    font-family: 'Amatic SC', cursive;
    color: #6a8d00;
    font-size: 30px;
}
#form-thank-you {
    text-align: center;
    display: none
}
#form-thank-you h4{
    text-align: center;
    line-height: 1.5
}
#form-thank-you a{
    padding: 10px 30px
}
#contact-form button #loading-cog{
    display: none
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #6a8d00;
    border: 1px solid #6a8d00;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs {
    border-bottom: 3px solid #6a8d00;
}
.tab-content{
    display: block;
    padding-top: 20px
}
#header-social{
	float:right
}
#header-social a{
	float:left;
	color:#fff;
	font-size:13px;
	line-height:32px;
	margin-right:15px
}
#header-social a i{
	margin-right:5px
}
/* Extra Small */
@media(max-width:767px){
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
    }
   #why-carousel, #why-recycle {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }
    #logo img{
        width: 150px;
        height: auto
    }
    .title {
        font-size: 30px;
    }
    #why-recycle {
        padding-top: 10px;
    }
    #what-recycle {
        background: url(../images/what-bg.jpg) repeat center center;
        padding: 20px 0px;
    }
    .what-block {
        text-align: center;
        margin-bottom: 40px
    }
    .what-block h3 {
        width: 200px;
        margin: 10px auto;
    }
    #mob-menu-btn{
        float: right;
        line-height: 45px;
        margin-right: 10px
    }
    #content-inner {
        background: #fff;
        margin-top: -30px;
        padding: 25px;
        margin-bottom: 30px;
    }
    .article-title {
        font-size: 28px;
        line-height: 32px;
        margin-top: 0px;
    }
    #header-count {
        float: none;
        line-height: 32px;
        text-align: center;
    }
    #header-register {
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    #header-register a {
        display: inline-block;
        float: none;
        background: #486000;
        color: #fff;
        padding: 7px 20px;
        margin-left: 5px;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        width: 40%;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
    }
   #main-menu ul li a {
        display: block;
        padding: 0px 11px;
        text-transform: uppercase;
        line-height: 46px;
        font-family: "Amatic SC",cursive;
        color: #6A8D00;
        font-size: 22px;
    }
    #logo img{
        width: 150px;
        height: auto
    }
    #why-carousel{
        padding: 0px 50px
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #main-menu ul li a {
        display: block;
        padding: 0px 15px;
        text-transform: uppercase;
        line-height: 46px;
        font-family: "Amatic SC",cursive;
        color: #6A8D00;
        font-size: 22px;
    }
    #logo img{
        width: 150px;
        height: auto
    }
}

/* Large */
@media(min-width:1200px){
}
