@media screen and (max-width:767px) {
  body {
    font-size: 14px
  }
}

@media screen and (min-width:768px) {
  .container {
    width: 690px
  }
}

@media screen and (min-width:992px) {
  .container {
    width: 910px
  }
}

@media screen and (min-width:1200px) {
  .container {
    width: 1110px
  }
}

@media screen and (min-width:1260px) {
  .container {
    width: 1170px
  }
}

* {
  outline: none !important
}

a {
  text-decoration: none;
  color: #f1a9a0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}
/* --MSy 2019-08-01 */
#footer1-19 a:hover, #footer1-19 a:focus {
  text-decoration: none;
  color: #FCC
}


a:hover, a:focus {
  text-decoration: none;
  color: #000
}

th, label, b, strong {
  font-weight: 500
}

p {
  margin: 0 0 30px
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left
}

.embed-responsive-5by5 {
  padding-bottom: 100%
}

.text-upper {
  text-transform: uppercase
}

.text-nowrap {
  white-space: nowrap
}

.inline-block {
  display: inline-block
}

.formatted-text {
  color: #ea978c
}

.formatted-img-subtitle-text {
  text-align: center;
  font-size: 90%;
}

@media (min-width:992px) {
  .no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  .no-padding .row {
    margin-left: 0;
    margin-right: 0
  }

  .no-padding .row>div[class*="col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important
  }
}

.loading {
  display: none;
  background-color: rgba(255, 255, 255, .5);
  background-image: url(../design/loading-spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005
}

.loading-2 {
  display: none;
  border: 0;
  background: url(../design/loading-spinner.gif) no-repeat center;
  width: 36px;
  height: 36px;
  margin: 0 auto
}

#noscript {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #f1a9a0;
  background: rgba(241, 169, 160, .65)
}

#noscript .box {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 600px;
  margin: 0;
  margin-left: -300px;
  text-align: center;
  background: #fff;
  border: 4 border-right-color:#f1a9a0
}

.awwwards-mobile-week {
  position: fixed;
  top: 50%;
  left: -2px;
  background: url(../design/awwwards-mobile-week-white-left-2.png);
  width: 90px;
  height: 137px;
  margin-top: -180px;
  z-index: 1
}

.frame {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-height: 100vh;
  padding: 85px 0;
  overflow: hidden
}

.frame.with-padding {
  padding-left: 100px;
  padding-right: 100px
}

.frame:before, .frame:after {
  content: '';
  width: 100%;
  height: 20px;
  background: #f1a9a0;
  position: fixed;
  left: 0;
  z-index: 5
}

.frame:before {
  top: 0
}

.frame:after {
  bottom: 0
}

.loaded .frame {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:991px) {
  body {
    padding: 0 15px
  }

  .frame {
    min-height: 0
  }

  .frame, .frame.with-padding {
    padding-left: 15px;
    padding-right: 15px
  }

  .frame:before, .frame:after {
    height: 15px
  }
}

@media screen and (max-width:767px) {
  .frame {
    padding-bottom: 50px
  }
}

#logom {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: fixed;
  top: 50px;
  left: 55px;
  width: 100px;
  z-index: 5
}

@media screen and (max-width:991px) {
  #logo {
    left: 35px
  }
}

@media screen and (max-width:767px) {
  #logo {
    top: 35px
  }
}

#logo a {
  display: inline-block
}

#logo img {
  width: 100px;
  height: 30px;
  background: #fff
}

#logo a::before, #logo a::after {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  width: 0;
  height: 0
}

#logo a::before {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-out 0.2s, width 0.10s ease-out 0.10s, height 0.10s ease-out;
  transition: border-color 0s ease-out 0.2s, width 0.10s ease-out 0.10s, height 0.10s ease-out
}

#logo a::after {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-out 0.2s, height 0.10s ease-out 0.10s, width 0.10s ease-out;
  transition: border-color 0s ease-out 0.2s, height 0.10s ease-out 0.10s, width 0.10s ease-out
}

@media screen and (min-width:992px) {
  #logo a:hover::before, #logo a:hover::after {
    width: 100%;
    height: 100%
  }

  #logo a:hover::before {
    border-top-color: #f1a9a0;
    border-right-color: #f1a9a0;
    -webkit-transition: width 0.20s ease-out, height 0.20s ease-out 0.20s;
    transition: width 0.20s ease-out, height 0.20s ease-out 0.20s
  }

  #logo a:hover::after {
    border-bottom-color: #f1a9a0;
    border-left-color: #f1a9a0;
    -webkit-transition: height 0.20s ease-out, width 0.20s ease-out 0.20s;
    transition: height 0.20s ease-out, width 0.20s ease-out 0.20s
  }
}

@media screen and (max-width:767px) {
  #logo img {
    width: 73px;
    height: 22px
  }
}

. {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  text-align: right;
  line-height: 0;
  font-size: 0;
  background: #f1a9a0;
  background: rgba(241, 169, 160, .65);
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

px solid #F44336;
line-height:1.4em;
font-weight:400;
padding:15px;
color:#333
}

#noscript .btn {
  margin-top: 10px
}

@media screen and (max-width:991px) {
  #noscript .box {
    left: 30px;
    right: 30px;
    width: auto;
    margin: 0
  }
}

#obsolete_browser {
  width: 600px;
  margin: 200px auto 100px;
  text-align: center;
  background: #fff;
  border: 4px solid #F44336;
  line-height: 1.4em;
  font-weight: 400;
  padding: 15px;
  color: #333
}

#norotation {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 15px solid #f1a9a0;
  text-align: center
}

@media (max-width:768px) and (orientation:landscape) {
  #norotation {
    display: block
  }
}

#norotation .box {
  font-size: 0;
  line-height: 0;
  height: 100%
}

#norotation img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 100%
}

#norotation .txt {
  margin-top: -20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400
}

.tooltip .tooltip-inner {
  padding: 5px 12px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .025em;
  border-radius: 20px
}

.tooltip .tooltip-inner {
  background-color: #f1a9a0
}

.tooltip.top .tooltip-arrow {
  border-top-color: #f1a9a0
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f1a9a0
}

.tooltip.left .tooltip-arrow {
  border-left-color: #f1a9a0
}

.tooltip.right .tooltip-arrow {
  border-right-color: #f1a9a0
}

.awwwards-mobile-week {
  position: fixed;
  top: 50%;
  left: -2px;
  background: url(../design/awwwards-mobile-week-white-left-2.png);
  width: 90px;
  height: 137px;
  margin-top: -180px;
  z-index: 1
}

.frame {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-height: 100vh;
  padding: 85px 0;
  overflow: hidden
}

.frame.with-padding {
  padding-left: 100px;
  padding-right: 100px
}

.frame:before, .frame:after {
  content: '';
  width: 100%;
  height: 20px;
  background: #f1a9a0;
  position: fixed;
  left: 0;
  z-index: 5
}

.frame:before {
  top: 0
}

.frame:after {
  bottom: 0
}

.loaded .frame {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:991px) {
  body {
    padding: 0 15px
  }

  .frame {
    min-height: 0
  }

  .frame, .frame.with-padding {
    padding-left: 15px;
    padding-right: 15px
  }

  .frame:before, .frame:after {
    height: 15px
  }
}

@media screen and (max-width:767px) {
  .frame {
    padding-bottom: 50px
  }
}

#logo {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: fixed;
  top: 50px;
  left: 55px;
  width: 200px;
  z-index: 5
}

#logo1 {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 100;
  position: fixed;
  top: 50px;
  left: 55px;
  width: 50px;
  z-index: 5
}

.zastavka {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: fixed;
  top: 36px;
  right: 55px;
  width: 30px;
  z-index: 5
}
         
@media screen and (max-width:991px) {
  #logo {
    left: 35px
  }
}

@media screen and (max-width:767px) {
  #logo {
    top: 35px
  }
}

#logo a {
  display: inline-block
}

#logo img {
  width: 200px;
  height: 30px;
  background: #fff
}

#logo a::before, #logo a::after {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  width: 0;
  height: 0
}

#logo a::before {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-out 0.2s, width 0.10s ease-out 0.10s, height 0.10s ease-out;
  transition: border-color 0s ease-out 0.2s, width 0.10s ease-out 0.10s, height 0.10s ease-out
}

#logo a::after {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-out 0.2s, height 0.10s ease-out 0.10s, width 0.10s ease-out;
  transition: border-color 0s ease-out 0.2s, height 0.10s ease-out 0.10s, width 0.10s ease-out
}

@media screen and (min-width:992px) {
  #logo a:hover::before, #logo a:hover::after {
    width: 100%;
    height: 100%
  }

  #logo a:hover::before {
    border-top-color: #f1a9a0;
    border-right-color: #f1a9a0;
    -webkit-transition: width 0.20s ease-out, height 0.20s ease-out 0.20s;
    transition: width 0.20s ease-out, height 0.20s ease-out 0.20s
  }

  #logo a:hover::after {
    border-bottom-color: #f1a9a0;
    border-left-color: #f1a9a0;
    -webkit-transition: height 0.20s ease-out, width 0.20s ease-out 0.20s;
    transition: height 0.20s ease-out, width 0.20s ease-out 0.20s
  }
}

@media screen and (max-width:767px) {
  #logo img {
    width: 73px;
    height: 22px
  }
}

body.navbar-open .navbar-box {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1
}

.navbar-hidden {
  display: none;
}

.navbar-box>.navbar-box-right {
  position: fixed;
  right: 0;
  z-index: 5001;
  height: 100%;
  overflow: auto;
  padding: 90px 100px 50px 150px;
  display: inline-block;
  text-align: left;
  background: #1b1b1b;
  color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  transition-timing-function: cubic-bezier(1, 0, .25, 1)
}

.navbar-menucontent {
  display: none;
}

body.navbar-open .navbar-box-right {
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}

@media screen and (max-height:750px) {
  .navbar-box>.navbar-box-right {
    padding-top: 60px;
    padding-left: 120px
  }
}

@media screen and (max-width:767px) {
  .navbar-box>.navbar-box-right {
    display: block;
    width: 100%;
    padding-left: 30px;
    open padding-right: 30px
  }
}

.navbar-box .navbar-box-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block
}

.navbar-box .navbar-box-right ul>li {
  float: none;
  margin: 40px 0;
  line-height: 0;
  font-size: 0
}

@media screen and (max-height:750px) {
  .navbar-box .navbar-box-right ul>li {
    margin: 30px 0
  }
}

.navbar-box .navbar-box-right ul>li:first-child {
  margin-top: 0
}

.navbar-box .navbar-box-right ul>li:last-child {
  margin-bottom: 0
}

.navbar-box .navbar-box-right ul>li>a {
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: .25em;
  margin: 0;
  text-transform: uppercase;
  padding-right: 40px;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.navbar-box .navbar-box-right ul>li>a:hover, .navbar-box .navbar-box-right ul>li>a:focus {
  text-decoration: none;
  color: #fff
}

@media screen and (min-width:992px) {
  .navbar-box .navbar-box-right ul>li>a:hover {
    padding-left: 20px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

.navbar-box .navbar-box-right ul>li>a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #f1a9a0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, right;
  transition-property: transform, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.navbar-box .navbar-box-right ul>li>a .arrow::after, .navbar-box .navbar-box-right ul>li>a .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #f1a9a0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.navbar-box .navbar-box-right ul>li>a .arrow::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right
}

.navbar-box .navbar-box-right ul>li>a .arrow::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@media screen and (min-width:992px) {
  .navbar-box .navbar-box-right ul>li>a:hover .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    right: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .navbar-box .navbar-box-right ul>li>a:hover .arrow::after, .navbar-box .navbar-box-right ul>li>a:hover .arrow::before {
    height: 10px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
  }
}

@media screen and (max-width:767px) {
  .navbar-box .navbar-box-right ul>li {
    margin: 30px 0
  }

  .navbar-box .navbar-box-right ul>li>a {
    line-height: 25px;
    font-size: 18px
  }
}

@media screen and (max-height:650px) {
  .navbar-box .navbar-box-right ul>li>a {
    line-height: 20px;
    font-size: 18px
  }
}

.navbar-box>.navbar-box-right form {
  display: none;
  margin-top: 40px
}

.navbar-box>.navbar-box-right input {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  background: none;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  outline: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .25em;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.navbar-box>.navbar-box-right input:focus:not([readonly]) {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff
}

.navbar-box>.navbar-box-right input::-webkit-input-placeholder {
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.navbar-box>.navbar-box-right input:focus::-webkit-input-placeholder {
  color: #444
}

.navbar-box>.navbar-box-right input::-moz-placeholder {
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.navbar-box>.navbar-box-right input:focus::-moz-placeholder {
  color: #444
}

.navbar-box>.navbar-box-right input:-ms-input-placeholder {
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.navbar-box>.navbar-box-right input:focus:-ms-input-placeholder {
  color: #444
}

.navbar-box>.navbar-box-right input:-moz-placeholder {
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.navbar-box>.navbar-box-right input:focus:-moz-placeholder {
  color: #444
}

.navbar-box>.navbar-box-right .contacts {
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .25em;
  margin: 70px 0 0
}

@media screen and (max-height:750px) {
  .navbar-box>.navbar-box-right .contacts {
    margin-top: 40px
  }
}

@media screen and (max-height:650px) {
  .navbar-box>.navbar-box-right .contacts {
    margin-top: 30px
  }
}

.navbar-box>.navbar-box-right .contacts .data {
  display: inline-block
}

.navbar-box>.navbar-box-right .contacts .data:first-child {
  min-width: 122px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  white-space: nowrap
}

.navbar-box>.navbar-box-right .contacts .data:first-child::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #f1a9a0
}

.navbar-box>.navbar-box-right .contacts a.data {
  text-decoration: none;
  color: #fff
}

.navbar-box>.navbar-box-right .contacts a.data:focus, .navbar-box>.navbar-box-right .contacts a.data:hover {
  text-decoration: none;
  color: #f1a9a0
}

.navbar-box>.navbar-box-right .socials {
  position: relative;
  padding: 0 0 31px;
  margin: 30px 0 0
}

.navbar-box>.navbar-box-right .socials a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 30px
}

.navbar-box>.navbar-box-right .socials a:focus, .navbar-box>.navbar-box-right .socials a:hover {
  text-decoration: none;
  color: #f1a9a0
}

.navbar-box>.navbar-box-right .socials .fa {
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: left
}

.navbar-box>.navbar-box-right .socials::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #f1a9a0
}

@media screen and (max-height:650px) {
  .navbar-box>.navbar-box-right .socials {
    padding-bottom: 21px
  }
}

.navbar-box>.navbar-box-right .links {
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .25em;
  margin: 30px 0 0
}

.navbar-box>.navbar-box-right .links a {
  color: #fff;
  text-decoration: none
}

.navbar-box>.navbar-box-right .links a:focus, .navbar-box>.navbar-box-right .links a:hover {
  text-decoration: none;
  color: #f1a9a0
}

@media screen and (max-height:650px) {
  .navbar-box>.navbar-box-right .links {
    margin-top: 20px
  }
}

.navbar-box>.navbar-box-right .langs {
  font-weight: 300;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding-top: 30px;
  margin: 30px 0 0;
  position: relative
}

.navbar-box>.navbar-box-right .langs::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #f1a9a0
}

.navbar-box>.navbar-box-right .langs a {
  color: #fff;
  text-decoration: none;
  padding-right: 15px;
  display: inline-block
}

.navbar-box>.navbar-box-right .langs a.active, .navbar-box>.navbar-box-right .langs a:focus, .navbar-box>.navbar-box-right .langs a:hover {
  text-decoration: none;
  color: #f1a9a0
}

.navbar-box>.navbar-box-right .langs a:not(:first-child) {
  padding-left: 16px;
  position: relative
}

.navbar-box>.navbar-box-right .langs a:not(:first-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #f1a9a0
}

@media screen and (max-height:650px) {
  .navbar-box>.navbar-box-right .langs {
    margin-top: 20px;
    padding-top: 20px
  }
}

.navbar-toggle {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 50px;
  height: 40px;
  line-height: 0;
  -webkit-transition: background 0s 1.3s ease;
  transition: background 0s 1.3s ease;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10000
}

@media screen and (max-width:991px) {
  .navbar-toggle {
    right: 35px
  }
}

@media screen and (max-width:767px) {
  .navbar-toggle {
    top: 25px
  }
}

.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  -webkit-transition: all 0.3s 0s ease, background 0s 1.3s ease;
  transition: all 0.3s 0s ease, background 0s 1.3s ease;
  background: #fff;
/* --Msy-- better visibility*/
   border-bottom-color: silver;
	border-bottom-style: solid;
	border-bottom-width: 2px  
 }

.navbar-toggle .icon-bar.first, .navbar-toggle .icon-bar.center, .navbar-toggle .icon-bar.last {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -15px
}

.navbar-toggle .icon-bar.first {
  margin-top: -10px
}

.navbar-toggle .icon-bar.center {
  top: 50%;
  margin-top: -1px
}

.navbar-toggle .icon-bar.last {
  margin-top: 8px
}

@media screen and (min-width:992px) {
  .navbar-toggle:hover .icon-bar.first {
    transform: rotate(24deg);
    transform-origin: bottom right;
    margin-left: -13px
  }

  .navbar-toggle:hover .icon-bar.last {
    transform: rotate(24deg);
    transform-origin: top left;
    margin-left: -17px
  }
}

.navbar-toggle.navbar-close {
  background: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.navbar-toggle.navbar-close .icon-bar {
  background: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.navbar-toggle.navbar-close .icon-bar.center {
  width: 0%;
  opacity: 0
}

.navbar-toggle.navbar-close .icon-bar.first {
  width: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
  margin: -1px 0 0 -13px
}

.navbar-toggle.navbar-close .icon-bar.last {
  width: 26px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
  margin: -1px 0 0 -13px
}

@media screen and (min-width:992px) {
  .navbar-toggle.navbar-close:hover .icon-bar.first {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -26px
  }

  .navbar-toggle.navbar-close:hover .icon-bar.last {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 0
  }
}

#lang-box {
  position: fixed;
  top: 135px;
  right: 60px;
  width: 20px;
  z-index: 3;
  margin-top: -25px;
  background: none;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: .25em
}

#lang-box .txt {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: lowercase;
  text-decoration: none;
  color: #000
}

#lang-box .txt.active, #lang-box .txt:hover, #lang-box .txt:focus {
  text-decoration: none;
  color: #f1a9a0
}

#lang-box .txt:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #f2a8a0
}

@media screen and (max-width:991px) {
  #lang-box {
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #lang-box {
    top: 100px;
  }
}

#link-box {
  position: fixed;
  bottom: 50px;
  left: 55px;
  z-index: 5;
  font-size: 0;
  line-height: 0
}

#link-box a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding-right: 20px
}

#link-box a:focus, #link-box a:hover {
  color: #000;
  text-decoration: none
}

#link-box a .arrow-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px
}

#link-box a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  margin-top: -1px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

#link-box a .arrow::after, #link-box a .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #000;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

#link-box a .arrow::before {
  right: -1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0
}

#link-box a .arrow::after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 1px
}

@media screen and (min-width:992px) {
  #link-box a:hover .arrow {
    width: 15px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  #link-box a:hover .arrow::after, #link-box a:hover .arrow::before {
    height: 8px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
  }
}

.search-modal-click {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px
}

.search-modal-click .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.search-modal-click::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #f1a9a0
}

.search-modal-click .fa:hover {
  color: #f1a9a0
}

#searchModal.modal {
  background: #0c0c0c;
  background: rgba(0, 0, 0, .9)
}

@media screen and (min-width:768px) {
  #searchModal .modal-dialog {
    margin-top: 100px
  }
}

#searchModal .search-modal-delete {
  position: fixed;
  top: 45px;
  right: 50px;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#searchModal .modal-content {
  background: none;
  box-shadow: none;
  border: 0
}

#searchModal .modal-header {
  padding: 0;
  border: 0;
  margin: 0 0 30px
}

#searchModal .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(249, 216, 212, .65);
  background: none;
  color: #d0d0d0;
  letter-spacing: .25em
}

#searchModal .form-control:-ms-input-placeholder {
  color: #a5a5a5
}

#searchModal .form-control:focus:-ms-input-placeholder {
  color: #a5a5a5
}

#searchModal .form-control::-moz-placeholder {
  color: #a5a5a5
}

#searchModal .form-control:focus::-moz-placeholder {
  color: #a5a5a5
}

#searchModal .form-control::-webkit-input-placeholder {
  color: #a5a5a5
}

#searchModal .form-control:focus::-webkit-input-placeholder {
  color: #a5a5a5
}

#searchModal .modal-body {
  padding: 0
}

#searchModal .search-delete {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center
}

#searchModal .search-modal-delete .icon-bar {
  background: #fff;
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -1px -15px 0 0
}

#searchModal .search-modal-delete .icon-bar.first {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#searchModal .search-modal-delete .icon-bar.last {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.search-modal-product-container {
  padding: 0;
  background: none;
  color: #d0d0d0;
  font-size: 14px
}

.search-modal-product-container .help-text {
  padding-left: 20px;
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: .25em
}

.search-modal-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100
}

.search-modal-loading>div {
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10001;
  margin: 0;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite
}

.search-modal-loading>div:nth-child(2), .search-modal-loading>div:nth-child(3) {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  5% {
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  5% {
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.search-hits-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -25px;
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: .25em;
  padding-left: 20px
}

.search-list-box {
  position: relative;
  padding: 25px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.search-list-box .media {
  display: block;
  text-decoration: none;
  color: #505050
}

.search-list-box .media:focus, .search-list-box .media:hover {
  text-decoration: none;
  color: #00a2f1
}

.search-list-box .media-left {
  padding-right: 25px;
  float: left
}

.search-list-box .media-object {
  width: 78px;
  background: #fff
}

.search-list-box .media-body {
  overflow: hidden;
  color: #d0d0d0
}

.search-list-box .media-heading {
  font-size: 20px;
  text-decoration: none;
  margin: 0 0 10px;
  line-height: 25px;
  color: #f1a9a0
}

.search-list-box .media-heading .name {
  float: left;
  text-transform: none;
  margin-right: 15px
}

.search-list-box .media-intro {
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
  text-transform: none;
  height: 44px
}

.search-modal-product-container:hover .search-list-box {
  opacity: .6
}

.search-modal-product-container .search-list-box:hover {
  opacity: 1
}

.search-list-box .media-body .media-heading .name b, .search-list-box .media-body .media-intro b {
  color: #00a2f1
}

.search-list-box .media-body .media-heading .name b {
  color: #00a2f1
}

#social-box {
  position: fixed;
  bottom: 50px;
  right: 55px;
  z-index: 5
}

#social-box a {
  text-decoration: none;
  color: #000;
  margin: 25px 0 0
}

@media screen and (max-height:750px) {
  #social-box a {
    margin-top: 15px
  }
}

@media screen and (max-height:650px) {
  #social-box a {
    margin-top: 10px
  }
}

#social-box a .fa, #social-box a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: left
}

#social-box a:focus, #social-box a:hover {
  color: #f1a9a0;
  text-decoration: none
}

#social-box a .fa {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
  text-align: center
}

#nav-label {
  position: fixed;
  top: 50px;
  left: 185px;
  z-index: 5;
  margin: 0;
  padding: 0 0 0 110px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .65em;
  text-transform: lowercase
}

#nav-label::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  transition-timing-function: cubic-bezier(1, 0, .25, 1)
}

#nav-label.activate {
  opacity: 1 !important
}

#nav-label.deactivate {
  opacity: 1 !important
}

#nav-label.activate::before {
  width: 80px
}

#nav-label.deactivate::before {
  width: 0
}

#nav-label span {
  display: inline-block
}

.nav-label-2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 20px
}

.nav-label-2:first-child {
  margin-top: 0
}

.nav-label-3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px
}

#footer-box {
  position: fixed;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: .25em;
  color: #000;
  line-height: 20px
}

#footer-box .year, #footer-box .separator, #footer-box .company {
  float: left;
  margin: 0 5px 0
}

#footer-box .company {
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  margin: 0 5px 0
}

#footer-box .company .place {
  display: none
}

#footer-box .separator {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
  margin: 9px 12px 0
}

@media screen and (max-width:991px) {
  html, body {
    height: 100%
  }

  .frame {
    min-height: 100%
  }
}

.frame-table-container {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%
}

.frame-table-box {
  display: table-cell;
  vertical-align: middle
}

@media screen and (min-width:992px) {
  .frame-table-container {
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px)
  }
}

@media screen and (min-width:992px) {
  .md-table-container {
    display: table;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px)
  }

  .md-table-container .table-box {
    display: table-cell;
    vertical-align: middle
  }
}

@media screen and (min-width:1200px) {
  .lg-table-container {
    display: table;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px)
  }

  .lg-table-container .table-box {
    display: table-cell;
    vertical-align: middle
  }
}

.home-container {
  text-align: center;
  font-size: 0;
  line-height: 0
}

.home-box {
  text-align: left;
  float: left;
  position: relative;
  text-decoration: none;
  color: #000
}

.home-box:focus, .home-box:hover {
  text-decoration: none;
  color: #000
}

.home-box::before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: z-index, width, top, left, right;
  -moz-transition-property: z-index, width, top, left, right;
  transition-property: z-index, width, top, left, right;
  -webkit-transition-duration: 0s, 1s, 0.3s, 0.3s, 0.3s;
  -moz-transition-duration: 0s, 1s, 0.3s, 0.3s, 0.3s;
  transition-duration: 0s, 1s, 0.3s, 0.3s, 0.3s;
  -webkit-transition-delay: 1.2s, 0s, 0s, 0s, 0s;
  -moz-transition-delay: 1.2s, 0s, 0s, 0s, 0s;
  transition-delay: 1.2s, 0s, 0s, 0s, 0s;
  -webkit-transition-timing-function: linear, cubic-bezier(1, 0, .25, 1), ease, ease, ease;
  -moz-transition-timing-function: linear, cubic-bezier(1, 0, .25, 1), ease, ease, ease;
  transition-timing-function: linear, cubic-bezier(1, 0, .25, 1), ease, ease, ease
}

.home-box.activate {
  opacity: 1 !important
}

.home-box.deactivate {
  opacity: 1 !important
}

.home-box.activate::before {
  width: 100%
}

.home-box.deactivate::before {
  width: 0%
}

@media screen and (min-width:992px) {
  .home-box:hover::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
}

.home-box.mycolor {
  width: 368px;
  min-height: 440px
}

@media screen and (min-height:800px) {
  .home-box.mycolor {
    width: 460px;
    min-height: 550px
  }
}

@media screen and (max-width:991px) {
  .home-box.mycolor {
    width: 275px;
    min-height: 330px
  }
}

@media screen and (max-width:767px) {
  .home-box.mycolor {
    width: 192px;
    min-height: 230px
  }
}

.home-box.mycolor::before {
  right: 0;
  background: #f1a9a0;
  background: -webkit-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: -moz-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: -o-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: linear-gradient(135deg, #f1a9a0 0%, #f27081 100%)
}

.home-box.grey {
  margin: 20px 0 0;
  width: 234px;
  min-height: 460px
}

@media screen and (min-height:800px) {
  .home-box.grey {
    margin: 60px 0 0;
    width: 290px;
    min-height: 570px
  }
}

@media screen and (max-width:991px) {
  .home-box.grey {
    margin: 0 0 0;
    width: 218px;
    min-height: 300px
  }
}

@media screen and (max-width:767px) {
  .home-box.grey {
    width: 145px;
    min-height: 200px
  }
}

.home-box.grey::before {
  left: 0;
  background: #eef1f5;
  background: -webkit-linear-gradient(-45deg, #eef1f5 0%, #e6e9f0 100%);
  background: -moz-linear-gradient(-45deg, #eef1f5 0%, #e6e9f0 100%);
  background: -o-linear-gradient(-45deg, #eef1f5 0%, #e6e9f0 100%);
  background: linear-gradient(135deg, #eef1f5 0%, #e6e9f0 100%)
}

.home-box .desc {
  margin: 0;
  letter-spacing: .25em;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: 40px;
  z-index: 2
}

.home-box.mycolor .desc {
  color: #fff;
  right: 44px
}

.home-box.grey .desc {
  color: #3c3c3b;
  left: 74px;
  bottom: 45px
}

@media screen and (min-height:800px) {
  .home-box.mycolor .desc {
    right: 65px
  }

  .home-box.grey .desc {
    left: 92px;
    bottom: 55px
  }
}

@media screen and (min-width:992px) {
  .home-box .desc {
    padding-right: 20px
  }

  .home-box .desc .arrow-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px
  }

  .home-box .desc .arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #3c3c3b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .home-box.mycolor .desc .arrow {
    background: #fff
  }

  .home-box .desc .arrow::after, .home-box .desc .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 0;
    background: #3c3c3b;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .home-box.mycolor .desc .arrow::after, .home-box.mycolor .desc .arrow::before {
    background: #fff
  }

  .home-box .desc .arrow::before {
    right: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    top: 0
  }

  .home-box .desc .arrow::after {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    top: 1px
  }

  .home-box:hover .desc .arrow {
    width: 15px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .home-box:hover .desc .arrow::after, .home-box:hover .desc .arrow::before {
    height: 8px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
  }
}

.home-box .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition-property: top, left, right;
  -moz-transition-property: top, left, right;
  transition-property: top, left, right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease
}

@media screen and (min-width:992px) {
  .home-box.mycolor:hover::before, .home-box.mycolor:hover .video-container {
    z-index: 2;
    top: -10px;
    right: 20px
  }

  .home-box.grey:hover::before, .home-box.grey:hover .video-container {
    z-index: 2;
    top: -10px;
    left: 20px
  }
}

.home-box .video-box {
  line-height: 0;
  font-size: 0;
  position: absolute;
  z-index: 2;
  width: 100%
}

.home-box.mycolor .video-box {
  width: 440px;
  height: 320px;
  top: 45px;
  right: 0
}

.home-box.grey .video-box {
  width: 307px;
  height: 300px;
  left: 0;
  top: 70px
}

.home-box .video-fade, .home-box .video-mask {
  z-index: 2;
  position: absolute;
  top: 0
}

.home-box.mycolor .video-fade, .home-box.mycolor .video-mask {
  width: 440px;
  height: 440px;
  right: 0
}

.home-box.mycolor .video-mask {
  background-size: 100%;
  background-repeat: no-repeat
}

.home-box.mycolor .video-mask.hu {
  background-image: url(../design/video/about-image-2-hu.png)
}

.home-box.mycolor .video-mask.en {
  background-image: url(../design/video/about-image-2-en.png)
}

.home-box.mycolor .video-box .video_about {
  -webkit-filter: contrast(60%);
  filter: contrast(60%)
}

.home-box.grey .video-fade, .home-box.grey .video-mask {
  width: 307px;
  height: 460px;
  left: 0
}

.home-box.grey .video-mask {
  background-size: 100%;
  background-repeat: no-repeat
}

.home-box.grey .video-mask.hu {
  background-image: url(../design/video/portfolio-image-2-hu.png)
}

.home-box.grey .video-mask.en {
  background-image: url(../design/video/portfolio-image-2-en.png)
}

.home-box.grey .video-fade {
  background: rgba(0, 0, 0, 0)
}

@media screen and (min-height:800px) {
  .home-box.mycolor .video-box {
    width: 550px;
    height: 410px;
    top: 50px
  }

  .home-box.mycolor .video-fade, .home-box.mycolor .video-mask {
    width: 550px;
    height: 550px
  }

  .home-box.grey .video-box {
    width: 370px;
    height: 370px;
    top: 90px
  }

  .home-box.grey .video-fade, .home-box.grey .video-mask {
    width: 380px;
    height: 570px
  }
}

@media screen and (max-width:991px) {
  .home-box.mycolor .video-box {
    width: 330px;
    height: 240px;
    top: 32px
  }

  .home-box.mycolor .video-fade, .home-box.mycolor .video-mask {
    width: 330px;
    height: 330px
  }

  .home-box.grey .video-box {
    width: 285px;
    height: 285px;
    top: 8px
  }

  .home-box.grey .video-fade, .home-box.grey .video-mask {
    width: 285px;
    height: 300px
  }

  .home-box.grey .video-mask {
    background-size: 100%;
    background-repeat: no-repeat
  }

  .home-box.grey .video-mask.hu {
    background-image: url(../design/video/portfolio-image-3-hu.png)
  }

  .home-box.grey .video-mask.en {
    background-image: url(../design/video/portfolio-image-3-en.png)
  }
}

@media screen and (max-width:767px) {
  .home-box.mycolor .video-box {
    width: 230px;
    height: 170px;
    top: 22px
  }

  .home-box.mycolor .video-fade, .home-box.mycolor .video-mask {
    width: 230px;
    height: 230px
  }

  .home-box.grey .video-box {
    width: 190px;
    height: 190px;
    top: 6px
  }

  .home-box.grey .video-fade, .home-box.grey .video-mask {
    width: 190px;
    height: 200px
  }
}

.company-name {
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  text-transform: lowercase;
  position: relative;
  letter-spacing: .05em;
  white-space: nowrap;
  margin: 20px 0 0
}

@media screen and (max-width:991px) {
  .company-name {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: .02em;
    white-space: normal
  }
}

@media screen and (min-width:1200px) {
  .company-name {
    letter-spacing: .02em
  }
}

@media screen and (min-width:1260px) {
  .company-name {
    letter-spacing: .05em
  }
}

.company-name span {
  position: relative;
  z-index: 2
}

.company-name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #f1a9a0;
  height: 14px;
  width: 100%
}

@media screen and (max-width:991px) {
  .company-name::before {
    height: 10px
  }
}

.company-services {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 15px
}

@media screen and (min-width:992px) {
  .company-services {
    letter-spacing: .2em
  }

  .company-services::after {
    content: "";
    display: inline-block;
    width: 100%
  }
}

@media screen and (min-width:1200px) {
  .company-services {
    letter-spacing: .14em
  }
}

@media screen and (min-width:1260px) {
  .company-services {
    letter-spacing: .18em
  }
}

.company-contacts {
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 25px
}

.company-contacts a {
  text-decoration: none;
  color: #000
}

.company-contacts a:focus, .company-contacts a:hover {
  text-decoration: none;
  color: #f1a9a0
}

.company-founded {
  margin: 20px 0 35px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 25px
}

.company-founded b {
  font-weight: 500
}

.company-founder {
  margin: 35px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 25px;
  position: relative
}

.company-founder span {
  position: relative;
  z-index: 2;
  text-transform: lowercase
}

.company-founder b {
  font-weight: 500;
  text-transform: uppercase
}

.company-founder::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -20px;
  width: 35px;
  height: 35px;
  z-index: 1;
  background: #f9d8d4;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg)
}

@media screen and (max-width:767px) {
  .company-container {
    text-align: center
  }

  .company-founder::before {
    left: 50%;
    margin-left: -100px
  }
}

.company-founder-img-box {
  margin: 40px 0 0;
  position: relative;
  width: 100%
}

@media screen and (min-width:1260px) {
  .company-founder-img-box {
    margin-top: 80px
  }
}

@media screen and (max-width:991px) {
  .company-founder-img-box {
    width: 55%
  }
}

@media screen and (max-width:767px) {
  .company-founder-img-box {
    margin-left: auto;
    margin-right: auto
  }
}

.company-founder-img-box .img-bg {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: 1
}

.company-founder-img-box .img-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #f9d8d4;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  transition-timing-function: cubic-bezier(1, 0, .25, 1)
}

.company-founder-img-box .img-bg.activate {
  opacity: 1 !important
}

.company-founder-img-box .img-bg.deactivate {
  opacity: 1 !important
}

.company-founder-img-box .img-bg.activate::before {
  width: 100%
}

.company-founder-img-box .img-bg.deactivate::before {
  width: 0%
}

.company-founder-img-box img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

.alert-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  padding: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  line-height: 0;
  font-size: 0;
  background: #f1a9a0;
  background: rgba(241, 169, 160, .65);
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

body.alert-open .alert-container {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1
}

.alert {
  border: 4px solid #c7c7c7;
  padding: 15px 30px 15px 15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 25px
}

.alert-container .alert {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  color: #000
}

@media (min-width:768px) {
  .alert-container .alert {
    top: 50%;
    left: 50%;
    right: auto;
    width: 600px;
    margin-left: -300px
  }
}

.alert-container .fade {
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, visibility .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease
}

.alert-container .fade.in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.alert-container .alert .icon-close {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #ccc;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  cursor: pointer
}

.alert-danger {
  background: #fff;
  color: #000;
  border-color: #F44336
}

.alert-danger strong {
  color: #F44336
}

.alert-success {
  background: #fff;
  color: #000;
  border-color: #4CAF50
}

#recaptcha {
  position: relative;
  z-index: 8
}

#recaptcha .grecaptcha-badge {
  bottom: 50% !important;
  right: -260px !important
}

#recaptcha .grecaptcha-badge:hover {
  right: -2px !important
}

.contact-form {
  margin: 20px 0 0
}

@media screen and (max-width:991px) {
  .contact-form {
    margin: 60px 0 0
  }
}

.contact-form .btn-primary {
  margin-left: 20px
}

.btn-primary {
  color: #000;
  background: none;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .25em;
  text-transform: lowercase;
  position: relative;
  padding: 12px 0
}

@media screen and (max-width:991px) {
  .btn-primary {
    font-size: 12px
  }
}

.btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
  color: #000;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  color: #717171;
  background: none;
  border: 0
}

.btn-primary:hover {
  color: #000;
  background: none
}

.btn-primary.animation {
  padding-right: 40px;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

@media screen and (min-width:992px) {
  .btn-primary.animation:hover {
    padding-left: 20px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

.btn-primary.animation .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #f1a9a0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, right;
  transition-property: transform, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.btn-primary.animation .arrow::after, .btn-primary.animation .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #f1a9a0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.btn-primary.animation .arrow::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right
}

.btn-primary.animation .arrow::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@media screen and (min-width:992px) {
  .btn-primary.animation:hover .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    right: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .btn-primary.animation:hover .arrow::after, .btn-primary.animation:hover .arrow::before {
    height: 10px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
  }
}

.btn-lg {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0
}

.gr-form {
  margin-bottom: 30px;
  position: relative
}

.gr-form .gr-label {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-top: 17px;
  margin: 0
}

@media screen and (max-width:991px) {
  .gr-form .gr-label {
    font-size: 18px
  }
}

.gr-form.has-error .gr-label {
  color: #F44336
}

.gr-form .star {
  color: #cf000f
}

.gr-static {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 30px
}

@media screen and (max-width:991px) {
  .gr-static {
    font-size: 18px
  }
}

.gr-form .gr-select, .gr-form .gr-textarea, .gr-form .gr-field {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: #000;
  background: none;
  border: 1px solid transparent;
  border-bottom-color: #000;
  outline: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .25em;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.gr-form .gr-textarea::-webkit-input-placeholder, .gr-form .gr-field::-webkit-input-placeholder {
  text-transform: lowercase;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.gr-form .gr-textarea:focus::-webkit-input-placeholder, .gr-form .gr-field:focus::-webkit-input-placeholder {
  color: #eee
}

.gr-form .gr-field.invalid:not([readonly])::-webkit-input-placeholder, .gr-form .gr-textarea.invalid:not([readonly])::-webkit-input-placeholder {
  color: #F44336
}

.gr-form .gr-field.invalid:not([readonly]):focus::-webkit-input-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):focus::-webkit-input-placeholder {
  color: #eee
}

.gr-form .gr-textarea::-moz-placeholder, .gr-form .gr-field::-moz-placeholder {
  text-transform: lowercase;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.gr-form .gr-textarea:focus::-moz-placeholder, .gr-form .gr-field:focus::-moz-placeholder {
  color: #eee
}

.gr-form .gr-field.invalid:not([readonly])::-moz-placeholder, .gr-form .gr-textarea.invalid:not([readonly])::-moz-placeholder {
  color: #F44336
}

.gr-form .gr-field.invalid:not([readonly]):focus::-moz-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):focus::-moz-placeholder {
  color: #eee
}

.gr-form .gr-textarea:-ms-input-placeholder, .gr-form .gr-field:-ms-input-placeholder {
  text-transform: lowercase;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.gr-form .gr-textarea:focus:-ms-input-placeholder, .gr-form .gr-field:focus:-ms-input-placeholder {
  color: #eee
}

.gr-form .gr-field.invalid:not([readonly]):-ms-input-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):-ms-input-placeholder {
  color: #F44336
}

.gr-form .gr-field.invalid:not([readonly]):focus:-ms-input-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):focus:-ms-input-placeholder {
  color: #eee
}

.gr-form .gr-textarea:-moz-placeholder, .gr-form .gr-field:-moz-placeholder {
  text-transform: lowercase;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease
}

.gr-form .gr-textarea:focus:-moz-placeholder, .gr-form .gr-field:focus:-moz-placeholder {
  color: #eee
}

.gr-form .gr-field.invalid:not([readonly]):-moz-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):-moz-placeholder {
  color: #F44336
}

.gr-form .gr-field.invalid:not([readonly]):focus:-moz-placeholder, .gr-form .gr-textarea.invalid:not([readonly]):focus:-moz-placeholder {
  color: #eee
}

@media screen and (max-width:767px) {
  .gr-static, .gr-form .gr-select, .gr-form .gr-textarea, .gr-form .gr-field {
    padding: 15px 15px
  }
}

.gr-form .gr-select:focus, .gr-form .gr-textarea:focus, .gr-form .gr-field:focus {
  background: none;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000
}

.gr-form .gr-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.gr-form .gr-select::-ms-expand {
  display: none
}

.gr-form .gr-textarea {
  overflow-y: hidden;
  resize: none;
  line-height: 20px
}

.gr-form .gr-select.invalid:not([readonly]), .gr-form .gr-field.invalid:not([readonly]), .gr-form .gr-textarea.invalid:not([readonly]) {
  border-bottom-color: #F44336
}

.gr-form .gr-select:focus.invalid:not([readonly]), .gr-form .gr-field:focus.invalid:not([readonly]), .gr-form .gr-textarea:focus.invalid:not([readonly]) {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000
}

.gr-form .help-block {
  visibility: hidden;
  font-size: 10px;
  line-height: 15px;
  width: 10px;
  height: 15px;
  margin: 2px 0 10px;
  padding: 0;
  letter-spacing: .1em;
  text-align: center;
  position: absolute;
  top: 13px;
  left: -5px
}

.gr-form .gr-checkbox.invalid~.help-block.fault, .gr-form .gr-select.invalid~.help-block.fault, .gr-form .gr-textarea.invalid~.help-block.fault, .gr-form .gr-field.invalid~.help-block.fault {
  color: #F44336;
  visibility: visible
}

.gr-form .gr-checkbox.valid~.help-block.hit, .gr-form .gr-select.valid~.help-block.hit, .gr-form .gr-textarea.valid~.help-block.hit, .gr-form .gr-field.valid~.help-block.hit {
  color: #4CAF50;
  visibility: visible
}

.gr-checkbox:checked, .gr-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden
}

.gr-checkbox+label {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  padding-left: 70px;
  display: inline-block;
  position: relative;
  min-height: 30px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 20px
}

.gr-checkbox+label:after, .gr-checkbox+label:before {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 32px;
  height: 32px;
  z-index: 0;
  border-radius: 0;
  margin-top: 4px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s
}

.gr-checkbox+label:before {
  z-index: 0;
  background: none;
  border: 4px solid #f1a9a0
}

.gr-checkbox+label:after {
  z-index: 1;
  top: 4px;
  left: 24px;
  width: 10px;
  height: 20px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #f1a9a0;
  border-bottom: 2px solid #f1a9a0;
  -webkit-transform: rotate(40deg) scale(0, 0);
  -moz-transform: rotate(40deg) scale(0, 0);
  -ms-transform: rotate(40deg) scale(0, 0);
  -o-transform: rotate(40deg) scale(0, 0);
  transform: rotate(40deg) scale(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.gr-checkbox:checked+label:before {
  border: 4px solid #4CAF50;
  background: none
}

.gr-checkbox:checked+label:after {
  -webkit-transform: rotate(40deg) scale(1, 1);
  -moz-transform: rotate(40deg) scale(1, 1);
  -ms-transform: rotate(40deg) scale(1, 1);
  -o-transform: rotate(40deg) scale(1, 1);
  transform: rotate(40deg) scale(1, 1);
  border-right: 3px solid #4CAF50;
  border-bottom: 3px solid #4CAF50
}

.gr-checkbox.invalid+label:before {
  border-color: #F44336;
  background: none
}

.gr-plus-checkbox:checked, .gr-plus-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden
}

.gr-plus-checkbox+label {
  display: block;
  font-weight: 800;
  font-size: 20px;
  background: #f1a9a0;
  border: 0;
  color: #606060;
  padding: 15px 15px 15px 15px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease
}

@media screen and (max-width:991px) {
  .gr-plus-checkbox+label {
    font-size: 18px
  }
}

.gr-plus-checkbox+label:hover {
  background-color: #59758b;
  color: #fff
}

.gr-plus-checkbox:checked+label {
  background-color: #4CAF50;
  color: #fff
}

#carousel_about .carousel-inner {
  overflow: visible
}

#carousel_about .carousel-inner>.item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 2s;
  transition-duration: 2s
}

.creed-title {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center
}

@media screen and (max-width:991px) {
  .creed-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .02em
  }
}

@media screen and (max-width:767px) {
  .creed-title {
    font-size: 32px;
    line-height: 40px
  }
}

@media screen and (max-width:480px) {
  .creed-title {
    font-size: 25px;
    line-height: 30px
  }
}

.about-page-number-container {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -150px;
  font-size: 0;
  line-height: 0
}

.about-page-number {
  position: relative;
  padding-right: 160px;
  text-align: left;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

@media screen and (min-width:992px) {
  .about-page-number.actual-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .about-page-number.actual-2 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  .about-page-number.actual-3 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@media screen and (min-width:992px) and (max-height:650px) {
  .about-page-number.actual-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .about-page-number.actual-2 {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }

  .about-page-number.actual-3 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

.about-page-number .first, .about-page-number .second {
  display: inline-block;
  color: #f9dfdc;
  font-size: 340px;
  line-height: 300px;
  font-family: OswaldMedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.05em;
  width: 160px
}

.about-page-number .second {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.about-page-number.actual-1 .second {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.about-page-number.actual-2 .second {
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px)
}

.about-page-number.actual-3 .second {
  -webkit-transform: translateY(-600px);
  transform: translateY(-600px)
}

@media screen and (max-width:991px) {
  .about-page-number-container {
    top: auto;
    bottom: 10%;
    right: 10%;
    margin-top: 0
  }

  .about-page-number {
    padding-right: 100px
  }

  .about-page-number .first, .about-page-number .second {
    font-size: 200px;
    line-height: 180px;
    width: 100px
  }

  .about-page-number.actual-1 .second {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .about-page-number.actual-2 .second {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px)
  }

  .about-page-number.actual-3 .second {
    -webkit-transform: translateY(-360px);
    transform: translateY(-360px)
  }
}

.solution-container {
  font-size: 0;
  line-height: 0;
  position: relative
}

.solution-container.webfejlesztes {
  height: 90px
}

.solution-container.arculattervezes {
  height: 65px;
  margin-top: 20px
}

.solution-container.keresomarketing {
  height: 80px
}

.solution-container.kozossegimedia {
  height: 80px;
  margin-top: 80px;
  margin-bottom: -45px
}

.solution-container.seo {
  height: 85px
}

.solution-container .solution-box {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%
}

.solution-container .solution-box .square {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.solution-container .solution-box .square.activate {
  opacity: 1 !important
}

.solution-container .solution-box .square.deactivate {
  opacity: 1 !important
}

.solution-container .solution-box .square::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #f1a9a0;
  background: -webkit-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: -moz-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: -o-linear-gradient(-45deg, #f1a9a0 0%, #f27081 100%);
  background: linear-gradient(135deg, #f1a9a0 0%, #f27081 100%);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  transition-timing-function: cubic-bezier(1, 0, .25, 1)
}

.solution-container .solution-box .square.activate::before {
  width: 100%
}

.solution-container .solution-box .square.deactivate::before {
  width: 0%
}

.solution-container .solution-box .name {
  font-weight: 900;
  letter-spacing: .05em;
  color: #535353;
  position: relative;
  z-index: 2;
  white-space: nowrap
}

.solution-container .solution-box .desc {
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  color: #f1a9a0;
  position: relative;
  z-index: 2;
  margin-top: 5px
}

.solution-container .solution-box .desc.txtleft {
  text-align: left;
  padding-left: 35px
}

.solution-container .solution-box .desc.txtright {
  text-align: right
}

.solution-container.webfejlesztes .solution-box {
  padding-top: 25px;
  padding-left: 55px;
  margin-left: -170px
}

.solution-container.webfejlesztes .solution-box .square {
  width: 85px;
  height: 85px
}

.solution-container.webfejlesztes .solution-box .name {
  font-size: 44px;
  line-height: 45px
}

.solution-container.arculattervezes .solution-box {
  padding-top: 15px;
  padding-left: 25px;
  margin-left: 50px
}

.solution-container.arculattervezes .solution-box .square {
  width: 52px;
  height: 52px
}

.solution-container.arculattervezes .solution-box .name {
  font-size: 30px;
  line-height: 30px
}

.solution-container.keresomarketing .solution-box {
  padding-top: 20px;
  padding-left: 35px;
  margin-left: -320px
}

.solution-container.keresomarketing .solution-box .square {
  width: 65px;
  height: 65px
}

.solution-container.keresomarketing .solution-box .name {
  font-size: 36px;
  line-height: 40px
}

.solution-container.kozossegimedia .solution-box {
  padding-top: 20px;
  padding-left: 35px;
  margin-left: 15px
}

.solution-container.kozossegimedia .solution-box .square {
  width: 65px;
  height: 65px
}

.solution-container.kozossegimedia .solution-box .name {
  font-size: 36px;
  line-height: 36px
}

.solution-container.seo .solution-box {
  padding-top: 20px;
  padding-left: 60px;
  margin-left: -220px
}

.solution-container.seo .solution-box .square {
  width: 75px;
  height: 75px
}

.solution-container.seo .solution-box .name {
  font-size: 44px;
  line-height: 45px
}

@media screen and (max-width:767px) {
  .solution-container .solution-box {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .solution-container.webfejlesztes {
    height: 80px
  }

  .solution-container.webfejlesztes .solution-box {
    padding-top: 20px;
    padding-left: 40px;
    margin-left: 0
  }

  .solution-container.webfejlesztes .solution-box .square {
    width: 64px;
    height: 64px
  }

  .solution-container.webfejlesztes .solution-box .name {
    font-size: 30px;
    line-height: 35px
  }

  .solution-container.arculattervezes {
    height: 80px;
    margin-top: 0
  }

  .solution-container.arculattervezes .solution-box {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0
  }

  .solution-container.arculattervezes .solution-box .square {
    width: 40px;
    height: 40px;
    left: auto;
    right: 0
  }

  .solution-container.arculattervezes .solution-box .name {
    font-size: 23px;
    line-height: 30px
  }

  .solution-container.keresomarketing {
    height: 80px
  }

  .solution-container.keresomarketing .solution-box {
    padding-top: 15px;
    padding-left: 25px;
    margin-left: 0
  }

  .solution-container.keresomarketing .solution-box .square {
    width: 47px;
    height: 47px
  }

  .solution-container.keresomarketing .solution-box .name {
    font-size: 24px;
    line-height: 30px
  }

  .solution-container.kozossegimedia {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0
  }

  .solution-container.kozossegimedia .solution-box {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 25px;
    margin-left: 0
  }

  .solution-container.kozossegimedia .solution-box .square {
    width: 47px;
    height: 47px;
    left: auto;
    right: 0
  }

  .solution-container.kozossegimedia .solution-box .name {
    font-size: 24px;
    line-height: 30px
  }

  .solution-container.seo {
    height: 80px
  }

  .solution-container.seo .solution-box {
    padding-top: 15px;
    padding-left: 40px;
    margin-left: 0
  }

  .solution-container.seo .solution-box .square {
    width: 55px;
    height: 55px
  }

  .solution-container.seo .solution-box .name {
    font-size: 30px;
    line-height: 40px
  }
}

.awards-container {
  width: 430px;
  height: 430px;
  margin: 0 auto;
  position: relative;
  cursor: default;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0
}

@media screen and (min-height:750px) {
  .awards-container {
    width: 580px;
    height: 580px
  }
}

.awards-container .do-not-click {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  margin-top: -15px;
  margin-left: -70px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: .05em;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease
}

.awards-container.crushed .do-not-click, .awards-container:hover .do-not-click {
  opacity: 1
}

.awards-container.crushed .do-not-click {
  cursor: pointer
}

.awards-container .do-not-click .icon {
  float: left;
  margin-right: 5px
}

.awards-container .do-not-click .icon.smile {
  width: 25px;
  margin-right: 12px;
  margin-left: 7px;
  margin-top: 8px
}

.awards-container .do-not-click .text {
  float: left;
  margin-top: 5px
}

.awards-container .do-not-click .text.smile {
  margin-top: 15px
}

.awards-container.hideAwards .do-not-click, .awards-container.crushed .do-not-click .icon.cursor, .awards-container.crushed .do-not-click .text.cursor, .awards-container .do-not-click .icon.smile, .awards-container .do-not-click .text.smile {
  display: none
}

.awards-container.crushed .do-not-click .icon.smile, .awards-container.crushed .do-not-click .text.smile {
  display: block
}

@media screen and (max-width:1259px) {
  .awards-container .do-not-click {
    display: none
  }
}

.awards-container .img {
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease, cubic-bezier(0, .435, 0, 1);
  transition-timing-function: ease, cubic-bezier(0, .435, 0, 1);
  opacity: 0
}

@media screen and (min-height:750px) {
  .awards-container .img {
    height: 120px;
    margin-top: -60px;
    margin-left: -60px
  }
}

.awards-container.crushed, .awards-container.crushed .img, .awards-container.showAwards, .awards-container.showAwards .img {
  opacity: 1 !important
}

.awards-container.hideAwards, .awards-container.hideAwards .img {
  opacity: 0 !important;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.awards-container.showAwards .img.one {
  -webkit-transform: translateY(-180px) translateX(0) rotate(0deg);
  transform: translateY(-180px) translateX(0) rotate(0deg)
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.one {
    -webkit-transform: translateY(-240px) translateX(0) rotate(0deg);
    transform: translateY(-240px) translateX(0) rotate(0deg)
  }
}

.awards-container.hideAwards .img.one {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.awards-container.showAwards .img.two {
  -webkit-transform: translateY(-130px) translateX(100px) rotate(0deg);
  transform: translateY(-130px) translateX(100px) rotate(0deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.two {
    -webkit-transform: translateY(-170px) translateX(140px) rotate(0deg);
    transform: translateY(-170px) translateX(140px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.two {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.awards-container.showAwards .img.three {
  -webkit-transform: translateY(-50px) translateX(170px) rotate(0deg);
  transform: translateY(-50px) translateX(170px) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.three {
    -webkit-transform: translateY(-70px) translateX(230px) rotate(0deg);
    transform: translateY(-70px) translateX(230px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.three {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.awards-container.showAwards .img.four {
  -webkit-transform: translateY(50px) translateX(170px) rotate(0deg);
  transform: translateY(50px) translateX(170px) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.four {
    -webkit-transform: translateY(70px) translateX(230px) rotate(0deg);
    transform: translateY(70px) translateX(230px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.four {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.awards-container.showAwards .img.five {
  -webkit-transform: translateY(140px) translateX(100px) rotate(0deg);
  transform: translateY(140px) translateX(100px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.five {
    -webkit-transform: translateY(180px) translateX(140px) rotate(0deg);
    transform: translateY(180px) translateX(140px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.five {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.awards-container.showAwards .img.six {
  -webkit-transform: translateY(170px) translateX(0) rotate(0deg);
  transform: translateY(170px) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.six {
    -webkit-transform: translateY(230px) translateX(0) rotate(0deg);
    transform: translateY(230px) translateX(0) rotate(0deg)
  }
}

.awards-container.hideAwards .img.six {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.awards-container.showAwards .img.seven {
  -webkit-transform: translateY(140px) translateX(-100px) rotate(0deg);
  transform: translateY(140px) translateX(-100px) rotate(0deg);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.seven {
    -webkit-transform: translateY(180px) translateX(-140px) rotate(0deg);
    transform: translateY(180px) translateX(-140px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.seven {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.awards-container.showAwards .img.eight {
  -webkit-transform: translateY(50px) translateX(-170px) rotate(0deg);
  transform: translateY(50px) translateX(-170px) rotate(0deg);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.eight {
    -webkit-transform: translateY(70px) translateX(-230px) rotate(0deg);
    transform: translateY(70px) translateX(-230px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.eight {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.awards-container.showAwards .img.nine {
  -webkit-transform: translateY(-50px) translateX(-170px) rotate(0deg);
  transform: translateY(-50px) translateX(-170px) rotate(0deg);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.nine {
    -webkit-transform: translateY(-70px) translateX(-230px) rotate(0deg);
    transform: translateY(-70px) translateX(-230px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.nine {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.awards-container.showAwards .img.ten {
  -webkit-transform: translateY(-130px) translateX(-100px) rotate(0deg);
  transform: translateY(-130px) translateX(-100px) rotate(0deg);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s
}

@media screen and (min-height:750px) {
  .awards-container.showAwards .img.ten {
    -webkit-transform: translateY(-170px) translateX(-140px) rotate(0deg);
    transform: translateY(-170px) translateX(-140px) rotate(0deg)
  }
}

.awards-container.hideAwards .img.ten {
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
  transform: translateY(0) translateX(0) rotate(0deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

@media screen and (max-width:767px) {
  .awards-container.showAwards .img.one {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .awards-container.showAwards .img.ten {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
  }

  .awards-container.showAwards .img.three {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
  }

  .awards-container.showAwards .img.two {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
  }

  .awards-container.showAwards .img.nine {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
  }

  .awards-container.showAwards .img.eight {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
  }

  .awards-container.showAwards .img.four {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
  }

  .awards-container.showAwards .img.five {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
  }

  .awards-container.showAwards .img.seven {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
  }

  .awards-container.showAwards .img.six {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
  }
}

@media screen and (min-width:1260px) {
  .awards-container.crushed .img.ten, .awards-container.crushed .img.nine, .awards-container.crushed .img.eight, .awards-container.crushed .img.seven, .awards-container.crushed .img.six, .awards-container.crushed .img.five, .awards-container.crushed .img.four, .awards-container.crushed .img.three, .awards-container.crushed .img.two, .awards-container.crushed .img.one, .awards-container.crushed .img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s
  }

  .awards-container.crushed .img.one {
    -webkit-transform: translateY(200px) translateX(-150px) rotate(-8deg);
    transform: translateY(200px) translateX(-150px) rotate(-8deg)
  }

  .awards-container.crushed .img.two {
    -webkit-transform: translateY(-170px) translateX(475px) rotate(30deg);
    transform: translateY(-170px) translateX(475px) rotate(30deg)
  }

  .awards-container.crushed .img.three {
    -webkit-transform: translateY(0) translateX(525px);
    transform: translateY(0) translateX(525px)
  }

  .awards-container.crushed .img.four {
    -webkit-transform: translateY(-150px) translateX(225px) rotate(-10deg);
    transform: translateY(-150px) translateX(225px) rotate(-10deg)
  }

  .awards-container.crushed .img.five {
    -webkit-transform: translateY(-70px) translateX(350px);
    transform: translateY(-70px) translateX(350px)
  }

  .awards-container.crushed .img.six {
    -webkit-transform: translateY(-170px) translateX(-200px);
    transform: translateY(-170px) translateX(-200px)
  }

  .awards-container.crushed .img.seven {
    -webkit-transform: translateY(80px) translateX(-480px) rotate(30deg);
    transform: translateY(80px) translateX(-480px) rotate(30deg)
  }

  .awards-container.crushed .img.eight {
    -webkit-transform: translateY(-100px) translateX(-525px);
    transform: translateY(-100px) translateX(-525px)
  }

  .awards-container.crushed .img.nine {
    -webkit-transform: translateY(100px) translateX(-300px) rotate(0deg);
    transform: translateY(100px) translateX(-300px) rotate(0deg)
  }

  .awards-container.crushed .img.ten {
    -webkit-transform: translateY(170px) translateX(400px) rotate(5deg);
    transform: translateY(170px) translateX(400px) rotate(5deg)
  }
}

@media screen and (min-width:1600px) {
  .awards-container.crushed .img.one {
    -webkit-transform: translateY(170px) translateX(-250px) rotate(-8deg);
    transform: translateY(170px) translateX(-250px) rotate(-8deg)
  }

  .awards-container.crushed .img.two {
    -webkit-transform: translateY(-170px) translateX(575px) rotate(30deg);
    transform: translateY(-170px) translateX(575px) rotate(30deg)
  }

  .awards-container.crushed .img.three {
    -webkit-transform: translateY(0) translateX(625px);
    transform: translateY(0) translateX(625px)
  }

  .awards-container.crushed .img.four {
    -webkit-transform: translateY(-150px) translateX(325px) rotate(-10deg);
    transform: translateY(-150px) translateX(325px) rotate(-10deg)
  }

  .awards-container.crushed .img.five {
    -webkit-transform: translateY(-70px) translateX(450px);
    transform: translateY(-70px) translateX(450px)
  }

  .awards-container.crushed .img.six {
    -webkit-transform: translateY(-170px) translateX(-300px);
    transform: translateY(-170px) translateX(-300px)
  }

  .awards-container.crushed .img.seven {
    -webkit-transform: translateY(80px) translateX(-580px) rotate(30deg);
    transform: translateY(80px) translateX(-580px) rotate(30deg)
  }

  .awards-container.crushed .img.eight {
    -webkit-transform: translateY(-100px) translateX(-625px);
    transform: translateY(-100px) translateX(-625px)
  }

  .awards-container.crushed .img.nine {
    -webkit-transform: translateY(80px) translateX(-400px) rotate(0deg);
    transform: translateY(80px) translateX(-400px) rotate(0deg)
  }

  .awards-container.crushed .img.ten {
    -webkit-transform: translateY(170px) translateX(500px) rotate(8deg);
    transform: translateY(170px) translateX(500px) rotate(8deg)
  }
}

@media screen and (max-width:767px) {
  .awards-container {
    width: 100%;
    height: auto;
    text-align: center
  }

  .awards-container .img {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    height: 80px;
    margin: 8px 30px
  }
}

@media screen and (max-width:480px) {
  .awards-container .img {
    margin: 5px 10px
  }
}

@media screen and (min-width:768px) and (max-height:560px) {
  .awards-container .img {
    height: 60px;
    margin-top: -30px;
    margin-left: -30px
  }
}

#carousel_portfolio .carousel-inner {
  overflow: visible
}

#carousel_portfolio .carousel-inner>.item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.carousel-change {
  position: fixed;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 4;
  margin-left: -30px;
  background: #f2a8a0;
  border-radius: 30px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.carousel-change .fa {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  cursor: pointer
}

.carousel-change.left {
  top: -14px;
  opacity: 1
}

.carousel-change.right {
  bottom: -14px;
  opacity: 1
}

.carousel-change.left .fa {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.carousel-change.right .fa {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.carousel-page-number {
  position: fixed;
  top: 50%;
  right: 60px;
  width: 20px;
  z-index: 3;
  margin-top: -25px;
  background: none;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .25em
}

@media screen and (max-height:600px) {
  .carousel-page-number {
    top: 40%
  }
}

.carousel-page-number .current {
  display: block;
  padding-bottom: 10px
}

.carousel-page-number .max {
  display: block;
  border-top: 1px solid #f2a8a0;
  padding-top: 9px
}

@media screen and (max-width:991px) {
  .carousel-page-number {
    top: auto;
    right: auto;
    bottom: 60px;
    left: 60px
  }
}

.portfolio-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 65px;
  letter-spacing: .05em
}

.portfolio-intro {
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .25em
}

.portfolio-desc {
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: .25em;
  margin: 20px 0 0
}

.portfolio-btn {
  margin: 60px 0 0
}

@media screen and (max-width:767px) {
  .portfolio-title {
    font-size: 40px;
    line-height: 50px
  }

  .portfolio-intro {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .1em
  }

  .portfolio-desc {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .1em;
    margin: 10px 0 0
  }

  .portfolio-btn {
    margin: 0 0 20px
  }
}

.portfolio-img-box img {
  width: 100%;
  margin: 0 auto;
  display: block
}

@media screen and (max-width:767px) {
  .portfolio-img-box {
    margin: 0 -15px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .portfolio-img-box img {
    width: 80%
  }
}

@media screen and (min-width:992px) {
  .portfolio-img-container {
    position: relative;
    height: 100%
  }

  .portfolio-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-52%) translateY(-50%);
    transform: translateX(-52%) translateY(-50%)
  }

  .portfolio-img-box img {
    width: 500px
  }
}

@media screen and (min-width:1200px) {
  .portfolio-img-box img {
    width: 650px
  }
}

@media screen and (min-width:1300px) {
  .portfolio-img-box img {
    width: 700px
  }
}

@media screen and (min-width:1400px) {
  .portfolio-img-box img {
    width: 750px
  }
}

@media screen and (min-width:1500px) {
  .portfolio-img-box img {
    width: 800px
  }
}

@media screen and (min-width:1600px) {
  .portfolio-img-box img {
    width: 850px
  }
}

@media screen and (min-width:1700px) {
  .portfolio-img-box img {
    width: 900px
  }
}

@media screen and (min-width:1800px) {
  .portfolio-img-box img {
    width: 1000px
  }
}

.portfolio-carousel-bg {
  background: #f1a9a0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  opacity: 1 !important;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
  transition-timing-function: cubic-bezier(1, 0, .25, 1)
}

.portfolio-carousel-bg.activate {
  width: 50%;
  width: calc(50% - 120px)
}

.portfolio-carousel-bg.deactivate {
  width: 0%
}

@media screen and (max-width:991px) {
  .portfolio-carousel-bg.activate {
    width: 40%
  }

  .portfolio-carousel-bg.deactivate {
    width: 0%
  }
}

@media screen and (min-width:992px) {
  .portfolio-carousel-bg {
    top: 85px;
    bottom: 85px;
    right: 120px
  }
}

.carousel-simple .carousel-inner .item {
  opacity: 1;
  -webkit-transition: none;
  transition: none
}

.carousel-simple .carousel-inner .active {
  opacity: 1
}

.carousel-simple .carousel-inner .active.left, .carousel-simple .carousel-inner .active.right {
  left: 0;
  opacity: 1;
  z-index: 1
}

.carousel-simple .carousel-inner .next.left, .carousel-simple .carousel-inner .prev.right {
  opacity: 1
}

.carousel-simple .carousel-control {
  z-index: 2
}

.carousel-simple .carousel-inner>.item.next, .carousel-simple .carousel-inner>.item.active.right {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.carousel-simple .carousel-inner>.item.prev, .carousel-simple .carousel-inner>.item.active.left {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.carousel-simple .carousel-inner>.item.next.left, .carousel-simple .carousel-inner>.item.prev.right, .carousel-simple .carousel-inner>.item.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.cfade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.cfade .carousel-inner .active {
  opacity: 1
}

.cfade .carousel-inner .active.left, .cfade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1
}

.cfade .carousel-inner .next.left, .cfade .carousel-inner .prev.right {
  opacity: 1
}

.cfade .carousel-control {
  z-index: 2
}

.cfade .carousel-inner>.item.next, .cfade .carousel-inner>.item.active.right {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.cfade .carousel-inner>.item.prev, .cfade .carousel-inner>.item.active.left {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.cfade .carousel-inner>.item.next.left, .cfade .carousel-inner>.item.prev.right, .cfade .carousel-inner>.item.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.vertical, .vertical .carousel-inner, .vertical .carousel-inner>.item {
  width: 100%;
  height: 100%;
  min-height: 100%
}

.vertical .carousel-inner .item {
  top: -100%;
  transition-property: top;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.vertical .carousel-inner .active {
  top: 0
}

.vertical .carousel-inner .active.left, .vertical .carousel-inner .active.right {
  left: 0;
  top: -100%;
  z-index: 1
}

.vertical .carousel-inner .next.left, .vertical .carousel-inner .prev.right {
  top: 0
}

.vertical .carousel-control {
  z-index: 2
}

.vertical .carousel-inner>.item.next, .vertical .carousel-inner>.item.active.right {
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.vertical .carousel-inner>.item.prev, .vertical .carousel-inner>.item.active.left {
  top: -100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.vertical .carousel-inner>.item.next.left, .vertical .carousel-inner>.item.prev.right, .vertical .carousel-inner>.item.active {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#cookie_policy_container {
  position: fixed;
  bottom: 50px;
  left: 170px;
  width: 400px;
  background: #fefbfa;
  border: 4px solid #f1a9a0;
  color: #000;
  z-index: 5;
  padding: 10px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media screen and (max-width:991px) {
  #cookie_policy_container {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto
  }
}

#cookie_policy_container .txt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .01em;
  margin-bottom: 10px
}

@media screen and (max-width:480px) {
  #cookie_policy_container .txt {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal
  }
}

#cookie_policy_container .button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: .01em;
  padding: 5px 0;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease
}

#cookie_policy_container .button:focus, #cookie_policy_container .button:hover {
  text-decoration: none;
  color: #f1a9a0;
  background: none
}

@media screen and (max-width:480px) {
  #cookie_policy_container .button {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal
  }
}

#cookie_policy_container .button.right {
  float: right
}

.btn-podpora {
  background: #505057;
  border: 1px;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .25em;
  position: relative;
  padding: .375rem .75rem;
  margin:0;
}  

