/* montserrat-300 - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v14-latin-ext_latin-300.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat-v14-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-300.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/* montserrat-regular - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v14-latin-ext_latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-regular.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/* montserrat-500 - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v14-latin-ext_latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat-v14-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-500.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/* montserrat-600 - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v14-latin-ext_latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat-v14-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-600.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/* montserrat-700 - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v14-latin-ext_latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-700.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/* montserrat-800 - latin-ext_latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/montserrat-v14-latin-ext_latin-800.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/montserrat-v14-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/montserrat-v14-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
	url('../fonts/montserrat-v14-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/montserrat-v14-latin-ext_latin-800.svg#Montserrat') format('svg');
	/* Legacy iOS */
}


/*Preloader*/
.bg-light {
	background:#161616!important;
  }
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #eb7a55;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #eb7a55, 0 0 5px #eb7a55;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #eb7a55;
	border-left-color: #eb7a55;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes pace-spinner {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes pace-spinner {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*Preloader*/

body {
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	overflow-x: hidden
}
#wpadminbar {
	overflow-x: hidden;
}
* {
	outline: none;
}

a {
	text-decoration: none;
}

.m10 {
	margin-top: 10px
}

.m20 {
	margin-top: 20px
}

.m30 {
	margin-top: 30px
}

.m40 {
	margin-top: 40px
}

.bg-darks {
	background-color: #440386;
}

header.top .topbar {
	background: #000;
	display: flex;
	min-height: 50px;
    margin-bottom: 6px;
}

header.top .topbar ul.topmenu {
	list-style-type: none;
	padding-top: 14px;
	float: left;
}

header.top .topbar ul.topmenu li {
	display: inline;
	padding-left: 10px
}

header.top .topbar ul.topmenu li:first-child {
	padding-left: 0px
}

header.top .topbar ul.topmenu li a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	cursor: pointer
}

header.top .topbar ul.topmenu li a:hover {
	color: rgb(0, 188, 212)
}

header.top .topbar ul.topmenu li:last-child a {
	color: #fff
}

header.top .topbar ul.topmenu li:last-child a:hover {
	color: rgb(0, 188, 212)
}

header.top .topbar .account {
	color: #fff;
	display: flex;
	margin-left: auto;
	margin-right: 30px;
}

header.top .topbar .account .basket {
	background: rgb(0, 188, 212);
	background: linear-gradient(90deg, rgba(0, 188, 212, 1) 0%, rgba(98, 192, 204, 1) 100%);
	position: relative;
	padding: 15px 20px 15px 30px;
	border-right: 1px solid #545454;
}

header.top .topbar .account .basket a {
	color: #fff;
	text-decoration: none
}

header.top .topbar .account .basket .span {
	background: #fff;
	color: #e85b51;
	text-align: center;
	margin-left: 10px;
	width: 23px;
	height: 23px;
	border-radius: 5px;
}

header.top .topbar .account .basket span.say {
	position: absolute;
	left: -15px;
	top: 11px;
	font-weight: 700;
	font-size: 15px;
	color: #e85b51;
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

header.top .topbar .account .basket .basket-box {
	width: 500px;
	padding: 20px
}


/* Basket */

header.top .topbar .account .basket .basket-box .product {
	display: flex;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

header.top .topbar .account .basket .basket-box .product .product-image {
	margin-right: 20px;
}

header.top .topbar .account .basket .basket-box .product .product-image img {
	border-radius: 10px;
}

header.top .topbar .account .basket .basket-box .product .product-detail {
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

header.top .topbar .account .basket .basket-box .product .product-detail span.name {
	font-weight: 700;
	color: #707070;
}

header.top .topbar .account .basket .basket-box .product .product-detail span.reward {
	color: #f9a533;
}

header.top .topbar .account .basket .basket-box .product .product-detail .price-line {
	font-size: 15px;
	font-weight: 700;
	color: #707070;
}

header.top .topbar .account .basket .basket-box .product .product-detail span:nth-child(2) {
	position: relative;
	background: #fff;
	color: #1d568b;
	padding: 2px 0px 3px 0px;
	border-radius: 150px;
	font-size: 12px;
}

header.top .topbar .account .basket .basket-box .product .product-detail span:nth-child(3) {
	color: #707070;
}

header.top .topbar .account .basket .basket-box .product .product-detail span {
	font-size: 12px;
}

header.top .topbar .account .basket .basket-box .product .product-piece {
	display: flex;
	align-items: center;
}

header.top .topbar .account .basket .basket-box .basket-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	font-size: 20px;
	color: #29c449;
	background-color: #e8f8eb;
	padding: 15px 15px;
	border-radius: 10px;
	margin-top: 40px;
}

header.top .topbar .account .user {
	background: #e85b51;
	padding: 15px;
	border-right: 1px solid #545454
}

header.top .topbar .account .user a {
	color: #fff;
	text-decoration: none
}

header.top .topbar .account .basket.dropdown a.dropdown-toggle::after,
header.top .topbar .account .user.dropdown a.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.555em;
	vertical-align: 0em;
	content: "\e8d6";
	font-family: 'fontello';
	font-weight: normal;
	border-top: 0em;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

header.top .topbar .account .operation {
	background: #3a3838;
	padding: 14px 0px 14px 0px;
}

header.top .topbar .account .operation a {
	padding: 16px 14px 20px 14px;
	background: #3a3838;
	text-decoration: none;
	color: #fff;
	transition: 0.3s ease-in-out;
}

header.top .topbar .account .operation a:hover {
	background: #fff;
	color: #e85b51
}

@media (max-width: 1123px) {
	header.top .topbar ul.topmenu {
		font-size: 13px;
		padding-top: 18px
	}
	header.top .topbar .account {
		margin-right: 0px;
	}
	header.top .topbar .account .basket {
		padding: 15px 5px 15px 15px;
	}
	header.top .topbar .account .user {
		padding: 15px 5px 15px 10px;
	}
}

@media (max-width: 992px) {
	header.top .topbar .account {
		display: none
	}
	header.top .topbar ul.topmenu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-top: 15px;
		padding-left: 0;
	}
}


/* navbar */

header nav.navbar {
	height: 100px
}

header nav.navbar a.navbar-brand {
	padding-right: 10px
}

header nav.navbar .navbar-nav ul {
	position: relative;
}

header nav.navbar .navbar-nav li {
	padding: 5px
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

header .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 600;
}

.navbar-dark .navbar-brand {
	color: #535255;
	font-weight: 600;
    font-size: 25px;
}
.navbar-dark .navbar-brand:hover {
	color: #535255;
}
header .navbar-dark .navbar-nav .nav-link:hover {
	padding-top: 5px
}
@media (min-width: 992px) and (max-width: 1200px) {
	header .navbar-dark .navbar-nav .nav-link { font-size:12px }
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
	}
}
header nav.navbar .navbar-nav .nav-item a i {
	display: table;
	margin: 0px auto;
	font-size: 30px
}

header nav.navbar .navbar-nav li a {
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.3s ease-in-out;
	
}
header nav.navbar .navbar-nav .dropdown-menu li {
	padding:0;
}
header nav.navbar .navbar-nav .dropdown-menu li a {
	background:#7f00ff;
	color:#fff;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #aa66ef;
}

header nav.navbar .navbar-nav .dropdown-menu li a:hover {
	background:#aa66ef;
}
header nav.navbar .navbar-nav li a.nav-link:hover {
	color: #e85b51
}
.navbar-collapse>div { margin-left: auto !important; }
.offcanvas-header {
	display: none;
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: #fff;
}
.navbar-dark.nav-is-stuck .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='0' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-is-stuck .custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='0' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
	padding: 0.10rem 0.35rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.1rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.navbar-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #000;
		transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
		z-index: 9999;
	}
	.navbar-collapse.show {
		visibility: visible;
		transform: translateX(-100%);
	}
	header nav.navbar .navbar-nav .nav-item a i {
		display: inline-block;
		margin: 0px auto;
		font-size: 15px;
		color: #fff;
		padding-right: 10px;
	}
	header nav.navbar .navbar-nav li a.nav-link {
		color: #ffffff!important;
	}
	header nav.navbar .navbar-nav li a.nav-link:hover {
		color: #e85b51;
	}
	header nav.navbar .navbar-nav li {padding:10px;}
	header nav.navbar .navbar-nav li.nav-item {
		background: #161616;
   		border-bottom: 1px solid #ffffff;
	}
	header nav.navbar .navbar-nav li.nav-item:first-child {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	header nav.navbar .navbar-nav li.nav-item:last-child {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border:none;
	}
}

  /* Sticy Bar */
  .nav-is-stuck {
	position: sticky; 
}
.nav-is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	animation: stickAnim .3s;
	z-index: 9999;
}

  

  .bg-light.nav-is-stuck {
	background: #000 !important;
}
.navbar-dark.nav-is-stuck .navbar-nav .show > .nav-link, 
.navbar-dark.nav-is-stuck .navbar-nav .active > .nav-link, 
.navbar-dark.nav-is-stuck .navbar-nav .nav-link.show, 
.navbar-dark.nav-is-stuck .navbar-nav .nav-link.active {
	color:#e85b51!important;
}

header .navbar-dark.nav-is-stuck .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}
header nav.navbar.nav-is-stuck {
    height: 70px;
	box-shadow: 0px 1px 5px 1px #000000;
}
header nav.navbar.nav-is-stuck .navbar-brand img {
	height: 75px;
    filter: brightness(3);
 }
 .offcanvas-header img {
	filter: brightness(3);
	width: 70%
}
 .btn-outline-danger {
    color: #ffffff;
    border: none!important;
    font-weight: 500;
	background: rgb(0 0 0);
    background: linear-gradient(302deg, rgb(0 0 0) 0%, rgb(125 124 127) 22%, rgb(167 167 167) 32%, rgb(0 0 0) 100%);
}
  
  .btn-outline-danger:hover {
	color: #fff;
	background-color: transparent;
	border:none
  }
  
  .btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: none
  }
  
 
 @media (max-width: 992px) {
	.navbar {padding: 0rem 1rem;}
	.navbar-brand {
		padding-top: 0rem;
    	padding-bottom: 0rem;
	}
 }
/* ============ desktop view ============ */

@media all and (min-width: 992px) {
	header.top .topbar .account .user.dropdown-menu {
		display: none;
	}
	header.top .topbar .account .user:hover .dropdown-menu {
		display: block;
	}
	header.top .topbar .account .basket:hover .dropdown-menu {
		display: block;
	}
	header.top .topbar .account .dropdown-menu {
		margin-top: 0;
	}
	header .navbar .nav-item .dropdown-menu {
		display: none;
	}
	header .navbar .nav-item:hover .dropdown-menu {
		display: block;
		padding: 0;
	}
	header .navbar .nav-item .dropdown-menu {
		margin-top: 0;
		background: #440386;
		border: none;
		border-radius: 2px;
	}
	header .navbar .nav-item .dropdown-menu {
		display: none;
	}
	header .navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	header .navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}


/* ============ desktop view .end// ============ */

header .dropdown a.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0em;
	vertical-align: 0em;
	content: "↯";
	font-family: 'fontello';
	font-weight: normal;
	border-top: 0em;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

@media all and (min-width:991px) {

	.dropdown:hover .nav-link {
		position: relative;
		z-index: 12;
	}
	.dropdown:hover:after {
		z-index: 10;
		opacity: 1;
		visibility: visible;
		position: fixed;
	}
}

header .account #wrap {
	display: inline-block;
	position: relative;
	padding: 0;
	position: relative;
}

header .account input[type="text"] {
	font-size: 15px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: none;
	outline: none;
	color: #fff;
	padding: 10px;
	padding-right: 60px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

header .account input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

header .account input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

header .account input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}

header .account input[type="text"]:focus:hover {
	border-bottom: 1px solid #BBB;
}

header .account input[type="text"]:focus {
	width: 300px;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	cursor: text;
}

header .account input[type="submit"] {
	height: 48px;
	width: 48px;
	display: inline-block;
	color: red;
	background: url(../images/icon/search.png) center center no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0.8;
	cursor: pointer;
	transition: opacity .4s ease;
}

header .account input[type="submit"]:hover {
	opacity: 0.8;
}


/* navbar bitti */
#radyoslider .owl-stage-outer,
#radyoslider2 .owl-stage-outer {
	box-shadow: 0px 0px 8px 1px #808080;
}
.owl-carousel .owl-stage-outer {
    border-radius: 5px;
}
.owl-carousel .owl-item img {
    border-radius: 5px;
}
/* announcements */

section.announcements {
	display:flex;
	justify-content: space-around;
	background: #161616;
	height: 45px;
	color: #fff;
	padding-top: 6px;
	position: relative;
	border-radius: 4px;
	margin-top: 30px
}

section.announcements a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	padding-left: 25px;
	font-weight: 300;
	font-size: 13px
}

section.announcements a:first-child {
	padding-left: 10px;
}

section.announcements a:before {
	content: '\f111';
	font-family: 'fontello';
	font-weight: normal;
	color: #FFEB3B;
	font-size: 5px;
	position: absolute;
	top: 11px;
	margin-left: -10px;
}

section.announcements a:hover {
	color: #e85b51;
}
section.announcements div.headphone {
	width:40px;margin-left: 10px;
	animation: bounce-2 4s infinite linear;
}
section.announcements div.headphone i {
	color:#fff;
	font-size:30px;
}

section.announcements marquee {
	padding-top: 3px
}



section.slider .container {
	position: relative
}

section.slider .arrow-left {
	cursor: pointer;
	background: url(../images/icon/left-arrow.png) no-repeat left top;
	position: absolute;
	left: 20px;
	top: 43%;
	margin-top: -15px;
	width: 24px;
	height: 24px;
	z-index: 2;
}

section.slider .arrow-right {
	cursor: pointer;
	background: url(../images/icon/right-arrow.png) no-repeat right bottom;
	position: absolute;
	right: 20px;
	top: 43%;
	margin-top: -15px;
	width: 24px;
	height: 24px;
	z-index: 2;
}

section.slider .owl-theme .owl-dots .owl-dot.active span,
section.slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #161616;
}

section.slider button:focus {
	outline: 1px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

section.socialmedia {
	margin-top: 20px;
	margin-bottom: 30px
}

section.djs .container,
section.canli .container {
	position: relative
}

section .container h1 {
	position: relative;
}

section .container h1.title {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	overflow: hidden;
	text-transform: uppercase;
}
section .container h1.title span {
 display: inline-block
}
section .container h1.title::after {
	content: "";
	position: absolute;
	height: 3px;
	bottom: 15px;
	width: 100%;
	background-color: #fff;
	margin-left: 15px;
}
/* section .container h1.title span.color-a {
	color: #590e88;
	text-decoration-line: underline;
}
section .container h1.title span > span.color-b {
	color: #b36ef9;
} */
section .container h1.title::after {
	content: "";
	position: absolute;
	height: 3px;
	bottom: 27px;
	width: 100%;
	background-color: #fff;
	margin-left: 15px;
}
section.canli h1.title:after {
	width: 59%;
}
section.djs h1.title:after {
	width: 50%;
}
section.clip h1.title:after {
	width: 63.5%;
}
@media (min-width: 1200px) and (max-width: 1366px) {
	section .container h1.title::after {width: 60%;}
}
@media (min-width: 992px) and (max-width: 1200px) {
	section .container h1.title::after {width: 53%;}
}
@media (max-width: 992px) {
	section .container h1.title::after {display:none}
	section .container h1.title {
		font-size: 18px
	}
	section .container h1.title span { 
		display: inline;
	}
	section .container h1.title span img {
		width: 120px
	   }
}
section.djs .itemKapsul,
section.canli .itemKapsul {
	display: block;
	margin-bottom: 30px;
	position: relative
}

section.djs .itemKutu,
section.canli .itemKutu {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 5px;
	max-height: 300;
	margin-right: 15px;
	font-size: 18px;
	cursor: pointer
}

section.djs .itemKutu .overlay,
section.canli .itemKutu .overlay {
	transition: opacity .3s linear;
}

section.djs .itemKutu .overlay:hover,
section.canli .itemKutu .overlay:hover {
	z-index: 1;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	text-align: center;
	transition: opacity .3s linear;
	opacity: 0.8;
	width: 100%;
	max-height: 360px;
}

section.djs .itemKutu .overlay a,
section.canli .itemKutu .overlay a {
	text-decoration: none;
}

section.djs .itemKutu img,
section.canli .itemKutu img {
	width: 100%
}

section.djs .itemKutu .bottom,
section.canli .itemKutu .bottom {
	position: relative;
	height: 60px;
	background-color: rgb(69 3 135 / 64%);
	margin-top: -60px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none
}

section.djs .itemKutu .text, 
section.canli .itemKutu .text, 
section.djs .itemKutu .text a,
section.canli .itemKutu .text a {
	color: #fff;
	padding: 15px 0;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
}
section.djs .owl-item .itemKutu img,
section.canli .owl-item .itemKutu img {
    box-shadow: 0px 0px 4px 1px #808080;
	height:auto;
}
@media all and (max-width:692px) {
	section.djs .itemKutu .bottom,
	section.canli .itemKutu .bottom {
		height: 30px;
		margin-top: -30px;
	}
	section.djs .itemKutu .text,
	section.canli .itemKutu .text {
		color: #000;
		padding: 0px 0;
		font-size: 13px
	}
}

section.djs .arrow-left,
section.canli .arrow-left {
	cursor: pointer;
	background: url(../images/icon/left-arrow.png) no-repeat left top;
	position: absolute;
	right: 50px;
    top: 7px;
    /* margin-top: -15px; */
    width: 24px;
    height: 24px;
	z-index: 2;
	filter: brightness(0) invert(1);
}

section.djs .arrow-right,
section.canli .arrow-right {
	cursor: pointer;
	background: url(../images/icon/right-arrow.png) no-repeat right bottom;
	position: absolute;
	right: 20px;
	top: 7px;
	width: 24px;
	height: 24px;
	z-index: 2;
	filter: brightness(0) invert(1);
}

section.dashboard .post {
	margin-bottom: 70px;
}

section.dashboard .post {
	background:#161616;
	margin: 0 0 30px 0;
	border: 1px solid #161616;
    border-radius: 5px;
	min-height: 445px;
}

section.dashboard .group:before,
section.dashboard .group:after {
	content: " ";
	display: table;
}

section.dashboard .post-intro {
	position: relative;
	padding: 10px;
}
section.dashboard .post-intro img { width:100% }
section.dashboard .post-body {
	padding:0px 10px 10px 10px ;
}
section.dashboard .post-body p {
	font-size:14px;
	line-height: 18px;
	padding-top: 5px
}
.post-intro h1 a,
.post-intro h2 a {
	padding: 0;
	color: #fff!important;
}
.scpost img {
	height: 420px !important;
	object-fit: cover;
}

section.dashboard .content img {
	width: 100%;
    height: auto;
	border-radius: 5px;
}
section.dashboard .content img:not(h1.title img) {
	min-height: 270px;
    object-fit: cover;
}


section.dashboard .post-intro img+h2 {
	bottom: 0;
	position: relative;
	margin-top: -35px;
}

section.dashboard .post-intro h2 {
	font-size: 18px;
	font-weight: 400;
	background: rgb(196 137 255);
	background: linear-gradient(90deg, rgb(127, 0, 255) 46%, rgb(196, 137, 255) 100%);
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	padding: 14px 15px;
}

section.dashboard .post-intro h2 a {
	display: block;
}

section.dashboard .post-intro h1,
section.dashboard .post-intro h2 {
	position: relative;
	width: 80%;
	margin-bottom: 0;
	line-height: 1.2;
	padding: 8px 10px;
	font-size: 20px;
}
/* section.dashboard .post-intro h2.ct {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.2;
	padding: 8px 10px;
	font-size: 17px;
} */
section.dashboard .post-body h2.ct {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.2;
	padding: 0px 5px 5px 0px;
	font-size: 17px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
section.dashboard .post-body h2.ct a {
	color: #fff;
}
section.dashboard .post-body p {
	color: #fff
}
section.dashboard .post-body a {
	white-space: unset
}
.post>*:last-child,
.post-body>*:last-child {
	margin-bottom: 0;
}

section.dashboard .meta {
	margin-bottom: 30px;
}

section.dashboard .meta {
	font-size: 12px!important;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

section.dashboard .meta .bull {
	margin: 0 12px 0 10px;
	opacity: .6;
}

section.dashboard .meta .bull {
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: -1px;
}

section.dashboard a {
	outline: none;
	color: #000000;
	text-decoration: none;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.dashboard .pagination {
	display: inline-block;
	margin: 20px 0;
}

section.dashboard .pagination a {
    display: inline-block;
    background-color: transparent;
    color: rgb(127 0 255);
    font-weight: 600;
    border-radius: 3px;
    font-size: 22px;
    width: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 6px 15px;
    border: 2px solid rgb(127 0 255);
    margin: auto 10px;
}

section.dashboard .pagination a:hover {
	background: rgb(127 0 255);
	color: #fff
}

/* Top 10 List */

.top10 {
	display:flex;
	justify-content: flex-start;
	height:50px;
	transition: all .3s ease-in-out;
	padding-left:10px;
	padding-right: 10px;
	cursor:pointer
}
.top10:hover {
	background:#ececec;
	border-radius:5px;
}
.top10 .siralama {
	background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(177,104,250,1) 22%, rgba(193,132,255,1) 32%, rgba(127,0,255,1) 100%);
	height:34px;
	width:34px;
	text-align: center;
	padding-top:2px;
	padding-left:2px;
	font-weight: 600;
	font-size:20px;
	color:#fff;
	border-radius:50%;
}
.top10 .top10Kapsul {
	padding-left:20px;
	font-weight: 600;
}
.top10 .top10Kapsul .sanatci {
	color:#636363;
	font-size:20px;
	text-transform: uppercase;
	margin-top:-10px
}
.top10 .top10Kapsul .sarki {
	font-size:12px;
	line-height: 0rem;
    padding-left:0px;
	color:#7c3fb9	
}

section.dashboard .radyoprogram {
	position: relative
}

section.dashboard .radyoprogram img {
	width: 100%;
	opacity: 1;
	height:auto;
}

section.dashboard .radyoprogram h2 {
	position: absolute;
	bottom: 0;
	height: 60px;
    background-image: -webkit-linear-gradient(left, #7f00ff, transparent 100%);
    background-image: linear-gradient(to right, #7f00ff, transparent 100%);
	width: 80%;
	padding: 10px;
	color: #fff;
	text-shadow: 2px 2px #000
}
@media (min-width: 1200px) and (max-width: 1366px) {
	section.dashboard .radyoprogram h2 { 
		font-size:19px;
		height: auto;
		bottom: 0px;
		width: 100%;
	 }
}
@media (min-width: 992px) and (max-width: 1200px) {
	section.dashboard .radyoprogram h2 { 
		font-size:17px;
		height: auto;
		bottom: 0px;
		width: 100%;
	 }
}
@media (max-width: 992px) {
	section.dashboard .radyoprogram h2 { 
		font-size:13px;
		height: auto;
		bottom: -10px;
		width: 100%;
	 }
}
section.akis .nav-tabs {
	border: none;
	display: flex;
	border-radius: 3px;
	padding: 10px
}

section.akis .nav-tabs a {
	flex-basis: 14.28%;
	background: transparent;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

section.akis .nav-tabs .nav-link {
	border: none;
	font-weight: 500;
}

section.akis .nav-tabs .nav-link.active {
    border: none;
    color: #ffffff;
    background: #7f00ff;
    border-radius: 5px;
}

section.akis .nav-tabs a:hover {
	border: none;
	font-style: normal;
	color: #7f00ff
}

section.akis .nav-tabs a:focus {
	border: none
}
/* Revize Yayin Akisi */
section.yayin--akis nav {max-width:100%;}
section.yayin--akis .tab-content {
	max-width:100%;
	max-height:320px;
	overflow: hidden;
	overflow-y: scroll;
}
/* width */
section.yayin--akis .tab-content::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  section.yayin--akis .tab-content::-webkit-scrollbar-track {
	background: #7f00ff; 
  }
   
  /* Handle */
  section.yayin--akis .tab-content::-webkit-scrollbar-thumb {
	background: #b266ff; 
  }
  
  /* Handle on hover */
  section.yayin--akis .tab-content::-webkit-scrollbar-thumb:hover {
	background: #440386; 
  }
section.yayin--akis .nav-tabs {
	border: none;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section.yayin--akis .nav-tabs i {font-size:40px; color:#fff; padding-left:10px;padding-right:10px }
section.yayin--akis .nav-tabs a.dropdown-toggle {
	flex-basis: auto;
	background: transparent;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s ease-in-out!important;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(177,104,250,1) 22%, rgba(193,132,255,1) 32%, rgba(127,0,255,1) 100%);
    border-radius: 1px;
	padding: 0.5rem 1rem;
	font-weight:500
}

section.yayin--akis .nav-tabs .nav-link {
	border: none;
	font-weight: 500;
	color: #fff;
    border-bottom: 1px solid #e07277;
	transition: all .3s ease-in-out;
	width: 100%;
}
section.yayin--akis .nav-tabs .nav-link:hover {
	background:#e07277;
}
section.yayin--akis .nav-tabs .nav-link:last-child { border-bottom:none }
section.yayin--akis .nav-tabs .nav-link.active {
    border: none;
    color: #ffffff;
    background: #7f00ff;
    border-radius: 5px;
	background: #da7175;
    border-radius: 0px;
}

section.yayin--akis .nav-tabs a.dropdown-toggle:hover {
	border: none;
	font-style: normal;
	color: #fff
}

section.yayin--akis .nav-tabs a.dropdown-toggle:focus {
	border: none
}
section.yayin--akis ol {
	display: flex;
    justify-content: space-between;
    padding: 5px 30px 5px 30px;
    margin: 0;
    background: #7f00ff;
}
section.yayin--akis ol span { color:#fff; font-weight: 600; }
section.yayin--akis ul.yayinsaatleri {
	padding:0;
	margin:0
}
section.yayin--akis ul.yayinsaatleri li {
	list-style-type: none;
	display:flex;
	justify-content: space-between;
	padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #f9f9f9;
	cursor:pointer
}
section.yayin--akis ul.yayinsaatleri li:hover {
    background: #ececec;
}
section.yayin--akis ul.yayinsaatleri li span { 
	color:#000; 
	font-weight: 400; 
	overflow:hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	font-size:14px
}
section.yayin--akis ul.yayinsaatleri li span + span { 
	color: #810dbd; 
	font-weight: 500;
 }

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


/* Common style */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	background: #440386;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/


/***** Milo *****/


/*---------------*/

figure.effect-milo {
	background: #440386;
}

figure.effect-milo img {
	max-width: none;
	width: 406px;
    height: 403px;
	object-fit: cover;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
	transform: translate3d(-30px, 0, 0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 10px;
	bottom: 0;
	padding: 1em 0em;
}

figure.effect-milo h3 {
	position: absolute;
	right: 10px;
	bottom: 30px;
	padding: 1em 0em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 100%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

footer {
	min-height: 100px;
	margin-top: 100px
}
.footer-bg {    box-shadow: 0px -2px 5px 1px #868686;}
.footer-widget p {
	margin-bottom: 27px;
}

footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 28px;
}
footer ul li {
	font-size: 14px
}
.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: #bd0d18;
}

/* Footer */
footer button {
	font-size: calc(13px + (16 - 13) * ((100vw - 360px) / (1600 - 320))) !important;
	border-radius: 0 !important;
	padding-left: calc(20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
	padding-right: calc(20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
	padding-top: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
	padding-bottom: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
	background-color: #383431 !important;
	border: none !important
}

footer button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0
}
footer div ul {
    padding-left: 0;
    list-style: none;
}
footer li {
	margin-top: 8px;
	margin-bottom: 8px
}

footer input::-webkit-input-placeholder {
	padding-left: 5px !important;
	transform: translate3d(0, -2px, 0)
}

footer input::placeholder {
	vertical-align: middle !important;
	color: rgb(0,0,03) !important;
	font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

footer input {
	border-radius: 2px !important;
	background: transparent !important;
	color: #FFFFFF !important
}

footer input:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
	border-color: #FFFFFF !important
}

footer img {
	vertical-align: middle !important;
	width: 100%;
	width: calc(30px + 6 * ((100vw - 320px) / 680)) !important
}


footer {
	background-color: #000 !important;
	color: #FFFFFF !important;
	margin-bottom:70px;
}
.footer-copy {
	background: #161616;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #000;
	font-size: 14px
}


footer small {
	font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

footer p {
	font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
	color: rgb(196, 193, 193) !important
}

footer .social {
	position: relative;
	left: -10px
}

footer .Subscribe {
	background-color: #FFFFFF !important;
	color: #383431 !important;
	font-weight: bold
}

footer .xbold {
	color: rgb(196, 193, 193) !important;
	font-size: 18px !important;
	font-weight: bold;
	color:#fff!important;
}

footer li a {
	color: rgb(196, 193, 193) !important;
	text-decoration:none;
}
footer li a:hover {
		color: rgb(196, 193, 193, 50%) !important;
	text-decoration:none;
}
footer .rowx {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
  }
  .rowx {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 10px;
    margin-left: -15px;
  }
/* ==========================

  Contact

=============================*/

.contact-us {
	position: relative;
	z-index: 2;
	margin-top: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-icon {
	position: absolute;
}

.contact-icon i {
	font-size: 36px;
	top: -5px;
	position: relative;
	color: #007bff;
}

.contact-info {
	margin-left: 75px;
	color: #fff;
}

.contact-info h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}

.copyright {
	padding: 18px 0;
	margin-top: 5px;
	background-color: #7f00ff;
	font-size:12px;
	font-weight: 500;
}

.copyright span,
.copyright a {
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
}

.copyright a:hover {
	color: #000;
}

.copyright-menu ul {
	text-align: right;
	margin: 0;
}

.copyright-menu li {
	display: inline-block;
	padding-left: 20px;
}

.back-to-top {
	position: relative;
	z-index: 2;
}

.back-to-top .btn-dark {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
    background: rgb(127 0 255);
    border-color: rgb(127 0 255);
	display: none;
	z-index: 999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
	cursor: pointer;
	background: #FA6742;
	border-color: #FA6742;
}


section.cover {
    background: #440386;
    /* height: 200px; */
    border-radius: 5px;
	box-shadow: 0px 0px 8px 1px #808080;
}

.coverKapsul {
	display: flex;
	justify-content: end;
	width: 100%;
}

.coverKutu {
	text-align: center;
	padding: 0px 0;
	width: 40%;
	height: 190px;
	margin-right: 5px;
	font-size: 18px;
}

.coverKutu:first-child {
	width: auto;
}

.coverKutu .cover-image img {
    width: auto;
    height: 190px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cover-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 7px;
    font-size: 18px;
    color: #dfcfef;
}

.cover-title span {
	display: block;
	font-weight: 500;
	text-transform: none;
	font-size: 14px
}

.cover-title span:first-child {
	margin-top: 10px
}

.cover-social {
	text-align: left;
	padding-left: 10px;
}

.cover-social h2 {
	font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #dfcfef;
	font-weight: 700;
	position:relative;
	text-transform:uppercase
}
.cover-social h2:after {
    content:'';
    position: absolute;
    border-bottom: 2px solid #b36ef9;
    width: 210px;
    height: 2px;
    bottom: -3px;
    left: 0;
}
.cover-social a {
	color: #fff;
	padding: 5px;
	text-decoration:none
}

.cover-social a .icofont-facebook {
	padding: 5px;
	border-radius: 100%;
	background: #3b5998;
	font-size: 16px
}

.cover-social a .icofont-instagram {
	padding: 5px;
	border-radius: 100%;
	background: #125688;
	font-size: 16px
}

.cover-social a .icofont-twitter {
	padding: 5px;
	border-radius: 100%;
	background: #00aced;
	font-size: 16px
}

.cover-social a .icofont-linkedin {
	padding: 5px;
	border-radius: 100%;
	background: #007bb5;
	font-size: 16px
}

.cover-timer {
	display: table;
	margin: 8% auto;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0.5;
	font-size: 34px;
	color:#fff;
}
@media (max-width: 992px) {
	.coverKapsul {
		display: flex;
		justify-content: end;
		flex-direction: column;
	}
	.coverKutu { 
		width:100%!important; 
		height: auto;
		min-height: auto
	}
	.coverKutu .cover-image img {
		width: 100%;
		height: auto;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px;
	}
	.cover-title { font-size:28px }
	.cover-title span { font-size:18px }
	.cover-title, .cover-social {
		display: table;
		margin: 0px auto;
	}
	.cover-social {	padding-left: 0px; }
	.cover-social h2 {
		font-size: 20px;
		text-transform: uppercase;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.cover-timer { font-size:24px }
}

section.cover-about {
	margin-top: 20px
}

section.cover-about .content h1 {
	color: #fff;
	font-weight: 600;
	font-size:25px;
}

section.cover-about .content h1:hover {
	color: #7F00FF
}

section.cover-about .content h1 a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

section.cover-about .content h1 a:hover {
	color: #fff
}

section.cover-about .content p {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

.sohbet-panel {
    background-color: #440386;
    border-radius: 5px;
    max-width: 768px;
    min-height: 309px;
    box-shadow: 0px 0px 5px 1px #808080;
}
.sohbet-panel:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/music.png);
  background-size:28px;
  top:8px;
  transform: rotate(-20deg);
  left: 25px;
  position: absolute;
  animation: bounce-1 5s infinite linear;
}
.sohbet-panel form {  padding: 0px 15px 0px 15px; }
.sohbet-panel small {font-size: 10px!important;}
.anaform {
	background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
.anaform .input-group-addon {padding-top:3px}
.anaform img {
	padding-top: 7px
}

.anaform .form-control, 
.anaform .form-control[readonly] {
	border: none;
    background-color:transparent
}
.anaform input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
}

.anaform input::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
}

.anaform input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
}

.anaform input::-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
}

.anaform input::placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
}
  .v5-text {
    font-size: 13px;
    color: #fff;
	text-align: center;
	padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 11pt;
  }
  
  .v5 {
	  color: #fff;
  }
  .v5 h2 { 
	  color:#ffffff; 
    font-weight: 500;
    font-size: 20px;
 }
  .v5 hr {
	border-top: 1px solid #b164ff;
  }
  
  .girisbuton {
    background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(127,0,255,1) 100%);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
  }
  .girisbuton:hover {
    background: rgb(175,0,255);
	background: linear-gradient(302deg, rgba(175,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(175,0,255,1) 100%);
    color:#fff;
  }

  .eskigirisbuton {
	background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(127,0,255,1) 100%); 
    width: 100%;
    color: #fff;
    /* border-radius: 5px; */
    font-weight: 500;
	font-size:16px;
}
  .eskigirisbuton:hover {
	background: rgb(175,0,255);
	background: linear-gradient(302deg, rgba(175,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(175,0,255,1) 100%);
    color:#fff;
  }
  @media (min-width: 992px) {
	  .v5 {
		  padding: 10px;
	  }
  }

  @media (max-width: 1391px) {
	.sohbet-panel:before {
	  left: 25px;
	}
  .sohbet-panel:after {
	display:none
  }
  }

  @media (max-width: 1365px) {
	.sohbet-panel {
		min-height: 273px;
	}
	.sohbet-panel:before {
		width: 24px;
 	    height: 24px;
		background-size: 24px;
		top:10px;
		left:25px;
	}
	.v5-text {
		display: none;
	}
	.eskigirisbuton { font-size:13px }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
	.sohbet-panel { min-height: 228px; }
	.sohbet-panel:before {
		top:10px;
		left:15px;
	}
	.girisbuton { font-size:12px }
	.eskigirisbuton { font-size:12px }
	.sohbet-panel small {display:none}
	.anaform .form-control {
		height: calc(1.2em + 0.75rem + 2px);
	}
	.anaform .input-group-addon {
		padding-top: 0px;
	}
  }
  @media (max-width: 992px) {
	.sohbet-panel {
	  border-radius:5px;
	  min-height: 270px;
	}
	.sohbet-panel:before {
	  display:none
	}
	.sohbet-panel form { padding: 0px 15px 0px 15px; }
	.v5 {
		padding: 10px;
	}
  }
  /* Sidebar Chat--Widget */
  .chat--widget .sohbet-panel {
    background-color: #510f94;
    border-radius: 5px;
    max-width: 768px;
    min-height: 309px;
    box-shadow: 0px 0px 5px 1px #808080;
}
.chat--widget .sohbet-panel:before {
  display:none
}
.chat--widget .sohbet-panel form {  padding: 0px 25px 10px 25px; }
.chat--widget .sohbet-panel small {font-size: 10px!important;}
.chat--widget .anaform {
	background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
    border-radius: 5px;
}
.chat--widget .anaform .input-group-addon {padding-top:0px}
.chat--widget .anaform img {
	padding-top: 7px
}

.chat--widget .anaform .form-control, 
.chat--widget .anaform .form-control[readonly] {
	border: none;
    background-color:transparent
}
.chat--widget .anaform input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 18px;
}

.chat--widget .anaform input::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-size: 18px;
}

.chat--widget .anaform input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 18px;
}

.chat--widget .anaform input::-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 18px;
}

.chat--widget .anaform input::placeholder {
	color: #000;
	opacity: 1;
	font-size: 18px;
}
  .chat--widget .v5-text {
    font-size: 15px;
    color: #fff;
	text-align: center;
	padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 11pt;
  }
  
  .chat--widget .v5 {
	  color: #fff;
  }
  .chat--widget .v5 h2 { 
	  color:#ffffff; 
    font-weight: 500;
    font-size: 20px;
 }
  .chat--widget .v5 hr {
	border-top: 1px solid #b164ff;
  }
  
  .chat--widget .girisbuton {
    background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(127,0,255,1) 100%);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
  }
  .chat--widget .girisbuton:hover {
    background: rgb(175,0,255);
	background: linear-gradient(302deg, rgba(175,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(175,0,255,1) 100%);
    color:#fff;
  }

  .chat--widget .eskigirisbuton {
	background: rgb(127,0,255);
    background: linear-gradient(302deg, rgba(127,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(127,0,255,1) 100%); 
    width: 100%;
    color: #fff;
    /* border-radius: 5px; */
    font-weight: 500;
	font-size:16px;
}
  .chat--widget .eskigirisbuton:hover {
	background: rgb(175,0,255);
	background: linear-gradient(302deg, rgba(175,0,255,1) 0%, rgba(193,132,255,1) 22%, rgba(177,104,250,1) 32%, rgba(175,0,255,1) 100%);
    color:#fff;
  }
  @media (min-width: 992px) {
	  .chat--widget .v5 {
		  padding: 10px;
	  }
  }

  @media (max-width: 1391px) {
	.chat--widget .sohbet-panel:before {
	  left: -30px;
	}
  .chat--widget .sohbet-panel:after {
	display:none
  }
  }
  @media (max-width: 1366px) {
	.chat--widget .sohbet-panel {
		min-height: 273px;
	}
	.chat--widget .sohbet-panel:before {
		width: 24px;
 	    height: 24px;
		background-size: 24px;
		top:10px;
		left:25px;
	}
	.chat--widget .v5-text {
		display: none;
	}
	.chat--widget .eskigirisbuton { font-size:13px }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
	.chat--widget .sohbet-panel { min-height: 228px; }
	.chat--widget .sohbet-panel:before {
		top:10px;
		left:15px;
	}
	.chat--widget .girisbuton { font-size:12px }
	.chat--widget .eskigirisbuton { font-size:12px }
	.chat--widget .sohbet-panel small {display:none}
	.chat--widget .anaform .form-control {
		height: calc(1.2em + 0.75rem + 2px);
	}
	.chat--widget .anaform .input-group-addon {
		padding-top: 0px;
	}
  }
  @media (max-width: 992px) {
	.chat--widget .sohbet-panel {
	  border-radius:5px;
	  min-height: 270px;
	}
	.chat--widget .sohbet-panel:before {
	  display:none
	}
	.chat--widget .sohbet-panel form { padding: 0px 15px 0px 15px; }
	.chat--widget .v5 {
		padding: 10px;
	}
  }

  @keyframes bounce-1 {
	0% {
		transform: translateY(0);
   }
	50% {
		transform: translateY(0px) rotate(-90deg);
   }
	100% {
		transform: translateY(0);
   }
  }
  @keyframes bounce-2 {
	0% {
		transform: translateY(0);
   }
	50% {
		transform: translateY(0px) rotate(40deg);
   }
	100% {
		transform: translateY(0);
   }
  }
  

 
@keyframes stickAnim {
	0% {
		transform: translateY(-86px);
	}
	100% {
		transform: translateY(0);
	}
}


  
.post-additional-info {
    margin-bottom: 30px;
}
.post-date, .post-comments {
    font-weight: 300;
    color: #000000;
    display: inline-flex;
    align-items: center;
}
.post-date i, .post-comments i {
    margin-right: 10px;
}
.post-date + .post-comments {
    margin-left: 35px;
}
@media (max-width: 992px) {
	.post-date + .post-comments {
		margin-left: 0px;
	}
	.post-additional-info {
		margin-bottom: 10px;
	}	
}
.tags-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }
  .tags-list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  .tags-list li:last-child {
	margin-right: 0;
  }
  .tags-list a {
	border-radius: 5px;
	line-height: 1;
	padding: 9px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
    color: #272a2c!important;
	background-color: #dadada;
	-webkit-transition: all 0.15s linear;
	  -o-transition: all 0.15s linear;
	  transition: all 0.15s linear;
	  text-decoration: none;
  }
  .tags-list a:hover {
	background-color: #440386;
	color: #fff!important;
  }
/*------------- #COMMENTS --------------*/
.align-center, .aligncenter {
    text-align: center;
}
.comments h5 { 
	font-weight: 600;
    color: #fff;
}
.comments__list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }
  .comment-content.comment {font-weight: 300; font-size:15px}
  .comments__list .comments__avatar {
	margin-right: 30px;
	min-width: 70px;
  }
  .comments__list .comments__body {
	padding: 20px;
	background-color: #450387;
	/* border-radius: 40px; */
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
  }
  .comments__list .comments__body:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #450387 transparent transparent;
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease;
  }
  .comments__list .comments__author {
	display: inline-block;
	font-style: normal;
  }
  .comments__list .comments__author a,
  .comments__list .comments__author {
	margin: 0;
	font-size: 16px;
	color:#ffffff;
	font-weight: 600;
  }
  .comments__list .comments__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .comments__body header {
	background:none;
	backdrop-filter: blur(0px);
  }
  .comments__body header:before { display:none }
  
  .comments__list .comments__time {
	display: inline-block;
  }
  .comments__list .comments__time a {
	color: #ffffff;
	font-size: 14px;
  }
  .comments__list .comments__time a:hover {
	color: #fff;
  }
  .comments__list .comment-content p {
	margin: 15px 0;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 300!important;
    font-size: 14px!important;
  }
  .comments__list .comment-reply-link {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
  }
  .comments__list a.comment-reply-link { color:#ffffff!important; font-weight: 600!important;}
  .comments__list a.comment-reply-link:hover { color:#fff}
  .comment-content.comment a { color:#fff}
  .comment-content.comment a:hover { color:#fff}
  .comments__item {
	padding-left: 0;
	list-style: none;
  }
  .comments__item:before {
	display: none;
  }
  .comments__item .children {
	margin: 20px 0 0 100px;
	list-style: none;
	padding: 0;
  }
  .comments__item:last-child {
	margin-bottom: 0;
  }
  .children .comments__article {
	flex-direction: row-reverse;
  }
  .children .comments__article:hover .comments__body:after {
	border-color: transparent transparent transparent #521292;
  }
  .children .comments__body::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #450387;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
  }
  .children .comments__avatar {
	margin-right: 0;
	margin-left: 30px;
  }
  .comments__article {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
  }
  .comments__article:hover .comments__body {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #521292;
  }
  .comments__article:hover .comments__body:after {
	border-color: transparent #521292 transparent transparent;
  }
  /*================= Responsive Mode ============*/
  @media (max-width: 768px) {
	.children .comments__article {
	  flex-direction: column;
	  align-items: flex-end;
   }
	.comments__list .comments__body {
	  padding: 20px;
   }
	.comments__item .children {
	  margin: 20px 0 0 50px;
   }
	.children .comments__avatar {
	  margin-left: 0;
   }
	.comments__article {
	  flex-direction: column;
	  align-items: flex-start;
   }
	.comments__list .comments__avatar {
	  margin-right: 0;
	  margin-bottom: 20px;
	  display:none;
   }
	.comments__list .comments__body::after {
	  display: none;
   }
  }
  
  /*------------- #FORMS --------------*/
  input, textarea, select {
	padding: 1.024rem 1.875rem;
	transition: all 0.3s ease;
	font-size: 16px;
	border-radius: 50px;
	border: none;
	background-color: #cfd8df;
	width: 100%;
	outline: none;
	caret-color: #43484e;
	color: #272a2c;
	font-weight: 500;
	max-height: 55px;
   /* Firefox 19+ */
   /* Firefox 18- */
  }
  .form-check input { width: auto!important;}
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input:focus, textarea:focus, select:focus {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  input.input--white, textarea.input--white, select.input--white {
	background-color: #fff;
  }
  /* input.input--white:focus, textarea.input--white:focus, select.input--white:focus {
  
  }*/
  input.input--white:focus::-webkit-input-placeholder, textarea.input--white:focus::-webkit-input-placeholder, select.input--white:focus::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--white:focus::-moz-placeholder, textarea.input--white:focus::-moz-placeholder, select.input--white:focus::-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--white:focus:-moz-placeholder, textarea.input--white:focus:-moz-placeholder, select.input--white:focus:-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--white:focus:-ms-input-placeholder, textarea.input--white:focus:-ms-input-placeholder, select.input--white:focus:-ms-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark, textarea.input--dark, select.input--dark {
	background-color: #2c2f31;
	color: #ffffff;
   /* Firefox 19+ */
   /* Firefox 18- */
  }
  input.input--dark::-webkit-input-placeholder, textarea.input--dark::-webkit-input-placeholder, select.input--dark::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark::-moz-placeholder, textarea.input--dark::-moz-placeholder, select.input--dark::-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:-moz-placeholder, textarea.input--dark:-moz-placeholder, select.input--dark:-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:-ms-input-placeholder, textarea.input--dark:-ms-input-placeholder, select.input--dark:-ms-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:focus, textarea.input--dark:focus, select.input--dark:focus {
	background-color: #fff;
   /* Firefox 19+ */
   /* Firefox 18- */
  }
  input.input--dark:focus::-webkit-input-placeholder, textarea.input--dark:focus::-webkit-input-placeholder, select.input--dark:focus::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:focus::-moz-placeholder, textarea.input--dark:focus::-moz-placeholder, select.input--dark:focus::-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:focus:-moz-placeholder, textarea.input--dark:focus:-moz-placeholder, select.input--dark:focus:-moz-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--dark:focus:-ms-input-placeholder, textarea.input--dark:focus:-ms-input-placeholder, select.input--dark:focus:-ms-input-placeholder {
	color: #000;
	opacity: 1;
  }
  input.input--grey, textarea.input--grey, select.input--grey {
	background-color: #fff;
	border: 2px solid transparent;
	padding: 0.899rem 1.875rem;
   /* Firefox 19+ */
   /* Firefox 18- */
  }
  input.input--grey::-webkit-input-placeholder, textarea.input--grey::-webkit-input-placeholder, select.input--grey::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  input.input--grey::-moz-placeholder, textarea.input--grey::-moz-placeholder, select.input--grey::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  input.input--grey:-moz-placeholder, textarea.input--grey:-moz-placeholder, select.input--grey:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  input.input--grey:-ms-input-placeholder, textarea.input--grey:-ms-input-placeholder, select.input--grey:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  input.input--grey:focus, textarea.input--grey:focus, select.input--grey:focus {
	background-color: #fff;
	border-color: #cfd8df;
  }
  input.input--grey:invalid, textarea.input--grey:invalid, select.input--grey:invalid {
	border-width: 2px;
  }
  input.input--squared, textarea.input--squared, select.input--squared {
	border-radius: 5px;
  }
  input:invalid, textarea:invalid, select:invalid {
	border: 1px solid #161616;
  }
  .input-btn--inline {
	position: relative;
  }
  .input-btn--inline .mega-button {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	max-height: 100%;
  }
  /*Fix for height button in inline-form*/
  @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
	.input-btn--inline .mega-button {
	  max-height: unset;
	  bottom: -1px;
   }
  }
  .input--with-icon {
	position: relative;
  }
  .input--with-icon input, .input--with-icon textarea, .input--with-icon select {
	margin-bottom: 0;
  }
  .input--with-icon input:focus + i, .input--with-icon textarea:focus + i, .input--with-icon select:focus + i {
	color: #450387;
  }
  .input--with-icon i {
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	height: 25px;
	width: 25px;
	font-size: 25px;
	color: #cfd8df;
  }
  .input--icon-right input, .input--icon-right textarea, .input--icon-right select {
	padding-right: 70px;
  }
  .input--icon-right i {
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
  }
  .form--istek {
	padding: 30px;
    border-radius: 5px;
    background: #161616;
  }
  .form--istek h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.form--istek hr.istekhr {
	border-top: 1px solid #fff;
}

  .form--bordered {
	padding: 30px;
    border-radius: 5px;
	background: rgb(0 0 0);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(255,255,255,1) 100%);
  }
  .form--bordered h5 { color:#fff; font-weight: 600; margin-bottom:30px }
  .form-title-with-border {
	text-align: center;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #450387;
  }
  .form--with-bg {
	padding: 30px;
	border-radius: 5px;
  }
  label {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	color: #ffffff;
  }
  label .required {
	color: #fe117c;
  }
  .form-item {
	margin-bottom: 10px;
  }
  .form-popup-subscribe .form-item {
	margin-bottom: 30px;
  }
  .remember-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .remember-wrapper a {
	color: #bac1c9;
  }
  .remember-wrapper a:hover {
	color: #6419ff;
  }
  textarea {
	max-height: unset;
  }
  .send-message-form .form-item, .submit-request-form .form-item {
	margin-bottom: 30px;
  }  

  @media (max-width: 768px) {
	input, textarea, select, .select2 {
	  padding: 0.7rem 1.1rem;
	  font-size: 14px;
   }
	.remember-wrapper {
	  font-size: 12px;
   }
  }
  .button--primary {
	background-color: #000;
	border-color: #000!important;
	color: #fff!important;
	font-weight: 400!important;
  }
  .button--primary:hover {
	background-color: #161616;
	border-color: #161616 !important;
	color: #fff!important;
  }

  .mega-button:hover {
	outline: none;
	text-decoration: none;
  }
  
  .button--l {
	font-size: 14px;
	padding: 1.094rem 2.607rem;
  }
  
  .mega-button {
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 10px;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	line-height: 1;
	font-weight: 700!important;
	color: #fff!important;
	outline: none;
	border: 3px solid;
	text-transform:uppercase
  }
  .mega-button:after {
	content: '';
	display: block;
	border-radius: 5px;
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	-webkit-box-shadow: inset 0 3px 0 0 rgb(33 35 43 / 30%);
	box-shadow: inset 0 3px 0 0 rgb(33 35 43 / 30%);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  }

  /* Yayın Akışı */ 
  .nav-tabs .dropdown-menu {
    z-index: 9999;
    background: #d75157;
    border-radius: 0px;
    border: none;
    right: 0;
    top: 60px!important;
	padding-top: 0;
    padding-bottom: 0;
}

.category--widget ul.category--list {
	background:#510f94;
	padding:1px;
	margin:0;
	width:100%;
	display: inline-block;
	box-shadow: 0px 0px 5px 1px #808080;
	border-radius:5px;
}
.category--widget ul.category--list li {
	list-style-type: none;
	display:inline;
	float:left; 
	width:49.99999999%;
	background:transparent;
	border-bottom:1px solid #6214af
	
}
.category--widget ul.category--list li i { 
	color:#fff; 
	font-size:13px; 
}
.category--widget ul.category--list li:hover { 
	background:#7f00ff 
}
.category--widget ul.category--list li:nth-child(odd) {
	border-right: 1px solid #6214af;
	border-top-left-radius: 5px;
}
.category--widget ul.category--list li:nth-child(even) {
	border-top-right-radius: 5px;
}
.category--widget ul.category--list li a{ 
	color:#fff;
	width: 100%;
	float: left;
	padding:17px;	
}
.popular--widget { width:100%;}
.popular--post {
	background:#161616;
	color:#fff;
	margin-bottom:10px;
	padding:10px;
	border-radius:5px;
	box-shadow: 0px 0px 5px 1px #808080;
}
.popular--post:hover {
	background:#161616;
	transition: 0.3s ease-in-out;
}
.popular--title { 
	font-size:15px; 
	font-weight: 600;
}
.popular--title a { 
	color:#fff!important;
	transition: 0.3s ease-in-out;
 }
.popular--title a:hover { color:#f8d3c6!important; transition: 0.3s ease-in-out;}
.popular--content { 
	font-family: 'Montserrat';
	font-size:14px; 
	line-height: 1rem;
	font-weight: 300;
	padding-top:10px;
}
.popular--bottom {
	display:flex;
	justify-content:flex-start;
	padding-top:10px;
}
.popular--bottom span {
 font-size:13px;
 color:#f8d3c6;
 padding-left:10px
} 
.popular--bottom span:first-child { padding-left:0px; }
.popular--kapsul {
	display:flex;
	justify-content: flex-start;
	text-overflow: ellipsis;
    overflow: hidden;
}
.populer--kapsul2 { padding-left:10px}
.popular--img img {border-radius:5px; width:100px;}

@media (max-width: 992px) {
	.category--widget ul.category--list li {width: 100%;}
	.category--widget ul.category--list li a { padding:10px; }

}
@media (min-width: 767px) and (max-width: 991px) {
	.popular--title {font-size: 13px;}
	.popular--content {font-size: 12px;}
	.popular--img {display:none}
}
#crumbs {padding: 10px 10px 10px 10px;}
.crumbs {
    /* height: 50px; */
    background: #161616;
    border-radius: 5px;
}
.crumbs span.current {
	color: #fff;
	-webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}
.crumbs span.current:hover {  color: #440386; cursor:pointer }
.crumbs a {
  color:#fff!important;
  -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}
.crumbs a:hover { 
  color: #440386!important;
}
.crumbs a:after {
  content:' /';
  font-size:13px;
}
.crumbs a:hover:after {
  content:' /';
  font-size:13px;
  color:#636367;
}
.crumbs a:last-child:after { display:none }
@media (max-width: 768px) {
  .crumbs { height:auto }
  .crumbs span.current {font-size:12px }
  .crumbs a { font-size:12px; }
}

.alert-success {
    color: #000000;
    background-color: #cfb9e6;
    border-color: #cfb9e6;
	font-weight: 500;
}
.alert-success hr {
    border-top-color: #b782ef;
}
.alert-success h4.alert-heading {
	font-size:16px;
}
.alert-success h4.alert-heading strong.red { color:#bd0d18; }
.alert-success h4.alert-heading strong.green { color:#228e7f}
.x404 img {display:table; margin:0px auto;}
.xtext {font-size:20px; font-weight: 500;}
/* Mega Player */
.mega--player { 
	position:fixed;
    background: rgb(0 0 0);
    background: linear-gradient(90deg, rgb(0 0 0) 17%, rgb(75 75 75) 50%, rgb(0 0 0) 84%);
	bottom:0;
	height:70px;
	width:100%;
	z-index:9999;
	color:#fff;
}

.mega-player-content { 
	display:flex;
	justify-content: space-between;
}
.mega--player div.player-frame {
	margin-top: 7px;
}
.mega--player div.player-left-frame {
	margin-top: 22px;
}
.mega--player div.player-right-frame {
	margin-top: 22px;
}
.mega--player div .player-button {
    width: 48px;
    height: 48px;
    color: #000;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .13s;
    transition: all .13s;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#cdcdcd));
    background-image: -webkit-linear-gradient(top,#fff 0,#cdcdcd 100%);
    background-image: linear-gradient(-180deg,#fff 0,#cdcdcd 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mega--player div .player-button.play {
	width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
}
.mega--player div .player-button+.player-button {
	margin-left: 15px;
}
.mega--player div .player-button2 {
	width: 48px;
    height: 48px;
    color: #561b50;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .13s;
    transition: all .13s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mega--player div .player-button2.time {
	margin-left: 15px;
    border-radius: 2px;
    width: 50px;
    height: 20px;
    line-height: 20px;
	color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.mega--player div .player-button.play.paused .icofont-ui-play {
    display: block;
    line-height: 58px;
    text-indent: 4px;
}
.mega--player div .player-button.play.paused .icofont-ui-play:hover,
.mega--player div .player-button.play.paused .icofont-ui-pause:hover,
.mega--player div .player-button .icofont-volume-down:hover,
.mega--player div .player-button .icofont-ui-mute:hover,
.mega--player div .player-button .icofont-refresh:hover {
	color:#650a5c
}
.mega--player div .player-button.play.paused .icofont-ui-pause {
    display: none;
}
.mega--player div .player-button .icofont-ui-mute {
    display: none;
}
.mega--player div .player-button .icofont-volume-down {
	font-size:30px;
	line-height: 49px;
    text-indent: 0px;
}
.mega--player div .player-button .icofont-ui-mute {
	font-size:30px;
	line-height: 49px;
    text-indent: 4px;
}
.mega--player div .player-button .icofont-refresh {
	font-size:27px;
	line-height: 50px;
    text-indent: 4px;
}
.cubuk {
	position: relative;
    margin-top: 48px;
    float: right;
 }
.mega-player-sure-cubuk{
	width:135px;
	height:9px;
	position:absolute;
	bottom:30px;
	right:135px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	background:#e6e6e6
}

.mega-player-sure-cubuk .ui-slider-range-min{
	width:100px;
	height:9px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	background:#fff;
}

.mega-player-sure-cubuk .ui-slider-handle{
	position:absolute;
	top: -4px;
    width: 16px;
    height: 16px;
    background: #000;
    border: 2px solid #dbcee6;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 72%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 72%);
	border-radius: 50%;
}

#megabutton {
	position: fixed;
    bottom: 70px;
    z-index: 9999;
    right: 0;
}
#megabutton2 { 
	display:none;
	position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0px;
}
#megabutton.btn,
#megabutton2.btn {
	border-radius: 0rem;
}
#megabutton.btn.btn-info,
#megabutton2.btn.btn-info {
    color: #fff;
	font-weight: 500;
    background: rgb(0 0 0);
	background: linear-gradient(90deg, rgb(0 0 0) 17%, rgb(75 75 75) 50%, rgb(0 0 0) 84%);
    border:none!important
}
#megabutton.btn.btn-info:hover,
#megabutton2.btn.btn-info:hover {
	color: #fff;
	background: rgb(68,3,134);
	background: linear-gradient(90deg, rgb(83, 4, 163) 17%, rgba(156,65,247,1) 50%, rgba(83,4,163,1) 84%);
	border:none!important
  }
  
  #megabutton.btn.btn-info:focus, #megabutton.btn.btn-info.focus {
	color: #fff;
	background: linear-gradient(90deg, rgb(83, 4, 163) 17%, rgba(156,65,247,1) 50%, rgba(83,4,163,1) 84%);
	border-color: none!important;
	box-shadow: none!important
  }

  @media (max-width: 992px) {
	.mega-player-content {justify-content: center;}
	.player-right-frame,
	.player-left-frame {display:none}
	.mega-player-sure-cubuk {width: 100px; right:0}
	.navbar-nav .dropdown-menu {
		    padding: 0;
	}
	header nav.navbar .navbar-nav .dropdown-menu li a {
		background: #972fff;
		color: #fff;
		font-weight: 600;
		padding: 10px 20px 10px 20px;
		border-bottom: 1px solid #7f00ff;
	}
  }
/* Popup-Player */
  .mega--player-popup { 
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 17%, rgba(0,0,0,1,1) 50%, rgba(0,0,0,1,1) 84%);
	bottom:0;
	height:350px;
	width:300px;
	z-index:9999;
	color:#fff;
}
.mega--player-popup .mega-player-content { 
	display:flex;
	justify-content: space-between;
    flex-direction: column;
}
.mega--player-popup div.player-frame {
	margin: 50px auto;
}
.mega--player-popup div.player-left-frame {
	margin-top: 52px;
}
.mega--player-popup div.player-right-frame {
	margin-top: 22px;
	display: flex;
    flex-direction: column;
}

.mega--player-popup div .player-button {
    width: 48px;
    height: 48px;
    color: #161616;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .13s;
    transition: all .13s;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#cdcdcd));
    background-image: -webkit-linear-gradient(top,#fff 0,#cdcdcd 100%);
    background-image: linear-gradient(-180deg,#fff 0,#cdcdcd 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mega--player-popup div .player-button.play {
	width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
}
.mega--player-popup div .player-button+.player-button {
	margin-left: 15px;
}
.mega--player-popup div .player-button.time {
	margin: 0px auto;
    border-radius: 2px;
    width: 50px;
    height: 20px;
    line-height: 20px;
}
.mega--player-popup div .player-button.play.paused .icofont-ui-play {
    display: block;
    line-height: 58px;
    text-indent: 4px;
}
.mega--player-popup div .player-button.play.paused .icofont-ui-play:hover,
.mega--player-popup div .player-button.play.paused .icofont-ui-pause:hover,
.mega--player-popup div .player-button .icofont-volume-down:hover,
.mega--player-popup div .player-button .icofont-ui-mute:hover,
.mega--player-popup div .player-button .icofont-refresh:hover {
	color:#650a5c
}
.mega--player-popup div .player-button.play.paused .icofont-ui-pause {
    display: none;
}
.mega--player-popup div .player-button .icofont-ui-mute {
    display: none;
}
.mega--player-popup div .player-button .icofont-volume-down {
	font-size:30px;
	line-height: 49px;
    text-indent: 0px;
}
.mega--player-popup div .player-button .icofont-ui-mute {
	font-size:30px;
	line-height: 49px;
    text-indent: 4px;
}
.mega--player-popup div .player-button .icofont-refresh {
	font-size:27px;
	line-height: 50px;
    text-indent: 4px;
}

.mega--player-popup .cubuk {
	position: relative;
    margin-top: 48px;
    float: right;
 }
 .mega--player-popup .mega-player-sure-cubuk{
	width: 100%;
    height: 9px;
    position: absolute;
    bottom: 30px;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #e6e6e6;
}

.mega--player-popup .mega-player-sure-cubuk .ui-slider-range-min{
	width:100px;
	height:9px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	background:#cdbbdc;
}

.mega--player-popup .mega-player-sure-cubuk .ui-slider-handle{
	position:absolute;
	top: -4px;
    width: 16px;
    height: 16px;
    background: #440386;
    border: 2px solid #dbcee6;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 72%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 72%);
	border-radius: 50%;
}
@media (max-width: 992px) {
	.mega--player-popup .player-right-frame,
	.mega--player-popup .player-left-frame {display:block}
  }
#reply-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 15px;
}
a#cancel-comment-reply-link {
	cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: var(--white-color);
    outline: none;
    border: 3px solid;
	background-color: #61d6d0;
    border-color: #61d6d0!important;
    color: #fff!important;
    font-weight: 400!important;
}
a#cancel-comment-reply-link:hover, .logged-in-as a:nth-child(2):hover {
background-color: #4d9994;
    border-color: #4d9994!important;
    color: #fff!important;
}
@media (max-width: 992px) {
	#crumbs {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
}
#system-login, #trackbacks, .nocomments { color:#636367 } 
.logged-in-as { color:#67309d }
.logged-in-as a { 
	color:#ffffff!important; 
	text-transform: capitalize; 
}
.logged-in-as a:nth-child(2) {
			cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: var(--white-color);
    outline: none;
    border: 3px solid;
	background-color: #61d6d0;
    border-color: #61d6d0!important;
    color: #fff!important;
    font-weight: 400!important;
}
.logged-in-as {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#system-login a, #trackbacks a, .comment a { color:#44b4af }
.comment-awaiting-moderation {
    color: #040404;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #ff0000;
}
.form-check input { width: auto!important;}
.form-check-label { font-size:13px; color: #000!important; }
.comment-notes {color:#fff!important }

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.slider a {cursor:grab!important}
img.b-img {
	display: table;
    margin: 0px auto 20px 0;
    width: 150px!important;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
p.hk {
	font-size: 14px !important;
	line-height: 22px;
	padding-top: 10px;
	color: #fff !important
}
ul.dinle-baglanti li a {
	color: #fff !important
}
ul.dinle-baglanti li a img {
	width: 32px!important;
	padding-right: 10px;
}