#bottom {
background-color: background-color: #000019;
width: 100%;
height: 34px;
}

a.btmlink {
display: inline-block;
width: auto;
padding-left: 16px; padding-right: 16px;
font-size: 16px;
line-height: 34px;
color: #cccccc;
margin-right: -5px;
text-decoration: none;
font-weight: normal;
}

a.btmlink:hover {
color: #027fca;
}

.copyright {
display: inline-block;
width: auto;
float: right;
height: 100%;
line-height: 34px;
font-size: 16px;
color: #cccccc;
padding-right: 16px;
}

#scroll-top-link {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 990;
	height: auto;
	width: auto;
	display: none;
	border-radius: 4px;
}

#scroll-top-link.active {
	display: inline;
	background: rgba(2,127,202,0.3);
}

#scroll-top-link.active:hover {
	background: rgba(2,127,202,0.8);
}

#scroll-top-link.active .scroll-top-link {
	display: block;
    height: 50px;
    width: 50px;
	background: url(../images/top.active.png) center center no-repeat;
	background-size: 25px 13px;
	text-decoration: none;
}

#scroll-top-link.active .scroll-top-link:hover {
	background: url(../images/top.active.png) center center no-repeat;
	background-size: 25px 13px;
}

.cc-allow { border: 1px solid rgba(255,255,255,1) !important;  }

.cc-allow:hover { background-color: #f8363a !important; }

.cc-deny { font-weight: 300 !important; text-decoration: none !important; font-size: .8em !important; }

.cc-revoke { display: flex; }

.cc-window, .cc-revoke { font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important; }

.cc-grower { position: fixed; z-index: 999; }

.cc-btn, .cc-link { -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.cc-revoke.cc-top {
left: auto !important;
right: 10px !important;
z-index: 999 !important; 
}

@media only screen and (max-width: 980px) {
#scroll-top-link {right: 15px; bottom: 40px;}
}

@media only screen and (max-width: 768px) {
.cc-revoke { background: rgba(255,255,255,0) !important; color: #666666 !important; position: absolute !important; top: 0px !important; left: 0px !important; width: 100% !important; padding: 2px 10px 0px 110px !important; font-size: 12px !important; text-align: center; display: block; }
.cc-revoke.cc-top { right: auto !important; }
.cc-animate.cc-revoke.cc-top { transform: translateY(0) !important; }
.cc-message { font-size: 15px !important; }
}

@media only screen and (max-width: 640px) {
.btmh1 { display: none; }
}

@media only screen and (max-width: 540px) {
.cc-revoke { text-align: right;}
}

@media only screen and (max-width: 340px) {
a.btmlink { padding-left: 14px; padding-right: 14px; }
.copyright { padding-right: 14px; }
}
