/* Css Shortcuts */
.fr { float: right; }

.fl { float: left; }

.di { display: inline-block; }

.db { display: block; }

.dn { display: none; }

.pr { position: relative; }

.pa { position: absolute; }

.pf { position: fixed; }

.tc { text-align: center; }

.tr { text-align: right; }

.mp { margin: 0; padding: 0; }

.pl { padding-left: 0; }

.pr0 { padding-right: 0; }

.fs30 { font-size: 30px; }

.fs24 { font-size: 24px; }

.fs16 { font-size: 16px; }

body { font-family: "Panton"; color: #8b8b8b; font-weight: 400; font-size: 14px; letter-spacing: .2px; }

ul { margin: 0; padding: 0; list-style-type: none; }

a:hover { text-decoration: none; }

.sosyal { padding: 9px 5px 7px 15px; text-align: left; }

    .sosyal a { background: url(../images/social.png) no-repeat; display: inline-block; margin: 0 4px 0 0; text-indent: -9999em; text-align: left; width: 28px; height: 28px; transition: opacity .3s ease; -moz-transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; }

        .sosyal a.fb { background-position: 0 0; }

        .sosyal a.tw { background-position: -31px 0; }

        .sosyal a.in { background-position: -94px 0; }

        .sosyal a.yt { background-position: -61px 0; }
        .sosyal a.ins { background-position: -127px 0; }
        .sosyal a:hover { opacity: .6; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600; }
/*# sourceMappingURL=main.css.map */

#ispolicy { margin-left: 15px; font-size: 11px; color: #666; }
#bth { margin-left: 15px; font-size: 11px; color: #666; }

/*# sourceMappingURL=main.css.map */
.loader { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: 999; opacity: 1; transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; }
    .loader.loaded { opacity: 0; }
img.loading { left: calc(50% - 18px); position: fixed; top: 0; animation-iteration-count: infinite; animation-duration: 1s; animation-fill-mode: both; animation-timing-function: linear; animation-delay: 0s; animation-name: loading; opacity: 1 !important; z-index: 2; }

body.load img.loading { display: none !important; }

#header { position: relative; z-index: 9; background: #fff; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); }

#top { height: 100px; padding-top: 15px; }

#master #top { background: none; }

#menuTop { height: 43px; background: none; height: auto; }

#master #menuTop { background: none; height: auto; }

.navbar-collapse.collapse { display: inline-block; }

.navbar-default { margin: 0; padding: 0; background: none; border: none; box-shadow: none; text-align: center; min-height: unset; }

    .navbar-default .navbar-right { margin: 0; }

    .navbar-default .navbar-nav { width: 100%; }

#master .navbar-default .navbar-nav { width: 100%; }

.navbar-default .navbar-nav > li { display: inline-block; margin: 0 12px 0 15px; float: none; }

    .navbar-default .navbar-nav > li.main:hover { position: relative; z-index: 100; }

        .navbar-default .navbar-nav > li.main:first-child:before,
        .navbar-default .navbar-nav > li.main:hover:before { display: none; }

    .navbar-default .navbar-nav > li > a { padding: 13px 15px 10px; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; color: #4a4c4f; font-weight: 600; }

        .navbar-default .navbar-nav > li.active > a,
        .navbar-default .navbar-nav > li.active:hover > a,
        .navbar-default .navbar-nav > li:hover > a,
        .navbar-default .navbar-nav > li > a:focus { background: #af2c36; color: #fff; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset; }

    .navbar-default .navbar-nav > li ul { position: absolute; display: none; background: #af2c36; width: 250px; padding: 0 20px; list-style: none; left: 50%; margin-left: -125px; border-top: solid 1px #af2c36; -webkit-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.1); border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; }

#master .navbar-default .navbar-nav > li ul { border-top: solid 1px #af2c36; }

.navbar-default .navbar-nav > li ul li { border-top: 1px rgba(255, 255, 255, .2) solid; }

    .navbar-default .navbar-nav > li ul li a { color: #fff; display: block; padding: 10px 0; transition: opacity .3s ease; font-weight: 400; -moz-transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; }

    .navbar-default .navbar-nav > li ul li:first-child { border: none; }

    .navbar-default .navbar-nav > li ul li a:hover { opacity: .5; }

.navbar-default .navbar-nav > li:hover ul { display: block; }
.logo { margin: 10px 0 0; }

    .logo img { margin: auto; }

.diller { color: #a8a8a8; position: absolute; right: 15px; top: 50%; }

    .diller a { color: #a8a8a8; font-weight: 400; font-size: 13px; }

        .diller a:hover { color: #af2c36; }

#master .diller { color: #a8a8a8; }

    #master .diller a { color: #a8a8a8; }

        #master .diller a:hover { color: #af2c36; }

#companies { padding: 30px 0 15px; position: relative; }

#footer { margin: 20px 0 0 0; padding: 35px 30px; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf !important; background: #af2c36; color: #fff; }

    #footer a { color: #fff; }

    #footer .col-sm-6:first-child { text-align: left; }

    #footer .col-sm-6:last-child { text-align: right; }

    #footer .copyright { font-size: 12px; margin-left: 15px; }

        #footer .copyright .copy1 { font-weight: 400; color: #4a4c4f; }

        #footer .copyright a { color: #4a4c4f; }

        #footer .copyright .copy2 { font-weight: 400; color: #363636; }

        #footer .copyright .copy3 { font-size: 10px; }

    #footer .egeOrman { margin: 13px 0 0 10px; font-size: 12px; color: #4a4c4f; }

    #footer .egeOrmanEN { margin: -55px 24px 13px 83px; font-size: 12px; color: #4a4c4f; }

    #footer .sgs { margin: 13px 10px 0 0; font-size: 12px; text-align: right; color: #535353; }

#footerTop img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: .7; transition: opacity .3s ease; -moz-transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; }

    #footerTop img:hover { -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */ filter: grayscale(0); opacity: 1; }
    #footerTop img.sgs{margin-right:-72px;}
.holding { margin-top: 5px; }

.venus { color: #a1a4a8; font-size: 13px; display: inline-block; margin: 20px 0 0; }
.playvideo { position: absolute; top: calc(50% - 46px); top: -moz-calc(50% - 46px); top: -webkit-calc(50% - 46px); top: -o-calc(50% - 46px); left: calc(50% - 46px); left: -moz-calc(50% - 46px); left: -webkit-calc(50% - 46px); left: -o-calc(50% - 46px); transition: opacity .3s ease; -moz-transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; }
.copyright { font-size: 12px; margin-top: 10px; }
    .copyright .copy1 { font-weight: 400; color: #4a4c4f; margin-top: 10px; }
    .copyright .copy2 { font-weight: 400; color: #363636; }
    .copyright .copy3 { font-size: 10px; color: #717171; }
#ispolicy { margin-left: 15px; font-size: 11px; color: #666; }
.fleft { margin-top: 0;  position:absolute; left:0; top:10px}
	.fleft a {
		font-size: 11px;
		color: #666;
	}
.sosyal { padding: 9px 5px 7px 15px; text-align: left; }
    .sosyal a { background: url(../images/social.png) no-repeat; display: inline-block; margin: 0 4px 0 0; text-indent: -9999em; width: 28px; height: 28px; transition: opacity .3s ease; -moz-transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; }
        .sosyal a.fb { background-position: 0 0; }
        .sosyal a.tw { background-position: -31px 0; }
        .sosyal a.in { background-position: -94px 0; }
        .sosyal a.yt { background-position: -61px 0; }
        .sosyal a.ins { background-position: -127px 0; }
        .sosyal a:hover { opacity: .6; }

@keyframes loading {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

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

.cookie-disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #af2c36;
	z-index: 99999;
	opacity: 0;
	-moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.cookie-disclaimer_content {
	width: 50%;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}

	.cookie-disclaimer_content a {
        font-size: 14px!important;
		color: #FFF!important;
		text-decoration: underline;
	}

	.cookie-disclaimer_content .btn {
		display: inline-block;
		margin: 0 auto;
		border: 0;
		padding: 5px 15px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: #656868;
		font-size: 14px;
	}

		.cookie-disclaimer_content .btn:hover {
			background: black;
		}

		.cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
			-moz-box-shadow: none !important;
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
			background: black !important;
			border: 0;
			outline: 0;
		}

		.kvkk-link{
			margin-right: 70px;
		}

		.kvkk-item{
			position: relative;
			float: left;
			height: auto;
			min-height: 200px;
			width: 200px;
			max-width: 100%;
			margin: 0 10px;
			border: 2px solid #af2c36;
			color: #000;
			text-align: center;
            padding-top: 60px;
		}
		.kvkk-item img{
			display: block;
			margin: 0 auto;
			margin-bottom: 10px;
		}

			.kvkk-item .content {
				position: absolute;
				top: 50%;
				left: 0;
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				width: 100%;
				height: auto;
			}

.d-flex {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

	.d-flex a {
		font-size: 11px;
		color: #666;
	}

    .mb0{
        margin-bottom: 0;
	}
	
.justify-content-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.justify-content-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.justify-content-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-content-center {
	-webkit-justify-content: center;
	justify-content: center;
}

.align-items-center {
	-webkit-align-items: center;
	align-items: center;
}


@media (max-width: 1366px){
	.cookie-disclaimer .cookie-disclaimer_content{
		width: 90%;
	}
}

@media (max-width: 991px){
	#footerTop .container{
		width: 100%;
		max-width: 100%;
	}

	#footerTop #bth{
		margin-right: 5px;
	}

	#footerTop .row.d-flex{
		display: block!important;
	}

	#footerTop .justify-content-start{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#footerTop .justify-content-end{
		margin-top: 15px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media (max-width: 768px){
	#footerTop .text-center, #footerTop .text-left, #footerTop .text-right{
		text-align: center!important;
	}
}

@media (max-width: 375px){
	#footerTop .col-md-4 .d-flex{
		display: block!important;
	}
	#footerTop .col-md-4.d-flex{
		display: block!important;
	}
	#footerTop .justify-content-center{
		margin-top: 15px;
	}
	#footerTop .kvkk-link{
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
}