@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Icons';
    src: url('../Fonts/fa-brands-400.eot');
    src: url('../Fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/fa-brands-400.woff2') format('woff2'),
        url('../Fonts/fa-brands-400.woff') format('woff'),
        url('../Fonts/fa-brands-400.ttf') format('truetype'),
        url('../Fonts/fa-brands-400.svg#FontAwesome5Free-Solid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Icons2';
    src: url('../Fonts/fa-solid-900.eot');
    src: url('../Fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/fa-solid-900.woff2') format('woff2'),
        url('../Fonts/fa-solid-900.woff') format('woff'),
        url('../Fonts/fa-solid-900.ttf') format('truetype'),
        url('../Fonts/fa-solid-900.svg#FontAwesome5Free-Solid') format('svg');
  font-weight: normal;
  font-style: normal;
}
*
{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
	  margin: 0;
	padding: 0;
	width:100%;
	direction:ltr;
	font-family: 'Poppins', sans-serif !important;
	 -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
	outline: none;
}
img
{
	border:0px;
	display:block;
	outline: none;
	border-style: none;
}
img::before {
  display: block;
  content: '';
  /* You could reduce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
}
ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	display: block;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Poppins', sans-serif !important;
}
p
{
	font-family: 'Poppins', sans-serif !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
select,
input[type="submit"] {
     -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
	 box-shadow: none !important;
	font-family: 'Poppins', sans-serif !important;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 17px;
	right: 17px;
	overflow: hidden;
	width: 42px;
	padding: 0px 5px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: none;
	background: #000;
	z-index: 9;
	color: #fff;
	font-weight: 100;
	font-weight: 400;
	font-size: 14px;
	border-radius: 7px;
}
#toTop:before
{
	content: "\f077";
    font-family: 'Icons2';
    font-size: 12px;
	
}
.center
{
	width: 1200px;
	margin: 0px auto;
}
.flex
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.center-flex
{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.justify-content1
{
	justify-content: flex-start;
}
.justify-content2
{
	justify-content: flex-end;
}
.justify-content3
{
	justify-content: space-between;
}
.justify-content4
{
	justify-content: center;
}
.very-small-head
{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
.small-head
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.medium-head
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
.big-head
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
.very-big-head
{
	font-size: 34px;
	line-height: 28px;
	font-weight: 600;
}
.other-big-head
{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.small-des
{
	font-size: 14px;
	line-height: 20px;
}
.very-small-des
{
	font-size: 12px;
	line-height: 18px;
}
.medium-des
{
	font-size: 16px;
	line-height: 26px;
}
.small-font
{
	font-size: 12px;
}
.medium-font
{
	font-size: 14px;
}
.big-font
{
	font-size: 16px;
}
.black-color
{
	color: #000;
}
.grey-color
{
	color: #606060;
}
.white-color
{
	color: #fff;
}
.blue-color
{
	color: #000
}
.black-bg
{
	background-color: #000;
}
.grey-bg
{
	background-color: #FBFBFB;
}
.white-bg
{
	background-color: #fff;
}
.blue-bg
{
	background-color: #000;
}
.time
{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.section-white
{
	padding: 30px 0px;
	background-color: #fff;
}
.section-grey {
	padding: 30px 0px;
	background-color: #eeeeee;
}
.section-grey-top
{
	padding: 30px 0px;
	background-color: #fbfbfb;
}
.section-green
{
	padding: 30px 0px;
	background-color: #000;
}
.header
{
	-webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.06);
	background-color: #fff;
	position: relative;
}
.date-header span
{
	display: block;
}
.menu-top
{
	margin-right: 25px;
}
.menu-top ul li
{
	margin-right: 15px;
}
.menu-top ul li:last-child
{
	margin-right: 0px;
}

.menu-top ul li a:hover
{
	color: #555;
}
.top-search
{
	background-color: #0F0F0F;
	padding: 0px 10px;
}
.text-search-top
{
	background-color: transparent;
	border: 0px;
	padding: 10px 0px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	width: 160px;
	outline: none;
}
.text-search-top:focus 
{
    width: 300px;
}
.search-btn
{
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	text-align: center;
		color: #fff;
    font-family: "Icons2";
	font-size: 16px;
}
.search-btn:before
{
	content: "\f002";

}
.center-header
{
	padding: 30px 0px;
}
/*.social
{
	flex: 1 33.33%;
  	max-width: 33.33%;
}*/
.social ul li
{
	margin-right: 10px;
}
.social ul li:last-child
{
	margin-right: 0px;
}
.social ul li a
{
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius:8px;
	font-family: "Icons";
}
.twitter:before
{
	content: "\f099";
}
.linked:before
{
	content: "\f0e1";
}
.instagram:before
{
	content: "\f16d";
}
.facebook:before
{
	content: "\f39e";
}
.youtube:before
{
	content: "\f167";
}
.tiktok:before {
	content: "\e07b";
}
.discord:before
{
	content: "\f392";
}
.social ul li a:hover
{
	background-color: #555;
}
/*.logo
{
	flex: 1 33.33%;
  	max-width: 33.33%;
}*/
.logo a img
{
	width: 190px;
	margin: auto;
}
.subscribe-button
{
	flex: 1 33.33%;
  	max-width: 33.33%;
}
.subscribe-button a
{
	padding: 9px 20px;
	border-radius: 5px;
	display: inline-block;
}
.subscribe-button a:hover
{
	background-color: #555;
}
.subscribe-button a:before
{
	content: "\f0e0";
	margin-right: 5px;
	font-family: "Icons2";
}
.menu ul li
{
	margin-right: 30px;
	position: relative;
}
.menu ul li:last-child
{
	margin-right: 0px;
}
.menu ul li.active
{
	color: #000 !important;
}
.active
{
	color: #000 !important;
}
.bottom-header
{
	padding: 22px 0px;
	line-height: 14px;
	border-top: 1px solid #f1f1f1;
}
.menu ul li a:hover
{
	color: #555;
}

.special
{
	color: #000 ;
	font-weight: 500;
}

.special span
{
	display: block;
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	background-color: #000;
	width: 7px;
	height: 7px;
	border-radius: 100%;
}
.special span:before
{
	content: "";
	width: 2px;
	height: 10px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	
}
.footer
{
	padding: 50px 0px;
}
.logo-footer {
	width: 30%;
}
.logo-footer a img
{
	width: 190px;
}
.right-f {
	width: 25%;
}
	.right-f .footer-app
	{
		margin-top:0px;
	}
	.menu-footer {
		width: 20%;
	}
.menu-footer ul
{
	width: 33.3%;
}
.menu-footer ul li
{
	margin-top: 15px;
}
.menu-footer ul li:nth-child(1)
{
	margin-top: 0px;
}
.menu-footer ul li a:hover
{
	color: #555;
}
.social-footer
{
	width:25%;
}
.social-footer ul li
{
	margin-top: 15px;
}
	.social-footer ul li:last-child
	{
		margin-right:0px;
	}
	.social-footer ul li a:hover {
		color: #555;
	}
.twitter-footer:before
{
	content: "\f099";
	font-family: "Icons";
	margin-right: 10px;
}
.linked-footer:before {
	content: "\f0e1";
	font-family: "Icons";
	margin-right: 10px;
}

.instagram-footer:before
{
	content: "\f16d";
	font-family: "Icons";
	margin-right: 10px;
}
.facebook-footer:before
{
	content: "\f39e";
	font-family: "Icons";
	margin-right: 10px;
}
.youtube-footer:before
{
	content: "\f167";
	font-family: "Icons";
	margin-right: 10px;
}
.tiktok-footer:before {
	content: "\e07b";
	font-family: "Icons";
	margin-right: 10px;
}
.home-blocks ul li
{
	width: 585px;
	margin-right: 30px;
	margin-top: 30px;
}
.home-blocks ul li:nth-child(2n)
{
	margin-right: 0px;
}
.home-blocks ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.image-block
{
	background: url("../Images/Spinner.gif") center center no-repeat #fbfbfb;
}
.image-block,.image-block a img
{
	width: 250px;
	height: 153px;
	border-radius: 5px;
}
.category-block
{
	margin-bottom: 5px;
}
.title-block
{
	margin-bottom: 5px;
}
.title-block a:hover
{
	color: #555;
}
.desk-block a:hover
{
	color: #555;
}
.date-block
{
	margin-bottom: 5px;
}
.date-block span
{
	display: block;
}
.place-block span
{
	display: block;
}
.block-details
{
	margin-left: 20px;
	width: 315px;
}

.title
{
	margin-bottom: 30px;
}
.view-more
{
	padding: 10px 16px;
	border-radius: 7px;
}
.view-more:after
{
	content: "\f054";
	font-family: "Icons2";
	margin-left: 5px;
	font-size: 10px;
}
.view-more:hover
{
	opacity: 0.7;
}
.tv-block
{
	width: 790px;
	height: 444px;
	position: relative;
	margin-right: 30px;
	border-radius: 5px;
	
}
.right-tv .tv-block,.right-tv .tv-image,.right-tv .tv-image a img
{
	width: 380px;
	height: 214px;
}
.right-tv .tv-block
{
	margin-right: 0px;
	margin-top: 15px;
	
}
.right-tv .tv-block:nth-child(1)
{
	margin-top: 0px;
}
.tv-image
{
	background: url("../Images/Spinner.gif") center center no-repeat #fbfbfb;
	position: relative;
	width: 790px;
	height: 444px;
	border-radius: 5px;
}
.tv-image a img
{
	width: 790px;
	height: 444px;
	border-radius: 5px;
}
.tv-title
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	z-index:2;
	
}
.tv-image a:before
{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 60%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 65%, rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.80)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 65%,rgba(0,0,0,0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index:1;
}
.tv-title h2 a span
{
	margin-bottom: 15px;
	display:block;
}
.tv-title h2 a span:before
{
	    display:block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #000;
    font-size: 10px;
    border-radius: 100%;
    text-align: center;
    font-family: "Icons2";
    content: "\f04b";
    margin-right: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	z-index:2;
	
}
.tv-block:hover .tv-title h2 a
{
	color: #555;
}
.tv-block:hover .tv-title h2 a span:before
{
	background-color: #555;
	color: #fff;
}
.small-image
{
	width: 55px;
	height: 55px;
	background: url("../Images/Spinner.gif") center center no-repeat #fbfbfb;
	border-radius: 100%;
	margin-right: 10px;
	background-size: 180px;
}
.more-white
{
	    padding: 10px 16px;
    border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 15px;
	display: inline-block;
}
.more-white:after 
{
    content: "\f054";
    font-family: "Icons2";
    margin-left: 5px;
    font-size: 10px;
}
.more-white:hover
{
	background-color: #fff;
	color: #000;
}
.above-title
{
	position: absolute;
	top: -50px;
	left: 0px;
	width: 50px;
	height: 70px;
	background-color: #87D2AB;
}
.top-image a img
{
    width: 790px;
    height: 485px;
    border-radius: 5px;
}
.top-image
{
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
    position: relative;
    width: 790px;
    height: 485px;
    border-radius: 5px;
}
.top-article 
{
	width: 790px;
    height: 485px;
	position: relative;
}
	.top-article .desk-block p:after {
		content: "...";
		display: none;
		margin-left: 3px;
	}
	.top-image a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 65%, rgba(0,0,0,0.80) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.80)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 65%,rgba(0,0,0,0.80) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		z-index: 0;
	}
.top-details
{
	position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
	z-index: 1;
}
.below-articles ul li
{
	margin-right: 30px;
	/*margin-top: 30px;*/
	width: 380px;
}
.below-articles ul li:nth-child(3n)
{
	margin-right: 0px;
}
.below-image
{
	width: 380px;
    height: 233px;
	   border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
}
.below-image a img
{
	width: 380px;
    height: 233px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.below-details
{
	padding: 15px;
	background-color: #FBFBFB;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.left-side
{
	width: 790px;
	margin-right: 30px;
}
.right-side
{
	width: 380px;
}
.trending
{
	margin-bottom: 30px;
}
.trending ul li
{
	margin-top:14.7px;
	padding-top: 14.7px;
	border-top: 1px solid #F9F9F9;
}
.trending ul li:nth-child(1)
{
	padding-top: 0px;
	border-top: 0px;
	margin-top: 0px;
}
.trending-image
{
	    width: 137px;
    height: 84px;
	border-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
	margin-right: 15px;
	background-size: 120px;
}
.trending-image a img
{
	    width: 137px;
    height: 84px;
	border-radius: 5px;
	
}
.trending-details
{
	width: 228px;
}
.trending ul li .date-block
{
	margin-bottom: 0px;
}
.ad-right
{
	width: 380px;
	height: 398px;
	border-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
}
.ad-right a img
{
	width: 380px;
	height: 398px;
	border-radius: 5px;
}
.tabs
{
	margin-right: 15px;
}
.tabs ul li
{
	margin-right: 15px;
}
.active-event:before
{
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #000;
	position: absolute;
	bottom: -5px;
	left: 0px;
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tabs ul li a
{
	position: relative;
}
/*.tabs ul li a
{
	border-bottom:2px solid #fbfbfb;
	padding: 0px 1px;
}*/
.tabs ul li a.active-event:before
{
			-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 100%;
}
.tabs ul li:last-child
{
	margin-right: 0px;
}
.active-event
{
	color: #000;
}
.tabs ul li a.active-event
{
	color: #000;
	font-weight: 500;
}
.expert-right
{
	margin-top: 30px;
}
.expert-right ul li
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F9F9F9;
}
.expert-right ul li:last-child
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.tv-side
{
	margin-top: 30px;
}
.tv-side .tv-block
{
	margin-top: 30px
}
.social-side
{
	padding: 30px;
	margin-top: 30px;
}
.social-side  ul li
{
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
}
.social-side  ul li:nth-child(-n+2)
{
	margin-top: 0;
}
.social-side  ul li:nth-child(2n)
{
	margin-right: 0px;
}
.social-side  ul li a
{
	width: 100%;
	padding: 10px 0px;
	border-radius: 5px;text-align: center;
}
.social-side  ul li a:hover
{
	opacity: 0.7;
}
.social-side  ul li .twitter-footer
{
	background-color: #3EA1EC;
}
.social-side  ul li .facebook-footer
{
	background-color:#324E8C;
}
.social-side  ul li .instagram-footer
{
	background-color:#D81F5E;
}
.social-side  ul li .youtube-footer
{
	background-color:#B01A1F;
}
	.social-side ul li .tiktok-footer {
		background-color: #040404;
	}
	.social-side ul li .linked-footer {
		background-color: #0e76a8;
	}
.social-side  ul li .discord-footer
{
	background-color:#5865F2;
}
.category-blocks ul li .image-block, .category-blocks ul li .image-block a img {
    width: 365px;
    height: 224px;
    border-radius: 5px;
}
.category-blocks ul li .block-details
{
	width:405px;
}
.category-blocks ul li
{
	margin-bottom: 30px;
}
.category-blocks ul li:last-child
{
	margin-bottom: 0px;
}
.paginationjs-pages
{
	margin-top: 30px;
}
.paginationjs-pages ul
{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	justify-content: flex-start;
}
.paginationjs-pages ul li
{
	margin-right: 10px;
}
.paginationjs-pages ul li:last-child
{
	margin-right: 0px;
}
.paginationjs-pages ul li a
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
	background-color: #F9F9F9;
	border-radius: 100%;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.paginationjs-pages ul li.active a
{
	background-color: #000;
	color: #fff;
}
.paginationjs-pages ul li a:hover
{
	background-color: #555;
	color: #fff;
}
.paginationjs-next a
{
	color: transparent;
}
/*.paginationjs-next a:before

{
    font-family: "Icons2";
	content: "\f105";
}*/
.download-top
{
	flex: 1 33.33%;
  	max-width: 33.33%;
}
.download-top2 {
	flex: 1 33.33%;
	max-width: 33.33%;
	flex-direction:column !important;
	align-content:flex-end;
	align-items:flex-start;
}
.download-top2 span {
	display: block;
	margin-bottom: 10px;
}
.download-top span {
	display: inline-block;
	margin-right: 10px;
}
.download-top ul li
{
	margin-right: 10px;
}
.download-top ul li:last-child
{
	margin-right: 0px;
}
.download-top ul li a
{
	font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    font-family: "Icons";
}
.download-top ul li a:hover
{
	color: #fff;
	background-color: #000;
}
.apple:before
{
	content: "\f179";
}
.android:before
{
	content: "\f17b";
}
.ad-home {
	width: 728px;
	margin: 0px auto 30px auto;
}

	.ad-home img {
		width: 100%;
	}

	.ad-home iframe {
		width: 728px;
		height: auto;
	}
.top-events .title
{
	margin-bottom: 0px;
}
.movie-block ul li
{
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
		width: 175px;
	height: 263px;
}
.movie-block ul li:nth-child(-n+6)
{
	margin-top: 0px;
}
.movie-block ul li:nth-child(6n)
{
	margin-right: 0px;
}
.movie-block-image
{
	width: 175px;
	height: 263px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
}
.movie-block-image a img
{
		width: 175px;
	height: 263px;
	border-radius: 5px;
}
.movie-block-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 65%, rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.80)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 65%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 65%,rgba(0,0,0,0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	z-index: 0;
}
.moviw-block-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
	width: 100%;
	text-align: center;
}
.moviw-block-title
{
	text-align: center;
}
.movie-block ul li:hover .moviw-block-title h2 a
{
	color: #555;
}
.footer-app ul li
{
	margin-right: 15px;
}
.footer-app ul li:last-child
{
	margin-right: 0px;
}.footer-app ul li a img
{
	width: 115px;
}
.footer-app
{
	margin-top: 20px;
}
.footer-app h2
{
	margin-bottom: 10px;
}
.footer-app ul li a
{
	padding:5px 10px;
	border:1px solid #fff;
	border-radius: 5px;
}
.apple-footer:before
{
	    content: "\f179";
	font-family: "Icons";
	font-size: 20px;
	margin-right: 10px;
}
.google-footer:before
{
	content: "\f3ab";
	font-family: "Icons";
	font-size: 20px;
	margin-right: 5px;
}
.app-icon span
{
	display: block;
	font-size: 7px;
}
.app-icon h3
{
	font-size: 13px;
	font-weight: 500;
}
.platforms {
	
	margin-top:30px;
}
	.platforms ul li {
		width: 123px;
		margin-right: 30px;
		position: relative;
		margin-top: 30px;
	}
	.platforms ul {
		width: 100%;
	}
 .platforms ul li a img {
	margin: auto;
}

 .platforms ul li:nth-child(3) a img {
	height: 90px
}
		.platforms ul li:nth-child(7) a img {
			height: 30px
		}

 .platforms ul li:nth-child(8) {
	margin-right: 0px;
}

.platforms ul li:last-child {
	margin-right: 0px;
}

		.platforms ul li:nth-child(10) a img, .platforms ul li:nth-child(11) a img, .platforms ul li:nth-child(12) a img {
			height: 70px;
		}

.platforms ul li a img {
		margin: auto;
	}
.platforms ul li:last-child
{
	margin-right: 0px;
}
.platforms ul li a
{
	opacity: 0.6;
}
.platforms ul li a:hover
{
	opacity: 1;
}
.platforms ul li a img
{
	height: 45px;
}.swiper-button-next
{
	    right: 0px !important;
    left: auto !important;
}
.swiper-button-prev
{
	 right:auto !important;
    left: 0px !important;
}
.swiper-button-next, .swiper-button-prev
{
	 width: 36px !important;
    height: 36px !important;
	background-color: #DDDDDD !important;
	border-radius: 100%;
	text-align: center;
	color: #fff !important;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
	.swiper-button-next:hover, .swiper-button-prev:hover {
		background-color: #555 !important;
	}
.swiper-button-next:after
{
	content: "\f054" !important;
    font-family: "Icons2" !important;
	font-size: 12px !important;
	text-align: center !important;
}
.swiper-button-prev:after
{
	content: "\f053" !important;
    font-family: "Icons2" !important;
	font-size: 12px !important;
	text-align: center !important;
}
/*.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled
{
	background-color: #DDDDDD !important;
}*/
.item-slide .date-block
{
	margin-bottom: 0px;
}
.item-slide .very-small-head
{
	font-weight: 400;
}
.swiper.swiper1
{
	width: 1068px;
}
.top-slider
{
	position: relative;
}
.swiper-event .swiper-wrapper
{
	padding-bottom: 50px;
}
.item-event
{
	width: 277.5px;
	background-color: #fff;
}
.event-image
{
	width: 277.5px;
	height: 277.5px;
	    background: url(../Images/Spinner.gif) center center no-repeat #fff;
}
.event-image a img
{
	width: 277.5px;
	height: 277.5px;
	   border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-details-home
{
	    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top-events
{
	margin-bottom: 30px;
}
.top-event-details-home
{
	margin-bottom: 5px;
}
.swiper-scrollbar-drag
{
	background-color: #000 !important;
}
.search-tabs
{
	margin-bottom: 30px;
}
.select
{
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	position: relative;
}
.text-select
{
	border: 0px;
	padding: 12px 15px;
	color: #000;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	width: 200px;
}
.down-arrow
{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.down-arrow:before
{
	    content: "\f078";
    font-family: 'Icons2';
    font-size: 12px;
}
.tab-search .title
{
	margin-bottom: 0px;
}
.tab-search
{
	margin-bottom: 30px;
}
.get-spac:before
{
	content: "\f0b0";
    font-family: "Icons2" ;
	font-size: 12px ;
	text-align: center ;
	margin-right: 5px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 11;
}
.popup
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 550px;
	background-color: #fff;
	border-radius: 10px;
}
.hide-all
{
	opacity: 0;
	display:none;
	-webkit-animation: fadeOut 300ms;
    animation: fadeOut 300ms;
}
.show-all
{
	opacity: 1;
	display:block !important;
	-webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;

}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
.top-popup
{
	padding:10px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FBFBFB;
}
.top-popup span
{
	font-weight: 500;
}
.close-pop
{
	    color: #f21b48;
	    font-size: 26px;
}
.content-pop
{
	padding: 15px;
}
.bottom-content-pop ul li:nth-child(1)
{
	width: 100%;
	margin-right: 0px;
}
.bottom-content-pop ul li
{
	    width: 163px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.bottom-content-pop ul li:nth-child(4),.bottom-content-pop ul li:nth-child(6)
{
	margin-right: 0px;
}
.bottom-content-pop ul li:nth-child(5),.bottom-content-pop ul li:nth-child(6)
{
	width: 252px;
}
.text-search-event
{
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 12px 15px;
    color: #000;
    font-size: 12px;
    outline: none;
	width: 100%;
}
.bottom-content-pop ul li .text-select
{
	width: 100%;
	font-size: 12px;
}
.button-pop
{
	padding:12px 25px;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
}
.button-pop:hover
{
	opacity: 0.8;
}
.top-content-pop
{
	width: 100%;
	margin-bottom: 30px;
}
/*Calender*/
.timeline 
{
    overflow: hidden;
    color: #000;
	width:100%;
}
.timeline_arrows 
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom: 15px;
}
.timeline_date 
{
	text-align:center;
    color: #000;
    font-size:16px;
}
.timeline_date span
{
	display: block;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
}
.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear 
{
    cursor: pointer;
	color:#fff;
	background-color: #DDDDDD;
	display:block;
	border-radius: 3px;
	padding: 0px 6px;
	height: 45px;
	line-height: 45px;
}
.timeline_lastmonth
{
	margin-right:15px;
}
.timeline_nextmonth
{
	margin-left:15px;
}
.timeline_nextmonth:hover{
	color:#ffffff;
    background-color:#555;
}
.timeline_lastmonth:hover{
	color:#ffffff;
    background-color:#555;
}
.timeline_lastmonth:before
{
	    content: "\f053" !important;
    font-size: 10px !important;
	font-family: 'Icons2';
	content:"\f104";
	display: block;
	text-align:center;
	
	
}
.timeline_nextmonth:before
{
	content: "\f054" !important;
    font-size: 10px !important;
	font-family: 'Icons2';
	content:"\f104";
	display: block;
	text-align:center;
}
.timeline_lastyear
{
	display:none;
}
.timeline_lastyear:before
{
	font-family: 'FontAwesome';
	content:"\f100";
	font-size:22px;
	line-height:14px;
	font-weight:bold;
	display: block;
	width:25px;
    height:25px;
	line-height:25px;
	text-align:center;
}
.timeline_nextyear
{
	display:none;
}
.timeline_nextyear:before
{
	font-family: 'FontAwesome';
	content:"\f101";
	font-size:22px;
	line-height:14px;
	font-weight:bold;
	display: block;
	width:25px;
    height:25px;
	line-height:25px;
	text-align:center;
}
.timeline_top 
{
    overflow : hidden;
    display: block;
	height: 110px;
}
.timeline_bottom 
{
    overflow : hidden;
    display: block;
	    height: 85px;
    margin-top: -86px;
}
.timeline_top ul li, 
.timeline_bottom ul li
{
	margin-right: 8px;
	margin-top: 35px;
}
.timeline_top ul, 
.timeline_bottom ul 
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.timeline_top ul li:nth-child(-n+16)
{
	margin-top:0px;
}
.timeline_bottom ul li:nth-child(-n+16)
{
	margin-top:0px;
}
.timeline_bottom ul li:nth-child(16n),.timeline_top ul li:nth-child(16n)
{
	margin-right:0px;
}
.timeline_top ul li a
{
	width:25px;
	height:25px;
	line-height:25px;
	  text-align: center;
	display: block;
	cursor:pointer;
	font-size: 12px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FBFBFB;
	text-transform: uppercase;
}
.timeline_bottom ul li a
{
	width:25px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	height:25px;
	line-height:25px;
	 text-transform: uppercase;
	  text-align: center;
	display: block;
	cursor:pointer;
	font-size: 12px;
	background-color: #FBFBFB;
}
.timeline_bottom div:hover, .timeline_bottom a:hover, .timeline_top div:hover, .timeline_top a:hover
{
	background-color:#555;
	color: #ffffff;
}
.timeline_top .today 
{
	color:#ffffff;
    background-color:#000;
} 
.timeline_bottom .today 
{
	color:#ffffff;
    background-color:#000;
}
.event-category
{
	width: 190px;
	margin-right: 15px;
}
.inner-event-category
{
	 position: -webkit-sticky;
    position: sticky;
    top: 0;
	background-color: #FBFBFB;
	border-radius: 5px;
	padding: 15px;
}
.event-blocks
{
	width: 585px;
}
.event-blocks ul li
{
	margin-right: 15px;
	margin-top: 15px;
	width: 185px;
	
}
.event-blocks ul li .event-details-home
{
	background-color: #FBFBFB;
	padding: 10px;
	min-height:170px;
}
.event-blocks ul li:nth-child(-n+3)
{
	margin-top: 0px;
}
.event-blocks ul li:nth-child(3n)
{
	margin-right: 0px;
}
.event-blocks ul li .event-image,.event-blocks ul li .event-image a img {
    width: 185px;
    height: 185px;
}
.inner-event-category ul li
{
	margin-bottom:15px;
	cursor:pointer;
	position:relative;
}
.inner-event-category ul li label
{
    display:block;
        cursor:pointer;
}

.inner-event-category ul li label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 3px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}

.inner-event-category ul li input[type="checkbox"] {
  visibility: hidden;
  display:none;
}
.inner-event-category ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.inner-event-category ul li input[type="checkbox"]:checked + label:before {
   background-color: #000;
}

.inner-event-category ul li label:before
{
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	font-size:10px;
	line-height:20px;
	width:15px;
	height:15px;
    background-color: #E5E5E5;
    border-radius:3px;
    z-index:-1;
}
.inner-event-category ul li p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    padding-left: 25px;
}
.three-events
{
	margin-top: 30px;
}
.three-events:nth-child(1)
{
	margin-top: 0px;
}
.three-events ul li
{
	margin-right: 30px;
	margin-top: 30px;
	width: 243px;
}
.three-events ul li:nth-child(-n+3)
{
	margin-top: 0px;
}
.three-events ul li:nth-child(3n)
{
	margin-right: 0px;
}
.three-events ul li .event-image,.three-events ul li .event-image a img
{
	width: 243px;
	height: 243px;
}
.title-recommend h2
{
	margin-bottom: 30px;
}
.title-recommend h2:before
{
	content: "\f005" !important;
    font-size: 22px !important;
	font-family: 'Icons2';
	content:"\f104";
	margin-right: 5px;
}
.three-events ul li .event-details-home
{
	    background-color: #FBFBFB;
}
.events-inner
{
	margin-top: 15px;
}
.left-event
{
	    width: 280px;
    height: 280px;
    background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
	margin-right: 15px;
}
.right-event
{
	width:495px;
}
.left-event img {
	width: 280px;
	height: 280px;
	border-radius: 5px;
}
.top-right-event
{
	margin-bottom: 28px;
}
.repeat-event
{
	margin-bottom: 10px;
}
.repeat-event:last-child
{
	margin-bottom: 0px;
}
.location
{
	margin-right: 15px;
}
.location a
{
	padding: 10px 15px;
	border-radius: 5px;
}
.location a:before
{
	content: "\f124" !important;
    font-size: 11px;
	font-family: 'Icons2';
	margin-right: 5px;
}
.location a:hover
{
	opacity: 0.7;
}
.add-google
{
	margin-right: 15px;
}
.add-google a
{
	background-color: #DB4437;
	padding: 10px 15px;
	border-radius: 5px;
}
.add-google a:hover
{
	opacity: 0.7;
}
.another-share
{
    position:relative;
}
.share-icon {
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
	border-radius: 5px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform:translateY(-50%);
	display: none;
	width: 163px;
	z-index: 9999999999999999999;
}
	.share-icon ul
	{
		flex-wrap:nowrap;
	}
	.bottom-right-event .copy {
		top: -47px;
	}
.top-view .copy
{
	top: -47px;
}

.top-movie .copy
{
	top: -51px;
}
.share-icon ul li
{
    margin-right:5px;
    position:relative;
}
.share-icon ul li:last-child
{
    margin-right:0px;
}
.share-icon ul li a
{
    font-size:14px;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    font-family:"Icons";
    color:#fff;
    border-radius:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.share-icon ul li a:hover
{
    opacity:0.7;

}
.face-new:before{
    content:"\f39e";
}
.share-icon ul li .face-new
{
    background-color:#1877f2;
}
.twitter-new:before
{
    content:"\f099";
}
.share-icon ul li .twitter-new
{
    background-color: #1da1f2;
}
.whats-new:before
{
    content:"\f232";
}
.link-new:before
{
    content:"\f0c1";
	 font-family:"Icons2";
}
.link-new
{
    background-color:#000;
}
.share-icon ul li .whats-new
{
    background-color:#25d366;
}
.share-new span
{
    font-size:14px;
	line-height: 18px;
    padding: 10px 15px;
    text-align:center;
    font-family:"Icons2";
    display:inline-block;
    background-color:#000;
    color:#fff;
    cursor:pointer;
    border-radius:5px;
}
.share-new span:before{
    content:"\f1e0";
}
.copy
{
    padding:10px;
    font-size:14px;
    color:#fff;
    border-radius:5px;
    background-color:rgba(0,0,0,0.7);
    display:inline-block;
    position:absolute;
        top: -33px;
    left: -80px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.27);
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
       transition: all 0.5s ease;
}
.right-above .copy
{
    right:54px;
}
     .change:after {
    content: '\f00d';
}
.change:before {
    display:none;
}
.load-more
{
	text-align: center;
	margin-top: 30px;
}
.load-more a
{
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
}
.load-more a:hover
{
	opacity: 0.7;
}
.four-movies ul li
{
	position: relative;
	margin-right: 30px;
	margin-top: 30px;
}
.four-movies ul li:hover .moviw-block-title h2 a
{ 
	color: #555;
}
.four-movies ul li:nth-child(4n)
{
	margin-right: 0px;
}
.four-movies ul li:nth-child(-n+4)
{
	margin-top: 0px;
}
.four-movies ul li .moviw-block-title
{
	padding: 15px;
}

.two-videos ul li {
	position: relative;
	margin-right: 30px;
	margin-top: 30px;
	width: 380px;
	height: 214px;
	cursor: pointer;
}
.two-videos ul li:nth-child(2n)
{
	margin-right: 0px;
}
.two-videos ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.two-videos ul li .tv-image,.two-videos ul li .tv-image a img
{
	  width: 380px;
    height: 214px;
}
.two-videos ul li:hover .tv-title h2 a
{
	color: #555;
}
.two-videos ul li:hover .tv-title h2 a span:before
{
	    background-color: #555;
	color: #fff;
}
	.two-videos ul li .tv-title h2
	{
		min-height:115px;
	}
	.inner-overlay-pop {
		width: 850px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
.inner-overlay-pop .top-popup {
    padding: 10px 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
}
.iframe-pop {
    overflow: hidden;
    position: relative;
    width:100%;
}

.iframe-pop::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.iframe-pop iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icon-movie {
    background: url(../Images/mov.png) no-repeat;
    background-size: 19px;
	background-position: top;
    display: block;
	width: 19px;
    height: 19px;
	margin-right: 5px;
}
.icon-cinema
{
    background: url(../Images/cinema.png) no-repeat;
    background-size: 17px;
    display: block;
	width: 17px;
    height: 17px;
	background-position: top;
	margin-right: 5px;
}
.active-movie
{
	color: #000;
}
.active-movie span
{
	background-position: bottom;
}
.movie-tab ul li
{
	margin-right: 15px;
}
.movie-tab ul li:last-child
{
	margin-right: 0px;
}
.movie-tab ul li a:hover
{
	color: #555;
}
.movie-tab ul li a:hover span
{
	background-position: bottom;
}
.sub-movie-tab
{
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.sub-movie-tab ul li
{
	margin-right: 15px;
}
.sub-movie-tab ul li:last-child
{
	margin-right: 0px;
}
.active-sub
{
	color: #000;
}
.active-sub:before {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	opacity: 0;
}
.sub-movie-tab ul li a:before
{
	content: "";
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	opacity: 0;
    
}
.sub-movie-tab ul li a:hover{
	color: #555;
}
.sub-movie-tab ul li a:hover:before
{
	opacity: 1;
    
}
.sub-movie-tab ul li a.active-sub:before {
	opacity: 1;
}
.sub-movie-tab ul li a.active-sub
{
	color: #000;
}
.sub-movie-tab ul li
{
	position: relative;
}
.movie-tab
{
	margin-bottom: 15px;
}
.filter-movies
{
	margin-bottom: 30px;
}
.filter-movies ul li:nth-child(1)
{
	width: 380px;
}
.filter-movies ul li
{
	margin-right: 30px;
	width: 175px;
	position: relative;
}
.filter-movies ul li .text-select
{
	width: 100%;
}
.filter-movies ul li:last-child
{
	margin-right: 0px;
}
.search-icon
{
	display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
	color: #606060;
}
.search-icon:before {
    content: "\f002";
    font-family: 'Icons2';
    font-size: 12px;
	font-weight: 300;
}
.filter-movies ul li .text-search-event
{
	padding-left: 35px;
}
.two-cinema ul li
{
	margin-right: 30px;
	margin-top: 30px;
	width: 380px;
}
.two-cinema ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.two-cinema ul li:nth-child(2n)
{
	margin-right: 0px;
}
.image-cinema
{
	width: 140px;
	height: 140px;
	position: relative;
	    border-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
}
.image-cinema a img
{
		width: 140px;
	height: 140px;
	    border-radius: 5px;
}
.cinema-details
{
	width: 225px;
	margin-left: 15px;
}
.cinema-name
{
	margin-bottom: 5px;
}
.cinema-name h2 a:hover
{
	    color: #555;
}
.cinema-details i
{
	margin-bottom: 5px;
	width: 20px;
	font-style: normal;
}
.cinema-details span
{
	width: 205px;
}
.cinema-details i:before
{
	font-size: 12px;
    font-family: "Icons2";
	color: #000;
	margin-right: 5px;
}
.cinema-phone:before
{
	content: "\f095";
	
}
.cinema-address:before
{
	content: "\f3c5";
}
.movies-number
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.movies-number i
{
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}
.two-cinema ul li:hover .movies-number
{
	opacity: 1;
	visibility: visible;
}
.cinema-inner .cinema-details
{
	width: 496px;
}
.right-cinema-inner
{
	margin-left: 15px;
	align-items: center;
	flex-direction: column;
	align-content: center;
	
}
.cinema-inner .cinema-details span {
        width: 476px;
}
.right-cinema-inner .location
{
	margin-right: 0px;
}
.movies-number-inner
{
	flex-direction: column;
}
.movies-number-inner i
{
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	display: block;
	text-align: center;
}
.cinema-inner
{
	margin-bottom: 30px;
}
.all-two-cinema .filter-movies ul li:nth-child(2)
{
	margin-right: 0px;
	width: 380px;
}
.movie-cat a
{
	margin-right: 5px;
}
.movie-cat a:after
{
	content: ",";
}
.movie-cat a:last-child:after
{
	content: "";
}
.movie-cat a:last-child
{
	margin-right: 0px;
}
.left-movie
{
	width: 214px;
	height: 321px;
	position: relative;
	    border-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
	margin-right: 15px
}
.left-movie img
{
	width: 214px;
	height: 321px;
	 border-radius: 5px;
}
.right-movie
{
	width: 561px;
}
.center-movie
{
	margin-top: 15px;
}
.repeat-movie
{
	margin-bottom: 10px;
}
.number-cinema
{
	margin-top: 20px;
}
.number-cinema a
{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	
}
.number-cinema a:hover
{
	background-color: #555;
	color: #fff;
}
.number-cinema a:hover .inner-number h3,.number-cinema a:hover .inner-number span
{
	color: #fff;
}
.inner-number
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.cinema-time
{
	margin-top: 30px;
}
.repeat-time ul li
{
	margin-right: 15px;
	margin-top: 15px;
}
.repeat-time ul li span
{
	padding: 5px 10px;
	border-radius: 2px;
}
.repeat-one-cinema
{
	margin-bottom: 35px;
}
.repeat-one-cinema:last-of-type
{
	margin-bottom: 0px;
}
.cinema-link h2
{
	font-weight: 500;
}
.movie-trailer {
    overflow: hidden;
    position: relative;
    width:100%;
}

.movie-trailer::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.movie-trailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-trailer
{
	margin: 30px 0px;
}
.all-cinemas
{
	margin-top: 30px;
}
.top-view
{
	margin-bottom: 15px;
}
.top-view .category-block
{
	margin-bottom: 0px;
}
.article-title
{
	margin-bottom: 15px;
}
.article-title h1
{
	font-size: 34px;
	line-height: 38px;
	color: #000;
	font-weight: 700;
}
.article-image
{
	width: 790px;
    height: 485px;
	border-radius: 5px;
	background: url(../Images/Spinner.gif) center center no-repeat #fbfbfb;
    position: relative;
	margin-bottom: 15px;
}
.article-image img
{
	width: 790px;
    height: 485px;
	border-radius: 5px;
}
.above-article-image 
{
	margin-bottom: 15px;
}
.article-date:before
{
	content: "-";
	margin-left: 5px;
}
.article-writer a
{
	font-weight: 500;
}
.article-desk
{
	margin: 20px 0;
	font-size: 14px !important;
	line-height: 1.4 !important;
	font-family: 'Poppins', sans-serif !important;
}
.article-desk b, .article-desk strong
{
    font-weight:700 !important;
}
	.article-desk p {
		margin-bottom: 20px !important;
		margin-top:0px !important;
		background-color:transparent !important;
		line-height:22px !important;
		font-size: 14px !important;
		font-family: 'Poppins', sans-serif !important;
	}
		.article-desk p span {
			font-size: 14px !important;
			margin-top: 0px !important;
			background-color: transparent !important;
			line-height: 22px !important;
			font-family: 'Poppins', sans-serif !important;
			color: #000 !important;
		}
			.article-desk p span font {
				font-size: 14px !important;
				margin-top: 0px !important;
				background-color: transparent !important;
				line-height: 22px !important;
				font-family: 'Poppins', sans-serif !important;
				color: #000 !important;
			}
		.article-desk p font {
			font-size: 14px !important;
			margin-top: 0px !important;
			background-color: transparent !important;
			line-height: 22px !important;
			font-family: 'Poppins', sans-serif !important;
			color: #000 !important;
		}
	.article-desk font {
		font-size: 14px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-family: 'Poppins', sans-serif !important;
		color: #000 !important;
	}
	.article-desk div {
		font-size: 14px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-family: 'Poppins', sans-serif !important;
		color: #000 !important;
	}
.article-desk .fb_iframe_widget
{
	float:none;
	display: block;
    text-align: center;
}
	.article-desk p div {
		font-size: 14px !important;
		font-family: 'Poppins', sans-serif !important;
		color: #000 !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
	}
.article-desk img
{
	max-width: 790px !important;
	text-align: center !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	margin-top:20px;
}
.article-desk a
{
	color:#00aced;
	display: inline-block;
	margin-left: 2px;
}
.article-desk iframe
{
	max-width: 790px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom:10px !important;
	margin-top:10px !important;
	display:block !important;
}
.article-desk p iframe, .article-desk video
{
	max-width: 790px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom:10px !important;
	margin-top:10px !important;
	display:block !important;
}
.article-desk h2, .article-desk h1, .article-deskh3
{
        font-family: 'Poppins', sans-serif !important;
        color:#000 !important;
        font-size:24px !important;
}

blockquote {
  margin:20px auto;
  padding: 1.4em 10px .4em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  text-align:center;
	  font-size:30px !important;
	line-height: 34px !important;
	font-weight: 700;
	font-family: 'Poppins', sans-serif !important;
}
blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 10px;
  vertical-align: -0.4em;
	 font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
blockquote:after {
	color: #000;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 10px;
    vertical-align: -0.6em;
	 font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.articl-body-desc blockquote p {
  display: inline;
  font-size:30px !important;
	line-height: 34px !important;
	font-weight: 700;
  color:#000;
	font-family: 'Poppins', sans-serif !important;
}
.article-paging ul li
{
	padding: 30px;
	border-radius: 5px;
	width: 380px;
	margin-right: 30px;
}
.article-paging ul li:nth-child(2n)
{
	margin-right: 0px;
}
.article-paging ul li  span
{
	display: block;
	margin-bottom: 5px;
}
.article-paging ul li a
{
	font-weight: 500;
}
.article-paging ul li a:hover
{
	color: #555;
}
.ad-view {
    width: 790px;
    margin: 30px auto 30px auto;
}
.ad-view img {
    width: 100%;
}
.ad-view iframe {
	width: 100%;
}
.related-articles .title
{
	margin-bottom: 0px
}
.caption
{
	background-color: #FBFBFB;
	padding: 15px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -20px;
	text-align: center;
	font-style: italic !important;
	margin-bottom: 20px;
}
.left-event-form
{
	width: 445px;
	margin-right: 30px;
}
.event-form
{
	margin-top: 50px;
}
.event-form h2
{
	margin-bottom: 15px;
}
.inner-colum li:nth-child(1)
{
	width: 100%;
	margin-right: 0px;
}
.inner-colum ul li
{
	width: 256.5px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.inner-colum ul li:nth-child(3)
{
	margin-right: 0px;
}
.inner-colum ul li:nth-child(5)
{
	margin-right: 0px;
}
.inner-colum ul li:nth-child(6)
{
	width: 100%;
	margin-right: 0px;
}
.inner-colum ul:nth-of-type(1)
{
	width: 543px;
}
.inner-colum ul:nth-of-type(2)
{
	width: 100%;
}
.inner-colum ul:nth-of-type(2) li:nth-child(2)
{
	margin-bottom: 0px;
}
.event-text
{
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px 15px;
	width: 100%;
}
.event-area
{
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px 15px;
	width: 100%;
	max-width: 100%;
	height: 200px;
	
}
.right-event-form input[type="file"] {
    display: none;
}
.right-event-form
{
	position: relative;
	background-color: #f7f7f7;
	border-radius: 5px; 
	width: 232px;
	height: 232px;
	margin-left: 30px;
}
.inner-right-event-form
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	 cursor: pointer;
	text-align: center;
	width: 90%;
}
.inner-right-event-form span
{
	display: block;
	font-weight:400;
	font-size: 12px;
	color: #828282;
}
.custom-file-upload .up-image{
	
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;

}
.up-image:before
{
	content: "\f03e";
	font-family: 'Icons2';
	font-size:60px;
	line-height: 50px;
	color: #ccc;
}
.submit-event
{
	    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
	border: 0px;
	cursor: pointer;
}
.submit-event:hover{
	opacity: 0.7;
}
.person-details
{
	width: 380px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #f1f1f1;
}
.person-details ul li
{
	margin-bottom: 30px;
	width: 100%;
	/*margin-right: 30px;*/
}
.person-details ul li:last-child
{
	margin-bottom: 0px;
}
.person-details ul li:nth-child(1)
{
	width: 100%;
	margin-right: 0px;
}
.person-details ul li:nth-child(3)
{
	margin-right: 0px;
}
.colum
{
	width: 790px;
}
.top-left-cont
{
	margin-bottom: 30px;
}
.top-left-cont h2
{
	margin-bottom: 5px;
}
.top-left-cont a
{
	display: inline-block;
	margin-left: 3px;
}
.cont-form
{
	width: 790px;
}
.inner-cont-form
{
	margin-top: 15px;
}
.inner-cont-form ul:nth-of-type(1) {
    width: 543px;
}
.inner-cont-form ul:nth-of-type(1) li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.inner-cont-form ul li {
    width: 256.5px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.inner-cont-form ul:nth-of-type(1) li:nth-child(3) {
	margin-right: 0px;
}
.inner-cont-form ul:nth-of-type(2) {
    width: 100%;
}
.inner-cont-form ul:nth-of-type(2) li
{
	width: 100%;
	margin-right: 0px;
}

.avatar-upload {
  position: relative;
  width: 217px;
	margin-left: 30px;
}
.avatar-upload .avatar-edit {
  position: absolute;
	right: 10px;
	top: 10px;
  z-index: 1;
	width: 35px;
	height: 35px;
	text-align: center;
}
.avatar-upload .avatar-edit input {
  visibility: hidden;
	display: none;
}
.upp {

  cursor: pointer;
  transition: all 0.2s ease-in-out;
	background-color: #000;
	width: 35px;
	height: 35px;
	text-align: center;
	 position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	border-radius: 3px;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.22);
}
.upp:before
{
		color: #fff !important;
	font-size: 14px !important;
	    content: "\f044";
	font-family: "Icons2";
	position: absolute;
	left: 55%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	margin-right: -2px;
}
.avatar-edit label.error
{
    background-color: transparent !important;
    padding: 0px !important;;
    border-radius: 0px !important;
	color: red !important;
    font-size: 11px !important;
    position: absolute;
    font-weight: 400 !important;
        left: 78px;
    top: 95px;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.avatar-upload .avatar-preview {
  width: 217px;
  height: 144px;
  position: relative;
  border-radius: 100%;
	background-color: #f7f7f7;
	border: 5px;
	border-radius: 5px;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	border: 5px;
}
.right-cont
{
	width: 380px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #f1f1f1;
}
.right-cont .top-left-cont
{
	margin-bottom: 0px;
}
.inner-colum .avatar-upload
{
	margin-top: 9px;
}
.inner-colum .avatar-upload .avatar-preview
{
	height: 217px;
	
}
.sug-ev-caption 
{
	margin-bottom: 30px !important;
	width: 100% !important;
}
	.sug-ev-caption input 
	{
		border: 1px solid #f1f1f1;
		border-radius: 5px;
		font-size: 16px;
		padding: 15px 15px;
		width: 100%;
		margin-top:10px !important;

	}
	.sug-ev-caption a {
		padding: 10px 25px;
		display: inline-block !important;
		border-radius: 5px;
		border: 0px;
		cursor: pointer;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		margin-bottom: 10px !important;
	}
.below-articles .title-block
{
	min-height:66px;
}
.below-articles .desk-block {
	min-height: 60px;
}
/*.desk-block p:after
{
	content:"...";
	display:inline;
	margin-left:3px;
}*/
.category-blocks .desk-block p:after {
	display:none;
}
.slider-events {
	min-height: 471px;
}
.event-details-home .title-block
{
	min-height:40px;
}

.swiper-button-next-ev {
	position: absolute;
	right: 20px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 9999;
	cursor:pointer;

}

.swiper-button-prev-ev {
	position: absolute;
	left: 20px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 9999;
	cursor: pointer;

}

.swiper-button-next-ev, .swiper-button-prev-ev {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 100%;
	text-align: center;
	color: #fff !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

	.swiper-button-next-ev:hover, .swiper-button-prev-ev:hover {
		background-color: #007aff !important;
	}

	.swiper-button-next-ev:after {
		content: "\f054" !important;
		font-family: "Icons2" !important;
		font-size: 12px !important;
		text-align: center !important;
	}

	.swiper-button-prev-ev:after {
		content: "\f053" !important;
		font-family: "Icons2" !important;
		font-size: 12px !important;
		text-align: center !important;
	}
.show-arrow {
	position: relative;
}
/*	.show-arrow:hover .swiper-button-next-ev
	{
		opacity:1;
		visibility:visible;
	}
	.show-arrow:hover .swiper-button-prev-ev {
		opacity: 1;
		visibility: visible;
	}*/
.load-event {
	background: url(../Images/Spinner.gif) center center no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80px;
	height:80px;
	
}
.all-eve-blocks {
	width: 585px;
}
.event-blocks {
	min-height: 1835px;
	position: relative;
	/*background: url(../Images/Spinner.gif) center center no-repeat;*/
}
.category-blocks {
	min-height: 1748px;
	position: relative;
}
.two-videos {
	min-height: 1190px;
	position: relative;
}
.four-movies {
	min-height: 200px;
	position: relative;
}
.two-cinema {
	min-height: 200px;
	position: relative;
}
#search-content {
	min-height: 1748px;
	position: relative;
}
.three-events {
	min-height: 200px;
	position: relative;
}
/*.event-blocks ul li .top-event-details-home .date-block span {
		font-size:10px;
	}
	.event-blocks ul li .top-event-details-home .category-block a {
		font-size: 10px;
	}*/
.event-blocks ul li {
	position: relative;
}
		.event-blocks ul li .category-block {
			position: absolute;
			top: 10px;
			right: 10px;
		}
		.event-blocks ul li .category-block a {
			padding: 4px 5px;
			border-radius: 2px;
			background-color: rgba(0,0,0,0.7);
			display:inline-block;
			color: #fff;
		}
.no-height
{
	min-height:auto !important;
}
.article-sell {
	margin-bottom: 10px !important;
	background-color: transparent !important;
	line-height: 22px !important;
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif !important;
}
.download-top2 ul li
{
	margin-right:15px;
}
.download-top2 ul li:last-child
{
	margin-right:0px;
}
.download-top2 ul li a img{
	height:36px;
	width:auto;
}
.min-sp
{
	padding:30px 0px;
}
.down-ad
{
	margin-top:30px;
}
.more-div {
	text-align: center;
	margin-top: 17px;
}
.new-styled .view-more {
	display: inline-block;
}
.new-styled .tv-block .tv-image {
	margin-bottom: 15px;
}
.new-styled .title {
	margin-bottom: 5px;
}
.right-tv {
	/*padding: 15px;
	background-color: #FBFBFB;
	border-radius:10px;*/
}
.new-styled .tv-block, .new-styled .tv-image {
	height: 233px !important;
	overflow: hidden;
	position: relative;
}
.new-styled .tv-image a img {
	width: auto;
	height: 233px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
	/*.right-tv .below-details {
		padding: 0px;
		background-color: #FBFBFB;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}*/
.new-styled .title-block {
	min-height: 66px;
	margin-top: 25px;
}
.new-styled .below-details {
	height: 184px;
}
.new-styled .tv-image, .new-styled .tv-block
{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.new-styled .tv-title
{
	padding:15px;
	width:100%;
}
.new-styled .tv-title h2 a span {
	margin-bottom: 0px;
}
.related-articles .below-articles ul li:nth-child(2n) {
	margin-right: 0px;
}
.related-articles .below-articles ul li {
	margin-top: 30px;
}
	.related-articles .below-articles ul li:nth-child(3n) {
		margin-right: 30px;
	}
.article-writer img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 5px;
}
/*Shaheen*/
.all-writer {
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
}

.writer-img {
	margin-right: 20px;
	border-radius: 100%;
	width: 130px;
}

	.writer-img img {
		height: 130px;
		width: 130px;
		border-radius: 100%;
	}

.writer-det {
	width: calc(100% - 150px);
}

	.writer-det p {
		margin-bottom: 10px;
	}
/*Shaheen - articles*/
.article-row .date-block {
	margin-left: 3px;
}

.one-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

	.one-list:last-child {
		padding-bottom: 0px;
		border-bottom: 0px;
		margin-bottom: 0px;
	}

.title-list {
	margin-bottom: 10px;
}

	.title-list h2 {
		font-size: 30px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		color: #000 !important;
	}

.image-list {
	margin-bottom: 10px;
}

	.image-list img {
		max-width: 790px !important;
		text-align: center !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}

.desk-list {
	line-height: 22px !important;
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif !important;
}

	.desk-list p {
		margin-bottom: 20px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-size: 14px !important;
		font-family: 'Poppins', sans-serif !important;
	}

	.desk-list b, .desk-list strong {
		font-weight: 700 !important;
	}

	.desk-list p {
		margin-bottom: 20px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-size: 14px !important;
		font-family: 'Poppins', sans-serif !important;
	}

		.desk-list p span {
			font-size: 14px !important;
			margin-top: 0px !important;
			background-color: transparent !important;
			line-height: 22px !important;
			font-family: 'Poppins', sans-serif !important;
			color: #000 !important;
		}

			.desk-list p span font {
				font-size: 14px !important;
				margin-top: 0px !important;
				background-color: transparent !important;
				line-height: 22px !important;
				font-family: 'Poppins', sans-serif !important;
				color: #000 !important;
			}

		.desk-list p font {
			font-size: 14px !important;
			margin-top: 0px !important;
			background-color: transparent !important;
			line-height: 22px !important;
			font-family: 'Poppins', sans-serif !important;
			color: #000 !important;
		}

	.desk-list font {
		font-size: 14px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-family: 'Poppins', sans-serif !important;
		color: #000 !important;
	}

	.desk-list div {
		font-size: 14px !important;
		margin-top: 0px !important;
		background-color: transparent !important;
		line-height: 22px !important;
		font-family: 'Poppins', sans-serif !important;
		color: #000 !important;
	}

.article-writer img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 5px;
}

.desk-list a {
	color: #00aced;
	display: inline-block;
	margin-left: 0.1em;
}
.new-social .title {
	margin-bottom:25px;
}
.new-social
{
	padding:15px;
}
.all-social .social-footer ul li a:before {
	margin-right: 0px;
}

.all-social .social-footer {
	width: auto;
}

.all-social {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.line-footer1 {
	width: 35%;
	background-color: rgba(255,255,255,0.10);
	height: 1px;
}

.line-footer2 {
	width: 35%;
	background-color: rgba(255,255,255,0.10);
	height: 1px;
}

.all-social .social-footer ul li a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
}

	.all-social .social-footer ul li a:hover {
		background-color: #0189DB;
		color: #fff;
		border-color: #0189DB;
	}

.all-social .social-footer ul li {
	margin-right: 15px;
	margin-top: 0px;
}

	.all-social .social-footer ul li:last-child {
		margin-right: 0px;
	}
.new-footer .logo-footer {
	width: 100%;
}