@charset "utf-8";
body {
	margin:0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background:#000;
}

input::placeholder { color: white; }

a:link{
	color:#069;
	text-decoration:none;
}
a:hover{
	color:#069;
	text-decoration:underline;
}
a:visited{
	color:#069;
	text-decoration:none;
}

.main_wrapper{
	width:100%;
	height:auto;
	margin:0 auto;	
}

.top_container_header{
	width:100%;	
	margin-left:auto;
	margin-right:auto;			
}

/* Add a black background color to the top navigation */
.topnav {   
    overflow: hidden;
	background:#000;		
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;	
}

/* Change the color of links on hover */
.topnav a:hover {    
    color: #ffffff;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 750 pixels wide, hide all links. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 750px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
	background:none;
	color:#f0491f;
  }
  .topnav a.icon_white {
    float: left;
    display: block;
	background:none;
	color:#ffffff;
	font-weight:bold;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 750px) {
  .topnav.responsive {margin-top:30px;}
  
  .topnav.responsive a.icon {
    position: absolute;
    left: 0;
    top: 0;
	background:none;		
  }
  .topnav.responsive a {		 
    float: none;
    display: block;	
	background:url(/mengine/sbo/images/splitter.png) no-repeat center bottom;	  
  }
  
}
		
#logo_wrapper img{
	width:100%;
	display:block;
	margin-left:-10px;	   	  	
}	

#login_button_wrapper img{ 	 		
   width:100%;
   display:block;
   margin-right:10px;	  
}

#wrapper_headlines {	
	margin-left:auto !important;
	margin-right:auto !important;	
	width:100%;
	height:auto !important;
	margin-top:20px;
	margin-bottom:80px;
}

.bg{
	width:100%;
	height:auto;
    position: relative; 
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;	
}

.content_box{
	padding:10px;
	border:2px solid #666;
	text-align:justify;	
	display:inline-block;	
	margin-bottom:20px;
	margin-top:20px;		
}

.content_box_close{
	float:right;
	cursor:pointer;
	margin-top: -32px;
    margin-right: -10px;
	font-weight:bold;
	font-size:20px;
}

.welcome_wrapper{	
	font-size:15px;
	font-weight:bold;			
}
.buttons_welcome_home{
	padding-top:30px;	
}
.buttons_wrapper{		
	padding-top:30px;
	padding-bottom:30px;
}
.wrapper_footer{	
	font-size:12px;
	font-weight:bold;
	height:40px;	
}
.options_footer1{
	padding-top:10px;
	padding-bottom:5px;	
}
.options_footer2{
	padding-top:10px;
	padding-bottom:5px;	
}
.wrapper_footer a{
	color:#FFF;
}
.wrapper_footer a:hover{
	color:#FFF;
}
.wrapper_footer a:visited{
	color:#FFF;
}
.login_wrapper{
	font-size:18px;
	font-weight:bold;	
	text-align:center;	
	border:none;
}
.login_top_title{
	font-size:18px;		
	text-align:center;
	color:#999999;
	font-weight:normal !important;	
}
.login_input{
	color:#FFFFFF !important;	
	background:#252525;
	border:#3f3f3f solid 1px;
	height:35px;
	text-align:center;
	margin-bottom:10px;
}
.forgot_details{
	font-size:12px;	
	margin-top:-10px;
	margin-bottom:7px;	
}
.forgot_wrapper{
	font-size:14px;
	font-weight:bold;
	text-align:center;			
}
.join_top_title{
	font-size:18px;		
	text-align:center;
	color:#ffffff;
	font-weight:normal !important;	
}
.contact_wrapper{	
	padding-top:30px;
}
.contact_main_title{
	font-size:16px;
	font-weight:bold;
	color:#dc1012;
	padding-bottom:10px;
	text-align:center;
}
.contact_titles{
	font-size:14px;
	color:#767e80;	
}
.contact_phones{
	font-size:18px;
	font-weight:bold;	
}
.contact_email{
	font-size:14px;
	font-weight:bold;	
}
.promotions_wrapper{	
	padding:20px;	
	font-size:14px;
	color:#ffffff;
	text-align:justify;	
}
.promotions_main_title{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	padding-top:10px;
	color:#FFF;
}
.promotions_internal_titles{
	text-align:left;
	padding-left:80px;
	padding-top:30px;
	padding-bottom:25px;
}
.promotions_text{
	text-align:justify;
	padding-left:20px;
	padding-top:5px;
}
.promotions_image1{
	background:url(/mengine/sbo/images/promotions-image1.jpg) no-repeat;
	cursor:pointer;
}
.promotions_image2{
	background:url(/mengine/sbo/images/promotions-image2.jpg) no-repeat;
	cursor:pointer;	
}
.promotions_wrapper a{
	color:#FFF;
}
.promotions_wrapper a:hover{
	color:#FFF;
}
.promotions_wrapper a:visited{
	color:#FFF;
}
/*End Promotions Styles*/

/*Sign Up Bonus Page Styles*/
.signup_bonus_wrapper{
	width:281px;		
	padding-top:30px;
	padding-bottom:20px;	
	font-size:14px;	
	color:#ababab;
	text-align:left;
}
.signup_bonus_main_title{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:5px;
}
/*Sign Up Bonus Page Styles*/

/*Rewards Page Styles*/
.rewards_wrapper{	
	padding-top:30px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;	
	font-size:14px;	
	color:#ababab;
	text-align:justify;	
}
.rewards_main_title{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:5px;
}
.rewards_main_subtitles{
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	padding-top:10px;
}
.rewards_terms{
	color:#FFF;
	font-weight:bold;
}
/*Rewards Page Styles*/
.join_wrapper{		
	/*padding-left:10px;
	padding-right:10px;*/	
	font-size:14px;
	color:#ababab;
	text-align:justify;	
}
.join_main_title{
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#ec1113;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:-10px;
}
.form_input_external{
	width:265px;
	border: 1px solid #c9c9c9;
	height:30px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left:10px;
}
.form_mini_input{
	width:52px; 
	height:25px; 
	border:1px solid #cccccc;
	margin-top:4px;
}
.form_mini_input2{
	width:81px;
	border: 1px solid #c9c9c9;
	height:30px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:11px;
}
.form_xmini_input{
	width:67px;
	border: 1px solid #c9c9c9;
	height:15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:10px;
}
.error_message{
	margin-top:10px;
}
.thanks_mobile_wrapper{	
    padding-left:10px;
	padding-right:10px;	
	font-size:16px;	
	color:#fff;
	text-align:justify;
	background:#000;
}
.thanks_mobile_title{
	font-size:18px;
}
.join_button_footer{
	clear:both;
	/*margin-top:-10px;*/
	margin-bottom:30px;	
}
.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.copy-text{  
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;   
    font-size: 16px;
}