

@charset "utf-8";
/* CSS Document */

/* ---------- ENTYPO ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */
/*@import url(http://weloveiconfonts.com/api/?family=entypo);*/


[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}



/* ---------- CLASSES ---------- */

.entypo-twitter:before {
    content: "\f309";
}
.entypo-twitter-circled:before {
    content: "\f30a";
}
.entypo-facebook:before {
    content: "\f30c";
}
.entypo-facebook-circled:before {
    content: "\f30d";
}
.entypo-facebook-squared:before {
    content: "\f30e";
}
.entypo-gplus:before {
    content: "\f30f";
}
.entypo-gplus-circled:before {
    content: "\f310";
}
.entypo-pinterest:before {
    content: "\f312";
}
.entypo-pinterest-circled:before {
    content: "\f313";
}

.entypo-linkedin:before {
    content: "\f318";
}
.entypo-linkedin-circled:before {
    content: "\f319";
}

.entypo-instagrem:before
{
    content:"\f32d"

}


/* ---------- Social Sidebar ---------- */

#social-sidebar {
	left: 0;
	margin-top: -75px; /* (li * a:width) / -2 */
	position: fixed;
	top: 50%;
    z-index: 1999999;
}

#social-sidebar li:first-child a { border-radius: 0 5px 0 0; }
#social-sidebar li:last-child a { border-radius: 0 0 5px 0; }

#social-sidebar a {
/*	background: #101439;*/
	background: #A6CF39;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
}

#social-sidebar a:hover span {
	left: 130%;
	opacity: 1;
}

#social-sidebar a span {
	border-radius: 3px;
	line-height: 24px;
	left: -100%;
	margin-top: -16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	-webkit-transition: opacity .3s, left .4s;
	-moz-transition: opacity .3s, left .4s;
	-ms-transition: opacity .3s, left .4s;
	-o-transition: opacity .3s, left .4s;
	transition: opacity .3s, left .4s;
	top: 50%;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: -2;
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before { background: #00aced; }

#social-sidebar a[class*="gplus-circled"]:hover,
#social-sidebar a[class*="gplus-circled"] span,
#social-sidebar a[class*="gplus-circled"] span:before { background:#FF0000; }

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before { background: #1769ff; }

#social-sidebar a[class*="instagrem"]:hover,
#social-sidebar a[class*="instagrem"] span,
#social-sidebar a[class*="instagrem"] span:before { background: #195480; }



.footerFixed {position: fixed;z-index: 4;left: 0px;width: 100%;bottom: -120px;display: block;height: 60px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;z-index: 9999999999999;box-shadow: 0 -3px 8px -3px #00000029;}
	.footerFixed ul { width: 100%; display: inline-block; height: 100%; padding:0}
	.footerFixed ul li { width: 33.33%; float: left; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.footerFixed ul li a {display: -webkit-box;display: -ms-flexbox;display: flex;color: #fff;width: 100%;height: 100%;-ms-flex-line-pack: center;align-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-weight: bold;font-size: 14px;}
	.footerFixedIcon { margin-bottom: 5px; }
	.footerFixed ul li a img { position: relative; margin-right: 5px; }

	.footerFixed ul li a img { width: 30px; }
	.footerFixed ul li:nth-child(2) a img { width: 60px; margin-top: -6px; }
	
	  

@media (max-width: 850px) {
	
    .footerFixed { 
             bottom: 0px;
    }
}


@media (max-width: 920px){ 
    .header-nav-top{position:absolute;} 
    .slider-container 
    .btn-slider-action{padding:15px 8px!important;} 
    .header-btn-collapse-nav:before{content:'MENÜ';font-size:small;font-weight:700;}
}



