/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .logo img{padding: 10px 0 0 0; margin:10px 0 0 0;}


}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .logo img{padding: 10px 0 0 0; margin:10px 0 0 0;}


}


/* ******  MY CUSTOM STUFF ****** */


/* Main Page Countdow and Times  */
#fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
#fwcs .container h1 {padding: 0; margin: 0; }

/* ******  Buy Button Full Width ****** */
@media only screen and (min-width: 768px) {
	.HeaderButtonCont {
	    
	   /* display:none; */
	   	   display:none; 
			position:relative ; 
			z-index:999;
			max-width:1280px;
			margin:0 auto;
			}
	.HeaderButtonPos {
			position:absolute; 
			right:30px; 
			top:30px;
			}
	.HeaderButton {
			padding:30px; 
			background-color:#b9060a;		
			width:100%; 
			border:0; 
			color:#FFF; 
			font-family: 'Droid Sans', Verdana, Geneva, sans-serif; 
			font-weight:bold;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size:20px;
			cursor: pointer; 
			cursor: hand; 
			transition: background-color 0.5s ease;
			}
        .HeaderButton:hover { 
                       background-color:#000;
			transition: background-color 0.5s ease;
                        }	
	.HeaderButtonText {
			text-align:center; 
			padding:0; margin:0; 
			line-height:normal;
			color:#FFF;
			}
}

@media only screen and (max-width: 767px) {

	.HeaderButtonCont {
              Display:none; 
			}
}

/* ******  Buy Button Mobile ****** */
@media only screen and (min-width: 768px) {
	.MobileBuyButtonCont {
	    
           /* Display:none; */
           Display:none;
            
			position:relative ; 
			z-index:999;
			}
	.MobileBuyButtonPos {
			position:absolute; 
			right:30px; 
			top:30px;
			}
	.MobileBuyButton {
			transition: background-color 0.5s ease;
			padding:20px; 
			background-color:#b9060a;		
			width:100%; 
			border:0; 
			color:#FFF; 
			font-family: 'Droid Sans', Verdana, Geneva, sans-serif; 
			font-weight:bold;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size:20px;
			}	
	.MobileBuyButtonText {
			text-align:center; 
			padding:0; margin:0; 
			line-height:normal;
			color:#FFF;
			}
}

@media only screen and (max-width: 767px) {

	.MobileBuyButtonCont {
	    
	   /* Display:none; */
	    Display:none; 
		width:100%; 
		padding:10px 0 10px 0; 
			}
	.MobileBuyButtonPos {
		margin:0 auto;
			}
	.MobileBuyButton {
			padding:20px; 
			background-color:#1b73c6;		
			width:100%; 
			border:0; 
			color:#FFF; 
			font-family: 'Droid Sans', Verdana, Geneva, sans-serif; 
			font-weight:bold;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size:24px;
			cursor: pointer; 
			cursor: hand; 
			transition: background-color 0.5s ease;
			}
        .MobileBuyButton:hover { 
                       background-color:#000;
			transition: background-color 0.5s ease;
                        }
	.MobileBuyButtonText {
			text-align:center; 
			padding:0; margin:0; 
			line-height:normal;
			color:#FFF;
			}
}