﻿ /* Misc */
 a{
 	text-decoration: none;
 }
 .u-center{
 	margin: 0 auto;
 }
 /* Misc */
 /* Header */
 .widget {
    float: left;
    width: 350px;
    height: 359px;
	background-image: url('../images/kitle.png');
	background-repeat: no-repeat;
    margin-top: 20px;
    position: relative
}


body {
  line-height: 1;
}
.header .search .text, body {
  font-family: Quicksand, sans-serif;
}

body{
	background-image: url('../images/burcbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
 .w970{
 	max-width: 970px;
 }
 header.main{
 	padding-top: 30px;
 	border-top: 6px solid #e93e7a;
 }
 .head-links{
 	margin-top: 10px;
 }
 .head-links ul{
 	list-style: none;
 }
 .head-links li{
 	padding-left: 15px;
 	display: inline-block;
 }
 .head-links li:before{
 	content: " ";
 	display: block;
 	float: left;
 	width: 17px;
 	height: 20px;
 	padding-right: 5px;
 	background-repeat: no-repeat;
 	background-position: center center;
 }
 .head-links li.l-home:before{
 	background-image:url('../images/l-star.webp');
 }
  .head-links li.l-fav:before{
 	background-image:url('../images/l-fav.webp');
 }
  .head-links li.l-contact:before{
 	background-image:url('../images/l-contact.webp');
 }
 .head-links li a{
 	display: block;
 	float: left;
 	color: #fff;
 	font-size: 12px;
 	font-family: 'Arial','Tahoma',sans-serif;
 }
 /* Header */

 /* Homepage */
 .home .texts h2{
 	color: #fff;
 	font-size: 34px;
 	font-weight: 600;
 	margin-top: 30px;
 	margin-bottom: 30px;
 }
 .home .texts h2 span{
 	color: #5cdcf3;
 }
 .home .texts p{
 	color: #fff;
 	font-size: 20px;
 }
 .home .login{
 	background-color: rgba(0,0,0,.15);
 	display: block;
 	border-radius: 10px;
 	border:1px solid #796fab;
 	padding: 25px;
 }
 .home .login h2{
 	color: #f8df6b;
 	font-size: 24px;
 	font-weight: bold;
 }
 .home .login span.online-count{
 	padding-top: 16px;
 	background:url('../images/online-count.webp') top center no-repeat;
 	color: #fff;
 	font-size: 13px;
 	font-family: 'Arial','Tahoma','Verdana',sans-serif;
 }
 .home .login input[type="text"]{
 	background:url('../images/form-login.webp') 15px center no-repeat #fff;
 }
 .home .login input[type="password"]{
 	background:url('../images/form-pass.webp') 15px center no-repeat #fff;
 } 
 .home .login input[type="text"],.home .login input[type="password"]{
 	font-size: 18px;
 	color: #46438c;
 	font-weight: 500;
 	height: 50px;
 	padding-left: 43px;
 }
  .home .login input::-webkit-input-placeholder{
  	color: #46438c;
  }
  .home .login input:-moz-placeholder { /* Firefox 18- */
  	color: #46438c;
  }
  .home .login input:-moz-placeholder { /* Firefox 19+ */
  	color: #46438c;
  }  
  .home .login input:-ms-input-placeholder {
  	color: #46438c;
  }   


 .home .login .login-button{
 	font-family: "ralewayextrabold", sans-serif;
 	font-size: 20px;
 	text-shadow: 0px -1px 1px rgba(0,0,0,.3);
 	letter-spacing: -.3px;
 	height: 50px;
   background: -webkit-linear-gradient(to right, #60d4e9, #e93e7a);
  background: linear-gradient(to right, #60d4e9, #e93e7a);
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s; 	
 }
 .home .login .login-button:hover{
 	background-color: #e93e7a !important;
 	border-top:1px solid #ef6e9b !important;
 	border-color: #e93e7a !important;
	box-shadow:0px 2px 1px rgba(0,0,0,.2);

 }
 .home .login input[type="password"]{
 	margin-bottom: 5px;
 }
 .home .login form span.hint {
    color: #fff;
    text-align: right;
    display: block;
    font-family: 'Arial','Verdana','Tahoma',sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
}
  .home .h-links{
  	margin-top: 30px;
  }
 .home .h-links h3{
 	color: #f8df6b;
 	font-size: 18px;
 	font-weight: bold;
 	margin-bottom: 0;
 }
 .home .h-links span{
 	color: #fff;
 	font-family: 'Arial','Tahoma','Verdana',sans-serif;
 	font-size: 14px;
 }
 .home .h-links a:hover > span{
 	text-decoration: underline;
 }
 .home .h-links .mirc{
 	margin-left: 0;
 	background:url('../images/h-mirc.webp') 0px center no-repeat;
 	padding-left: 85px;
 	height: 154px;
 	padding-top: 35px;
 }
 .home .h-links .add-frame{
 	background:url('../images/h-add.webp') 0px center no-repeat;
 	padding-left: 85px;
 	height: 154px;
 	padding-top: 35px;
 }   
 .home .h-links .app{
 	background:url('../images/h-app.webp') 0px center no-repeat;
 	padding-left: 125px;
 	height: 154px;
 	padding-top: 35px;
 }

 .home.h-container{
 	box-shadow:0 1px 11px rgba(86,94,175,.5);
 	padding: 30px 40px;
 	border-top-right-radius: 10px; 	
 	border-top-left-radius: 10px;
 	background:url('../images/h-bg.webp') top center repeat-x;
 }
 .home .h-tests h1,
 .home .h-forum h1,
 .home .h-tests h3,
 .home .h-forum h3{
 	color: #625db4;
 	font-size: 34px;
 	font-weight: bold;
 	float: left;
 	margin-bottom: 0;
 }
 .home .h-forum h3{
 	color: #ff6815;
 }
 .home .h-tests .head a,
 .home .h-forum .head a{
 	color: #625db4;
 	margin-top: 4px;
 	border:1px solid #625db4;
 	padding: 5px 10px;
 	font-weight: 600;
 	font-size: 13px;
 	border-radius: 3px;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s;  	
 }
.home .h-tests .head a:hover{
	background-color: #625db4;
	color: #fff;
}
.home .h-forum .head a{
	color: #ff6815;
	border:1px solid #ff6815;
}
.home .h-forum .head a:hover{
	background-color: #ff6815;
	color: #fff;
}
 .home .h-tests .test_list li{
 	position: relative;
 	width: 50%;
 	display: block;
 	float: left;
 	height: 132px;
 	background-repeat: no-repeat;
 	margin-bottom: 30px;
 	overflow:hidden;
 }

 .home .h-tests .test_list li.ebeveyn{
 	background-image: url('../images/test-ebeveny.webp');
 }
  .home .h-tests .test_list li.tembel{
 	background-image: url('../images/test-tembel.webp');
 }
  .home .h-tests .test_list li.zeka{
 	background-image: url('../images/test-zeka.webp');
 }
  .home .h-tests .test_list li.tani{
 	background-image: url('../images/test-tani.webp');
 }  
   .home .h-tests .test_list li.iq{
 	background-image: url('../images/test-iq.webp');
 } 
   .home .h-tests .test_list li.kalemsilgi{
 	background-image: url('../images/test-kalem-silgi.webp');
 } 
   .home .h-tests .test_list li.kedi{
 	background-image: url('../images/test-kedi.webp');
 } 
   .home .h-tests .test_list li.film{
 	background-image: url('../images/test-film.webp');
 } 
 .home .h-infos h4{
 	color: #ed3342;
 	font-size: 18px;
 	margin-bottom: 8px;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 }
 .home .h-infos .second h4{
 	color: #2c72c0;
 }
 .home .h-infos p{
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 
 	font-size: 12px;
 	color: #888888;
 }
 .home .h-forum .head,
 .home .h-tests .head{
 	margin-bottom: 25px;
 }
 .home .h-forum ul.forum_list{
 	width: 100%;
 	list-style: none;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 	border-top:1px solid #ff6815;
 }
 .home .h-forum ul.forum_list li a{
 	color: #888888;
 	font-size: 13px;
 	display: block;
 	height: 100%;
 }
 .home .h-forum ul.forum_list li{
 	line-height: 39px;
 	border-bottom: 1px solid #dedede;
 	margin-bottom: 0;
 }
 .home .h-forum ul.forum_list li a:hover{
 	color: #ff6815;
 	text-decoration: underline;
 }
 .home .h-forum ul.forum_list li a:before{
 	content: " ";
 	display: block;
 	float: left;
 	width: 40px;
 	height: 40px;
 	background: url('../images/h-forum-ico.webp') center center no-repeat;
 }
 @media (min-width: 767px) {
 	.home .h-tests .test_list{
 		padding: 0;
 		margin-bottom: 0;
 		width: 100%;
 	}
 	.home .h-tests .test_list li{
 		width: 48%;
 		background-size:cover;
 		background-position: top right;
	    -webkit-transition: all 300ms ease-out .1s;
	    -moz-transition: all 300ms ease-out .1s;
	    -o-transition: all 300ms ease-out .1s;
	    transition: all 300ms ease-out .1s;   		
 	}
 	.home .h-tests .test_list li:hover{
 		opacity: 0.7;
 	}
 	.home .h-tests .test_list li:hover a{
 		text-decoration: underline;
 	}
 	.home .h-tests .test_list li a{
 		width: 100%;
 		color: #fff;
 		font-weight: bold;
 		font-size: 23px;
 		text-align: center;
 		display: block;
 		height: 100%;
 		position: absolute;
 		top: 35%;
 	}
 	.home .h-tests .test_list li.ebeveyn, .home .h-tests .test_list li.tembel{
 		margin-right: 2%;
 	}
 	.home .h-tests .test_list li.zeka, .home .h-tests .test_list li.tani, .home .h-tests .test_list li.iq, .home .h-tests .test_list li.kedi{
 		margin-left: 2%;
 		float: right;
 	}
 }
/* Homepage */

/* mIRC indir Page */
.home.h-container{
	padding-bottom: 0;
}
.home .sec-mirc-indir .head{
	margin-bottom: 0;
}
.p-mirc .sec-mirc-indir .head p{
	color : #625db4;
	font-weight: bold;
}
.p-mirc .sec-mirc-indir h1,
.p-mirc .sec-mirc-indir h3{
	float: none;
	margin-bottom: 20px;
}
.p-mirc .h-forum .login-area h2{
	color: #1aafca;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-mirc .h-forum .login-area .w43{
    width: 42%;
    margin: 0;
    float: left;
    border-radius: 0;
	border:2px solid #1aafca;
}
.p-mirc .h-forum .login-area input[type="text"]{
	border-right: none;
}
.p-mirc .h-forum .login-area form{
	margin-bottom: 40px;
}
.p-mirc .h-forum .login-area .w14{
    width: 16%;
    margin: 0;
    float: left;
    border-radius: 0;
    display: block;
    padding: 0;
    background-color: #1aafca;
    border:none;
    background-image: url(../images/m-login.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.p-mirc .h-forum .login-area .hint{
	display: block;
    text-align: right;
    padding-right: 18%;
    font-size: 11px;
    font-family: 'Arial','Verdana','Tahoma',sans-serif;
    color: #a9a9a9;
}
.p-mirc .sec-mirc-indir .down-mirc a{
	background: url('../images/ico-mirc-indir.webp') center center no-repeat;
    width: 355px;
    height: 76px;
    display: block;	
    margin:0 auto;
    margin-bottom: 25px;
}
.p-mirc .sec-mirc-indir .down-mirc a:hover{
	background: url('../images/ico-mirc-indir-h.webp') center center no-repeat;
}
.p-mirc .h-infos{
	margin-bottom: 40px;
}
.p-mirc .h-infos p{
	color: #888;
	font-size: 15px;
	font-family: 'Arial','Tahoma','Verdana',sans-serif;
	font-weight: normal;
}
.p-mirc .mirc-bottom{
	padding-top: 40px;
}
.p-mirc .mirc-bottom .mobil-app{
	padding-left: 165px;
	min-height: 200px;
	background:url('../images/m-app.webp') left bottom no-repeat;	
}
.p-mirc .mirc-bottom .mobil-app h3{
	color: #4285f4;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 20px;
}
.p-mirc .mirc-bottom .mobil-app p{
	font-size: 14px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	margin-bottom: 0;
}
.p-mirc .mirc-bottom .widgets{
	background-image: url('../images/m-line.webp');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
	min-height: 192px;
}
.p-mirc .mirc-bottom .widgets h4{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}
.p-mirc .mirc-bottom .widgets.mirc-indir .sm,
.p-mirc .mirc-bottom .widgets.mirc-indir h4{
	color: #f3640e;
}
.p-mirc .mirc-bottom .widgets.add-site .sm,
.p-mirc .mirc-bottom .widgets.add-site h4{
	color: #e23268;
}
.p-mirc .mirc-bottom .widgets.like h4{
	color: #6865d3;
}
.p-mirc .mirc-bottom .widgets > span{
	display: block;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	padding-bottom: 20px;
}
.p-mirc .mirc-bottom .widgets .sm{
	text-decoration: underline;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;

}
.p-mirc .mirc-bottom .widgets .sm span,
.p-mirc .mirc-bottom .widgets .sm img{
	float: left;
	display: block;
	text-decoration: underline;
	line-height: 26px;
}
.p-mirc .mirc-bottom .widgets .sm span{
	padding-left: 10px;
}
.long_text{
	display: none;
}
a.show_text,a.hide_text{
	color: #2b70be;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	text-decoration: underline;	
}
.show_hide{
	margin-bottom: 50px;
}
@media(min-width:767px){
	body.page.mirc-indir {
	    background-position:0 -200px;
	}
}
/* mIRC indir Page */

/* Sitene Ekle Page */
.p-mirc .sec-sitene-ekle .head p{
	font-weight: normal;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 15px;
	color: #888;
	font-weight: normal;
}
.sitene-ekle-code{
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	min-height: 140px;
	width: 100%;
	border:1px dashed #888;

}
/* Sitene Ekle Page */
/* Sohbet Page */
.dummy-area{
	min-height: 500px;
	background-color: #42714c;
	color: #fff;
	text-align: center;
	font-size: 64px;

}
/* Sohbet Page */

/* Question Page */
fieldset.question{
	margin-bottom: 25px;
}
fieldset.question div.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question div.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question div.q_label input{
	margin-bottom: 0;
}
fieldset.question label.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question label.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question label.q_label input{
	margin-bottom: 0;
}
input[type="submit"].submit-question{
	background-color: #625db4;
	border-color: #625db4;
	border-top:2px solid #8986c7;
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
	height: 48px;
	display: block;
	margin:0 auto;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s; 	
}
input[type="submit"].submit-question:hover{
	background-color: #474382;
	border-color: #625db4;
	border-top:2px solid #625db4;
}
/* Question Page */
/* Footer */
footer{
	background:url('../images/f-bg.webp') top center no-repeat;
	background-size: cover;
}
footer .row1{
	padding: 50px 0px;
}
footer .row1 .big-text{
	margin: 0;
	text-align: center;
	font-size: 33px;
	font-weight: 600;
	color: #fff;
}
footer .row1 .t1{
	color: #f8df6b;
}
footer .row1 .t2{
	color: #5cdcf3;
}

footer .row2{
	padding-bottom: 20px;
	padding-top: 30px;
	background-color: rgba(9, 8, 10, 0.8);
	border-top:1px solid #ab74e7;
}
footer .row2 .site-links{
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 12px;
	padding-top: 18px;
}
footer .row2 .site-links ul{
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}
footer .row2 .site-links span{
	color: #f8df6b;
}
footer .row2 .site-links li{
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}
footer .row2 .site-links li a{
	color: #fff;

}
footer .row2 .site-links li a:hover{
	text-decoration: underline;
}
footer .row2 .site-links small{
	display: block;
	color: #af9ae2;
}
footer .row2 .social{
	display: inline-block;
}
footer .row2 .social .links{
	list-style: none;
	margin-bottom: 0;
	margin-top: 15px;
	display: block;
	float: left;
}
footer .row2 .social .created{
	float: right;
	margin-top: 15px;
}
footer .row2 .social .links li{
	margin: 0 8px;
	display: inline-block;
}
footer .row2 .social .links a{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;	
}
footer .row2 .social .links li.facebook a{
	background-image: url('../images/f-fb.webp');
}
footer .row2 .social .links li.twitter a{
	background-image: url('../images/f-tw.webp');
}
footer .row2 .social .links li.gplus a{
	background-image: url('../images/f-gp.webp');
}
footer .color{
	margin-left: 20px;
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #824bc0;
    padding-left: 20px;
}
footer .color a.newmedia{
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 12px;
	color: #ab93dd;
}
footer .color span.red{
	padding:3px 4px;
	color: #fff;
	background-color: #da3670;
	border-radius: 3px;
}
/* Footer */

.only-mobile{
	display: none;
}
.sohbet-area{
	min-height: 750px;
	height: 750px;
	padding-bottom: 40px;
}
.sohbet-container{
	width: 95%;
    max-width: 100%;
}
.p-mirc .mirc-bottom{
	width: 100%;
}
iframe[name="radyo"]{
	height: 40px;
	margin-top: -7px;
}
/* Responsive */
@media(max-width: 550px) {

	.fix-height{
		overflow-y: hidden;
	}
	body{
	    background-image: url('../images/mobil-bg.webp');
	    background-repeat: no-repeat;
	    background-size: contain;		
	}	
	body.page{
		background-image: none;
	}
	body.page header{
	    background-image: url('../images/mobil-bg.webp');
	    background-repeat: no-repeat;		
	}
	body.page .home.h-container{
		padding-top: 20px;
	}
	.only-mobile.mobil-links{
		display: none;
	}
	.only-mobile.mobil-links.open{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #cd2272;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.only-mobile.mobil-links ul{
		margin-top: 7rem;
		padding-left: 25px;
		padding-right: 25px;
		list-style: none;
	}
	.only-mobile.mobil-links li{
		border-bottom: 1px solid #b81f66;
		margin-bottom: 0;
	}
	.only-mobile.mobil-links li a{
		display: block;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 75px;
	}
	body.page .home.h-container .head h1,
	body.page .home.h-container .head h2,
	body.page .home.h-container .head h3,
	.p-mirc .h-forum .login-area h2{
		text-align: center;
		float: none;
	}
	body.page .home .alti.columns.h-tests{
		padding-left: 0;
		padding-right: 0;
	}
	body.page .home .h-infos{
		display: block;
	}
	.p-mirc .mirc-bottom{
		display: none;
	}
	.only-mobile{
		display: block;
	}
	.head-links{
		display: none;
	}
	.p-mirc .sec-mirc-indir .down-mirc a{
		background-size:contain;
		width: 100%;
	}
	header .container{
		padding-left: 0;
		padding-right: 0;
	}
	header .logo-area h1{
		margin-bottom: 5px;
		margin-top: -10px;
	}
	header .logo-area h1 > a{
		zoom: .9;
	}
	header .logo-area{
		float: none;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	header .logo-area a.m-menu{
		background:url('../images/m-menu.webp') center center no-repeat;
		width: 40px;
		height: 40px;
	    display: block;
	    position: absolute;
	    right: 25px;
	    top: 10px;
	    z-index: 2;
	}
	.home .alti.columns.texts{
		display: none;
	}
	.home .login{
		background-color: transparent;
		border:none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home .h-links{
		margin-top: 0;
	}
	.home .h-links > div.four,
	.home .h-links > div.alti,
	.home .h-links > div.dort{
		display: none;
	}
	.home .login h2, .home .login span.online-count {
		display: none;
	}
	.home .h-links .only-mobile.gplay{
	    background: url('../images/g-play.webp') center no-repeat;
	    height: 128px;
	    text-align: center;
	    padding-top: 10px;
	}
	.home .h-tests .test_list li{
		background-size: cover;
		width: 100%;
	}
	.home.h-container{
		background:none;
		padding:0 20px;
		box-shadow: none;
	}
	.home .h-tests .test_list li a{
		display: block;
		width: 100%;
		height: 100%;
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 132px;
	}
	.home .h-tests h3, .home .h-forum h3{
		float: none;
		text-align: center;
	}
	.home .h-tests .head a, .home .h-forum .head a{
		display: none;
	}
	.home .h-infos{
		display: none;
	}
	.home .h-forum .head, .home .h-tests .head{
		margin-bottom: 20px;
	}
	.home .h-forum{
	}
	.home .alti.columns.h-tests {
    	padding-left: 25px;
    	padding-right: 25px;
	}
	.home .h-facebook{
		display: none;
	}
	footer .row1 .big-text{
		font-size: 22px;
		line-height: 25px;
	}
	footer .row1{

	}
	footer .row2 .site-links{
		display: none;
	}
	footer .color{
		display: none;
	}
	footer .row2 .social .links{
		float: none;
	}
	footer .row2 .social{
		text-align: center;
	}
	footer .row2{
		padding-bottom: 30px;
	}
	footer .row2 .social .created{
		float: none;
	}
}

@media(min-width: 390px) and (max-width: 500px){
	.container.home{
		min-height: 450px;
		width: 90%;
	}
}
@media(min-width: 370px) and (max-width: 380px){
	.home .login form{
		margin-bottom: 10px;
	}
}
@media(min-width: 355px) and (max-width: 370px){
	.home .login form{
		margin-bottom: 0;
	}
	.home .h-links .only-mobile.gplay{
		padding-top: 0;
	}
}
@media(min-width: 300px) and (max-width: 340px){
	.home .login{
		padding-top: 0;
		padding-bottom: 0;
	}
	header.main{
		padding-top: 20px;
	}
	.home .login form{
		margin-bottom: 0;
	}
	.home .h-links .only-mobile.gplay{
		padding-top: 15px;
	}	
}
@media(min-width: 405px) and (max-width: 500px){
	header.main{
		padding-top: 40px;
	}
	.home .h-links{
		margin-top:25px;
	}
}
@media(min-width: 425px) and (max-width: 500px){
	.home .h-links{
		margin-top:50px;
	}	
}

.sub-right-links a {
  width: 100%;
  background: #ff5e5f;
  background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
  height: 61px;
  font-size: 22px;
  color: #ffffff;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.sub-right-links a:hover {
  background: #4a45a5;
}
.sub-right-links a span:nth-child(1) {
  width: 25%;
}
.sub-right-links a span:nth-child(1) img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sub-right-links a span:nth-child(2) {
  width: 75%;
}

@media only screen and (min-width: 1200px) {
  .page-row .pr-col:nth-child(1) {
    width: 69%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-row .pr-col:nth-child(2) {
    width: 31%;
  }
}
.sub-row {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .sub-row.sub-row-fix {
    margin-top: 0 !important;
  }
  .sub-row.sub-row-fix p {
    padding: 20px !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-row .pr-col:nth-child(1) {
    width: 900px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-row .pr-col:nth-child(2) {
    width: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-none {
    display: none;
  }
}
.spe-h3-one {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fb3f7a;
  font-weight: 700;


element.style {
}

.sub-right-links a span:nth-child(2) {
    width: 75%;
}
* div, ul, li, span, input, textarea, header, footer, nav, b, h1, h2, h3, h4, h5 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sub-right-links a {
    width: 100%;
    background: #ff5e5f;
    background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
    background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
    background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
    height: 61px;
    font-size: 22px;
    color: #ffffff;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: "Circle Round", sans-serif;
    color: #fb3f7a;
    font-weight: 400;
}

.a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.body {
    background: #ffffff;
    font-size: 14px;
    font-family: "Circle Round", sans-serif;
    color: #7a7a7a;
    font-weight: 400;
}
.html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Circle Round", sans-serif;
  color: #fb3f7a;
  font-weight: 400;
}

.responsive-image {
max-width: 100%;
height: auto;
}

.foot-one .foot-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.foot-one .foot-menu ul li {
  margin: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .foot-one .foot-menu ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-one .foot-menu ul li {
    display: none;
  }
  .foot-one .foot-menu ul li.mob-block {
    display: inline-block !important;
  }
}
.foot-one .foot-menu ul li a {
  color: #7f4c56;
  font-size: 18px;
}
.foot-one .foot-menu ul li a:hover {
  color: #4a45a5;
}
.foot-two {
  background: url("../images/bg8.html") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex {
    height: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(1) {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(1) {
    text-align: center;
  }
}
.foot-two .d-flex .ft-col:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(2) {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(2) {
    text-align: center;
    margin: 35px 0 0 0;
  }
}
.foot-two .d-flex .ft-col:nth-child(2) a {
  margin: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(3) {
    width: 33.333%;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(3) {
    display: none;
  }
}
.mob-app-down {
  padding-bottom: 30px;
  padding-top: 30px;
}
.spe-text2 {
  color: #4a45a5;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.spe-text2 span {
  color: #ff5e5f;
}
.mad-center {
  text-align: center;
}
.mad-center a {
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  -moz-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  width: 90px;
  margin: 0 10px;
  padding: 25px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.img-fix {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .page-title {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.page-title h1 {
  margin: 0;
  padding: 0;
  color: #fb3f7a;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title h1 {
    font-size: 30px;
  }
}
.spe-h3-two {
  color: #fb3f7a;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.sub-right-links a {
  width: 100%;
  background: #ff5e5f;
  background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
  height: 61px;
  font-size: 22px;
  color: #ffffff;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.sub-right-links a:hover {
  background: #4a45a5;
}
.sub-right-links a span:nth-child(1) {
  width: 25%;
}
.sub-right-links a span:nth-child(1) img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sub-right-links a span:nth-child(2) {
  width: 75%;
}
.spe-input3,
.spe-textarea1 {
  border: 1px solid #d7d7d7;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 700;
}
.spe-input3:focus,
.spe-textarea1:focus {
  border-color: #ff5e5f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-textarea1 {
  height: 100px;
  resize: none;
  padding: 20px;
  line-height: 24px;
}
.spe-submit2 {
  border: none;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background: #fb3f7a;
  line-height: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-submit2:hover {
  background: #4a45a5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ilet-form {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .ilet-form {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .ilet-form {
    margin-top: 20px;
  }
}
.ilet-form .ilet-col {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .sub-container-fix {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .komut-tabs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .komut-tabs {
    background: #fffef3;
    padding: 20px;
  }
}
.komut-tabs .kom-tab-col {
  display: inline-block;
  cursor: pointer;
  color: #fb3f7a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) {
  .komut-tabs .kom-tab-col {
    padding: 10px 25px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .komut-tabs .kom-tab-col {
    padding: 7px 15px;
    font-size: 19px;
    margin: 5px 5px 5px 0;
  }
}
.komut-tabs .kom-tab-col.current,
.komut-tabs .kom-tab-col:hover {
  background: #ff5e5f;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.accord-col {
  border-top: 2px solid #f5f5f5;
}
.accord-col .accord-top {
  background: url("../images/icon17.png") no-repeat left 15px center;
  font-family: "Arial", sans-serif;
  padding: 25px 15px 25px 60px;
  cursor: pointer;
  color: #4a45a5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .accord-col .accord-top {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .accord-col .accord-top {
    font-size: 19px;
  }
}
.accord-col .accord-top:hover,
.accord-col .accord-top.current {
  color: #fb3f7a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.accord-col .accord-bot {
  display: none;
}
.accord-col .accord-bot p {
  line-height: 24px;
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 15px;
}
.kom-tab-content {
  display: none;
}
.kom-tab-content.current {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mirc-download {
    background: url("../images/bg13.html") no-repeat;
    height: 169px;
    margin-bottom: 40px;
    padding: 55px 0 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download {
    background: url("../images/bg15.html") no-repeat;
    padding: 20px;
    background-size: cover;
    width: 108.5%;
    margin-left: -15px;
    margin-bottom: 30px;
  }
}
.mirc-download .md-inner {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 90px;
}
.mirc-download .md-inner:hover,
.mirc-download .md-inner:hover span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fb3f7a !important;
}
@media only screen and (min-width: 1200px) {
  .mirc-download .md-inner {
    width: 480px;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner {
    width: 90px;
    margin: 0 auto;
  }
}
.mirc-download .md-inner .md-col {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mirc-download .md-inner .md-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mirc-download .md-inner .md-col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner .md-col:nth-child(1) {
    width: 100%;
  }
}
.mirc-download .md-inner .md-col:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.mirc-download .md-inner .md-col:nth-child(2) {
  width: 80%;
  font-size: 23px;
  color: #4a45a5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner .md-col:nth-child(2) {
    display: none;
  }
}
.dk-burc ul li a {
    width: 100%;
}
.burcTopWidget{
	width:100%;
	margin-top:24px;
	background:#fff;
	clear:both;
	font-family:metropolis,sans-serif 
}
.burcTopWidget .burcIconArea{
	width:100% 
}
.burcTopWidget .burcIconArea li{
	width:17.5%;
	display:inline-block;
	float:left;
	width:96px;
	text-align:center;
	padding:20px;
	border-right:3px solid #f4f4f4;
	cursor:pointer 
}
.burcTopWidget .burcIconArea li:last-child{
	border-right:0 
}
.burcTopWidget .burcIconArea li.active{
	background:#2a2a2a;
	color:#fff 
}
.burcTopWidget .burcIconArea li span{
	float:left;
	text-align:center;
	width:100%;
	margin-top:4px;
}
.burcTopWidget .burcIconArea li img{
	width:52px 
}
.burcTopWidget .burcWidgetContent{
	background:#2a2a2a;
	width:100%;
	padding:20px;
	display:none 
}
.burcTopWidget .burcWidgetContent.active{
	display:block 
}
.burcTopWidget .burcWidgetContent h3{
	color:#adadad!important;
	font-size:14px!important;
	font-family:metropolis,sans-serif;
	font-weight:700 
}
.burcTopWidget p{
	color:#fff;
	margin-top:6px;
}
.burcTopWidget .burcWidgetContent>a{
	color:#fdde11;
	margin-top:10px;
	position:relative;
	top:5px 
}
.burcTopWidget .burcWidgetContent .widgetBottom a{
	color:#fff;
	font-weight:600;
	margin-right:10px 
}
.burcTopWidget .burcWidgetContent .widgetBottom{
	margin-top:25px 
}
.burcWrapper{
	padding:24px 12px;
	padding-top:12px;
	padding-right:20px;
	padding-left:20px;
	background:#fff;
	border:1px solid #d8d8d8 
}
.burcAllScroll{
	position:absolute;
	height:300px;
	overflow:auto;
	width:150px;
	background:#fff;
	padding:20px;
	top:85px;
	right:-13px;
	display:none 
}
.burcAllScroll li{
	padding:5px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px 
}
.burcAllScroll li:hover{
	color:#4e3f7f 
}
.infinityDiv{
	position:fixed;
	bottom:0;
	z-index:999;
	width:740px;
	margin:0 auto;
	background:#fff;
	-webkit-box-shadow:1px 0 8px -1px rgba(0,0,0,.118);
	-moz-box-shadow:1px 0 8px -1px rgba(0,0,0,.118);
	box-shadow:1px 0 8px -1px rgba(0,0,0,.3) 
}
.infinityDiv img{
	object-fit:cover;
	float:left 
}
.infinityDiv h4{
	padding-left:120px;
	padding-top:10px;
	color:#c90914 
}
.infinityDiv p{
	padding-left:120px;
	padding-top:10px;
	color:#000;
	position:relative;
	bottom:10px 
}
.infinityDiv .progress-bar{
	background-color:#eee;
	position:absolute;
	z-index:-1;
	width:0;
	height:100%;
	left:0;
	top:0;
	transition:width .1s ease 
}
.vurguluCode{
	display:inline;
	padding:2px 5px;
	font-size:12px;
	font-weight:500;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em;
	margin:0 5px 
}
.colorYellow{
	background:#fdde11 
}
.colorRed{
	background:#c90914 
}
.top-burc {
	margin-bottom: 10px;
}
.top-burc ul {
	overflow: hidden;
	overflow-x: auto;
}
.top-burc ul li a {
	margin-right: 10px;
}
.top-burc ul li:last-child a {
	margin-right: 0;
}
.top-burc ul::-webkit-scrollbar{
	opacity:0;
	visibility:hidden;
	display:none 
}
.top-burc ul::-webkit-scrollbar-track{
	opacity:0;
	visibility:hidden;
	display:none 
}
.top-burc ul::-webkit-scrollbar-thumb{
	opacity:0;
	visibility:hidden;
	display:none 
}
#hometop-burc {
	width: 100%;
	margin-bottom: 20px;
}
.top-burc ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.top-burc ul li a {
	width: 78px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	border-radius: 0 0 2px 0;
	position: relative;
	text-align: center;
}
.top-burc ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #BBBBBB;
	width: 100%;
	height: 100%;
	border-radius: 0 0 2px 2px;
	z-index: -1;
}
.top-burc ul li a span {
	font-size: 14px;
	font-weight: 700;
	color: #616060;
	margin-top: 4px;
	position: relative;
	z-index: 1;
}
.top-burc ul li a img {
	position: relative;
	z-index: 1;
}
.top-burc ul li a:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-image: url(../img/burc/topburcbg.html);
	width: 100%;
	height: 100%;
}
.top-burc ul li:hover {
	transform: translateY(6px);
}
.top-burc ul li {
	transition: transform .35s ease-in-out;
}
.sondakika.son-flash span {
	font-size: 30px;
	color: #fff;
}
.dk-burc {
	margin-bottom: 10px;
	height: auto;
}
.owl-nav .disabled{
	display:unset!important 
}
.mb-scroll{
	overflow-x:scroll;
	overflow-y:hidden 
}
.flex-between.mb-scroll:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#222;
	transition:opacity .2s ease-in-out 
}
.mb-scroll.scs:after,.mb-scroll:hover:after{
	opacity:0 
}
.mobile-logo{
	display:block!important 
}
..dk-burc {
	width: 100%;
	height: 283px;
	position: relative;
	background-color: #33285b;
	padding: 9px 15px 15px 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.threenews-ad-right>div:last-child {
	margin-bottom: 0;
}
.dk-burc:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .2;
	background-image: url(../img/burc/ast.html);
	object-fit: cover;
	background-size: cover;
}
.dk-burc ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.dk-burc ul li {
	flex: 0 0 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.dk-burc ul li a figure {
	margin: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 12px rgb(103 81 184 / 77%);
	transition: all .2s ease-in-out;
}
.dk-burc ul li a figure:hover {
	box-shadow: inset 0 0 20px rgb(103 81 184);
}
.dk-burc ul li a {
	width: 100%;
}
.dk-burc ul li:nth-child(4), .dk-burc ul li:nth-child(8), .dk-burc ul li:nth-child(12) {
	margin-right: 0;
}
.dk-burc ul li a span {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin-bottom: 11px;
	margin-top: 3px;
}
.ast-date {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -10px;
	top: 0;
	width: 72px;
	height: 72px;
	background-color: rgba(39,31,68,.9);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	transition: all .35s ease-in-out;
}
.dk-burc ul li:hover .ast-date {
	visibility: visible;
	opacity: 1;
}
.ast-date i {
	font-style: normal;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	display: block;
}
.ast-date i:first-child {
	margin-bottom: 4px;
}

.dk-burc ul li a span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


.home .h-tests .test_list li.koc{background-image: url('../burclar/koc.html');} 
.home .h-tests .test_list li.boga{background-image: url('../burclar/boga.html');} 
.home .h-tests .test_list li.ikizler{background-image: url('../burclar/ikizler.html');} 
.home .h-tests .test_list li.yengec{background-image: url('../burclar/yengec.html');} 
.home .h-tests .test_list li.aslan{background-image: url('../burclar/aslan.html');} 
.home .h-tests .test_list li.basak{background-image: url('../burclar/basak.html');} 
.home .h-tests .test_list li.terazi{background-image: url('../burclar/terazi.html');} 
.home .h-tests .test_list li.akrep{background-image: url('../burclar/akrep.html');} 
.home .h-tests .test_list li.yay{background-image: url('../burclar/yay.html');} 
.home .h-tests .test_list li.oglak{background-image: url('../burclar/oglak.html');} 
.home .h-tests .test_list li.kova{background-image: url('../burclar/kova.html');} 
.home .h-tests .test_list li.balik{background-image: url('../burclar/balik.html');} 
  
  .vc_color-info.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe
}

.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-info.vc_message_box-outline,.vc_color-info.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #56b0ee;
    background-color: transparent
}

.vc_color-info.vc_message_box-outline .vc_message_box-icon,.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #e6fdf8
}

.vc_color-success.vc_message_box .vc_message_box-icon {
    color: #1bbc9b
}

.vc_color-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #1bbc9b
}

.vc_color-success.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.home .h-tests .test_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 132px;
}
  
 .home .h-infos h4{
 	color: #ed3342;
 	font-size: 18px;
 	margin-bottom: 8px;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 }
 .home .h-infos .second h4{
 	color: #2c72c0;
 }
 .home .h-infos p{
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 
 	font-size: 12px;
 	color: #888888;
 }
 .home .h-forum .head,
 .home .h-tests .head{
 	margin-bottom: 25px;
 }
 .home .h-forum ul.forum_list{
 	width: 100%;
 	list-style: none;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 	border-top:1px solid #ff6815;
 }
 .home .h-forum ul.forum_list li a{
 	color: #888888;
 	font-size: 13px;
 	display: block;
 	height: 100%;
 }
 .home .h-forum ul.forum_list li{
 	line-height: 39px;
 	border-bottom: 1px solid #dedede;
 	margin-bottom: 0;
 }
 .home .h-forum ul.forum_list li a:hover{
 	color: #ff6815;
 	text-decoration: underline;
 }

 @media (min-width: 767px) {
 	.home .h-tests .test_list{
 		padding: 0;
 		margin-bottom: 0;
 		width: 100%;
 	}
 	.home .h-tests .test_list li{
 		width: 48%;
 		background-size:cover;
 		background-position: top right;
	    -webkit-transition: all 300ms ease-out .1s;
	    -moz-transition: all 300ms ease-out .1s;
	    -o-transition: all 300ms ease-out .1s;
	    transition: all 300ms ease-out .1s;   		
 	}
 	.home .h-tests .test_list li:hover{
 		opacity: 0.7;
 	}
 	.home .h-tests .test_list li:hover a{
 		text-decoration: underline;
 	}
 	.home .h-tests .test_list li a{
 		width: 100%;
 		color: #fff;
 		font-weight: bold;
 		font-size: 23px;
 		text-align: center;
 		display: block;
 		height: 100%;
 		position: absolute;
 		top: 35%;
 	}
 	.home .h-tests .test_list li.ebeveyn, .home .h-tests .test_list li.tembel, .home .h-tests .test_list li.gburc,{
 		margin-right: 2%;
 	}
 	.home .h-tests .test_list li.zeka, .home .h-tests .test_list li.tani, .home .h-tests .test_list li.ask,  .home .h-tests .test_list li.iq, .home .h-tests .test_list li.kedi{
 		margin-left: 2%;
 		float: right;
 	}
	
.home .h-tests .test_list li.koc,.home .h-tests .test_list li.boga,.home .h-tests .test_list li.ikizler,.home .h-tests .test_list li.yengec, .home .h-tests .test_list li.aslan,.home .h-tests .test_list li.basak,.home .h-tests .test_list li.terazi,.home .h-tests .test_list li.akrep,.home .h-tests .test_list li.yay,.home .h-tests .test_list li.oglak,.home .h-tests .test_list li.kova,.home .h-tests .test_list li.balik{margin-left: 2%;float: right;}

 }
/* Homepage */
.sidebarMenu { margin-bottom:20px;border-radius: 3px; background-color: #fff; -moz-box-shadow: 0 2px 1px rgba(0,0,0,.07); box-shadow: 0 2px 1px rgba(0,0,0,.07); border: 1px solid #dcdcdc; width: 100%; float: left; display: block; padding: 13px 0; }
.sidebarMenu ul { float: left; width: 100% }
.sidebarMenu ul li { width: 350px; display: block; float: left; position: relative }
.sidebarMenu ul li a { display: block; width: 100%; height: 43px; line-height: 42px; font-size: 12px; color: #595959; font-weight: 500; position: relative; z-index: 2; transition: .3s; border-bottom: 1px solid #eee }
.sidebarMenu ul li a i { float: left; display: inline-block; margin: 6px 12px }
.sidebarMenu ul li:nth-child(even) { background: #f9f9f9 }
.sidebarMenu ul li:last-child a { border-bottom: none }
.sidebarMenu ul li a span { position: absolute; right: 14px; top: 7px; color: #595959; font-size: 12px; font-weight: 500; width: 44px; height: 28px; border-radius: 3px; background-color: #f6f6f6; line-height: 28px; text-align: center; border: 1px solid #dfdfdf }
.indexOrtaSlider .iosImg:before, .sidebarMenu ul li:before { top: 0; z-index: 1; bottom: 0; right: 0; content: "" }
.indexOrtaSlider, .tabMenu { -webkit-border-radius: 3px; -moz-border-radius: 3px }
.sidebarMenu ul li a:hover { color: #fff; padding-left: 20px; transition: .3s }
.sidebarMenu ul li a:hover span { color: #5743b6; background: #fff }
.sidebarMenu ul li:before { position: absolute; display: block; left: -1px; width: 0%; transition: .3s; background-color: #665db6; background-image: -webkit-linear-gradient(right, #5f3eb6, #424fb5); background-image: -moz-linear-gradient(right, #5f3eb6, #424fb5); background-image: -o-linear-gradient(right, #5f3eb6, #424fb5); background-image: -ms-linear-gradient(right, #5f3eb6, #424fb5); background-image: linear-gradient(to left, #5f3eb6, #424fb5) }
.sidebarMenu ul li:hover:before { width: calc(100% + 2px); transition: .3s }
.sidebarMenu ul li a:hover i { display: none }
/* mIRC indir Page */
.home.h-container{
	padding-bottom: 0;
}
.home .sec-mirc-indir .head{
	margin-bottom: 0;
}
.p-mirc .sec-mirc-indir .head p{
	color : #625db4;
	font-weight: bold;
}
.p-mirc .sec-mirc-indir h1,
.p-mirc .sec-mirc-indir h3{
	float: none;
	margin-bottom: 20px;
}
.p-mirc .h-forum .login-area h2{
	color: #1aafca;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-mirc .h-forum .login-area .w43{
    width: 42%;
    margin: 0;
    float: left;
    border-radius: 0;
	border:2px solid #1aafca;
}
.p-mirc .h-forum .login-area input[type="text"]{
	border-right: none;
}
.p-mirc .h-forum .login-area form{
	margin-bottom: 40px;
}

.p-mirc .h-forum .login-area .hint{
	display: block;
    text-align: right;
    padding-right: 18%;
    font-size: 11px;
    font-family: 'Arial','Verdana','Tahoma',sans-serif;
    color: #a9a9a9;
}

.p-mirc .h-infos{
	margin-bottom: 40px;
}
.p-mirc .h-infos p{
	color: #888;
	font-size: 15px;
	font-family: 'Arial','Tahoma','Verdana',sans-serif;
	font-weight: normal;
}
.p-mirc .mirc-bottom{
	padding-top: 40px;
}

.p-mirc .mirc-bottom .mobil-app h3{
	color: #4285f4;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 20px;
}
.p-mirc .mirc-bottom .mobil-app p{
	font-size: 14px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	margin-bottom: 0;
}

.p-mirc .mirc-bottom .widgets h4{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}
.p-mirc .mirc-bottom .widgets.mirc-indir .sm,
.p-mirc .mirc-bottom .widgets.mirc-indir h4{
	color: #f3640e;
}
.p-mirc .mirc-bottom .widgets.add-site .sm,
.p-mirc .mirc-bottom .widgets.add-site h4{
	color: #e23268;
}
.p-mirc .mirc-bottom .widgets.like h4{
	color: #6865d3;
}
.p-mirc .mirc-bottom .widgets > span{
	display: block;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	padding-bottom: 20px;
}
.p-mirc .mirc-bottom .widgets .sm{
	text-decoration: underline;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;

}
.p-mirc .mirc-bottom .widgets .sm span,
.p-mirc .mirc-bottom .widgets .sm img{
	float: left;
	display: block;
	text-decoration: underline;
	line-height: 26px;
}
.p-mirc .mirc-bottom .widgets .sm span{
	padding-left: 10px;
}
.long_text{
	display: none;
}
a.show_text,a.hide_text{
	color: #2b70be;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	text-decoration: underline;	
}
.show_hide{
	margin-bottom: 50px;
}
@media(min-width:767px){
	body.page.mirc-indir {
	    background-position:0 -200px;
	}
}
/* mIRC indir Page */
#ara .alt ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

#ara .alt ul li {
    float: left;
    margin-right: 9px;
    width: 137px;
}

#ara .alt ul li img {
    width: 127px;
    height: 127px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    padding: 3px;
    box-shadow: 2px 1px 4px #111;
}

#ara .alt ul li .nick {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center
}

#alt {
    padding: 80px 0 0;
    height: 710px
}

/* Sitene Ekle Page */
.p-mirc .sec-sitene-ekle .head p{
	font-weight: normal;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 15px;
	color: #888;
	font-weight: normal;
}
.sitene-ekle-code{
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	min-height: 140px;
	width: 100%;
	border:1px dashed #888;

}
/* Sitene Ekle Page */
/* Sohbet Page */
.dummy-area{
	min-height: 500px;
	background-color: #42714c;
	color: #fff;
	text-align: center;
	font-size: 64px;

}
.burc-h2 h2{
	color: #625db4;
	font-size: 17px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
}
.date{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px;
}

.gallery-item {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #fff;
    transition: transform 0.2s;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
      width: 70px;
    height: 80px;
}

.caption {
    padding: 10px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}


#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(heading_bg.html) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(tab_bg.html) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

/* Question Page */
fieldset.question{
	margin-bottom: 25px;
}
fieldset.question div.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question div.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question div.q_label input{
	margin-bottom: 0;
}
fieldset.question label.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question label.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question label.q_label input{
	margin-bottom: 0;
}
input[type="submit"].submit-question{
	background-color: #625db4;
	border-color: #625db4;
	border-top:2px solid #8986c7;
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
	height: 48px;
	display: block;
	margin:0 auto;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s; 	
}
input[type="submit"].submit-question:hover{
	background-color: #474382;
	border-color: #625db4;
	border-top:2px solid #625db4;
}


   .mobile-foo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
      background: -webkit-linear-gradient(to right, #60d4e9, #e93e7a);
  background: linear-gradient(to right, #60d4e9, #e93e7a);
    height: 60px;
    z-index: 99;
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.mobile-foo-in {
    display: flex;
    width: calc(100% - 60px);
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mobile-foo-in a {
    display: flex;
    width: 45px;
    height: 48px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    transition: background-color .2s ease-in-out;
}.mobile-foo-in a svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.mobile-search.mb-goster form {
    height: 60px;
    display: flex;
    align-items: center;
}
.mobileSearch {
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 20px;
    background: red;
    width: 30px;
    height: 30px;
}

.mobile-search .input {
	width: 100%;
font-size: 14px!important;
padding-right: 30px;
color: rgba(255,255,255,.80);
height: auto;
}

.mobile-search .input::placeholder {
	color: rgba(255,255,255,.80);

}
   .mobile-search form {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .mobile-search {
      top: 0px!important;
    }

  .mobile-search {
      display: block!important;
  }
  .headlineOne.headlineOneMobile {display:none;margin-top:30px;height:auto;}
.headlineOne.headlineOneMobile .left {float:left;width:100%;}
.headlineOne.headlineOneMobile .right {float:right;}
.headlineOne.headlineOneMobile .eightSlide {display:block;width:100%;height:480px;border-radius:1px;overflow:hidden;position:relative;}
.headlineOne.headlineOneMobile .eightSlide .item {display:block;width:100%;height:100%;border-radius:1px;overflow:hidden;position:relative;}
.headlineOne.headlineOneMobile .eightSlide .item .thumb {width:100%;height:480px;display:block;float:left;}
.headlineOne.headlineOneMobile .eightSlide .item .thumb img {min-height: 480px;max-width: 100%;height:auto;min-width: 100%;margin-left: auto;margin-right: auto;width: 50%;}
.headlineOne.headlineOneMobile .eightSlide .item .text {position:absolute;bottom:19px;left:40px;right:0;width:calc(100% - 114px);box-sizing:border-box;}
.headlineOne.headlineOneMobile .eightSlide .item .text span {font-size:20px;font-weight:700;color:#FFFFFF;display: inline;line-height: 26px;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots {position:absolute;right:0;top:0;z-index:2;width:74px;height:100%;padding-top:54px;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot {background:#9da0a7;}

  .headlineOne.headlineOneMobile { height: auto; }
.headlineOne.headlineOneMobile .eightSlide { height: 310px; overflow: initial; width: 100%; }
.headlineOne.headlineOneMobile .eightSlide .item .thumb { height: 300px; }
.headlineOne.headlineOneMobile .eightSlide .owl-dots,
.headline .owl-carousel .owl-dots {     position: absolute!important;
    top: 17px!important;
    right: 10px!important;
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    display: block!important;
  left:unset!important;
margin-top: 0!important;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot { float: left; margin: 0 4px 0 4px; width: 14px; height: 14px; border-radius: 100%; }
.headlineOne.headlineOneMobile .eightSlide .owl-nav { display: none; }
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot,
.headline .owl-carousel .owl-dots .owl-dot {
    display: inline-block!important;
    color: #fff!important;
    width: 8px!important;
    height: 8px!important;
    border-radius: 100%!important;
    border: 2px solid!important;
    border-color: #fff!important;
    margin:0 3px 0 0!important;
    background-color: transparent!important;
    cursor: pointer;
}
@media only screen and (max-width: 768px)

.mobile-foo-in a svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

 .svg[Özellik Stili] {
    width: 20;
    height: 20.001;
}
kullanıcı aracısı stil sayfası

.svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
@media only screen and (max-width: 768px)
 .mobile-foo-in a {
    display: flex;
    width: 45px;
    height: 48px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    transition: background-color .2s ease-in-out;
}
@media only screen and (max-width: 768px)
.mobile-foo-in a {
    display: flex;
    width: 45px;
    height: 48px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    transition: background-color .2s ease-in-out;
}
a {
    color: #5e3fb6;
}
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;
}
kullanıcı aracısı stil sayfası
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

.blockTitle, .esTitle, .singleTarayici a, .textContent h2, .ustmenu ul>li>a, body {
    font-family: Poppins, sans-serif;
}
::selection {
    background: rgba(69,77,181,.9);
    color: #fff;
}
.mobile-foo-in a {
    display: flex;
    width: 45px;
    height: 48px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    transition: background-color .2s ease-in-out;
}

a.mobile-foo-in a svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.mobile-foo-in a svg path {
    fill: #ffffff;
    transition: fill .2s ease-in-out;
}

.mobile-foo-in a:hover path {fill: #fff;}
    .mobile-search input.submit.bg {
        display: none;
    }

    .mobile-search {
        visibility: visible;
        opacity: 1;
        top: 0px!important;
        height: 60px;
        line-height: 60px;
        left: 207px;
        max-width: calc(100% - 200px);
        padding: 0 29px 0 20px;
        z-index: 999997;
    		background: rgba(0, 0, 0, 0.13);
        position: absolute;
    }

    .mobileSearch {
        position: absolute;
        z-index: 999999;
        right: 20px;
        top: 20px;
        background: red;
        width: 30px;
        height: 30px;
    }

    .mobile-search .input {
    	width: 100%;
    font-size: 14px!important;
    padding-right: 30px;
    color: rgba(255,255,255,.80);
    height: auto;
    }

    .mobile-search .input::placeholder {
    	color: rgba(255,255,255,.80);

    }

    .search-icon {
        cursor: text;
        z-index: 9999;
        position: relative;
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .search-icon svg {
        cursor: text;
        z-index: 9999;
    }

    .search-icon svg {
        width: 20px;
        height: 20px;
    }

    .search-icon svg path {
        fill: rgba(255,255,255,.80);

    }

    .mobile-search form {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .mobile-search {
      top: 0px!important;
    }

  .mobile-search {
      display: block!important;
  }
  .headlineOne.headlineOneMobile { height: auto; }
.headlineOne.headlineOneMobile .eightSlide { height: 310px; overflow: initial; width: 100%; }
.headlineOne.headlineOneMobile .eightSlide .item .thumb { height: 300px; }
.headlineOne.headlineOneMobile .eightSlide .owl-dots,
.headline .owl-carousel .owl-dots {     position: absolute!important;
    top: 17px!important;
    right: 10px!important;
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    display: block!important;
  left:unset!important;
margin-top: 0!important;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot { float: left; margin: 0 4px 0 4px; width: 14px; height: 14px; border-radius: 100%; }
.headlineOne.headlineOneMobile .eightSlide .owl-nav { display: none; }
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot,
.headline .owl-carousel .owl-dots .owl-dot {
    display: inline-block!important;
    color: #fff!important;
    width: 8px!important;
    height: 8px!important;
    border-radius: 100%!important;
    border: 2px solid!important;
    border-color: #fff!important;
    margin:0 3px 0 0!important;
    background-color: transparent!important;
    cursor: pointer;
}
  
  .single .sDetay {
    padding-left: 0;
  }
    .content-box-title {
    margin-bottom: 15px;
}
    .gridx3 {
    margin-top: 10px;
}
.content-in .column4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.column-top-mid {
    width: 100%;
}
.column-top-mid img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

    .friends-list-body .column4 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.flb-options a p b, .phbi-actions a p b {
    display: none;
}
    .headBar .postSubmitMobile {display:none;}
    .qa-head span {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
    .qa-wrap .qa-head h2 {
    font-size: 18px;
}
    .wbTabOne .tabHead,.wbCatTab .wbDefaultTabHead {display:none;}

.mobile-search input.submit.bg {
    display: none;
}


body.logged-in.admin-bar .mobile-search {
    top: 46px!important;
}

.mobileSearch {
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 20px;
    background: red;
    width: 30px;
    height: 30px;
}

.mobile-search .input {
	width: 100%;
font-size: 14px!important;
padding-right: 30px;
color: rgba(255,255,255,.80);
height: auto;
}

.mobile-search .input::placeholder {
	color: rgba(255,255,255,.80);

}
.all-right-top-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 2px;
}

 .all-right-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    top: unset!important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    background: rgba(0,0,0,.13);
}
.all-right-top .altt {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}
.all-right-top-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 2px;
}
.all-right-top a svg {
    height: 20px;
    width: auto;
}
.all-right-top a svg path {
    fill: #fff!important;
}

.responsive-image {
max-width: 100%;
height: auto;
}

}
/* Responsive */