body{
	background-color: #efefef;
	font-family: nobel, sans-serif;
}
.loader{
	width: 100%;
	height:100%;
}  
.thinblueline{
	grid-area: line;
	height:8px;
	background-color: #0061a0;                
}
.head{
	grid-area: head;

	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto auto; 
	grid-template-areas: 
		"line"
		"logo"
		"chan";                  ;
}          
.logo {                
	background-image: url('images/ayoba-logo2.png');
	width: 102px;
	height: 30px;                
	margin: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.channel {                
	font-weight: bold;
	font-size: 2.5em;
	text-align: left;
	color: #1565c0;
	margin: 0px 10px 10px 10px;
	grid-area: chan;
	display: flex;
	align-items: center;
}
.cardimg {
	width: 100%;
	grid-area: card;
	position:relative;
}
.cardimg img{
	width: 100%;
	height: auto;
}
.thevideo{
	width: 100%;
	grid-area: vid;
	position:relative;                   
}
.thevideo video{
	width: 100%;
	height: auto;                
}            
.share{
	background-image: url('images/share.png');
	grid-area: ball;
	width: 72px;
	height: 72px;
	position: absolute;
	right: 35px;
	top: -25px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 99;
}
.share:hover{
	transform: scale(1.1);
}                                        
.shares{
	font-size: 0.8em;
	position: absolute;
	right: 30px;
	top: -30px;
	width: 300px;                                
	background-color: white;
	border: 1px solid black;
	padding: 10px;
	z-index: 100;
}                        
.title {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px;
	grid-area: row1;
}
.subtitle {
	font-weight: bolder;
	font-size: 1.2em;
	color: #1565c0;
	margin: 10px;
	grid-area: row2;
}
.published {
	font-size: 0.75em;
	margin: 10px;
	color: #777777;
	grid-area: row3;
}            
.body {
	font-size: 1em;
	margin: 10px;
	grid-area: body;
}
.likedesk{
	grid-area: desk;
}
.likemobi{
	grid-area: mobi;
}
.foot {               
	border-top: 1px solid #eeeeee;                
	background-color: #0061a0;
	grid-area: foot;
	height: 100px;
	display: grid;
	align-items: center;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto; 
	grid-template-areas: 
		"desk goog";                    ;
}
.container {                
	margin: 0 auto;                
	background-color: white;
	opacity: 1;
	width: 65%;                

	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto; 
	grid-template-areas:                 
		"head"
		"card"
		"vid "
		"row1"
		"row2"
		"row3"                    
		"body"
		"foot";
}    
.likemobi{
		display: none;
		visibility: hidden;
}        
.like{
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	grid-area: like;
	text-align: left;
	margin-left: 40px;
}
.yellow{
	color: #ffb300;  
}
.like2{                
	grid-area: lik2;
	font-weight: bold;
	font-size: 1.2em;                
	text-align: left; 
	margin-left: 40px;
}
.android{
	grid-area: andr;

	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto; 
	grid-template-areas: 
		"a1"
		"a2"
		"a3";
}
.android1 {
	grid-area: a1;                
	background-image: url('images/free.png');
	width: 250px;
	height: 82px;
	margin: auto;                
	padding-top: 10px;
	background-repeat: no-repeat;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.android1:hover{                
	transform: scale(1.1);
}
.android2 {
	grid-area: a2;
	text-align: center;
	padding-top: 10px;
	color: #666666;                
	font-size: 0.7em;
}
.android3 {
	margin: 0 auto;
	grid-area: a3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;                
	font-size: 0.7em;
}                              
.googleplay{    
	background-image: url('images/googleplay.png');
	width: 150px;
	height: 43px;                
	background-repeat: no-repeat;
	cursor: pointer;
	grid-area: goog;                
	margin: auto;
	transition: all .2s ease-in-out;
}
.googleplay:hover{
	transform: scale(1.1);               
}
.appstore{
	float: left;
	background-image: url('images/appstore.png');
	width: 152px;
	height: 56px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	grid-area: apps;
}
.appstore:hover{
	opacity: 0.7;                
}        
.error{
	color: red;
	text-align: center;
	width: 100%;
}                   
.mobilewrapper {
	position: relative;                    
}
a{
	text-decoration: none;
}
.socialholder{
	position: relative;
	margin-top: 20px;
}
.network{             
	padding: 5px 10px;   
	cursor: pointer; 
}            
.network:hover{
	background-color: #eeeeee;
}
.icon{
	background: url('images/icons.png');
	background-repeat: no-repeat;
	background-size: 75px;
	height: 23px;
	width: 23px;                
	line-height: 23px;
	vertical-align: middle;
	display: inline-block;                
}            
.closebutton{                
	right: 0px;
	top: 0px;
	cursor: pointer;
	height: 44px;
	width: 44px;
	position: absolute;
	background-color: transparent;
	border: 0px;                
}
.closebutton:hover{
	background-color: #eeeeee;
}
.closeicon{
	background: url('images/sprites.png');
	background-position: left -603px;
	background-repeat: no-repeat;                
	display: block;
	color: #525252;
	height: 30px;
	position: relative;
	width: 30px;
	top: 0px;
}            
.facebook{
	background-position: center -73px;
}
.messenger{
	background-position: center -1353px;
}
.twitter{
	background-position: center -159px;
}
.pinterest{
	background-position: center -1311px;
}
.linkedin{
	background-position: center -1030px;
}
.whatsapp{
	background-position: center -1073px;
}
.email{
	filter: invert(100%); 
	background-color: #615f5d;
	background: url('images/sprites.png');
	background-position: center -624px;
	background-size: 20px;
}
.copy{
	border: 1px solid #4a9442;
	clear: both;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 95%;
	margin: .1em 8px;
	margin-left: 10px;
}
.sharelink{
	color: #6bbd45;
	cursor: auto;
	padding: .5em 5px;
	text-decoration: none;
	width: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
@media only screen and (max-width: 1023px) {
	.head {
		grid-template-columns: 67px auto;
		grid-template-areas: 
			"line line"
			"logo chan";
		}
	.logo {                
		background-image: url('images/a.png');
		width: 57px;
		height: 57px;
	}
	.foot {               
		grid-template-columns: auto;
		grid-template-rows: auto auto; 
		grid-template-areas: 
			"mobi"
			"goog";                        
	}
	.likedesk{
		display: none;
		visibility: hidden;
	}
	.likemobi{
		display:inline;
		visibility: visible;
	}
	.like {
		font-size: 1em;
		text-align: center;
		margin-left: 0px;
	}                        
	.mobilewrapper{
		display: table;
		background-color: #e6edf7;                    
	}
	.channel {
		font-size: 2em;                    
	}
	.title {
		font-size: 1.2em;                    
	}
	.subtitle {          
		font-size: 1em;                        
	}
	.body {
		padding: 10px 10px 10px 10px;
		border-radius: 20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		background-color: white;
	}
	.body p {
		display: block;
		margin-top: 0;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
	}                
	.appstore{
		float: right;
	}
	.share{
		transform: scale(0.8);
	}
} 

@media only screen and (min-width: 800px) and (max-width: 1023px) {
	.container{
		width: 80%;
	}
	.like{
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 400px) and (max-width: 799px) {
	.container{
		width: 100%;
	}
	.like{
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 399px) {
	.container{
		width: 100%;
	}
	.channel {
		font-size: 1em;
	}
	.like{
		font-size: 0.7em;
	}                
}                                        

.lds-dual-ring {
	width: 80px;
	height: 80px;
	margin: auto;                
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}