
html {
	margin-top: 0px !important;
}

#smartbanner {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 82px;
	font-family: inherit !important;
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ccc 100%);
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

#smartbanner .sb-container {
	margin: 0 auto;
}

#smartbanner .sb-close {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	border: 2px solid #fff;
	width: 18px;
	height: 18px;
	font-family: inherit !important;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	color: #fff;
	background: #000;
	text-decoration: none;
	text-shadow: none;
	border-radius: 14px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 40%);
	-webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
	font-size: 13px;
	color: #aaa;
}

#smartbanner .sb-icon {
	position: absolute;
	left: 30px;
	top: 10px;
	display: block;
	width: 57px;
	height: 57px;
	background: rgba(0, 0, 0, .6);
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#smartbanner.no-icon .sb-icon {
	display: none;
}

#smartbanner .sb-info {
	position: absolute;
	left: 98px;
	top: 18px;
	width: 44%;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000 !important;
}

#smartbanner #smartbanner.no-icon .sb-info {
	left: 34px;
}

#smartbanner .sb-info strong {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

#smartbanner .sb-info > span {
	display: block;
}

#smartbanner .sb-info em {
	font-style: normal;
	text-transform: uppercase;
}

#smartbanner .sb-button, #smartbanner .sb-button:active, #smartbanner .sb-button:hover, #smartbanner.android .sb-button, #smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
	position: absolute;
	right: 20px;
	top: 25px;
	border: 1px solid #0071cf;
	padding: 0 10px;
	min-width: 100px;
	font-size: 14px;
	text-align: center;
	color: #fff !important;
	text-transform: capitalize;
	text-decoration: none !important;
	border-radius: 0px;
	width: 100px !important;
	height: 35px !important;
	line-height: 35px !important;
	margin-top: 0px !important;
	background-color: #0071cf !important;
	border-color: #0071cf !important;
	font-family: "Myriad Pro" !important;
	font-weight: 700 !important;
}

#smartbanner .sb-icon.gloss:after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	border-top: 1px solid rgba(255, 255, 255, .8);
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .2) 100%);
	border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
	border-color: #ccc;
	border-top: 0px solid #000;
	box-shadow: none;
}

#smartbanner.android .sb-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .8) inset, 0 1px 1px rgba(255, 255, 255, .3);
}

#smartbanner.android .sb-close:active {
	color: #eee;
}

#smartbanner.android .sb-info {
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
	color: #fff;
}

#smartbanner.android .sb-button span {
	text-align: center;
	display: block;
	padding: 0 10px;
	background-color: #0071cf;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
	background: #0071cf;
}

@media only screen and (max-width: 1280px) {
	.cc-bottom {
		bottom: .3em;
	}
}

@media only screen and (max-width: 767px) {
	html {
		margin-top: 0px !important;
	}
	
	#smartbanner {
		display: block !important;
	}
}
