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

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;
}
/* 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;
}

/* END RESET */

body{
	background: #fff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
}

/* FONT STYLES*/
body{
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

/* FONT STYLES*/
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
h4{
	margin-bottom: 25px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}
h5{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
p{
	font-size: 13px;
	color: #555555;
	line-height: 18px;
}
a, a:link, a:visited{
	text-decoration: none;
	outline: none;
}
.green{
	color: #73A035;
}
.white{
	color: #fff;
}
strong{
	font-weight: bold;
}
/* END FONTS STYLES */

/* HEADER */
#header-wrap{
	border-top: 10px solid #8dc63f;
	padding-top: 20px;
}
header{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
header h2 a{
	display: block;
	text-indent: -999999px;
	background: url(images/logo.png) no-repeat;
	width: 214px;
	height: 108px;
	float: left;
	margin-bottom: 20px;
}

#call{
	float: right;
	border-right: 1px solid #c8c8c8;
	padding-right: 25px;
	margin-top: 40px;
}
#call h3{
	margin: 0;
}
#call h4{
	text-align: right;
	margin: 0;
}


nav{
	clear: both;
	width: 960px;
	height: 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #3b7c33; /* Fallback */
	border-radius: 30px;
	background: #8dc63f; /* Old browsers */
background: -moz-linear-gradient(top,  #8dc63f 0%, #7fb239 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc63f), color-stop(100%,#7fb239)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8dc63f 0%,#7fb239 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8dc63f 0%,#7fb239 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8dc63f 0%,#7fb239 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8dc63f 0%,#7fb239 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#7fb239',GradientType=0 ); /* IE6-9 */

	border: 1px solid #73A035;
}

nav ul li{
	float: left;
	position: relative; 
	border-right: 1px solid #73A035;
}



nav ul li.home{
	border-left: none;
	text-indent: -9999px;
	background: url(images/home.png) no-repeat 50% 50%;
}

nav ul li.last{
	border-left: none;
	border-right: none;
	float: right;
	margin-right: 20px;
}
nav ul li a{
	display: block;
	padding: 0 30px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
}
nav ul li a:hover{
	background: #7fb239; /* Old browsers */
background: -moz-linear-gradient(top,  #7fb239 0%, #73a035 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fb239), color-stop(100%,#73a035)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7fb239 0%,#73a035 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7fb239 0%,#73a035 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7fb239 0%,#73a035 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7fb239 0%,#73a035 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb239', endColorstr='#73a035',GradientType=0 ); /* IE6-9 */

}

nav ul li.home a:hover{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #7fb239 url(images/home.png) no-repeat 50% 50%;
}
nav ul li div input[type=text]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #73A035;
	border-left: none;
	border-right: none;
	border-top: 1px solid #658E30;
	border-bottom:0;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
	padding: 5px 0 5px 20px;
	width: 200px;
}
nav ul li div input[type=text]:focus{
	outline: none;
}

nav ul li ul { 
    display: none; 
    position: absolute; 
    top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */ 
    left: 0; 
	background: #FFF;
	width:250px;
	 top: auto; 
    left: auto;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #AAA;
}

nav ul li > ul li {
	width:250px;
	line-height: 20px;
	border:0;
	border-bottom:1px solid #CCC;
}

nav ul li > ul li a {
	line-height: 40px;
	padding: 0 10px;
	color:#666;
	text-shadow:0 0 0;
}
nav ul li:hover ul { 
    display: block; 
	z-index:999;
}
nav ul li ul li:hover {
	background:#CCC;
}
nav ul li ul li a:hover {
	background:#CCC;
}nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 15px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
				

/* 
	LEVEL TWO
*/
ul ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul ul li a					{ border-right: none; display: inline-block;  } 

/* 
	LEVEL THREE
*/
ul ul li:hover > ul 			{ left: 100%; top: 0; }
ul li:hover > ul 			{ visibility: visible; }
/* TO STYLE PLACE HOLDER */
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder {  
   color: #fff;   
}

nav ul li div input[type=submit]{
	background: url(images/search.png) no-repeat 50% 50%;
	border: none;
	text-indent: -999999px;
	margin-left: 15px;
	height: 50px;
	width: 16px;
}

/* END HEADER */

#container{
	width: 960px;
	margin: 0 auto;
}


/* SLIDES */
#slides{
	position: relative;
	margin-top: 40px;
}
.slides_container{
	height: 350px;
}
.slide-right{
	position: absolute;
	top: 0;
	left: 385px;
}
 
.slide-heading{
	background: url(images/slide-heading.png) no-repeat;
	width: 494px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 80px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.slide-right .info{
	width: 395px;
	margin-bottom: 20px;
	margin-left: 155px;
}
.slide-right .readmore{
	margin-left: 155px;
}
.readmore{
	font-style: italic;
	text-decoration: none;
	color: #509743;
	padding-left: 15px;
	background: url(images/more.png) no-repeat 0 50%;
}
.readmore:hover{
	color: #c8c8c8;
	
}
.pagination{
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 99;
}

ul.pagination li{
	float: left;
	margin-right: 10px;
	background: url(images/pagination.png) no-repeat;
	background-position: top;
	width: 14px;
	height: 15px;
}
ul.pagination li.current{
	background-position: bottom;
}
ul.pagination li a{
	display: block;
	text-indent: -999999px;
}

a.next{
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top right;
	text-indent: -9999px;
}
a.prev{
	position: absolute;
	right: 50px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
a.next:hover{
	background-position: bottom right;
}
a.prev:hover{
	background-position: bottom left;
}

/* END SLIDES*/

/* SERVICE */
#service{
	margin: 40px auto;
	height: 253px;
	padding-top: 30px;
	background: url(images/service-bg.jpg) no-repeat;
}


#web{
	float: left;
	width: 450px;
	padding-left: 30px;
}
#web p{
	width: 260px;
	margin-bottom: 20px;
}
#web img{
	float: right;
	margin-right: 50px;
}
#vector{
	float: right;
	padding-left: 30px;
	width: 450px;
}

#vector p{
	width: 280px;
	margin-bottom: 20px;
}
#vector img{
	float: right;
	margin-right: 50px;
}    
/* END SERIVCE*/

/* MEDIA  */

#media{
	margin: 0 auto;
}

#video{
	width: 302px;
	padding-top: 20px;
	float: left;
	margin-right: 58px;
	background: transparent url(images/video-bg.png) no-repeat;
	height: 225px;
}
#video h4{
	margin: 0;
}
#video h4, #video h5{
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #387031;;
}

#video .play{
	float: right;
	margin-top: 5px;
}

#twitter{
	width: 285px;
	height: 180px;
	float: left;
	margin-right: 30px;
	background: transparent url(images/twitter-bg.png) no-repeat;
	background-position: bottom;
	padding: 0 0 20px 0;
}
#twitter p{
	padding: 0 20px;
}
#twitter .time{
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin-top: 15px;
}

a.t-link{ color: #6767c9; text-decoration: none; }
a.t-link:hover{ text-decoration: underline; }

#facebook{ 
width: 285px;
float: right;
}

/* END MEDIA*/

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* END FIX */

/* WIDGET */
#widget-wrap{
	padding: 50px 0;
	background: #333333 url(images/widget-bg.jpg);
}
#widget{
	width: 960px;
	margin: 0 auto;
}
h4.footer-header{
	background: transparent url(images/footer-header.png) no-repeat;
	line-height: 58px;
	text-indent: 30px;
}
#links{
	width: 225px;
	float: left;
	margin-right: 75px;
}
#links ul{
	list-style-image: url(images/links.png);
	margin-left: 15px;
}
#links ul li a{
	color: #cccccc;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
#links ul li a:hover{
	color: #fff;
}
#blog{
	position: relative;
	width: 290px;
	float: left;
	margin-right: 75px;
}
#blog p.title{
	color: #fff;
	margin-left: 110px;
	margin-bottom: 15px;
}
#blog p.date{
	margin-left: 110px;
	color: #cccccc;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 15px;
}

#blog a.readmore{
	margin-left: 110px;
}
#location{
	position: relative;
	width: 290px;
	float: right;
}
#location img{
	position: absolute; 
	top: 45px;
	left: 22px;
}
#location p.address{
	margin-top: 115px;
	border-right: 1px solid #484848;
	padding-right: 20px;
	text-align: right;
	color: #cccccc;
}
/* END WIDGET */

/* CLIENT */
#client-wrap{
	background: #fff url(images/client-bg.jpg) repeat-x;
	padding: 40px 0;
	border-bottom: 1px solid #c8c8c8;
}	

#client{
	width: 960px;
	margin: 0 auto;
}

#client ul li{
	width: 20%;
	float: left;
	text-align: center;
}
/* END CLIENT */

/* FOOTER */
footer{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	position: relative;
}

#footer-left{
	float: left;
	width: 50%;
}
#footer-left p{
	font-size: 12px;
	color: #666666;
}
#footer-left a:hover{
	color: #c8c8c8;
}
#footer-right{
	float: right;
	width: 50%;
	padding-top:8px;
}
#footer-right ul{
	float: right;
}
#footer-right ul li{
	float: left;
	margin-right: 30px;
}

#footer-right ul li:last-child{
	margin-right: 0;
}
#footer-right ul li a{
	color: #666666;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer-right ul li a:hover{
	border-bottom: 2px solid #c8c8c8;
}

.back-top{
	position: absolute;
	bottom: 30px;
	right: 50%;
	
}
/* END FOOTER */

/* DİĞER */


#bayiliklerimiz table tr td {
	padding:12px;
}
#bayiliklerimiz table tr td:hover {
	background:#EEE;
	opacity:0.8;
}


.inp { 
	border:1px solid #CCC;
	padding:12px;
	background:#FFFFFF;
	margin-top:12px;
	width:190px;
	color:#999;
	font-size:14px;
	border-radius:4px;
	box-shadow:0px 1px 1px #AAA;
}
.area { 
	border:1px solid #CCC;
	padding:12px;
	background:#FFFFFF;
	font-family: Arial; 
	margin-top:4px;
	color:#999;
	font-size:14px;
	border-radius:4px;
	box-shadow:0px 1px 1px #AAA;
}
.inp2 { 
	border:1px solid #CCC;
	padding:12px;
	background:#FFFFFF;
	margin-top:4px;
	width:190px;
	color:#999;
	font-size:14px;
	border-radius:4px;
	box-shadow:0px 1px 1px #AAA;
}
.sub {
	background:#BBB;
	border:0;
	padding:8px;
	width:430px;
	margin-left:3px;
	margin-right:4px;
	color:#EEE;
	font-family: Arial;
	font-size:16px;
	border-radius:4px;
	box-shadow:0px 2px 1px #AAA;
}
.iform {
	font-size:18px;
	color:#666;
	padding-bottom:4px; 
	margin-bottom:8px;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
.destek-simge {
	background: #c14747; /* Old browsers */
	background: -moz-linear-gradient(top,  #c14747 0%, #ad4040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14747), color-stop(100%,#ad4040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c14747 0%,#ad4040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c14747 0%,#ad4040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c14747 0%,#ad4040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c14747 0%,#ad4040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14747', endColorstr='#ad4040',GradientType=0 ); /* IE6-9 */
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	border-radius:2px;
	float:left;
}
#urun-tablo {
	width:960px;
}
#urun-tablo td {
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	padding:8px;
}
.satis {
	display:block;
	text-align:center;
	padding:12px;
}
.slide-resim {
	border-radius:25px;
	width:960px;
	height:350px;
}
#fadealani {
	clear:both;
	display:block;
	margin-top:24px;
		float:inherit;
}