body,
html {
  /*background-color: #f5fbff;*/
  background-image: linear-gradient(132deg, #ffffff 0, #f5fbff 100%);
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  height: 100%;
}
.h-100 {
  height: 100%!important;
}
a {
  text-decoration: none;
}
small {
  font-size: 12px;
  color: #999;
}
hr {
  border: none;
  border-top: 1px solid #dfdfdf;
}
h4 {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.profile-head {
  padding: 2rem 0;
  background-color: #f8f8f8;
  z-index: 99;
  position: relative;
}
.profile-head h1 {
  margin: 0.5rem auto 0 auto;
}
.grey-text {
  color: #989898;
}
.icons-wrapper img {
  margin-right: 1rem;
  width: 19px;
}
.icons-wrapper img:last-child {
  margin-right: 0;
}
#client-details p {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0.3rem 0 0 0;
}
#client-details .detail-wrap {
  width: 20%;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  #client-details .detail-wrap {
    width: 50%;
    text-align: center;
  }
}
#projekcie h3 {
  margin-top: 0.5rem;
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 700;
}
#projekcie h3.projekcia-name {
  color: #FF4C4C;
}
#projekcie .inner-holder {
  border-radius: 0 25px 25px 0;
  border-left: 5px solid #FF4C4C;
  box-shadow: 0px 4px 30px 0px rgba(255, 186, 186, 0.5);
}
@media (max-width: 991px) {
  #projekcie .inner-holder {
    text-align: center;
  }
}
#projekcie .projekcie-wrap {
  width: 50%;
  padding: 1rem 0;
}
@media (max-width: 425px) {
  #projekcie .projekcie-wrap {
    width: 100%;
  }
}
#projekcie .projekcie-wrap.with-image img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 0.3rem;
}
#projekcie .projekcie-wrap.with-image p {
  display: inline-block;
  margin: 0;
  color: #989898;
}
@media (max-width: 991px) {
  #projekcie .projekcie-wrap.with-image {
    text-align: center;
  }
}
#projekcie .projekcie-wrap.with-image a {
  border-radius: 1.8rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 0.3s linear;
}
#projekcie .projekcie-wrap.with-image a:hover {
  box-shadow: 0px 0px 40px 0px rgba(255, 25, 25, 0.4);
  transform: scale(1.04);
}
#projekcie .projekcie-wrap.with-date p {
  color: #6e6e6e;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 575px) {
  .icons-wrapper {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .profile-head .dropdown-wrapper {
    justify-content: center;
    margin-top: 1rem;
  }
  .profile-head .dropdown-wrapper .button-dropdown, .button-trash {
    margin: 0;
  }
  .profile-head #dropdown {
    right: auto;
    top: 40px;
  }
}
@media (max-width: 425px) {
  .logo {
    max-width: 50%;
  }
  .profile-head h1 {
    font-size: 23px;
  }
}
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
h1 {
  margin: 40px 0;
  font-size: 28px;
  font-weight: 400;
  color: #3b3e43;
}
h2 {
  margin: 0 0 25px 0;
  font-size: 20px;
  font-weight: 700;
  color: #5E676E;
}
.top-option-col {
  margin-bottom: 15px;
}
.video-holder {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.video-holder video {
  position: fixed;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
.video-holder.port video {
  height: 100%;
}
.video-holder.land video {
  height: 100%;
}
p {
  color: #3b3e43;
  font-size: 0.875em;
}
p.perex {
  margin: 0 0 4em;
}
.logo {
  margin: 28px 0 0 0;
}
.top-bar {
  z-index: 100;
  position: relative;
  height: 105px;
  background: #ff4c4c;
  background: -moz-linear-gradient(left, #ff4c4c 0%, #ff6c3e 100%);
  background: -webkit-linear-gradient(left, #ff4c4c 0%, #ff6c3e 100%);
  background: linear-gradient(to right, #ff4c4c 0%, #ff6c3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#ff6c3e', GradientType=1);
}
.user-meta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
  font-size: 12px;
  color: #999;
}
.user-property > * {
  vertical-align: top;
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
}
#dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  border-radius: 8px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
  right: 0;
}
#dropdown.show {
  display: block;
}
#dropdown a {
  display: block;
  padding: 12px;
  text-decoration: none;
}
#dropdown a:hover {
  background-color: #f9f9f9;
}
.nav-holder {
  position: relative;
}
nav ul {
  margin: 24px 0 0 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  list-style-type: none;
}
nav ul li .nav-item {
  text-decoration: none;
  height: 52px;
  display: inline-block;
  color: #FF4C4C;
  background: #ffffff;
  border-radius: 1.8rem;
  border: 1px solid #fff;
  font-weight: 700;
  margin: 0 0 0 6px;
  font-size: 14px;
  padding: 13px 28px 12px;
  text-align: center;
  min-width: 210px;
  box-shadow: 0px 0px 0px 0px #FF4C4C;
  transform: scale(1);
  transition: all 0.3s ease;
}
nav ul li .nav-item.nav-item-logout {
  min-width: auto;
  background: transparent;
  color: #ffffff;
  padding: 13px 13px 12px;
  border: 1px solid transparent;
}
nav ul li .nav-item.nav-item-logout:hover {
  border: 1px solid #fff;
}
nav ul li .nav-item > * {
  display: inline-block;
  vertical-align: middle;
}
nav ul li .nav-item span {
  margin: 0 0 0 12px;
  display: none;
}
@media (min-width: 992px) {
  nav ul li .nav-item span {
    display: inline;
  }
}
nav ul li .nav-item:hover {
  box-shadow: 0px 0px 40px 0px #ff1919;
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .nav-item {
    min-width: auto !important;
  }
}
@media (max-width: 767px) {
  .bottom-header {
    padding-top: 20px;
  }
  .profile-head {
    padding-top: 65px;
  }
  .logo {
    margin: 25px auto 20px;
    display: block;
  }
  nav ul {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 5px 0 0 0;
    right: 0;
  }
  nav ul li .nav-item.nav-item-logout {
    position: absolute;
    top: -71px;
    right: 0px;
  }
}
.button-dropdown, .button-trash {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 6px 10px;
  display: inline-block;
  margin-left: 8px;
  background-image: url('../images/bottom-arrow.svg');
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;

}
.button-dropdown:hover, .button-trash:hover {
  background-color: #f9f9f9;
  border-color: #ccc;
  cursor: pointer;
}

.button-trash {
  background-image: url('../images/delete.svg') !important;
}

/*
input, select {
  width: 100%;
  color: #666;
  padding: 12px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: #fff;
}
*/
input + input,
select + input {
  margin-left: 15px;
}
.sort-column {
  text-align: right;
}
select {
  max-width: 150px;
}
label {
  margin-right: 5px;
}
.client-box .inner-holder {
  cursor: pointer;
  margin-bottom: 35px;
  border-radius: 25px;
  background-color: #fff;
  padding: 30px 30px 20px;
  box-shadow: 0px 4px 30px 0px #ffbaba;
  transform: scale(1);
  border: 1px solid #ffdddd;
  transition: all 0.4s ease;
}
.client-box .inner-holder:hover {
  transform: scale(1.02);
  box-shadow: 0px 5px 60px 0px #ffa9a9;
}
.client-box .inner-holder .profile-icon {
  margin-right: 5px;
}
.client-box .inner-holder .img-w-club, .img-profile {
  vertical-align: top;
  margin-top: 10px;
}
.content-holder {
  padding: 2em 2.5em;
}
.image-holder {
  background-image: url('../images/bg-photo.jpg');
  background-size: cover;
  background-position: center;
}
.main-holder {
  height: 100%;
  max-height: 580px;
}
.main-container {
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  box-shadow: 0 10px 110px -15px #c3ccd2;
}
.footer {
  height: 2em;
  font-size: 0.75em;
}
a {
  color: inherit;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

#client-entry {
  display: none;
}

/*# sourceMappingURL=style.css.map */