@charset "UTF-8";
/* CSS Document */


.full {
visibility: visible;
}

.mobile {
visibility: hidden;
height: 0px;
width: 0px;
}

.bars {
	
	padding-bottom: 5px;
	padding-top: 5px;
}

.logo1 {
	height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.site_logos {
	width: 230px;
}

.upgradeBanner {
	width: 900px;
	max-width:100%;
}

.subTxt {
font-size: 14px;
font-weight: 200;
color: #999;
}

.padContent {
padding-top: 5px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 20px;
}

.padContent2 {
padding-top: 5px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
margin:0;
min-height: 1000px;
overflow-y: hidden;
}

.btn_pad {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}
.box4download {
	padding: 10px;
	width: 300px;
}
.btn4download {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
 	font-weight: 100;
	text-align: center;
  color: #000000;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.36);
}

.btn4download:hover {
  background: #f6f6f6;
  background-image: -webkit-linear-gradient(top, #f6f6f6, #bdbdbd);
  background-image: -moz-linear-gradient(top, #f6f6f6, #bdbdbd);
  background-image: -ms-linear-gradient(top, #f6f6f6, #bdbdbd);
  background-image: -o-linear-gradient(top, #f6f6f6, #bdbdbd);
  background-image: linear-gradient(to bottom, #f6f6f6, #bdbdbd);
  text-decoration: none;
}
.movie1280 {
width: 100%;
max-width:1200px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background:#161616;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.movie850 {
width: 850px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

.movie640 {
width: 100%;
max-width:640px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background:#161616;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.controlGroup_mobile {
	display: none;
}


@media only screen and (max-width: 886px) {
.movie1280 {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.movie850 {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie640 {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
}
}

@media only screen and (max-width: 696px) {
.controlGroup_full {
	display: none;
	}
.controlGroup_mobile {
	display: block;
	}

}

@media only screen and (max-width: 480px) {
.logo_sm {
	height: 50px;
	
	padding-bottom: 5px;
}
.full {
	visibility: hidden;
	height: 0px;
	width: 0px;
	}
.mobile{
	visibility: visible;
	height: auto;
	width: 100%;
	}
.padContent {
	padding-left: 5px;
	padding-right: 15px;
	}
}	