/* Google Fonts Import
--------------------------------------------- */
/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#content address {
  padding: 0 0 20px 0;
}
#content abbr,
acronym {
  border-bottom: .1em dotted;
}
#content pre,
code,
tt {
  font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* General Structure and Styles
--------------------------------------------- */
html {
  height: 100%;
}
body {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  min-height: 100%;
  background-size: cover;
  overflow: hidden;
  color: black;
}
body.white {
  color: white !important;
}
/* Header
--------------------------------------------- */
header {
  min-height: 10%;
  height: auto !important;
}

a.posicionado {
	position: absolute;
	top: 50%;
  margin-top: -31px;
  left: 0;
	width: 100%;
	text-align: center;
	
}

#logo {

  margin-left: auto;
  margin-right: auto;
  width: 354px;
  height: 31px;
  background: url(../img/kaan-logo-white.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body.white #logo {
  background-image: url(../img/kaan-logo-white.png);
}
/* Sections
--------------------------------------------- */
section {
  position: absolute;
  top: 50%;
  height: 240px;
  margin-top: -120px;
  width: 100%;
}
section .commingsoon {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
/* Footer
--------------------------------------------- */
footer {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
footer p {
  line-height: ;
  font-size: 18px;
  font-weight: 600;
}
footer #icons {
  margin-top: 26px;
  width: 166px;
  margin-left: auto;
  margin-right: auto;
}
footer #icons a {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer #icons #arch {
  background: url(../img/architecture-icon.png) 0 0 no-repeat;
  margin-left: 10px;
}
footer #icons #face {
  background: url(../img/facebook-icon.png) 0 0 no-repeat;
}
footer #icons #archi {
  background: url(../img/archinect-icon.png) 0 0 no-repeat;
  margin-left: 10px;
}
footer #icons #pint {
  background: url(../img/pinterest-icon.png) 0 0 no-repeat;
  margin-left: 10px;
}
footer .magin-left {
  margin-left: 25px;
}
footer .telephone,
footer .email {
  text-decoration: none;
  color: black;
}
body.white #arch {
  background-image: url(../img/architecture-icon-white.png) !important;
}
body.white #face {
  background-image: url(../img/facebook-icon-white.png) !important;
}
body.white .email,
body.white .telephone {
  color: white !important;
}
/* Supersized
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  height: 100%;
}
img {
  border: none;
}
#supersized-loader {
  display: none;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}
/* Responsive
--------------------------------------------- */
@media screen and (max-width: 480px), screen and (max-height: 480px) {
  header {
    margin-left: 18px;
    margin-right: 18px;
  }
  #logo {
    margin-top: 18px;
    max-width: 90%;
    background-size: contain;
    background-position: center;
  }
  section .commingsoon {
    font-size: 38px;
  }
  section .breaking {
    display: block;
  }
  footer {
    bottom: 18px;
  }
  footer #icons {
    margin-top: 10px;
  }
  footer .magin-left {
    display: block;
    margin-left: 0px;
  }
  footer .email {
    font-size: 0.9em;
  }
}
@media screen and (max-height: 380px) {
  body {
    min-height: 300px;
  }
  section {
    margin-top: -100px;
  }
  section .breaking {
    display: inline;
  }
  .email {
    font-size: 1em !important;
  }
}
