html, body {
    margin: 0;
    padding: 0;
    font-family:helv-35;

}
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    z-index:999999;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent gray transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent gray;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: gray;
    font-size: 14px;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Base CSS
 * --------------------------------------- */
body{
	color: #333;
	color: rgba(0,0,0,0.5);
	font-family:helv-35;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}/*
p{
	font-size: 2em;
}*/
.section{
	text-align:center;
}

/* Menu
 * --------------------------------------- */
 #menu li {
	display:inline-block;
	margin: 5px;
	color: #000;
	background:gray;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 4px; 
            border-radius: 4px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: gray;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 5px 9px;
	display:block;
	font-size:12px;
}
#menu li.active a{
	color: gray;
}
#menu{
	position:absolute;
	top:5px;
	left:435px;
	height: 70px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


/* Sections
 * --------------------------------------- */


.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}

/* Navigation
 * --------------------------------------- */
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

#section1 p{
	visibility:hidden;
}
#section2 .intro{
	left: -130%;
	position:relative;
}


abc{
	display:inline-block;
}


/*---------------------------REFERANSLAR LOGO SPRITE--*/
#buyuk {
	position:relative;
	left:20px;
	top:15px;
	width:790px;
	height:158px;
	z-index:1;
}

#satır1 {
	position:absolute;
	left:0px;
	top:0px;
	width:790px;
	height:52px;
	z-index:2;
	
}
#satır2 {
	position:absolute;
	left:0px;
	top:52px;
	width:790px;
	height:52px;
	z-index:2;
	
}
#satır3 {
	position:absolute;
	left:0px;
	top:104px;
	width:790px;
	height:52px;
	z-index:2;
	
}
#kutu1 {
	position:absolute;
	left:0px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu2{
	position:absolute;
	left:98px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu3{
	position:absolute;
	left:196px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu4{
	position:absolute;
	left:294px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu5{
	position:absolute;
	left:392px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu6{
	position:absolute;
	left:490px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu7{
	position:absolute;
	left:588px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu8{
	position:absolute;
	left:686px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3; 
}

#kutu9 {
	position:absolute;
	left:0px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu10{
	position:absolute;
	left:98px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu11{
	position:absolute;
	left:196px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu12{
	position:absolute;
	left:294px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu13{
	position:absolute;
	left:392px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu14{
	position:absolute;
	left:490px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu15{
	position:absolute;
	left:588px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu16{
	position:absolute;
	left:686px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3; 
}
#kutu17{
	position:absolute;
	left:0px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3; 
}
#kutu18 {
	position:absolute;
	left:98px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu19 {
	position:absolute;
	left:196px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu20 {
	position:absolute;
	left:294px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}

#kutu21 {
	position:absolute;
	left:392px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu22 {
	position:absolute;
	left:490px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu23 {
	position:absolute;
	left:588px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
#kutu24 {
	position:absolute;
	left:686px;
	top:0px;
	width:98px;
	height:52px;
	z-index:3;
}
.sprite1 {
	background:url(../images/referanslarRecovered.png)no-repeat -6px -8px;
	width: 75px;
	height: 40px;
}
.sprite2 {
	background:url(../images/referanslarRecovered.png) no-repeat -101px -8px;
	width: 54px;
	height: 39px;
}
.sprite3 {
	background:url(../images/referanslarRecovered.png) no-repeat -195px -8px;
	width: 64px;
	height: 11px;
}
.sprite4{
	background:url(../images/referanslarRecovered.png)  no-repeat -300px -8px;
	width: 34px;
	height: 25px;
}
.sprite5{
	background:url(../images/referanslarRecovered.png) no-repeat -395px -8px;
	width: 64px;
	height: 23px;
}
.sprite6{
	background:url(../images/referanslarRecovered.png) no-repeat -490px -8px;
	width: 56px;
	height: 20px;
}
.sprite7{
	background:url(../images/referanslarRecovered.png) no-repeat -590px -8px;
	width: 46px;
	height: 43px;
}
.sprite8{
	background:url(../images/referanslarRecovered.png) no-repeat -690px -8px;
	width: 58px;
	height: 33px;
}
.sprite9{
	background:url(../images/referanslarRecovered.png)no-repeat -10px -58px;
	width: 53px;
	height: 15px;
}
.sprite10{
	background:url(../images/referanslarRecovered.png) no-repeat -100px -58px;
	width: 65px;
	height: 19px;
}
.sprite11{
	background:url(../images/referanslarRecovered.png)no-repeat -200px -58px;
	width: 44px;
	height: 22px;
}
.sprite12{
	background:url(../images/referanslarRecovered.png) no-repeat -298px -58px;
	width: 31px;
	height: 44px;
}
.sprite13{
	background:url(../images/referanslarRecovered.png) no-repeat -395px -58px;
	width: 57px;
	height: 20px;
}
.sprite14{
	background:url(../images/referanslarRecovered.png) no-repeat -490px -58px;
	width: 69px;
	height: 25px;
}
.sprite15{
	background:url(../images/referanslarRecovered.png) no-repeat -598px -58px;
	width: 63px;
	height: 16px;
}
.sprite16{
	background:url(../images/referanslarRecovered.png) no-repeat -690px -55px;
	width: 32px;
	height: 40px;
}
.sprite17{
	background:url(../images/referanslarRecovered.png)no-repeat -0px -105px;
	width: 48px;
	height: 39px;
}
.sprite18{
	background:url(../images/referanslarRecovered.png) no-repeat -97px -100px;
	width: 52px;
	height: 31px;
}
.sprite19{
	background:url(../images/referanslarRecovered.png)  no-repeat -200px -108px;
	width: 68px;
	height: 13px;
}
.sprite20{
	background:url(../images/referanslarRecovered.png)no-repeat -295px -105px;
	width: 34px;
	height: 41px;
}
.sprite21{
	background:url(../images/referanslarRecovered.png)no-repeat -395px -105px;
	width: 52px;
	height: 22px;
}
.sprite22{
	background:url(../images/referanslarRecovered.png) no-repeat -495px -105px;
	width: 57px;
	height: 14px;
}
.sprite23{
	background:url(../images/referanslarRecovered.png)no-repeat -598px -105px;
	width: 57px;
	height: 13px;
}
.sprite24{
	background:url(../images/referanslarRecovered.png)  no-repeat -693px -105px;
	width: 51px;
	height: 27px;
}







/*-----------------------------------------------------------------Re-Used Style*/

*
{
    margin: 0;
    padding: 0;
}


html,body
{
    width: 100%;
    height:100%;
    margin: 0px;
    padding: 0px;	
    font-size: 11px;
    color: #333; /*background-image: url('../images/bg.jpg');     background-color:gray;*/
	font-family:helv-35;
}


img{
	border:0;
}


#minibilisim{
	position:fixed; 
	right:23px; 
	bottom:2px; 
	z-index:999999;
}

a{
	text-decoration:none;
	color:inherit;
	
}

a:hover{
	text-decoration: underline;
}

/*----------Outsource-FONTS----------------*/


@font-face {
  font-family: 'PT';
  src: url('../font/PTSans-NarrowBold.eot?') format('eot'), 
  		url('../font/PTSans-NarrowBold.woff') format('woff'), 
  		url('../font/PTSans-NarrowBold.ttf') format('truetype');
}


 @font-face {
  font-family: 'helv-35';
  src: url('../font/Gill-Sans-Light.eot');
  src: url('../font/Gill-Sans-Light.svg#FONT') format('svg'),
  		url('../font/Gill-Sans-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Gill-Sans-Light.woff') format('woff'),
        url('../font/Gill-Sans-Light.ttf') format('truetype');

}
 @font-face {
  font-family: 'segoe';
  src: url('../font/Gill-Sans-Light.eot');
  src: url('../font/Gill-Sans-Light.svg#FONT') format('svg'),
  		url('../font/Gill-Sans-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Gill-Sans-Light.woff') format('woff'),
        url('../font/Gill-Sans-Light.ttf') format('truetype');

}

.text{
	font-size:16px;
	color:#444;
	line-height: 21px;
	padding:25px;
}

/*--------------Layout--------------*/

.base-bg{
	    background-image: url('../images/tm-bg.jpg');
    	position:fixed;
    	top:0;
    	left:0;
    	width:100%;
		height:100%;
    	background-repeat:no-repeat;
    	z-index:-3

}

.bg5{	
	background-image: url('../images/bg5.png');
	background-repeat:  repeat;
	width:100%;
	height:400%;
	top:0px;
	left:0;
	position:fixed;
	z-index:-2;
}

.bg-5{	
	background-image: url('../images/bg-5.png');
	background-repeat:  repeat;
	width:100%;
	height:400%;
	top:0px;
	left:-5px;
	position:fixed;
	z-index:-1;
}

.landing{
	width:100%;
	height:100%;
	display:block;
	/*background-image: url('../images/bs1.jpg');
	
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;*/
	z-index:22;
	position:relative;
}
.section{
	width:100%;
	height:100%;
	display:block;
	/*padding-top:-80px;
	background-image: url('../images/bs1.jpg');
		
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;*/
	z-index:22;
	position:relative;
	min-width: 960px;
}
.section2{
	width:100%;
	height:100%;
	display:block;
	/*padding-top:-80px;
	background-image: url('../images/bs1.jpg');
		
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;*/
	z-index:22;
	position:relative;
	min-width: 1180px;
}
.bgkurumsal{	
	background-image: url('../images/opaque.png');
}

.bg-gray{
	/*background-color: rgba(230,230,230,0.85);*/
}

.bg-some{
	background-color: rgba(222,222,222,0.95);
	
}
.bg-some2{
	background-color: rgba(142,15,133,0.85);
}

.bg-sari{
	/*background-color: rgba(249,199,89,0.35);*/
	background-image: url('../images/3.png');
	background-color: rgba(255,255,255,0.95);
}
.bg-kirmizi{
	/*background-color: rgba(218,54,16,0.35);*/
	background-image: url('../images/2.png');
	background-color: rgba(255,255,255,0.95);
}
.bg-mavi{
	/*background-color: rgba(0,193,211,0.35);*/
	background-image: url('../images/1.png');
	background-color: rgba(255,255,255,0.95);
}
.bg-yesil{
	/*background-color: rgba(94,180,120,0.35);*/
	background-image: url('../images/4.png');
	background-color: rgba(255,255,255,0.95);
	
}
.bg-gri{
	background-color: rgba(25,25,25,0.85);
}
.demo-text
{
	font-size:35px;
	color:#777;
	padding:150px 50px 50px 50px;
}



.headline{
width:1180px;
	font-size:65px;
	line-height:60px;
	color:gray;
	font-family:PT;
	margin: 0 auto;
	text-align:left;
}

.headline-kurumsal{
	width:600px;
	font-size:40px;
	line-height:40px;
	color:gray;
	font-family:PT;
	margin: 0 auto;
	text-align:left;
}

.pad{
	padding:0;
}

.subline{
	font-size:13px;
	color:gray;
	padding:5px;
	cursor:pointer;
}

/*.lang:hover{
	box-shadow: #000 1px 1px 1px;
	padding:5px 7px;
}*/

.lang{
	position:absolute;
	top:10px;
	right:10px;
	/*background-color:#c41137;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	*/
    
}

.content{

}

.something{
	width:130%;
	height:700px;
	position:relative;
	left:-15%;
	opacity:0.99;
}

.leftt{
	transform:rotate(-7deg);
	-ms-transform:rotate(-7deg); /* IE 9 */
	-webkit-transform:rotate(-7deg); /* Safari and Chrome */
}

.rightt{
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
}

.first{
	background-color:rgba(238,238,238,0.99);
}

.second{
	background-color:rgba(221,221,221,0.99);
}
.black{
	background-color:rgba(0,0,0,0.99);
}
.wood{
	background-image: url('../images/wood.jpg');
}

.glass{
	background-image: url('../images/glass.png');
}

.1{
	z-index:1;
}
.2{
	z-index:2;
}
.3{
	z-index:3;
}
.4{
	z-index:4;
}
.5{
	z-index:5;
}


.wrapper{width:960px; margin:0 auto; padding-top:100px; padding-bottom:150px; background-color: rgba(255,255,255,0.3); height:400px;}
.wrapper-clean{width:960px; margin:0 auto;}
.content-plate{/*padding:0px 20px; */background-color: rgba(255,255,255,0.03); height:100%; position:relative;}
.content-plate2{/*padding:0px 20px; background-color: rgba(255,255,255,0.8); height:1000px;*/ position:relative; overflow:hidden;}
/*----------İçerik Sayfaları Ortak--------------*/

    /*-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;
    background-color:rgba(249,117,88,0.7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    */
    
    
 .navigation{

}     
    
.navigation2 .logo{
	position:relative; 
	top:70px;
	z-index:9999998;
}    
.fixed{
	position:fixed;
	top:2px;
}
.background{
	background-color:rgba(255,255,255,0.4);
	height:80px;
	margin:0 auto;
}

.sub-head{
	height:45px;
	width:100%;
	line-height:45px;
	font-size:18px;
	color:gray;
	position:absolute;
	top:0px;
}

.land-head{
	height:75px;
	width:100%;
	line-height:45px;
	font-size:18px;
	color:gray;
	position:absolute;
	top:15px;
	/*background-image: url('../images/doku.png');
	background-color:#626366;*/
}

.red{
	background-color:#c22948;
}

.green{
	background-color:#b0cc92;
}

.border-top{
	border-top: 1px solid gray;
}

h1{
	font-size:23px;
	color:#5f5f5f;
	font-weight: 100;
}

h2{
	font-size:16px;
	color:#5f5f5f;
	font-family:helv-35;
	line-height: 16px;
	font-weight: lighter;
}

.h2{
	font-size:16px;
	color:gray;
	font-family:helv-35;
	line-height: 17px;
	font-weight: lighter;
}

.circle-back{-webkit-border-radius: 120px;-moz-border-radius: 120px; border-radius: 120px; background-color:rgba(33,122,35,0.4); width:300px; height:300px;}
.circle-front{-webkit-border-radius: 120px;-moz-border-radius: 120px; border-radius: 120px; background-color:rgba(33,122,35,0.99); width:200px; height:200px;}

.nav-button{
	font-size:19px;
	line-height: 27px;
	color:gray;
	font-weight: lighter;
	margin:10px 0;
}

.button{
	color:#5f5f5f;
	font-size:16px;
	line-height:25px;
	padding:4px 10px;
	display:inline-block;
	background-color: rgba(255,219,11,0.8);
	margin:2px;
	cursor:pointer;
	text-decoration:none;
}

.button:hover{
	/*text-decoration: overline;*/
	background-color: rgba(255,219,11,0.8);
	padding-left:11px;
	cursor:pointer;
	text-decoration:none;
	color:#000;
}

.button-nav{
	color:gray;
	font-size:13px;
	line-height:21px;
	padding:4px 10px;
	display:inline-block;
	background-color: rgba(90,90,90,0.3);
	margin:2px;
	cursor:pointer;
	text-decoration:none;
	
}

.button-nav:hover{
	/*text-decoration: overline;*/
	background-color: rgba(90,90,90,0.8);
	padding-left:11px;
	cursor:pointer;
	text-decoration:none;
	color:gray;
}

.button-nav-alt{
	color:gray;
	font-size:11px;
	line-height:17px;
	padding:3px 7px;
	display:inline-block;
	background-color: rgba(90,90,90,0.3);
	margin:2px;
	cursor:pointer;
	text-decoration:none;
	margin-left:35px;
	
}

.button-nav-alt:hover{
	/*text-decoration: overline;*/
	background-color: rgba(90,90,90,0.8);
	padding-left:8px;
	cursor:pointer;
	text-decoration:none;
	color:gray;
}

.navi-site-map{
	position:relative;
	text-align:left;
	padding:20px 0;
	width:350px;
	display:inline-block;
	}

.nav-left{
	text-align:left;
	padding:5px;
	width:160px;	
	display:inline-block;
	vertical-align:top;
}	

.nav-right{
	text-align:left;
	padding:5px;
	width:160px;
	display:inline-block;	
}

.navi-main{
	background-image: url('../images/navi-slice.png');
	width:100%;
	text-align: center;
	vertical-align: bottom;
	position:relative;
	height:175px;
	z-index:999999;
	line-height: 276px;
	vertical-align: bottom;
	font-size:15px;
	opacity:0.3;
}

.navi-main a{
	padding:5px;
	margin: 5px;
	background-color: rgba(255,255,255,0.08);
	font-family: helv-35;
	color:gray;
	text-decoration: none;
	cursor:pointer;
	
}

.navi-main a:hover{
	background-color: rgba(255,255,255,0.15);
	color:#ccc;
}

.navi-sub{
	/*display:none;*/
	line-height: 16px;
}

.navi-sub a{
	/*display:none;*/
	line-height: 32px;

}
 

.referances{
/*padding-top:100px;*/
}




/*  -----------------        Referansların resim kutuları        -----------------          */

.referans{
	display:inline;
	width:150px;
	height:150px;
	border:1px dotted gray;
	margin:20px;
	position:relative;
}

.referans-txt{
	color:gray;
	font-size:17px;
	
}

.referans-txt-container{
	
}


/*-----------------Dead Center Tryouts-----------------*/

.dead-center{
text-align: center;
position: absolute;
top: 52px;
left: 0px;
width: 100%;
height: 1px;
visibility: visible;
display: block;
}



.dead-content{
margin-left: -590px;
position: relative;
top: 0px;
left: 50%;
width: 1180px;
visibility: visible;

text-align: left;
overflow:hidden;
}

.dead-content1{
margin-left: -480px;
position: relative;
top: 0px;
left: 50%;
width: 960px;
visibility: visible;

text-align: left;
overflow:hidden;
}
.dead-content2{
margin-left: -590px;
position: relative;
top: 0px;
left: 50%;
width: 1180px;
visibility: visible;

text-align: left;
overflow:hidden;
}
.dead-content3{
margin-left: -590px;
position: relative;
top: 0px;
left: 50%;
width: 1180px;
visibility: visible;

text-align: left;
overflow:hidden;
}
.dead-content4{
margin-left: -590px;
position: relative;
top: 0px;
left: 50%;
width: 1180px;
visibility: visible;

text-align: left;
overflow:hidden;
}
.dead-content5{
margin-left: -590px;
position: relative;
top: 0px;
left: 50%;
width: 1180px;
visibility: visible;

text-align: left;
overflow:hidden;
}

.ortayi-bul{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortayi-bul1{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortayi-bul2{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortayi-bul3{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortayi-bul4{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortayi-bul5{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.ortaya-yerles-land{
background-color: rgba(247,247,247,0.95);
	position:relative;
	top:1px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid gray;
}

.ortaya-yerles-show{
	position:relative;
	top:1px;
}

.ortaya-yerles-referances{
	position:relative;
	top:1px;
}

.ortaya-yerles-factory{
	position:relative;
	top:1px;
}

.ortaya-yerles-contact{
	position:relative;
	top:1px;
}




#go-baby-go{
position:absolute;
bottom:60px;
left:48%;
width:60px;
height:60px;
/*background-image: url('../images/gogogo.png');*/ 
}

/*-----------------Dead Center Tryouts-----------------*/


.temiz-metal-logo{
	position:relative; 
	top:-40px; 
	z-index:9999999;
	
	
}	
	
/*MENU

.menu-button{
	width: 175px;
	height: 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	background: gray;
	border:1px solid #969696;
	line-height:30px;
	margin-left:15px;
	margin-bottom:3px;
	cursor:pointer;
	opacity:0.7;
}	

.menu-button:hover{
	background-color: #fafafa;
	border-color:#666;
	cursor:pointer;
		opacity:1;
}

.menu-button .menu-text{

	     font-size:14px;
	     color:#868686;
	     padding-left:20px;
	cursor:pointer;	     
}
*/

.menu-button{
	width: 175px;
	height: 30px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: gray;
	border:1px solid #969696;
	line-height:30px;
	margin-left:15px;
	margin-bottom:3px;*/
	cursor:pointer;
	opacity:0.7;
	display:inline-block;
}	

.menu-button:hover{
	background-color: #fafafa;
	border-color:#666;
	cursor:pointer;
		opacity:1;
}

.menu-button .menu-text{

	     font-size:14px;
	     color:#868686;
	     padding-left:20px;
		cursor:pointer;	     
}

.menu-seperator{
	font-size:32px;
	color:gray;
}

.scroll-content{
	padding:30px 170px 50px 70px;
	font-size:14px;
	word-wrap: break-word;
}

.tm-header{
	position:fixed;
	top:0;
	height:50px;
	width:100%;
	background-image: url(../images/menu-slice-top.png);
	z-index:99999999; 

	}
.tm-header-content{
	width:860px;
	margin:0 auto;
	background-image: url('../images/head-bg.png');
	height:96px;
	position:relative;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	opacity:0.9;
	}	
.tm-footer{
	position:fixed;
	bottom:0px;
	height:40px;
	width:100%;
	/*background-color:rgba(255,255,255,0.2);*/
	background-image: url(../images/menu-slice-top.png);
	z-index:99999999;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); 
	}	
.tm-footer-content{
	width:1180px;
	margin:0 auto;
	/*background-color:rgba(222,222,222,0.2);*/
	height:30px;
	text-align:center;
	position:relative;
}

.homehome{
	position:absolute;
	top: 20px;
	left: -103px;
	cursor:pointer;
	width:104px;
	height:46px;
}

.homehomeimg{
	background-image: url('../images/homehome.png');
	background-position: -45px;
	width:104px;
	height:46px;
}
.homehomeimg:hover{

	background-position: 105px;
}

.tm-logo-white{
	cursor:pointer;
	display:inline-block;
}

.top-logo-top{
	top:15px; 
	left:30px; 
	position:relative;
}

.top-logo-top:hover{
	cursor:pointer;
	top:16px;
}

.tm-menu-head{
font-size: 12px;
display: inline-block;
color: gray;
top: -25px;
position: relative;
left: 60px;
	
}

.tm-menu-head span{
padding:4px 8px;
margin:0 4px;
border:1px solid gray;
background-color: rgba(255,255,255,0.1);
display:inline-block;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
cursor:pointer;
text-shadow: 1px 1px 0px #444;
}

.tm-menu-head span:hover{

background-color: rgba(255,255,255,0.3);


}


/*--REFERANCE BOXES---*/

.ref-box{
	width:260px;
	height:245px;
	margin:17px;
	position:relative;
	float:left;
	cursor:pointer;
}
.ref-image{
	width:260px;
	height:170px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.ref-image img{
	border:0px;
	cursor:pointer;
	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.ref-image img:hover{
	cursor:pointer;
	opacity:0.8;
}
.ref-info{
	width:240px;
	height:55px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	background-color: gray;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
text-align:left;
padding:10px;
font-size:16px;
position:relative;

}

.ref-year{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#aaa;
}
/*REFERANSLAR LIGHTBOX BABY*/
.ref-light{
margin-top:50px;
	background-color:#ddd;
	height:630px;
	width:900px;
	display:none;
	position:relative;
	}
	
.ref-content{
	padding:25px;
}

.baslik{
text-align:center;
	font-size:32px;
	color:#444;
}	
	
.alt-aciklama{
text-align:center;
	font-size:15px;
	color:#aaa;
}	

.galeri{
text-align:center;
	position:relative;
	padding-top:50px;
}	

.galeri img{
	width:70px;
	height:70px;
	display:inline-block;
}	

.kapat{
position:absolute;
top:0px;
right:0px;
}	

.sonraki{
position:absolute;
right:80px;
top:50px;
height:75px;
width:67px;
}		
	
.onceki{
position:absolute;
left:80px;
top:50px;
height:76px;
width:66px;
}	
	
.resim img{
	margin:15px;
	height:375px;
}	
.adres{
text-align:left;
	font-size:15px;
	color:#444;
	margin:35px;
	top:10px;
	left:0px;
	position:absolute;
}
	
.kurumsal{
	right:50px;
	top:50px;
	position:absolute;
}
	.kurumsal-text{
		font-size:16px;
		
		text-align:left;
		width:600px;
		text-shadow: 1px 1px 0px gray;
	}
	
	.kurumsal-info{
		margin: 0px 0px 70px;
		background-color: rgba(255,222,0,0.2);
		border: 1px solid yellow;
		padding:3px 15px;
		height: 20px;
		line-height:20px;
		color:#000;
		font-size:12px;
		position:relative;

	}
	
	
	
	.kurumsal-menu{
		position:absolute;
		left:20px;
		top:60px;
		color:#333;
		
	}
	
.tm-bar{
	width:790px;
	height:148px;
	background-image: url('../images/tm-bar.png');
	text-align:center;
	line-height:148px;
	left:-95px;
	position:relative;
}

.tm-barA{
	height:50px;
	width:50px;
}
	
	
.wrap-text-img{
	float:right;
	margin:20px 5px;
}
	
	/*-----orig #ffe62f; commented out--------------------------------
blockquote {
background-color: #f5f5f5;
margin: 5px 15px 20px;
padding: 15px 20px 0;
}
----------------------------------------------------------------*/
.blockquote {

padding:25px 25px 25px 90px;
background-color: rgba(215,215,215,0.3);
border:1px solid white;
font-size:16px;
font-style: italic;
color:#000;
background-image: url('../images/quotes-block.png') ;
background-position:20px 20px;
background-repeat: no-repeat;


/*----------------------------------------------------------*/
	
	
.tm-main-img{
		position: absolute;
		right: 15px;
		top: -30px;
}

		
.frame {
    height: 33px;      
    border: 1px solid red;
    display: inline-block;
    text-align: center; margin: 1em 0;
    margin-right:10px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partnerlogo {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 33px;
    max-width: 92px;
}

	
	
	
	
#formContainer div {
    font-family: 'Ubuntu', sans-serif;
}
#formContainer .l3 {
    width: 32.1%;
    font-family: 'Ubuntu', sans-serif;
}