@charset "UTF-8";
/*
Theme Name: Keifi v1.0
Theme URI: http://grafikir.com.tr
Author: Melih Oğuz
Description: Keifi Wordpress Arayüzü
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Light';
    src: url('fonts/light/light.eot');
    src: url('fonts/light/light.eot') format('embedded-opentype'),
         url('fonts/light/light.woff2') format('woff2'),
         url('fonts/light/light.woff') format('woff'),
         url('fonts/light/light.ttf') format('truetype'),
         url('fonts/light/light.svg#GillSansW04LightRegular') format('svg');
}
@font-face {
    font-family: 'Medium';
    src: url('fonts/medium/medium.eot');
    src: url('fonts/medium/medium.eot') format('embedded-opentype'),
         url('fonts/medium/medium.woff2') format('woff2'),
         url('fonts/medium/medium.woff') format('woff'),
         url('fonts/medium/medium.ttf') format('truetype'),
         url('fonts/medium/medium.svg#GillSansW04LightRegular') format('svg');
}
@font-face {
    font-family: 'entypo-social';
    src: url('fonts/entypo-social/entypo-social.eot');
    src: url('fonts/entypo-social/entypo-social.eot') format('embedded-opentype'),
         url('fonts/entypo-social/entypo-social.woff') format('woff'),
         url('fonts/entypo-social/entypo-social.ttf') format('truetype'),
         url('fonts/entypo-social/entypo-social.svg#entypo-social') format('svg');
}
@font-face {
    font-family: 'entypo';
    src: url('fonts/entypo/entypo.eot');
    src: url('fonts/entypo/entypo.eot') format('embedded-opentype'),
         url('fonts/entypo/entypo.woff') format('woff'),
         url('fonts/entypo/entypo.ttf') format('truetype'),
         url('fonts/entypo/entypo.svg#entypo') format('svg');
}

b, strong{
	font-family: 'Medium';
}
.clr{
	clear:both;
}
::selection {
	background: #bf2e1b; /* WebKit/Blink Browsers */
	color:#FFF;
}
::-moz-selection {
	background: #bf2e1b; /* Gecko Browsers */
	color:#FFF;
}
body{
	height:100% !important;
}
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Light';
}
.index-start{
	background:url(img/indexbg.jpg) center center no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
}
.header{
	position: fixed;
	z-index: 9999;
	border-top: 1px solid black;
	top: 60px;
	left: 60px;
	right: 60px;
	background:rgba(0,0,0,0);
	-webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition: background 1s;
}
.menu-grup{
	width:111px;
	float:left;
}
.menu-icon{
	width: 46px;
	height: 55px;
	background: white;
	border-bottom: 13px solid #bf2e1b;
	float: left;
}
.menu-text{
	font-size: 12px;
	color: #FFF;
	float: left;
	width: 29px;
	padding: 27px 10px 27px 20px;
}
.uclu-grup{
	float:left;
	padding-top:13px;
	width: calc(100% - 311px);
}
.uclu-grup ul{
	margin:0;
	padding:0;
}
.uclu-grup ul li{
	list-style: none;
	float:left;
	width:33%;
}
.uclu-ico{
	float:left;
}
.uclu-text{
	float:left;
	color:#FFF;
	font-size:12px;
	padding: 13px 10px 13px 0px; 
}
.toplar{
	margin:auto;
	display:table;
}
.indicator {
	display: inline-block;
	font-size: 22.5px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 0;
	margin: 0 10px 0 0;
}
.social-icons{
	float:right;
	width:160px;
}
.social-logo{
	font-family: "entypo-social";
	color:#FFF;
	font-size:100px;
	text-align:center;
}
.social-icons ul{
	margin:0;
	padding:0;
}
.social-icons ul li{
	float: left;
	margin: 13px 20px 0 0;
	width: 20px;
	font-family: "entypo-social";
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #fff;
	list-style: none;
}
.social-icons ul li a{
	color:#FFF;
	text-decoration:none;
}
.social-icons ul li a:hover{
	text-decoration:underline;
}
.big-logo{
	max-height: 60%;
	top: 25%;
	position: absolute;
	width: 100%;
	height:100%;
	text-align: center;
	color: white;
}
.big-logo h1{
	font-weight:100;
}
.big-logo img{
	max-height: 100%;
}
.bottom-line{
	border-bottom:1px solid white;
	margin:auto;
	position:absolute;
	bottom:60px;
	left:60px;
	right:60px;
}
.home{
	position:relative;
}
.home-head-blank{
	height:200px;
}
.etkinlikler{
	box-shadow: inset 10px 0px 0px #e6e7e8;
}
.page-baslik{
	font-size:65px;
	margin-left:55px;
	margin-bottom:50px;
}
.etkinlik-nav{
	float:left;
}
.etkinlik-nav ul{
	margin:0;
	padding:0;
	border-left:60px solid #e6e7e8;
}
.etkinlik-nav ul li{
	list-style: none;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background:#bf2e1b;
	border-left:1px solid #bf2e1b;
	color:#FFF;
}
.etkinlik-nav ul .tab-current{
	background:white;
	color:#bf2e1b;
}
.slide{
}
.content-wrap{
	float:left;
	margin-left:50px;
	width: calc(100% - 191px);
}
.etkinlik-date-day{
	font-size:125px;
	color:#bf2e1b;
	line-height:88px;
	margin-bottom:20px;
}
.etkinlik-date-month{
	margin-bottom:20px;
	font-size:16px;
}
.etkinlik-date{
	height: 240px;
	width: 124px;
	float:left;
}
.etkinlik-content{
	margin-left:50px;
	float:left;
	width: calc(100% - 174px);
}
.etkinlik-content-baslik{
	font-family: 'Medium';
	font-size:16px;
	margin-bottom:20px;
}
.etkinlik-content-text{
	margin-bottom:20px;
	color:#939598;
}
.etkinlik-content-devami{
	border-left: 2px solid #bf2e1b;
	border-right: 2px solid #bf2e1b;
	text-align: center;
	width: 150px;
	line-height: 40px;
	margin: auto;
	padding: 0 20px;
}
.uclugorsel{
	float: right;
	width: 50%;
	overflow: hidden;
	height: 340px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
.uclugorsel2{
	float: right;
	width: 33% !important;
	overflow: hidden;
	height: 340px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
.keifi-gorsel{
	background: url(img/kefi-prestij-bg.jpg) top center no-repeat;
	background-size: cover;
	width: 66.66%;
	float: left;
	height: 340px;
	text-align:center;
}
.keifi-gorsel img{
	margin-top: 140px;
}
.footer{
	background:#e6e7e8;
	padding: 40px 60px;
}
.footer-sol{
	width:33%;
	float:left;
	line-height: 40px;
}
.footer-sag{
	width:33%;
	float:right;
}
.footer .social-icons ul li{
	float: left;
	margin: 0px 20px 0 0;
	width: 20px;
	font-family: "entypo-social";
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #000;
	list-style: none;
}
.footer .social-icons ul li a{
	color:#000;
	text-decoration:none;
}
.footer .social-icons ul li a:hover{
	text-decoration:underline;
}

.smaller{
	background:rgba(34,34,34,1);
	-webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition: background 1s;
}
.page-title{
	font-size: 90px;
	text-align: center;
	color: #fff;
}
.page-content{
	font-size: 15px;
	margin-left: 60px;
	margin-bottom: 50px;
	float: left;
	width: calc(50% - 80px);
	margin-right: 20px;
	max-width: 500px;
}
.alt-urun-st1{
	width:50%;
	float:left;
}
.alt-urun-st2{
	width:50%;
	float:left;
}
.alt-urun-aciklama{
	background:url(img/urun-aciklama-bg.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	padding:60px;
	min-height:193px;
}
.alt-urun-aciklama-baslik{
	font-family: 'Medium';
}
.alt-urun-gorsel{
	background:no-repeat center center;
	background-size: contain;
	min-height:313px;
}
.alt-urun{
	background-color:#e6e7e8;
}
.keifi-altmetin{
	background:url(img/urun-aciklama-bg.jpg) center center no-repeat;
	background-size:cover;
	padding:60px;
	color:#FFF;
}
.keifi-st1, .keifi-st2, .keifi-st3{
	float:left;
	width:33.33%;
}
.keifi-twitter{
	background-color:#045e72;
	padding:20px;
	min-height: 354px;
}
.keifi-facebook{
	background-color:#044572;
	padding:20px;
	min-height: 354px;
}
.keifi-foursquare{
	background-color:#5f3d08;
	padding:20px;
	min-height: 354px;
}
.keifi-facebook .social-content{
	margin-top: 60px;
}
.keifi-twitter .social-content{
	margin-top: 60px;
}
.social-content-a{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	font-size:15px;
}
.social-content-a img{
	height:120px;
	border: 2px solid white;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.social-content-b{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	font-size:10px;
}
.social-content-c{
	text-align:center;
	margin-bottom:20px;
	color:#FFF;
	font-size:15px;
	font-family: 'Medium';
}
.md-trigger{
	border: none;
	background: none;
	color: #fff;
	font-family: 'Light';
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#intro_video{
	min-height:100%;
	min-width:100%;
	text-align:center;
}
.resim img{
	width:100%;
	height:auto;
}
.resim{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	float: left;
}
.kim{
	float: left;
	color: #888;
	margin-top: 15px;
	margin-left: 13px;
}
.showdata{
	padding: 30px;
	font-size: 23px;
	text-align: center;
	height: 170px;
	display:table-cell;
	vertical-align:middle;
}
.showdata::after{
	width: 110px;
	border-bottom: 1px solid black;
	content: " ";
	margin: 30px auto 0;
	display: block;
}
.bjqs{
	margin:0;
	padding:0;
	width:100% !important;
}
.bjqs li{
	list-style:none;
	margin:0;
	padding:0;
	width:100% !important;
}
@media screen and (max-width: 795px) {
	.tabs{
		width:100% !important;
	}
	#index-uclu{
		display:none;
	}
}