body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body,
html {
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px;
  font-family: source_sans_proregular;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
}
a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-decoration: none;
  color: #146cff;
}
header h1 a:hover {
  color: #e54310 !important;
}
a:hover {
  color: #e54310;
}
a:active {
  color: #a454ff;
}
nav a {
  color: black;
}
nav span:hover {
  color: #e54310;
}
h1 a {
  color: black !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
header {
  float: left;
  width: 100%;
  position: fixed;
  min-height: 58px;
  max-height: 58px;
  background: white;
  min-width: 320px;
  -webkit-transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #b0b0b0;
  z-index: 99999;
}
header h1 {
  float: left;
  font-size: 24px;
  line-height: 58px;
  margin-left: 30px;
  color: black;
  font-family: source_light;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header h1 a {
  color: black;
  text-decoration: none;
}
header h1 span {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header h1 span:hover {
  color: #e54310;
}
header nav {
  float: right;
  line-height: 58px;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}
header nav a,
header nav span {
  color: black;
  font-size: 16px;
  font-family: source_light;
  text-decoration: none;
  float: right;
  line-height: 58px;
}
header nav a {
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 55px;
}
header nav span {
  margin-left: 50px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header nav span:last-of-type {
  margin-left: 0px;
}
header nav span.active {
  color: #ff0000;
}
header nav .explore2 {
  float: right;
  margin-right: -30px;
  max-height: 58px;
  margin-top: 21px;
  width: auto;
  opacity: .5;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
}
header nav .explore2:hover {
  opacity: 1;
}
header .projects {
  float: left;
  width: 100%;
  height: 540px;
  background: #f8f8f8;
  text-align: center;
  padding-top: 20px;
  display: none;
  position: relative;
  border-top: 1px solid #b0b0b0;
}
header .projects .cross {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 999;
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header .projects .cross:hover {
  opacity: 1;
}
header .projects .inside {
  display: inline-block;
  width: 1250px;
  margin: auto;
  height: 540px;
  position: relative;
}
header .projects .inside #slidess {
  float: left;
  width: 1250px !important;
  height: 540px !important;
  position: relative;
}
header .projects .inside .slidesjs-container {
  width: 90% !important;
  height: 540px !important;
  position: absolute;
  left: 5%;
}
header .projects .inside #slidess .slidesjs-control {
  width: 100% !important;
  height: 100% !important;
}
header .projects .inside #slidess #slidee {
  float: left;
  width: 100%;
  height: 100%;
}
header .projects .inside .slidesjs-pagination {
  display: none;
}
header .projects .inside .slidesjs-previous {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  width: 30px;
  font-size: 0px;
  text-indent: -9999px;
  height: 49px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 150;
  margin: auto;
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header .projects .inside .slidesjs-next {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  width: 30px;
  font-size: 0px;
  height: 49px;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  bottom: 0px;
  z-index: 150;
  margin: auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header .projects .inside .slidesjs-previous:hover,
header .projects .inside .slidesjs-next:hover {
  opacity: 1;
}
header .projects .pro-ject {
  display: inline-block;
  width: 18%;
  margin-right: 1px;
  background: white;
  border-bottom: 1px solid #b0b0b0;
  height: 250px;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  overflow: hidden;
}
header .projects .pro-ject h2 {
  float: left;
  width: 95%;
  margin-left: 5%;
  font-size: 16px;
  color: black;
  margin-top: 15px;
  height: 36px;
  text-align: left;
}
header .projects .pro-ject p {
  float: left;
  width: 90%;
  margin-left: 5%;
  font-size: 14px;
  color: black;
  line-height: 1.6;
  font-family: source_light;
  text-align: left;
  height: 44px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .projects .pro-ject span {
  float: left;
  width: 100%;
  height: 60%;
  overflow: hidden;
}
header .projects .pro-ject span img {
  width: 100%;
  float: left;
}
footer {
  min-height: 230px;
  float: left;
  width: 100%;
  background: #242424;
  text-align: center;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #242424 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #242424 0%, #000000 100%);
  background: -o-linear-gradient(top, #242424 0%, #000000 100%);
  background: -ms-linear-gradient(top, #242424 0%, #000000 100%);
  background: linear-gradient(to bottom, #242424 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000000', GradientType=0);
}
footer span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: white;
  line-height: 230px;
  font-family: source_light;
  cursor: pointer;
}
footer .form {
  display: inline-block;
  width: 1366px;
  padding-top: 90px;
  margin: auto;
  display: none;
}
footer .form input {
  float: left;
  width: 98%;
  height: 93px;
  line-height: 93px;
  font-size: 30px;
  font-family: source_light;
  color: white;
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 2%;
  outline: none;
}
footer .form .row {
  float: left;
  width: 100%;
  position: relative;
}
footer .form textarea {
  float: left;
  width: 98%;
  height: 280px;
  line-height: 1.2;
  font-size: 30px;
  font-family: source_light;
  color: white;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 2%;
  padding-top: 28px;
  outline: none;
  resize: none;
}
footer .form button {
  display: inline-block;
  width: 500px;
  height: 73px;
  line-height: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-family: source_light;
  text-align: center;
  background: transparent;
  border: 1px solid white;
  outline: none;
  cursor: pointer;
  margin-top: 128px;
  margin-bottom: 190px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
footer .form button:hover,
footer .form button:active {
  border-color: #1c82ab;
}
footer .placeholder {
  color: white;
  opacity: .5;
}
footer ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
  opacity: .5;
}
footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: .5;
}
footer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: .5;
}
footer :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
  opacity: .5;
}
footer .error {
  float: left;
  position: absolute;
  color: #e54310;
  font-size: 30px;
  text-align: right;
  height: 100%;
  font-family: source_light;
  right: 0px;
  margin: auto;
  line-height: 93px;
  display: none;
}
#main {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  background: #242424;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #242424 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #242424 0%, #000000 100%);
  background: -o-linear-gradient(top, #242424 0%, #000000 100%);
  background: -ms-linear-gradient(top, #242424 0%, #000000 100%);
  background: linear-gradient(to bottom, #242424 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000000', GradientType=0);
}
#main h2 {
  margin: 0px auto;
  font-size: 78px;
  color: white;
  font-family: source_sans_proextralight;
  max-width: 80%;
  height: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#main h2 span {
  color: #146cff;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: help;
}
#main h2 span span {
  position: absolute;
  bottom: -63px;
  height: 57px;
  font-size: 20px;
  display: none;
  color: white;
  line-height: 58px;
  padding-left: 15px;
  min-width: 285px;
  padding-right: 15px;
  border-radius: 5px;
  background: #111111;
  left: 0px;
  right: 0px;
  margin: auto;
  border-top: 1px solid #222;
  border-bottom: 5px solid #e54310;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
#main h2 span span:hover {
  color: white;
}
#main h2 span:hover {
  color: #e54310;
}
.imperative {
  position: relative;
  display: table;
  float: none !important;
}
.imperative p {
  width: auto !important;
  max-width: 80%;
  height: auto ;
  float: none !important;
  text-align: center !important;
  display: table-cell;
  margin: 0px auto;
  vertical-align: middle;
}
#promenna {
  float: left;
  width: 100%;
  margin-top: 50px;
  height: 350px;
  background: #1d1d1d;
  text-align: center;
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d1d1d), color-stop(100%, #424242));
  background: -webkit-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -o-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -ms-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: linear-gradient(to right, #1d1d1d 0%, #424242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#424242', GradientType=1);
}
#promenna .inside {
  display: inline-block;
  width: 1440px;
  height: 100%;
  margin: auto;
  position: relative;
}
#promenna img {
  display: inline-block;
  margin: auto;
  margin-top: -20px;
  width: auto;
  max-height: 75%;
  max-width: 90%;
}
.supply {
  float: left;
  width: 100%;
  height: auto !important;
  min-height: 0px !important;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.supply .inside {
  margin: auto;
  width: 1440px;
  position: relative;
  height: auto;
  display: inline-block;
}
.supply .inside img {
  max-height: 100%;
}
.alone {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  min-width: 80%;
}
.supply.suda {
  background: white;
}
.supply.suda .inside {
  display: inline-block;
  table-layout: fixed;
  max-width: 100%;
}
.supply.suda .inside img {
  max-height: 95%;
}
.supply.suda .inside .centrik {
  float: right;
  width: 50%;
  transition: 0.5s;
}
.supply.suda .notAlone {
  max-width: 45%;
  min-width: 0%;
  height: auto;
  margin: auto;
  display: inline-block;
  max-height: 95%;
}
.supply.suda h2 {
  font-size: 52px;
  float: right;
  width: 96%;
  text-align: left;
  margin-bottom: 30px;
  font-family: source_sans_proextralight;
}
.supply.suda .row {
  float: left;
  width: 100%;
}
.supply.suda p {
  font-size: 24px;
  float: right;
  width: 96%;
  text-align: left;
  font-family: source_sans_proextralight;
  line-height: 1.6;
}
.supply.suda ul {
  float: right;
  width: 96%;
  padding-left: 10%;
}
.supply.suda ul li {
  float: right;
  width: 95%;
  text-align: left;
  font-family: source_sans_proextralight;
  margin-top: 10px;
  line-height: 1.6;
}
.supply a {
  color: #146cff;
}
.supply a:hover {
  color: #e54310;
}
.supply.licha {
  background: #f8f8f8;
}
.supply.licha .inside {
  display: inline-block;
  table-layout: fixed;
  max-width: 100%;
}
.supply.licha .inside img {
  max-height: 95%;
}
.supply.licha .inside .centrik {
  float: left;
  width: 50%;
  transition: 0.5s;
}
.supply.licha .notAlone {
  max-width: 45%;
  min-width: 0%;
  height: auto;
  margin: auto;
  display: inline-block;
  max-height: 95%;
}
.supply.licha h2 {
  font-size: 52px;
  float: left;
  width: 96%;
  text-align: left;
  font-family: source_sans_proextralight;
  margin-bottom: 30px;
}
.supply.licha .row {
  float: left;
  width: 100%;
}
.supply.licha p {
  font-size: 24px;
  float: left;
  width: 96%;
  text-align: left;
  font-family: source_sans_proextralight;
  line-height: 1.6;
}
.supply.licha ul {
  float: left;
  width: 96%;
  padding-left: 4.5%;
}
.supply.licha ul li {
  float: left;
  width: 95%;
  text-align: left;
  font-family: source_sans_proextralight;
  margin-top: 10px;
  line-height: 1.6;
}
.supply:last-of-type {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d1d1d), color-stop(100%, #424242));
  background: -webkit-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -o-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: -ms-linear-gradient(left, #1d1d1d 0%, #424242 100%);
  background: linear-gradient(to right, #1d1d1d 0%, #424242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#424242', GradientType=1);
}
.supply:last-of-type h2,
.supply:last-of-type p {
  color: white;
}
.supply:last-of-type ul li {
  color: white;
}
#galery {
  float: left;
  width: 100%;
  background: white;
  position: relative;
}
#galery .projecty {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  z-index: 999;
}
#galery .projecty .less {
  float: left;
  width: 147px;
  font-size: 18px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 8%;
  font-family: source_sans_proextralight;
  line-height: 1.25;
  text-transform: uppercase;
  color: #009bd9;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  -webkit-transition: 0.3s;
  z-index: 999;
}
#galery .projecty .less:hover {
  color: #e54310;
}
#galery .projecty #slidesss {
  display: inline-block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
#galery .projecty .slidesjs-container {
  width: 95% !important;
  height: 90% !important;
  position: absolute;
  left: 2.5%;
  margin-top: 5%;
}
#galery .projecty #slidesss .slidesjs-control {
  width: 100% !important;
  height: 100% !important;
}
#galery .projecty #slidesss .slidee {
  float: left;
  width: 88% !important;
  padding-left: 6%;
  height: 100%;
  top: 60px !important;
}
#galery .projecty .slidesjs-pagination {
  display: none;
}
#galery .projecty .slidesjs-previous {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  width: 30px;
  font-size: 0px;
  height: 49px;
  left: 2%;
  top: 0px;
  text-indent: -9999px;
  bottom: 0px;
  z-index: 150;
  margin: auto;
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery .projecty .slidesjs-next {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  width: 30px;
  text-indent: -9999px;
  font-size: 0px;
  height: 49px;
  right: 2%;
  top: 0px;
  bottom: 0px;
  z-index: 150;
  margin: auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery .projecty .slidesjs-previous:hover,
#galery .projecty .slidesjs-next:hover {
  opacity: 1;
}
#galery .projecty .pro-ject {
  display: inline-block;
  width: 15.7%;
  margin-right: 1px;
  background: white;
  border-bottom: 1px solid #b0b0b0;
  height: 35%;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  overflow: hidden;
}
#galery .projecty .pro-ject h2 {
  float: left;
  width: 95%;
  margin-left: 5%;
  font-size: 16px;
  color: black;
  margin-top: 15px;
  text-align: left;
}
#galery .projecty .pro-ject p {
  float: left;
  width: 95%;
  margin-left: 5%;
  font-size: 14px;
  color: black;
  line-height: 1.2;
  font-family: source_light;
  text-align: left;
  height: 44px;
  overflow: hidden;
}
#galery .projecty .pro-ject span {
  float: left;
  width: 100%;
  height: 60%;
  overflow: hidden;
}
#galery .projecty .pro-ject span img {
  width: 100%;
  float: left;
}
#galery .explore {
  position: absolute;
  top: 75px;
  right: 15px;
  cursor: pointer;
  z-index: 999;
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: none;
}
#galery .explore:hover {
  opacity: 1;
}
#galery #slides {
  float: left;
  width: 100% !important;
  position: relative;
  margin-top: 0px;
  height: 100%;
  bottom: 0px;
  top: 0px;
  position: absolute;
}
#galery #slides .slidesjs-container {
  height: 600px !important;
  width: 100% !important;
  margin-top: 6%;
}
#galery #slides .slidesjs-previous {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  top: 0px;
  width: 70px;
  font-size: 0px;
  height: 70px;
  left: 2%;
  bottom: 0px;
  z-index: 20;
  margin: auto;
  text-indent: -9999px;
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery #slides .slidesjs-next {
  background: url(../icony/arrow.png) center center no-repeat;
  position: absolute;
  top: 0px;
  width: 70px;
  font-size: 0px;
  height: 70px;
  right: 2%;
  bottom: 0px;
  z-index: 20;
  text-indent: -9999px;
  margin: auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  opacity: .5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery #slides .slidesjs-previous:hover,
#galery #slides .slidesjs-next:hover {
  opacity: 1;
}
#galery #slides .slidesjs-control {
  height: 600px !important;
}
#galery #slides .slide {
  float: left;
  width: 100%;
  height: 100%;
}
#galery #slides .slide .imgobal {
  float: left;
  width: 40%;
  overflow: hidden;
  height: 600px;
  max-height: 600px;
  position: relative;
  margin-left: 10%;
}
#galery #slides .slide .imgobal img {
  float: left;
  max-width: 82%;
  height: auto;
  max-height: 82%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#galery #slides .slide h3 {
  float: left;
  width: 530px;
  font-size: 34px;
  font-family: source_sans_proextralight;
  margin-top: 12%;
  margin-left: 8%;
}
#galery #slides .slide p {
  float: left;
  width: 530px;
  font-size: 24px;
  margin-top: 20px;
  font-family: source_sans_proextralight;
  line-height: 1.25;
  margin-left: 8%;
}
#galery #slides .slide a {
  float: left;
  width: 265px;
  font-size: 18px;
  margin-top: 20px;
  font-family: source_sans_proextralight;
  line-height: 1.25;
  text-transform: uppercase;
  margin-left: 8%;
  color: #e54310;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery #slides .slide a span {
  float: left;
}
#galery #slides .slide a img {
  float: left;
  margin-left: 15px;
  margin-top: 6px;
}
#galery #slides .slide a:hover {
  color: black;
}
#galery #slides .slide .newslideshow {
  float: left;
  width: 265px;
  font-size: 18px;
  margin-top: 20px;
  font-family: source_sans_proextralight;
  line-height: 1.25;
  text-transform: uppercase;
  color: #009bd9;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#galery #slides .slide .newslideshow:hover {
  color: #e54310;
}
#galery #slides .slidesjs-pagination {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: url(../images/bgul.png) center center no-repeat;
  height: 18px;
  background-size: 100% 1px;
  margin-top: 84px;
  margin-bottom: 25px;
}
#galery #slides .slidesjs-pagination li {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  font-size: 0px;
  position: relative;
  box-sizing: border-box;
}
#galery #slides .slidesjs-pagination li a {
  float: left;
  width: 6px;
  height: 6px;
  margin-left: -2.5px;
  margin-top: -2px;
  padding: 0;
  background: #c1bfbf;
  font-size: 0px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  border: 5px solid white;
}
#galery #slides .slidesjs-pagination li a.active {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  margin-left: -5px;
}
#galery #slides .slidesjs-pagination li span {
  position: absolute;
  font-size: 12px;
  color: #c1bfbf;
  top: 20px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}
input:required {
  box-shadow: none;
}
input:invalid {
  box-shadow: none;
}
#aboutMe {
  float: left;
  width: 100%;
  height: auto;
  background: #170602;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
  /* Chrome, Safari, Opera */
  /* Standard syntax */
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
#aboutMe .middle {
  display: inline-block;
  margin: auto;
  width: 900px;
  background-size: 1px 100%;
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
  z-index: 50;
}
#aboutMe .middle .stredLine {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  width: 1px;
  margin: auto;
}
#aboutMe .middle .row {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#aboutMe .middle .row .left-me {
  float: left;
  width: 50%;
  color: white;
  position: relative;
}
#aboutMe .middle .row .left-me h3 {
  float: left;
  width: 80%;
  font-size: 24px;
  font-family: source_sans_proextralight;
  text-align: right;
  line-height: 1.2;
  cursor: pointer;
}
#aboutMe .middle .row .left-me span {
  float: left;
  width: 80%;
  font-size: 24px;
  text-align: right;
  font-family: source_sans_proextralight;
  color: #ff0000;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  font-weight: 700;
}
#aboutMe .middle .row .left-me .line {
  position: absolute;
  right: 20px;
  top: 13.5px;
  background: #931a18;
  height: 1px;
  width: 40px;
}
#aboutMe .middle .row .left-me .dot {
  position: absolute;
  right: -4.5px;
  top: 10px;
  background: #ff0000;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-animation: myfirst 3s infinite;
  /* Chrome, Safari, Opera */
  animation: myfirst 3s infinite;
}
#aboutMe .middle .row .right-me {
  float: right;
  width: 50%;
  color: white;
  position: relative;
}
#aboutMe .middle .row .right-me h3 {
  float: right;
  width: 80%;
  font-size: 24px;
  font-family: source_sans_proextralight;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}
#aboutMe .middle .row .right-me span {
  float: right;
  width: 80%;
  font-size: 24px;
  text-align: left;
  font-family: source_sans_proextralight;
  color: #ff0000;
  cursor: pointer;
  font-weight: 700;
}
#aboutMe .middle .row .right-me .line {
  position: absolute;
  left: 20px;
  top: 13.5px;
  background: #931a18;
  height: 1px;
  width: 40px;
}
#aboutMe .middle .row .right-me .dot {
  position: absolute;
  left: -4.5px;
  top: 10px;
  background: #ff0000;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-animation: myfirstr 3s infinite;
  /* Chrome, Safari, Opera */
  animation: myfirstr 3s infinite;
}
@-webkit-keyframes myfirst {
  0% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  10% {
    width: 13px;
    height: 12px;
    right: -6.5px;
    top: 8px;
  }
  20% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  30% {
    width: 13px;
    height: 12px;
    right: -6.5px;
    top: 8px;
  }
  40% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  100% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
}
@keyframes myfirst {
  0% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  10% {
    width: 13px;
    height: 12px;
    right: -6.5px;
    top: 8px;
  }
  20% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  30% {
    width: 13px;
    height: 12px;
    right: -6.5px;
    top: 8px;
  }
  40% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
  100% {
    width: 9px;
    height: 9px;
    right: -4.5px;
    top: 10px;
  }
}
@-webkit-keyframes myfirstr {
  0% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  10% {
    width: 13px;
    height: 12px;
    left: -7px;
    top: 8.5px;
  }
  20% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  30% {
    width: 13px;
    height: 12px;
    left: -7px;
    top: 8.5px;
  }
  40% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  100% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
}
@keyframes myfirstr {
  0% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  10% {
    width: 13px;
    height: 12px;
    left: -7px;
    top: 8.5px;
  }
  20% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  30% {
    width: 13px;
    height: 12px;
    left: -7px;
    top: 8.5px;
  }
  40% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
  100% {
    width: 9px;
    height: 9px;
    left: -4.5px;
    top: 10px;
  }
}
#aboutMe .left-texty {
  position: absolute;
  left: 0px;
  width: 50%;
  min-height: 100%;
  top: 0%;
  float: left;
}
#aboutMe .left-texty .text {
  background: white;
  position: absolute;
  float: left;
  width: 95%;
  padding-top: 80px;
  left: -100%;
  overflow: hidden;
  padding-bottom: 25px;
}
#aboutMe .left-texty .text h2 {
  float: right;
  margin-left: 30px;
  text-align: left;
  min-width: 61.4%;
  font-family: source_sans_proregular;
  font-size: 24px;
  margin-bottom: 10px;
}
#aboutMe .left-texty .text span {
  float: right;
  margin-left: 30px;
  text-align: left;
  min-width: 61.4%;
  font-family: source_light;
  font-size: 18px;
  color: #757575;
}
#aboutMe .left-texty .text b {
  float: right;
  width: 61.8%;
  font-size: initial;
  text-align: left;
  margin-left: 30px;
  font-weight: 400;
  font-family: source_sans_proregular;
}
#aboutMe .left-texty .text p {
  float: right;
  margin-left: 30px;
  text-align: left;
  width: 61.8%;
  font-family: source_light;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
}
#aboutMe .left-texty .text p b {
  width: 100%;
  margin-left: 0px !important;
}
#aboutMe .left-texty .text ul {
  float: right;
  width: 61.8%;
  padding-left: 10px;
}
#aboutMe .left-texty .text ul li {
  float: left;
  margin-left: 19px;
  text-align: left;
  width: 90%;
  font-family: source_light;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0px;
}
#aboutMe .left-texty .text .crossik {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#aboutMe .left-texty .text .crossik:hover {
  opacity: 1;
}
#aboutMe .right-texty {
  position: absolute;
  right: 0px;
  width: 50%;
  min-height: 100%;
  top: 0%;
  float: left;
}
#aboutMe .right-texty .text {
  background: white;
  position: absolute;
  float: right;
  width: 95%;
  padding-top: 80px;
  right: -100%;
  overflow: hidden;
  padding-bottom: 25px;
}
#aboutMe .right-texty .text h2 {
  float: left;
  margin-left: 35px;
  text-align: left;
  min-width: 62%;
  font-family: source_sans_proregular;
  font-size: 24px;
  margin-bottom: 10px;
}
#aboutMe .right-texty .text b {
  float: left;
  width: 61.8%;
  font-size: initial;
  text-align: left;
  margin-left: 33px;
  font-weight: 400;
  font-family: source_sans_proregular;
}
#aboutMe .right-texty .text ul {
  float: left;
  width: 61.8%;
  padding-left: 10px;
}
#aboutMe .right-texty .text ul li {
  float: left;
  margin-left: 43px;
  text-align: left;
  width: 90%;
  font-family: source_light;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0px;
}
#aboutMe .right-texty .text span {
  float: left;
  margin-left: 35px;
  text-align: left;
  min-width: 61.8%;
  font-family: source_light;
  font-size: 18px;
  color: #757575;
}
#aboutMe .right-texty .text p {
  float: left;
  margin-left: 33px;
  text-align: left;
  width: 61.8%;
  font-family: source_light;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
}
#aboutMe .right-texty .text p b {
  width: 100%;
  margin-left: 0px;
}
#aboutMe .right-texty .text .crossik {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#aboutMe .right-texty .text .crossik:hover {
  opacity: 1;
}
.portrait {
  display: none !important;
}
#skills {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background: white;
  text-align: center;
}
#skills .inside {
  margin: auto;
  width: 955px;
  height: 100%;
}
#skills .skill {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  display: table;
}
#skills .skill img {
  float: left;
  width: 43%;
}
#skills .skill p {
  width: 65%;
  text-align: left;
  font-size: 24px;
  font-family: source_sans_proextralight;
  line-height: 1.7;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
#skills .skill.right {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  display: table;
}
#skills .skill.right img {
  width: 43%;
  display: table-cell;
  position: relative;
  left: 57%;
}
#skills .skill.right p {
  width: 65%;
  text-align: left;
  font-size: 24px;
  font-family: source_sans_proextralight;
  line-height: 1.7;
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
#loga {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
}
#loga .stripe {
  display: inline-block;
  width: 100%;
  height: auto;
}
#loga .row {
  display: inline-block;
  width: 90%;
  margin: auto;
}
#loga .row .box {
  display: inline-block;
  width: 32.5%;
  height: 150px;
  position: relative;
  margin-top: 50px;
}
#loga .row .box img {
  position: absolute;
  top: 0px;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 80%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#loga .row .box .agilaimg {
  background: url(../images/logos/agila_grey.PNG) center center no-repeat;
  position: absolute;
  top: 0px;
  width: 100%;
  background-size: auto auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#loga .row .box .agilaimg:hover {
  background: url(../images/logos/agila.PNG) center center no-repeat;
  background-size: auto auto;
}
header h1 span {
  background: url(../images/logos/agila.PNG) -9999px -9999px no-repeat;
}
.main {
  float: left;
  width: 100%;
  color: black;
  height: auto;
  text-align: center;
}
.main h2 {
  font-size: 52px;
  float: left;
  width: 100%;
  text-align: center;
  font-family: source_sans_proextralight;
  margin-top: 120px;
}
.main .row {
  float: left;
  width: 100%;
  text-align: center;
}
.main p {
  font-size: 24px;
  display: inline-block;
  width: 600px;
  text-align: center;
  font-family: source_sans_proextralight;
  margin-top: 30px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.main img {
  width: auto;
  height: auto;
  max-width: 80%;
  margin-bottom: 60px;
  display: inline-block;
}
.zpet {
  color: #e54310;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.zpet:hover {
  color: black;
}
.zpet:before {
  content: "<";
  float: left;
  width: 8px;
  overflow: hidden;
  font-size: 32px;
  line-height: 61px;
  height: 58px;
  margin-right: 10px;
}
.predchoziProjekt {
  position: absolute;
  left: 0px;
  bottom: 25px;
  color: white;
  width: 49%;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
.predchoziProjekt:hover {
  color: #64c2f3;
}
.dalsiProjekt {
  position: absolute;
  right: 0px;
  bottom: 25px;
  color: white;
  width: 49%;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
.dalsiProjekt:hover {
  color: #64c2f3;
}
.oceneni {
  max-height: 100% !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.oceneni img {
  min-width: 0px;
  position: absolute;
}
@media (max-width: 1600px) {
  .predchoziProjekt,
  .dalsiProjekt {
    width: 30%;
  }
  ´ .dalsiProjekt {
    width: 30%;
  }
  .inside,
  .form {
    width: 1200px !important;
  }
  .supply img {
    max-height: 95% !important;
  }
  #slides {
    margin-top: 0px !important;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 1.5%;
  }
  #galery #slides .slide h3,
  #galery #slides .slide p,
  #galery #slides .slide a {
    margin-left: 6%;
  }
  #main h2 {
    max-width: 100%;
  }
}
@media (max-width: 1600px) and (max-height: 500px) {
  #galery #slides .slidesjs-container {
    height: 65% !important;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 2%;
  }
  .projecty .pro-ject {
    width: 17% !important;
    height: 19% !important;
    overflow: hidden;
  }
  .projecty .pro-ject h2 {
    font-size: 12px !important;
  }
  .projecty .pro-ject p {
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .projecty .pro-ject span {
    height: 47% !important;
  }
  .projecty .slidesjs-next {
    background-size: auto 100% !important;
    height: 30px !important;
    right: 0% !important;
  }
  .projecty .slidesjs-previous {
    background-size: auto 100% !important;
    height: 30px !important;
    left: 0% !important;
  }
  header {
    line-height: 35px;
    min-height: 35px;
  }
  header h1 {
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
  }
  header nav {
    line-height: 35px;
  }
  header nav .explore2 {
    margin-top: 10px;
    margin-right: -15px;
  }
  header nav span {
    line-height: 35px;
    font-size: 14px;
  }
  header nav a {
    line-height: 35px;
    margin-right: 10px;
    margin-left: 20px;
    font-size: 14px;
  }
  header nav .zpet:before {
    height: 35px;
    line-height: 38px;
    font-size: 22px;
  }
  header nav .explore2 {
    max-height: 35px;
  }
  footer {
    min-height: 100px;
  }
  footer span {
    font-size: 28px;
    line-height: 100px;
  }
  footer .form input,
  footer .form .error {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  footer .form .error {
    width: auto !important;
  }
  footer .form textarea {
    height: 40px;
    font-size: 16px;
    padding-top: 5px;
  }
  footer .form button {
    height: 30px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
  }
  #galery #slides .slide h3 {
    font-size: 20px;
    margin-top: 9%;
  }
  #galery #slides .slide p {
    font-size: 16px;
    margin-top: 0px;
  }
  #galery #slides .slide a,
  #galery #slides .slide .newslideshow {
    font-size: 17px;
    margin-top: 5px;
  }
  #galery #slides .slidesjs-container {
    margin-top: 1%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 0%;
  }
}
@media (max-width: 1600px) and (max-height: 350px) {
  #galery #slides .slidesjs-container {
    height: 50% !important;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 2%;
  }
}
@media (max-width: 1441px) {
  .inside,
  .form {
    width: 980px !important;
  }
  #skills {
    padding-bottom: 0px;
  }
  #galery .projecty .slidesjs-container {
    margin-top: 3%;
  }
  #galery .projecty .less {
    bottom: 7%;
  }
  header .projects .inside {
    width: 1200px !important;
  }
  #galery .projecty .slidesjs-previous {
    left: 6%;
  }
  #galery .projecty .slidesjs-next {
    right: 6%;
  }
  .supply img {
    max-height: 95% !important;
  }
  #slides {
    margin-top: 0px !important;
  }
  #galery #slides .slidesjs-container {
    height: 70% !important;
  }
  #galery #slides .slidesjs-control {
    height: 100% !important;
  }
  #galery #slides .slide .imgobal {
    height: 100%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 4%;
  }
  #galery #slides .slide h3,
  #galery #slides .slide p,
  #galery #slides .slide a {
    margin-left: 4%;
    width: 40%;
  }
  #galery #slides .slide a {
    width: 20%;
  }
  #galery #slides .slide .newslideshow {
    width: 20%;
  }
  .text {
    width: 90% !important;
  }
  #galery .projecty .pro-ject {
    overflow: hidden;
  }
  #galery .projecty .pro-ject p {
    line-height: 1;
  }
  footer .form input,
  footer .form .error {
    line-height: 50px;
    height: 50px;
    font-size: 22px;
  }
  footer .form .error {
    width: auto !important;
  }
  footer .form textarea {
    height: 125px;
    font-size: 22px;
    padding-top: 10px;
  }
  footer .form button {
    height: 50px;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .supply:last-of-type p {
    font-size: 18px;
  }
}
@media (max-width: 1920px) and (max-height: 550px) {
  header .projects {
    height: 230px;
  }
  header .projects .cross {
    top: 4px;
    right: 4px;
    width: 15px;
  }
  header .projects .inside {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside #slidess {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 230px !important;
  }
  header .projects .pro-ject {
    height: 100px;
    margin-bottom: 2px;
    width: 18%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 50%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
}
@media (max-width: 1600px) and (max-height: 500px) {
  #galery #slides .slidesjs-container {
    height: 65% !important;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 2%;
  }
  .projecty .pro-ject {
    width: 17% !important;
    height: 19% !important;
    overflow: hidden;
  }
  .projecty .pro-ject h2 {
    font-size: 12px !important;
  }
  .projecty .pro-ject p {
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .projecty .pro-ject span {
    height: 47% !important;
  }
  .projecty .slidesjs-next {
    background-size: auto 100% !important;
    height: 30px !important;
    right: 0% !important;
  }
  .projecty .slidesjs-previous {
    background-size: auto 100% !important;
    height: 30px !important;
    left: 0% !important;
  }
  header {
    line-height: 35px;
    min-height: 35px;
  }
  header h1 {
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
  }
  header nav {
    line-height: 35px;
  }
  header nav .explore2 {
    margin-top: 10px;
    margin-right: -15px;
  }
  header nav span {
    line-height: 35px;
    font-size: 14px;
  }
  header nav a {
    line-height: 35px;
    margin-right: 10px;
    margin-left: 20px;
    font-size: 14px;
  }
  header nav .zpet:before {
    height: 35px;
    line-height: 38px;
    font-size: 22px;
  }
  header nav .explore2 {
    max-height: 35px;
  }
  footer {
    min-height: 100px;
  }
  footer span {
    font-size: 28px;
    line-height: 100px;
  }
  footer .form input,
  footer .form .error {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  footer .form .error {
    width: auto !important;
  }
  footer .form textarea {
    height: 40px;
    font-size: 16px;
    padding-top: 5px;
  }
  footer .form button {
    height: 30px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
  }
  #galery #slides .slide h3 {
    font-size: 20px;
    margin-top: 9%;
  }
  #galery #slides .slide p {
    font-size: 16px;
    margin-top: 0px;
  }
  #galery #slides .slide a,
  #galery #slides .slide .newslideshow {
    font-size: 17px;
    margin-top: 5px;
  }
  #galery #slides .slidesjs-container {
    margin-top: 1%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 5%;
  }
  header .projects {
    height: 230px;
  }
  header .projects .cross {
    top: 4px;
    right: 4px;
    width: 15px;
  }
  header .projects .inside {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside #slidess {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 230px !important;
  }
  header .projects .pro-ject {
    height: 100px;
    margin-bottom: 2px;
    width: 18%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 50%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
}
@media (max-width: 1600px) and (max-height: 350px) {
  #galery #slides .slidesjs-container {
    height: 50% !important;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 2%;
  }
  #galery #slides .slide h3 {
    font-size: 20px;
    margin-top: 4%;
  }
}
@media (max-width: 1279px) {
  #promenna {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 250px;
  }
  .inside,
  .form {
    width: 80% !important;
  }
  header .projects {
    height: 400px ;
  }
  header .projects .inside {
    width: 955px !important;
    height: 400px !important;
  }
  header .projects .inside #slidess {
    width: 955px !important;
    height: 400px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 400px !important;
  }
  header .projects .pro-ject {
    width: 17%;
    margin-left: 4px;
    margin-right: 4px;
    height: 180px;
  }
  header .projects .pro-ject span {
    height: 42%;
    text-align: center;
  }
  #aboutMe .right-texty .text ul {
    min-width: 95%;
    width: 95%;
  }
  #aboutMe .left-texty .text h2 {
    font-size: 22px;
    min-width: 95%;
  }
  #aboutMe .left-texty .text p,
  #aboutMe .left-texty .text ul li,
  #aboutMe .left-texty .text b {
    font-size: 16px;
    min-width: 95%;
    width: 95%;
  }
  #aboutMe .left-texty .text span {
    font-size: 18px;
    min-width: 95%;
    width: 95%;
  }
  #aboutMe .left-texty .text ul {
    min-width: 95%;
    width: 95%;
  }
  .supply img {
    max-height: 95% !important;
  }
  #slides {
    margin-top: 0px !important;
  }
  #galery #slides .slidesjs-container {
    height: 70% !important;
  }
  #galery #slides .slidesjs-control {
    height: 100% !important;
  }
  #galery #slides .slide .imgobal {
    height: 100%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 0%;
  }
  #galery #slides .slide h3,
  #galery #slides .slide p {
    margin-left: 6%;
    width: 36%;
  }
  #galery #slides .slide a {
    width: 20%;
    margin-left: 6%;
  }
  #galery #slides .slide .newslideshow {
    width: 20%;
  }
  #galery .projecty .slidesjs-container {
    width: 90% !important;
    height: 90% !important;
    position: absolute;
    left: 5%;
    margin-top: 5%;
  }
  #galery .projecty .pro-ject {
    margin-right: 7px;
    margin-left: 7px;
  }
  #galery .projecty .pro-ject h2 {
    margin-top: 5px;
  }
  #galery .projecty .pro-ject span {
    float: left;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  #galery .projecty .pro-ject p {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
  }
  #galery #slides .slidesjs-previous {
    left: 1%;
  }
  #galery #slides .slidesjs-next {
    right: 1%;
  }
  .text {
    width: 95% !important;
  }
  #main h2 {
    font-size: 62px;
  }
}
@media (max-width: 1020px) {
  .inside,
  .form {
    width: 90% !important;
  }
  .supply {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .supply h2 {
    margin-top: 0px;
  }
  .text {
    width: 98% !important;
  }
  #imperativ span {
    right: auto !important;
  }
  header .projects {
    height: 400px ;
  }
  header .projects .inside {
    width: 700px !important;
    height: 400px !important;
  }
  header .projects .inside #slidess {
    width: 700px !important;
    height: 400px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 400px !important;
  }
  header .projects .pro-ject {
    height: 180px;
    width: 17%;
  }
  header .projects .pro-ject span {
    height: 42%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 14px;
  }
  #main h2 span span {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    bottom: -41px;
    padding: 0px;
  }
  #loga .row .box .agilaimg,
  #loga .row .box .agilaimg:hover {
    background-size: contain;
  }
  #galery #slides .slidesjs-pagination li {
    margin-left: 12px;
    margin-right: 12px;
  }
  #main h2 {
    width: 100%;
    font-size: 42px;
  }
  #aboutMe .middle {
    width: 100%;
  }
  #aboutMe .middle .row .left-me h3 {
    width: 75%;
  }
  #aboutMe .middle .row .left-me span {
    width: 75%;
  }
  #aboutMe .middle .row .right-me h3 {
    width: 75%;
  }
  #aboutMe .middle .row .right-me span {
    width: 75%;
  }
  #aboutMe .left-texty .text {
    padding-top: 50px;
  }
  #aboutMe .left-texty .text .crossik {
    top: 14px;
    right: 14px;
    width: 20px;
  }
  #aboutMe .left-texty .text h2 {
    font-size: 22px;
  }
  #aboutMe .left-texty .text p,
  #aboutMe .left-texty .text ul li,
  #aboutMe .left-texty .text b {
    font-size: 16px;
  }
  #aboutMe .left-texty .text span {
    font-size: 18px;
  }
  #aboutMe .right-texty .text {
    padding-top: 50px;
  }
  #aboutMe .right-texty .text .crossik {
    top: 14px;
    right: 14px;
    width: 20px;
  }
  #aboutMe .right-texty .text h2 {
    font-size: 22px;
    min-width: 83%;
  }
  #aboutMe .right-texty .text p,
  #aboutMe .right-texty .text ul li,
  #aboutMe .right-texty .text b {
    font-size: 16px;
    min-width: 81.8%;
    width: 81.8%;
  }
  #aboutMe .right-texty .text span {
    font-size: 18px;
    min-width: 81.8%;
    width: 81.8%;
  }
}
@media (max-width: 1020px) and (orientation: landscape) {
  #galery #slides .slidesjs-container {
    height: 82% !important;
  }
  #galery #slides .slide h3 {
    margin-left: 1%;
    margin-top: 10%;
    text-align: left;
  }
  #galery #slides .slide p {
    margin-left: 1%;
  }
  #galery #slides .slide a {
    margin-left: 1%;
    width: 20%;
    font-size: 16px !important;
  }
  #galery #slides .slide .newslideshow {
    width: 20%;
    text-align: right;
    font-size: 16px !important;
  }
  .supply.suda .notAlone,
  .supply.licha .notAlone {
    min-width: 45%;
  }
}
@media (max-width: 1020px) and (orientation: portrait) {
  #galery #slides .slidesjs-container {
    height: 82% !important;
  }
  #galery #slides .slide .imgobal {
    width: 80%;
    max-height: 60%;
  }
  #galery #slides .slide h3 {
    margin-left: 10%;
    width: 80%;
    margin-top: 0px !important;
    text-align: left;
  }
  #galery #slides .slide p {
    margin-left: 10%;
    width: 80%;
  }
  #galery #slides .slide a {
    margin-left: 10%;
    width: 40%;
  }
  #galery #slides .slide .newslideshow {
    width: 40%;
    text-align: right;
  }
  .centrik {
    margin-top: 0px !important;
  }
  .supply.suda .notAlone,
  .supply.licha .notAlone {
    min-width: 45%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  #aboutMe .middle .row .left-me h3,
  #aboutMe .middle .row .right-me h3 {
    font-size: 20px;
  }
  #aboutMe .middle .row .left-me span,
  #aboutMe .middle .row .right-me span {
    font-size: 18px;
  }
  #main h2 span span {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    bottom: -31px;
    min-width: 210px;
    padding: 0px;
  }
  #skills {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  #skills .skill,
  #skills .skill.right {
    margin-bottom: 40px;
  }
  #galery .projecty .pro-ject p {
    display: none;
  }
  .supply h2 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }
  .supply p {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
  .projecty .pro-ject {
    width: 16% !important;
    height: 19% !important;
    overflow: hidden;
  }
  .projecty .pro-ject h2 {
    font-size: 12px !important;
  }
  .projecty .pro-ject p {
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .projecty .pro-ject span {
    height: 47% !important;
  }
  .projecty .slidesjs-next {
    background-size: auto 100% !important;
    height: 30px !important;
    right: 4% !important;
  }
  .projecty .slidesjs-previous {
    background-size: auto 100% !important;
    height: 30px !important;
    left: 4% !important;
  }
  header {
    line-height: 35px;
    min-height: 35px;
  }
  header h1 {
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
  }
  header nav {
    line-height: 35px;
  }
  header nav .explore2 {
    margin-top: 10px;
    margin-right: 20px;
  }
  header nav span {
    line-height: 35px;
    font-size: 14px;
  }
  header nav a {
    line-height: 35px;
    margin-right: 10px;
    margin-left: 0px;
    font-size: 14px;
  }
  header nav .zpet:before {
    height: 35px;
    line-height: 38px;
    font-size: 22px;
  }
  header nav .explore2 {
    max-height: 35px;
  }
  header .projects {
    height: 230px;
  }
  header .projects .cross {
    top: 4px;
    right: 4px;
    width: 15px;
  }
  header .projects .inside {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside #slidess {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 230px !important;
  }
  header .projects .inside .slidesjs-previous {
    width: 12px;
    height: 23px;
    background-size: auto 100%;
  }
  header .projects .inside .slidesjs-next {
    width: 12px;
    height: 23px;
    background-size: auto 100%;
  }
  header .projects .pro-ject {
    height: 100px;
    margin-bottom: 2px;
    width: 18%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 50%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
  footer {
    min-height: 100px;
  }
  footer span {
    font-size: 28px;
    line-height: 100px;
  }
  footer .form input,
  footer .form .error {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  footer .form .error {
    width: auto !important;
  }
  footer .form textarea {
    height: 40px;
    font-size: 16px;
    padding-top: 5px;
  }
  footer .form button {
    height: 30px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
  }
  #galery #slides .slide h3 {
    font-size: 20px;
    width: 41%;
  }
  #galery #slides .slide p {
    font-size: 16px;
    width: 41%;
    margin-top: 0px;
  }
  #galery #slides .slide a,
  #galery #slides .slide .newslideshow {
    font-size: 17px;
    margin-top: 5px;
    width: 40%;
    text-align: left;
    margin-left: 1%;
  }
  #galery #slides .slidesjs-container {
    margin-top: 1%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 0%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  #aboutMe .middle .row .left-me h3,
  #aboutMe .middle .row .right-me h3 {
    font-size: 20px;
  }
  #aboutMe .middle .row .left-me span,
  #aboutMe .middle .row .right-me span {
    font-size: 18px;
  }
  .portrait {
    display: block !important;
  }
  .noportrait {
    display: none !important;
  }
  #galery #slides .slide h3 {
    margin-top: 10%  !important;
  }
  #galery #slides .slide h3 {
    font-size: 20px;
  }
  #galery #slides .slide p {
    font-size: 16px;
    margin-top: 0px;
  }
  #galery #slides .slide a,
  #galery #slides .slide .newslideshow {
    font-size: 17px;
    margin-top: 5px;
  }
  #galery #slides .slidesjs-container {
    margin-top: 1%;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 0%;
  }
  #main h2 span span {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    bottom: -31px;
    min-width: 210px;
    padding: 0px;
  }
  #skills {
    padding-bottom: 0px;
  }
  #skills .skill,
  #skills .skill.right {
    margin-bottom: 40px;
  }
  #galery .projecty .pro-ject p {
    display: none;
  }
  #galery .projecty .slidesjs-previous {
    left: 2.5%;
  }
  .supply .inside {
    position: static;
  }
  #galery .projecty .slidesjs-next {
    right: 2.5%;
  }
  .supply {
    height: auto !important;
  }
  .text ul {
    width: 75% !important;
  }
  .text ul li,
  .text p {
    font-size: 16px !important;
  }
  #galery .projecty #slidesss .slidee {
    top: 20px !important;
  }
  #imperativ span {
    right: auto !important;
  }
  .projecty .pro-ject {
    width: 22% !important;
    height: 17% !important;
  }
  header .projects {
    height: 575px;
  }
  header .projects .cross {
    top: 25px;
    right: 25px;
    width: 15px;
  }
  header .projects .inside {
    width: 600px !important;
    height: 575px !important;
  }
  header .projects .inside #slidess {
    width: 600px !important;
    height: 575px !important;
  }
  header .projects .inside .slidee {
    padding-left: 4% !important;
    width: 92% !important;
  }
  header .projects .inside .slidesjs-container {
    height: 575px !important;
  }
  header .projects .inside .slidesjs-previous {
    width: 20px;
    height: 35px;
    background-size: auto 100%;
  }
  header .projects .inside .slidesjs-next {
    width: 20px;
    height: 35px;
    background-size: auto 100%;
  }
  header .projects .pro-ject {
    height: 124px;
    width: 32%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 67%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
  #main h2 {
    width: 100%;
    font-size: 36px;
    height: auto;
  }
  .main p {
    width: 90%;
  }
  #promenna {
    height: 195px;
    margin-top: 0px;
  }
  #promenna .predchoziProjekt {
    font-size: 14px;
  }
  #promenna .dalsiProjekt {
    font-size: 14px;
  }
  footer span {
    font-size: 34px;
  }
  #loga {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  #loga .row .box {
    width: 30%;
    margin-top: 15px;
    height: 100px;
  }
  #aboutMe .middle {
    width: 100%;
  }
  #aboutMe .middle .row .left-me h3 {
    width: 75%;
    font-size: 20px;
  }
  #aboutMe .middle .row .left-me span {
    width: 75%;
    font-size: 20px;
  }
  #aboutMe .middle .row .right-me h3 {
    width: 75%;
    font-size: 20px;
  }
  #aboutMe .middle .row .right-me span {
    width: 75%;
    font-size: 20px;
  }
  #aboutMe .left-texty .text .crossik {
    top: 14px;
    right: 14px;
    width: 20px;
  }
  #aboutMe .left-texty .text p {
    width: 80%;
  }
  #aboutMe .left-texty .text span {
    width: 80%;
  }
  #aboutMe .right-texty .text .crossik {
    top: 14px;
    right: 14px;
    width: 20px;
  }
  #aboutMe .right-texty .text p {
    width: 80%;
  }
  #aboutMe .right-texty .text span {
    width: 80%;
  }
  .supply.licha .inside {
    display: inline-block;
  }
  .supply.licha .inside .centrik {
    display: block;
    width: 100%;
    margin-top: 0px !important;
  }
  .supply.licha h2 {
    width: 100% !important;
    text-align: left;
    margin-top: 5%;
  }
  .supply.licha p {
    width: 100% !important;
    text-align: left;
  }
  .supply.licha .notAlone {
    top: auto;
    left: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    margin: auto;
    max-width: 100% !important;
    margin-top: 50px;
    float: none;
    min-width: 0px;
  }
  .supply.suda .inside {
    display: inline-block;
  }
  .supply.suda .inside .centrik {
    display: block;
    width: 100%;
    margin-top: 0px !important;
  }
  .supply.suda h2 {
    width: 100% !important;
    text-align: left;
    margin-top: 5%;
  }
  .supply.suda p {
    width: 100% !important;
    text-align: left;
  }
  .supply.suda .notAlone {
    top: auto;
    left: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    margin: auto;
    max-width: 100% !important;
    margin-top: 50px;
    float: none;
    min-width: 0px;
  }
}
@media (max-width: 680px) {
  #main h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  header {
    line-height: 35px;
    min-height: 35px;
  }
  header h1 {
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
  }
  header nav {
    line-height: 35px;
  }
  header nav .explore2 {
    margin-top: 10px;
    margin-right: 20px;
  }
  header nav span {
    line-height: 35px;
    font-size: 14px;
  }
  header nav a {
    line-height: 35px;
    margin-right: 10px;
    margin-left: 0px;
    font-size: 14px;
  }
  header nav .zpet:before {
    height: 35px;
    line-height: 38px;
    font-size: 22px;
  }
  header nav .explore2 {
    max-height: 35px;
  }
  #galery #slides .slidesjs-container {
    margin-top: 0%;
  }
  #promenna {
    height: 155px;
  }
  #promenna .predchoziProjekt,
  #promenna .dalsiProjekt {
    width: 48%;
  }
  .newslideshow {
    margin-top: 10px !important;
  }
  #galery .projecty .less {
    font-size: 14px;
  }
  #galery .projecty .slidesjs-container {
    margin-top: 8% !important;
  }
  #galery .projecty #slidesss .slidee {
    top: 0px !important;
  }
  #galery .projecty #slidesss .slidee p {
    display: none;
  }
  #galery .projecty .pro-ject {
    width: 17% !important;
    height: 24% !important;
    overflow: hidden;
    margin: 4px !important;
  }
  #galery .projecty .pro-ject h2 {
    font-size: 12px !important;
    height: 24px !important;
  }
  #galery .projecty .pro-ject p {
    font-size: 12px !important;
    line-height: 1 !important;
  }
  #galery .projecty .pro-ject span {
    height: 47% !important;
  }
  #galery .projecty .slidesjs-next {
    background-size: auto 100% !important;
    height: 30px !important;
    right: 3% !important;
  }
  #galery .projecty .slidesjs-previous {
    background-size: auto 100% !important;
    height: 30px !important;
    left: 3% !important;
  }
  header .projects {
    height: 230px;
  }
  header .projects .cross {
    top: 4px;
    right: 4px;
    width: 15px;
  }
  header .projects .inside {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside #slidess {
    width: 480px !important;
    height: 230px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 230px !important;
  }
  header .projects .inside .slidesjs-previous {
    width: 12px;
    height: 23px;
    background-size: auto 100%;
  }
  header .projects .inside .slidesjs-next {
    width: 12px;
    height: 23px;
    background-size: auto 100%;
  }
  header .projects .pro-ject {
    height: 100px;
    margin-bottom: 2px;
    width: 18%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 50%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
  #main h2 {
    width: 90%;
    font-size: 25px;
    height: 52px;
  }
  #galery {
    min-height: 400px;
  }
  #galery #slides .slidesjs-container {
    height: 90%;
  }
  #galery #slides .slide .imgobal img {
    max-width: 90%;
    max-height: 80%;
  }
  #galery #slides .slide p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
  }
  #galery #slides .slide a,
  #galery #slides .slide .newslideshow {
    margin-top: 5px !important;
    font-size: 14px;
  }
  #galery #slides .slide a img,
  #galery #slides .slide .newslideshow img {
    margin-top: 5px;
  }
  #galery #slides .slide .newslideshow {
    width: 41%;
  }
  #galery #slides .slide h3 {
    font-size: 24px;
    margin-top: 2%;
  }
  #galery #slides .slidesjs-pagination li {
    margin-left: 3px;
    margin-right: 3px;
  }
  #galery #slides .slidesjs-previous {
    left: 1%;
    width: 40px;
    height: 30px;
    background-size: auto 100%;
  }
  #galery #slides .slidesjs-next {
    right: 1%;
    width: 40px;
    height: 30px;
    background-size: auto 100%;
  }
  #galery .explore {
    width: 40px;
    top: 60px;
    right: 0px;
  }
  #galery #slides .slidesjs-pagination {
    margin-top: 0.5%;
  }
  #aboutMe .middle .row .left-me .line {
    width: 10px;
  }
  #aboutMe .middle .row .right-me .line {
    width: 10px;
  }
  #aboutMe .left-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 80%;
  }
  #aboutMe .left-texty .text span {
    font-size: 18px;
    margin-left: 15px;
  }
  #aboutMe .left-texty .text p {
    font-size: 16px;
    margin-left: 15px;
  }
  #aboutMe .right-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 80%;
  }
  #aboutMe .right-texty .text span {
    font-size: 18px;
    margin-left: 15px;
  }
  #aboutMe .right-texty .text p {
    font-size: 16px;
    margin-left: 15px;
  }
  #aboutMe .right-texty .text ul li {
    margin-left: 25px;
  }
  footer {
    min-height: 100px;
  }
  footer span {
    font-size: 28px;
    line-height: 100px;
  }
  #loga {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  #loga .row .box {
    height: 30px;
    margin-top: 25px;
    width: 28%;
  }
  #skills {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #skills .skill {
    margin-bottom: 40px !important;
  }
  #skills .skill p {
    font-size: 20px;
  }
  #skills .skill.right p {
    font-size: 20px;
  }
  #promenna {
    height: 120px;
  }
  #promenna a {
    width: 40%;
    font-size: 14px;
    bottom: 10px;
  }
  .main h2 {
    font-size: 32px !important;
  }
  .main p {
    width: 90%;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  .supply h2 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }
  .supply p {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}
@media (max-width: 680px) and (orientation: portrait) {
  .projecty .pro-ject {
    width: 28% !important;
    height: 20% !important;
    overflow: hidden;
  }
  #galery .projecty .pro-ject {
    width: 40% !important;
    height: 16% !important;
    overflow: hidden;
    margin-bottom: 5px !important;
  }
  #galery .projecty .pro-ject h2 {
    font-size: 12px !important;
    margin-top: 9px;
  }
  #galery .projecty .pro-ject p {
    display: none;
  }
  #galery .projecty .less {
    bottom: 10px !important;
    font-size: 14px;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  #main h2 span span {
    font-size: 12px;
    height: 25px;
    padding: 0px;
    line-height: 25px;
    bottom: -31px;
    min-width: 180px;
  }
  #galery #slides .slide .imgobal img {
    top: 25%;
  }
  #imperativ span {
    right: auto !important;
  }
  header h1 {
    margin-left: 15px;
  }
  header nav a {
    margin-right: 0px;
    margin-left: 5px;
  }
  header nav .explore2 {
    margin-right: 0px;
  }
  header nav span {
    margin-left: 20px;
  }
  header span:last-of-type {
    margin-left: 0px;
  }
  #loga .row .box .agilaimg,
  #loga .row .box .agilaimg:hover {
    background-size: auto auto;
  }
  #galery .projecty .pro-ject {
    width: 40% !important;
    height: 16% !important;
    overflow: hidden;
    margin-bottom: 5px !important;
  }
  #galery .projecty .pro-ject h2 {
    font-size: 12px !important;
    margin-top: 9px;
  }
  #galery .projecty .pro-ject p {
    display: none;
  }
  #galery .projecty .less {
    bottom: 10px !important;
    font-size: 16px;
  }
  header {
    min-height: 40px;
  }
  header h1 {
    line-height: 40px;
    font-size: 18px;
  }
  header nav {
    line-height: 40px;
  }
  header nav a,
  header nav span {
    line-height: 40px;
  }
  header nav .explore2 {
    margin-top: 12px;
  }
  header .zpet:before {
    height: 40px;
    line-height: 42px;
  }
  header .projects {
    height: 430px ;
  }
  header .projects .cross {
    top: 4px;
    right: 4px;
    width: 15px;
  }
  header .projects .inside {
    width: 320px !important;
    height: 430px !important;
  }
  header .projects .inside #slidess {
    width: 320px !important;
    height: 430px !important;
  }
  header .projects .inside .slidesjs-container {
    height: 430px !important;
  }
  header .projects .inside .slidesjs-previous {
    width: 12px;
    height: 23px;
    left: 5px;
    background-size: auto 100%;
  }
  header .projects .inside .slidesjs-next {
    width: 12px;
    height: 23px;
    right: 5px;
    background-size: auto 100%;
  }
  header .projects .pro-ject {
    height: 100px;
    margin-bottom: 2px;
    width: 31%;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 0px;
  }
  header .projects .pro-ject span {
    height: 50%;
    text-align: center;
  }
  header .projects .pro-ject h2 {
    font-size: 12px;
    height: auto;
    margin-top: 11px;
  }
  header .projects .pro-ject p {
    display: none;
  }
  #main h2 {
    width: 90%;
    font-size: 25px;
    height: 52px;
  }
  #galery #slides .slidesjs-container {
    height: 90%;
  }
  #galery #slides .slide .imgobal {
    height: 63%;
  }
  #galery #slides .slide .imgobal img {
    max-width: 90%;
    max-height: 80%;
  }
  #galery #slides .slide p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.1;
    margin-left: 15%;
    width: 75%;
  }
  #galery #slides .slide a {
    margin-top: 10px;
    font-size: 16px;
    margin-left: 15%;
  }
  #galery #slides .slide a img {
    margin-top: 5px;
  }
  #galery #slides .slide .newslideshow {
    width: 41%;
    margin-top: 10px;
    font-size: 16px;
  }
  #galery #slides .slide h3 {
    font-size: 24px;
    margin-left: 15%;
    width: 70%;
    overflow: hidden;
  }
  #galery #slides .slidesjs-pagination li {
    margin-left: 3px;
    margin-right: 3px;
  }
  #galery #slides .slidesjs-previous {
    left: 0%;
    height: 30px;
    width: 25px;
    background-size: auto 100%;
  }
  #galery #slides .slidesjs-next {
    right: 0%;
    height: 30px;
    width: 25px;
    background-size: auto 100%;
  }
  #galery .explore {
    width: 40px;
    top: 60px;
    right: 0px;
  }
  #aboutMe .middle .row .left-me .line {
    width: 10px;
  }
  #aboutMe .middle .row .right-me .line {
    width: 10px;
  }
  #aboutMe .left-texty .text {
    padding-top: 30px;
  }
  #aboutMe .left-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 93%;
    min-width: 93%;
  }
  #aboutMe .left-texty .text span {
    font-size: 18px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  #aboutMe .left-texty .text ul {
    width: 90% !important;
  }
  #aboutMe .left-texty .text ul li {
    width: 85%;
    min-width: 85%;
  }
  #aboutMe .left-texty .text p,
  #aboutMe .left-texty .text b {
    font-size: 16px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  #aboutMe .right-texty .text {
    padding-top: 30px;
  }
  #aboutMe .right-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 93%;
    min-width: 93%;
  }
  #aboutMe .right-texty .text span {
    font-size: 18px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  #aboutMe .right-texty .text ul {
    width: 90% !important;
  }
  #aboutMe .right-texty .text ul li {
    width: 85%;
    min-width: 85%;
    margin-left: 25px;
  }
  #aboutMe .right-texty .text p,
  #aboutMe .right-texty .text b {
    font-size: 16px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  footer {
    min-height: 100px;
  }
  footer span {
    font-size: 28px;
    line-height: 100px;
  }
  footer .form .error {
    line-height: 44px;
    font-size: 14px;
  }
  footer .form input {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  footer .form textarea {
    height: 150px;
    font-size: 18px;
    padding-top: 10px;
  }
  footer .form button {
    width: 98%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #loga .row .box {
    width: 100%;
    border-bottom: 1px solid #c1bfbf;
  }
  #loga .row:last-of-type .box:last-of-type {
    border: none;
  }
  #skills {
    padding-bottom: 0px;
  }
  #skills .skill {
    margin-bottom: 65px !important;
  }
  #skills .skill p {
    font-size: 20px;
  }
  #skills .skill.right {
    margin-bottom: 65px !important;
  }
  #skills .skill.right p {
    font-size: 20px;
  }
  #promenna {
    height: 120px;
  }
  .main h2 {
    font-size: 32px !important;
  }
  .main p {
    font-size: 18px !important;
    line-height: 1.25 !important;
    width: 90%;
  }
  .supply h2 {
    font-size: 32px !important;
  }
  .supply p {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  #galery #slides .slide a span,
  .newslideshow {
    font-size: 14px !important;
  }
}
@media (max-width: 540px) {
  #main h2 span span {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    bottom: -31px;
    padding: 0px;
    min-width: 180px;
  }
  #skills .skill img {
    float: left;
    width: 75%;
  }
  #skills .skill.right img {
    width: 75%;
    display: table-cell;
    position: relative;
    left: 35%;
  }
  .left-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 93%;
    min-width: 93%;
  }
  .left-texty .text span {
    font-size: 18px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  .left-texty .text ul {
    width: 90% !important;
  }
  .left-texty .text ul li {
    width: 85%;
    min-width: 85%;
  }
  .left-texty .text p,
  .left-texty .text b {
    font-size: 16px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  .right-texty .text h2 {
    margin-left: 15px;
    font-size: 20px;
    margin-top: 20px;
    width: 93%;
    min-width: 93%;
  }
  .right-texty .text span {
    font-size: 18px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
  .right-texty .text ul {
    width: 90% !important;
  }
  .right-texty .text ul li {
    width: 85%;
    min-width: 85%;
  }
  .right-texty .text p,
  .right-texty .text b {
    font-size: 16px;
    margin-left: 15px;
    width: 91.8%;
    min-width: 91.8%;
  }
}
@media (max-width: 440px) {
  #main h2 {
    font-size: 22px !important;
  }
  #main #imperativ span {
    right: auto !important;
    line-height: 30px;
    height: 30px;
    bottom: -37px;
  }
}
@media (max-width: 370px) and (orientation: portrait) {
  #main h2 {
    font-size: 18px !important;
  }
  header h1 {
    margin-left: 10px;
  }
  header nav span {
    margin-left: 30px;
    font-size: 14px;
  }
  header nav span:last-of-type {
    margin-left: 0px;
  }
  header nav a {
    margin-left: 15px;
    font-size: 14px;
    margin-right: -5px;
  }
  footer span {
    font-size: 22px;
  }
  #galery #slides .slidesjs-previous {
    left: 5px !important;
  }
  #galery #slides .slidesjs-next {
    right: 5px !important;
  }
  .newslideshow {
    text-align: left;
  }
}
@media (max-width: 370px) and (orientation: landscape) {
  header h1 {
    margin-left: 10px;
  }
  header nav span {
    margin-left: 30px;
    font-size: 14px;
  }
  header nav span:last-of-type {
    margin-left: 0px;
  }
  header nav a {
    margin-left: 15px;
    font-size: 14px;
    margin-right: -5px;
  }
  #main h2 {
    font-size: 18px !important;
  }
}
/*# sourceMappingURL=main.css.map */