﻿* {
    margin: 0px;
    padding: 0px; 
    border: none; 
    outline: none;
}

html {
    overflow-x: hidden; 
    height: 100%;
}

body{
    background: #000; 
    color: #fff; 
    text-align: center;
}


a:link, a:visited  {
    color: #00c2d2; 
    text-decoration: none;
}

a:hover, a:active {
    color: #fff;
}

img { 
    max-width: 100%; 
    vertical-align: middle; 
    -ms-interpolation-mode: bicubic; 
    height: auto; 
    width: 100%;
}

#indicator {
    width: 100px;
    margin-top: 20%;
}

#preload {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

#container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    min-height: 800px; 
    overflow: hidden;
}

#logo {
    position: fixed;
/*    right: 10px;
    bottom: 10px;*/
    left: 10px;
    top: 10px;
    width: 15%;
    z-index: 99;
}

#version {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 12px;
    z-index: 99;
}

#menu {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 30%;
    z-index: 999;
    font-size: 18px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
}

#menu ul li a {
    color: #fff;
    /*font-weight: bold;*/
}

.home {
    background: url('../img/home.png') left top no-repeat;
    width: 20px;
    background-size: contain;
}

.home:hover, .home.active {
    background: url('../img/home_hov.png') left top no-repeat;
    width: 20px;
    background-size: contain;
}

#home {
    position: relative;
}

#home .laptop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/laptop2.png') 2% 2% no-repeat;
    background-size: 45%;
    z-index: 10;
}

#home .mouse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/mouse2.png') 55% 66% no-repeat;
    background-size: 10%;
    z-index: 12;
}

#home .touchpad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/touchpad.png') 62% 12% no-repeat;
    background-size: 21%;
    z-index: 11;
}

#home .pen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/pen2.png') 72% 18% no-repeat;
    background-size: 17%;
    z-index: 19;
}

#home .photos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/photos.png') 95% 60% no-repeat;
    background-size: 20%;
    z-index: 13;
}

#home .galaxy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/galaxy.png') 83% 9% no-repeat;
    background-size: 13%;
    z-index: 13;
}

#home .notepad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/notepad.png') 70% 56% no-repeat;
    background-size: 11%;
    z-index: 14;
}

#home .html {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/html2.png') 45% 66% no-repeat;
    background-size: 6.8%;
    z-index: 14;
}

#home .php {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/php2.png') 65% 46% no-repeat;
    background-size: 8%;
    z-index: 14;
}

#home .css {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/css2.png') 85% 45% no-repeat;
    background-size: 6%;
    z-index: 14;
}

#home .js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/js2.png') 75% 70% no-repeat;
    background-size: 5.5%;
    z-index: 14;
}

#home .sql {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/sql2.png') 90% 20% no-repeat;
    background-size: 6.5%;
    z-index: 14;
}


#portfolio {
    position: relative;
}

#portfolio .nav {
    width: 100%;
    height: 50px;
    margin-top: 70px;
    margin-left: 30px;
}

#portfolio .menu ul {
    list-style: none;
    
}

#portfolio .menu ul li {
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
}

#portfolio .menu ul li a {
    color: #00c2d2;
}

#portfolio .menu ul li a:link {
    color: #00c2d2;
}

#portfolio .menu ul li a:visited {
    color: #00c2d2;
}

#portfolio .menu ul li a.active {
    color: #fff;
}
    
#kontakt {
    position: relative;
}

#colage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98%;
    height: 100%;
    margin-left: 3.5%;
}

#devoit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98%;
    height: 100%;
    margin-left: 3.5%;
}

#devoit h2 {
    margin-top: 15%;
}

.devinfo {
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    z-index: 13;
    
}

.portfolio {
    width: 17%;
    height: 15%;
    background: #fff;
    margin: 20px 1% 0px 0px;
    padding: 0.5%;
    position: relative;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    float: left;
}

.info {
    display: none;
    margin-top: -30px;
}

.title {
    text-align: left;
    font-size: 14px;
    color: #558bb5;
    text-transform: uppercase;
    font-weight: bold;
}


.description {
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.date {
    position:absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.mini {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: 200%!important;
    background-position: top left;
    background-repeat: no-repeat;
}

.cover {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*background: url('../img/grid2.png') top left repeat;*/
    background: #000;
    display: none;
}

.slide { 
    height: 100%; 
    padding: 0; 
    margin: 0; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    margin: 0 auto; 
}

.slide img {
    width: 100%;
}

.center{
    margin: 0px auto; 
}

.clear {
    clear: both;
}

.logo, .flash, .poli {
    display: none;
    
}



/* --- If <= 1200 = 3 columns */
@media only screen and (max-width: 1000px) {
.portfolio {
    width: 30%;
    height: 26%;
}
}


/* --- If <= 800 = 2 columns */
@media only screen and (max-width: 800px) {
.portfolio {
    width: 48%;
    width: 39%;
}

}


/* --- If <= 740 = 1 column */
@media only screen and (max-width: 600px) {
.portfolio {
    width: 95%;
    height: 83%;
}
}
