@charset "utf-8";
/* Smart Banner for AFerry App */


/*	--------------------------------------------
	web fonts
	-------------------------------------------- */
@font-face {
    font-family: 'Open Sans Regular';
	  src: url('../fonts/OpenSans-Regular-webfont.eot');
	  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
/* ------------------------------- */


#smartbanner {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: "Open Sans Regular", Roboto, Arial, sans-serif;
	letter-spacing: 0;
	height: 78px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -82px;
	width: 100%;
	z-index: 9998;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	overflow: hidden; 
	}
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { 
	margin: 0 auto; 
	}
#smartbanner .sb-close {
	border: 2px solid #fff;
	border-radius: 14px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	font-family: "ArialRoundedMTBold",Arial;
	font-size: 27px;
	height: 14px;
	left: 5px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	top: 5px;
	width: 14px;
}
#smartbanner .sb-close:active { 
	font-size: 13px; 
	color: #aaa; 
	}
/*
#smartbanner .sb-icon {
	position: absolute; 
	left: 43px; 
	top: 10px; 
	display: block; 
	width: 57px; 
	height: 57px; 
	background: rgba(0,0,0,0.6); 
	background-size: cover; 
	border-radius: 10px; 
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	letter-spacing: 0;g108
	
}
*/

#smartbanner .sb-icon {
	background: rgba(0,0,0,0.6); 
	background-size: cover; 
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 57px;
  letter-spacing: 0;
  margin: 10px 0 0 51px;
  width: 57px;
}

#smartbanner.no-icon .sb-icon { 
	display: none; 
	}
/*#smartbanner .sb-info {
	color: #6a6a6a;
	font-size: 11px;
	left: 109px;
	line-height: 1.2em;
	position: absolute;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	top: 18px;
	width: 44%;
}
*/

#smartbanner .sb-info {
  color: #6a6a6a;
  float: left;
  font-size: 82%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 9px 0 0 7px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 44%;
}

#smartbanner #smartbanner.no-icon .sb-info { 
	left: 34px; 
	}
#smartbanner .sb-info strong,
#smartbanner .sb-info b { 
	display: block; 
/*	font-size: 13px; */
	font-size: 124%;
	color: #4d4d4d; 
	line-height: 18px; 
	font-family: "Open Sans Regular", Roboto, Arial, sans-serif;
	letter-spacing: 0;
		}
#smartbanner .sb-info > span { 
	display: block; 
	}
#smartbanner .sb-info em { 
	font-style: normal; 
	text-transform: uppercase; 
	}
#smartbanner .sb-button { 
	position: absolute; 
	right: 20px; 
	top: 24px; 
	padding: 0 10px; 
	min-width: 10%; 
	height: 24px; 
	font-size: 14px; 
	line-height: 24px; 
	text-align: center; 
	/*font-weight: bold; */
	color: #6a6a6a; 
	text-decoration: none; 
	border-radius: 3px; 
	}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { 
	background: -webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); 
	}

#smartbanner .sb-icon.gloss: after { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: -1px; 
	border-top: 1px solid rgba(255,255,255,0.8); 
	width: 100%; 
	height: 50%; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); 
	border-radius: 10px 10px 12px 12px; 
	}

#smartbanner.android {
	border-bottom-color: #212228;
	border-left-color: #212228;
	border-right-color: #212228;
	box-shadow: none;
}
/*
#smartbanner.android .sb-close {
	background-color: #f2f2f2;
	border: 0 none;
	box-shadow: none;
	color: #999;
	display: block;
	height: auto;
	margin: 14px 0 0;
	overflow: hidden;
	padding: 10px;
	width: auto;
}
*/
#smartbanner.android .sb-close {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  color: #999;
  display: block;
  font-size: 47px;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 25px 10px;
  width: auto;
}


#smartbanner.android .sb-close:active { 
	color: #444; 
	}
#smartbanner.android .sb-info {
  color: #000;
}
#smartbanner.android .sb-button {
  background: transparent;
	border: 0 none;
	box-shadow: none;
	clear: both;
	color: #057dff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: normal;
	height: 2.5em;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	min-height: 28px;
	min-width: 12%;
	text-align: center;
	float: right;
}
#smartbanner.android .sb-button span { 
	text-shadow: none; 
	box-shadow: none; 
	
	}
#smartbanner.android .sb-button:active, 
#smartbanner.android .sb-button:hover { 
	background: none; 
	}
#smartbanner.android .sb-button:active span, 
#smartbanner.android .sb-button:hover span { 
	}

#smartbanner.windows .sb-icon { 
	border-radius: 0px; 
	}
