/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   RESET 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-decoration: none;
	color: #333;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}

/* **** RENKLER *******

Yeşil: #99cc33;
Gri: #616364;

********************** */

/* **** START YOUR CSS BELOW **** */

.main
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper {
	width: 100%;
	position: relative;
	min-width: 1000px;
}
.wrapper.top .banner {
	border-bottom: 2px solid #ddd;
	height: 75px;
}
.content {
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 66px;
	transition: width;
	-webkit-transition: width;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.banner .content {
	margin-top: 20px;width: 97%;
}
.logo {
	height: 50px;
	float: left;
	margin-right: 150px;
	margin-top: -1px;
}
.logo img {
	height: 100%;
	
	transition: height, margin;
	-webkit-transition: height, margin;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.menu-wrapper {
	float: right;
	margin-top: 15px;
	transition: margin;
	-webkit-transition: margin;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.menu>li {
	float: left;
	margin-right: 20px;	
	
	transition: margin-right;
	-webkit-transition: margin-right;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.menu>li:last-child {
	margin: 0;
}
.menu>li a {
	font-size: 1.1em;
	color: #616364;
	padding: 0 20px;
	display: block;
	
	transition: color, font-size;
	-webkit-transition: color, font-size;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.menu>li:hover a {
	color: #11a8a2;
}

/* MENU END */

.lang-wrapper{
	height: 49px;
	margin-top: 0px;
	display: block;
	padding-left: 26px;
	float: right;
	border-left: 1px solid #659ea4;
	margin-left: 10px;
}
.lang-wrapper>a>.tr{
	color: #659ea4;
	margin-top: 12px;
	float: left;
}
.lang-wrapper>.ayrac{
	background-color: #659ea4;
	float: left;
	height: 3px;
	width: 3px;
	margin-top: 22px;
	margin-left: 4px;
	margin-right: 4px;
}
.lang-wrapper>a>.en{
color: #659ea4;
margin-top: 12px;
float: left;
}
.wrapper.slider {
	margin-bottom: 30px;
}
.slide-wrapper {
	width: 100%;
	height: 550px;
	position: relative;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
}
.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f5f5f6;
	opacity: 0;
	
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.white-dots{
	margin:auto;
	width:100%;
	
}
.white-dot{
	height: 2px;
	width: 2px;
	background-color: #fff;
	margin: 3px;
	display: inline-block;
	margin-top: 31px;
	margin-bottom: 12px;
	
}

.slide.on {
	opacity: 1;
}
.slide-resim1 {
	height: 569px;
	float: left;
	width: 30%;
	
}

.slide-resim2{
	width: 50%;
height: 569px;
float: left;
}


.slide.on .slide-resim {
	opacity: 1;
}
.slide-text {
	float: left;
	height: 550px;
	background-color: #11a8a2;
	text-align: center;
	width: 20%;
	position: relative;
	z-index: 1;
}
.slide-text h1 {
	font-size: 17px;
	color: #EEF1E8;
	font-weight: bold;
	margin-bottom: 3%x;
	opacity: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	margin-top: 3%;
}
.slide.on .slide-text h1 {
	opacity: 1;
}

.slide-text h2 {
	font-size: 14px;
	color: #F8F7F7;
	margin-bottom: 3%px;
	opacity: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
	width: 100%;
}
.slide.on .slide-text h2 {
	opacity: 1;
}
.slide-text a.slide-button { 
	color: #fff;
	font-weight: bold;
	opacity: 0;
	cursor: pointer;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}
.slide.on .slide-text a.slide-button {
	opacity: 1;
}
.slider-dots {
	width: 200px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}
.slider-dots .dot {
	width: 6px;
	height: 6px;
	background: #ffb400;
	display: inline-block;
	vertical-align: middle;
	
	transition: width, height, background-color, margin;
	-webkit-transition: width, height, background-color, margin;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	
}
.slider-dots .dot.on {
	background: #11a8a2; 
}
.slider-dots .dot:hover {	
	background: #11a8a2; 
	width: 18px;
	height: 18px; 
}
.slider-dots .dot:first-child {
	margin: 0;
}

/* SLIDER END */

.wrapper.mid .section {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.vitrin-content-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}






.wrapper.top{
	position: fixed;
	z-index: 5;
	background-color: #fff;
}
.wrapper.slider{
	margin-top: 76px;
}


.vitrin-content {
	display: inline-block;
	vertical-align: top;
	width: 348px;
	height: 250px;
	position: relative; 
	margin: 5px;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.vitrin-content .urun-resim {
	width: 67%;
	height: 74%;
	position: relative;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	margin: auto;

}
.vitrin-content .urun-shader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.vitrin-content:hover {
	opacity: 0.5;
}





.vitrin-content-alt {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 250px;
	position: relative;
	margin: 35px;
	cursor: pointer;
	overflow: hidden;
}
.vitrin-content-alt .urun-resim {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.vitrin-content-alt .urun-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,.7);
	opacity: 0;
	
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.vitrin-content-alt:hover .urun-shader {
	opacity: 1;
}



.vitrin-content-alt > .bilgi{
	position: absolute;
	margin-top: -152px;
	text-align: center;
	width: 100%;
	color: #fff; 
	background: rgba(0, 0, 0, 0.5);
	padding-top: 7px;
	overflow: hidden;
	height: 51px;
}

.vitrin-content-alt > .bilgi > h1{ 
	color:#fff;
}


.urun-shader h1 {
	font-size: 17px;
	color: #ffb400;
	padding-bottom: 2px;
	font-weight: bold;
}
.urun-shader h2 {
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 2px;  
}
.urun-slider-wrapper {
	width: 752px;
	height: 325px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 25px;
}
.urun-slider {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sliding-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.urun-slide {
	width: 140px;
	height: 140px;
	position: relative;
	display: inline-block;
	margin: 10px 40px;
}
.slide-arrow {
	width: 60px;
	height: 160px;
	background: no-repeat center;
	position: absolute;
	top: 0;
	cursor: pointer;
	
	transition: width;
	-webkit-transition: width;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.slide-arrow.right {
	background-image: url(../imgs/rightArrow-black.png);
	right: -40px;
}
.slide-arrow.left {
	background-image: url(../imgs/leftArrow-black.png);
	left: -40px;
}
.slide-arrow:hover {
	width: 100px;
}

/* URUN VİTRİN END */

.wrapper.foot h1 {
	font-size: 2em;
	text-align: center;
	color: #333;
}
.wrapper.foot p {
	font-size: 1em;
	text-align: center;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
}
.markalar-wrapper {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.marka {
	width: 320px;
	border: 1px solid #ddd;
	display: inline-block;
	margin-left: 40px;
}
.footer-resim {
	width: 100%;
	position: relative;
}

.circle-grid-image{ 
	width: 278px;
	float: left;
	height: 246px;
	 
}

.circle-grid-image:hover{
	
	 
	cursor: pointer; 
}

 
.circle-grid{
	width: 248px;
	height: 135px;
	float: left;
}

.content-baslik{
	
	font-size: 29px;
	text-align: center;
	margin: 16px;
	font-weight: bold;
	color: #29b0ac;
}
.content-text{ 
	min-width: 960px;
	width: 90%;
	margin: auto;
	text-align: justify;
}
.alt-kutu-hover{
	width: 100%;
	height: 0px;
	overflow: hidden;
	display:none;
}
.alt-kutu-hover > h1{
	margin-top: 250px;
	margin-bottom: 3px;
	color: #fff;
}
.alt-kutu-text{
	color: #fff;
	font-size: 11px;
	width: 201px;
	text-align: center;
	margin: auto;
}
.alt-kutu-devami-yazi{
	color:#fff;
	font-size:10px;
}
.alt-kutu-devami-resim > img{
	height: 27px;
	margin-top: 0px;
	margin-bottom: 2px;
	position: absolute;
	margin: auto;
	margin-left: -14px;
}

.circle-grid-text{
	text-align: center;
	margin-top: 218PX;
	margin-left: 68PX;
	color: #11a8a2;
	font-size: 13px;
}

.wrapper-footer{
	height: 250px;
	width: 100%;
	min-width: 1000px;
	background-color: #eeeeee;
	margin-top: -20px;
}
.footer-element{ 
	float: left;
	margin-left: 30px;
	width: 15%;
}

.footer-element:first-child{
	margin-left:70px;
}

.footer-element>h2{
	margin-top: 54px;
	margin-bottom: 9px;
	font-size: 21px; 
	color: #7C7777;
}

.footer-element-contact-element>h2{
	margin-top: 54px;
	margin-bottom: 9px;
	font-size: 21px; 
	color: #7C7777;
	
}
.footer-element-contact-element{
	float: left;
	width: 39%;
	margin-left: 43px;
}
.footer-element-contact{
	width: 42%;
	float: left;
}
.videolar{
	width:1000px;
	margin:auto;
	overflow:hidden;
	padding-bottom: 48px;
}
.video{
	width: 250px;
	height: 350px;
	float: left;
	margin-left: 83px;
	margin-bottom: 50px;
}
.video-resim{
	width: 100%;
	height: 250px;
}
.video-baslik{
	margin-top: 22px;
	text-align: center;
	color: #11a8a2;
	font-weight: bold;
}
.video-resim-hover{
	position:absolute;
	width: 250px;
	height: 250px;
	margin-top:-250px;
	opacity:0;
}
.video-aciklama{
	color: #8A8787;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
/* Haberler  */
.haberler{
	width:1000px;
	margin:auto;
	overflow:hidden;
	padding-bottom: 48px;
}
.haber-urun-resim{
	width:1000px;
	margin:auto;
	overflow:hidden;

}
.haber{
	width: 250px;
	height: 350px;
	float: left;
	margin-left: 83px;
	margin-bottom: 50px;
}
.haber-resim{
	width: 100%;
	height: 250px;
}
.haber-baslik{
	padding-top: 15px;
	text-align: center;
	color: #11a8a2;
	font-weight: bold;
	background-color: #eceaea;
	padding-bottom: 15px;
}
.haber-resim-hover{
	position:absolute;
	width: 250px;
	height: 250px;
	margin-top:-250px;
	opacity:0;
}
.haber-aciklama{
	color: #8A8787;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
.haber-hover{
	position: absolute;
	margin-top: -250px; 
	width: 250px;
	height: 250px;
	overflow: hidden;
	display:none;
	cursor: pointer;
	background-image: url('../imgs/urun-hover.png');
}
 
.haber-devami-yazi{
	color:#fff;
	font-size:11px;
	width: 250px;
	margin: auto;
	text-align: center;
	margin-top:15px;
}
.haber-devami-resim > img{
	height: 78px;
	margin-top: 16px;
	margin-bottom: 2px;
	text-align:center;
}
.haber-devami-resim{
	width: 250px;
	margin: auto;
	text-align: center;
	margin-top:250px;
}





.circle-grids-baslik{
	font-size: 23px;
	color: #ffb400;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}
.circle-grids-aciklama{
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 2px;
	text-align: center;
}

.center {
width: 1000px;
margin: auto;
height: auto;
display: block;
clear: both;
}

/*  İLETİŞİM   */
.sayfa-text {
width: 960px;
margin: 0 auto;
text-align: justify;
margin-bottom: 50px;
}
.wrapper.map {
	height: 380px;
}
.adres-line {
	margin: 10px;
}
.sayfa-text.adres {
	padding-top: 10px;
}
.sayfa-text.adres h2 {
	font-family: 'novecentowidedemibold';
	color: #666;
	font-size: .9em;
	width: 60px;
	float: left;
}
.sayfa-text.adres p {
	font-family: 'Arimo';
	color: #333;
	font-size: 1em;
	padding-left: 10px;
	float: left;
}
.sayfa-text.adres a {
	font-family: 'Arimo';
	font-weight: bold;
	color: #666;
	font-size: 1em;
	padding-left: 10px;
	float: left;
}
.sayfa-text.adres a:hover {
	color: #0C8596;
}
.sayfa-text table {
	border: 1px solid #ddd;
	margin: 20px 5px;
}
.sayfa-text td {
	padding: 5px 10px;
	border: 1px solid #bbb;
}
.sayfa-text tr+tr:nth-child(even) {
	background: #e5e5e5;
}
.sayfa-text tr:nth-child(1) {
	background: #0C8596;
}
.sayfa-text tr:nth-child(1) td {
	color: #fff;
}
.sayfa-header {
	width: 960px;
	height: 0;
	border: 1px solid #11a8a2;
	text-align: center;
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 50px;
}

.sayfa-header h1 {
	padding: 10px 20px;
	background: #fff;
	font-family: 'novecentowidedemibold';
	color: #666;
	font-size: 1.1em;
	position: relative;
	display: inline-block;
	top: -22px;
}

.content-wrapper {
width: 1600px;
position: relative;
margin: 0 auto;
}
.footer{
	width: 100%;
	background-color: #f6f6f7;
	overflow: hidden;
	margin-top: 0px;
}

.footer .center .element{
	width:220px; 
	float:left;
	padding-top:25px;
}

.footer .center .element2{
	width:438px; 
	float:left;
	
}

.footer .center .element ul li{
	 color: #686869;
	 margin-bottom: 12px;
	 font-size: 12px;
}
.footer .center .element ul{
	list-style-type:circle;
}

.footer .center .element ul li:hover{
	color: #29b0ac;
	 cursor: pointer;
}
.footer .center .element h1{
	 font-size: 19px; 
	color: #131313;
	margin-bottom: 11px;
	font-weight: bold;
}
/* FOOTER CONtact */
.footer .center .contact{
	width: 340px;
	float:left;
	padding-top:25px;
}
 
.footer .center .contact h1{
	 font-size: 19px; 
	color: #131313;
	margin-bottom: 11px;
	font-weight: bold;
	float:left;
}

.footer .center .contact .face{
	float:right;
	width: 42px;
	height:45px;
	background-image:url('../imgs/footer-face.png');
	margin-top: -6px;
	margin-right:-10px;
	cursor: pointer;
}

.footer .center .contact .face:hover{
	background-image:url('../imgs/footer-face-h.png');
}
.footer .center .contact .tweet{
	float:right;
	width: 42px;
	height:45px;
	background-image:url('../imgs/footer-t.png');
	margin-top: -6px;
}

.footer .center .contact ul li .image{
	width: 42px;
	height:45px;
	display: block;
	float: left;
	margin-top: -9px;
}
 .footer .center .contact ul li{
	clear: both;
	 color: #a9a9a9;
}
.footer .center .contact ul li .title{
	 font-size: 12px;
	margin: 19px;  
}
.footer .center .contact ul li input{
	 float: right; 
	 border-color: #9d9d9d;
	border: 1px solid #aeaeae;
}
.footer .center .contact ul li textarea{
	float: right;
	width: 154px;
	border-color: #9d9d9d; 
	margin-right: 1px;

}
.footer .center .contact ul li input[type=submit]{
	border: none;
	background: #555555;
	color: #fff;
	padding: 5px 10px;
	font-family: 'texgyreadventorbold';
	font-size: .9em;
	cursor: pointer;
	transition: box-shadow, background-color;
	-webkit-transition: box-shadow, background-color;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	clear: both;
	height: 21px;
	margin-top: 8px;
	margin-bottom: 17px;
	padding-top: 2px;
}
.footer .center{
	overflow:hidden;
}
.footer .center .cizgi{
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	background-color: #fff;
	background-color: #6e6e6e;
	margin-bottom: 20px;
}
.footer .center .tel .image{
	background-image:url('../imgs/footer-tel.png');
	height: 41px;
	width: 41px;
	float: left;
}
.footer .center .email{
	 line-height: 90px;
	float: left;
	color: #616161;
	font-size: 12px;
}
.footer .center .copyright{ 
	line-height: 40px;
	float: right;
	color: #afafaf;
	font-size: 9px;
}
.footer .center .tel{
	float: left;
	height: 16px;
	width: 400px;
	margin-top: 22px;
	
}
.footer .center .number{ 
	line-height: 44px;
font-weight: bold;
color: #797979;
font-size: 21px;
}
.slideright{
	background-image: url('../imgs/slideright.png');
	height: 59px;
	width: 69px;
	position: absolute; 
	top: 45%;
	right: 2%; 
	z-index: 3;
	cursor: pointer;
}
.slideleft{
	background-image: url('../imgs/slideleft.png');
	height: 59px;
	width: 69px;
	position: absolute; 
	top: 45%;
	left: 2%; 
	z-index: 3;
	cursor: pointer;
}
.haberler>table{
	
	width:100%;
}
.haberler>table>tbody{
	
	
}
.haberler>table>tbody>tr{
	color: #0ba6a0;

}
.haberler>table>tbody>tr>td{
	text-align: center;
font-size: 14px;
	
}
.haberler>table>tbody>tr:first-child{
		color: #0ba6a0;
	
}
.haberler>table>tbody>tr:first-child>td{
		color: #0ba6a0;
	font-weight: bold;
text-align: center;
	font-size:18px;
}
.haberler>table>tbody>tr:first-child>td:nth-child(2){
	width: 550px;
}







.center-bolgeler {
	width: 960px;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding-bottom: 40px;
	text-transform:none;
	font-family: 'Arimo';
	
	}
	
	.bolge-element{
		width: 236px;
		height: 236px;
		background-color: #11a8a2;
		float: left;
		border: solid 1px white;	
	}
	.bolge-element-ilk{
		width: 236px;
		height: 236px;
	}
	.bolge-element-hover{

		
		width: 211px;
		height: 213px;
		background-color: #EEEBEB;
		float: left;
		margin-top: -254px;
		position: absolute;
		margin-left: 0px;
		display: none;
		cursor:pointer;
	}
	.bolge-ikon{
		background-image: url('../imgs/bolge-ikon.png');
		width:77px;
		height: 95px;
		display: block;
		margin:auto;
	}
	.bolge-ikon-b{
		background-image: url('../imgs/bolge-ikon-b.png');
		width:77px;
		height: 95px;
		display: block;
		margin:auto;
	}
	.bolge-ilk-baslik{
		color: #fff;
		text-align: center;
		padding-top: 100px;
		font-size: 22px;
		height: auto;
		font-weight: bold;font-family: 'Arimo';
	}
	.bolge-ilk-aciklama{
		color: #fff;
		text-align: center;
		font-size: 15px;font-family: 'Arimo';
	}
	.bolge-hover-isim{
		text-align: center;
		display: block;
		font-size: 22px;
		color: #5b5b5b;
		font-weight: bold;
		font-weight: bold;font-family: 'Arimo';
		}
		.bolge-hover-mobile{
			text-align: center;
			display: block;
			color: #5b5b5b;
			margin-top:5px;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-email{
			text-align: center;
			display: block;
			color: #5b5b5b;
			margin-top:5px;
			text-decoration:none;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-email:hover{ 
			color: #10726f;
		}
		.bolge-hover-aciklama{
			display: block;
			text-align: center;
			color: #5b5b5b;
			margin-top:5px;
			font-size: 15px;font-family: 'Arimo';
		}
		.bolge-hover-isim{
			text-align: center;
			display: block; 
			color: #5b5b5b;
			font-weight: bold;
			margin-top:22px;
			font-size: 22px;font-family: 'Arimo';
		}
		.bolgeler-baslik{
			width: 960px;
			margin: auto;
			font-size: 24px;
			color: #777777;
			margin-bottom:20px;
			padding-top: 37px;font-family: 'Arimo';
		}
		.bolgeler-baslik:first-child{
			padding-top: 70px;
		}
		.bolgeler-baslik-ic{
			font-family: 'Arimo';
			 border-bottom: 2px solid #48b6b7;
		}








.diger_urun_gruplari>.content-baslik{
	color: #706B6B;
	text-align: left;
	margin-left: 0px;
	font-size: 19px;
}
.diger_urun_gruplari h4{
	color: #11a8a2;
	font-size: 18px;
}
@media screen and (max-width:1600px){
	.content {
		width: 1400px;
	}
	 
}
@media screen and (max-width:1400px){
	.content {
		width: 1200px;
	}
	.logo {
		margin-right: 50px;
		height: 70px;
	}
	 
	.menu-wrapper {
		margin-top: 20px;
	}
	.menu>li a {
		font-size: 1em;
	}
	.slide-resim {
		margin-left: 80px;
	}/*
	.slide-arrow.right {
		background-image: url(../imgs/rightArrow-black.png);
		right: 200px;
	}
	.slide-arrow.left {
		background-image: url(../imgs/leftArrow-black.png);
		left: 200px;
	}*/
	.vitrin-content {
		width: 300px;
		height: 200px;
	}
	 
	.marka {
		width: 280px;
	}
}
@media screen and (max-width:1250px){
	.content {
		width: 1000px;
	}/*
	.banner .content {
		margin-top: 30px;
	}*/
	.wrapper.top .banner {
		height: 70px;
	}
	 
	.logo {
		margin-right: 50px;
		height: 30px;
	}
	.menu-wrapper {
		margin-top: 10px;
	}
	.menu>li {
		margin-right: 0;
	}
	.slide-resim {
		margin-left: 30px;
	}/*
	.slide-arrow.right {
		background-image: url(../imgs/rightArrow-black.png);
		right: 100px;
	}
	.slide-arrow.left {
		background-image: url(../imgs/leftArrow-black.png);
		left: 100px;
	}*/
	.vitrin-content {
		width: 300px;
		height: 200px;
	}
	.vitrin-content h1 {
		 
	}
	.marka {
		width: 280px;
	}
}
 