@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700,800,900&subset=latin-ext');

* {margin: 0; padding: 0; outline: 0;}


::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 0px solid #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
	border-radius:15px;
    border: 3px solid #eaeaea;	
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background:#000;
}

img {
  max-width: 100% !important;
  height: auto;
}

img.foot {
display: block; border: 0; padding-top:20px; padding-bottom:10px; margin:0 auto;
}

img.rellax {
border: 0; display:block; position:fixed; top:110px; margin:0 auto;
animation: 2s 1 rellax;
opacity: 1.0;
filter: alpha(opacity=0);
}
@keyframes rellax {
    0% {
    opacity: 0.0;
    filter: alpha(opacity=100);
    }
	
    10% {
    opacity: 0.0;
    filter: alpha(opacity=100);
    }	
	
    100% {
    opacity: 1.0;
    filter: alpha(opacity=0);
    }
}

img.norellax {
display:none;
}

img.start {
animation: 0.6s start;
opacity: 1.0;
filter: alpha(opacity=100);
}
@keyframes start {
    0% {	
	animation-timing-function: ease-in-out;
	padding-top:50px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    }

    100% {
    opacity: 1.0;
    filter: alpha(opacity=100);
    }
}

img.folio {
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  -ms-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
  float:left;
  margin: 0;
  border: 1px solid #BFBFBF !important;
  transition:all 0.5s;
}

img.folio:hover {
  filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%);
  -webkit-transition: filter  0.5s;
  transition: filter  0.5s;
  display:block;
  transition:all 0.5s;
}


img.video {
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  -ms-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
  display:block;  
  margin: 35px 0 0 0;
  border: 0;
  transition:all 0.5s;
}

img.video:hover {
  filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%);
  -webkit-transition: filter  0.5s;
  transition: filter  0.5s;
  display:block;
  transition:all 0.5s;
}


div.tools {float:right; position:relative; bottom: 20px;}
img.tool {border: 0; float:right; padding:0px 0px 0px 5px; height:22px; width:auto;}


h1, h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin:15px 0 20px 0;
}


h1 {
	font-size: 38px;
	letter-spacing: 0px;
	line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}


h2 {
	font-size: 24px;
}

.sTop h1 {
  color:#000;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 6px;
	font-size: 30px;
  text-align: left;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #3e3e3e;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 100%;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}

.section {
	width: 100%;
	max-width: 100%;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: auto;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
  overflow: auto;
  height: auto
}

.innerfolio {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding:20px 0 30px 0;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
  overflow: auto;
  overflow-y: hidden; overflow-x: hidden;
  height: auto
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}

.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #1E1F23;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
	color: #fff;
}
.subMenu a:hover {
  background: #1E1F23;
  border-bottom: 4px solid #FFC801;
  height: 31px;
  color:#fff;
}

.active {
	background: #FFC801;
  color:#000;
}
.end {
	margin: 0;
}

.subNavBtn span.dskt {display:block;}
.subNavBtn span.mobl {display:none;}


/* ---------------------------------------------------- SEKCJE ---------------------------------------------------- */

.sTop {
	background:#FFC801;
	color:#3d3d3d;
	padding: 0;
	height: 430px;
	text-align: center;
}

.s1 {
	color:#fff;
  overflow: auto;
  height: auto;
  background:#1E1F23;
}


.s2 {
	background: #fff;
  color: #1E1F23;
  overflow: auto;
  height: auto;
}
.s2 a {
	color: #000;
}

.s3 {
  background: #1E1F23;
  text-align: center;
}

.realizacje {
	color:#fff;
  overflow: auto;
  height: auto;
  background:#1E1F23;
}

p.kontakt {
  font-size:28px;
  font-weight:400;
  padding:0;
  color: #D6D6D6;
  text-transform: uppercase;
  text-shadow: #000 2px 2px 0px;
  font-family: 'Montserrat', sans-serif;
}
p.stopka {
  font-size:20px;
  text-transform: uppercase;
  font-weight:800;
  padding:0;
  color: #0F0F11;
  text-shadow: #373A41 1px 1px 0px;
}


/* ---------------------------------------------------- ELEMENTS ---------------------------------------------------- */

div.mojefoto {
  float:left;
  width:200px;
  height:200px;
  border-radius:300px;
  background: url('../img/ja.jpg') no-repeat top center;
  padding-top:0px;
  text-align: left;
  
  margin-right:30px;
}

div.omnie {
  float:left;
  width:65%;
}

div.omnie p {text-align: left; font-size:14px; text-transform: uppercase; font-weight:300; padding:12px 0px 10px 0px; margin:0;}

div.skillsleft {width:49%; float:left; padding-right:1%;}
div.skillsright {width:49%; float:left; padding-left:1%;}

div.realizacje {width:870px; margin:0 auto;}

div.realizacje h2 {font-weight:900; color:#fff; text-transform: uppercase; text-align: center; margin:30px 0px 0px 0px;}

div.realizacja {
  height: auto;
  width: 250px; 
  float:left;
  margin: 20px 20px 0px 20px;
  border: 0px solid #BFBFBF !important;
  text-align: center;
  font-size:12px; text-transform: uppercase; font-weight:300;
}
div.realizacja span {font-weight:900; display:block; padding:0px 30px 10px 30px; font-size:14px; font-family: 'Montserrat', sans-serif;}

/* ---------------------------------------------------- SKILLS ---------------------------------------------------- */

.skillbar {
  font-family: 'Montserrat', sans-serif;
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:rgba(59, 61, 66, 1.0);
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
  font-weight:600;
	height:35px;
	line-height:35px;
	color:#fff;
}



/* ---------------------------------------------------- R ---------------------------------------------------- */
/* ---------------------------------------------------- W ---------------------------------------------------- */
/* ---------------------------------------------------- D ---------------------------------------------------- */

@media screen and (max-width: 980px) {

img.foot {
display: block; border: 0; padding-top:20px; padding-bottom:70px; margin:0 auto;
}

img.rellax {
display:none;
}

img.norellax {
display:inline;
}

.wrap {
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}

.section {
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 2% 0 2% 0;
}

.inner {
	width: 94%;
	margin: 0 auto;
  padding: 2% 3%;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}


h1 {
	font-size: 50px;
  text-align: center;
}

.innerfolio {
	width: 94%;
	margin: 0 auto;
    padding: 0 3% 2% 3%;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.subNavBtn {
	width: 21%;
	padding: 15px 2% 0 2%;
}

.subNavBtn span.dskt {display:none;}
.subNavBtn span.mobl {display:block; font-size:20px;}

.sTop {
	min-height: 50px;
  height: auto;
	padding: 30px 0;
}

p.kontakt {
  font-size:18px;
}

img.folio {
  max-width: 100% !important;
  height: auto;
  float:left;
  margin: 8px;
  border: 1px solid #BFBFBF !important;
}

div.mojefoto {
  float:none;
  text-align: left;
  
}

div.omnie {
  float:none;
  width:100%;
}

div.omnie p {font-size:18px; padding:12px 0;}

div.realizacje {width:100%;}

div.realizacja {
  height: auto;
  width: 90%; 
  float:left;
  margin: 20px 5% 0% 5%;
  border: 0px solid #BFBFBF !important;
  text-align: center;
  font-size:16px;
}
div.realizacja span {font-weight:900; font-size:30px;}

div.skillsleft, div.skillsright{width:100%; float:none; padding:0;}

}
