/*-----------------IE11-----------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#loading { display:none; }
}
/*-------------PRELOADER--------------------*/
/*#loading {
	background-color: #5ca8de8c;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0;
	top: 0;
	display:var(--preload);
}*/
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000bd;
    display:var(--preload);
    z-index: 9999;
}
#loading img {
    max-width: 100%;
    height: auto;
}
.ft, .bk {
    background-image: url("/templates/ithaki22/images/logo.svg");
    background-size: contain;
    background-position: center;

}
.ft, .bk /*, .rt , .lt, .tp, .bm*/  {
    background-color: rgba(0, 0, 0, 0.65);
    /* border: 1px solid #000;*/
    padding: 10px;
}
.rt , .lt, .tp, .bm  {
    background-color: transparent;
    /* border: 1px solid #0000003d;*/
    padding: 10px;
}


*{
    box-sizing: border-box;
}
#tridiv {
    perspective: 800px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 275%;
}
.scene, .shape, .face, .face-wrapper, .cr {
    position: absolute;
    transform-style: preserve-3d;

}
.scene {
    width: 80em;
    height: 80em;
    top: 50%;
    left: 50%;
    margin: -40em 0 0 -40em;
    animation: dondur 4s infinite cubic-bezier(0.38, 0.85, 0.77, 0.31);

}
.shape {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform-origin: 50%;
}
.face, .face-wrapper {
    overflow: hidden;
    transform-origin: 0 0;
    /* backface-visibility: hidden;*/
    /* hidden by default, prevent blinking and other weird rendering glitchs */
}
.face {
    background-size: 100% 100%!important;
    background-position: center;
}
.face-wrapper .face {
    left: 100%;
    width: 100%;
    height: 100%
}
.photon-shader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.side {
    left: 50%;
}
.cr, .cr .side {
    height: 100%;
}
[class*="cuboid"] .ft, [class*="cuboid"] .bk {
    width: 100%;
    height: 100%;
}
[class*="cuboid"] .bk {
    left: 100%;
}
[class*="cuboid"] .rt {
    transform: rotateY(-90deg) translateX(-50%);
}
[class*="cuboid"] .lt {
    transform: rotateY(90deg) translateX(-50%);
}
[class*="cuboid"] .tp {
    transform: rotateX(90deg) translateY(-50%);
}
[class*="cuboid"] .bm {
    transform: rotateX(-90deg) translateY(-50%);
}
[class*="cuboid"] .lt {
    left: 100%;
}
[class*="cuboid"] .bm {
    top: 100%;
}
/* .cub-1 styles */
.cub-1 {
    transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    opacity:1;
    width:5em;
    height:5em;
    margin:-2.5em 0 0 -2.5em;
}
.cub-1 .ft {
    transform:translateZ(0.5em);
}
.cub-1 .bk {
    transform:translateZ(-0.5em) rotateY(180deg);
}
.cub-1 .rt, .cub-1 .lt {
    width:5em;
    height:5em;
}
.cub-1 .tp, .cub-1 .bm {
    width:5em;
    height:5em;
}
.cub-1 .face {
    /* background-color:#00000070;*/
}

@keyframes dondur {
    0% {
        transform: rotateX(-10deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-10deg) rotateY(360deg);
    }
}
/*---------------------------------------------*/

:root {
	--hue: 210;
	--sat: 94;
	--light: 33;

	--headdivH: 50px;
	--headdivP: relative;
	--yukariY: -50px;
	--renk01: #0554a3;
	--renk02: #6e6e70;
	--renk03: #634580;
	--renk04: #5ca8de;
	--headMT: 30px;
	--headBC: #000000cc;
	--headBCG: #00000026;
	--preload: block;
	--sosyalBT: 40px;
	--maxWidth: 1100px;


	--hsl01:hsl(var(--hue), calc(var(--sat) * 1%), calc(var(--light) * 1%));
	--hsl02:hsl(  calc(var(--hue)), calc((var(--sat) + 0) * 1%), calc((var(--light) - 10) * 1%));
	--hsl03:hsl(  calc(var(--hue)), calc((var(--sat) - 0) * 1%), calc((var(--light) - -30) * 1%));
	--hsl04:hsl(  calc(var(--hue) - 160), calc((var(--sat)) * 1%), calc((var(--light)) * 1%));
	--hsl05:hsl(  calc(var(--hue) + 160), calc((var(--sat)) * 1%), calc((var(--light)) * 1%));
}

/*----------------------------------------------*/
html {
	height: 100%;
	margin: 0;
	width: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	padding: 0;
	position: relative;
	font-weight: 400;
	background-color:#e5e5e5;
	font-style: normal;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
div {
	padding: 0;
	margin: 0;
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
    color: var(--renk01);
}

article,body,html,figure,footer,header,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}



a:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}

a:hover,a:active {
    outline: 0;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ul {
	margin: 0;
	padding: 0;
}
#main {
	overflow: hidden;
	position: relative;
}



* {
    box-sizing: border-box;
}

h1,h2,h3,h4 {
    font-weight: 400;
    /*	*/
}

h1 {
	font-size: 28px;
	line-height: 28px;
	vertical-align: baseline;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Raleway, serif;
}
h2 {
	margin: 0;
	font-size: 36px;
	line-height: normal;
	font-weight: 300;
	color: var(--renk02);
	font-family: Raleway, serif;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: Raleway, serif;
}

h4 {
	padding-top: 25px;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, serif;
}
#ustbant {
	height: 3px;
	background-color: #d6d6d6;

}
#logobolumu {
	position: relative;
}
.logobolumu {
	height: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
	max-width: var(--maxWidth);
	margin-right: auto;
	margin-left: auto;
}
.logobolumu div:nth-child(2) {
	justify-self: end;
}
#logobolumu:before {
	content: "";
	position: absolute;

	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	opacity: 0.02;
	height: 100%;
	background-image: url(/templates/ithaki22/images/dalgaliParcaliSiyahX.svg);
	background-size: 100% 100%;
	background-position: bottom;
}
#logo {
	height: 65%;
}
#logo a {
	color: #666;
	text-decoration: none;
	height: 100%;
	display: block;
}

#logo img {
	width: auto;
	max-height: 100px;
	height: 100%;/*	max-height:90px;*/
}

.nav {
    margin: 0;
}
input[type="text"] {
	height: auto;
	margin: 0;
	color: #999;
}
.sosyal li {
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	height: 30px;
	/* width: 30px; */
    margin-right: 2px;
	margin-left: 2px;
	font-size: 20px;
	/* vertical-align: middle; */
    line-height: 34px;
	margin-top: 20px;
	/* -webkit-border-radius: 100%; */
    -moz-border-radius: 100%;
	/* border-radius: 100%; */
    text-align: center;
}
.sosyal li a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition-duration: 1s;
}
.sosyal li a:hover { color: #666; }
.wrap {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#headdiv {
	/*	height: var(--headdivH);*/
    background-color: var(--renk01);
	padding-top: 0;
	opacity: 1;
position: var(--headdivP);
border-bottom: 3px solid #fbfbfb21;
	margin-left: auto;
	margin-right: auto;
	/*	margin-top: var(--headMT);*/
    max-width: 100%;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	transition-duration: 0.5s;
}



#header {
	/*	max-width: 1300px;
    margin-left: auto;
    margin-right: auto;*/
    height: 50px;
	/*transition-duration: 0.5s;*/
	z-index: 10;
	/*	margin-top: var(--headerMT);*/
    /*   max-width: 1300px;
    margin-left: auto;
    margin-right: auto;*/
    text-align: center;
}



#dil {
	height: 100%;
	float: right;
	line-height: 30px;
	padding-right: 14px;
	padding-left: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#flash {
	/*height: var(--flashH);
    vertical-align: top;
	overflow: hidden;
	position: relative;*/
}
.arama {
	display: grid;
	grid-template-columns: 1fr auto;
}



#content { margin-bottom: 0; }
#footer { color: #666; position: relative;

	padding-top: 50px;}
#footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;

	transform: scaleY(-1);
	width: 100%;
	/*opacity: 0.35;*/
	height: 50px;
	background-image: url(/templates/ithaki22/images/dalgaliParcaliSiyahX.svg);
	background-size: 100% 100%;
	background-position: bottom;
}

#footer a { color: #797979; }
#footer .fcontainer { text-align: center; background-color: #000;padding-bottom: 50px;}
.fsar {

	width: 100%;
	padding: 30px;
	padding-left:70px;
	padding-right:70px;
}
.fsol {
	text-align: left;
	width: 60%;
	display: inline-block;
}
.fsag {
	text-align: right;
	width: 38%;
	display: inline-block;
}
.fsag img {height: 20px;width: 20px;}
.site, .ithaki {
	padding-bottom: 15px;
	display: inline-block;
}
.fsol li {
	display: inline-block;
	list-style-type: none;
}
.fsol li a { padding: 8px; }
.fsol li span { display: none; }
.fsol li li { display: none; }
#yukari {
	font-size: 40px;
	position: fixed;
	right: 20px;
	bottom: var(--yukariY);
	transition-duration: 1s;
	transition-delay: 0.5s;
	color: #ff9999;
	z-index: 10;
}
#yukari a { color: var(--renk01); }

.temiz {
	display: block;
	clear: both;
	float: none;
}
.gizle { display: none; }
.aralik { padding: 10px; }
.ortala { text-align: center; }

.inline {
	display: inline-block;
}

.ithaki {
	margin-left: 10px;
}

.btn {
	padding: 10px;
}



@media screen and (max-width: 1100px) {
	#sosyal ul {
		display: block !important;
	}
	#logobolumu:before {
		display: none;
	}
	#logo a {
		text-align: center;
	}
	#logobolumu {
		position: static;
	}
	.logobolumu {
		height: auto;
		display: block;
	}
	.arama {
		display: none;
	}

	.fsol {
		/* text-align: left; */
		width: 100%;
		display: block;
		padding-bottom: 15px;
	}
	.fsag {
		text-align: center;
		width: 100%;
		display: block;
	}

}