html,body {  margin: 0;  padding: 0;  font-family: Ebrima, Verdana, Arial, Sans-Serif;  width: 100%;  height: 100%;  color: #2b2a29; }

.mainWindow h1{height:0; margin:0; padding:0; visibility:hidden;}
.header{position:fixed; top:0; height:45px; width:100%; background-color:black; text-align:center; padding-top:15px; z-index:999;}
.header .fb{position:absolute; left:10px; top:12px;}
.arrow-down{position:fixed; bottom:15px; right:15px;}

.strong {  font-weight: 800;}
.center {  text-align: center;}
a.simple-white{color:white; text-decoration:none;}
a:hover{text-decoration:underline;}

body{background-color:black; color:white;}
ul{padding-left:20px;}
.back-to-top{display:none; cursor:pointer;}
.footer{width:100%; padding: 15px 0; background-color: black; text-align:center; font-weight:800;}
.block ul li{margin-top:5px;}
#contact  label {display:block; font-weight:800; margin-top: 20px;}
#contact label.first{margin-top: 0;}
#contact  input, #contact textarea {display:block; width:100%; margin-top:5px; padding:10px; border-radius:3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
#contact textarea{resize:none; height:200px;}
#contact button{background-color:#f03732; border-radius:5px; color:white; border:0; padding:10px 20px; font-size:1.1em; cursor:pointer; margin-top: 20px;}
#map{height:100%; width:100%;}
.map-wrapper{ height: 300px;}
.support{ padding: 90px 0; font-size: 1.6em; color: white; text-align: center;}
.fb-bottom{vertical-align:middle; margin-right:15px;}
iframe{height: 660px; width: 100%;}
#contact label.description{display: none; color:#f03732; margin-top: 3px;}
#contact label.wrong{display:block;}
.white{color:white;}

/*       MOB ONLY           */
@media screen and (max-width: 768px) {
    .content {padding:0 10px; }
    img.main-logo { width:80%; }
    .mainWindow{height:300px; margin-top:150px;}
    .mainWindow .center-content{text-align:center;}
    .main-window-arrow-down{position:absolute; margin-top:210px;}
    .body-arrow-down{margin-left:auto;margin-right:auto; margin-top:80px; margin-bottom:80px;}
    h3{margin-bottom:0;}
   .technology-right{text-align:center;}
   .technology-right div{display:inline-block; margin-top:10px;}
   .technology-right img{margin-left:10px; margin-right:10px;}
   .technology-right div:nth-child(3) img {padding-bottom:15px;}
   .technology-right div:nth-child(6) img {margin-bottom:25px;}
   .technology-right div:nth-child(7) img {margin-bottom:25px;}
   .technology-right div:nth-child(8) img {margin-bottom:25px;}
   .technology-right div:nth-child(10) img {margin-bottom:25px;}
}

/*       SM MIN           */
@media screen and (min-width: 768px) {
    .mainWindow {        width: 100%;        height: 100%;    }
    .mainWindow .center-content {            position: absolute;            top: 50%;            left: 50%;            transform: translate(-50%, -50%);            text-align: center;        }
    body {  background-image: url("../styles-images/bg.jpg"); background-repeat: no-repeat; background-position: 50%;background-attachment: fixed; }
    .content {width: 750px; margin-left:auto; margin-right:auto;}
    .main-window-arrow-down{position:absolute; bottom:30px;}
    h3{margin-bottom:0;}
    .body-arrow-down{margin-top:80px; margin-bottom:80px;}
    .arrow-down{bottom:55px; }
    .technology-right{padding-top:25px;}
    .technology-right div{float:left; width:25%; text-align:center; height:100px; position:relative;  }
    .technology-right div:nth-child(3) img {margin-top:25px;}
    .technology-right div:nth-child(6) img {margin-top:25px;}
     .technology-right div:nth-child(7) img {margin-top:25px;}
    .technology-right div:nth-child(8) img {margin-top:25px;}
    .technology-right div:nth-child(10) img {margin-top:25px;}
    .technology-right div:nth-child(9) {margin-left:25%;}
    img.main-logo { width:550px; }
}

/*       SM ONLY           */
@media screen and (min-width: 768px) and (max-width: 992px) {
}

/*       SM MAX           */
@media screen and (max-width: 992px) {
    .navigation{display:none;}
    .navigation{padding:0; margin:0; border-top:2px solid white; top:55px; position:absolute; width:100%; }
    .navigation li {list-style-type: none;width: 100%; color:white;background-color:black; padding: 8px 0 8px 5px; border-bottom:2px solid white; margin-left:0;font-weight:bold; text-align:left;}
    .navigation li a{color:white; text-decoration:none;}
    .header .title {font-size:1.1em;}
    .header-main-logo-href{display:none;}
    iframe{ margin-top:20px;}
    .footer{margin-top:20px;}
}

/*       MD MIN           */
@media screen and (min-width: 992px) {
  .content {width: 970px;}
  .header .fb {right: 10px; left:unset;}
  #hamburger{display:none;}
  .back-to-top{height:30px; width:30px;}
  .navigation{position:absolute; top:18px; left:185px; margin:0; padding:0;}
  .navigation li{display:inline-block; margin-right:20px;}
  .navigation li a{color:white; font-weight:800; text-decoration:none;}
  .navigation li a:hover{text-decoration:underline;}
  #main-title{position:absolute; right:45px; top:18px}
  .header-main-logo-href{position:absolute; left:10px; }
  .technology-left{float:left; width:65%;}
  .technology-right{float:right; width:35%; padding-top:75px;}
  .technology-right div{float:left; width:50%; text-align:center; height:100px; position:relative;  }
  .technology-right div:nth-child(3) img {margin-top:15px;}
  .technology-right div:nth-child(6) img {margin-top:25px;}
  .technology-right div:nth-child(7) img {margin-top:25px;}
  .technology-right div:nth-child(8) img {margin-top:25px;}
  .technology-right div:nth-child(10) img {margin-top:25px;}
  .technology-right div:nth-child(9) {margin-left:0;}
  .contact-left{float:left; width: 45%;}
  .contact-right{margin-left: 45%; width: 55%;}
  .contact-left h3:nth-child(1){margin-top:0;}
    img.main-logo { width:750px; }
}

/*       LG MIN           */
@media screen and (min-width: 1200px) {
  .content {
    width: 1170px;
  }
  .technology-right{padding-top:65px;}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}



/* ostatn� verze mobil�*/
@media screen and (max-width: 380px) {
    body .header .title {
        font-size: 1em;
    }
}
@media screen and (max-width: 340px) {
    body .header .title {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 360px) {
    .title-part{display:none;}
}
/*       MD MIN FIX           */
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .navigation li{margin-right:10px;}
}

/*       MD MIN FIX           */
@media screen and (min-width: 992px) and (max-width: 1060px) {
    .navigation li {
        margin-right: 5px;
    }
}
/*       MD MIN FIX           */
@media screen and (min-width: 992px) and (max-width: 1030px) {
    .navigation li {
        font-size:0.9em;
    }
}



/*       hamburger          */
.header #hamburger {
    width: 25px;
    height: 20px;
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 5px;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    cursor: pointer;
    right:10px;
    top:12px;
}

    .header #hamburger span {
        display: block;
        position: absolute;
        height: 4px;
        width: 90%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 5%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }

        .header #hamburger span:nth-child(1) {
            top: 5px;
        }

        .header #hamburger span:nth-child(2),
        .header #hamburger span:nth-child(3) {
            top: 13px;
        }

        .header #hamburger span:nth-child(4) {
            top: 21px;
        }

    .header #hamburger.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header #hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header #hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header #hamburger.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }






    /*move up and down with arrows*/
.button-body-arrow-down img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}