 @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
 /* I wanted to center my loader */
 body{
 	font-family: 'Oswald', sans-serif;
 }

 #cycle-loader {
 	height:32px;
 	left:50%;
 	margin:-8px 0 0 -8px;
 	position:absolute;
 	top:50%;
 	width:32px;
 	z-index:999;
 }

 /*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
 #maximage {
 	display:none;/* Only use this if you fade it in again after the images load */
 	position:fixed !important;
 }

 /*Set my gradient above all images*/
 #gradient {
 	left:0;
 	height:100%;
 	position:absolute;
 	top:0;
 	width:100%;
 	z-index:999;
 }

 /*Set my logo in bottom left*/
 #logo {
 	bottom:30px;
 	height:auto;
 	left:30px;
 	position:absolute;
 	width:34%;
 	z-index:1000;
 }
 #logo img {
 	width:100%;
 }

 #arrow_left, #arrow_right {
 	bottom:30px;
 	height:67px;
 	position:absolute;
 	right:70px;
 	width:36px;
 	z-index:1000;
 }
 #arrow_left {
 	right:135px;
 }

 #arrow_left:hover, #arrow_right:hover {
 	bottom:29px;
 }
 #arrow_left:active, #arrow_right:active {
 	bottom:28px;
 }

 a {color:#666;text-decoration:none;}
 a:hover {text-decoration:underline;}

 .in-slide-content { 
 	color:#fff;
 	float:right;
 	font-family: 'Oswald', sans-serif;
 	font-size:60px;
 	font-weight:bold;
 	right:0;
 	margin:0 40px;
 	padding:20px;
 	position:absolute;
 	top:0;
 	bottom: 0;
 	width:700px;
 	z-index:9999; /* Show above .gradient */

 	-webkit-font-smoothing:antialiased;
 	background: rgba(0,0,0,.8);
 }
 .in-slide-content p{
 	font-family: arial;
 	font-size:30px;
 	font-weight: normal;
 	margin-top: 20px;
 	color: #909090;
 	line-height: 40px;
 }
 .in-slide-content h4{
 	font-size: 40px;
 	color: #e1b95a;
 }
 .light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
 .smaller-text {font-size:30px;}
 .youtube-video, video {
 	left:0;
 	position:absolute;
 	top:0;
 }



 /*table-prayer*/
 .table-prayer{
 	display: table;
 	width: 100%;

 }
 
 .table-prayer thead th {
 	font-size: 30px;
 	font-weight: 400;
 	background: #40adef;
 	color: #fff;
 	text-align: center;
 	line-height: 50px;
 	margin-bottom: 20px;
 }
 .table-prayer th, .table-prayer td {
 	padding: 14px !important;
 }
 .table-prayer td{
 	text-align: center;
 	border-bottom: 1px solid #333;
 	color: #fff;
 }
 .table-prayer td:nth-child(2n+1){

 	color: #37b2fd;
 }
 .clock > p {
 	font-family: 'Oswald', sans-serif;
 	display: inline-block;
 	font-size: 70px;
 	font-weight: 800;
 	line-height: 50px;
 	color: #fff;
 }
 .clock > span {
 	font-size: 70px;
 	font-weight: 800;
 	line-height: 50px;
 }
 .left_top{
 	text-align: center;
 	color: #fff;
 	padding: 20px 0px;
 }
 .left_top h3{
 	font-size: 40px;
 	margin: 20px 0px;
 }
 .left_top .date{
 	color: #ccc;
 	font-size: 20px;
 	font-weight: normal;
 	margin-top: 20px;
 }


 #timer {
 	line-height: 40px;
 	margin: auto;
 	margin-bottom: 20px;
 	overflow: hidden;
 	width: 70%;
 	max-width: 500px;
 	margin-top: 50px;

 }

 #timer > div {
 	display: inline-block;
 	float: left;
 	width: 30%;
 	font-weight: bold;
 	margin: 1.5%;
 	line-height: 100px;
 	background: rgba(255,255,255,.1);
 	border-radius: 10px;
 	font-size: 50px;
 }
 #timer > div span{
 	font-size: 16px;
 	display: block;
 	border-radius: 5px;
 	font-weight: normal; 
 	background: #fff;
 	color: #19324f;
 	margin-top: 10px;
 	line-height: 40px;
 }
 .upcoming_namaz_time {

 	text-align: center;
 }
 .upcoming_namaz_time h2  {
 	font-size: 20px;
 }
 .upcoming_namaz_time h2  {
 	font-size: 30px;
 }


 .marque {
 	background: #000;
 	color: #fff;
 	position: relative;
 	padding-left: 140px;
 }
 .info_list li {
 	list-style-type: none;
 	display: inline-block;
 	padding: 10px;
 	margin-right: 10px;
 	font-size: 20px;
 	color: #ccc;
 }
 .info_list li:nth-child(2n+1) {
 	color: #fff;
 }
 .marque:after {
 	position: absolute;
 	left: 0;
 	top: 0;
 	content: "Notice :";
 	background: #fff;
 	padding: 5px 20px;
 	color: #000;
 	line-height: 40px;
 	font-weight: bold;
 	font-size: 20px;
 }
