@charset "utf-8";

/*
	VARSAN STATIK - 20/08/2015
*/

@import url("settings.css");
@import url("slide_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 ease;
       -moz-transition: color .3s ease;
            transition: color .3s ease;
}

a:hover {
	color: #000;
}

form {
	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: 26px;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	color: #2f3032;
	border-color: #8bcdfb;
	border-top-color: #78b5e0;
	background-color: #faffff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	        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;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 100px;
}
form button {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
form button span {
	display: block;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 0px 20px;
	background-color: #1471A2;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
form button:hover span {
	background-color: #0d5276;
}
form button[disabled] span {
	cursor: default;
	background-color: #7c736c !important;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 11px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #777;
	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;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
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;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        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;
}



















#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%;
	padding-top: 0px;
}
#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.8);
}
.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: #585858 url("../images/icon-close.png") no-repeat;
	background-size: 100%;
}
#site-nav a.logo {
	display: block;
	width: 171px;
	height: 51px;
    margin: 20px auto;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#site-nav .main-nav {
	color: #0A0A0A;
}
#site-nav .main-nav ul {
	margin: 0 0 15px;
    padding-left: 20px;
}/*
#site-nav .main-nav a {
	text-transform: uppercase;
}
#site-nav .main-nav a {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #0A0A0A;
	text-decoration: none;
}
#site-nav .main-nav a {
	font-size: 13px;
}
#site-nav .main-nav ul a {
	line-height: 18px;
	font-size: 12px;
}
#site-nav .main-nav ul ul a {
	line-height: 16px;
	font-size: 11px;
}
#site-nav .main-nav ul a:hover {
	text-decoration: underline;
}
#site-nav .main-nav .selected > a {
	color: #DDAF27 !important;
}
*/




#site-nav .socials-wrap {
	float: left;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
#site-nav .socials {
	display: inline-block;
}
#site-nav .altwrap .social-wrap .socials {
	float: left;
	margin-top: 0;
}

#site-nav .socials {
	display: inline-block;
	height: 30px;
}
#site-nav .socials a {
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
	background: url(../images/blank.gif) no-repeat;
	background-size: 100%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#site-nav .socials a:hover {
	opacity: 0.5;
}
#site-nav .socials a.fb {
	background-image: url(../images/facebook_icon.html);
}
#site-nav .socials a.tw {
	background-image: url(../images/twitter_icon.html);
}
#site-nav .socials a.in {
	background-image: url(../images/linkedin_icon.html);
}




#site-nav .web-tasarim-wrap {
	display: none;
	float: left;
	width: 100%;
	margin: 5px auto 0;
	text-align: center;
}
#site-nav a.web-tasarim {
    display: inline-block;
    width: 68px;
    height: 31px;
    margin-top: 15px;
    text-indent: -9999px;
    background: url(../images/vera-logo-orj.html) no-repeat;
}






#site-nav nav {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
}
#site-nav .main-nav {
	position: relative;
	width: 100%;
	border-top: 1px solid #F1F1F1;
}
#site-nav .main-nav.active {
	display: block;
}
#site-nav .main-nav > li {
	clear: both;
	width: 100%;
	padding: 0;
	border: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	border-top: 0;
}
#site-nav .main-nav > li:nth-child(even) {
	background-color: #FBFBFB;
}
#site-nav .main-nav > li > a {
	position: relative;
	display: block;
	line-height: 48px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #002B8F;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#site-nav .main-nav > li:hover > a,
#site-nav .main-nav > li.selected > a {
	color: #ED1C25 !important;
}
#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 ease;
	   -moz-transition: all .1s ease;
			transition: all .1s ease;
}

#site-nav .main-nav > li.dropdown > a {
	padding-right: 35px;
}

#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: 28px;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.5px;
	text-decoration: none;
	border-bottom: 1px dotted #F1F1F1;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}
#site-nav .main-nav > li > ul > li:hover > a,
#site-nav .main-nav > li > ul > li.selected > a {
	color: #6EBE44;
	border-bottom-color: #6EBE44;
}

#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: #333;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}
#site-nav .main-nav > li > ul > li:hover > a:after,
#site-nav .main-nav > li > ul > li.selected > a:after {
	background-color: #6EBE44;
}

















.fancybox-lock .fixed-fixes {
	margin-right: 17px !important;
}

.fancybox-nav span {
	visibility: visible !important;
}

.fancybox-inner .pdf-button {
	position: absolute;
	bottom: 20px;
	right: -76px;
	width: 54px;
}
.fancybox-inner .pdf-button .teknik {
	float: left;
	width: 54px;
	height: 90px;
	line-height: 14px;
	padding-top: 58px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../images/pdf-icon.png) no-repeat;
	background-size: 100%;
}
.fancybox-inner .pdf-button .klavuz {
	float: left;
	width: 54px;
	height: 90px;
	line-height: 14px;
	margin-top: 20px;
	padding-top: 58px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../images/pdf-icon.png) no-repeat;
	background-size: 100%;
}

/*
======================================================
	ÜST
======================================================
*/
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
#header .container_12 {
	width: 1080px;
	height: 76px;
	background-color: #fff;
	-webkit-border-radius: 0px 0px 8px 8px;
	   -moz-border-radius: 0px 0px 8px 8px;
	        border-radius: 0px 0px 8px 8px;
}
#header .container_12 .grid_4 {
	width: 30%;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}
#header .container_12 .grid_8 {
	width: 70%;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}

#header a.logo {
	float: left;
	margin-top: 9px;
}
#header a.logo img {
	display: block;
	max-width: 100%;
}












#header .main-nav {
	position: relative;
	float: left;
	width: 100%;
}
#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;
	display: block;
	line-height: 76px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 600;
	color: #55565a;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#header .main-nav > ul > li:hover > a,
#header .main-nav > ul > li.selected > a {
	color: #fff;
	background-color: #1053ad;
}
/*
#header .main-nav > ul > li > a:before {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 1px;
	height: 32px;
	content: "";
	background-color: #dae1e2;
}
#header .main-nav > ul > li:first-child > a:before {
	content: none;
}
*/

#header .main-nav > ul > li.dropdown > a {
	padding-right: 25px;
}
#header .main-nav > ul > li.dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background: url(../images/dropdown1.png) no-repeat;
}
#header .main-nav > ul > li.dropdown:hover > a:after,
#header .main-nav > ul > li.dropdown.selected > a:after {

}



#header .main-nav > ul > li > ul,
#header .main-nav > ul > li > ul ul {
	overflow: hidden;
	display: none;
	position: absolute;
	white-space: nowrap;
	top: 32px;
	left: 0px;
	z-index: 0;
	background: #fff url(../images/blank.gif);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#header .main-nav > ul > li > ul ul {
	top: 5px;
	left: 98%;
	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:last-child {
	border-bottom: 1px solid #D8E1ED;
}
#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: 36px;
	padding: 0px 15px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	letter-spacing: -0.25px;
	text-decoration: none;
	border: 1px solid #D8E1ED;
	border-bottom: 0;
	background-color: #fff;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
#header .main-nav > ul > li > ul li:hover > a,
#header .main-nav > ul > li > ul li.selected > a {
	background-color: #F7F7F7;
}








#header .main-nav > ul > li > a {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 76px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 600;
	color: #55565a;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#header .main-nav > ul > li:hover > a,
#header .main-nav > ul > li.selected > a {
	color: #fff;
	background-color: #1053ad;
}




#header .main-nav .lang-icon a {
	padding-right: 0;
	border-left: 1px solid #F5F5F5;
	background: none !important;
}
#header .main-nav .lang-icon a img {
	width: 36px;
	vertical-align: middle;
}
/*
======================================================
	// ÜST
======================================================
*/

















/*
======================================================
	SLAYT
======================================================
*/
#slayt {
	position: relative;
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 3px;
}
.tp-bullets.simplebullets.round {}

.tp-bullets.simplebullets.round .bullet {
	width: 10px;
	height: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 5px;
	opacity: 0.5;
	border: 2px solid transparent;
	background: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.tp-bullets.simplebullets.round .bullet.selected {
	opacity: 1;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
	top: 50% !important;
	width: 46px;
	height: 46px;
	margin-top: -23px !important;
	opacity: 1;
	background: url(../images/slider-arrow-prev.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.tp-rightarrow.default {
	background-image: url(../images/slider-arrow-next.png);
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	opacity: 0.7;
}
/*
======================================================
	// SLAYT
======================================================
*/


















/*
======================================================
	ANA SAYFA - GRI MENU
======================================================
*/
.griMenu {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 70px;
	margin-bottom: 20px;
	background-color: #dedfe0;
	-webkit-border-radius: 8px 8px 0px 0px;
	   -moz-border-radius: 8px 8px 0px 0px;
	        border-radius: 8px 8px 0px 0px;
}
.griMenu .container_12,
.griMenu .grid_12 {
	height: 100%;
}
.griMenu figure a {
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.griMenu figure {
	position: relative;
	display: table;
	width: 240px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	cursor: default;
	opacity: 0.77;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.griMenu figure:hover {
	opacity: 1;
}
.griMenu figure > h3 {
	display: table-cell;
	vertical-align: middle;
}
.griMenu figure:hover {
	background-color: #1053ad;
}
.griMenu figure > h3:after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 70px;
	content: "";
	background: url(../images/griMenuDivider.png) no-repeat 0 50%;
}
.griMenu figure:last-child > h3:after {
	content: none;
}
.griMenu figure > h3 a {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #494949;
}
.griMenu figure:hover > h3 a {
	color: #fff;
}

.griMenu figure > h3 a span {
	font-weight: 600;
}
.griMenu figure .__icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	background: url(../images/blank.gif) no-repeat 0 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.griMenu figure .__i1 {
	background-image: url(../images/g-icon-1.png);
}
.griMenu figure .__i2 {
	background-image: url(../images/g-icon-2.png);
}
.griMenu figure .__i3 {
	background-image: url(../images/g-icon-3.png);
}
.griMenu figure .__i4 {
	background-image: url(../images/g-icon-4.png);
}
.griMenu figure:hover .__i1 {
	background-image: url(../images/g-icon-1_.png);
}
.griMenu figure:hover .__i2 {
	background-image: url(../images/g-icon-2_.png);
}
.griMenu figure:hover .__i3 {
	background-image: url(../images/g-icon-3_.png);
}
.griMenu figure:hover .__i4 {
	background-image: url(../images/g-icon-4_.png);
}
/*
======================================================
	// ANA SAYFA - GRI MENU
======================================================
*/














/*
======================================================
	ANA SAYFA - KUTULAR
======================================================
*/
.kutular {
	float: left;
	width: 103%;
	margin-left: -3%;
	margin-bottom: 0px;
}
.kutular .kutu {
	position: relative;
	float: left;
	width: 47%;
	height: 250px;
	margin-left: 3%;
	margin-bottom: 3%;
	padding-bottom: 20px;
	cursor: default;
}
.kutular .kutu a {
	display: block;
	text-decoration: none;
}
.kutular .kutu a img {
	display: block;
	width: 100%;
	height: 115px;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.kutular .kutu:hover a img {
	-webkit-transform: scale(0.97);
	   -moz-transform: scale(0.97);
	        transform: scale(0.97);
}
.kutular .kutu h3 {
	line-height: 17px;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 400;
	color: #1e1e1e;
}
.kutular .kutu h3 a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.kutular .kutu:hover h3 {
	color: #000;
}
.kutular .kutu h3 img {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}
.kutular .kutu h3 b {
	font-weight: 700;
}
.kutular .kutu em {
	display: block;
	line-height: 15px;
	margin-top: -8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #6e6e6e;
}
.kutular .kutu p {
	margin: 0;
	line-height: 17px;
	font-size: 13px;
	color: #817E7E;
}
.kutular a.devami {
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: 18px;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #555454;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
/*
======================================================
	// ANA SAYFA - KUTULAR
======================================================
*/





































/*
======================================================
	OWL CAROUSEL
======================================================
*/
.owlCarousel {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.owlCarousel .cs-title {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #948a8a;
}
.owlCarousel .owl-carousel {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	-ms-touch-action: pan-y;
	border: 1px solid #d1d1d1;
	background-color: #dedede;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.owlCarousel .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;
	border: 0px solid transparent;
}
.owlCarousel .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owlCarousel .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owlCarousel .owl-carousel .owl-item {
	float: left;
}
.owlCarousel .owl-carousel .item {
	position: relative;
	float: left;
	width: 100%;
}
.owlCarousel .owl-carousel .owl-wrapper,
.owlCarousel .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
}
.owlCarousel .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owlCarousel .owl-carousel .owl-prev,
.owlCarousel .owl-carousel .owl-next {
	position: absolute;
	left: -1px;
    top: 150px;
    z-index: 2;
    width: 30px;
    height: 36px;
    margin-top: -18px;
	cursor: pointer;
	font-size: 0;
	background: url(../images/carousel-arrow-prev.png) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.owlCarousel .owl-carousel .owl-next {
	right: -1px;
	left: auto;
	background-image: url(../images/carousel-arrow-next.png);
}
.owlCarousel .owl-carousel .owl-prev:hover,
.owlCarousel .owl-carousel .owl-next:hover {
	opacity: 0.7;
}
.owlCarousel a {
	display: block;
	text-decoration: none;
}
.owlCarousel img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.owlCarousel a.devami {
	position: absolute;
	bottom: 0px;
	right: 20px;
	line-height: 28px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	background-color: #f58437;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.owlCarousel .item:hover a.devami {
	background-color: #b9d341;
}
.owlCarousel .item .image {
	position: relative;
	display: table;
	height: 408px;
}
.owlCarousel .item .image figcaption {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 261px;
	height: 31px;
	line-height: 31px;
	background: url(../images/owlTitleBg.png) no-repeat;
}
.owlCarousel .item .image figcaption h3 {
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.owlCarousel .item .image figcaption a {
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: right;
}
.owlCarousel .item .image > a {
	overflow: hidden;
	display: table-cell;
	vertical-align: bottom;
	-webkit-border-radius: 6px 6px 0px 0px;
	   -moz-border-radius: 6px 6px 0px 0px;
	        border-radius: 6px 6px 0px 0px;
}
.owlCarousel .item article {
	padding: 20px 20px;
}
/*
======================================================
	// OWL CAROUSEL
======================================================
*/


























.bnrf {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-top: -16px;
	margin-bottom: 20px;
}
.bnrf a,
.bnrf img {
	display: block;
	width: 100%;
}






.icerik-wrapper {
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -170px;
    background-color: #fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	   -moz-border-radius: 8px 8px 0px 0px;
	        border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.25);
}
.alt-sayfa-wrapper {
    margin-top: -70px;
	padding-top: 30px;
}


.icerik {
	position: relative;
	z-index: 0;
	margin-bottom: 0px;
}


.ana-sayfa .grid_8 {
	width: 600px;
	padding-left: 20px;
}
.ana-sayfa .grid_4 {
	width: 320px;
	padding-right: 20px;
}





/*
======================================================
	ALT SAYFA
======================================================
*/
.sayfa-gorseli {
	position: relative;
	z-index: 0;
	min-height: 120px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.sayfa-gorseli figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif) no-repeat 50% 0px;
}
.sayfa-gorseli img {
	visibility: hidden;
	display: block;
}


.alt-sayfa {
	margin-bottom: 20px;
}
.alt-sayfa aside nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.alt-sayfa aside nav > ul {
	float: left;
	width: 100%;
	border: 1px solid #D8D8D8;
	border-bottom: 0;
}
.alt-sayfa aside nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	border-left: 4px solid transparent;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover,
.alt-sayfa aside nav > ul > li.selected {
	border-bottom: 1px solid #E64921;
	border-left: 4px solid #e20a17;
}
.alt-sayfa aside nav a {
	overflow: hidden;
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.alt-sayfa aside nav > ul > li > a {
	line-height: 48px;
	padding: 0 30px 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover > a,
.alt-sayfa aside nav > ul > li.selected > a {
	color: #fff;
	background-color: #f75228;
}

.alt-sayfa aside nav > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	opacity: 0.5;
	content: "";
	background: url(../images/nav-arrow.png) no-repeat -100px 0px;
	-webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
            transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover > a:after,
.alt-sayfa aside nav > ul > li.selected > a:after {
	opacity: 1;
	background-position: 0px 0px;
}
.alt-sayfa aside nav > ul > li > ul {
	overflow: hidden;
	display: none;
}
.alt-sayfa aside nav > ul > li.selected > ul {}
.alt-sayfa aside nav > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}

.alt-sayfa aside nav > ul > li > ul > li > a {
	line-height: 36px;
	border-bottom: 1px solid #CFCFCF;
	padding: 0 10px 0 40px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}



.alt-sayfa aside nav > ul > li > ul > li {
	background-color: #f1f1f1;
}
.alt-sayfa aside nav > ul > li > ul > li:nth-child(even) > a {
	background-color: #eaeaea;
}


.alt-sayfa aside nav > ul > li > ul > li:hover,
.alt-sayfa aside nav > ul > li > ul > li.selected {

}
.alt-sayfa aside nav > ul > li > ul > li:hover > a,
.alt-sayfa aside nav > ul > li > ul > li.selected > a {
	border-bottom-color: #fff;
	background-color: #FCFCFC;
}


.alt-sayfa aside nav > ul > li > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 4px;
	height: 7px;
	margin: -3px 0 0 0;
	opacity: .7;
	content: "";
	background: url(../images/sprite.html) no-repeat -312px -3px;
	-webkit-transition: all .3s linear .3s;
	   -moz-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.alt-sayfa aside nav > ul > li > ul > li:hover > a:before,
.alt-sayfa aside nav > ul > li > ul > li.selected > a:before {
	left: 25px;
}









.alt-sayfa aside nav > ul > li > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	padding-left: 20px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li {
	background-color: #B3B3B3;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:nth-child(2n) {
	background-color: #FDFDFD;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li > a {
	line-height: 40px;
	padding: 0 10px 0 70px;
	font-size: 14px;
	font-weight: 400;
	color: #4e4e4e;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected {
	background-color: #E7E7E7;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover > a,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected > a {
	color: #000;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li > a:before {
	position: absolute;
	left: 50px;
	line-height: 38px;
	font-size: 100%;
	content: "o";
	-webkit-transition: all .3s linear .3s;
	   -moz-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover > a:before,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected > a:before {
	left: 55px;
}





.alt-sayfa .grid_4 {
	padding-left: 20px;
}
.alt-sayfa .grid_8 {
	padding-right: 20px;
}










.alt-sayfa article {
	float: left;
	width: 100%;
	text-align: justify;
}
.alt-sayfa article h1 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
}
.alt-sayfa article h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	color: #1e1e1e;
}
.alt-sayfa article h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #1e1e1e;
}


.alt-sayfa header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.alt-sayfa header h1 {
	line-height: 28px;
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	color: #1e1e1e;
}
.alt-sayfa header em {
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: 300;
	color: #475055;
}

/*
======================================================
	// ALT SAYFA
======================================================
*/




















/*
======================================================
	TABLO
======================================================
*/
.tablo {
	clear: both;
	float: left;
	width: 100%;
}
.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;
	line-height: 32px;
	padding: 0 10px;
	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
======================================================
*/























/*
======================================================
	ILETISIM
======================================================
*/
.harita {
	position: relative;
	z-index: 0;
	height: 408px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.harita #map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.iletisim .grid_7 {
	padding-left: 20px;
}
.iletisim .grid_5 {
	padding-right: 20px;
}
.iletisim article {
	text-align: left;
}



.iletisim .adres-bilgi {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.iletisim .adres-bilgi > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 17px;
	margin-bottom: 15px;
	padding-left: 26px;
	color: #7e7e7e;
}
.iletisim .adres-bilgi > div:before {
	position: absolute;
	left: 0;
	top: -3px;
	width: 26px;
	height: 24px;
	content: "";
	background: url(../images/blank.gif) no-repeat 0 50%;
}
.iletisim .adres-bilgi > div.address:before {
	background-image: url(../images/icon-address.png);
}
.iletisim .adres-bilgi > div.phone:before {
	background-image: url(../images/icon-phone.png);
}
.iletisim .adres-bilgi > div.fax:before {
	background-image: url(../images/icon-fax.png);
}
.iletisim .adres-bilgi > div.email:before {
	background-image: url(../images/icon-email.png);
}
.iletisim .adres-bilgi h3 {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 17px;
	font-weight: 400;
	color: #797979;
}
.iletisim .adres-bilgi a {
	color: #7e7e7e;
	text-decoration: none;
}
.iletisim .adres-bilgi a:hover {
	text-decoration: underline;
}
.iletisim .adres-bilgi h5 {
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
	color: #797979;
	text-align: center;
	background: url(../images/border.png) no-repeat 100% 50%;
}







.iletisim .form {
	float: left;
	width: 100%;
}
.iletisim hr {
	display: block;
	border: 0;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.iletisim .form h6 {
	line-height: 24px;
	font-size: 20px;
	font-weight: 300;
}
.iletisim .form button {
	float: left;
	width: 100%;
}
/*
======================================================
	// ILETISIM
======================================================
*/





















/*
======================================================
	GALLERY LIST
======================================================
*/
.gallery-list {
	float: left;
	width: 104%;
	margin-left: -4%;
}
.gallery-list a {
	display: block;
	text-decoration: none;
}
.gallery-list figure {
	float: left;
	width: 33%;
	margin-left: 4%;
	margin-bottom: 4%;
	text-align: center;
}
.gallery-list figure span {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.gallery-list figure:hover span {

}
.gallery-list figure span img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 150px;
	
}
.gallery-list figure:hover span img {
	top: -6%;
	left: -6%;
	width: 100%;
	height: auto;
	border:1px solid #000000;
}
.gallery-list figure.video span:before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	content: "";
	background: url(../images/ytplay.html) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
.gallery-list figure.video:hover span:before {
	opacity: 0;
}
.gallery-list figure h3 {
	height: 34px;
	line-height: 15px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #6C6C6C;
	text-align: center;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.gallery-list figure:hover h3 {
	color: #000;
}
/*
======================================================
	// GALLERY LIST
======================================================
*/



























/*
======================================================
	AKORDIYON
======================================================
*/
.akordiyon {
	float: left;
	width: 100%;
}
.akordiyon section {
	margin-bottom: 10px;
}
.akordiyon section > div {
	display: none;
	float: left;
	width: 100%;
}
.akordiyon section > div .innerWrap {
	padding: 10px 0;
}
.akordiyon section > h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 90px;
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #D8D8D8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.akordiyon section > h3:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 30px;
	margin-left: 10px;
	content: "";
	background: #f00 url(../images/accordion-arrow.png) no-repeat 0px 0px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.akordiyon section:nth-child(even) > h3 {
	background-color: #ABA2A2;
}
.akordiyon section:hover > h3,
.akordiyon section.selected > h3 {
	background-color: #626b77;
}
.akordiyon section:hover > h3:after,
.akordiyon section.selected > h3:after {
	background-color: #78c9bb;
	background-position: 0px -30px;
}
.akordiyon section:hover > h3,
.akordiyon section:hover > h3 a,
.akordiyon section.selected > h3,
.akordiyon section.selected > h3 a {
	color: #fff;
}
/*
======================================================
	// AKORDIYON
======================================================
*/








/*
======================================================
	URUNLER
======================================================
*/
.urunler {padding-top: 50px;}
.urunler aside nav > ul > li {
	border-left: none !important;
}

.urunler aside nav > ul > li > a {
	padding: 0 20px 0 55px;
	cursor: pointer;
}
.urunler aside nav > ul > li:hover > a,
.urunler aside nav > ul > li.selected > a {
	color: #282828;
	background-color: #E6E6E6;
}
.urunler aside nav > ul > li:hover,
.urunler aside nav > ul > li.selected {
    border-bottom: 1px solid #ccc;
}


.urunler aside nav > ul > li > a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	opacity: .7;
	content: "";
	background: url(../images/checkbox1.html) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.urunler aside nav > ul > li:hover > a:before {
	opacity: 1;
}
.urunler aside nav > ul > li.selected > a:before {
	background-image: url(../images/checkbox2.html);
}



.urunler aside nav > ul > li.all > a {
	color: #fff;
	background-color: #0c4ea2;
}
.urunler aside nav > ul > li > a:after {
	content: none;
}
.urunler aside nav > ul > li > a span {
	float: right;
	font-weight: 700;
}

.urunler .gallery-list {
	position: relative;
	clear: both;
	width: 102%;
	margin-left: -2%;
}
.urunler .gallery-list figure {
    overflow: hidden;
    position: relative;
	width: 31.33333333333333%;
	min-height: 180px;
	margin-left: 2%;
	margin-bottom: 2%;
	text-align: left;
}
.urunler .gallery-list figure span {
	border-color: #ededed;
}
.urunler .gallery-list figure h3 {
	height: auto;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 0;
	padding: 0;
    font-size: 12px;
    font-weight: 700;
	/*text-align: left;*/
}
.urunler .gallery-list figure p {
	line-height: 14px;
	margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
}
/*
======================================================
	// URUNLER
======================================================
*/








/*
======================================================
	BAYI GIRIS EKRANI
======================================================
*/
.kurumsal .grid_12 {
	padding-right: 50px;
	padding-left: 50px;
}

/*
======================================================
	// BAYI GIRIS EKRANI
======================================================
*/






/*
======================================================
	BAYI GIRIS EKRANI
======================================================
*/
.login-form {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}

/*
======================================================
	// BAYI GIRIS EKRANI
======================================================
*/



















/*
======================================================
	REFERANS
======================================================
*/
.referans {}
.referans h4 {
	line-height: 32px;
	font-size: 17px;
	font-weight: 400;
	border-bottom: 1px solid #E2E2E2;
}
.referans ul {
	line-height: 24px;
	list-style-type: square;
}
/*
======================================================
	// REFERANS
======================================================
*/



















/*
======================================================
	FOOTER
======================================================
*/
#footer {
	position: relative;
	z-index: 0;
	padding: 0px 20px;
	line-height: 26px;
	background-color: #f75228;
}
#footer .container_12 {
	display: table;
	width: 100%;
}
#footer .container_12 > div {
	display: table-cell;
	width: 33.333333333%;
	height: 66px;
	margin: 0;
	padding: 20px 0;
	vertical-align: middle;
}
#footer nav {
	display: inline-block;
	text-align: left;
}
#footer nav ul {
	float: left;
}
#footer nav li {
	float: left;
	margin-right: 9px;
}
#footer nav li:last-child {
	margin-right: 0;
}
#footer nav a {
	position: relative;
	display: block;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footer nav a:hover {
	text-decoration: underline;
}
#footer nav a:after {
	position: absolute;
	right: 0px;
	top: 20%;
	height: 60%;
	border-left: 1px solid #F1AC9A;
	content: "";
}
#footer nav li:last-child a:after {
	content: none;
}



#footer .swrap {
	text-align: center;
}
#footer .social {
	display: inline-block;
}
#footer .social a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	opacity: 1;
	background: url(../images/footer-sosyal.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#footer .social a:hover {
	opacity: 0.6;
}
#footer .social a.fb {}

#footer .social a.tw {
	background-position: -28px 0;
}
#footer .social a.gp {
	background-position: -56px 0;
}
#footer .social a.in {
	background-position: -84px 0;
}
#footer .social a.pi {
	background-position: -112px 0;
}
#footer .social a.li {
	background-position: -140px 0;
}
#footer .social a.yt {
	background-position: -168px 0;
}






#footer .cw {
	text-align: right;
}
#footer .copyright {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #DA4823;
}
#footer a.web-tasarim {
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-top: -3px;
	opacity: 1;
	text-indent: -9999px;
	text-align: left;
	background: url(../images/vera.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#footer a.web-tasarim:hover {
	opacity: .6;
}
/*
======================================================
	// FOOTER
======================================================
*/
















/*
======================================================
	SISTEM MESAJ
======================================================
*/
.ft-form-mesaj {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ft-form-mesaj > div {
	margin: 1px;
	padding: 12px 0 12px 37px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	background-color: #f2bba0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.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
======================================================
*/