#divMap{
	width:100%;
	height:800px;
	padding:0;
	margin:0
}

span.layerIcon {
	margin-right: 5px;
}

.custombackground {
     /*background: url("../img/recycleOpactiySixty.png") 0% 0% / cover no-repeat fixed;*/
 }

#backgroundCover {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999999;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.page-main-body {

}
.sticky-header {
    width: 100%;
    display: table;
}
.sticky-header.acceptable {
    background:#285589;
    color: #ffffff;
}
.sticky-header.unacceptable {
    background: #f2dede;
    color: #8b0000;
}

.sticky-header p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.sticky-header a {
    text-decoration: none;
}

.sticky-header.acceptable a {
    color: #ffffff;
}
.sticky-header.unacceptable a {
    color: #8b0000;
}

.sticky-header a:hover {
    text-decoration: underline;
}

    .sticky-header.acceptable a:hover {
        color: #E5E7E9;
    }

.sticky-header.unacceptable a:hover {
    color: #fff0f5;
}

.sticky-header.acceptable .float-panel.fixed {
    background: #0093d0;
}

.sticky-header.unacceptable .float-panel.fixed {
    background: #f2dede;
}

.sticky-header .float-panel .content-area {
    text-align: center;
	margin: 2px auto;
}

.sticky-header .float-panel .content-area h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.sticky-header.acceptable .float-panel .content-area h3 {
    color: #ffffff;
}

.sticky-header.unacceptable .float-panel .content-area h3 {
    color: #8b0000;
}
        
.sticky-header .float-panel .content-area h3 i {
    font-size: 32px;
}

.sticky-header .text-center {
    margin: 1px auto;
}
.sticky-header p {
	color: #fff;
}

.sticky-header .float-panel a {
    font-size: 16px;
    text-decoration: none;
    color: #444;
    display: inline-block;
    padding: 10px 20px;
}

#acceptable-waste,
#unacceptable-waste {
    margin-top: 30px;
    margin-bottom: 30px;
}
#facebook-like {
    margin-bottom: 20px
}

.back.card .panel-heading {
    height: 212px;
}

.back.card .panel-heading i {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px;
    text-align: right;
}

.acceptable .back.card p.card-text {
    color: #ffffff;
}

.unacceptable .back.card p.card-text {
    color: #8b0000;
}

.front.card h6.card-title {
    text-align: center;
    color: #353535;
}

.wrapper {
    /*width: 218px;
    font-family: 'Raleway';*/
}

ul {
    list-style-type: none;
}

.cardinfo-text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 1px;
    vertical-align: middle;
}

    li.greencheck:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f00c";
        color: lawngreen;
        font-weight: 900;
        font-size: larger;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: darkgreen;
    }

    li.redx:before {
        position: absolute;
        top: 0;
        left: 0px;
        font-family: FontAwesome;
        content: "\f05e";
        color: red;
        font-weight: 900;
        font-size: larger;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: darkred;
    }
    li.info:before {
        position: absolute;
        top: 0;
        left: 2px;
        font-family: FontAwesome;
        content: "\f12a";
        color: white;
        font-weight: 900;
        font-size: larger;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: black;
    }

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 4%;
        top: 50%;
        right: 0;
        border-top: 14px solid darkred;
        color: red;
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
        transform: rotate(-35deg);
        z-index: 100;
        width: 90%;
    }

.banner {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.banner-start h3 {
    display: inline-block;
}

.banner-start i {
    padding: 0 6px;
}

.banner-middle {
    flex: 1;
    text-align: center;
    padding-right: 80px;
}