
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,tepeden
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}



a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  text-align: left;
  padding: 60px 0 0;
  height: 700px;
  width: 70%;
  margin: 0 auto;
  font: 13px Roboto Slab,serif;
}


#butonlar {
	float:left;
	width:30%;
	list-style-type:none;
}

#butonlar ul{
	list-style-type:none;
}

#butonlar  li>a {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border: 1px solid #1b93df;
    border-radius: 3px;
    font-family: Arial;
    color: #1b93df !important;
    font-size: 16px;
    background: #fff;
    background-color: transparent;
    padding: 6px;
    text-decoration: none; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin: 2px 5px 2px 2px;
	list-style-type:none;
	width:80%;
}

#butonlar  li>a:hover {
  background: #E4E4E4;
  color:#fff;
}

#butonlar  li>a:active {
  background: #ddd;
  color:#fff;
}



#urunler {
	float:left;
	width:69%;
	border-left-color: #f0ad4e;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}


#harita {
	float:left;
	width:60%;
}

#bilgiler {
	float:left;
	width:38%;
}

#tepe {
	padding:40px ;
}

#home {
  height: 200px;
}


#about {
  width: 70%;
}

#about h1 {
  margin-bottom: 100px;
  font-weight: 100;
  font-size: 42px;
}

.development #about h1 {
  font-family: IdealSans-Thin;
}

#about h1, #about dt, #about a:active {
  color: #1A3547;
}

#about dl > * {
  width: 470px;
}

#about dt {
  position: absolute;
  margin-top: -39px;
  font-weight: 500;
  font-size: 20px;
}

#about dd {
  margin-bottom: 86px;
  color: #5D6D81;
  line-height: 24px;
  font-weight: 300;
}

.development #about dd {
  font-weight: 200;
}

#about dl > :nth-of-type(2n) {
  margin-left: 510px;
}

#about dd:nth-of-type(2n+1) {
  position: absolute;
}

#about a {
  color: #1394BF;
}

#about code {
  font: 13px monaco, menlo, monospace;
  color: #1A3547;
}



#tepe {
  width: 70%;
}

#tepe h1 {
  margin-bottom: 100px;
  font-weight: 100;
  font-size: 42px;
}

.development #tepe h1 {
  font-family: IdealSans-Thin;
}

#tepe h1, #tepe dt, #tepe a:active {
  color: #1A3547;
}

#tepe dl > * {
  width: 470px;
}

#tepe dt {
  position: absolute;
  margin-top: -39px;
  font-weight: 500;
  font-size: 20px;
}

#tepe dd {
  margin-bottom: 86px;
  color: #5D6D81;
  line-height: 24px;
  font-weight: 300;
}

.development #tepe dd {
  font-weight: 200;
}

#tepe dl > :nth-of-type(2n) {
  margin-left: 510px;
}

#tepe dd:nth-of-type(2n+1) {
  position: absolute;
}

#tepe a {
  color: #1394BF;
}

#tepe code {
  font: 13px monaco, menlo, monospace;
  color: #1A3547;
}



#projects {
  width: 70%;
}

#projects h1 {
  margin-bottom: 100px;
  font-weight: 100;
  font-size: 42px;
}

.development #projects h1 {
  font-family: IdealSans-Thin;
}

#projects h1, #projects dt, #projects a:active {
  color: #1A3547;
}

#projects dl > * {
  width: 470px;
}

#projects dt {
  position: absolute;
  margin-top: -39px;
  font-weight: 500;
  font-size: 20px;
}

#projects dd {
  margin-bottom: 86px;
  color: #5D6D81;
  line-height: 24px;
  font-weight: 300;
}

.development #projects dd {
  font-weight: 200;
}

#projects dl > :nth-of-type(2n) {
  margin-left: 510px;
}

#projects dd:nth-of-type(2n+1) {
  position: absolute;
}

#projects a {
  color: #1394BF;
}

#projects code {
  font: 13px monaco, menlo, monospace;
  color: #1A3547;
}




h1 {
  margin-bottom: .5em;
}

p {
  width: 94%;
  margin: 0 auto;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: radial-gradient(ellipse farthest-side at 100% 100%, #8BB7CC 10%, #68B8BA 50%, #186183 120%);
  position: fixed;
  z-index: 3;
  width: 70%;
  top: 10px;
  left:15%;
  margin:0 auto;
  border-radius: 5px;
  padding: 0px 5px;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: auto;
  padding: 8px 0px 0px 10px;
  color: #fff;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
	margin:0px 2px 0px 2px;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
	font-weight:700;
	border-bottom:1px dotted #fff;
  
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 7px;
    text-align: center;
    border-top: 0;
    float: left;
	display: inline-block;
    font: 13px Roboto Slab,serif;
    text-shadow: 0 1px 0 rgba(25,53,71,.12);
    background: rgba(7,80,120,.1);
    border: 1px solid rgba(25,53,71,.04);
    border-top-color: rgba(25,53,71,.08);
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
    border-radius: 5px;

	}
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



footer {
  padding: 20px 0 20px;
  background: #1A3547;
  font-family: 'Roboto Slab', serif;

}

footer ul {
  width: 980px;
  margin: 0 auto;
}

footer li {
  display: inline-block;
  width: 80%;
  text-shadow: 0 1px 0 rgba(2,11,19,.1);
}

footer li + li {
  margin-left: 40px;
}

footer h1 {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

footer p {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #B5CBD8;
}

.development footer p {
  font-weight: 200;
}

footer a {
  color: #1BB3D7;
}

footer a:active {
  color: #fff;
}

.tepe {
	position:absolute;
	width:70%;
}
        .container {
            width: 70%;
            height: 180px;
            background-color: #fff;
            position: absolute;
			overflow:hidden;
			background-image: url(../icons/arkas.png);
			margin-top: 10px;
			border-radius:20px;
        }

        .center {
            width: auto;
            margin:0 auto;
            position: relative;
            top: 115px;
            transform: translateY(-50%);
            text-align: center;
            background-image: url(https://d13yacurqjgara.cloudfront.net/users/6234/screenshots/576316/banana.png);
            background-position: -10000px,-10000px;
            background-repeat: no-repeat;
        }

        .center h1 {
            margin: 0px;
            padding: 0px;
            text-align: center;
            margin-bottom: 50px;
            font-size: 18px;
            text-transform: uppercase;
        }

        .center p{
            padding-top:50px;
            text-align: center;
            color: #ccc;
            font-size: 12px;

        }

        .center p a{
            text-decoration: none;
            color: inherit;
        }

        .center p a:hover{
            color:#222;
        }

        .center img{
            cursor: pointer;
        }
