* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 19px;
    font-family: arial, sans-serif;
    color: #999ea2;
    background: #fff url(images/bg.jpg) repeat center 0;
    min-width: 956px;
}

a { color: #47a1c4; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

#wrapper { padding-top: 20px; }

.shell { margin: 0 auto; width: 956px; }
.container { 
	/*min-height:400px;*/
	background: #fff;  
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
}
.minheight{
	min-height:500px;
}

.header { padding: 20px 32px 10px;  }
#logo { width: 200px; float: left; margin-top:0px; }
#logo a { height: 75px; display: block; background: url(images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.50, #ebebeb),color-stop(0.50, #dbdbdb),to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:0px 1px 4px rgba(255,255,255,0.7),0px 1px 0px rgba(255,255,255,1);
}
/*#nav, #nav ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;float:right;z-index:99999;}
#nav a:link, #nav a:active, #nav a:visited{display:block;padding:0px 10px;text-decoration:none; padding:5px 10px;}
#nav li{float:left;position:relative;
	background: -moz-linear-gradient(top,#eee 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee),color-stop(0.50, #ebebeb),color-stop(0.50, #dbdbdb),to(#b5b5b5));
	border: 1px solid #949494;
}
#nav li a {font-family: Arial, Helvetica, sans-serif;}
#nav ul li{left:-1px;background:none; background-color:#fff;border:none; border-left:1px solid #555;border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
#nav ul {position:absolute;width:14em;top: 30px;display:none;}
#nav li ul a{width:14em;float:left;}
#nav ul ul{top:0;}
#nav li ul ul {left:14em;margin:0px 0 0 20px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li a span { background: url(images/navigation-arr.png) no-repeat right 0; width: 10px; height: 6px; float: right; padding-left: 3px; margin-top: 14px; }
#nav li ul li a span { background: url(images/navigation-arr-right.png) no-repeat right 0; width: px; height: 10px; float: right; padding-left: 3px; margin-top: 10px; }
*/
/* Mini reset */
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Mini reset end */
#menu {
	float:right;
	max-width: 630px;
	border: 1px solid #5989c0;
	background-color: #1a3e7f;
	background-image:url('images/menubg.jpg');
	background-repeat:repeat-x;
/*	background-image: linear-gradient(#60a2fc, #1a3e7f);*/
	border-radius: 6px;
	box-shadow: 0 1px 1px #777;
}
#menu:before,#menu:after {content: "";display: table;}
#menu:after {clear: both;}
#menu {zoom:1;}
#menu li {
	z-index: 10000;    
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #60a2fc;
	position: relative;
}
#menu li:last-child {box-shadow: none;border-right:none;}
#menu a {
	float: left;
	padding: 12px 10px;
	color: #fff;
	/*text-transform: uppercase;*/
	font-family: 'Roboto', sans-serif;
	font-size:11px;
/*	font-weight:bold;*/
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {color: #ccc;}
*html #menu li a:hover { /* IE6 only */color: #fafafa;}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 10000;    
	background: #444;	
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .4s ease-in-out;  
}
#menu li:hover > ul {opacity: 1;visibility: visible;margin: 0;}
#menu ul ul {
	top: 0;
	left: 190px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {box-shadow: none;}
#menu ul a {    
	padding: 10px;
	width: 170px;
	_height: 10px; /*IE6 only*/
	display: block;
	/*white-space: nowrap;*/
	float: none;
	text-transform: none;
}
#menu ul a:hover {background-color: #0186ba;background-image: linear-gradient(#04acec, #0186ba);}
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {border-bottom-color: #04acec; }
#menu ul ul li:first-child a:hover:after {border-right-color: #0299d3; border-bottom-color: transparent; 	}
#menu ul li:last-child > a {border-radius: 0 0 3px 3px;}

#footermenu * { 
    padding:0; 
    margin: 0; 
    font: 12px georgia; 
    list-style-type:none;}
#footermenu { 
    margin-top: 300px;
    float: left;
    line-height: 10px; 
    left: 200px;}
#footermenu a { 
    display: block; 
    text-decoration: none; 
    color: #3B5330;}
#footermenu a:hover { background: #B0BD97;}
#footermenu ul li ul li a:hover { 
    background: #ECF1E7; 
    padding-left:9px;
    border-left: solid 1px #000;}
#footermenu ul li ul li {
    width: 140px; 
    border: none; 
    color: #B0BD97;  
    padding-top: 3px; 
    padding-bottom:3px; 
    padding-left: 3px; 
    padding-right: 3px; 
    background: #B0BD97;
    z-index:1;
}
#footermenu ul li ul li a { 
    font: 11px arial; 
    font-weight:normal; 
    font-variant: small-caps; 
    padding-top:3px; 
    padding-bottom:3px;}
#footermenu ul li {
    float: left; 
    width: 146px; 
    font-weight: bold; 
    border-top: solid 1px #283923; 
    border-bottom: solid 1px #283923; 
    background: #979E71;}
#footermenu ul li a { 
    font-weight: bold;
    padding: 15px 10px;}
#footermenu li{ 
    position:relative; 
    float:left;}
#footermenu ul li ul, #footermenu:hover ul li ul, #footermenu:hover ul li:hover ul li ul{ 
    display:none;
    list-style-type:none; 
    width: 140px;}
#footermenu:hover ul, #footermenu:hover ul li:hover ul, #footermenu:hover ul li:hover ul li:hover ul { 
    display:block;}
#footermenu:hover ul li:hover ul li:hover ul { 
    position: absolute;
    margin-left: 145px;
    margin-top: -22px;
    font: 10px;}
#footermenu:hover ul li:hover ul { 
    position: absolute;
    margin-top: 1px;
    font: 10px;
}
#footermenu>ul>li:hover>ul { 
    bottom:100%;
    border-bottom: 1px solid transparent
}



.main h3 { color: #293237; font-size: 19px; line-height: 21px; font-weight: normal; }
.main h3 a { color: #293237; }

.flexslider { width: 892px; height: 231px; margin: 0 auto; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; overflow: hidden; margin-bottom: 27px; }
.flexslider ul { list-style: none; list-style-position: outside; position: relative; }
.flexslider ul li { width: 892px; height: 231px; float: left; }
.flexslider ul li img { width: 892px; height: 231px; }
.flexslider ul li .slide-cnt { width: 412px; position: absolute; top: 38px; right: 74px; }
.flexslider ul li .slide-cnt h2 { font-size: 42px; font-weight: bold; color: #fff; line-height: 53px;  text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;  padding-bottom: 17px; }
.flexslider ul li .slide-cnt p { color: #1f3e50; line-height: 26px; }
.flexslider ul li  a.slider-btn { position: absolute; bottom: 0; left: 50%; min-width: 176px; height: 34px; margin-left: -88px; background: #fff; border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; color: #1e3d51; font-size: 19px; font-weight: bold; text-align: center; line-height: 36px; 
}

.flexslider ul li  a.slider-btn:hover { text-decoration: none; color: #3995d6;  }
.flexslider ul li  a.slider-btn span { background: url(images/slider-btn-arr.png) no-repeat 0 9px; padding-left: 15px; }

section { padding: 0 32px 27px; }
.last-section { border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; }
.cols { background: url(images/cols.png) repeat-x 0 bottom; }
.cols h3 { padding-bottom: 14px;  }
.cols p { padding-bottom: 10px;  }
.cols .col { width: 212px; float: left; }
.cols .col+.col { padding-left: 14px; }
.cols .col a.col-btn { background: url(images/col-btn.png) repeat 0 0; float: left; border: 1px solid #afd1f6; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px;
}

.cols .col a.col-btn:hover { background-position: 0 bottom; text-decoration: none; }

.box { background: url(images/box.png) repeat 0 0; padding: 19px 32px 29px 32px; position: relative; height: 100%;  }
.shadow-t { width: 956px; height: 11px; background: url(images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.shadow-b { width: 956px; height: 11px; background: url(images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.box h3 { float: left; }

.entries { padding-top: 24px; }
.entries .entry { background: #fff;  padding: 1px; border: 1px solid #d6dae1; width: 206px; height: 115px; float: left; position: relative; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
.entries .entry a img { width: 206px; height: 115px; display: block; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.entries .entry + .entry { margin-left: 17px; }
.entries .entry span.shadow { background: url(images/entry-shadow.png) no-repeat 0 0; width: 197px; height: 6px; position: absolute; bottom: -6px; left: 5px; display: block; }

.services { border-top: 3px solid #fff; background: url(images/services.png) repeat-x 0 0; padding-top: 23px; color:#777; }
.services h3 { padding-bottom: 14px; }
.services p { padding-bottom: 15px; }
.services .widget { float: left; width: 435px; }
.services .widget ul { list-style: none; list-style-position: outside; }
.services .contact-widget { width: 200px; } 
.services .widget + .widget { padding-left: 19px; }
.services .socials-widget { width: 219px;  }
.services .socials-widget a { width: 27px; height: 27px; background: url(images/socials.png) no-repeat 0 0; float: left; margin-right: 9px; font-size: 0; line-height: 0; text-indent: -4000px; }
.services .socials-widget a:hover { opacity: 0.7;
-moz-opacity: 0.7;
filter:alpha(opacity=70); }
.services .socials-widget a.facebook-ico { background-position: 0 0; }
.services .socials-widget a.twitter-ico { background-position: -36px 0; }
.services .socials-widget a.rss-ico { background-position: -72px 0; }
.services .socials-widget a.in-ico { background-position: -108px 0; }
.services .socials-widget a.skype-ico { background-position: -144px 0; }
.services .socials-widget a.google-ico { background-position: -180px 0; }

.footer { padding: 18px 0 35px 0;  }
.footer-nav { float: left; }
.footer-nav ul { list-style: none; list-style-position: outside; font-size: 11px;  }
.footer-nav ul li { float: left; padding-right: 33px; }
.footer-nav ul li a { color: #ccc; }
.footer-nav ul li a:hover { color: #fff; text-decoration: none; }
.footer p.copy { float: right; font-size: 11px; color: #a6abb2; }
.footer p.copy a { color: #8c929b; text-decoration: underline; }
.footer p.copy a:hover { color: #3995d6; text-decoration: none; }

/*************************************** Haberduyuruslider ***************************************/
.onceki {
	background-image:url(images/client-left-arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	position:relative;
	top:15px;
	right:50px;
	cursor:pointer;
	z-index:150;
	float:right;
}
.sonraki {
	background-image:url(images/client-right-arrow.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:relative;
	top:15px;
	right:0px;
	cursor:pointer;
	z-index:150;
	float:right;
}

/*************************************** Form ***************************************/
fieldset {border:none;vertical-align:base;}
label { vertical-align:top; padding:2px 5px; margin:2px; line-height:2.3; }
input { width:80%; float:right; padding:2px 5px; margin:2px; }
input[type="submit"] { width:83%; }
textarea { width:80%; float:right; padding:2px 5px; margin:2px; }

.irtibat{
	width:830px;
	border:1px solid #ccc;
	padding:0;
}
.irtibat-even  {background-color:#fff;}
.irtibat-odd    {background-color:#e0e0e0;}
.irtibat thead tr   {border:none;margin:0;padding:0}
.irtibat thead tr td{border:none;margin:0;padding:5px; font-weight:bold;text-align:center;}
.irtibat tbody tr   {border:none;margin:0;padding:0}
.irtibat tbody tr td{border:none;margin:0;padding:5px; color:#333;}
.irtibat thead{
	background-color:#555;
	color:#fff;
}

/* gallery */
.mainbox{
	position:relative;
	/*overflow:hidden;*/
	float:left;
	width:110px;
	height:110px;
	margin:7px;
	background-color:#fff;
	border:1px solid #3ad;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	cursor:pointer;
    -moz-box-shadow:0px 0px 1px #333;
    -webkit-box-shadow:0px 0px 1px #333;
    box-shadow:0px 0px 1px #333;
}
.mainbox:hover{
	background-color:#fff;
    -moz-box-shadow:0px 0px 5px #333;
    -webkit-box-shadow:0px 0px 5px #333;
    box-shadow:0px 0px 5px #333;
}
.mainbox img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.mainbox img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.mainbox-active{
	position:relative;
	/*overflow:hidden;*/
	background: #88b7d5;
	float:left;
	width:110px;
	height:110px;
	margin:12px 7px;
	border:1px solid #3ad;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
    -moz-box-shadow:0px 0px 5px #333;
    -webkit-box-shadow:0px 0px 5px #333;
    box-shadow:0px 0px 5px #333;
}
.mainbox-active img{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.arrow_box {  }
.mainbox-active:after { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.mainbox-active:after { border-color: rgba(136, 183, 213, 0); border-top-color: #88b7d5; border-width: 15px; left: 50%; margin-left: -15px; }

.mainboxtext{
	position:absolute;
	top:0;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.gallery{
	float:left;
	width:110px;
	height:151px;
	margin:8px 12px;
	padding:5px;
	font-size:11px;
	text-align:center;
	background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    overflow:hidden;
}
.gallery:hover{
	background-color:#eee;
}
.gallery a{
	height:110px;
}
#innerwrapper{
	clear:both;
	width:880px;
	height:400px;
	background-color:#eee;
}
.gallery-sector{
	clear:both;
	width:880px;
	height:0px;
	background-color:#000;
	overflow:hidden;
}
/* gallery */
/* urun search */
#urunsearchbox {
	float:right;
	width:215px;
	height:25px;
	margin-top:-20px;
}
#urunsearchinput{
	float:left;
	width:200px;
}
#urunsearchbutton{
	float:left;
	width:16px;
	height:15px;
	margin:3px -23px;
	padding:2px;
	background-color:#fff;
	cursor:pointer;
}
#urunsearchbutton:hover{
	background-color:#aff;
}
/* urun search */
