body {
    color: #525151;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background-color: #525151;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

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

.img-center {
    margin: 0 auto;
}

.in-block {
    display: inline-block!important;
}

.mb10 {
    margin-bottom: 10px;
}

a:focus, a:hover, a:active, a:visited{
	border: none;
	outline: none;
	text-decoration: none;
	color: inherit;
}

header{
	position: relative;
}

.btnGreen{
	background-color: #008823;
	border-radius: 5px;
	color: #fff!important;
    padding: 10px 15px;	
}
/*MENUBAR*/
.menubar.sticky {
    background: url('../img/menu_bg.png') repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
}

.menubar {
    background: url('../img/menu_bg.png') repeat;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
}

.navbar-nav {
    background-color: initial;
}

.navbar-default {
    background-color: initial;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar {
    border-radius: unset;
}

.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0px;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    background-color: initial;
    color: #fff;
	line-height: 40px;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #008823;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #008823;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #008823;
}

.navbar-right .dropdown-menu {
    right: auto;
}

.dropdown-menu {
    background-color: #008823;
    border: 1px solid #008823;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

    .dropdown-menu > li > a {
        clear: both;
        color: #fff;
        font-weight: normal;
        white-space: nowrap;
        display: block;
        line-height: 1.42857;
        padding: 10px 20px;
        font-size: 15.5px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #67BD3C;
            color: white;
            text-decoration: none;
        }

/*ul.nav .open:hover > ul.dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #44235c;
    position: absolute;
    top: -10px;
    left: 20px;
}*/
/*END OF MENUBAR*/

/*HEADER*/
.mainbanner {
    width: 100%;
}

.mainbanner-content-slider1 {
    width: 90%;
    position: absolute;
    top: 30%;
    left: 10%;
    padding: 20px;
    color: #fff;
    font-size: 4vw;
}
.mainbanner-content-slider2 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 10%;
    padding: 20px;
    color: #fff;
    font-size: 4vw;
	text-align: justify;
}

.mainbanner-content-slider3 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 20px;
    color: #0f6939;
    font-size: 5vw;
	text-align: justify;
}

.mainbanner-content {
    /*background: url('../img/menu_bg.png') repeat;
    border: 2px solid white;*/
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    padding: 20px;
    color: #fff;
    font-size: 4vw;
}

.mainbanner-text {
    background: url('../img/menu_bg.png') repeat;
    font-size: 16px;
}

    .mainbanner-content span, .mainbanner-text span {
        color: #67BD3C;
    }

    .mainbanner-text h1 {
        font-size: 25px;
        color: #fff;
		text-align:left;
		padding-left: 25px;
    }

.bank {
    font-size: 3vw;
    margin-top: 10px;
}

.recycleDesc-wrapper{
	position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
}
.recycleDesc {
    background: url('../img/menu_bg.png') repeat;
    width: 100%;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 15px 0px;
    font-weight: 500;
}

.grey {
    color: #a2a2a2;
	font-size: 20px;
}

.green {
    color: #03b831;
}

/*END OF HEADER*/

.title {
    border-bottom: 2px solid #2f9c4b;
    font-size: 30px;
    color: #000;
    padding: 5px 0px;
    margin-bottom: 10px;
    font-weight: 500;
}

/*CONTENT*/
#about {
    background-color: #efefef;
}

.registerWrapper{
	float: left;
	margin-left: 9%;
}

.loginWrapper{
	float: right;
	margin-right: 9%;
}

#impact {
    min-height: 470px;
    height: auto;
    z-index: 0;
    background: #fff url(../img/facts_bg.jpg) no-repeat fixed;
    position: relative;
    color: #fff;
}

    #impact .title {
        color: #fff;
    }

.fact-circle {
    text-transform: uppercase;
    width: 198px;
    height: 198px;
    border-radius: 50% !important;
    padding: 34px 0 0;
    margin: 0 auto;
    background: rgba(103, 189, 60, 0.92);
}

.fact-number {
    font-size: 68px;
    font-family: Din, sans-serif;
    font-weight: 500;
}

.fact-desc {
    font-size: 18px;
    font-family: Din, sans-serif;
    font-weight: 500;
}

#recycle {
    background: url('../img/recycle_bg.png') repeat-x;
    background-size: cover;
    color: #fff;
}

    #recycle .title {
        border-bottom: 2px solid #fff;
        font-size: 30px;
        color: #fff;
        padding: 5px 0px;
        margin-bottom: 10px;
    }

.recyle_button {
    background-color: #dccdb9;
    border: 1px solid #5f513f;
    max-width: 160px;
    color: #5f513f;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 4px 0px;
}

.map-rinfo{
			width: 100%;
			padding: 15px 0 0 0;
			background-color: #fff;
			border-radius: 10px;
			border: 1px solid #e2e2e2;
			box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			max-width: 270px;
			color: #000;
			margin: 0 auto;
		}
		.map-rinfo .frame {
			width: 100%;
			padding: 0 10px;
			margin: 0 0 10px 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
		}
		.map-rinfo .frame img {
			max-width: 100%!important;
		}
		.map-rinfo .round {
			background-color: #99CC00;
			width: 47px;
			height: 47px;
			border: 3px solid #fff;
			left: 0;
			right: 0;
			bottom: -25px;
			margin: auto;
			border-radius: 100%;
			box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
			-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
			font-size: 14px;
			line-height: 46px;
			text-align: center;
			font-family: 'museo500';
			font-weight: 500;
			color: #fff;
		}
		.map-rinfo .text-box {
			width: 100%;
			padding: 0 20px 2px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.map-rinfo .text-box h2 {			
			font-family: 'museo500';
			font-weight: 500;
			text-align: center;
			font-size: 16px;
			color: #343434;
			line-height: 20px;
			margin: 0 0 14px 0;
			z-index: 9999;
		}
		
		.map-rinfo .text-box h2.maplist {
			font-family: 'Open Sans';
			/*font-family: 'museo500';
			font-weight: 500;*/
			text-align: center;
			font-size: 16px;
			color: #343434;
			line-height: 18px;
			margin: 0 0 14px 0;
			min-height: 32px;
			font-weight: bold;
		}
		.map-rinfo .bottom-row {
			background-color: #99CC00;
			position: relative;
			width: 100%;
			margin: 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			text-align: center;
			font-family: 'Open Sans';
			/*font-family: 'museo500';
			font-weight: 500;*/
			font-size: 14px;
			line-height: 14px;
		}
		.map-rinfo .text-box strong.amount {
			display: block;
			text-align: center;
			font-family: 'Open Sans';
			/*font-family: 'museo500';
			font-weight: 500;*/
			font-size: 22px;
			line-height: 24px;
			padding: 0 0 6px 0;
		}
		.map-rinfo .text-box strong.title {
			display: block;
			text-align: center;
			font-size: 14px;
			color: #333;
			line-height: 14px;
			font-family: 'Open Sans';
			/*font-family: 'museo500';
			font-weight: 500;*/
			padding: 0 0 8px 0;
		}
		.map-rinfo .bottom-row strong.detail, .map-rinfo .bottom-row strong.day {
			/*width: 49%;			*/
			color: #000;
			display: inline-block;
			padding: 5px 0px;
			font-family: 'Open Sans';
			/*font-family: 'museo500';
			font-weight: 500;*/
			font-size: 14px;
			line-height: 14px;
			text-align: center;
		}
		
		.search{
			background: url(../img/search_icon.png) no-repeat 7px 1px #fff;
			padding-left: 36px;
			border: none;
			background-size: contain;
			margin-top: -1px;
		}

.gm-style-iw {   
    top: 0 !important;
    left: 0 !important;
    border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.rinfo-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #5f513f;
    line-height: 50px;
    text-align: center;
    background: #a5bc6b;
    margin: 0 auto;
    font-weight: bold;
}

.progress-bar {
    background-color: #94c900;
}

.progress {
    background-color: #D4D9DE;
    height: 8px;
    margin-bottom: 10px;
}

.rinfo-button {
    background-color: #dccdb9;
    border: 1px solid #5f513f;
    color: #5f513f;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 10px;
}

.rinfo-weight {
    color: #98cd00;
    font-size: 20px;
    font-weight: bold;
}

.map-cinfo {
    background-color: #ada59d;
    /*border-radius: 5px;*/
    overflow-x: hidden;
    color: #fff;
    padding: 10px;
	width: 400px;
}

.cinfo-table td {
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.cinfo-table .maininfo {
    color: #5b5b5b;
}

.browseTitle{
	font-family: 'Open Sans'; color: #fff; font-size: 24px; border-bottom: 5px solid #fff;
	margin-top: 12px;
}
.arealist li{
	font-size: 20px;
	color: #ada59d;
	padding: 5px 0px;
}
.arealist li a{
	color: #fff;	
}
.arealist li a.selected{
	color: #99CC00;	
}

.residential-rinfo{
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	overflow-x: hidden;			
}
.residential-details{
	background-color: #f5f5f5;
	padding: 10px 10px 0px;
	color: #fff;
	border-top: 2px solid #bd1f1f;
}
.residential-details td{
	color: #000;
}
.rd-area{
	font-family: 'Open Sans';
	/*font-family: 'museo500';
	font-weight: 500;*/
    line-height: 34px;
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.rd-title{
	color: #000;
	font-size: 18px;
	/*font-family: 'museo500';
	font-weight: 500;*/
}
.rd-name{
	color: #000;
}
.rd-position{
	color: #99CC00;
	
}

.btnClose{
	font-size: 30px;
    position: absolute;
    right: 15px;
}

.fa-times{
	color: #000;
}

.resident-location{
	background: #fff;
	padding: 5px;
}
#detailsmap {
    width: 100%;
    min-height: 200px;
}

.waste-details {
    /*background-color: #231a10;*/
	background: url(../img/cityscape.png) no-repeat #f5f5f5;
    padding: 10px 0px;
    color: #000;
    font-size: 11px;
	background-position: bottom center;
    min-height: 200px;
}

.waste-details .totalrecycle{
	font-size: 30px;
    font-family: 'Open Sans';
	/*font-family: 'museo500';
	font-weight: 500;*/
	color: #000;
}
.waste-details .fact-circle {
    text-transform: uppercase;
    width: 140px;
    height: 140px;
    border-radius: 50% !important;
    padding: 24px 0 0;
    margin: 0 auto;
    background: rgba(103, 189, 60, 0.8);
}

.waste-details .fact-number {
    font-size: 28px;
    font-family: Din, sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
}

.waste-details .fact-desc {
    font-size: 16px;
    font-family: Din, sans-serif;
    font-weight: 500;
	color: #fff;
}

.barchart{
	color: #000;
}

/* ---------------------
  Bars
----------------------*/
.bar-wrapper{
	position: relative;
	width: 94%;
	min-height: 80px; 
}

.bar-paper {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 103;
    height: 35%;
    margin: 0 40px;
    background-color: #3399ff;
    padding-top: 18px;
}

    .bar-paper:before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 7px;
        height: 100%;
        width: 15px;
        background-color: #1985dd;
        -webkit-transform: skewY(45deg);
    }

    .bar-paper:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -8px;
        width: 100%;
        height: 15px;
        background-color: #1985dd;
        -moz-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

.bar-plastic {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 102;
    height: 35%;
    margin: 0 40px;
    background-color: #ffce00;
    padding-top: 18px;
}

    .bar-plastic:before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 7px;
        height: 100%;
        width: 15px;
        background-color: #ffaa00;
        -webkit-transform: skewY(45deg);
    }

    .bar-plastic:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -8px;
        width: 100%;
        height: 15px;
        background-color: #ffaa00;
        -moz-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

.bar-metal {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 101;
    height: 35%;
    margin: 0 40px;
    background-color: #939080;
    padding-top: 18px;
}

    .bar-metal:before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 7px;
        height: 100%;
        width: 15px;
        background-color: #827f74;
        -webkit-transform: skewY(45deg);
    }

    .bar-metal:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -8px;
        width: 100%;
        height: 15px;
        background-color: #827f74;
        -moz-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

.bar-ewaste {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 100;
    height: 35%;
    margin: 0 40px;
    background-color: #da1f3d;
    padding-top: 18px;
}

    .bar-ewaste:before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 7px;
        height: 100%;
        width: 15px;
        background-color: #c41e3e;
        -webkit-transform: skewY(45deg);
    }

    .bar-ewaste:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -8px;
        width: 100%;
        height: 15px;
        background-color: #c41e3e;
        -moz-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

.bar-other {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 35%;
    margin: 0 40px;
    background-color: #b6ed0a;
    padding-top: 18px;
}

    .bar-other:before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 7px;
        height: 100%;
        width: 15px;
        background-color: #a6e017;
        -webkit-transform: skewY(45deg);
    }

    .bar-other:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -8px;
        width: 100%;
        height: 15px;
        background-color: #a6e017;
        -moz-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

/*END OF CONTENT*/

/*GRASS*/
.grassTop {
    background: url('../img/grass_top.png') repeat-x;
    min-height: 94px;
    margin-bottom: 10px;
}

.grassBottom {
    margin-top: 10px;
    background: url('../img/grass_bottom.png') repeat-x;
    min-height: 94px;
}
/*END OF GRASS*/

/*FOOTER*/
footer {
    background: url('../img/recycle_bg.png') repeat-x;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.footer-content {
    background: url('../img/menu_bg.png') repeat;
    width: 100%;
    padding: 10px;
}
/*END FOOTER*/

/*GOOGLE MAP*/
.map-container {
    
}

#map {
    width: 100%;
    min-height: 800px;
}

.map-header {
    /*background-color: #e6e1db;*/
    width: 100%;
    height: 52px;
    display: block;
	padding-left: 2%;
}

    .map-header li {
        list-style: none;
        float: left;
        text-align: center;
        min-width: 10%;
    }

    .map-header ul a {
        display: block;
        padding: 6px 10px;
        text-decoration: none !important;
        margin: 1px;
        margin-left: 0;
        color: #5f513f;
		background: #ada59d;
		border-bottom: 5px solid #ada59d;
        font-size: 24px;
    }

        .map-header ul a.selected {
            margin-bottom: 0;
            color: #fff;
			background: #5f513f;
			border-bottom: 5px solid #5f513f;
            cursor: default;
        }

.map-filter {
    background-color: #5f513f;
    padding: 5px 0px;
    width: 100%;
    height: 46px;
}

    .map-filter li {
        list-style: none;
        float: left;
        text-align: center;
        padding: 0px 15px;
        border-right: 2px solid #ada59d;
    }



    .map-filter ul a {
        display: block;
        padding: 4px 10px;
        text-decoration: none !important;
        margin: 1px;
        margin-left: 0;
        color: #ada59d;
        background: transparent;
        font-size: 16px;
    }

        .map-filter ul a.selected {
            margin-bottom: 0;
            color: #fff;
            background: transparent;
            cursor: default;
        }
		
.styled-select {
	background: url(../img/select_arrow.png) no-repeat 92% 0;
    height: 36px;
    overflow: hidden;
    max-width: 314px;
    padding: 0 15px;
    width: 100%;	
}

.styled-select select {
   background: transparent;
   border: 2px solid #ada59d;
   font-size: 14px;
   height: 36px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
   -webkit-appearance: none;   
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select select {
      color: white; 
}

.styled-select select option {
        color: black; 
}

 .mapswitch{
	 color: #fff;
	 font-size: 36px;
	 padding-right: 10px;
 }

#list {
    width: 100%;
    min-height: 500px;
    background-color: #5f513f;
    padding: 0px 20px;
}

.locationlist {
    background-color: #5f513f;
    padding: 10px 25px;
}

    .locationlist ul a {
        color: #fff;
    }

        .locationlist ul a.selected {
            color: #84c501;
        }

.locationunit {
    background-color: #7c705f;
    padding: 10px;
    color: #fff;
}

/*END GOOGLE MAP*/

.barText{
	display: none;
}
@media(max-width: 450px){
	.fact-circle {
        height: 130px!important;
		width: 130px!important;
		padding: 15px 0px;
        background-size: 100% 100%;
    }
	.fact-number {
        font-size: 48px!important;
    }

    .fact-desc {
        font-size: 14px!important;
    }
	.waste-details .fact-circle {
		padding: 14px 0 0;
	}
	.waste-details .fact-number {
		font-size: 30px!important;
	}

	.waste-details .fact-desc {
		font-size: 14px!important;
	}
	.arealist li{
		font-size: 13px!important;
	}
	.registerWrapper {
		float: none;
		text-align: left;
		margin-left: 10%!important;
	}
	.loginWrapper {
		float: none;
		text-align: right;
		margin-right: 11%!important;
	}
}

@media(max-width:767px) {
	.navbar-brand {
		float: right;
	}
    .navbar-nav {
        width: 100% !important;
        margin: 0px;
        text-align: center;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        border-top: none;
    }
	.navbar-default .navbar-nav > li > a {
		line-height: 20px;
	}
	
	.dropdownCat{
		display: none !important;
	}

    .dropdown-menu {
        position: static !important;
        display: block;
        background: transparent !important;
		border: none !important;
        float: none;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #0f6939;
		margin-top: 18px;
		margin-bottom: 18px;
		float: none;
		margin-left: 15px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #0f6939;
        }

    .content-bottom ul {
        padding: 0px 0px 10px 0px;
    }

        .content-bottom ul li {
            display: inline-block;
            padding-bottom: 10px;
        }

    .mainbanner-content {
        font-size: 5vw;
        padding: 10px;
        top: 20%;
    }
	
	.mainbanner-text h1{
		font-size: 3vw;
	}
	
	.mainbanner-text p{
		padding-top: 10px;
		font-size: 3vw;
	}

    .fact-circle {
        height: 160px;
		width: 160px;
		padding: 15px 0px;
        background-size: 100% 100%;
    }
	.fact-number {
        font-size: 60px;
    }
	
	.bar-wrapper{
		position: relative;
		width: 90%;
		min-height: 80px; 
		margin-left: -15px;
	}
	.recycleDesc-wrapper{
		position: relative;
	}
	.recycleDesc {
		background: #000;
	}
	.waste-details {
		background-size: initial;
		background-position: right bottom;
	}
	.arealist li{
		font-size: 18px;
	}
	.registerWrapper {
		float: none;
		text-align: left;
		margin-left: 19.5%;
	}
	.loginWrapper {
		float: none;
		text-align: right;
		margin-right: 20.5%;
	}
	
	.map-header{
		display: none;
	}
	
	.styled-select{display: inline-block!important;}

}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px) {
	#mobilemenu{
		font-size: 14px;
	}
    .content-bottom ul li {
        display: inline-block;
        padding-bottom: 10px;
    }

    .content-bottom ul {
        padding: 0px 0px 10px 0px;
    }

    .fact-circle {
        height: 170px;
		width: 170px;
		padding: 15px 0px;
        background-size: 100% 100%;
    }
	.recycleDesc-wrapper{
		position: relative;
	}
	.recycleDesc {
		background: #000;
	}
	.waste-details {
		background-size: initial;
		background-position: right bottom;
	}
	.arealist li{
		font-size: 18px;
	}

}

@media(min-width:768px) and (max-width:1200px) {

	.registerWrapper{
		float: left;
		margin-left: 8%;
	}

	.loginWrapper{
		float: right;
		margin-right: 8%;
	}
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCondensed-Bold.woff') format('woff'), url('../fonts/DINCondensed-Bold.ttf') format('truetype'), url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museo500-regular-webfont.woff') format('woff'),url('../fonts/museo500-regular-webfont.ttf') format('truetype'),url('../fonts/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}


.article-quote{font-family:'oswald',Arial; font-size:16px; clear:both; line-height:normal}
.article-quote{background:url(../img/green-quote.png) no-repeat 0 0; margin:0 0 0 20px; padding:0 0 0 55px;  color:#79a624; min-height:35px}

.slider1-logo {
    width: 70%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.slider1-logo-mb {
    width: 80%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.container {
	background: url('../img/recycle_bg.png') repeat-x;
    background-size: cover;
}