﻿    html {
      height: 100%;
    }
    body {
      background: #E2E4E7;
      padding: 0;
      position: relative;
      margin: 0;
      height: 100%;
      -webkit-font-smoothing: antialiased;
    }
    .loader{
        position:absolute;
        top:0;
        left:0;
        z-index:99999;
        width:100%;
        height:100%;
        background:url(../img/loading.gif) center center no-repeat #ffffff;
    }

    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      letter-spacing: -4px;
      font-weight: 100;
    }
    h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    }
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-size: 30px;
      margin-top: 15px;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    .main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }
    .main section .page_container {
      position: relative;
      top: 25%;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
    }
    .main section  {
      overflow: hidden;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
    .main section.page1 {
      background:rgb(230, 217, 200);
    }
    .main section.page1 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: black;
    }
    .main section.page1 h2 {
      color: rgba(0,0,0,0.85);
      text-align: center;
      width: 435px;
      line-height: 160%;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    .main section.page2 > img {
      position: absolute;
      top: -300px;
      left: 50%;
      margin-left: -1095px;
    }
    .main section.page2 .page_container {
      margin-top: 240px;
      overflow: hidden;
    }
    .main section.page2 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
    .main section.page2 h2 {
      color: rgba(255,255,255,0.85);
      text-align: center;
      line-height: 160%;
      font-weight: 100;
    }
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }
    .main section.page3 .page_container {
      overflow: hidden;
      width: 500px;
      right: -285px;
    }
    .main section.page3 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 0;
      font-size: 70px;
      letter-spacing: -1px;
      color: black;
    }
    .main section.page3 h2 {
      color: rgba(0,0,0,0.85);
      text-align: left;
      line-height: 160%;
      font-weight: 100;
      font-size: 21px;
    }
    
    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto;
    }
    
    body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
      padding: 20px;
      margin-top: 150px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body.disabled-onepage-scroll  section .page_container h1{
      text-align: center;
      font-size: 50px;
    }
    body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
      text-align: center;
      width: 100%;
    }
    
    body.disabled-onepage-scroll .main section.page1 > img {
      position: absolute;
      width: 80%;
      left: 10%;
    }
    
    body.disabled-onepage-scroll .main section > img {
      position: relative;
      max-width: 80%;
      bottom: 0;
    }
    body.disabled-onepage-scroll code {
      width: 95%;
      margin: 0 auto 25px;
      float: none;
      overflow: hidden;
    }
    
    body.disabled-onepage-scroll .main section.page3 .page_container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      right: 0;
    }

    section .imgholder {
        position: absolute;
        width:100%;
        height:100%;
        background-size:cover;
    }

    .img1{
        background: url(../img/main/1.jpg) center center no-repeat;
    }
    .img2{
        background: url(../img/main/2.jpg) center center no-repeat;
    }
    .img3{
        background: url(../img/main/3.jpg) center center no-repeat;
    }
    .img4{
        background: url(../img/main/4.jpg) center center no-repeat;
    }
    .img5{
        background: url(../img/main/5.jpg) center center no-repeat;
    }
    .img6{
        background: url(../img/main/6.jpg) center center no-repeat;
    }
    .logo-holder{
        width: 239px;
        height: 117px;
        position: absolute;
        padding:15px;
        background: rgba(255,255,255,0.8);
        top: 0;
        left: 15%;
        z-index: 99999;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
        text-align:center;
        vertical-align:middle;
    }
    .facebook{
        position:absolute;
        bottom:5%;
        right:0;
        height:46px;
        line-height:32px;
        padding: 5px 2% 8px 1%;
        background:rgba(0,0,0,0.5);
        color:#ffffff;
    }
    .map-holder{
        width:100%;
        height:100%;
        background:url(../img/map/bg.jpg) center center no-repeat;
        background-size:cover;
    }
    .page-content{
        position:absolute;
        z-index:5;
        width:100%;
        height:100%;
    }

    .page-content .slogan{
        font-family: 'Quintessential', cursive;
        color:#ffffff;
        font-size:48pt;
    }

    .page-content .s1{
        position:absolute;
        bottom:10%;
        left:0;
        padding:5px 3% 15px 8%;
        background:rgba(0,0,0,0.5);
        display:none;
    }

    .page-content .s2{
        position:absolute;
        top:10%;
        right:0;
        padding:5px 8% 5px 3%;
        background:rgba(0,0,0,0.5);
        display:none;
    }

    .page-content .s3{
        position:absolute;
        top:10%;
        right:0;
        padding:5px 8% 5px 3%;
        background:rgba(0,0,0,0.5);
        display:none;
    }

    .page-content .s5{
        position:absolute;
        top:10%;
        right:0;
        padding:5px 8% 5px 3%;
        background:rgba(0,0,0,0.5);
        display:none;
    }

    .page-content .s6{
        position:absolute;
        top:10%;
        right:0;
        padding:5px 8% 5px 3%;
        background:rgba(0,0,0,0.5);
        display:none;
    }

    .page-content .s4{
        display:none;
    }

    .page-content .sheader{
        position:absolute;
        bottom:2%;
        left:0;
        padding:5px 3% 15px 8%;
        background:rgba(0,0,0,0.5);
    }

    .page-content .sdetails{
        position:absolute;
        top:2%;
        right:0;
        padding:5px 8% 5px 3%;
        background:rgba(0,0,0,0.5);
        font-size:18pt;
    }

    .i1{
        position:absolute;
        right:5%;
        top:35%;
        width:505px;
    }

    .i2{
        position:absolute;
        left:5%;
        bottom:5%;
        width:505px;
    }

    .i3{
        position: absolute;
        right: 5%;
        top: 30%;
        bottom: 70%;
        width: 505px;
        height: 250px;
    }

    .i5{
        position: absolute;
        left: 5%;
        top: 30%;
        bottom: 70%;
        width: 505px;
        height: 250px;
    }

    .i6{
        position: absolute;
        left: 5%;
        bottom: 30%;
        top: 70%;
        width: 505px;
        height: 250px;
    }

    .detail-holder img{
        width:250px;
        position:absolute;
        bottom:-250px;
        opacity:0;
    }

    .min-details{
        display:none;
    }
    
    .footer{
        width:100%;
        height:50px;
        line-height:50px;
        position:absolute;
        bottom:0;
        left:0;
        background:rgba(0,0,0,0.7);
        color:#ffffff;
        text-align:center;
    }

    .adres{
        font-family:Arial;
        padding:15px;
        background:rgba(0,0,0,0.7);
        color:#ffffff;
        position:absolute;
        bottom:50%;
        top:50%;
        left:0;
        min-height:150px;
        min-width:150px;
        position:absolute;
    }
    .adres .baslik{
        width:100px;
        font-weight:bold;
        float:left;
    }
    .adres .tarif{
        float:left;
    }
    .adres ul{
        padding-left:5px;
        list-style:none;
    }
    .adres li{
        line-height:32px;
        clear:both;
    }
    .adres a:link{
        color:#ffffff;
    }
    .adres a:active{
        color:#ffffff;
    }
    .adres a:visited{
        color:#ffffff;
    }
    .adres a:hover{
        color:#ffffff;
        text-decoration:underline;
    }
    .footer a{
        position:absolute;
        bottom:0;
        right:10px;
    }
    .footer a:link{
        text-decoration:none;
        font-family:Arial;
        font-size:9pt;
        color:#ffffff;
    }
    .footer a:active{
        text-decoration:none;
        color:#ffffff;
    }
    .footer a:visited{
        text-decoration:none;
        color:#ffffff;
    }
    .footer a:hover{
        text-decoration:underline;
        color:#008aff;
    }
    .alesta{
        background:url(../img/alesta-bilisim.png) top left no-repeat;
        background-size:cover;
        height:50px;
    }
    .adresmin{
        display:none;
        position:absolute;
        bottom:50px;
        left:0px;
        width:100%;
        color:#ffffff;
        background:rgba(0,0,0,0.7);
        text-align:center;
        font-family:Arial;
    }
/*-- Scroll Down --*/
.movedown{
    position:absolute;
    bottom:30px;
    left:50%;
    right:50%;
    z-index:5;
}
.unu, .doi, .trei
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 6px;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




.mouse
{
height: 21px;
width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
/*-- Scroll Down --*/


@media screen and (max-width: 736px) {

    .page-content img{
        display:none;
    }
    .adres{
        display:none;
    }
    .map-holder{
        background:url(../img/min/map-flip.jpg) center center no-repeat;
        height: 375px;
    }
    .adresmin{
        display:block;
    }
    .adresmin ul{
        list-style:none;
        font-size:small;
        padding:0px;
    }
    .adresmin ul li{
        line-height:19px;
    }
    .page-content .slogan{
        font-size:16pt;
    }
}


@media screen and (max-width: 450px) {

    .page5{
        position:relative;
    }

    .maptotop{
        position:absolute;
        top:10px;
        right:10px;
        width:32px;
        height:32px;
        z-index:99999;
        background:url(../img/map/totop.png) top left no-repeat;
    }

    .logo-holder{
        width:100%;
        left:0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        height:auto;
        box-sizing:border-box;
    }
    .logo-holder img{
        height:70px;
    }
    .movedown{
        position:absolute;
        bottom:30px;
        left:10%;
        z-index:5;
    }

    section{
        border-bottom:5px solid #fff;
    }

    .page-content{
        display:none;
    }

    .map-holder{
        width:100%;
        height:736px;
        background:url(../img/min/map.jpg) center center no-repeat;
    }

    .img1{
        background: url(../img/min/1-2.jpg) center center no-repeat;
    }
    .img2{
        background: url(../img/min/2-2.jpg) center center no-repeat;
    }
    .img3{
        background: url(../img/min/3.jpg) center center no-repeat;
    }
    .img4{
        display:none;
    }
    .img5{
        background: url(../img/min/5.jpg) center center no-repeat;
    }
    .img6{
        background: url(../img/min/6.jpg) center center no-repeat;
    }
    .min-details{
        display:block;
    }
    .page4{
        background:url(../img/min/4.jpg) center center no-repeat;
        background-size:cover;
        color:#ffffff;
        font-size:16pt;
        font-family: 'Quintessential', cursive;
    }
    .adres{
        display:none;
    }
    .alesta{
        display:none;
    }
    .page7{
        border-bottom:none;
    }
    .adresmin{
        display:block;
    }
    .adresmin ul{
        list-style:none;
        font-size:small;
        padding:0px;
    }
    .adresmin ul li{
        line-height:19px;
    }
}

