@charset "utf-8";



@import url("revolution_settings.css");
@import url("revolution_style.css");
@import url("owl_carousel.css");

* {
	font-family: 'Open Sans', Arial, Tahoma;
}

html {
	background: #fff;
}

body {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}

a {
	color: #333;
	-webkit-transition: color .3s linear;
            transition: color .3s linear;
}

a:hover {
	color: #000;
}

form {
	position: relative;
	float: left;
	width: 100%;
}
form label,
form .label {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 28px;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	font-weight: 400;
	color: #969696;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .6s linear;
	        transition: all .6s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	color: #2f3032;
	border-color: #8bcdfb;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
}
form input.error,
form select.error,
form textarea.error {
	color: #2f3032;
	border-color: #f00;
	background-color: #FFFAFA;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 130px;
}
form button {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
form button span {
	display: block;
	line-height: 40px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	padding: 0px 20px;
	background-color: #e30613;
	border-radius: 4px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
form button:hover span {
	background-color: #a00009;
}
form button[disabled] span {
	cursor: default;
	background-color: #7c736c !important;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 21px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #B7B7B7;
	cursor: text;
	text-decoration: none !important;
}
textarea + .placeholder {
	top: 9px;
}
.placeholder.aktif {
	color: #969696;
}
form .not {
	float: left;
	font-size: 12px;
	color: #969696;
}
form select {
	color: #777;
}



form .file {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 10px;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	color: #A9A9A9;
	background: #fff;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
form .file s {
	float: right;
	width: 30%;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #626b77;
	border-radius: 3px;
}
form .file span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 70%;
	padding-left: 10px;
}
form .file input {
	display: none;
}




/* RESPONSIVE */

#outer-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#inner-wrap {
	position: relative;
	width: 100%;
}
.nav-active #inner-wrap {
	/*left: 270px;*/
}
#site-wrap {
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
}
#site-trans-background {
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-active #site-trans-background {
	left: 0;
}
#site-nav {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -300px;
	z-index: 2;
	width: 300px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.nav-active #site-nav {
	height: auto;
}
#site-nav .close-btn {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #e30613 url("../images/icon-close.png") no-repeat;
	background-size: 100%;
	border-radius: 5px;
}
#site-nav .logo {
	display: block;
	width: 227px;
	margin: 20px auto 20px;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 5px;
}
#site-nav .logo a {
	display: block;
	width: 187px;
	height: 145px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/header_bg-.png) no-repeat;
	border-radius: 5px;
	background-size: 100%;
}
#site-nav .main-nav {
	color: #0A0A0A;
	/*border-radius: 5px;*/
}
#site-nav .main-nav ul {
	margin: 0 0 15px;
    padding-left: 20px;

}
#site-nav .main-nav a {
	text-transform: uppercase;
}



#site-nav nav {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
}
#site-nav .main-nav {
	position: relative;
	width: 100%;
}
#site-nav .main-nav.active {
	display: block;
}
#site-nav .main-nav > li {
	clear: both;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e30613;
	border-top: 1px solid #e30613;
	background-color: #e30613;
}

#site-nav .main-nav > li > a {
	position: relative;
	display: block;
	line-height: 36px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li:hover > a,
#site-nav .main-nav > li.selected > a {
	color: #fff !important;
	background-color: #333;
}
#site-nav .main-nav > li.dropdown > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 8px;
	height: 4px;
	margin-top: -1px;
	opacity: 0.8;
	content: "";
	background: url(../images/sprite.html) no-repeat -42px -25px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
			transition: all .1s linear;
}

#site-nav .main-nav > li.dropdown > a {
	padding-right: 35px;
}
.ar #site-nav .main-nav > li.dropdown > a {
	padding-right: 10px;
	padding-left: 35px;
}
.ar #site-nav .main-nav > li.dropdown > a:after {
	right: auto;
	left: 11px;
}

#site-nav .main-nav > li > ul {
	position: relative;
	z-index: 1;
	padding: 0px 10px 0px 35px;
}
#site-nav .main-nav > li > ul > li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	color: #829BB5;
	letter-spacing: -0.25px;
	text-decoration: none;
	border-bottom: 1px dotted #024182;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li > ul > li:hover > a,
#site-nav .main-nav > li > ul > li.selected > a {
	color: #6EB0F3;
	border-bottom-color: #00A950;
}

#site-nav .main-nav > li > ul > li > a:after {
	position: absolute;
	left: -14px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background-color: #024182;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li > ul > li:hover > a:after,
#site-nav .main-nav > li > ul > li.selected > a:after {
	background-color: #00A950;
}



#site-nav .socials-wrap {
	position: absolute;
	bottom: 0;
	left:0;
	overflow: hidden;
	height: 43px;
	text-align: center;
	border-top: #ccc solid 1px;
	background-color: #fff;
	float: left;
	width: 75%;
	border-radius: 5px;
}
#site-nav .socials {
	display: inline-block;
	padding: 10px 10px;
	background-color: #fff;
	float: left;
}
#site-nav .socials a {
	position: relative;
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 15px;
	opacity: 0.65;
	text-decoration: none;
	background: url(../images/footer-socials.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}

#site-nav .socials a:hover {
	opacity: 1;
}
#site-nav .socials a.fb {
	background-position: 0 0;
}
#site-nav .socials a.tw {
	background-position: -35px 0;
}
#site-nav .socials a.gp {
	background-position: -70px 0;
}
#site-nav .socials a.dr {
	background-position: -105px 0;
}



#site-nav .web-tasarim-wrap {
	position:absolute;
	bottom: 0;
	right: -5px;
	overflow: hidden;
	width: 25%;
	height: 43px;
	margin-right:10px;
	padding-right: 20px;
	text-align: center;
	border-top: #ccc solid 1px;
	background-color: #fff;
}


#site-nav a.web-tasarim {
    display: inline-block;
	float:right;
    width: 51px;
    height: 23px;
    margin-top: 7px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;

}

#site-nav .web-tasarim-wrap .dil {
	display: none;
	height:16px;
	
}

#site-nav .web-tasarim-wrap .dil > a {
	text-decoration: none;
	text-align: center;
	
}








.fancybox-lock .fixed-fixes {
	margin-right: 17px !important;
}

.fancybox-margin {

}

/* RESPONSIVE END	*/










/*
======================================================
	ÜST
======================================================
*/
#header {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 2;
	width: 100%;
}
#header .header_bg {
	position: relative;
	z-index:1;
	height: 135px;
	padding-top: 33px;

	

}








#header .top-bar {
	position: relative;
	z-index: 1;
	height: 70px;
	background-color:#e30613;
}

/*
#header .info {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: right;
}
#header .info span {
	display: inline-block;
}
#header .info .divider {
	margin-right: 10px;
	margin-left: 10px;
}
#header .info span a {
	display: block;
}
#header .info span img {
	vertical-align: middle;
}
*/




#header .langs {
	position: relative;
	float: right;
}
#header .langs > span {
	position: relative;
	float: left;
	width: 66px;
	height: 70px;
	padding: 0 20px 34px 20px;
	line-height: 56px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	text-align: center;
	letter-spacing: -0.25px;
	background-color: #3b4b57;
}
#header .langs > span:after {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
	content: "";
	background: url(../images/lang_arrow.png) no-repeat 50%;
}
#header .langs > ul {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .langs li a {
	display: block;
	padding: 0 20px;
	line-height: 32px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.25px;
	border-top: 1px solid #4A6273;
	background-color: #3b4b57;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .langs li:hover a,
#header .langs li.selected a {
	background-color: #52AD3B;
}








#header .logo {
/*	position: absolute;
	left: 0;
	top: -33px;
	width: 137px;
	height: 135px;*/
}
#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: url(../images/blank.gif) no-repeat;
	margin-top: -33px;
}
#header .logo a img {
	max-width: 100%;
	min-height: 65px;
	min-width: 65px;
	}


#header .main-nav > s {
	position: absolute;
	bottom: 20px;
	left: 120%;
	width: 0;
	height: 2px;
	background-color: #f1ad1d;
}
#header .main-nav {
	position: relative;
	float: left;
	width: 110%;
}
#header .main-nav > button {
	display: none;
}
#header .main-nav > ul {
	float: right;
}
#header .main-nav > ul > li {
	position: relative;
	float: left;
	margin-left: 5px;
}
#header .main-nav > ul > li > a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	line-height: 70px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li:hover > a,
#header .main-nav > ul > li.selected > a {
	background-color: #333;
}


/*
#header .main-nav > ul > li > a:before {
	position: absolute;
	top: -8px;
	left: 50%;
	content: "";
	margin-left: -4px;
	border: 8px solid transparent;
	border-top-color: #092a60;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li:hover > a:before,
#header .main-nav > ul > li.selected > a:before {
	top: 0px;
}
*/




#header .main-nav > ul > li.dropdown > a {
	padding-right: 30px;
}
#header .main-nav > ul > li.dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background: url(../images/dropdown1.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li.dropdown:hover > a:after,
#header .main-nav > ul > li.dropdown.selected > a:after {
	background-image: url(../images/dropdown2.png);
}
#header .main-nav > ul > li > ul,
#header .main-nav > ul > li > ul ul {
	overflow: hidden;
	display: none;
	position: absolute;
	white-space: nowrap;
	top: 42px;
	left: 0px;
	z-index: 0;
	padding-top: 14px;
	background: url(../images/blank.gif);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li > ul ul {
	top: 3px;
	left: 100%;
	margin-left: 0px;
	z-index: 1;
}
#header .main-nav > ul > li:hover ul {}
#header .main-nav > ul > li > ul li {
	position: relative;
	float: none;
	display: block;
}
#header .main-nav > ul > li > ul > li:first-child {
	border-top: 1px solid #0B57A3;
}
#header .main-nav > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}/*
#header .main-nav > ul > li > ul li.dropdown:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 8px;
	margin-top: -4px;
	margin-left: 8px;
	content: "";
	z-index: 0;
	background: url(../images/dropdown3.png) no-repeat;
}*/
#header .main-nav > ul > li > ul li a {
	display: block;
	min-width: 250px;
	line-height: 42px;
	padding: 0 18px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.25px;
	text-decoration: none;
	border-top: 1px solid #0B72A3;
	border-bottom: 1px solid #0B33A3;
	background-color: #0B57A3;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .main-nav > ul > li > ul li:hover > a,
#header .main-nav > ul > li > ul li.selected > a {
	background-color: #00A950;
	border-top: 1px solid #00A950;
	border-bottom: 1px solid #00A950;
}



#header .main-nav > ul > li > ul > li.dropdown > a {
	padding-right: 25px;
}
#header .main-nav > ul > li > ul > li.dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 4px;
	height: 8px;
	margin-top: -4px;
	content: "";
	background: url(../images/dropdown3.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li > ul > li.dropdown:hover > a:after,
#header .main-nav > ul > li > ul > li.dropdown.selected > a:after {
	/*background-image: url(../images/dropdown4.png);*/
}

/*
======================================================
	// ÜST
======================================================
*/












/*
======================================================
	MAIN SLIDER
======================================================
*/
#main-slider {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	background-color: #191919;
}
#main-slider .tp-bannertimer {
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
}
#main-slider .tp-banner-container {
	position: relative;
	z-index: 0;
}
#main-slider .tp-banner {
	max-width: 2560px;
	max-height: 550px;
}
#main-slider .tp-bullets.simplebullets.round {}
#main-slider .tp-bullets.simplebullets.round .bullet {
	width: 24px;
	height: 24px;
	margin: 0;
	margin-left: 6px;
	background: url(../images/slider_bullet.png) no-repeat;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
	background-position: 0px -24px;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
	top: 50% !important;
	width: 58px;
	height: 58px;
	margin-top: -29px !important;
	opacity: 0.4;
	background: url(../images/slider-arrow-prev.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-slider .tp-rightarrow.default {
	background-image: url(../images/slider-arrow-next.png);
}
#main-slider .tp-leftarrow.default:hover,
#main-slider .tp-rightarrow.default:hover {
	opacity: 1;
}
/*
======================================================
	// MAIN SLIDER
======================================================
*/








/*
======================================================
	MARKA BAYI
======================================================
*/
.brands {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 100px;
	background-color: #e30613;
}
.brands .logos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 52px;
	background: #fff url(../images/bayi_logo.png) no-repeat 0 50%;
}
.brands .text {
	position: relative;
	float: left;
	width: 100%;
	height: 52px;
	line-height: 22px;
	padding: 16px 40px 16px 50px;
	font-size: 13px;
	font-weight: 400;
	color: #262626;
	text-align: left;
	background: url(../images/bayi_arrow.png) no-repeat 96% 50%;
}
.brands .text:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	content: "";
	border: 13px solid transparent;
	border-left-color: #fff;
}
.brands .text a {
	font-weight: 600;
	color: #fff;
}
/*
======================================================
	// MARKA BAYI
======================================================
*/
















/*
======================================================
	BOXS
======================================================
*/
.boxs {
	float: left;
	width: 103%;
	margin-left: -3%;
	margin-bottom: 40px;
}
.boxs .box {
	position: relative;
	float: left;
	width: 30%;

	margin-left: 3%;
	margin-bottom: 30px;
	padding-bottom: 46px;
	cursor: default;
}
.boxs .box a {
	text-decoration: none;
}
.boxs .box a.image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}
.boxs .box a.image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.boxs .box:hover a.image img {
	-webkit-transform: scale(0.97);
	    -ms-transform: scale(0.97);
	        transform: scale(0.97);
}
.boxs .box h3 {
	line-height: 17px;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #5c5c5c;
}
.boxs .box h3 a {
	display: block;
	color: #5c5c5c;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.boxs .box:hover h3,
.boxs .box:hover h3 a {
	color: #103a81;
}
.boxs .box em {
	display: block;
	line-height: 15px;
	margin-top: -8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #6e6e6e;
}
.boxs .box p {
	margin: 0;
	line-height: 16px;
	font-size: 12px;
	color: #817E7E;
}
.boxs .learn-more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 32px 0px 20px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 700;
	color: #82868B;
	border-radius: 3px;
	border: 1px solid #9fa8af;
	background: #fff url(../images/box_readmore.png) no-repeat 88% 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.boxs .box:hover .learn-more {
	background-color: #f5f5f5;
}
/*
======================================================
	// BOXS
======================================================
*/









/*
======================================================
	UYGULAMA ORNEKLERI
======================================================
*/
#appSample {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	border-top: 1px solid #b3b3b3;
}
#appSample .owlCarousel {
	margin: 0;
	padding-top: 30px;
}
#appSample h6 {
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	line-height: 22px;
	margin: 0 0 5px;
	font-size: 17px;
	font-weight: 700;
	color: #e30613;
	text-align: center;
}
#appSample h6 span {
	padding: 0 20px;
	background-color: #fff;
}
#appSample .owl-carousel {
	display: block;
	max-width: none;
	width: 100%;
}
#appSample .owl-carousel > .item {
	float: none;
	display: inline-block;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
#appSample .owl-nav {
	position: absolute;
	right: 0;
	top: -46px;
	margin-left: 20px;
	background-color: #fff;
}
#appSample .owl-prev,
#appSample .owl-next {
	float: left;
	position: static;
	width: 31px;
	height: 28px;
	margin-left: 5px;
	opacity: 1;
	text-indent: -9999px;
	background: url(../images/app_prev.png) no-repeat 50% 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#appSample .owl-next {
	background-image: url(../images/app_next.png);
}
#appSample .owl-prev:hover,
#appSample .owl-next:hover {
	opacity: 0.6;
}
#appSample .box {
	position: relative;
	float: left;
	width: 100%;
	cursor: default;
	
}
#appSample .box a {
	text-decoration: none;
}
#appSample .box a.image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 208px;
	margin-bottom: 10px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#appSample .box:hover a.image {
	-webkit-transform: scale(0.97);
	    -ms-transform: scale(0.97);
	        transform: scale(0.97);
}
#appSample .box a.image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
#appSample .box a.image h2 {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	background-color: #e30613;
	text-transform:uppercase;
}
#appSample .box h3 {
	line-height: 17px;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #5c5c5c;
}
#appSample .box h3 a {
	display: block;
	color: #5c5c5c;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#appSample .box:hover h3,
#appSample .box:hover h3 a {
	color: #103a81;
}
#appSample .box em {
	display: block;
	line-height: 15px;
	margin-top: -3px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #6e6e6e;
}
#appSample .box p {
	margin: 0;
	line-height: 16px;
	padding-top:3px;
	font-size: 13px;
	/*color: #817E7E;*/
	color: #fff;
}
/*
======================================================
	// UYGULAMA ORNEKLERI
======================================================
*/














/*
======================================================
	REFERANS LOGOLARI
======================================================
*/
#references {
	position: relative;
	z-index: 1;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#references .container_12 {
	width: 1120px;
}
#references .owlCarousel {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0;
}
#references .owlCarousel img {
	width: 100px;
	transform-style: flat;
}
#references .owlCarousel .owl-carousel .owl-prev,
#references .owlCarousel .owl-carousel .owl-next {
	left: -5%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 0;
	opacity: 0.5;
	background-image: url(../images/ref-owl-prev.png);
}
#references .owlCarousel .owl-carousel .owl-next {
	left: auto;
	right: -5%;
	background-image: url(../images/ref-owl-next.png);
}
#references .owlCarousel .owl-carousel .owl-prev:hover,
#references .owlCarousel .owl-carousel .owl-next:hover {
	opacity: 1;
}
/*
======================================================
	// REFERANS LOGOLARI
======================================================
*/






/*
======================================================
	PROJE TABS
======================================================
*/
#proje-tabs {
	position: relative;
	z-index: 0;
	color: #fff;
}
#proje-tabs .inner-bg {
	width: 100%;
	height: 360px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/proje_tabs.jpg) no-repeat 50% 0;
}
#proje-tabs .tab-nav {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
#proje-tabs .tab-nav div {
	float: left;
	width: 100%;
}
#proje-tabs .tab-nav div a {
	display: block;
	width: 73px;
	height: 73px;
	margin: 0px auto 20px;
	text-decoration: none;
	background: url(../images/blank.gif) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#proje-tabs .tab-nav div a.t1 {background-image: url(../images/tab_icon1.png)}
#proje-tabs .tab-nav div a.t2 {background-image: url(../images/tab_icon2.png)}
#proje-tabs .tab-nav div a.t3 {background-image: url(../images/tab_icon3.png)}
#proje-tabs .tab-nav div a.t1.selected {background-image: url(../images/tab_icon1h.png)}
#proje-tabs .tab-nav div a.t2.selected {background-image: url(../images/tab_icon2h.png)}
#proje-tabs .tab-nav div a.t3.selected {background-image: url(../images/tab_icon3h.png)}

#proje-tabs .tab-nav div a.selected {
	cursor: default;
}
#proje-tabs .tab {
	position: relative;
	z-index: 0;
	clear: both;
	float: left;
	width: 100%;
}
#proje-tabs .tab h2 {
	line-height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #e30613;
	letter-spacing: -0.25px;
}
#proje-tabs .tab h2 span {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 2px solid #e30613;
}
/*
======================================================
	// PROJE TABS
======================================================
*/





















/*
======================================================
	HOME MAP
======================================================
*/
#home-map {
	position: relative;
	z-index: 0;
	height: 360px;
	background-color: #e5e3df;
}
#home-map #map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
/*
======================================================
	// HOME MAP
======================================================
*/







/*
======================================================
	SAYFA GORSELI
======================================================
*/
#page-image {
	position: relative;
	z-index: 0;
	min-height: 100px;
	margin-bottom: 20px;
}
#page-image figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif) no-repeat 50% 0px;
}
#page-image img {
	visibility: hidden;
	display: block;
}


#page-image h1 {
	position: absolute;
	right: 10px;
	bottom: 40px;
}
#page-image h1 span {
	display: inline-block;
	width: 100%;
	line-height: 46px;
	padding: 0 10px 0 35px;
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.25px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#page-image h1:before {
	position: absolute;
	left: 20px;
	top: -10px;
	width: 3px;
	height: 150%;
	content: "";
	background-color: #e30613;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
/*
======================================================
	// SAYFA GORSELI
======================================================
*/
























/*
======================================================
	CONTENT
======================================================
*/
.content {
	position: relative;
	z-index: 0;
}
.sub-page {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sub-page .video-16-9 {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	padding-top: 25px;
	padding-bottom: 56.25%;
}
.sub-page .video-16-9 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sub-page aside nav {
	position: relative;
	float: left;
	width: 100%;
	margin-top: -50px;
	margin-bottom: 20px;
}
.sub-page aside nav:before,
.sub-page aside nav:after {
	position: absolute;
	top: 0px;
	left: 0;
	width: 1px;
	height: 56px;
	content: "";
	background-color: #ebebeb;
}
.sub-page aside nav:after {
	left: auto;
	right: 0;
}
.sub-page aside nav > h6 {
	line-height: 56px;
	padding: 0 10px 0 50px;
	font-size: 16px;
	font-weight: 700;
	color: #3c3d41;
	letter-spacing: -0.25px;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.sub-page aside nav > ul {
	overflow: hidden;
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 0px 0px 14px 14px;
}
.sub-page aside nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.sub-page aside nav > ul > li:hover,
.sub-page aside nav > ul > li.selected {
	border-bottom-color: #BB2726;
}
.sub-page aside nav > ul > li:last-child {
	border-bottom: 0;
}
.sub-page aside nav a {
	overflow: hidden;
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sub-page aside nav > ul > li > a {
	line-height: 50px;
	padding: 0 10px 0 50px;
	font-size: 14px;
	font-weight: 400;
	color: #635b63;
	letter-spacing: -0.25px;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

.sub-page aside nav > ul > li:hover > a,
.sub-page aside nav > ul > li.selected > a {
	color: #fff;
	background-color: #e30613;
}
.sub-page aside nav > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	content: "";
	margin-top: -5px;
	border: 2px solid #d7d7d7;
	background-color: #d7d7d7;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.sub-page aside nav > ul > li:hover > a:before,
.sub-page aside nav > ul > li.selected > a:before {
	left: 30px;
	border-color: #fff;
	background-color: transparent;
}


/*
.sub-page aside nav > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	content: "";
	background: url(../images/nav-arrow.png) no-repeat 50% -150%;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.sub-page aside nav > ul > li.selected > a:after {
	background-position: 50% 50%;
}


.sub-page aside nav > ul > li.dropdown.selected > a:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
*/



.sub-page aside nav > ul > li > ul {
	overflow: hidden;
	display: none;
	/*background-color: #C25B96;*/
}
.sub-page aside nav > ul > li.selected > ul {}
.sub-page aside nav > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

.sub-page aside nav > ul > li > ul > li > a {
	line-height: 36px;
    padding: 0 10px 0 40px;
    font-size: 13px;
    font-weight: 400;
	color: #000;
	border-bottom: 1px solid #e30613;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

.sub-page aside nav > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

.sub-page aside nav > ul > li > ul > li:hover,
.sub-page aside nav > ul > li > ul > li.selected {

}
.sub-page aside nav > ul > li > ul > li:hover > a,
.sub-page aside nav > ul > li > ul > li.selected > a {
	color: #fff;
	background: #e30613;
}


.sub-page aside nav > ul > li > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 19px;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 0;
	content: "";
	background: #000;
	border-radius: 50%;
	-webkit-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.sub-page aside nav > ul > li > ul > li:hover > a:before,
.sub-page aside nav > ul > li > ul > li.selected > a:before {
	background: #fff;
}









.sub-page aside nav > ul > li > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	background-color: #f6f7f7;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.sub-page aside nav > ul > li > ul > li > ul > li {
	background-color: #f6f7f7;
}/*
.sub-page aside nav > ul > li > ul > li > ul > li:nth-child(2n) {
	background-color: #FDFDFD;
}*/
.sub-page aside nav > ul > li > ul > li > ul > li > a {
	line-height: 32px;
	padding: 0 10px 0 20px;
	font-size: 12px;
	font-weight: 400;
	color: #4e4e4e;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.sub-page aside nav > ul > li > ul > li > ul > li:hover,
.sub-page aside nav > ul > li > ul > li > ul > li.selected {
	background-color: #E7E7E7;
}
.sub-page aside nav > ul > li > ul > li > ul > li:hover > a,
.sub-page aside nav > ul > li > ul > li > ul > li.selected > a {
	color: #000;
}
.sub-page aside nav > ul > li > ul > li > ul > li > a:before {
	position: absolute;
	left: 0px;
	line-height: 32px;
	font-size: 100%;
	content: "-";
	-webkit-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.sub-page aside nav > ul > li > ul > li > ul > li:hover > a:before,
.sub-page aside nav > ul > li > ul > li > ul > li.selected > a:before {
	left: 5px;
	font-size: 100%;
}






.content .article {
/*	padding-left: 40px;
	padding-right: 40px;*/
	text-align: justify;
}
.sub-page .article h1,
.sub-page .article h2,
.sub-page .article h3,
.sub-page .article h4,
.sub-page .article h5,
.sub-page .article h6 {
	position: relative;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.25px;
}
.sub-page .article h2 {
	font-size: 20px;
}
.sub-page .article h3 {
	font-size: 18px;
}
.sub-page .article h4 {
	font-size: 17px;
}
.sub-page .article h5 {
	font-size: 16px;
}
.sub-page .article h6 {
	font-size: 14px;
}


.sub-page header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub-page header h1 {
	line-height: 28px;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.25px;
}
.sub-page header em {
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: 300;
	color: #475055;
}
/*
======================================================
	// CONTENT
======================================================
*/













/*
======================================================
	CONTACT
======================================================
*/
#contact-map {
	position: relative;
	z-index: 0;
	height: 440px;
}
#contact-map #map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.contact .article {
	position: relative;
	text-align: left;
}
.contact .container_12 {
	width: 860px;
}
.contact .container_12 .grid_7 {
	padding-right: 40px;
}
.contact header {
	margin-bottom: 40px;
}
.contact header h1,
.contact h2 {
	line-height: 26px;
	font-size: 20px;
	font-weight: 400;
}
.contact .address-info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contact .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 17px;
	margin-bottom: 15px;
	padding-left: 26px;
	color: #7e7e7e;
}
.contact .address-info > div:before {
	position: absolute;
	left: 0;
	top: -3px;
	width: 26px;
	height: 24px;
	content: "";
	background: url(../images/blank.gif) no-repeat 0 50%;
}
.contact .address-info > div.address:before {
	background-image: url(../images/icon-address.png);
}
.contact .address-info > div.phone:before {
	background-image: url(../images/icon-phone.png);
}
.contact .address-info > div.fax:before {
	background-image: url(../images/icon-fax.png);
}
.contact .address-info > div.email:before {
	background-image: url(../images/icon-email.png);
}
.contact .address-info h3 {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 17px;
	font-weight: 400;
	color: #797979;
}
.contact .address-info a {
	color: #7e7e7e;
	text-decoration: none;
}
.contact .address-info a:hover {
	text-decoration: underline;
}


.contact .banks {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact .banks a {
	float: left;
	width: 100%;
	height: 51px;
	background: url(../images/banka-logo.png) no-repeat;
}
.contact .banks > div {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 10px 20px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.25px;
	border: 1px solid #ddd;
	background-color: #F3F3F3;
}

.contact .left,
.contact .right {
	float: left;
	width: 47%;
}
.contact .left {
	margin-right: 6%;
}

.contact .form {
	float: left;
	width: 100%;
}
.contact .form button {
	float: left;
	width: 100%;
}
/*
======================================================
	// CONTACT
======================================================
*/






















/*
======================================================
	REFERANS
======================================================
*/
.ref-list {
	float: left;
    width: 102%;
    margin-left: -2%;
}
.ref-list a {
	display: block;
	text-decoration: none;
}
.ref-list figure {
	overflow: hidden;
	position: relative;
	float: left;
    width: 18%;
    margin-left: 2%;
	margin-bottom: 20px;
    padding: 5px;
	border-radius: 6px;
	border: 1px solid #ddd;
    background-color: #fff;
}
.ref-list figure a {
	display: table;
	width: 100%;
	height: 130px;
}
.ref-list figure span {
	overflow: hidden;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.ref-list figure span img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*
======================================================
	// REFERANS
======================================================
*/






/*
======================================================
	KATALOG
======================================================
*/
.catalog .list {
	float: left;
    width: 100%;
}
.catalog .list a {
	display: block;
	text-decoration: none;
}

.catalog .list > div {
	overflow: hidden;
	position: relative;
	float: left;
    width: 50%;
	padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
	padding-bottom: 20px;
}
.catalog .list > div p {
	
}
.catalog .list > div > div {
	position: relative;
	float: left;
    width: 80%;
    margin-right: 20px;
    margin-left: 40px;
	margin-top: 30px;
}
.catalog .list > div > div:before {
	position: absolute;
	left: -20px;
	top: 15px;
	width: 3px;
	height: 45px;
	content: "";
	background-color: #959595;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.catalog .list > div > div h3 {
	line-height: 28px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #3c3d41;
}
.catalog .list h2 {
	line-height: 32px;
	margin: 0 0 5px;
	padding-left: 14px;
	font-size: 18px;
	font-weight: 400;
	color: #3c3d41;
}
.catalog .list .pdf-btn {
	position: relative;
	z-index: 1;
	display: block;
	width: 198px;
	height: 56px;
	margin-top: -35px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/pdf-btn.png);
	max-width: 100%;
}
.catalog .list div span {
	display:block;
	text-align: center;
}
.catalog .list div span img {
	max-width: 100%;
	min-width: 260px;
	min-height: 152px;
}
.catalog .list figure span img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*
======================================================
	// KATALOG
======================================================
*/





/*
======================================================
	URUNLER
======================================================
*/
.products {}
.products a.pdf {
    position: absolute;
	right: 10px;
	top: -10px;
	z-index: 1;
	padding: 0 20px;
	line-height: 46px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.25px;
	border: 1px solid #cdcdcd;
	background-color: #2b3841;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.products a.pdf:hover {
	background-color: #52ad3b;
}
.products .roperty {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.products .roperty img {
	display: block;
	width: 100%;
}

.products .article p img {
	max-width: 100%;
}
/*
======================================================
	// URUNLER
======================================================
*/




















/*
======================================================
	TABLO
======================================================
*/
.tablo {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}
.tablo table {
	width: 100%;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
.tablo th {
	font-weight: 700;
	color: #fff;
	background-color: #78c9bb;
}
.tablo th,
.tablo td {
	position: relative;
	height: 32px;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
}
.tablo tbody tr {
	background-color: #fff;
}
.tablo tbody tr:nth-child(even) {
	background-color: #F9F9F9;
}
/*
======================================================
	// TABLO
======================================================
*/

















/*
======================================================
	GALLERY LIST
======================================================
*/
.gallery-list {
	float: left;
    width: 102%;
    margin-left: -2%;
}
.gallery-list a {
	display: block;
	text-decoration: none;
}
.gallery-list figure {
	overflow: hidden;
	position: relative;
	float: left;
    width: 31.3333333333333%;
    margin-left: 2%;
	margin-bottom: 20px;
    padding: 5px;
	border-radius: 6px;
	border: 1px solid #ddd;
    background-color: #fff;
}
.gallery-list figure a {
	overflow: hidden;
	display: table;
	width: 100%;
	height: 160px;
}
.gallery-list figure span {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.gallery-list figure span img {
	width: 100%;
	/*height: auto;*/
	height: 150px;
}
/*
======================================================
	// GALLERY LIST
======================================================
*/













/*
======================================================
	FOOTER
======================================================
*/

#footer {
    position: relative;
    z-index: 0;
}
#footer .top-bar {
	position: relative;
	min-height: 250px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	background-color: #707070;
}
#footer h6 {
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #e9e9e9;
	letter-spacing: -0.25px;
}
#footer .top-bar .grid_2 {width: 20%;}
#footer .top-bar .grid_3 {width: 25%}
#footer .top-bar .grid_4 {width: 35%}

#footer .top-bar .grid_2 > *,
#footer .top-bar .grid_3 > *,
#footer .top-bar .grid_4 > * {
	float: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
#footer .top-bar .grid_3.logo:after,
#footer .top-bar .grid_2:after {
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	content: "";
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#footer nav {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
#footer nav > div {
	display: inline-block;
	 text-align: left;
}
#footer nav li:last-child {
	margin-right: 0;
}
#footer nav li a {
	display: inline-block;
	line-height: 20px;
	padding: 3px 0;
	font-size: 13px;
	font-weight: 400;
	color: #e9e9e9;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer nav li a:hover {
	text-decoration: underline;
}


#footer .logo {
    text-align: center;
}
#footer .logo img {
	display: block;
	margin: 20px auto 10px;
}








#footer .address-info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#footer .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
}
#footer .address-info > div:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	content: "";
	background: url(../images/blank.gif) no-repeat 0 50%;
}
#footer .address-info > div.address:before {
	background-image: url(../images/footer-address-icon.png);
}
#footer .address-info > div.phone:before {
	background-image: url(../images/footer-phone-icon.png);
}
#footer .address-info > div.fax:before {
	background-image: url(../images/footer-fax-icon.png);
}
#footer .address-info > div.email:before {
	background-image: url(../images/footer-mail-icon.png);
}
#footer .address-info > div.skype:before {
	background-image: url(../images/footer-skype-icon.html);
}






#footer .socials {
	display: inline-block;
	height: 29px;
}
#footer .socials h6 {
	margin-bottom: 10px;
}
#footer .socials a {
	position: relative;
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 15px;
	opacity: 0.65;
	text-decoration: none;
	background: url(../images/footer-socials.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer .socials a:hover {
	opacity: 1;
}
#footer .socials a.fb {
	background-position: 0px 0px;
}
#footer .socials a.tw {
	background-position: -35px 0;
}
#footer .socials a.gp {
	background-position: -70px 0;
}
#footer .socials a.dr {
	background-position: -105px 0;
}






#footer .bottom-bar {
	position: relative;
	height: 49px;
	padding: 10px 0;
	background-color: #fff;
}
#footer .copyright {
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 14px;
	color: #4a4b49;
	margin-left: 30px;
}
#footer a.web-tasarim {
	float: right;
	width: 51px;
	height: 23px;
	margin-top: 3px;
	opacity: 1;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer a.web-tasarim:hover {
	opacity: 0.7;
}
/*
======================================================
	// FOOTER
======================================================
*/
















/*
======================================================
	SISTEM MESAJ
======================================================
*/
.ft-form-mesaj {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ft-form-mesaj > div {
	margin: 1px;
	padding: 12px 12px 12px 37px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	border-radius: 2px;
	background-color: #f2bba0;
}
.ft-form-mesaj.error {
	color: #833;
	border: 1px solid #F6988F;
}
.ft-form-mesaj.error > div {
	background: #FDD2D1 url(../images/ft-form-mesaj/error.png) no-repeat 10px 10px;
}
.ft-form-mesaj.success {
	color: #398B03;
	border: 1px solid #50C602;
}
.ft-form-mesaj.success > div {
	background: #e9ffda url(../images/ft-form-mesaj/success.png) no-repeat 10px 10px;
}
.ft-form-mesaj.warning {
	color: #B17A01;
	border: 1px solid #FFE072;
}
.ft-form-mesaj.warning > div {
	background: #FDFAED url(../images/ft-form-mesaj/warning.png) no-repeat 10px 10px;
}
.ft-form-mesaj.info {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.info > div {
	background: #dde9f4 url(../images/ft-form-mesaj/info.png) no-repeat 10px 10px;
}
.ft-form-mesaj.loading {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.loading > div {
	background: #dde9f4 url(../images/ft-form-mesaj/loading.gif) no-repeat 10px 15px;
}
/*
======================================================
	// SISTEM MESAJ
======================================================
*/





















/*
======================================================
	TARAYICI BAZLI DÜZELTMELER
======================================================
*/
.ie9m * {
	filter: none !important;
}
/*
======================================================
	// TARAYICI BAZLI DÜZELTMELER
======================================================
*/










/*
======================================================
	YAZICIYA GONDERIRKEN
======================================================
*/
@media print {

}
/*
======================================================
	// YAZICIYA GONDERIRKEN
======================================================
*/












/*
======================================================
	Global Clear Style
======================================================
*/

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http: //sonspring.com/journal/clearing-floats */

.clr, .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http: //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.container_12:before,
.container_12:after,
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.container_12:after,
.clearfix:after {
	clear: both;
}

.container_12,
.clearfix {
	display: inline-block;
}

* html .container_12,
* html .clearfix {
	height: 1%;
}

.container_12,
.clearfix {
	display: block;
}

/*
	The following zoom: 1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.container_12,
.clearfix {
	zoom: 1;
}

.first, .alpha {
	margin-left: 0 !important;
}

.last, .omega {
	margin-right: 0 !important;
}

.hide, .hidden {
	display: none;
}

/*
======================================================
	End Global Clear Style
======================================================
*/