@font-face {
  font-family: 'dikomas';
 src: 
       url('Kanit-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@import url('https://fonts.googleapis.com/css?family=Kanit');

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

a:focus {
    outline: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'dikomas', san-serif;
}

body {
    font-size: 1rem;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2rem 0;
    background: #ccc;
    color: #000;
    padding: 0.2rem 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 font-size: 14px;
}
code {
 display: block;
 padding: 0.5rem 1rem;
 border: 1px solid #bebab0;
}
body, html {
  height: 100%;
  min-height: 100%;
}
.loading {
  background: url('../img/ico_loading.gif') no-repeat center center;
}
#demo-content {
  
}
section {
  min-width: 960px;
  opacity: 0;
  -webkit-transition:opacity .6s;
  -webkit-transition-delay:.0s;
  -moz-transition:opacity .6s;
  -moz-transition-delay:.0s;
  -o-transition:opacity .6s;
  -o-transition-delay:.0s;
  transition: opacity .6s;
  transition-delay:.0s;
}
.loaded section {
  opacity: 1;
}
section h2 {
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
section p {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.6316;
  color: #808080;
}
.section-content,
.fake-content {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px #707070 solid;
}
.copy-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -192px;
  margin-left: 40px;
  width: 395px;
  z-index: 1;
}
.images-container {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 670px;
  height: 600px;
}

/*========= 1 ==================*/
#protomeros {background-color: #f0f2f4; overflow: hidden;}
/*========= 2 ==================*/
#deuteromeros{background: #f0f2f4;}
/*========= 3 ==================*/
#tritomeros {background:#fff;}
/*========= 4 ==================*/
#tetartomeros{background:#f0f2f4; overflow: hidden; width:100vw; height:100vh;}

#pemptomeros {overflow: hidden; z-index: 6}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35rem) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#contactgoogleMap{max-height: 100vh; max-width:100vw;}
/*===================== PRELOADER ====================================*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,0.9);

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: rgba(255,255,255,0.5);

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: rgba(255,255,255,0.2);

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  







/*====================== SKIER CURSOR ======================*/

#protomeros .bigbackground{
  width: 100vw;
  height: 100vh;
  background-color:#efefef;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
/*  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: url(../img/pointer.png), auto;*/
 cursor: initial;
}


/*=============== side nav ===========*/

.toggle-nav {
  margin: 1rem;
  position: fixed;
  color: #000;
  z-index: 111;
  border-bottom: 6px solid #f39;
  top:0; right:0;
}
.toggle-nav:hover {
  color: #fff;
  border-bottom: 6px solid #f39;
}

.nav-wrap {
  overflow: hidden;
  position: fixed;
  top:0; left: 0; width: 100%;
  z-index: 11;
}

.menu {
  margin: 50px 50px 0 0;
  float: right;
/*  visibility: hidden;
  position: relative;*/
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.menu.active {
  visibility: visible;
  right: 3rem;;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  margin: 0.5rem;
  padding: 0;
  display: inline-block;
  font-family:'Kanit', sans-serif;
  font-weight:400;
}

.onepage-pagination{display: none;}
.menu .onepage-pagination{display: initial;}

.bigbackground{position: absolute; z-index: 0; left:0; top:0; width:100vw; height:100vh; background-size: cover; -webkit-box-sizing: border-box; box-sizing: border-box;}
#protomeros .bigbackground{background: transparent;}
#protomeros {background-color: transparent;}
#evdomomeros .bigbackground{background: url(../img/s1.jpg) no-repeat;}


.layer img{
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }



  /* ============= MENU    ========*/
  #menuToggle {
    display: block;
position: relative;

    z-index: 1;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 55px;
    height: 50px;
    position: absolute;
    top: -7px;
    right: -5px;

    cursor: pointer;

    opacity: 0;
    z-index: 2;

    -webkit-touch-callout: none;
}


#menuToggle span {
      -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
              box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    display: block;
    width: 45px;
    height: 6px;
    margin-bottom: 6px;
    position: relative;

    background: #fff;

    z-index: 1;

    -webkit-transform-origin: 4px 0px;

    transform-origin: 4px 0px;

    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);

    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menuToggle input:checked~span{-webkit-box-shadow: none;box-shadow: none;}

#menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}


#menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    background: #3C71BC;
}

#menuToggle input:checked~span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#menuToggle input:checked~span:nth-last-child(4) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
}



#menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    text-align: center;
    margin: -100px 0 0 0;
    padding: 0px;
    padding-top: 125px;
    right: -50px;
    background: rgba(60,113,188,0.6);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;


/*    -webkit-transform-origin: 0px 0%;
    transform-origin: 0px 0%;
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
*/

    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), 
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menuToggle input:checked~ul {
  -webkit-transform: translate(0vw, 0);
    transform: translate(0vw, 0);
}


#menu li {
    padding: 10px 0;
    font-size: 3rem;
    width: 100vw;
    margin: 0px;
}

#menu li a{
      padding: 10px 0;
  display: inline;height: 100%; width: 100%;
text-decoration: none; 
font-weight: bolder;
color:#fff;
}





#menu li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 44%;
    z-index: 91;
    width: 100%;
    height: 4px;
    outline: 0;
    background-color: #FFFFFF;
        -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

#menu li a.active:before {
    top: 54%;
    content: "";
    position: absolute;
    z-index: 91;
    height: 4px;
    right: 0;
    width: 100%;
    bottom: 10px;
    outline: 0;
    background-color: #FFFFFF;
        -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}
#menu li a{position: relative;}

#menu li a.active {
    position: relative;
    z-index: 212;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: inline;
    outline: 0;
    color: #FFFFFF;
    cursor: pointer;
        -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s

}





#menu li a:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 5px;
    left: 0;
    top: 44%;
    z-index: 9
}


#menu li a:before {
    top: 54%;
    content: "";
    position: absolute;
    z-index: 9;
    height: 5px;
    right: 0
}

#menu li a:focus:after,
#menu li a:hover:after {
    width: 100%;
    height: 5px
}

#menu li a:before {
    width: 3px;
    bottom: 10px
}

#menu li a:focus:before,
#menu li a:hover:before {
    width: 100%;
    height: 5px
}

#menu li a {
    position: relative;
    z-index: 2;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden
}

#menu li a {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    cursor: pointer
}

#menu li a {
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 1s ease;
    transition: color 1s ease
}

#menu li a:focus,
#menu li a:hover {
    outline: 0;
    color: #ffffff;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer
}

#menu li a:after,
#menu li a:before {
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

#menu li a:focus:after,
#menu li a:focus:before,
#menu li a:hover:after,
#menu li a:hover:before {
    outline: 0;
    background-color: #ffffff;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}







#menu li:hover a{
color:#FFFFFF;
}



/*============== scrolleraki =========================================*/

.centerthescroll{  position: fixed;
  bottom: 20px;
left: 45%;
    width: 10%;    text-align: center;
z-index: 3;}

.scrolldn {

  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(0,0,0,0.5);
  font-family:'Kanit', sans-serif;
  font-weight: bold;
  letter-spacing: .1rem;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.scrolldn:hover {
  opacity: .5;
}
.scrolldn {
  padding-top: 60px;
}
.scrolldn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid rgba(0,0,0,0.5);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scrolldn span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


section.section {overflow: hidden;}

/*proto meros ======================================================*/

.biglogo{margin:5rem auto; text-align: center; width:100%;
    position: absolute;
    top: 0;
    left: 0;}

.tox{
  text-decoration: none;
    position: fixed;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;

  }

.tox span{
    display: block;
    width: 50px;
    height: 6px;
    margin:-5px auto;
    position: relative;
    background: #fff;
    z-index: 1;
}

.tox p{color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
    margin: -8px 0 0 0;
  }


.tox2{top:39%; right:30%;}
.tox3{top:42%; left:35%;}
.tox4{top:50%; right:45%;}
.tox5{top:60%; left:60%;}
.tox6{top:60%; left:24%;}

/*===================== DEYTERO MEROS about us===================================================================================================================*/
#deuteromeros .bigbackground{background: url(../img/aboutsnow.jpg) no-repeat;}

.aboutwrap{
  max-width:94vw;
  max-height: 90vh;
  position: relative;
}
.about{
  max-height: 100vh;
  float:left; margin-right:1rem;}
.aboutkeimeno{
  padding: 6rem;
  font-family: 'Kanit', sans-serif;
  font-weight:bolder;
  color:#000;
  font-size:1.7rem;
  position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width:1200px){
  .aboutkeimeno{font-size:1.3rem;}
}

.smalllogo{ text-align: center; width:200px;
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index:123;}

.smalllogo img{max-width: 100%;}




/*===================== trito MEROS suppliers===================================================================================================================*/

#tritomeros .bigbackground{padding: 7vw;}

#tritomeros .button-group{max-width: 86vw;     position: relative;
    display: table;
    margin: 0 auto}
#tritomeros h3{font-family: 'Kanit', sans-serif;}
#tritomeros .button{display: inline-block; background:transparent;     font-size: 1.5rem;
    padding: 1rem 3rem; border:none; font-weight: 1000; font-family:'Kanit', sans-serif; }
#tritomeros button.is-checked{color:#3C71BC; text-decoration: underline;}
#tritomeros .button:focus{outline: none;}

.topsuppliers{padding:3rem 0; margin:0;}
.topsuppliers .text-center{padding:0; margin:0; text-align: center;}

.element-item{padding:0rem; margin:0; text-align: center; text-decoration: none;}
.element-item img{max-width: 70%;}
.element-item h3{max-width: 70%; margin:0.8rem auto; font-size:0.8rem;}


/*===================== tetarto MEROS equipment===================================================================================================================*/
.eksokouto{position: absolute;
    bottom: 35vh;
    margin-left: 12vw;}
    .eksokouto h2{    font-size: 6rem;
      line-height: 6rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bolder;
    margin-bottom: 2rem;
    /*border-bottom: 2px solid #000;*/
      background: rgba(255,255,255,0.3);
    padding: 10px;}
.koumpiolo{display: block; width:315px; height:60px; background:#3C71BC;     }
.koumpiolo img,
.koumpiolo a{float:left; display: block;}

.skouro .eksokouto h2{ color:#fff; /*border-bottom: 2px solid #fff;*/}

/*===================== pempto MEROS findus===================================================================================================================*/

/*===================== ekto MEROS contactus==================================================================================================================*/


input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px;
    resize: vertical ;
    background:rgba(255,255,255,0.6);
    border: none;
}

input[type=submit] {
    background-color: rgba(255,255,255,0.6);
    color: #000;
    padding: 12px 20px;
    border: none;
    cursor: pointer;font-family: 'Kanit', sans-serif;
}

input[type=submit]:hover {
    background-color: rgba(255,255,255,0.6);
    border: none;
}

.formcontainer  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-family: 'Kanit', sans-serif
}
.formcontainer  ::-moz-placeholder { /* Firefox 19+ */
 font-family: 'Kanit', sans-serif
}
.formcontainer  :-ms-input-placeholder { /* IE 10+ */
 font-family: 'Kanit', sans-serif
}
.formcontainer  :-moz-placeholder { /* Firefox 18- */
 font-family: 'Kanit', sans-serif
}

.formcontainer  ::-moz-placeholder {
  opacity: 1;
}

.formcontainer {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.6);
    padding: 20px;
    border-radius: 0;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
}

.fullitbox{position: relative; height:100vh;}
.slick-prev, .slick-next{top:44%;
    width: 33px;
    height: 28px;}

.image-style-slider{width: 100vw; height:auto;}


/*=======================================================================================================
=========================================================================================================
=========================================================================================================
mobile
=========================================================================================================
=========================================================================================================
=======================================================================================================*/

@media screen and (max-aspect-ratio: 13/9){
  .topsuppliers {display: none;}
  .onepage-pagination2{display: none;}
  .biglogo{display: none;}
  .smalllogo{ top:50%; left:0; text-align: center; width:100vw; display: none;}
  #protomeros .smalllogo{display: block;}
  #protomeros #svg{display: none;}
  #scene{display: none;}
  .mobilebk{width: 100vw;}
  .smalllogo{background:rgba(255,255,255,0.4); padding:1rem 0;}
  .smalllogo img{max-width: 90%;}
  #menu li{font-size:2rem;}
  .centerthescroll{display: none;}
  .aboutkeimeno { padding: 6rem 2rem 0 6rem; font-size: 0.7rem; left: 1rem;}
  .aboutwrap { max-width: 100vw; max-height: 100vh;}
  .about {margin-top: 15vh; max-height: 70vh;}
  .image-style-slider {display: none!important;}
.slick-prev, .slick-next{display: none!important;}

#deuteromeros .smalllogo,
#tritomeros .smalllogo,
#tetartomeros .smalllogo{
    background: none;
    padding: 0;
    display: block;
    width: 100px;
    top: 10px;
    left: 10px;
}


  .eksokouto{    position: absolute;
    bottom: 15vh;
    margin: 0 auto;
    width: 100%;
    font-weight: 1000;
    text-align: left;
    text-indent: 10px;}
    .eksokouto h2{        font-size: 2rem;
    line-height: 2rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 1000;
    margin-bottom: 1rem;
/*    border-bottom: 2px solid #000;*/
    display: inline-block;}
    .koumpiolo {margin:0 auto;}

    #tritomeros .button{
      padding: 9px;
      font-size: 1.3rem;
      font-weight: 800;
  }

    #tritomeros .button-group{
      position: absolute;
      bottom:1rem;
      text-align: center;
    }

#protomeros .bigbackground{background:url(../img/mobileBK.jpg); background-size: cover;}
#tritomeros .grid{    overflow: hidden;
    max-height: 70vh;}
    #ektomeros{background-image: url(../img/formbg_mob.jpg); background-size: cover;}

#menu{padding-top: 3rem;right: -16px; padding-top: 13vh;}
.menu {
  margin: 1rem 1rem 0 0;
}
#menuToggle input {
    width: 40px;
    height: 40px;
      top: 0px;
    right: 0px;}
  #menuToggle span{  height: 5px;
    margin-bottom: 5px;
      width: 37px;}


.instructionaloverlay{position: absolute; top:0; left: 0; z-index: 12321321321312; width:100vw; height: 100vh; 
background: rgba(0,0,0,0.8); display: none;
}
.instructionaloverlay .inner{
	  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      text-align: center;
    font-family: 'Kanit', sans-serif;
    color: #FFFFFF;
}
.instructionaloverlay .inner img{width:100px;}
.instructionaloverlay .inner #instoverlay{
	background: #fff;
    color: #000;
    border: none;
    font-family: 'Kanit', sans-serif;
    padding: 10px;
}
#instoverlay,
#instoverlay:hover,
#instoverlay:focus{outline:none;}


}

/*=======================================================================================================
=========================================================================================================
=========================================================================================================
DESKTOP RESET
=========================================================================================================
=========================================================================================================
=======================================================================================================*/
@media screen and (min-aspect-ratio: 13/9){
  #protomeros .smalllogo{display: none;}
  .mobilebk{display: none;}
  .image-style-slider-mobile {display: none!important;}
#ektomeros{background-image: url(../img/formbg.jpg); background-size: cover;}
.instructionaloverlay{display: none!important;}
}
.image-style-slider-mobile{width: 100vw; height:auto;}



/*=======================================================================================================
=========================================================================================================
=========================================================================================================
MOBILE LANDSCAPE
=========================================================================================================
=========================================================================================================
=======================================================================================================*/

@media only screen and (orientation:landscape) and (max-width:768px) {
    .centerthescroll {
        display: none;
    }
    .onepage-pagination2 {
        display: none;
    }
    .biglogo {
        bottom: 0!important;
        top: auto;
    }
    #menu {
        padding-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #menu li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.7rem;
        padding: 0;
        line-height: 1rem;
    }
    #menu li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .aboutkeimeno {
        font-size: 0.7rem;
        padding: 1rem 4rem 1rem 2rem;
        font-weight: 600;
    }
    .topsuppliers {
        display: none;
    }
    #tritomeros .button {
        padding: 9px;
        font-size: 1.3rem;
        font-weight: 800;
    }

    #tritomeros .button-group {
        position: absolute;
        bottom: 1rem;
        text-align: center;
    }
    #tritomeros .grid {
        overflow: hidden;
        max-height: 70vh;
    }
    .element-item h3 {
        max-width: 50%;
        margin: 0.5rem auto;
        font-size: 0.8rem;
    }
    .element-item img {
        max-width: 50%;
    }
    input[type=text],
    select,
    textarea {
        width: 100%;
        padding: 5px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    textarea{ height: 15vh!important; margin-bottom:10px;}
#ektomeros{background-image: url(../img/formbg.jpg); background-size: cover;}
      #tetartomeros {
    background: #3C71BC;}
    .eksokouto h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bolder;
    margin-bottom: 1rem;}
    .eksokouto {
    position: absolute;
    bottom: 7vh;
    margin-left: 12vw;
    background: rgba(255,255,255,0.7);
    padding: 1rem;}


    #menu{right: -16px; margin: -60px 0 0 0;}
.menu {
  margin: 1rem 1rem 0 0;
}
#menuToggle input {
    width: 40px;
    height: 40px;
      top: 0px;
    right: 0px;}
  #menuToggle span{  height: 5px;
    margin-bottom: 5px;
      width: 37px;}


}

#pemptomeros{ background: #000; }
.contact_google_map{width:100vw; height:90vh;}
#contactgoogleMap{max-height:95vh;}

#kataxorisi:focus,
#kataxorisi:hover{
	background-color: #3C71BC;
    color: #fff;
}

