html, body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    margin: 0;
}

#background {
    position: fixed;
    width: 0;
    height: 0;
    padding: 50vh 50vw;
    /*background-image: url(../basketball-background3.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#body-container {
    background: linear-gradient(0deg, #314059, #141519);
    position: relative;
    z-index: 2;
}

#nav-header {
    position:relative;
    width: 100%;
    z-index: 10;
    margin: 0;
    height: 60px;
    box-shadow: 0 0 2px #999;
}


#logo {
    position: relative;
    width: 165px;
    height: auto;
    float: left;
    top: 20px;
    left: 10px;
}

#whole{

		
}

#wrap{
	width:70%;
	margin:0 auto;
	text-align:center;
	padding:5px;
	background:#fff;
	font-size:13px;    
    line-height:16px;
    background-color:rgba(28, 31, 36, 0.40)
}

@media screen and (max-width:1000px){
	#wrap{
	width:80%
	}
}


@media screen and (max-width:900px){
	#wrap{
	width:90%
	}
}



fieldset {
    margin: 3em 0;
    width: 90%;
}

#header {
    padding:1em 0;
    max-width:90%;
    margin:0 auto;
}

#header h1{
	font-size:40px;
	margin-bottom:0;
	color:#fff;
    font-weight:900;
    letter-spacing:-1px;
    line-height:initial

}

@media screen and (max-width:900px) {
    #header h1 {
        font-size:35px;
    }
}

#header h2 {
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

#header p{
	color:#fff;
    font-weight:bold;
    line-height:1.5em;
}

p{
	color:#fff
}

a {
    color:#fff;
}

#personalinfo{
}

#ordernotes{
	
}

textarea{
	margin-top:2%;
	margin-bottom:2%;
}

@media screen and (max-width:900px){
	textarea{
	width:100%
	}
}

#productsinfo{
}

#wrap legend{
	font-size:25px;
	color:#fff;
	font-weight:900;
    letter-spacing:-1px;
    padding-bottom:10px;

}
#wrap label{
	display:block;
	font-size:20px;
	color:#fff;
    font-weight:bold;
}

#wrap label.inlinelabel
{
    display:inline-table;
    font-size:15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:10px;

}

@media screen and (max-width:600px){
	#wrap label.inlinelabel{
	 display:block;
	 padding-top:10px;
	 padding-bottom:10px;
     padding-left:0px;
     padding-right:0px;
    
	}
}

.description{
	color:#504E4D;
	font-size:14px;
	margin:0;
	padding-left:50px;
	display:inline;
	position:relative;
	vertical-align:text-bottom;	
}

@media screen and (max-width:900px){
	.description{
	padding-left:0px;
	}
}

.terms {
    max-width:90%;
    margin:0 auto;
    text-align:left;
}

.checkAdv,.checkPrem,.checkAdvLive,.checkAdvPrem,.checkSR{
	display:inline;
	float:left
}

@media screen and (max-width:900px){
	.checkAdv,.checkPrem,.checkAdvLive,.checkAdvPrem,.checkSR{
	display:inline;
	float:none
	}
}

#info, #card, .photos-quantity, .games-quantity {
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    font-size: 14px;
}


@media screen and (max-width:900px) {
    #info, #card {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.photos-label, .photos-text, .games-label, .games-text, .password-label,.advertising-label {
    font-size: 14px !important;
}

.premium-label {
    font-size: 25px !important;
    font-weight: 900 !important;
}

.photos-quantity, .photos-text, .games-quantity, .games-text {
    margin: 1em 0;
    display: none;
}

.photos-quantity, .games-quantity {
}

.premium-title {
    font-weight:900 !important;
    font-size:18px !important;
}

.country{
	width:400px;
}

select{
	border-radius:5px;
	border-top-style:solid;	
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;

}

textarea {
    color:#fff !important;
    font-family:Arial;
    font-size:12px;
}

.left{
	margin-left:20px;
}

@media screen and (max-width:900px){
	.left{
		margin-left:0px;
	}	
}

#packages{
	margin:1em 0;
}

#products2{
	width:500px;
	height:50px;
	font-size:15px;
	border-radius:5px;
}

#products1, #hardware,#shipping {
    width: 500px;
    height: 50px;
    font-size: 12px;
    border-radius: 5px;
}


.tablet-container {
    display: none;
    max-width: 400px;
    margin: 0 auto;
}

#video {
    padding-top: 2em;
}

.tablet {
    max-height: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
    max-width: 100%;
}

.tablet-bullets {
    font-size: 14px;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0;
    list-style: circle;
}

.software-option {
    color: rgba(255, 82, 0, 1) !important;
}

.not-available {
    color: rgba(204, 204, 204, 0.20) !important
}


.options{
	vertical-align:text-top;
	display:inline-table;
	padding:5px 0 5px 0
}

@media screen and (max-width:900px){
	.options{
	vertical-align:top;
	display:block;
	padding:15px 0 15px 0;
	}
	
}

@media screen and (max-width:500px){
	.options{
	max-width:300px;
	height:auto;
	margin:0
	}
	
}

@media screen and (max-width:300px){
	.options{
	max-width:250px;
	height:auto;
	margin:0
	}
	
}

@media screen and (max-width:1300px){
	.surface3{
		display:inline-block
	}
}

#password-dropdown {
    display: none;
}

#password1-container, #password2-container {
    position: relative;
}

#password1-checker-container, #password2-checker-container {
    padding: 5px;
    background-color: rgba(255, 82, 0, 1);
    width: 300px;
    text-align: left;
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 3px;
    display: none;
}

@media screen and (max-width:900px) {
    #password1-checker-container, #password2-checker-container {
        right: initial;
        left: 0;
        top: 0;
        transform: translateY(0)
    }
}

#password2-checker-container {
    top: 0
}

.password-checker {
    margin: 0;
}

.error-icon {
    color: #000;
}

.question-icon {
    color:rgba(255, 82, 0, 1);
    margin-left:5px;
    cursor:pointer;
}

#turbodrive, .password-selector {
    font-size: 14px;
    height: 50px;
    border-radius: 5px;
    width: 500px;
}

.turbodrive-included {
    color: #7e7b7b;
    font-size: 14px;
}

#turbodrive{
	font-size:15px;
	height:50px;
	border-radius:5px;
    width:500px;
}

#turbodrive-base-plan {
    font-size: 15px;
    height: 50px;
    border-radius: 5px;
    width: 500px;
}

.turbodrive-included {
    color: rgb(127, 132, 144);
    font-size: 12px;
    max-width: 90%;
    margin: 1em auto
}

.turbodrive-add-ons {
    font-size: 12px;
    font-weight: 700;
    color: rgb(127, 132, 144);
    max-width: 90%;
    margin: 0 auto;
}

.media-add-ons {
    margin-bottom: 1em;
}

@media screen and (max-width:900px) {
    #products1, #products2, #shipping, #hardware, #turbodrive, #turbodrive-base-plan, .password-selector {
        width: 100%;
        font-size: 12px;
    }
}


.month,.operatingsystem{
	width:150px;
	height:40px;
}

.help{
	
	font-size:16px;	
	border:thin #CCCCCC solid;
	padding:5px;
	position:relative;
	margin-left:10px;
	cursor:pointer;
	display:inline-table;
    color:#fff;
	
	}
	
.help:hover{
	border:thin #6f7279 solid;
}
	
.csc-help{
	border:thin #CCCCCC solid;
	position:absolute;
	padding:20px;
	z-index:9;
	background-color:#FAFAFA;
    color:rgb(20, 21, 25);
	left:68%;
	max-width:200px;
	display:block;
	text-align:left;
	display:none;
}

@media screen and (max-width:900px){
	
}

@media screen and (max-width:900px){
	.csc-help{
	left:20%;
	}
}

.close{
	background:url('../closebutton5.png') no-repeat;
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:1000; 
	position:absolute; 
	top:0px; 
	right:0px;
	cursor:pointer;	
}

#paypal{
    padding:1em 0;
}

.paypal-button {
    width:175px;
    height:auto;
}

.paypal-button:hover {
    opacity:0.8;
}

.paypal-text {
    font-weight:900;
    letter-spacing:-1px;
}

#seperator-container {
    display:flex;
    align-content:center;
    justify-content:space-around;
    width:75%;
}

.OR {
    padding: 0 1em;
    font-weight: 900;
    letter-spacing: -1px;
}

.payment-seperator {
    height:1px;
    background-color:#fff;
    width:50%;
    margin:auto;
}

#button{padding:15px 0px;  border-radius:0px; }

#button a{
	border:1px #840000 solid;
	font-size:25px;
	margin-top:5px;
	padding: 11px 30px; padding-bottom:14px;
	margin-bottom:10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	background-color:#840000 ;
	transition:background 0.3s linear 0s, color 0.3s linear 0s;
	display:inline-table
}

#button a:hover{background:transparent;color :#840000;}


@media screen and (max-width:900px){
	br{
	display:none;
	}
}

.contact-chbox {
    display:block;
    text-align:center;
    margin:10px 0;
    position:relative;
    vertical-align:text-top;
}

#wrap input[type=radio]
{
    margin-top:8px;
    margin-bottom:8px;
    margin-left:30px;

}

@media screen and (max-width:900px){
	#wrap input[type=radio]{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;	
	}
}

@media screen and (max-width:900px){
#wrap input[type=radio]{

	display:inline;
	text-align:center
	}
}

#wrap input[type=text]{
    border-color:#CCCCCC;
}


#wrap input[type=text]:focus {
    border-color:#6f7279;
    outline:none;
}

#wrap select:focus {
    border-color:#6f7279;
}

#wrap input[type=email]{
    border-color:#CCCCCC;
    outline:none;

}

#wrap input[type=email]:focus {
    border-color:#6f7279;
    outline:none;
}

*:focus {
    outline: 0;
    border-color: #6f7279 !important;
}

#wrap select, #wrap textarea, #wrap input {
    background-color: #141519;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: solid;
    outline: none;
}

option {
    color: #fff;
    font-size: 14px !important;
    background-color: #1c1f24;
    outline: none;
}


#wrap select:focus
{
    outline:none;
}

#wrap select[type=option]:focus {
    color: #000;
    outline: none;
}

#wrap textarea:focus {
    color: #000;
    outline: none;
}

#wrap .total {
    padding: 10px 0;
    font-weight: bold;
    max-width: 90%;
    width:300px;
    color: #000;
    background-color: rgba(255, 82, 0, 1);
    font-size: 16px;
    margin-top: 10px;
}



#wrap div#totalPrice{
	background-color:#fc0;
    padding:10px;
    font-weight:bold;
    width:90%;
    color:#000;
    font-size:20px;

}


#wrap label.radiolabel
{
font-weight:normal;
 display:inline;
}

.button{
	border: 1px solid #ff5200;
	font-size:16px;
	color:#ff5200;
	text-align:center
}

#footer{
;
	width:100%;
	color:#fff;
}

@media screen and (max-width:500px){
	#footer{
	padding-top:10%;
	}
}


#contact{
	padding-top:3%;
	margin-left:5%;
	display:inline-table;
	width:30%
}

#contact h3{
	font-size:25px;
	text-align:left;
	
	text-decoration:underline;
}


@media screen and (max-width:900px){
	#contact h3{
	text-align:center;
	}
}

#contact a{
		color:#ff5200;
}

#contact ul{
	margin:0;
	padding:0;
}

#contact li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.0em;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

#proverb{
	text-align:center;
	display:inline-table;
	width:33%;
}

#maxpreps{
	display:inline-table;
	width:20%;
	text-align:right;
	
}

#maxpreps img{
	vertical-align:text-top
}

@media screen and (max-width:900px){
	#contact,#proverb,#maxpreps{
	width:100%;
	text-align:center;
	margin-left:0%;
	padding-bottom:2%;
	}
}

.find_out_more2 {
    font-size: 20px;
    width: 50%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.7em;
    background-color: #ff5200 !important;
    border: 2px #ff5200 solid !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
.find_out_more2:hover {
    background: #ff5200;
    width:90%;
    color:#141519 !important;
}
.find_out_more2:after {
    font-size: 32px;
    color:#1c1f24 !important;
    line-height: 1em;
    content: "\279f";
    opacity: 0;
    position: absolute;
    margin-left: -20px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 13px;
    right: 15px;
}
.find_out_more2:hover:after {
    opacity: 1;
    margin-left: 0;
}
a.find_out_more2:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.find_out_more2:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.find_out_more2:hover {
    text-decoration: none;
}
.find_out_more2 {
    display: inline-block;
    color: #fff;
}




@media screen and (max-width:900px) {
    .trial {
        font-size: 18px !important;
    }
}


@media screen and (max-width:600px) {
    .trial {
        font-size: 12px !important;
    }
}

input:disabled, select:disabled {
    background-color:rgba(204, 204, 204, 0.20) !important;
}