@import url(../webfonts/good_times/stylesheet.css);
@import url(../webfonts/glametrix/fonts.css);
@import url(../webfonts/glametrix_bold/fonts.css);
@import url(../webfonts/texgyreadventor_bold_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: baseline; 
	line-height: 1.5em;
	text-decoration: none;
	color: #999;
	font-family:'Source Sans Pro', sans-serif;
	-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 *****
	Turuncu: #f58220;

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

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


.main
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ****** LEFT SIDE ******* */

.wrapper.left {
	position: fixed;
	float: left;
	width: 260px;
	height: 100%;
	border-right: 1px solid #666;
	box-shadow: 3px 0 5px rgba(0,0,0,.4);
	z-index: 5555555;
	background: #fff;
}
.banner-content {
	position: relative;
	text-align: center;
}
.logo {
	position: relative;
	width: 50%;
	display: inline-block;
	margin-top: 120px;
}
.menu-wrapper {
	margin-top: 100px;
	opacity: 1;
}
.menu {
	text-align: center;
}
.menu li {
	display: block;
	margin: 0 auto;
	width: 176px;
	padding: 10px 0;
	position: relative;
	border-top: 1px solid #bbb;
}
.menu li:last-child {
	border-bottom: 1px solid #bbb;
}
.menu li a {
	font-family: 'goodtimes';
	text-transform: uppercase;
	font-size: .9em;
	color: #999;
	display: inline-block;
	position: relative;
	cursor: pointer;
	
	transition: color;
	-webkit-transition: color;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.menu li:hover a {
	color: #333;
}
.menu li span {
	display: inline-block;
	width: 40px;
	height: 3px;
	position: absolute;
	top: -2px;
}
.menu-line {
	width: 0px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 20px;
	
	transition: width, left;
	-webkit-transition: width, left;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.menu>li:hover .menu-line {
	width: 40px;
	left: 0px;
}
.menu>li.active .menu-line {
	width: 40px;
	left: 0px;
}
.menu>li.active a{ 
	color: #333;
}
.footer-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer-links {
	margin: 10px 0;
	padding: 10px 0;
	display: inline-block;
	border-bottom: 2px solid #999;
}
.footer-links a {
	font-family: 'texgyreadventorbold';
	font-size: .6em;
	color: #999;
	display: inline-block;
	width: 90px;
	padding: 5px 10px;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #f0702a;
	height: 32px;
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.footer-links a:hover {
	color: #fff;
	background: #f0702a;
}
.bayi-giris {
	margin-bottom: 20px;
}
.bayi-giris p {
	font-size: 1em;
	font-family: 'glametrixbold';
	color: #666;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 10px;
}
form input[type=text] ,form input[type=password]{
	width: 90px;
	padding: 1px 10px;
	font-size: .8em;
	border: 1px solid #ddd;
	background: #eee;
	
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
form input[type=text]:hover, form input[type=text]:focus {
	background: #fff;
}
form input[type=submit] {
	border: 1px solid #f0702a;
	font-size: .8em;
	color: #333;	
	background: #f5f5f5;
	cursor: pointer;
	float: right;
	margin-right: 16px;
	
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
form input[type=submit]:hover {
	background: #f0702a;
	color: #fff;
}

form input[type=button],form input[type=submit] ,input[type=button]{
	border: 1px solid #f0702a;
	font-size: .8em;
	color: #333;	
	background: #f5f5f5;
	cursor: pointer;
	float: right;
	margin-right: 16px;
	
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
form input[type=button]:hover ,input[type=button]:hover{
	background: #f0702a;
	color: #fff;
}
.betopan {
	width: 40px;
	text-align: left;
	padding: 0 30px;
	float:left;
}

.header-diller-menu{
	float:left;
	padding: 10px;
}

.header-diller-menu a{
	text-decoration:none;
}

.header-diller-menu a:hover{
	color:black;
}

/*
.footer-social {
	margin-top: 20px;
}
.footer-social a {
	width: 31px;
	height: 30px;
	display: inline-block;
	position: relative;
	background: url(../imgs/social-media.png) no-repeat center;
	opacity: .6;
	cursor: pointer;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.footer-social a.fb {
	background-position: 4px;
}
.footer-social a.plus {
	background-position: -66px;
}
.footer-social a:hover {
	opacity: 1;
}
*/
/* ******* LEFT SIDE END ******** */


/* ******* MAIN CONTENT ******** */

.wrapper.right {
	position: relative;
	height: 100%;
	margin-left: 0;
	background: #fff;
	overflow: hidden;
}
.main-content{
	position: relative;
	height: 99%;
	overflow: hidden;
}
.main-resim {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../imgs/bg4.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
}
.main-resim img {
	display: none;
}
.main-resim-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	
	transition: background;
	-webkit-transition: background;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.main-resim-shader:hover {
	background: rgba(0,0,0,.5);	
}
.main-resim-text-wrapper {
	width: 300px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.main-resim-text-wrapper h1 {
	font-family: 'texgyreadventorbold';
	font-size: 1.5em;
	color: #999;
	margin-bottom: 10px;
}
.main-resim-text-wrapper h2 {
	font-family: 'texgyreadventorbold';
	font-size: 1.2em;
	color: #999;
	margin-bottom: 10px;
}
.main-resim-text-wrapper a {
	font-size: .9em;
	display: inline-block;
	padding: 5px 15px;
	padding-bottom: 30px;
	color: #999;
	cursor: pointer;
}
.main-resim-text-wrapper .down-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f58220 transparent transparent transparent;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	
	transition: top;
	-webkit-transition: top;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.main-resim-text-wrapper:hover .down-arrow {
	top: 10px;
}
.boxes-wrapper {
	position: relative;
	
}
.boxes {
	position: relative;
	background: #666;
	box-shadow: 0 -3px 5px rgba(0,0,0,.3);
}
.box-wrapper {
	position: relative;
	width: 30%;
	float: left;
	cursor: pointer;
}
.box-wrapper.big {
	width: 70%;
	float: left;
	height: 400px;
}
.box-resim {
	height: 100%;
	width: 100%;
	position: relative;
	background: no-repeat 50% 49%;
	background-size: cover;
	opacity: 0;
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.box-resim img {
	display: none;
}
.box-wrapper.box-content .box-resim {
	height: 50%;
}
.box-content .triangle {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #fff transparent;
	margin: 0 auto;
	top: -30px;
	z-index: 1;
}
.box-content .triangle.down {
	border-width: 30px 30px 0 30px;
	border-color: #fff transparent transparent  transparent;
	top: 100%;
}
.box-content-text {
	text-align: center;
	padding:  0px 50px;
	height: 50%;
	background: #fff;
}

.content-text>h4>b {
	font-weight:bold;
	font-size: 18px;
	
}
.content-text>h4 {
	text-align:center;
	
}

.content-text>h4>img{
	width: 175px;
	height:auto; 
	
}


.box-content-text .line {
	margin-top: 100px;
	margin-bottom: 50px;
	border-color: #f58220;
}
.box-content-text .line>p {
	color: #999;
	font-size: .9em;
	font-family: 'texgyreadventorbold';
	font-weight: normal;
}
.box-content-text h1 {
	font-family: 'texgyreadventorbold';
	margin-bottom: 10px;
}
.box-content-text h2 {
	font-family: 'texgyreadventorbold';
	font-size: 1.5em;
	color: #666;
	margin-bottom: 10px;
}
.box-content-text>p {
	font-family: 'Arimo';
	font-size: .9em;
	color: #999;
}
.box-content-text>a {
	background: #f58220;
	padding: 5px 15px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #bbb;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	cursor: pointer;
	
	transition: box-shadow;
	-webkit-transition: box-shadow;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.box-content-text>a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}

/* Ä°Ã‡ SAYFA - YAZI */
.wrapper.icsayfa {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.submenu-section {
	width: 100%;
	height: 100%;
	position: relative;
	background: no-repeat right center;
	background-size: cover;
	cursor: default;
}
.submenu-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat right center;
	background-size: cover;
	opacity: 0;	
}
.submenu-content-wrapper {
	width: 50%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	
	transition: background-color, opacity;
	-webkit-transition: background-color, opacity;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.submenu-content-wrapper:hover {
	background-color: rgba(0,0,0,.7);
}
.submenu-section h1 {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: right;
	font-size: 5em;
	color: #fff;
	padding-top: 60px;
	padding-right: 150px;
}
.submenu-wrapper {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: 40%;
}
.submenu li {
	line-height: 1.2em;
	text-align: left;
}
.submenu li a {
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	position: relative;
	font-family: 'goodtimes';
	transition: color, left;
	-webkit-transition: color, left;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.submenu li:hover a, .submenu li a.active {
	color: #f0702a;
	left: 1px;
}
.submenu-icon {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #fff;
	border-left-width: 15px;
	border-right-width: 0;
	position: absolute;
	top: 0;
	right: -30px;
	opacity: 0;
	display: none;
}
.content-section {
	width: 50%;
	height: 100%;
	position: absolute;
	right: -6%;
	top: 0;
	background: #fff;
	box-shadow: -3px 0 3px rgba(0,0,0,.3);
	border: 1px solid #bbb;
}
.content {
	padding: 20px;
	padding-top: 100px;
	text-align: center;

}
.content-header h1 {
	font-size: 3em;
	color: #999;
	display: inline-block;
	padding: 0 50px;
	border-bottom: 1px solid #999;
}
.content-resim {
	width: 100%;
	margin-top: 30px;
}
.content-text {
	padding: 0 50px;
	text-align: justify;
}
.content-text>p>strong {
	font-weight:bold;
}
.content-text>p>img{
	border: 1px solid;
	width: 280px;
	height: 280px;
	margin-left: -45px;
	margin-right: 35px;
}
.content-text>p>b{
	font-weight:bold;
}
.content-text>h3{
	font-size:18px;
	margin: 10px 0px;
}
.content-text>h2{
	font-size:20px;text-align: left;
},
.content-text>h4{
	font-size:16px;
}
.content-text>h2>strong{
	font-weight:bold;
	
}
.content-text p {
	font-size: 1.1em;
	padding: 10px 10px;
}

/* Ä°Ã‡ SAYFA - PROJELER */

.wrapper.proje{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #f5f5f5;
}
.projeler {
	width: 1250px;
	display: inline-block;
	height: 100%;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}
.projeler h1 {
	margin-top: 20px;
	font-size: 3em;
	display: inline-block;
	border-bottom: 1px solid #999;
}
.projeler h2 {
	font-family: 'glametrixbold';
	color: #333333;
	font-size: 1.6em;
	padding: 20px 50px;
	margin-top: 10px;
}
.more-button-wrapper {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.more-button {
	width: 180px;
	padding: 8px 10px;
	position: relative;
	text-align: center;
	margin: 10px auto;
	background: #2d2d2d;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #bbb;
	cursor: pointer;
	font-size: 1.5em;
	
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.more-button:hover {
	background: #efefef;
	color: #333;
}
.proje-box-wrapper {
	display: inline-block;
	width: 380px;
	height: 400px;
	margin: 5px;
	background: rgba(255,255,255,.6);
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	opacity: 0;
	cursor: pointer;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.proje-box-resim {
	width: 100%;
	height: 100%;
	position: relative;
	background: no-repeat center;
	background-size: cover;
	
	transition: height, top;
	-webkit-transition: height, top;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
.proje-box-shader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	transition: top;
	-webkit-transition: top;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	
}
.proje-box-shader {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0,0,0,.6);
}
.proje-box-shader h1 {
	font-family: 'glametrixbold';
	font-size: 2em;
	color: #fff;
}
.proje-box-button {
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.6);/*
	border-bottom: 1px solid #333;*/
	box-shadow: 0 3px 3px rgba(0,0,0,.4);
}
.proje-box-button h1 {	
	font-family: 'glametrixbold';
	font-size: 2em;
	color: #fff;
	padding: 20px 0;
	opacity: 0;
	height: 63px;
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.proje-box-wrapper:hover .proje-box-shader-wrapper {
	top: -100%;
}
.proje-box-wrapper:hover .proje-box-button h1 {
	opacity: 1;
}
.proje-box-wrapper:hover .proje-box-resim {
	top: 0  !important;
}

/* Ä°Ã‡ SAYFA - Ä°LETÄ°ÅžÄ°M */

.map {
	width: 83%;
	height: 34%;
	position: relative;
	left: 0;
	margin: auto;
}
.adres p {
	text-align: center;
	padding-bottom:  0px;
	font-size: 18px;
	text-align:left;
}

.adres p>span{
	color:#f0702a;
}

.content-line {
	position: relative;
	width: 70%;
	height: 0;
	border-bottom: 1px solid #999;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer-links.iletisim {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}

/* Ä°Ã‡ SAYFA - ÃœRÃœNLER */

.urunler-bg {
	width: 100%;
	height: 100%;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}
.urunler-shader {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .6;
	top: 0;
	left: 0;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.wrapper.proje:hover .urunler-shader {
	opacity: 1;
}
.urunler-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-logo {
	width: 120px;
	margin: 30px auto;
}
.urunler-text {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
.urunler-text p {
	font-size: 1.2em;
	color: #fff;
	font-family: 'glametrixbold';
}
.urunler-slider-wrapper {
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
}
.urunler-slider-wrapper>h1 {	
	font-size: 2em;
	font-family: 'glametrixbold';
	color: #f58220;
	text-shadow: 0 0 1px #000;
	margin-bottom: 30px;
}
.urunler-slider {
	width: 1200px;
	margin: 0 auto;
	height: 300px;
	position: relative;
}
.closed-area {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.urun-slide-wrapper {
	width:  300px;
	height: 300px;
	float: left;
	position: relative;
}
.urun-slide {
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}
.urun-resim {
	width: 100%;
	height: 220px;
	margin:10px 0;
	position: relative;
	border: 1px solid #ddd;
	background: no-repeat center;
	background-size: cover;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
	opacity: 0;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.urun-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	opacity: 0;
}
.urun-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background: rgba(0,0,0,.7);
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.urun-text h1 {
	font-family: 'glametrixbold';
	font-size: 2em;
	color: #fff;
}
.urun-slide:hover .urun-shader {
	opacity: 1;
}
.arrow-wrapper {
	position: absolute;
	width: 35px;
	height: 50px;
	top: 100px;
	cursor: pointer;
}
.arrow-wrapper.next {
	right: -80px;
}
.arrow-wrapper.prev {
	left: -80px;
}
.urun-slide-arrow {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	position: absolute;
	opacity: .7;
	
	transition: opacity, border-width, top, left;
	-webkit-transition: opacity, border-width, top, left;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.next .urun-slide-arrow {
	border-right-width: 0;
	border-left-color: #ddd;
	border-left-width: 25px;
	top: 5px;
	left: 5px;
}
.prev .urun-slide-arrow {
	border-left-width: 0;
	border-right-color: #ddd;
	border-right-width: 25px;
	top: 5px;
	left: 5px;
}
.arrow-wrapper.next:hover .urun-slide-arrow {
	border-width: 25px;
	border-left-width: 35px;
	top: 0;
	left: 0;
}
.arrow-wrapper.prev:hover .urun-slide-arrow {
	border-width: 25px;
	border-right-width: 35px;
	top: 0;
	left: -25px;
}

/* Ä°Ã‡ SAYFA - TEK ÃœRÃœN */
.wrapper.urun-ic {
	width: 100%;
	height: 100%;
	position: relative;
}
.urun-icsayfa-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: #ddd;
	overflow: hidden;
}
.urun-bg {
	width: 50%;
	height: 100%;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}
.urun-resim-shader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	opacity: .6;
	
	transition: opacity;
	-webkit-transition: opacity;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.urun-bg:hover .urun-resim-shader {
	opacity: 1;
}
.urun-content-wrapper {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1xp solid #ddd;
	box-shadow: -3px 0 3px rgba(0,0,0,.3);
	background: #fff;
}

/* FORMLAR */
.content-text.form {
	text-align: center;
}
.content-row {
	margin: 10px 10px;
	display: inline-block;
	width: 550px;
}
.content-row:first-of-type {
	margin-top: 50px;
}
.content-row p {
	font-family: 'glametrixbold';
	color: #666;
	text-align: left;
	padding: 5px 20px;
	display: inline-block;
	width: 160px;
	vertical-align: top;
}
.content-row input[type=text] {
	width: 300px;
	padding: 5px 20px;
	font-family: 'glametrix';
	font-size: 1.1em;
}
form textarea {
	width: 300px;
	height: 40px;
	padding: 5px 20px;
	font-family: 'glametrix';
	font-size: 1.1em;
	border: 1px solid #ddd;
	background: #eee;
	
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
form .content-row:nth-child(2) textarea {
	height: 60px;
}
form textarea:hover, form textarea:focus {
	background: #fff;
}
form input[type=checkbox] {
	margin: 5px;
	display: inline-block;
}
form label {
	font-size: 1.1em;
	padding: 5px;
}
form span {
	display: inline-block;
	vertical-align: middle;
}
form .check-area {
	display: inline-block;
	text-align: left;
	padding: 5px 5px;
	width: 330px;
}
form input[type=submit] {
	vertical-align: bottom;
}
.form-text {
	width: 75%;
	text-align: left;
	display: inline-block;
}

.uyari-shader
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 9999;
	top: 0;
	left: 0;
	display: none; 
}

.uyari
{
	position: relative;
	width: 500px;
	top: 30%;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 10px;
}

.uyari>p
{

	font-size: 1.4em;
	color: #764c1f;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.uyari>div
{
	text-align: center;
}
.uyari>div>a
{
	padding: 5px 10px;
	margin: 0 10px;
	display: inline-block;
	background: #CCC;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
.uyari>div>a.exit:hover
{
	background: #C30;
	color: #fff;
}
.uyari>div>a.onay:hover
{
	background: #06C;
	color: #fff;
}
.uyari>.siparis-info {
	font-size: 1em;
	color: #666;
	padding: 10px 30px;
	text-align: left;
	display: inline-block;
}
.uyari>.siparis-info p{
	display: inline-block;
	width: 270px;
}
.uyari>.siparis-info span{

	font-size: 1.4em;
	color: #764c1f;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}


#isim{
	cursor: pointer;
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	}
	#isim:hover{
	background-color: #CECECE;
	}
.sepet-buttons-section {
	width:90%;
	margin: auto;
	clear: both;
	overflow: hidden;
	max-width: 1000px;margin-top: 20px;
}/*
.sepet-buttons-section:nth-child(even) {
	margin-top: 20px;
}*/
.sepet-button {
	height: 24px;
	margin: 0 14px;
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-color: #f0702a;
	width: 70px;
	float: right;
	padding-left: 10px;
	color:#fff;
}
.sepet-button:hover {
	 background: #6d7077;
}
.titles-section td {
	background: #f1f1f1;
	color: #70695b;
	font-size: 1em;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.sepet-row {
	text-align: center;
}
.sepet-row td {
	vertical-align: middle;
}
.sepet-row .check {
	width: 30px;
}
.sepet-resim {
	display: inline-block;
	width: 80px;
}
.sepet-row .num {
	display: inline-block;
	margin: 8px 0;
	width: 50px;
}
.sepet-row .num input {
	width: 90%;
}
.sepet-row a {
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	background: #60b0de;
	color: #764c1f;
	background: #ededed;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #392f1b;
	width: 70px;
	
}
.sepet-row td:nth-child(9) a {
	width: 40px;
}
.sepet-row {
	border-bottom: 1px solid #ccc;
}
.sepet-row img {
	margin: 10px 0;
}
.sepet-row:last-child {
	border: none;
}
.sepet-row input[type=checkbox] {
	height: 30px;
	width: 100%;
}
.sepet-row h2 {
	display: inline-block;
	font-size: 1em;

	color: #764c1f;
	font-weight: bold;
	padding: 10px 0;
}
.sepet-row h3 {
	display: inline-block;
	font-size: 1em;
	color: #764c1f;
	font-weight: bold;
	padding: 10px 0;
}
.sepet-row td:nth-child(3) h3 {
	padding: 2px 0;
}
.form-left-area {
	width: 460px;
	margin-right: 15px;
	float: left;
}
.form-right-area {
	width: 460px;
	float: left;
}
.form-row {
	padding: 10px;
}
.form-row h1 {
	display: inline-block;
	width: 80px;
	font-size: 1em;
	color: #764c1f;
}
.form-row input[type=text] {
	width: 180px;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
	font-family: 'Roboto Condensed';
	font-size: 1em;
	color: #764c1f;
}
.form-row textarea {
	max-width: 300px;
	max-height: 200px;
	min-width: 180px;
	min-height: 80px;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
	font-family: 'Roboto Condensed';
	font-size: 1em;
	color: #764c1f;
}
.form-row.submit {
	width: 280px;
	padding-top: 65px;
}
.form-row button {
	float: right;
	border: none;
	background: #f0702a;
	padding: 10px 20px;
	color: #fff; 
	cursor: pointer;
	transition: background-color .3s;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.form-row button:hover {
	background: #6d7077;
}


.urun-button{
	height: 24px;
	margin: 0 14px;
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-color: #f0702a;
	width: 70px;
	float: left;
	padding-left: 10px;
	color:#fff;
}

.urun-buttony{
	height: 24px;
	margin: 0 14px;
	transition: color, background;
	-webkit-transition: color, background;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-color: #f0702a;
	width: 70px;
	float: left;
	padding-left: 10px;
	color:#fff;
}
.urun-button:hover{
	cursor: pointer; 
	background-color: #6d7077;
}
.urun-buttony:hover{
	cursor: pointer; 
	background-color: #6d7077;
}
#hizmet-form>h1{ 
	color: #999999;
	font-size: 1.5em;
	padding: 15px 21px;
	text-align: left;
	
}


table.content-row{
	width: 580px;
	margin: auto;
}
table.content-row input.malzeme{
	width: 450px;
	margin: 10px;
}
table.content-row input.adet{
	width: 50px;
	margin: 15px;
}
/* MEDIA QUERY AYARLARI */

@media screen and (max-width:1800px) {
	.logo {
		margin-top: 100px;
	}
	.menu-wrapper {
		margin-top: 70px;
	}
}
@media screen and (max-width:1650px) {
	.logo {
		margin-top: 60px;
		width: 40%;
	}
	.menu-wrapper {
		margin-top: 50px;
	}
	.menu li {
		width: 150px;
	}
	.menu li a {
		font-size: .8em;
	}
	.footer-wrapper {
		padding: 10px 0;
	}
	.betopan {
		width: 30px;
		padding: 0 15px;
	}
	.footer-links a {
		font-size: .5em;
		width: 85px;
		text-align: center;
	}
	.bayi-form input[type=text],.bayi-form input[type=password]  {
		font-size: .7em;
		width: 70px;
	}
	.bayi-form input[type=submit] {
		font-size: .7em;
		margin-right: 16px;
	}
	.wrapper.left {
		width: 230px;
	}
	.wrapper.right {
		margin-left: 0;
	}
	.box-content-text .line {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.box-content-text h2 {
		font-size: 1.2em;
	}
	.content {
		padding-top: 60px;
	}
	.content-header h1 {
		font-size: 3em;
	}
	.content-resim.iletisim {
		width: 360px;
		margin: 15px auto;
	}
	.content-text.adres p {
		padding-top: 10px;
	}
	.content-row {
		width: 450px;
	}
	.content-row p {
		font-size: 1em;
		width: 130px;
	}
	.content-row input[type=text], .content-row textarea {
		font-size: 1em;
		padding: 5px 10px;
		width: 250px;
	}
	form label {
		font-size: 1em;
	}
	form .check-area {
		width: 250px;
	}
	.form span {
		width: 120px;
	}
	.urunler-slider-wrapper {
		bottom: 20px;
	}
	.urunler-slider {
		width: 900px;
		height: 240px;
	}
	.urun-slide-wrapper {
		width: 225px;
		height: 240px;
	}
	.urun-resim {
		height: 160px;
	}
	.urun-text {
		height: 36px;
	}
	.urun-text h1 {
		font-size: 1.5em;
	}
	.content-logo {
		margin: 15px auto;
	}
}

	.bayilik-footer-hiza a{
		line-height:4;
	}
	
@media screen and (max-width:1450px) {
	.logo {
		width: 35%;
		margin-top: 30px;
	}
	.menu-wrapper {
		margin-top: 30px;
	}
	.menu li {
		width: 120px;
	}
	.menu li a {
		font-size: .6em;
	}
	.wrapper.left {
		width: 220px;
	}
	.wrapper.right {
		margin-left: 0;
	}
	.box-content-text .line {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: .8em;
	}
	.box-content-text h2 {
		font-size: 1.1em;
	}
	.box-content-text a{
		font-size: .8em;
	}
	.proje-box-wrapper {
		width: 31%;
	}
	.content {
		padding-top: 30px;
	}
	.content-header h1 {
		font-size: 2em;
	}
	.content-resim.iletisim {
		width: 300px;
		margin: 10px auto;
		margin-top: 15px;
	}
	.content-text.adres p {
		padding-top: 5px;
		font-size: 14px;
	}
	.content-row {
		width: 360px;
	}
	.content-row p {
		font-size: 1em;
		padding: 5px 5px;
	}
	.content-row input[type=text], .content-row textarea {
		font-size: .9em;
		padding: 5px 5px;
		width: 200px;
	}
	form label {
		font-size: 1em;
	}
	form .check-area {
		width: 200px;
	}
	.form span {
		width: 98px;
	}
	.urunler-slider {
		width: 600px;
		height: 210px;
	}
	.urun-slide-wrapper {
		width: 200px;
		height: 210px;
	}
	.urun-resim {
		height: 140px;
	}
	.urunler-text {
		width: 700px;
	}
	.urunler-text p {
		font-size: 1em;
		line-height: 1.3em;
	}
	.urunler-slider-wrapper>h1 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.content-logo {
		width: 100px;
	}
}

@media screen and (max-width:1450px) {
	
	.projeler{
		width: 1020px;
	}
	.proje-box-wrapper{
		width: 300px;
		
	}
	
	.content-text > p > img{
		width: 200px;
		height:200px;
	}
	
}
@media screen and (max-width:1250px) {
	.logo {
		width: 25%;
		margin-top: 10px;
	}
	.menu-wrapper {
		margin-top: 25px;
	}
	.content {
		padding-top: 15px;
	}
	.content-header h1 {
		font-size: 1.5em;
	}
	.content-resim.iletisim {
		width: 270px;
		margin: 10px auto;
	}
	.content-text.adres p {
		padding-top: 0px;
	 
	}
	.footer-links.iletisim a {
		font-size: .45em;
		width: 60px;
	}
	.content-row {
		text-align: left;
		width: 220px;
	}
	.content-row p {
		display: block;
	}
	
	
}
.betopan2{
	width: 60px;
	float: right;
	padding: 0px 40px 0px 0px;
}
.owl-carousel .item img{
    height: 600px;
    object-fit: contain;
    margin: auto;
}
.owl-carousel{
	margin-top:5%;
}

@media(max-width:1650px ){
	.content-section{
		width:20% !important;
	}
	.content-text {
    padding: 0 20px;
 
}
.owl-carousel .item img {
 
    width: 800px !important;
}
	
}
