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

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Bellefair|Montserrat:100,200,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400&display=swap');

video {
  width: 100%; 
  height: auto;
}
.buttons{
display:block;
width:60px;
height:60px;

float:left;
cursor: pointer;
}
@media(max-width:600px) {
   .buttons{
display:block;
width:40px;
height:40px;

float:left;
cursor: pointer;
}

}
#control{
	width: 60px;
	height:200px;
	clear:both;
	position:absolute;
	top: 20px;
	right: 10px;
	z-index: 1;
	
}
@media(max-width:600px) {
	#control{
	width: 40px;
	height:200px;
	clear:both;
	position:absolute;
	top: 20px;
	right: 10px;
	z-index: 1;
	
}
}
.vid-container{
	position:relative;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 0px;
}

button.play{
	background-size:100%;
	background-image: url(../img/play.png);
	background-color: Transparent;
	 height: 60px;
  width:60px;  
  border:none;
  outline:none;
  margin-top: 10px;
  cursor: pointer;
}
@media(max-width:600px) {
	button.play{
	background-size:100%;
	background-image: url(../img/play.png);
	background-color: Transparent;
	 height: 40px;
  width:40px;  
  border:none;
  outline:none;
  margin-top: 10px;
  cursor: pointer;
	}
}
button.pause{
	background-size:100%;
	background-image: url(../img/pause.png);
	background-color: Transparent;
}

#control-btm{
	width: 60px;
	height:60px;
	clear:both;
	position:absolute;
	Bottom: 20px;
	right: 10px;
	z-index: 1;
	
}
@media(max-width:600px) {
	#control-btm{
	width: 40px;
	height:40px;
	clear:both;
	position:absolute;
	Bottom: 10px;
	right: 10px;
	z-index: 1;
	
}
}

.spacer {
	height: 60px;	
}
.top-wrap{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1400px;
	margin: 0 auto;
	align-items:  stretch;
	border: 10px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2); 
box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
}
.top-wrap > * {
  flex: 1 100%;
}

@media all and (max-width: 800px) {
 .top-wrap {
	 flex-direction:  column-reverse;
}
}

@media all and (max-width: 800px) {
 .poster {
	 max-width: 100%;
}
}


.poster{
	position:relative;
	flex-shrink: 3.47;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	
}
@media all and (max-width: 800px) {
 .trailer {
	 max-width: 100%;
}
}
.trailer{
	position:relative;
	flex-grow: 5; 
	margin: 0 auto;
	text-align: center;
	background-color: #000;
}
.credits{
	position:relative;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: 'Barlow', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	color: #FFF;
}

.laurels-container {
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
   padding: 0;
  margin: 0;
  list-style: none;
  max-width: 500px;
}

.laurels-item {
	padding: 2px;
	width: 102px;
	margin-top: 5px;
	
}
.name {
	font-family: 'Barlow', sans-serif;
	font-size: 18pt;
	font-weight: 800;
	color: #FFF;
	
}
.top-logo {
	max-width:300px; 
	margin-top:-15px;
}

.classes-table {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #333;
	border: 1px solid #A2828F;
	max-width: 800px;	
}
.classes-table-top {
	font-family: 'Bellefair', serif;
	font-size: 24pt;
	font-weight: 400;
	color: #FFF;
	background-color: #A2828F;
	
}
.reviews-flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	justify-content: space-around;
	width: 100%;
	 
	
  
}
.reviews-flex-container > * {
  flex: 1 100%;
}
.review-flex-item {
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 350px;
	margin: 10px;
	width: 100%;
	padding: 0px;
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #385791;
	font-weight: 300;
	border-radius: 3px;
}


#control{
	height:30px;
	margin: 0 auto;
}

.news-bg {
	padding: 0px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-image: url(../img/flowers-grass.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin: 0;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
}
.about-flex-container2 {
	padding: 20px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	justify-content: space-around;
	width: 100%;
	border-radius: 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202123+0,000000+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(32,33,35,0.9) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(32,33,35,0.9) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(32,33,35,0.9) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6202123', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */



-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2); 
box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #FFF;	
  
}
.about-flex-container {
	padding: 20px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	border-radius: 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202123+0,000000+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(32,33,35,0.9) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(32,33,35,0.9) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(32,33,35,0.9) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6202123', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */



-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2); 
box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #FFF;	
  
}
.about-flex-container > * {
  flex: 1 100%;
}
.about-flex-item {
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 1100px;
	margin: 10px;
	width: 100%;
	padding: 10px;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 25px;
	text-align: left;
	border-radius: 20px;
}
.about-flex-card-container {
	padding: 20px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	align-items: center;
    justify-content: center;
	width: 100%;
	border-radius: 20px;
	column-gap: 60px;
	
	color: #FFF;	
  
}

.about-flex-card-item {
	width: auto;
	height: 310px;
	margin: 10px;
	width: 100%;
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #FFF;
	background-color: #000;
}
.about-flex-card-item:hover {
	border: 1px solid #a7d8ba;	
}

.photo-item {
	width: auto;
	height: 330px;
	margin: 10px;
	width: 100%;
	font-family: 'Barlow', sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #FFF;
	background-color: #000;
}
.photo-item:hover {
	border: 1px solid #a7d8ba;	
}

.about-flex-film-item {
	width: auto;
	height: auto;
	margin: 10px;
	font-family: 'Barlow', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #FFF;
	background-color: #000;
	line-height: 30px;
}
.about-flex-film-item:hover {
	border: 1px solid #a7d8ba;	
	color: #a7d8ba;
	background-color: #333;
}


.review-container {
	padding: 20px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	border-radius: 20px;

  
}
.review-item {
	flex: 1 auto;
	height: auto;
	margin: 20px;
	font-family: 'Barlow', sans-serif;
	font-size: 24pt;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #CCC;
	
	
	padding: 10px;
}
.review-item:hover {
	border: 1px solid #a7d8ba;	
	
	
}

.review-item-text {
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
	padding: 10px;
}
.flex-container-thumbs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0;
	list-style: none;
	row-gap: 5px;
	column-gap: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

.flex-item-thumbs {
  padding: 5px;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  line-height: 150px;
  text-align: center;
}
.social-container {
  padding: 0;
  margin: 0;
  list-style: none;
  width:100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.dash-line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	width: 100%;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cast {
	text-align:left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #FFF;
	background-color: #000;
	padding-bottom: 20px;
}
.cast-name {
	text-align:center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-family: 'Barlow', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	line-height: 25px;
}
.credits-container {
	display: flex;
	justify-content: center;
		width: 100%;
	margin: 1 auto;
	}

.left-item {
	height: 25px;
	margin-top: 10px;
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #FFF;
	text-align:right;
	margin-right: 30px;
	width: 50%;
	
	}
.right-item {
	height: 25px;
	margin-top: 10px;
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #FFF;
	text-align:left;
	width: 50%;
	
	}
	.news-container {
	padding: 10px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	border-radius: 20px;
	
}

.news-item {
	width: 280px;
	height: 180px;
	margin: 10px;
	
	font-family: 'Barlow', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 11px 12px 4px rgba(0,0,0,0.2);
	color: #a7d8ba;
	background-color: #000;
	padding: 15px;
	
}
	
.news-item:hover {
	border: 1px solid #a7d8ba;	
	
	
}	
	
.social-item {
	padding: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 10px;
	
}


 .gradient {
	background-color: #000;
 }
 .list-eth {
	list-style-position: outside;
	list-style-image: url(../img/mini-eth2.png);
	list-style-type: none;
	margin-bottom: 20px;	 
	
 }
 
 .blue {
	color: #219fcd;	 
 }
 .purple {
	color: #8256cb;	 
 }
 .button-pink {
	border: 1px solid #8d1dfd;
	color: #FFF;
	font-size: 28pt;
	background-color: #00e8ff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
	max-width:320px;
	text-transform: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.button-pink:hover {
	border: 1px solid #FCDAFD;
	color: #FFFFFF;
	background-color: #8d1dfd;	
}
.button-blue {
	border: 1px solid #aaa;
	color: #FFFFFF;
	font-size: 14pt;
	background-color: #71906d;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
	
	text-transform: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	max-width:320px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
}
.button-blue:hover {
	border: 1px solid #aaa;
	color: #FFFFFF;
	background-color: #9ab096;	
}
.segment-img {
	border-radius: 10px;
	width: 100%;
	display:inline;
	max-width: 160px;
	min-width: 120px;
	
}
.seg-container {
	background-color: #1a7b9e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	margin: 10px;
	max-width: 650px;
}
.seg-container:hover {
	background-color: #1FDBF8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	margin: 10px;
}
.seg-item {
	margin: auto;  
	font-family: 'Montserrat', sans-serif;
}

.pink {
	color: #ffddfe;	
	
}
.pop-header {
 margin: 0 auto;
   font-size: 60px;
	color:#1fdbf8;	
	font-family: 'Parisienne', cursive;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8d1dfd+0,471193+0,12536d+100 */
background: rgb(141,29,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(141,29,253,1) 0%, rgba(71,17,147,1) 0%, rgba(18,83,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(141,29,253,1) 0%,rgba(71,17,147,1) 0%,rgba(18,83,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(141,29,253,1) 0%,rgba(71,17,147,1) 0%,rgba(18,83,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1dfd', endColorstr='#12536d',GradientType=0 ); /* IE6-9 */
}
.segments {
	margin: 0 auto;
	text-align:center;
	width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8d1dfd+0,471193+0,12536d+100 */
background: rgb(141,29,253); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(141,29,253,1) 0%, rgba(71,17,147,1) 0%, rgba(18,83,109,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(141,29,253,1) 0%,rgba(71,17,147,1) 0%,rgba(18,83,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(141,29,253,1) 0%,rgba(71,17,147,1) 0%,rgba(18,83,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1dfd', endColorstr='#12536d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.tab_content {
	display: none;
	width: 96%;
	max-width: 1160px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align:center;
	font-size: 14pt;
}

navChannel {
	width: 96%;
	max-width: 1160px;
	text-align:center;
	
	
	
}
navChannel ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: column wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 520px;


}

navChannel ul li {
	list-style: none;
	text-align: center;
	color:#FFF;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	max-width: 520px;
	height: auto;
	font-size: 18pt;
}
navChannel li a:hover {
	background-color: #1FDBF8;
	color:#FFF;
}
navChannel li.active a {
	background-color: #1FDBF8;
	color:#FFF;
}
navChannel li.active a:hover {
	background-color: #1FDBF8;
	color:#FFF;
}
 
navChannel ul li:first-child {
  border-left: none;
}

navChannel ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14pt;
	padding: 20px;
	background-color: #8D1DFD;
	font-weight: normal;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	
	
	width: 100%;
}

#c5bg {
	background-image: url(../img/c5-bg.jpg);
	background-repeat: no-repeat;	
}

 #about {
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-o-background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	color:#FFF;
 }
@media (max-width: 754px) {
   #about {
        background-image: url(../img/c1-phone.jpg);
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
   #about {
        background-image: url(../img/c1-mid.jpg);
    }
}

@media (min-width: 1025px) {
	#about {
		background-image: url(../img/c1-wide.jpg);
	}
}
 

  #reviews {
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-o-background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	color:#FFF;
 }
 
 @media (max-width: 754px) {
   #reviews {
        background-image: url(../img/c3-phone.jpg);
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
   #reviews {
        background-image: url(../img/c3-mid.jpg);
    }
}

@media (min-width: 1025px) {
	#reviews {
		background-image: url(../img/c3-wide.jpg);
	}
}

#news{
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-o-background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	color:#FFF;
	
 }
 @media (max-width: 754px) {
	 #news {
        background-image: url(../img/c6-phone.jpg);
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
	#news {
        background-image: url(../img/c6-mid.jpg);
    }
}

@media (min-width: 1025px) {
	#news {
		background-image: url(../img/c6-wide.jpg);
	}
}
