﻿
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,latin-ext);
@import url(../webfonts/novecentowide_normal_turkish/stylesheet.css);
@import url(../webfonts/novecentowide_bold_turkish/stylesheet.css);
@import url(../webfonts/novecentowide_demibold_turkish/stylesheet.css);

/* 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, strong, 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: 'novecentowidenormal';
	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;  
}


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

.main
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1200px;
}
.wrapper {
	width: 100%;
	position: relative;
}
.content-wrapper {
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.banner-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #0C8596;
	z-index: 4;
}
.logo {
	margin: 15px 0;
	height: 60px;
	float: left;
}
.lang-wrapper {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	margin-top: 5px;
}
.lang-wrapper a {
	color: #999;
	padding: 3px 5px;
	font-size: 1.1em;
	cursor: pointer;
	font-family: 'novecentowidebold';
}
.lang-wrapper a:first-child {
	border-right: 1px solid #ddd;
}
.lang-wrapper a:hover {
	color: #333;
}
.menu-wrapper {
	position: relative;
	float: right;
	margin-top: 45px;
}
.menu>li {
	position: relative;
	float: left;
	padding: 0 15px;
	padding-bottom: 19px;
	cursor: pointer;
}
.menu>li>a {
	font-size: .9em;
	color: #666;
	padding-right: 10px;
	border-bottom: 0px solid #0C8596;
	transition: color .3s, border-width .3s;
	-webkit-transition: color .3s, border-width .3s;
}
.menu-line {
	display: block;
	height: 2px;
	width: 0;
	background: #0C8596;
	
	transition: width .5s;
	-webkit-transition: width .5s;
	
}
.menu>li:hover>a {
	color: #0C8596;/*
	border-width: 3px;*/
}
.menu>li:hover .menu-line {
	width: 100%;
}
.menu>li.bayi a {
	font-family: 'Arimo';
	color: #fff;
	padding: 0;
}
.menu>li.bayi {
	padding: 5px 10px;
	padding-bottom: 2px;
	background: #0C8596;
	border-radius: 5px;
	display: block;
	margin-left: 15px;
	margin-top: -5px;
	box-shadow: inset 0 -2px 3px rgba(0,0,0,.4);
	
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	
}
.menu>li.bayi:hover {
	background-color: #666;
}
.container {
	position: absolute;
	cursor: default;
	top: 100%;
	display: none;
	border: 1px solid #bbb;
	overflow: hidden;
	background: #f0f0f0;
}

.menu-triangle {
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	left: 0px;
	opacity: 0;
	z-index: 10;
	margin: 0 auto;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: #bbb transparent transparent transparent;	
}


/* Menu Style */
.rfloat {float: right;}
.lfloat {float: left;}

/*
#mainNav {
	height: 35px; 
	width: 960px; 
	position: relative; 
	z-index: 9999;}
#mainNav ul {
	float: right; 
	margin-left: 0; 
	height: 34px;
	border-top: 1px solid #dcdcdc; 
	list-style: none;}*/
#mainNav ul ul {
	float: none;
	height: auto; 
	border-top: none;}

#mainNav li:not(.bayi) a {
	color: #333;
	font-size: .8em;
	display: block;
	padding: 3px 0;
}
#mainNav li li:hover>a {
	color: #0C8596;
}
#mainNav li li {
	position: static; 
	float: none;
	margin: 0 20px;
	text-align: left;}
.container {
	position: absolute;
	text-align: left;
	top: 45px; 
	left: 0px; 
	height: 320px; 
	width: 220px;
	display: none;
}
.container nav {
	position: absolute;
	float: left; 
	top: 0px; 
	width: 200px; 
	height: 320px;}
.container nav nav {
	left: 200px; 
	background: #f5f5f5; 
	display: none;}
.container nav nav nav {
	left: 200px; 
	background: #fdfdfd;
	display: none;}
.container nav h1 {
	padding: 10px; 
	color: #666;
	font-size: .9em;
	font-weight: bold;
}

/* ******* */

/* SLIDER */
.wrapper.slider {
	margin-bottom: 100px;
}
.slide-wrapper {
	width: 100%;
	height: 360px;
	position: relative;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f5f5f6;
	opacity: 0;
	filter:alpha(opacity=0);
	
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}
.slide.on {
	z-index: 3;
	opacity: 1;
	filter:alpha(opacity=100);
}
.slide-resim {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background: no-repeat center;
	background-size: cover;
	
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	
}
.slide.on .slide-resim {
	opacity: 1;
	filter:alpha(opacity=100);
}
.slide-text {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 30px;
	opacity: 0;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.slide-text.orange .round {
	background: rgba(12, 133, 150, 0.9);	
}
.slide-text.black .round {
	background: rgba(51, 51, 51, 0.9);
}
.slide-text.left {
	left: 100px;
}
.slide-text.right {
	right: 100px;
}
.slide-text .round {
	width: 0px;
	height: 0px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	line-height: 300px;
	top: 150px;
	left: 150px;
	overflow: hidden;
	
	transition: width, height, top, left;
	-webkit-transition:  width, height, top, left;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.slide-text .round>span {
	display: inline-block;
	vertical-align: middle;
}
.slide.on .slide-text {
	opacity: 1;
}
.slide.on .slide-text .round {
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
}
.slide-text h1 {
	font-size: 1.3em;
	color: #f5f5f5;
	text-shadow: 0px 0px 1px #fff;
	font-family: 'novecentowidenormal';
	padding: 10px 50px;
	text-transform: uppercase;
	opacity: 0;
	filter:alpha(opacity=0);
	
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
}
.slide.on .slide-text h1 {
	opacity: 1;
	filter:alpha(opacity=100);
}

.slide-text h2 {
	font-size: .9em;
	color: #fff;
	font-family: 'Arimo';
	margin-bottom: 15px;
	opacity: 0;
	filter:alpha(opacity=0);
	padding: 10px 50px;
	
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
}
.slide.on .slide-text h2 {
	opacity: 1;
	filter:alpha(opacity=100);
}
.slide-text a.slide-button {
	padding: 6px 0px;
	display: inline-block;
	color: #fff;
	font-family: 'Arimo';
	font-size: 1.1em;
	opacity: 0;
	border-bottom: 1px solid #fff;
	filter:alpha(opacity=0);
	cursor: pointer;
	
	transition: opacity .5s, border-width .2s;
	-webkit-transition: opacity .5s, border-width .2s;
	transition-delay: 1.2s, 0;
	-webkit-transition-delay: 1.2s, 0;
}
.slide.on .slide-text a.slide-button {
	opacity: 1;
	filter:alpha(opacity=80);
}
.slide-text a.slide-button:hover {
	border-width: 5px;
}
.slider-dots {
	width: 100%;
	margin-top: 20px;
	position: absolute;
	text-align: center;
	cursor: default;
}
.slider-dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b5b5b5;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
	
	transition: width, height, background-color, margin;
	-webkit-transition: width, height, background-color, margin;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	
}
.slider-dots .dot:hover {
	background: #0C8596;
}
.slider-dots .dot.on {
	background: #0C8596;
	width: 18px;
	height: 18px;
	margin-left: 8px;
}
.slider-dots .dot:first-child {
	margin: 0;
}

/* MIDDLE */

.wrapper.boxes {
	padding: 20px 0;
	margin: 40px 0;
	text-align: center;
}
.section.boxes {
	width: 1320px;
	display: inline-block;
}
.box-wrapper {
	width: 280px;
	height: 260px;
	margin: 20px 20px;
	display: inline-block;
	position: relative;
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	
	transition: transform, -webkit-transform, -moz-transform, -o-transform, -ms-transform;
	-webkit-transition: transform, -webkit-transform, -moz-transform, -o-transform, -ms-transform;
	transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
.box-wrapper.big {
	width: 420px;
	height: 540px;
}
.box-wrapper.medium {
	width: 420px;
}
.box-resim {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	overflow: hidden;
}
.box-resim img {
	width: 100%;
}
.box-text {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	border-radius: 20px;
	opacity: 0;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.box-wrapper:hover .box-text {
	opacity: 1;
}
.box-text h1 {
	font-family: 'novecentowidedemibold';
	color: #0C8596;
	font-size: 1.2em;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	position: relative;
	max-width: 255px;
}
.box-wrapper.big h1 {
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 1.5em;
}
.box-text p {
	font-family: 'Arimo';
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	max-width: 255px;
}
.box-text a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
.box-text a>span {
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	background: url(../imgs/eye.png) no-repeat center;
	background-size: 30px;
	top: 50px;
	left: 50px;
	background-color: #0C8596;
	border-radius: 50%;
	opacity: 0;
	
	transition: top, left, width, height, opacity;
	-webkit-transition: top, left, width, height, opacity;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.box-wrapper:hover .box-text a>span {
	width: 70px;
	height: 70px;
	top: 15px;
	left: 15px;
	opacity: .6;
}
.box-wrapper:hover .box-text a>span:hover {
	/*width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;*/
	opacity: 1;
}/*
.box-wrapper:hover .box-text a>span:active {
	width: 70px;
	height: 70px;
	top: 15px;
	left: 15px;
	opacity: 1;
}*/


.wrapper.icons {
	padding: 20px 0;
	text-align: center;
	background: #f9f9fb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 0px 4px rgba(0,0,0,.2);
}
.icons-header {
	margin-top: 30px;
}
.icons-header .line {
	width: 500px;
	height: 0;
	border: 1px solid #666;
	display: inline-block;
}
.icons-header h1 {
	font-family: 'novecentowidedemibold';
	font-size: 1.2em;
	color: #333;
	padding: 0 15px;
	display: inline-block;
	background: #f9f9fb;
	margin-top: -13px;
}
.icon-wrapper {
	display: inline-block;
	position: relative;
	width: 200px;
	cursor: default;
	margin: 10px 30px;
}
.icon-resim-wrapper {
	position: relative;
	width: 200px;
	height: 200px;
	cursor: pointer;
	opacity: .5;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.icon-resim {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 150px;
	height: 150px;
	opacity: 0;
	z-index: 1;
	line-height: 150px;
}
.icon-resim img {
	width: 100%;
	vertical-align: middle;
}
.icon-round {
	width: 0;
	height: 0;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 4px solid #6F7070;
	border-radius: 50%;
	opacity: 0;
	
	transition: width, height, top, left, opacity;
	-webkit-transition: width, height, top, left, opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s; 
	transition-timing-function: ease-in-out; 
	-webkit-transition-timing-function: ease-in-out; 
}
.icon-wrapper:hover .icon-resim-wrapper {
	opacity: 1;
}
.icon-wrapper:hover .icon-round {
	width: 170px;
	height: 170px;
	top: 11px;
	left: 11px;
	opacity: 1;
}
.icon-wrapper:active .icon-round {
	width: 160px;
	height: 160px;
	top: 16px;
	left: 16px;
	transition-duration: .1s;
	-webkit-transition-duration: .1s; 
}
.icon-text h1 {
	font-family: 'novecentowidedemibold';
	font-size: 1.1em;
	color: #666;
	transition: color;
	-webkit-transition: color;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.icon-wrapper:hover .icon-text h1 {
	color: #0C8596;
}
.icon-text p {
	font-family: 'Arimo';
	font-size: .9em;
	color: #333;
}
.wrapper.foot {
	border-top: 1px solid #bbb;
	background: #e8e8ea;
	text-align: center;
}
.footer-box {
	width: 200px;
	display: inline-block;
	padding: 20px 10px;
	text-align: left;
}
.ssl {
	width: 120px;
	text-align: center;
}
.footer-box.footer-logo {
	text-align: center;
	margin-right: 30px;
}
.footer-logo .logo {
	height: 35px;
}
.footer-box a {
	font-size: .9em;
	font-family: 'Arimo';
	font-weight: bold;
	color: #666;
	display: block;
}
.footer-box a:hover {
	color: #0C8596;
}
.footer-links {
	margin-right: 30px;
}
.footer-box .links {
	margin-top: 15px;
}
.footer-box .links a {
	font-size: .8em;
	font-family: 'Arimo';
}
.footer-box.footer-adres {
	width: auto;
	margin-top: 15px;
	margin-right: 60px;
}
.footer-adres li {
	font-family: 'Arimo';
	font-size: .8em;
	padding: 6px 0;
	padding-left: 30px;
	color: #666;
	background: no-repeat left;
	background-size: 16px; 
}

.footer-form {
	width: 270px;
	padding-left: 50px;
}
.footer-form h1 {
	padding: 5px;
	font-family: 'novecentowidedemibold';
	color: #666;
}
.footer-form input, .footer-form textarea {
	width: 120px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding: 2px 10px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
}
.footer-form textarea {
	width: 160px;
	height: 85px;
	max-width: 300px;
	max-height: 200px;
}
.footer-form button {
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 5px;
	vertical-align: text-bottom;
	font-family: 'novecentowidedemibold';
	color: #333;
	background: #ccc;
	cursor: pointer;
	
	transition: background-color .2s, color .2s;
	-webkit-transition: background-color .2s, color .2s;
}
.footer-form button:hover {
	background-color: #0C8596;
	color: #fff;
}
.footer-form button.loading, #send.loading,#send_tedarikci.loading{
	background: url(../imgs/loader.gif) no-repeat center;
	background-size: 20px;
	background-color: #fff;
	width: 30px;
	height: 28px;
	display: inline-block;
}
.footer-resim {
	width: 100%;
	height: 196px;
	background: url(../imgs/footer.jpg) no-repeat center;
	background-size: cover;
}
.wrapper.bottom {
	padding: 20px 0;
	border-top: 1px solid #0C8596;
	background: #e8e8ea;
	text-align: center;
}
.wrapper.bottom a {
	font-family: 'novecentowidedemibold';
	font-size: .8em;
	color: #666;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.wrapper.bottom a:hover {
	color: #0C8596;
}


/* ******* İÇ SAYFA ******** */

.wrapper.ust-resim {
	height: 260px;
	background: no-repeat center;
	background-size: cover;
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.sayfa-header {
	width: 960px;
	height: 0;
	border: 1px solid #666;
	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;
}
.sayfa-text {
	width: 960px;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 50px;
}
.sayfa-resim {
	margin: 5px;
	border-radius: 10px;
	max-height: 300px;
	overflow: hidden;
	opacity: 0;
	margin-bottom: 30px;
	box-shadow: 0 1px 15px rgba(0,0,0,.3);
}
.sayfa-resim-markalar {
	margin: 5px;
	border-radius: 10px; 
	overflow: hidden;
	opacity: 0;
	margin-bottom: 30px; 
}
.sayfa-resim img {
	vertical-align: top;
}
.sayfa-text>p {
	font-family: 'Arimo';
	color: #333;
	padding: 5px;
}
.sayfa-text.sss p {
	font-size: 1em;
}
.sayfa-text.sss h2 {
	font-size: 1.2em;
}
.sayfa-text.sss h2 span {
	font-family: 'Arimo';
	font-weight: bold;
	color: #666;
	margin: 10px 0;
	display: block;
}
.sayfa-text p span {
	font-family: 'Arimo';
	color: #333;
}
.sayfa-text>p strong {
	font-family: 'Arimo';
	font-weight: bold;
	color: #555;
}
.sayfa-text>a {
	font-family: 'Arimo';
	color: #0C8596;
	padding: 5px;
}
.sayfa-text.urunler>a {
	padding: 0;
}

/* ********* ÜRÜNLER *********** */
.sayfa-text.urunler {
	width: 1040px;
}
.urun-wrapper {
	position: relative;
	width: 216px;
	height: 196px;
	margin: 20px 20px;
	float: left;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.urun-resim {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background: no-repeat top;
	background-size: cover;
	
	transition: top, opacity;
	-webkit-transition: top, opacity;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.urun-text {
	position: relative;
	z-index: 1;
	top: -1px;
	padding: 10px;
	height: 40px;
	background: #e5e5e5;
	transition: top;
	text-align: left;
	-webkit-transition: top;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.triangle {
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	right: 30px;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e5e5e5 transparent;
}
.urun-text h1 {
	font-family: 'novecentowidedemibold';
	font-size: .9em;
	color: #666;
}
.urun-text p {
	color: #333;
	font-family: 'Arimo';
	font-size: .9em;
}
.urun-wrapper:hover .urun-resim {
	top: -20px;
	opacity: .7;
}
.urun-wrapper:hover .urun-text {
	top: -60px;
}

/* ******** HABERLER ***********/

.haber-wrapper {
	width: 440px;
	float: left;
	height: 180px;
	cursor: default;
	margin: 10px 40px;
}
.haber-resim {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 20%;
	margin: 10px;
	margin-right: 20px;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
	float: left;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	
	transition: box-shadow, border-radius;
	-webkit-transition: box-shadow, border-radius;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.haber-text {
	float: left;
	position: relative;
	width: 420px;
	height: 150px;
	padding: 10px;
	margin-top: 10px;
}
.haber-text h1 {
	font-family: 'novecentowidedemibold';
	font-size: 1em;
	color: #666;
	margin-bottom: 10px;
	
	transition: color;
	-webkit-transition: color;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.haber-text p {
	font-family: 'Arimo';
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	padding: 0;
	max-height: 100px;
	overflow: hidden;
}
.haber-text a {
	font-family: 'Arimo';
	font-size: .9em;
	color: #0C8596;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: right;
}
.haber-text a:hover {
	color: #333;
}
.haber-wrapper:hover .haber-resim {
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.haber-wrapper:hover .haber-text h1 {
	color: #0C8596;
}

/* MARKALAR */

.markalar-wrapper {
	width: 960px;
	margin: 100px auto;
	position: relative;
}
.bolge-satis-wrapper {
	width: 960px;
	margin: 100px auto;
	position: relative;
}

/* BÖLGE TEMSİLCİLERİ */
.bolge {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.linkler1 {
	width: 100%;
	position: relative;
	margin-top: 460px;
}
.bolge-link-box {
	width: 33%;
	height: 107px;
	background: no-repeat center;
	background-size: contain;
	float: left;
}
.bolge-link-box-bosluk {
	width: 100%;
	height: 72px;
	background: no-repeat center;
	background-size: contain;
	float: left;
}
/* ******* İLETİŞİM ********* */
.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;
}

/* ******** KATALOG ******** */

.urun-wrapper.katalog {
	height: 260px;
}
.down-button-wrapper {
	width: 80px;
	height: 80px;
	top: 40px;
	left: 68px;
	position: absolute;
	opacity: 0;
	z-index: 3;
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.down-button {
	position: relative;
	top: 40px;
	left: 40px;
	border-radius: 50%;
	width: 0;
	height: 0;
	background: no-repeat center 40px url(../imgs/down.png);
	background-size: 25px;
	background-color: #e5e5e5;
	opacity: .8;
	line-height: 50px;
	text-align: center;
	
	transition: width, height, top, left, opacity;
	-webkit-transition: width, height, top, left, opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	
	vertical-align: middle;
	font-family: 'Arimo';
	font-weight: bold;
	font-size: .9em;
	color: #333;
}
.down-button:hover {
	opacity: 1;
}
.urun-wrapper.katalog .urun-text {
	height: 80px;
}
.urun-wrapper.katalog:hover .urun-text {
	top: -100px;
}
.urun-wrapper.katalog:hover .down-button-wrapper {
	opacity: 1;
}
.urun-wrapper.katalog:hover .down-button {
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}

/* ******** BAYİ BAŞVURU ********* */

.sayfa-text>h1 {
	font-family: 'novecentowidedemibold';
	font-size: 1em;
	color: #333;
}
.sayfa-text>p, .sayfa-text>ul>li, .sayfa-text>a, .sayfa-text>i {
	font-family: 'Arimo';
	font-size: 1.2em;
	color: #333;
}
.sayfa-text>a{
	color: #0C8596;
}
.sayfa-text>ul>li {
	padding: 5px 0;
	list-style: circle;
}
ul.kosullar {
	margin-left: 10px;
	margin-bottom: 20px;
}
ul.kosullar li {
	list-style: none;
	font-family: 'Arimo';
	font-size: .9em;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../imgs/check.png) no-repeat left;
	background-size: 15px;
}
.basvuru-form input[type=text] {
	width: 180px;
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.2);
	display: inline-block;
	font-family: 'Arimo';
	font-size: .9em;
	color: #666;
}
.basvuru-form p {
	font-family: 'Arimo';
	color: #333;
	font-size: .9em;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	vertical-align: middle;
}
.basvuru-form textarea {
	width: 180px;
	height: 70px;
	padding: 5px 15px;
	max-width: 300px;
	max-height: 200px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.2);
	font-family: 'Arimo';
	font-size: .9em;
	color: #666;	
}
.basvuru-btn {
	padding: 5px 15px;
	font-family: 'Arimo';
	color: #fff;
	background: #666;
	box-shadow: inset 1px -1px 4px rgba(0,0,0,.3);
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-left: 170px;
}
.basvuru-btn:hover {
	background: #0C8596;
	color: #fff;
}
.basvuru-form>div {
	margin-bottom: 10px;
}

/* ******** BAŞVURU FORMU ******** */

form.basvuru h2 {
	font-family: 'novecentowidenormal';
	color: #0C8596;
	font-size: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
form.basvuru span {
	font-family: 'Arimo';
	font-weight: bold;
	color: #666;
	display: inline-block;
	width: 160px;
	padding: 10px 5px;
	vertical-align: middle;
}
form.basvuru .section.first span:first-of-type {
	width: 5px;
}
form.basvuru span:nth-child(3) {
	width: 5px;
}
form.basvuru input[type=text] {
	width: 200px;
	color: #333;
	border: 1px solid #bbb;
	background: #e5e5e5;
	border-radius: 5px;
	font-family: 'Arimo';
	font-size: .9em;
	padding: 3px 10px;
}
form.basvuru input[type=text]:hover, form.basvuru input[type=text]:focus, form.basvuru textarea:hover, form.basvuru textarea:focus {
	background: #f5f5f5;
}
form.basvuru span.check {
	width: 100px;
}
form.basvuru textarea {	
	width: 300px;
	color: #333;
	border: 1px solid #bbb;
	background: #e5e5e5;
	border-radius: 5px;
	font-family: 'Arimo';
	font-size: .9em;
	padding: 3px 10px;
}
form.basvuru .section {
	margin-bottom: 30px;
}
form.basvuru .section span:first-of-type {
	width: 175px;
}
form.basvuru .section.second div+div+div+div span:first-of-type {
	width: 5px;
}
form.basvuru .section.second span:nth-child(2) {
	width: 5px;
}
form.basvuru .section.second div+div+div+div span:nth-child(2) {
	width: 160px;
}
form.basvuru .section.third span:first-of-type{
	width: 200px;
}
form.basvuru .section.third span:nth-child(2) {
	width: 5px;
}
/* ******** EKRAN AYARLARI ******** */

@media screen and (max-width: 1700px){
	.content-wrapper {
		width: 1400px;
	}
}

@media screen and (max-width: 1600px){
	.menu>li>a {
		font-size: .8em;
	}
	.menu>li {
		padding: 0 10px;
	}
	.section.boxes {
		width: 1120px;
	}
	.box-wrapper {
		width: 237px;
		height: 220px;
	}
	.box-wrapper.big {
		width: 358px;
		height: 460px;
	}
	.box-wrapper.medium {
		width: 358px;
	}
	.box-text h1 {
		font-size: 1.2em;
		margin-top: 10px;
	}
	.box-text p {
		font-size: .7em;
		padding-top: 0;
	}
	.footer-box {
		width: 180px;
	}
}
@media screen and (max-width: 1410px){
	.menu>li>a {
		font-size: .7em;
	}
	.menu>li {
		padding: 0 7px;
	}
	.content-wrapper {
		width: 1200px;
	}
	.box-wrapper:hover .box-text a>span {
		width: 60px;
		height: 60px;
		top: 20px;
		left: 20px;
		opacity: .6;
	}
	.icon-wrapper {
		margin: 10px;
	}
}





.center-markalar {
	width: 960px;
	height: auto;
	margin: auto;
	font-family: 'Arimo';
}
.element_buyuk_satir {
	width: 960px;
	height: 100px;
	margin: auto;
}
.element_buyuk {
	width: 195px;
	height: 120px;
	margin: auto;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 10px;
	
}
.element_kucuk {
	height: 70px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 5px; 
}
.element_kucuk_satir {
	width: 960px;
	height: 550px;
	margin: auto; 
}
.hotpoint {
	background-image: url(../imgs/hotpoint1.png);
	width: 245px;   
	margin-left: -47px;
margin-right: 24px;
}
.hotpoint:hover {
	background-image: url(../imgs/hotpoint2.png);
}
.dominox {
	background-image: url(../imgs/dominox1.png);
	width: 232px;
}
.dominox:hover {
	background-image: url(../imgs/dominox2.png);
}
.river {
	background-image: url(../imgs/river1.png);
	width: 230px;
}
.river:hover {
	background-image: url(../imgs/river2.png);
}
.dexo {
	background-image: url(../imgs/dexo1.png);
}
.dexo:hover {
	background-image: url(../imgs/dexo2.png);
}
 
.element_hover{
	display:none;
}

/* bölge temsilcilerisayfası */

.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:#10726f;	
		float: left;
		border: solid 1px white;	
	}
	.bolge-element-ilk{
		width: 236px;
		height: 236px;
	}
	.bolge-element-hover{

		
		width: 211px;
		height: 213px;
		background-color: #FFF;
		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;
		}


.sayfa-text a{
	font-family:"Arimo";
}
