.actresslist{
	text-align:center;
	margin-top:10px;

}
.actresslist a{
	display: inline-block;
	width:150px;
	margin-left:5px;
}
.qc_title{
   position: relative;
   border-radius: 4px;
   background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
   text-align: center;
   font-size: 15px;
   text-transform: uppercase;
   width: 100%;
   transition: all 0.4s;
   cursor: pointer;
   margin: auto;
}
.viewimage{
	text-align:center;
	margin-top:10px;
}
.qc{
	text-align:center;
	margin-top:10px;
}
.qc li{
	display: inline-block;
	margin:5px;
}
.qc p{
	width:200px;height: 40px;overflow: hidden;
	margin-top:1px;
}
.view-content {
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 15px 20px;
	max-width: 600px;
	background: #eef7ff;
	border: 2px solid #007bff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}
.view-content a {
	display: block;
	margin: 8px 0;
	color: #007bff;
	text-decoration: none;
	font-weight: 500;
}
.view-content a:hover {
	text-decoration: underline;
}
body{
	background-color:black;
}
.footer{
	text-align: center;
	color:white;
	margin-top:20px;
}
a{
	color:#367a9c;
}
a:hover{
	color:white;
}
.logo{
	margin:auto;
	text-align: center;
}
.qc_title a{
	color:white;
	
}
.qc_title:hover a{
	color:blue;
	
}
.button_cont {
 margin-top:20px;
 margin-bottom:20px;
 text-align:center;
 padding:5px;
}
.go_to_video {
   border-radius: 4px;
   background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 22px;
   padding: 20px;
   width: 200px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
 }
 .go_to_video span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .go_to_video span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .go_to_video:hover span {
     color:black;
   padding-right: 25px;
 }
 .go_to_video:hover span:after {
   opacity: 1;
   right: 0;
 }
 .go_to_image {
   border-radius: 4px;
   background: linear-gradient(to right, #fc1b55, #005555) !important;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 22px;
   padding: 20px;
   width: 200px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
 }
 .go_to_image span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .go_to_image span:after {
   content: '\25bc';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .go_to_image:hover span {
     color:black;
   padding-right: 25px;
 }
 .go_to_image:hover span:after {
   opacity: 1;
   right: 0;
 }
 /* mobile */
@media all and (max-width: 480px) {
	.actresslist {
		width:100%;}
	.qc {
		width:100%;
	}
	.go_to_video{
		font-size: 12px;
	}
}