html { height: 100%; width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; background: white;
	font-size: 13px; line-height: 15px; }

div, ul, li, p, h1, h2, a, h3, h4, h5 {padding: 0;	margin: 0;}
a{	text-decoration: none;	color: black;}
ul{list-style-type: none;}
a img { border:none; }


#header{position: fixed; width: 100%; height:100px; z-index: 10; background-color: white; border-bottom: 1px solid #E5E5E5;}
#logo {position: absolute; float: left; top: 50%; margin-top: -25px; margin-left: 25px;}
#logo a{float: left; background: url('../imgs/xyz-logo.png') no-repeat; width: 139px; height: 50px;}

#main-nav{float: right; position: absolute; right: 25px; bottom: 10px;}
#main-nav li {display: inline-block;}
#main-nav li a{display: block; padding: 5px 15px; font: bolder 25px Arial; color: #797979; }
#main-nav li a:hover{color: #D83232; }


.works{ padding-left: 25px; position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color:#fff;
}

.works ul {margin: 0 auto; width: 50px; position: relative;}
.work{ width: 270px; height: 250px; border: 1px solid #E5E5E5; position: relative; margin: 0 25px 25px 0; display: inline-block; background-color: #FFF; }
.work .work-img {}
.work > a { position:absolute; display: block; height: 100%; }
.work > a h4 {color: #D83232; font: bold 15px Arial; padding:10px 0 0 10px; }
.work > a h5 {color: #797979; font: bold 12px Arial; padding: 3px 0 0 10px; margin-left: 2px;}
.work:hover {border: 1px solid #D83232;}

#content{position: absolute; top:0; left: 0; bottom: 0; right: 0; } 
#bg{position: fixed; width:100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; }
#img-bg{  position: absolute; top: 0; left: 0; bottom: 0; right: 0; min-width: 1200px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover;}



#work-content-container{width: 320px; position: fixed; padding-left:20px; height: 100%; z-index: 1; overflow: auto; background: url("../imgs/beyaz-alpha.png") repeat-y;}
#work-content{padding: 15px 0 60px 0; overflow: hidden; position: relative;}
#work-content .company_title { padding-top: 15px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); font-size:35px; line-height: 40px;}
#work-content .company_addtitle { padding-top: 10px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); font-size:16px; font-weight: bold; }
#work-link p{color:#797979; font: normal 15px Arial; float:right;}
#work-link p span{color:#797979; font: bold 15px Arial; margin-top: 10px;}
#work-link a{ color:#000; font: bolder 16px Arial; float: left; margin-top: 5px; }
#work-link a:hover{color: #D83232;}
#work-link{overflow: hidden; padding: 35px 0 10px 0;}

#proje-ico {width: 35px; height: 35px; background: #D83232 url("../imgs/show-proj.png"); float: left; margin-top:-8px; margin-right: 10px;}

#social { padding:20px 15px; border-top: solid 1px #CCC;}
#social a{ display:inline-block; margin-right:10px; font-size:11px; }
#social span{ width: 30px; height: 30px; float: left; margin-top:-5px; margin-right: 5px;}
#fb-ico { background: #D83232 url("../imgs/fb.jpg") no-repeat; }
#tw-ico {background: #D83232 url("../imgs/tw.jpg") no-repeat; }

#work-text {position:relative; border-top: solid 1px #CCCCCC; margin: 10px 0 0 0; padding: 20px 0;}
#work-text p{font: bold 12px Arial; color: #777; line-height: 25px;}
#work-pix img{margin: 10px 0 0 5px; height: 345px; width: 530px; border:solid 4px white;}

#nav-buts { position:fixed;  width:50px; right: 0; top:50%; margin-top: -75px; z-index:2; }
#nav-buts li{ line-height: 50px; display: inline-block; background-color: #181b1d; vertical-align: 0; margin-bottom: 1px; }
#nav-buts li:hover{   }
#nav-buts li a{ padding:0 15px 0 50px; width:auto; white-space: nowrap; vertical-align: 0; display: inline-block; color:#fff; font-weight: bold; font-size:14px;}
#nav-buts li a.next{ background: url("../imgs/left.png") no-repeat;  -webkit-background-size: 50px 50px; -moz-background-size: 50px 50px; background-size: 50px 50px; }
#nav-buts li a.prev{ background: url("../imgs/right.png") no-repeat;  -webkit-background-size: 50px 50px; -moz-background-size: 50px 50px; background-size: 50px 50px; }
#nav-buts li a.all{ background: url("../imgs/allWorks.png") no-repeat;  -webkit-background-size: 50px 50px; -moz-background-size: 50px 50px; background-size: 50px 50px; }

#snapshots { width:725px; padding:0 20px 0 20px; min-height: 100%; background-color: rgba(255,255,255, 0.70); position: relative; margin:auto; left:125px; z-index:1;}

hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E4E4E4;
  margin: 1em 0;
  padding: 0;
}

.animatable {
  -webkit-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pleaseNoSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ajaxloader{
  display: none;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  right: -15px;
  margin-top: 45px;
  
}


#about{width: 720px; position: relative; padding-right:20px; float: right; min-height: 100%; z-index: 1; overflow: auto; background-color: #2E2E2E; padding: 40px;}
#about p.single { font: bold 20px Arial; color: #D93333; padding: 10px 0; }
#about p.ab { font: normal 14px Arial; color: #FFF; line-height: 25px; padding-top:25px; }
#about h3 { font: bold 20px Arial; padding-top: 40px; color:#A8A8A8;}
#about p.minititle { font: bold 18px Arial; padding-top: 20px; color:#D93333;}
#about p.minititle  { font: bold 18px Arial; padding-top: 20px; color:#D93333;}
#about .services { margin-bottom: 10px; float: left; }
#about .services ul  { float:left; width: 100%; width: 100%; margin:0; padding:0; list-style: none; }
#about .services ul li  {float:left; width: 50%; font: normal 14px Arial; color: #FFF; margin-top: 10px;}

#career{width: 720px; position: relative; padding-right:20px; float: right; min-height: 100%; z-index: 1; overflow: auto; padding: 40px;}
#career p.single{ font: bold 20px Arial; color: #D93333; padding: 10px 0; }
#career p.single a:hover{color: #D93333; }
#career h2{ padding-top:15px; border:1px solid #000; padding: 15px; margin-top: 10px;}
#career p.ab{ font: normal 14px Arial; color: #333; line-height: 20px; padding-top:10px; }
#career h3{padding-top:15px; }
#career ul  { float:left; width: 100%; width: 100%; margin:0; padding:0; list-style-type:disc; padding-left: 15px;}
#career ul li  {float:left; width: 100%; font: normal 14px Arial; color: #444; margin-top: 10px; padding-left: 0;}

#contact{width: 800px; position: fixed; height: 100%; z-index: 1; overflow: auto; background-color: #D93333; right:0; padding: 0;}

#com { width: 100%; padding:40px; }
#com #address{ float: left; width: 320px;}
#com #address p{ float: left; font:bold 20px Arial; color:#fff; }
#com #oth{ float: left; width: 350px; margin-left: 20px; }
#com #oth #tel{ float: left; }
#com #oth #tel p{ float: left; color:#fff; font:normal 18px Arial; margin-right: 20px;}
#com #oth #email{ float: left; }
#com #oth #email a{ float: left; float: left; font:bold 20px Arial; color:#fff; line-height: 30px; padding-top: 10px; }
#com #oth #email a:hover{ color:#2E2E2E; }

#welcome { padding: 60px 0; text-align: center; background-color: #FFF; }
#welcome p{ width:800px; margin: 20px auto 0;  font-size: 18px; line-height:25px; }

#wd { padding: 40px 0; background-color: #222; text-align:center; overflow: hidden;}
#wd > p { font: bold 20px Arial; color:#fff; padding: 10px 20px; display: inline-block; border:1px solid #fff; margin-bottom: 20px;}
#wd #dow { width: 1100px; margin:20px auto 0; overflow: hidden; }
#wd #dow .services { overflow: hidden; float: left; margin: 0 15px; width: 240px;}
#wd #dow .services p{ font: bold 18px Arial; text-align:left; color:#fff; margin-bottom: 10px;  }
#wd #dow .services ul{ width: 100%; float: left; }
#wd #dow .services ul li{ text-align: left; font: normal 12px Arial; color:#B1B1B1; margin-bottom: 5px;}

#homecontact { padding:40px 0;background-color:#1D1D1D; text-align: center; }
#homecontact p{ font: normal 16px Arial;  color:#fff;  }
#homecontact a{ font: normal 16px Arial;  color:#fff; padding-top:10px; display: block;}
#homecontact a:hover{ color:#D83232; }

#slider { height:750px; position:relative; margin:auto; }
#slider_contents { height:750px; position:relative; margin:auto; overflow:hidden; }

.sldr{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; min-width: 1200px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; }

.sldr .infot{ position: absolute; font: normal 16px Arial; color:#fff; left: 50%; margin-left: -400px; width:800px; text-align: center; bottom:70px;}
.sldr .infot p{ margin-bottom: 10px; }
.sldr .infot a{ font: bold 16px Arial; color:#fff; }
.sldr .infot a:hover{ color:#000; }



  #cycle-nav
  {
    z-index:5;
    position:absolute;
    right:25px;
    bottom:25px;
  }

  #cycle-nav div {
    float:left;
    width: 11px;
    height: 11px;
    text-align: center;
    background:#fff;
    border: #fff 2px solid;
    line-height: 30px;
    border-radius:20px;
    margin-left: 10px;
    margin-top: 12px;
    cursor: pointer;
  }
  #cycle-nav div.activeSlide {
    background:#D83232;
  }