@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;700;800;900&display=swap');
@import "base.css?v=1.1.8";
@import "custom.css?v=1.1.8";
@import "mobile.css?v=1.1.8";

@import 'default.css';
@import 'style.css';
@import 'imbc.css';
body, html {
	font-family: 'Inter', sans-serif;
	font-weight:300;
	outline: none;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
*:focus {
    outline: none;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
#wrapper{
    min-height: 100%;
	overflow:hidden;
    height: auto;
}
a{
	color:#999999;
   	text-decoration:none;
   }
a:hover{
	color:#333333;
}
.swal2-popup{width: 350px!important}
.swal2-title{font-size:medium!important}
.navPozisyon{
	background:#ffffff00;
	padding: 0;
}
.topNav ul{
	display:table;
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
}
.topNav ul li{
	display: table-cell;
}
#wrapper > header > div:nth-child(2) > div > div > nav > ul > li:nth-child(2) > a:hover{ background:none}
#wrapper > header > div:nth-child(2) > div > div > nav > ul > li:nth-child(2) > a{ padding:0 20px}
@media only screen and (max-device-width: 768px) {
	.has-sub{ position:relative}
	.gizle{display:none!important}
	.goster{display:block!important}
	.topNav{
		-webkit-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		-moz-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		transition:1s ease-out;
		adispalay: none;
		transition:1s ease-out;
		opacity: 0;
		left: -800px;
		width:80%;
		position:absolute;
		box-shadow: 6px 6px 10px 0px #85888C;
		background-color: #F5F6FA;					
	}
	  .show-menu {
			left:0px;
			transition:1s ease-out;
			opacity: 1;
			background: #fff;
			z-index:999
  }
    .topNav ul li{
		display:flex;
		border-bottom: 1px solid #dddddd;
	}
	.topNav ul li a {
		padding: 20px;
		font-size:larger;
		width: 100%;
		text-align: left;
		padding:20px!important	
	}
	.navPozisyon{
		margin:0
	}
	#navLogo{
		display:none
	}
	.navMobileBar{
		padding: 20px 15px;
		border-bottom:1px solid #CCCCCC
	}
	#NavMobile{
		background: #dc3545;
		border-radius: 3px;
		margin-top: 10px;
		padding: 4px;
		width: max-content;
	}
	.navMobileBar i{
		font-size: x-large;
		color: #fff;
		padding: 6px;
	}
}
.topNav ul li a{
	padding:30px 0;
	display:block;
	color:#000;
	font-size:medium
}
.topNav ul li:not(:first-child) a:hover, .active { 
       background: #19237b;
    color: #fff !important;
}
.topNav ul li ul{ 
	position:absolute;
	width: 250px;
}
.topNav ul li ul li{
	display: block;
}
.topNav ul li ul li a{
	background:#ccc
}
.has-sub > a:after{content:'▼';margin-left:10px}
nav > ul > li > ul{visibility:hidden}
nav > ul > li.has-sub:hover > ul{visibility: visible;
    z-index: 9;
}

@media only screen and (max-device-width: 768px) {
nav > ul > li.has-sub > a::after {

    right: 0;
    top: 0;
    position: absolute;
    color: #fff;
    background: #0c0000;
    padding: 20px;
}

}

.npad {padding:0}

.pager{margin: 20px;text-align: center;}
.pager span a{
	font-weight: 500;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	background: #e1e3ea;
	border-radius: 3px;
}

.pager #current_page {
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	border-radius: 3px;
}
.bottom{
	margin-top:100px;
	padding:50px 0 10px 0;
	background:#00CC33
}

.headerContainer{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.headerH1{
	font-family: "Signika Negative", sans-serif;
	color:#fff;
    font-weight: bold;
    font-size: xxx-large;
    font-size: 4vw;
   
}
@media only screen and (max-device-width: 768px) {
	.headerH1{
		 font-size: 38px;
	}
}
.headerH2{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 1.2vw;
    font-style: italic;
}
.headerH3{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 1vw;
}
@media only screen and (max-device-width: 768px) {
	.headerH3{
		font-size: 12px;
	}
}

input,textarea,select{
	width: 100%;
    border: 0px solid #d3dfc747;
    border-bottom: 1px solid #d3dfc7;
    padding: 10px;
    margin-bottom: 30px;
	transition: 0.3s;
	font-size: medium;
}
input:focus,textarea:focus{
	transition: 0.3s;
	background: #efefef;
}

.btnDefault {
	padding: 10px 20px;
    background: #d6bb00;
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0;
    transition: 0.5s ease-in-out;
}
.btnDefault:hover {
    background: #666;
    transition: 0.2s ease-in-out;
}
.text{
	padding:20px 40px;
	color: #666;
	font-size:larger;
	line-height: inherit;
}
.bottomTags i{
	 color:#a3a7cf;
}
.bottomTags{
    float: left;
	margin-right:8px;
	font-size: small;
}
.formOverlayHolder{
	display:none
}


.formOverlay{
	display: grid;
	place-items: center;
	background: #000000d6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	text-align: center;
}
.formOverlay font{
	color: #fff;
	font-size: 6vw;
}
#go-up {
	position: fixed;
    right: 20px;
    bottom: 40px;
    width: 44px;
    /* height: 44px; */
    border-radius: 50%;
    text-align: center;
    background-color: #ffdf00;
    color: #fff;
    font-size: 26px;
    line-height: 46px;
    cursor: pointer;
    z-index: 1001;
    aopacity: 0;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
 }
.smaller #go-up { opacity: 1; }