@charset "iso-8859-9";
/* CSS Document */
@font-face {
    font-family:'pt_sansregular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}		

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:'pt_sansregular';
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/grey_wash_wall.png);

}
#maximage {
/*				position:fixed !important;*/
			}
				#arrow_left, #arrow_right {
				bottom:30px;
				height:67px;
				position:absolute;
				right:30px;
				width:36px;
				z-index:1000;
			}
			#arrow_left {
				right:86px;
			}

			#arrow_left:hover, #arrow_right:hover {
				bottom:29px;
			}
			#arrow_left:active, #arrow_right:active {
				bottom:28px;
			}
	.pagim {
		width:100%;
		position:absolute;
		z-index:100;}

	.ustbar {
		width:100%;
		height:180px;
		position:absolute;
		z-index:150;
		top:0;
		background:url(../images/tbgx.png) repeat-x;
}
.contx {
	width:90%;
	position:absolute;
	z-index:200;
	left:5%;
	top:0;}
.logo {
	width:121px;
	height:64px;
	left:0;
	top:5px;
	position:relative;
	float:left;}
.menx {

	height:34px;
	float:left;
	left:0;
	z-index:1000;
	position:relative;
	top:30px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family:'pt_sansregular';
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  background:#00a9e7;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 18px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000006;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000006;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
  
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
    height: auto; 

}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 18px;
  width: 170px;
  font-size: 13px;
    text-decoration: none;
  color: #dddddd; background: #000006;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #00a6e8;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.ortx {
	width:100%;
	display:inline-block;
	min-height:200px;
	height:auto;
	position:relative;
	border-radius:15px;
	color:#fff;
	padding:15px 20px 15px 20px;
	top:360px;
	margin-bottom:10px;
	background:rgba(0, 0, 6, 0.8);
	z-index:200;}
.ortxsol {
	width:35%;
	float:left;
	left:0;
	position:relative;}
.ortxsol h3 {
	padding:0;
	font-weight:100;
	margin:0 0 25px 0;
	font-size:26px;
	color:#ffffff;}
.ortxsol h4 {
	padding:0;
	font-weight:100;
	margin:0 0 0 0;
	font-size:16px;
	color:#ffd7ee;}
.ortxsol h4 a {
	text-decoration:none;
	color:#33CCFF;
	}
.ortxsol p {
	font-size:13px;
	color:#FFF;}
.ortxsag {
	width:60%;
	float:right;
	right:0;
	position:relative;}
.ortxsag li {
	text-decoration:none;
	display:inline-block;
	margin:0 2% 0 2%;
	width:46%;
	float:left;
	padding:0;}
.ortxsag li img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
	}
.ortxsag li h3 {
	padding:0;
	font-weight:100;
	margin:0 0 25px 0;
	font-size:26px;
	color:#ffffff;}
.ortxsag li img {
	width:100%;
	height: auto;
	border-radius:10px;}
.ux {
	width:100%;
	position:relative;
}
.sgen {
	width:100%;
	min-height:278px;
	height:auto;
	z-index:50;
	top:40px;
	position:relative;}
.sgen h3 {
	padding:0;
	font-weight:100;
	margin:0 0 25px 0;
	font-size:26px;
	text-align:right;
	color:#ffffff;}
.skur {
	width:100%;
	height:278px;
	background:url(../images/kurumsalUst.jpg) center top no-repeat;
	background-size:auto;
	height:auto;
	padding:20px;
	z-index:50;
	margin-top:12px;
	position:relative;}
.skur h3 {
	padding:0;
	font-weight:100;
	margin:0 0 25px 0;
	font-size:26px;
	text-align:right;
	color:#ffffff;}
.scorx {width:100%;
	display:inline-block;
	min-height:278px;
	height:auto;
	position:relative;
	border-radius:15px;
	color:#fff;
	padding:15px 20px 15px 20px;
	margin-top:165px;
	margin-bottom:10px;
	background:#000006;
	background:rgba(0, 0, 6, 0.8);
	z-index:200;}
.scorx p { color:#FFFFFF;
font-size:14px;}
.scorx h4 { color:#FFFFFF;
font-size:20px;}
.scorx h3{ color:#000006;
font-size:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
 border-radius:10px; padding:5px 10px 5px 10px; text-align:left; width:200px; margin:5px 0 15px 0;}
.sgenx {width:100%;
	display:inline-block;
	min-height:278px;
	height:auto;
	position:relative;
	border-radius:15px;
	color:#fff;
	padding:15px 20px 15px 20px;
	margin-top:15px;
	margin-bottom:10px;
	background:#000006;
	z-index:200;}
.sgenx p { color:#FFFFFF;
font-size:14px;}
.sgenx h4 { color:#FFFFFF;
font-size:20px;}
.sgenx h3{ color:#000006;
font-size:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
 border-radius:10px; padding:5px 10px 5px 10px; text-align:left; width:200px; margin:5px 0 15px 0;}
.sgensol {
	width:20%;
	float:left;
	left:0;
	position:relative;}
.sgensol li {
	width:100%;
	margin:0 0 10px 0;
	list-style:none;
	padding:0;}
.sgensol img {
	width:100%;
	height:auto;}
.sgensag {
	width:77%;
	float:right;
	right:0;
	position:relative;}
	
.udumask {
	width:100%;
	height:160px;
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);

  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index:200;}
  .udu {
		width:100%;
	height:160px;
	display:block;
	overflow:hidden;
	border-radius:10px;

	position:relative;
	z-index:100;
}
  .udux {
		width:100%;
	height:115px;
	display:block;
	overflow:hidden;
border-radius:10px;

	position:relative;
	z-index:100;
}
.prodbg {
	position:absolute;
	z-index:0;
	height:300px;
	top:0;
	left:0;
	width:100%;
	background:url(../images/xx.jpg) top center no-repeat;}
	
.gnlsx {
display: inline-block;
  width: 100%;
  
  max-width: 100% !important;
  text-align: center;
	
	}

.gnlsx li {
width:150px;
height:150px;
display: inline-block;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;


 }

 .gnlsx li:hover {opacity:0.7;
}.imgsx {
	margin:0 auto;
width:140px;
height:140px;
overflow:hidden;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
 border-radius:10px; 
 }


.gnlsu {
display: inline-block;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
	
	}

.gnlsu li {
width:290px;
height:200px;
display: inline-block;
vertical-align:top;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;



 }

.imgs {
	margin:0 auto;
width:270px;
height:181px;
overflow:hidden;
transition: all 0.5s;
padding:0;
position:relative;
top:0; border-radius:10px; 

-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;

 }


.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
   border-radius:10px; 
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index:200;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
   border-radius:10px; 
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.sosyal {
	width:140px;
	height:50px;
	right:0;
	top:45px;
	position:absolute;
	z-index:500;}
	
@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:10px 0 0 0;
    list-style:none;
}
.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    margin-left: 2px;
    color: #ffffff;
    background-color: #000006;
}

.soc a:hover {
    z-index: 2;
    background-color:#03aded !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-twitter:before {
    content:'a';
}
.soc-linkedin:before {
    content:'j';
}

.franicfrm {
	width:100%;
	float:left;
	position:relative;
	margin:10px 30px 10px 0;
	}
.franicfrm a {
	color:#e1e1e1; text-decoration:none;}
.franicfrmsag{
	width:15%;
	list-style:none;
	height:28px;
margin-bottom:10px;

	float:left;
	position:relative;
	padding:0;
		font-size:14px;
	color:#fff;
}
.franicfrmsol{
	width:85%;
	list-style:none;
	height:28px;
margin-bottom:10px;

	float:left;
	position:relative;
	padding:0;
	font-size:13px;
	color:#fff;
	font-weight:700;}
	
.ilet_text {
min-height: 25px;
font-size: 14px;
color: #333333;
width:40%;
font-weight:700;
border-radius: 5px !important;
}
		.ilet_textseh {
min-height: 25px;
font-size: 14px;
color: #333333;
width:20%;
font-weight:700;
border-radius: 5px !important;
}
.ilet_texty{
height: 45px;
width:40%;
font-weight:700;
font-size: 14px;
color: #333333;
padding:0 0 0 10px;
margin-bottom:10px;
position:relative;
border-radius: 5px !important;
}
.ilet_submitbtn{
	margin:0 auto;
margin-bottom:5px;
margin-top:20px;
position:relative;
	font-size: 14px !important;
	width:150px;
	border-radius:10px;
line-height: 26px !important;
color:#000 !important;
background-color:#e1e1e1;
border:none;
}
.ilet_submitbtn:hover {
	background-color:#999;}