@CHARSET "UTF-8";
html, body{
	height:100%;
	min-height:100%;
}

body{
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#696969;
	line-height:18px;
	font-size:13px;
}

#wrapper{
	min-height:100%;
	width:100%;
	margin-bottom:-70px;
	height:auto !important;
	background-color:#f5f5f5;
	position:relative;
	z-index:9;		
}

#header-wrapper{
	height: 150px;
	width:100%;
	z-index:999;
	position:absolute;
}

#header{
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative;
	z-index:999;
}
.top-text{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
h1{
	font-size:18px;
	color:#f15922;
	font-weight:600;

}
h2{

	color:#4e4e4e;
	font-size:15px;
	margin-bottom:20px;
	font-weight:600;
	
}
h3{
	color:#05336b;
	font-size:14px;
	font-weight:lighter;

	border-bottom:1px solid #7a7a7a;
	padding-bottom:5px;	
	margin-bottom:15px;
}
h4{
	color:#3c0000;
	font-size:35px;	
	font-weight:lighter;	
}
a{
	color:#3f3f3f;
	text-decoration:none;
}
p{
}

#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 113px;
	width: 214px;
	position:absolute;
	left: 390px;
    top: -23px;
	z-index:9;
}

#logo a {
	display:block;
	float:left;
	height: 113px;
	width: 214px;
	padding:0 !important;
}
#logo a:hover {
	border-bottom:0px !important;
	background:none !important;
}
#main-navigation{
	background-image: url(../images/main-nav-bg.png);
	background-repeat: no-repeat;
	position:absolute;
	right:0px;		
	top:55px;
}
#main-navigation a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
	padding:22px 14px;
	font-weight:600;
	line-height: 22px;
}
#main-navigation a:hover {
color:#fff;	
background: rgb(141,141,141);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkOGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(141,141,141,1) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,141,141,1)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to bottom,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#333333',GradientType=0 );

}
#main-navigation li:hover {
	background-image:url("../images/hover-bg.png");
	background-position:center center;
	background-repeat:repeat-x;	


}
.leftmenu li:first-child:hover{
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
overflow:hidden;		
}
.rightmenu li:last-child:hover{
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
overflow:hidden;		
}
/* Ana menu */
.hmenu {
    padding:0px;
    list-style:none;
}
/* Ana Menu elemanlari */
ul.hmenu>li {
    float:left;
    position:relative;
    display:block;
    color: #FFF;
}
/* Ana Menu uzerine gelince arka plan rengi */
ul.hmenu ul li:hover {
		-webkit-border-bottom-right-radius: 0px !important;;
	-webkit-border-bottom-left-radius: 0px !important;;
	-moz-border-radius-bottomright: 0px !important;;
	-moz-border-radius-bottomleft: 0px !important;;
	border-bottom-right-radius: 0px !important;;
	border-bottom-left-radius: 0px !important;;	
	border-radius:none !important;
	
}
/* Ana menu link bicimlendirme */
ul.hmenu li a {
    color: #FFF;
    text-decoration: none;
    display:block;
	
}
/* alt menu */
ul.hmenu ul {
    position:absolute;
    list-style:none;
    display:none;
    min-width:200px;
    margin-top:73px;
}
/* Alt menu bicimlendirme */
ul.hmenu ul li {
    background-color:#fff;
	overflow:hidden;
    text-align: left;
}
ul.hmenu ul li a{
	padding:10px !important;
}
/* Ana menu uzerine gelince alt menuyu ac */
ul.hmenu li:hover>ul {
    position:absolute;
    display:block;
    padding:0px;
	
}
ul.hmenu ul li:hover{
	background-color:#fff !important;
}
.menu-product{
	float:left;
	height:90px;
	display:block;
	border-right:1px dashed #fff;
	padding:20px;	
}
.menu-product:hover{
	background-color:#1e1e1e !important;	
}
.menu-product a{
	padding:0px !important;
	color:#fff !important;
}

#widgets{
	background-image:url("../images/widgets-bg.png");
	background-repeat:no-repeat;
	float:left;
	width:270px;
	height:75px;
	padding:15px;
	margin-right:16px;
	margin-top:10px;
	margin-bottom:10px;
}

.widgets-text{
	margin-top:25px;
	width:280px;
}

.title{
	font-family: 'MyriadProBoldCondensed';
	width:100%;
	margin-top:20px;
	position:relative;
}
#welcome-box{
	float:left;
	overflow:hidden;
	color:#eee0ce;
	position:relative;
}
.read-more{
	background-color:#fff;
	text-align:left;
}
.read-more a{
	color:#1e1e1e;
	font-size:13px;	
}
.kurumsal{
	font-weight:300;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
	float:left;
}
.haberler{
	color:#7c7c7c;
	width:325px;
	font-size:12px;
	height:177px;
	float:right;
}
.buttons{
	background-color:#fff;
	background-image:url("../images/buttons-bg.png");
	background-repeat:repeat;
	color:#7c7c7c;
	width:230px;
	padding:10px;
	font-size:12px;
	margin-top:30px;
	height:177px;
}
.buttons img{
	margin-top:10px;	
}
.news-wrapper{

	width:310px;
}
.news-item-image{
	width:60px;
	height:45px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.welcome-urunler{
	width:1000px;
	margin:20px auto 20px;
}
.welcome-urunler .owl-prev{
	right:20px !important;
	left:auto !important;
}
.welcome-urunler .owl-next{
	right:0px !important;
}

.welcome-urunler .owl-prev, .welcome-urunler .owl-next{
	top:-45px !important;	
}
.welcomeServis{
	text-align:center;
}
.welcomeServis a{
	font-size:14px;
	color:#424348;
}
.welcomeServis img{
	margin-bottom:20px;	
}
.leftBlock{
  width: 350px;
  float: left;
  height: 630px;
}
.rightBlock{
	float:right;
	width:640px;
	height:300px;
}
.bizdenHaberler{
	height: 306px;
  margin-bottom: 24px;
position:relative;
}
.tumHaberler{
	color:#f15922;
font-weight:600;
font-size:13px;
position:absolute;
bottom:25px;
right:30px;
}
.faydaliBilgiler{
	height:350px;
}
.onlineTeklif a{
 display: block;
  width: 310px;
  height: 109px;
  margin-top: 25px;
}
.galeri a{
 display: block;
  width: 310px;
  height: 105px;
  margin-top: 40px;
}
.news-item-text{
	background-image:url("../images/news-bg.png");
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:20px;
	margin-top:20px;
	width:300px;
	margin-bottom:10px;
	font-size:12px;
	color:#696969;
	font-weight:300;
}
.line{
	background-image:url("../images/news-bg.png");
	background-repeat:no-repeat;
	background-position:left top;	
	height:5px;
	width:100%;
	margin:10px 0 20px 0;
}

.faydali-bilgi-item{
	  width: 315px;
	  float:left;
	  font-weight:300;
	 font-size:13px;
	 margin-bottom:20px;
}
.faydali-bilgi-item a{
	font-size:14px;
	font-weight:400;
}
.detaylar{
	color:#009cff;
	font-size:12px !important;	
}
.news-item-text a{
	color:#424348;	
	font-size:14px;
	font-weight:400;
}
.news-item{
	padding:5px;	
	line-height:16px;
	overflow:hidden;
	width:310px;
	float:left;	
	border-bottom:1px dotted #369dd1;
}
.news-item{
	color:#fff;
	font-size:13px;
	line-height:18px;
	
}
.news-date{
	border-bottom:1px solid#9d9d9d;
	padding:10px 0;
	margin-bottom:10px;	
	color:#575757;
	font-size:15px;
}
#news-table{
	font-size:13px;	
}
#news-table td {
	border-bottom:1px dashed #9d9d9d;
	padding:10px 0px; 
}
.news-detail-image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}
.widget-image img{
	border:2px solid #fcfdff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

.urunItem{
	float:left;
	text-align:center;
	width:190px;
	margin-left:10px;
	margin-right:10px;
	height:270px;	
}
.urunItem img{
	margin-bottom:20px;
	width:190px;	
}
.urun-photos{
	width:400px;
	float:left;	
}
.urunAciklama{
	width:580px;
	float:right;
	color:#797979;
	font-weight:300;	
	font-size:13px;
}
.urunThumbs{
	width:65px;
	float:left;
	margin:5px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; 
	overflow:hidden;	
}
.content-photos{
width: 300px;
  float: left;
  margin-right: 20px;	
}
#tabs{
	background:transparent;
	border:none;
}
.ui-tabs .ui-tabs-nav{
float:left;	
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
background:#cbc9c9;			
  font-size: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:none;
	background:#cbc9c9;	
	color:#424348;	
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #fff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border:none;
	background:#f15922;	
	color:#fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color:#fff;	
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin:0;
	padding:0;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;	
}
.ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav{
	padding:0;	
}
.ui-widget-header{
	background:transparent;
	border:none;	 
}
#tabs table th{
	background-color:#eaeaea;	
}
#tabs table th{
	padding:10px 5px;	
	color:#797979;
	text-align:left;
}
#tabs table td{
	padding:5px 0;	
}
.galeriPhoto{
	float:left;
	margin-top:20px;
	margin-right:5px;	
}
#ikFormu{
	font-weight:300;	
}
#ikFormu h1{
	margin-bottom:20px;
}
.onlineteklif ul li{
	float:left;
	width:30%;
}
.content-image{
	overflow:hidden;
	width:345px;
	float:left;
	margin-right:20px;	
}

.content-image img{
		
}
.kadro-item{
	width:315px;
	margin:0 10px 0 0;
	float:left;
}
.kadro-item-image{
	width:168px;
	height:190px;
	overflow:hidden;
	border:1px solid #1e1e1e;	
}
.kadro-item-shadow{
	background-image:url(../images/kadro-shadow.png);
	background-repeat:no-repeat;
	background-position:top center;	
	width:170px;
	height:18px;
}
.kadro-item-text{
	width:120px;
	height:107px;
	float:right;	
	font-size:12px;
	color:#808080;
}
.kadro-item-text a{
	font-size:12px;
	color:#414141;	
}
.image-shadow{
	background-image:url(../images/image-shadow.png);
	background-repeat:no-repeat;
	background-position:top center;	
	width:348px;
	height:37px;
}
#calismaAlanlarimiz{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
}
.calismaAlanlarimiz-item2{
	width:224px;
	height:165px;
	margin:0 10px;
	float:left;
}
.calismaAlanlarimiz-item{
	width:224px;
	margin:0 10px;
	float:left;
}
.calismaAlanlarimiz-image{
	width:222px;
	height:110px;
	overflow:hidden;
	border:1px solid #1e1e1e;	
}
.calismaAlanlarimiz-text{
	width:224px;
	background-image:url(../images/calismaAlanlarimiz-shadow.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:10px;
	font-size:12px;
	color:#808080;
	line-height:15px;	
}
.calismaAlanlarimiz-text a{
	font-family: 'OpenSansSemibold';
	font-size:13px;
	color:#05336b;
	display:block;
	margin-bottom:3px;
	float:none !important;
}
.calismaAlanlarimiz-wrapper{
	background-color:#fff;
	padding:10px;
	overflow:hidden;
	width:980px;
}
.product-list-image{
	border:1px solid #ededed;
	width:160px;
	overflow:hidden;
}
.product-detail-image{
	border:1px solid #ededed;
	text-align:center;
	padding:10px;
	width:230px;
}
.product-detail-gallery{
	width:185px;	
}
#banner-wrapper{
	position:relative;
	width:100%;
	height:600px;
	z-index:-9;
}

#content-wrapper{
	width:100%;
	min-height: 300px;
	background-image:url("../images/content-mask.png");
	background-repeat:no-repeat;	
	background-position:top center;	
}
.content{
	width:1000px;
	margin:-120px auto 0;
	overflow:hidden;
	z-index:1;
	position:relative;
	padding:45px 0 15px 0;
	font-size:15px;
}
#welcome-widgets{
	background-repeat:no-repeat;	
	background-position:top center;
	width:100%;
	position:relative;
	z-index:9;
	min-width:1200px;
}

#content-area{
	background-color:#052d48;
	background-image:url("../images/content-area.png");
	background-position:top center;
	background-repeat:no-repeat;		
	width:980px;
	margin:-175px auto 0;
	overflow:hidden;
	z-index:1;
	position:relative;
	padding:15px 10px;
	font-size:14px;
	color:#fff;
}
#contents{
	padding:0 10px;	
}
#content-left{
	width:690px;
	float:left;
	background-image:url(../images/content-left-line.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding:0 15px;

}
#content-right{
	width:225px;
	margin-top:60px;
	padding-left:25px;
	float:right;
	border-left:1px solid #eee0ce;
}
.gallery-image{
	width:150px;
	height:100px;
	overflow:hidden;
	border:3px solid #fff;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
	margin-bottom:10px;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}
.push{
	height:70px;	
}
#footer-logos{
	background-color:#fff;
	width:100%;
	border-bottom:1px solid #cacaca;	
	margin:15px 0;
}
.footerLogos{
	width:1000px;
	margin:0 auto;
}
.footerLogos img{
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.footerLogos img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
#footer-wrapper{
	width:100%;
	position: relative;
	z-index:9;
	border-top:1px solid #cacaca;
	padding-top:10px;

}
#footer{
	width:1000px;
	margin:0 auto;
	color:#818181;
	font-size:12px;
	text-align:center;
}
.copytext{
	width:130px;
	text-align:center;
	float:left;	
}
.copyright2{
	float:right;
	width:125px;
}
.copyright{
	margin-top:10px;
}
.copyright a{
	color:#757575;
	text-decoration:none;	
}
.copyright a:hover{
	color:#333;
}
.footer-navigation{
	color:#818181;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.footer-navigation ul li{
	display: inline-block;
}
.footer-navigation a{
	padding:5px;
	color:#818181;
	text-decoration:none;
}

/************* SOCIAL - NAVIGATION ************/

#social-navigation{
	height:43px;
	width:100px;
	padding-left:25px;
	padding-top:7px;
	float:left;
}
#social-navigation ul{
	
}
#social-navigation ul li{
	float:left;
	
}
.facebook{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	width:20px;
	height:35px;
	padding-left:20px;
	padding-top:5px;
	float:left;
	overflow:hidden;
}

.twitter{
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	width:20px;
	height:35px;
	padding-left:20px;
	padding-top:5px;
	float:left;
	overflow:hidden;
}
.image_carousel {
	padding:0 0px;
	position: relative
}
.caroufredsel_wrapper{
	height:90px;
}

.image_carousel img {
	display: block;
	float: left;
}
.image_carousel a {
    display: block;
    float: left;
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 5px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 0; }
a.prev.disabled {	background-position: 0 0 !important;  }
a.next {			right: 0px;
					background-position: -42px 0; }
a.next:hover {		background-position: -42px 0px; }
a.next.disabled {	background-position: -42px 0px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
#submenu-content h1, #submenu-navigation h1{
	margin-bottom:10px;	
}
#submenu-navigation{
	
	width:200px;
	float:left;
	padding-left:5px;
}

#submenu-navigation ul{
background: rgb(141,141,141);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkOGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(141,141,141,1) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,141,141,1)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to bottom,  rgba(141,141,141,1) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#333333',GradientType=0 );
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
overflow:hidden;
padding:2px;
}

#submenu-navigation li{
background: rgb(175,176,179);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmYjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzkxOTI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Mzc0NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(175,176,179,1) 0%, rgba(145,146,149,1) 51%, rgba(115,116,119,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,176,179,1)), color-stop(51%,rgba(145,146,149,1)), color-stop(100%,rgba(115,116,119,1)));
background: -webkit-linear-gradient(top,  rgba(175,176,179,1) 0%,rgba(145,146,149,1) 51%,rgba(115,116,119,1) 100%);
background: -o-linear-gradient(top,  rgba(175,176,179,1) 0%,rgba(145,146,149,1) 51%,rgba(115,116,119,1) 100%);
background: -ms-linear-gradient(top,  rgba(175,176,179,1) 0%,rgba(145,146,149,1) 51%,rgba(115,116,119,1) 100%);
background: linear-gradient(to bottom,  rgba(175,176,179,1) 0%,rgba(145,146,149,1) 51%,rgba(115,116,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb0b3', endColorstr='#737477',GradientType=0 );

	width:175px;
	padding:12px 10px;
	margin-bottom:2px;
	margin-top:2px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#submenu-navigation li:hover{
background: rgb(245,127,69);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2Y0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTM4MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,127,69,1) 0%, rgba(234,56,17,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,127,69,1)), color-stop(100%,rgba(234,56,17,1)));
background: -webkit-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: -o-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: -ms-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: linear-gradient(to bottom,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f45', endColorstr='#ea3811',GradientType=0 );
}
#submenu-navigation ul li a{
	color:#fff;
	font-size:14px;
	padding:5px 10px 5px 10px;

}
#submenu-navigation ul li a:hover li{
	color:#fff;


}
#submenu-navigation li.submenu-current{
background: rgb(245,127,69);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2Y0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTM4MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,127,69,1) 0%, rgba(234,56,17,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,127,69,1)), color-stop(100%,rgba(234,56,17,1)));
background: -webkit-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: -o-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: -ms-linear-gradient(top,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
background: linear-gradient(to bottom,  rgba(245,127,69,1) 0%,rgba(234,56,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f45', endColorstr='#ea3811',GradientType=0 );

	color:#fff;
}
.submenu-current a{
	color:#fff !important;
}
.submenu-last{
	
}
#submenu-content{
	width:775px;
	float:right;	
	font-size:13px;
	margin-bottom:20px;
}
#submenu-content p{
	font-size:13px;
	color:#797979;
	font-weight:300;
}
.faaliyet-item{
	width:185px;
	font-family: 'OpenSansSemibold';
	position:relative;
	float:left;	
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.faaliyet-item:last-child{
	margin-right:0px;	
}
.faaliyet-label{
	color:#fff;
	text-align:center;
	padding:5px;
	width:185px;
	font-size:16px;
}
/* ______________________________________________________________________________________________

							PORTFOLIO	
________________________________________________________________________________________________*/

.portfolio_item 				{ width:940px; margin:0px 0 30px 0px; padding-top:15px;}
.portfolio_item .portimg 		{ display:block; position:relative; margin-bottom:10px;  }
.portfolio_item h3,
.portfolio_item h5,
.portfolio_item p				{ margin:5px 0 10px 0; }
.portimg{float:left; margin-right:11px; margin-left:11px;width:172px; margin-top:10px; }
.porthumb						{ position:relative; }
.porthumb img					{ display:block; }
.portfolio_item .frame			{ padding:0px;   }

.portfolio_item .content		{ padding:5px 0; }

.portfolio_item h3 a,
.portfolio_item h4 a 				{ font-size: inherit; letter-spacing:0px; }
.portfolio_item .one_fourth h4 a 	{ font-size: 14px; }
.portfolio_item .one_third h4 a 	{ font-size: 16px; }
.portfolio_item .half_width h4 a 	{ font-size: 18px; }
.portfolio_item br 					{ height:0 !important;}

.portfolio_item h3,
.portfolio_item h5					{ text-transform:none; font-size:18px; letter-spacing:0px;}

.portfolio_item .port_content .button 	{ }
.portfolio_item .port_content h3 		{ font-size:22px;}

.portfolio_item .one_fifth	h5			{ font-size:16px; letter-spacing:0px; }
#language-navigation{
	display: block;
	background-image: url(../images/language-navigation-bg.png);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 5px 5px;
}
#language-navigation ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#language-navigation ul li{
	padding: 1px;
	float: left;
	width:20px;
	height:15px;
	overflow:hidden;
	text-indent:999px;
}

#language-navigation ul li a{
	color:#000;
	font-size: 7pt;
	background-repeat: no-repeat;
	background-image: url(../images/flags.png);
	display:block;
	width:20px;
	height:15px;
}

#language-navigation ul li a:hover{
	color: #960;
	
}
.en_US{
	background-position: -20px 0px;
}
.tr_TR{
	background-position: 0px 0px;
}
.ar_AE{
	background-position: -60px 0px;
}
.ru_RU{
	background-position: -40px 0px;
}
.fr_FR{
	background-position: -80px 0px;
}
.fi_FI{
	background-position: -100px 0px;
}

.en_US:hover{
	background-position: -20px 0px;
}
.tr_TR:hover{
	background-position: 0px 0px;
}
.ar_AE:hover{
	background-position: -60px 0px;
}
.ru_RU:hover{
	background-position: -40px 0px;
}
.fr_FR:hover{
	background-position: -80px -20px;
}
.fi_FI:hover{
	background-position: -100px -20px;
}