a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {

  background-color: #f9f9f9;
}
.header {
	background-color: #171717;
}

.nav a {
	text-decoration: none;
}
.nav-list{
  background-color: #171717;
  vertical-align: middle;
}
.nav-list li {
	display: inline-block;
	vertical-align: middle;
}
.nav-item{
	padding: 15px 30px;
  float: right;
}
.nav-item a{
	font-family: 'Lexend Deca';
	color: white;
	font-size: 14pt;
	font-weight: 200;
  } 
.nav-item2{
	display: inline-block;
  text-align: left;
  padding-left: 30px;
}
.btn{
padding: 5px 0px;
  margin:10px 4px;
  font-family: sans-serif;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.btn2{
padding: 5px 0px;
  margin:10px 4px;
 
  font-family: sans-serif;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;}

.btn2::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn2:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.gif{
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.grid {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 200px;
    max-width: 800px;
    max-height: 800px;
    width: 33.33%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    font-family: 'Lexend Deca';
}

.grid figure img {
    position: relative;
    display: block;
   min-width: 20%;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    font-family: 'Lexend Deca';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: 700;
    font-family: 'Lexend Deca';
    text-transform: uppercase;
    opacity: 0;
}


.grid figure h2,
.grid figure p {
    margin: 0px;
}

.grid figure p {
    letter-spacing: 1px;
    line-height: 24px;

   
}
figure.effect-sadie figcaption::before {
  text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;  
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.effect-sadie figcaption.color1::before {
background: -webkit-linear-gradient(top, rgba(133,1,7,0) 0%, rgba(133,1,7,0.8) 75%);
    background: linear-gradient(to bottom, rgba(133,1,7,0) 0%, rgba(133,1,7,0.8) 75%);
}
figure.effect-sadie figcaption.color2::before {
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
}
figure.effect-sadie figcaption.color3::before {
background: -webkit-linear-gradient(top, rgba(23,61,48,0) 0%, rgba(23,61,48,0.8) 75%);
    background: linear-gradient(to bottom, rgba(23,61,48,0) 0%, rgba(23,61,48,0.8) 75%);
}
figure.effect-sadie figcaption.color4::before {
background: -webkit-linear-gradient(top, rgba(249,68,123,0) 0%, rgba(249,68,123,0.8) 75%);
    background: linear-gradient(to bottom, rgba(249,68,123,0) 0%, rgba(249,68,123,0.8) 75%);
}
figure.effect-sadie figcaption.color5::before {
background: -webkit-linear-gradient(top, rgba(226,0,26,0) 0%, rgba(226,0,26,0.8) 75%);
    background: linear-gradient(to bottom, rgba(226,0,26,0) 0%, rgba(226,0,26,0.8) 75%);
}
figure.effect-sadie figcaption.color6::before {
background: -webkit-linear-gradient(top, rgba(249,68,123,0) 0%, rgba(249,68,123,0.8) 75%);
    background: linear-gradient(to bottom, rgba(249,68,123,0) 0%, rgba(249,68,123,0.8) 75%);
}
figure.effect-sadie figcaption.color7::before {
background: -webkit-linear-gradient(top, rgba(253,129,96,0) 0%, rgba(253,129,96,0.8) 75%);
    background: linear-gradient(to bottom, rgba(253,129,96,0) 0%, rgba(253,129,96,0.8) 75%);
}
figure.effect-sadie figcaption.color8::before {
background: -webkit-linear-gradient(top, rgba(255,213,28,0) 0%, rgba(255,213,28,0.8) 75%);
    background: linear-gradient(to bottom, rgba(255,213,28,0) 0%, rgba(255,213,28,0.8) 75%);
}
figure.effect-sadie figcaption.color9::before {
background: -webkit-linear-gradient(top, rgba(120,0,176,0) 0%, rgba(120,0,176,0.8) 75%);
    background: linear-gradient(to bottom, rgba(120,0,176,0) 0%, rgba(120,0,176,0.8) 75%);
}
figure.effect-sadie h2 {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: relative;
    padding: 2em;
  	top: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio img{
	max-width: 100%;
}
.portfolio2 img{
  max-width: 100%;
}
.close{
	float: right;
}
.close-btn{
	margin: 20px;
	position: fixed;
	right: 1px;
	z-index: 3;
}

.Icon {
  width: 50px;
  height: 50px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.Icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  height: 8px;
  width: 100%;
  background: #000;
  border-radius: 4px;
  transform: rotate(0deg);
  transition: .2s ease-in-out;
}

.Icon span:nth-child(1),
.Icon span:nth-child(3) {
  width: 50%;
  transform: rotate(45deg);
}

.Icon span:nth-child(1) {
  left: 3px;
  top: 15px;
}

.Icon span:nth-child(2) {
  transform: rotate(-45deg);
}

.Icon span:nth-child(3) {
  left: 20px;
  top: 31px;
}

.Icon.open span:nth-child(1),
.Icon.open span:nth-child(3) {
    left: -1px;
}

.Icon.open span:nth-child(1) {
  top: 15px;
  transform: rotate(135deg);
}

.Icon.open span:nth-child(2) {
  transform: rotate(0deg);
}

.Icon.open span:nth-child(3) {
  top: 31px;
  transform: rotate(45deg);
}
.content {
	background-color: #fff;
	text-align: center;
}
.description{
	position: relative;
	z-index: 1;
}
.description2{
	padding-top: 90px;
	padding-bottom: 50px;
	margin: auto;
	width: 1050px;
	text-align: center;
}
.paragraf-left{
	display: inline-block;
	float: left;
	width: 300px;
	text-align: left;
}
.paragraf-center{
	display: inline-block;
	width: 300px;
}
.paragraf-right{
	display: inline-block;
	text-align: right;
	float: right;
	width: 300px;
}
.paragraf-left h3 {
	font-size: 14pt;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: 'Lexend Deca';
}
.paragraf-center h3 {
	font-size: 14pt;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: 'Lexend Deca';
}
.paragraf-right h3 {
	font-size: 14pt;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: 'Lexend Deca';
}
.paragraf-left p{
	font-size: 11pt;
	font-weight: 200;
	line-height: 17pt;
}
.paragraf-center p{
	font-size: 11pt;
	font-weight: 200;
	line-height: 17pt;
}
.paragraf-right p{
	font-size: 11pt;
	font-weight: 200;
	line-height: 17pt;
}
.description-img {
	z-index: 2;
	
}
.description-column {
	z-index: 3;
	position: absolute;
	width:300px;
	margin: 60px;
}

.portfolio {
	font-family: 'Lexend Deca';
  text-align: center;
}
.portfolio2 {
  font-family: 'Lexend Deca';
  text-align: center;
}
.paragraf h3{
	font-size: 14pt;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: 'Lexend Deca';
  text-align: left;
}
.paragraf {
	padding-bottom: 20px;
}
.paragraf p{
	font-size: 11pt;
	font-weight: 200;
	line-height: 17pt;
  text-align: left;
}
.foto {
	margin: 100px;
}
.foto2{
  margin: 100px;
  text-align: center;
}
.high1{
	text-align: center;
	background-color: #f9d5e0;
}
.high2{
	background-color: #0f0a1a;
	margin-top: 70px;
}
.high3{
	background-color: #2a2f22;
}
.high4{
	background-color: #fc2653;
}
.kontakt{
	text-align: center;
	background-color: #171717;

}
.kontakt a{
	text-decoration: none;
	color: #fff;
}
.smhd a{
	color: #fff;
}
.bg-smhd {
	background-color: #b4141b; 
}
.bg-smhd a {
	color: #fff;
}
.high a{
	color: #fff;
}
.bg-high {
	background-color: #1f1f1f; 
}
.bg-high a {
	color: #fff;
}
.poster a{
	color: #fff;
}
.bg-poster {
	background-color: #3ea0a9; 
}
.bg-poster a {
	color: #fff;
}
.nike a{
	color: #fff;
}
.bg-nike {
	background-color: #814785; 
}
.bg-nike a {
	color: #fff;
}
.ga a{
	color: #fff;
}
.bg-ga {
	background-color: #fc9438; 
}
.bg-ga a {
	color: #fff;
}
.sm a{
	color: #fff;
}
.bg-sm {
	background-color: #017cc2; 
}
.bg-sm a {
	color: #fff;
}
.fotom a{
	color: #fff;
}
.bg-fotom {
	background-color: #48c8d0; 
}
.bg-fotom a {
	color: #fff;
}
.dance a{
	color: #fff;
}
.bg-dance {
	background-color: #ce8382; 
}
.bg-dance a {
	color: #fff;
}
.spleen a{
	color: #fff;
}
.bg-spleen {
	background-color: #008179; 
}
.bg-spleen a {
	color: #fff;
}
.dm a{
	color: #fff;
}
.bg-dm {
	background-color: #e2001a;
}
.bg-dm a {
	color: #fff;
}
.forum a{
	color: #fff;
}
.bg-forum {
	background-color: #171717; 
}
.bg-forum a {
	color: #fff;}
.kolaz a{
	color: #fff;
}
.bg-kolaz {
	background-color: #101010; 
}
.bg-kolaz a {
	color: #fff;
}
.tlo1{
	background-color: #f6f6f6;
}

.kontakt p{
	margin-top: 100px;
	margin-bottom: 20px;
	font-family: 'Lexend Deca';
  font-weight: 200;
	font-size: 16pt;
	vertical-align: middle;
	display: inline-block;
}
.kontakt p span{
	font-weight: 700;
}
.arrow {
	vertical-align: middle;
	display: inline-block;
	width: 10px;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-left: 6px;

}
.kontakt-icon {
	padding-bottom: 100px;
}
footer {
	background-color: #171717;
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 12px;
	font-family: 'Lexend Deca';
	font-weight: 200;
	text-decoration: none;
}
.nav-mobile{
  display: none;
}
.contact-content{
  text-align: center;
  margin: 0 auto;
  background-color: #171717;
  padding-top: 50px;
}

.contact-list li {
  display: inline-block;
  vertical-align: middle;
}
.contact-copy2{
 
  text-align: right;
}
.contact-copy2 p{
  font-family: 'Lexend Deca';
  font-weight: 200;
  font-size: 10pt;
  text-align: right;
  color: white;
  line-height: 20pt;
}
.contact-copy2 span{
  font-weight: 800;
  font-size:28pt;
  line-height: 38pt;
}
.contact-copy2 a{
  text-decoration: none;
  color: white;
}
.contact-photo{
  display: inline-block;
}
.ikony img{
  height: 40px;
  margin-left: 10px;
}
.spec{
  padding-top: 20px;
}
.spec span{
  font-weight: bold;
  color: #3e3e3e;
  font-size: 10pt;
  line-height: 16pt;
}
.yt {
    padding: 150px 0px;
    background-color: #E8E8E8;
}

@media (min-width: 300px) and (max-width: 620px){
  .grid figure{
    width: 100%;
  }
  .nav-item{
    padding: 10px 30px;
  }
  .nav-item a{
    font-size: 16px;
  }
  .nav-item2 img{
    width: 80%;
  }
  .gif img{
    width: 90%;
  }
  .paragraf h3{
    text-align: center;
  }
  .paragraf p{
    text-align: center;
  }


}

@media (min-width: 300px) and (max-width: 599px){
   .contact-copy1 p {
  font-size: 30pt;
  line-height: 36pt;
  }
  .contact-copy2 p {
  font-size: 12pt;
  text-align: center;
  }
  .contact-copy1 {
  padding: 30px 30px;
  width: 250px;
  text-align: center;
  }
  .contact-copy2 {
  padding: 30px 30px;
  width: 250px;
  }
  .contact-photo img{
    margin: 0px;
  }
.ikony {
  text-align: center;
}
.ikony img{
  margin: 0 15;
}}

@media (min-width: 600px) and (max-width: 900px){
.grid figure figcaption {
        font-size: 0.7em;
      }
.grid figure p {
    line-height: 16px;   
}
.nav-item{
  padding: 14px 20px;
}
 .nav-item2 img{
    width: 80%;
  }
   .nav-item a{
    font-size: 16px;
  }
  .gif img{
    width: 100%;
    padding: 50px 0px;
  }
.contact-photo img{
    width: 220px;
  }
  .contact-copy1 p {
  font-size: 15pt;
  line-height: 28pt;
  }
  .contact-copy2 p {
  font-size: 9pt;
  line-height: 14pt;
  }
  .contact-copy2 span{
    font-size: 16pt;
    line-height: 23pt;
  }
  .spec span{
    font-size: 8pt;
    line-height: 14pt;
  }
  .contact-copy1 {
  padding: 0 10px;
  width: 120px;
  }
  .contact-copy2 {
  padding: 0 10px;
  }
  .contact-list li{
    margin: 0;
  }
  .blackBox {
    margin-left: 0px;
}

}



@media (min-width: 900px) and (max-width: 1200px){
.gif img{
    width: 100%;
  }

}



@media (min-width: 901px) and (max-width: 1150px){
.grid figure figcaption {
        font-size: 1em;
      }
.grid figure p {
    line-height: 20px;  
}
  }



@media (min-width: 300px) and (max-width: 560px){
.arrow {
 display: none;
}
.kontakt p{
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
}



@media (min-width: 300px) and (max-width: 768px) {
 
.description-column {
  z-index: 1;
  position: relative;
  width: auto;
  margin: 0px;
  padding: 20px;
  background-color: #e8e8e8;
}
.paragraf h3{
  font-size: 12pt;
    text-align: center;
  }
  .paragraf p{
    text-align: center;
  }
.description2{
  padding-top: 30px;
  width: 300px;
  display: block;
  padding-left: 30px;
  padding-bottom: 40px;
}
.paragraf-left{
  width: 250px;
  text-align: center;
}
.paragraf-center{
  width: 250px;
  text-align: center;
  float: left;
  padding-top: 15px;
}
.paragraf-right{
 float: left;
 text-align: center;
  width: 250px;
  padding-top: 15px;
}
.foto{
  margin: 20px;
}
.foto2{
  margin: 0px;
  text-align: center;
}
.portfolio2 img{
  max-width: 90%;
}
.portfolio{
  text-align: center;
}
.portfolio2{
  text-align: center;
}
.high2{
  margin-top: 240px;
}
footer {
  padding: 15px 0px;
}
 .yt iframe{
    width: 300px;
    height: 168px;
  }
}


@media (min-width: 768px) and (max-width: 980px) {
.description-column{
  margin: 30px;
}
.description2{
  width: 720px;
  padding-top: 50px;
}
.paragraf h3{
  font-size: 12pt;
}
.paragraf-left{
  width: 220px;
}
.paragraf-center{
  width: 220px;
}
.paragraf-right{
  width: 220px;
}
.portfolio2 img{
  max-width: 90%;
}
.foto{
  margin: 20px;
}
.foto2{
  margin: 0px;
  text-align: center;
}
.portfolio2{
  text-align: center;
}
 .yt iframe{
    width: 600px;
    height: 337px;
  }
}

@media (min-width: 981px) and (max-width: 1200px){
  .description2{
  width: 900px;
}
.foto{
  margin: 40px;
}
.foto2{
  margin: 0px;
  text-align: center;
}
.portfolio2{
  text-align: center;
}
.portfolio2 img{
  max-width: 90%;
}
.description2{
  padding-top: 40px;
}

}

@media (min-width: 1201px) and (max-width: 1400px){
  .foto{
  margin: 40px;
}
.foto2{
  margin: 0px;
  text-align: center;
}
.portfolio2 img{
  max-width: 90%;
}
.portfolio2{
  text-align: center;
}
.description2{
  padding-top: 40px;
}

}

@media (min-width: 1151px) and (max-width: 1300px){
  .grid figure figcaption {
        font-size: 1.1em;
}
}
@media (min-width: 1100px) and (max-width: 1450px) {
  .contact-copy1 p {
  font-size: 50pt;
  line-height: 56pt;
  }
  .contact-copy2 p {
  font-size: 14pt;
  }
  .contact-copy1 {
  padding: 0 30px;
  width: 280px;
  }
  .contact-copy2 {
  padding: 0 30px;

  }
}
@media (min-width: 901px) and (max-width: 1149px) {
  .contact-copy1 p {
  font-size: 35pt;
  line-height: 40pt;
  }
  .contact-copy2 p {
  font-size: 13pt;
  }
  .contact-copy1 {
  padding: 0 15px;
  width: 200px;
  }
  .contact-copy2 {
  padding: 0 15px;
 
  }
}
.myClass {
  margin-top: 40px;
  margin-bottom: 40px;
}
.clear {
  clear: both;
}
.blackBox {
  margin-left: 22px;
}
.yt{
  padding: 150px 0px;
  background-color: #E8E8E8;
}
.scrollTopButton {
  background-color: #171717;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 100000;
  visibility: hidden;
  overflow: hidden;
}
.scrollTopButton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.scrollTopButton:hover {
  cursor: pointer;
  background-color: #ffbd1a;
}

.scrollTopButton.show {
     visibility: visible;
     cursor: pointer;
     transition: all 0.5s ease-in-out;
}
