@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #888;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #000;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
  color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: #888;
}

h1, .heading-1 {
  font-size: 170px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 480px) and (max-width: 767px) {
  h1, .heading-1 {
    font-size: 117px;
  }
}
@media (max-width: 479px) {
  h1, .heading-1 {
    font-size: 70px;
  }
}

h2, .heading-2 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  h2, .heading-2 {
    font-size: 32px;
  }
}

h3, .heading-3 {
  font-size: 44px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3, .heading-3 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  h3, .heading-3 {
    font-size: 26px;
  }
}

h4, .heading-4 {
  font-size: 30px;
  line-height: 1.466666666666667;
}
@media (min-width: 480px) and (max-width: 767px) {
  h4, .heading-4 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  h4, .heading-4 {
    font-size: 20px;
  }
}

h5, .heading-5 {
  font-size: 26px;
}

h6, .heading-6 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media (min-width: 480px) and (max-width: 767px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h6, .heading-6 {
    font-size: 16px;
  }
}

mark {
  color: #FFF;
  background: #000;
}

em {
  color: #000;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

small, .small {
  font-size: .8em;
}

.big {
  font-size: 1.2em;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 1199px) {
  .center_md {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center_sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center_xs {
    text-align: center;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets    ======================*/
* + p {
  margin-top: 5px;
}

* + img {
  margin-top: 30px;
}

* + time {
  margin-top: 10px;
}

* + .btn,
* + .btn-group {
  margin-top: 30px;
}

* + .inline-list-2 {
  margin-top: 77px;
}

* + .responsive-tabs,
* + .row,
* + .terms-list {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  * + .responsive-tabs,
  * + .row,
  * + .terms-list {
    margin-top: 40px;
  }
}

* + .offset-1 {
  margin-top: 5px;
}

p + p, address + p {
  margin-top: 10px;
}

h4 + p {
  margin-top: 81px;
}
@media (max-width: 1199px) {
  h4 + p {
    margin-top: 30px;
  }
}

/*==================    Insets     ======================*/
.inset-1 {
  padding-right: 28%;
}
@media (max-width: 1799px) {
  .inset-1 {
    padding-right: 0;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*================    Basic Helpers    ==================*/
.side-position, .side-position-1, .side-position-2, .side-position-3 {
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-left: 90px;
}
.side-position:before, .side-position-1:before, .side-position-2:before, .side-position-3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 57px;
  display: block;
  background: #000;
}
@media (max-width: 1199px) {
  .side-position, .side-position-1, .side-position-2, .side-position-3 {
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding-left: 0;
  }
  .side-position:before, .side-position-1:before, .side-position-2:before, .side-position-3:before {
    position: static;
    margin-right: 50px;
    display: inline-block;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .side-position:before, .side-position-1:before, .side-position-2:before, .side-position-3:before {
    display: none;
  }
}

.side-position {
  top: 171px;
  left: -5px;
}
.side-position-1 {
  top: 129px;
  left: 24px;
}
.side-position-2 {
  top: 341px;
  left: -176px;
}
.side-position-3 {
  top: 254px;
  left: -88px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .side-position {
    left: -127px;
  }
  .side-position-1 {
    left: -100px;
  }
  .side-position-2 {
    left: -301px;
  }
  .side-position-3 {
    left: -212px;
  }
}

.relative {
  position: relative;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_slogan {
  letter-spacing: 1px;
}
.brand * + .brand_slogan {
  margin-top: 16px;
}
.brand .clip-top, .brand .clip-bottom {
  position: relative;
}
.brand .clip-top span, .brand .clip-bottom span {
  opacity: 0;
}
.brand .clip-top:before, .brand .clip-top:after, .brand .clip-bottom:before, .brand .clip-bottom:after {
  opacity: 1;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
}
.brand .clip-top:before {
  clip: rect(auto, auto, 105px, auto);
  color: #111;
}
.brand .clip-top:after {
  clip: rect(105px, auto, auto, auto);
  color: #FFF;
}
.brand .clip-bottom:before {
  clip: rect(auto, auto, 105px, auto);
  color: #FFF;
}
.brand .clip-bottom:after {
  clip: rect(105px, auto, auto, auto);
  color: #111;
}
@media (min-width: 480px) and (max-width: 767px) {
  .brand_slogan {
    font-size: 21px;
  }
  .brand * + .brand_slogan {
    margin-top: 11px;
  }
  .brand .clip-top:before {
    clip: rect(auto, auto, 73px, auto);
  }
  .brand .clip-top:after {
    clip: rect(73px, auto, auto, auto);
  }
  .brand .clip-bottom:before {
    clip: rect(auto, auto, 73px, auto);
  }
  .brand .clip-bottom:after {
    clip: rect(73px, auto, auto, auto);
  }
}
@media (max-width: 479px) {
  .brand_slogan {
    font-size: 18px;
  }
  .brand * + .brand_slogan {
    margin-top: 0;
  }
  .brand .clip-top:before {
    clip: rect(auto, auto, 45px, auto);
  }
  .brand .clip-top:after {
    clip: rect(45px, auto, auto, auto);
  }
  .brand .clip-bottom:before {
    clip: rect(auto, auto, 45px, auto);
  }
  .brand .clip-bottom:after {
    clip: rect(45px, auto, auto, auto);
  }
}

/*==================     Color     ======================*/
.text-primary {
  color: #000;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #000;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6, .bg-primary p.small {
  color: #FFF;
}
.bg-primary h1 a, .bg-primary h2 a, .bg-primary h3 a, .bg-primary h4 a, .bg-primary h5 a, .bg-primary h6 a,
.bg-primary .heading-1 a, .bg-primary .heading-2 a, .bg-primary .heading-3 a, .bg-primary .heading-4 a, .bg-primary .heading-5 a, .bg-primary .heading-6 a, .bg-primary p.small a {
  color: #FFF;
  text-decoration: underline;
}
.bg-primary .side-position:before, .bg-primary .side-position-1:before, .bg-primary .side-position-2:before, .bg-primary .side-position-3:before {
  background: #FFF;
}
.bg-primary .guides:before, .bg-primary .guides:after {
  background: #262626;
}
.bg-primary .guides_side-position:after {
  background: #262626;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  border: 3px solid transparent;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-md {
  padding: 12px 38px 13px 37px;
  font-size: 16px;
}

.btn-default {
  color: #000;
  background: #FFF;
  border-color: #000;
}
.btn-default:hover {
  color: #FFF;
  background: #000;
}
.btn-default:active {
  color: #FFF;
  background: #333333;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  display: inline-block;
}
.box_cnt__no-flow {
  padding-left: 34px;
  padding-top: 121px;
  display: inline-block;
}
@media (max-width: 1799px) {
  .box_aside {
    display: block;
  }
  .box_cnt__no-flow {
    display: block;
    padding-top: 15px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .box {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================  Inline List  ======================*/
.inline-list:before, .inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
  width: 25%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inline-list li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .inline-list li {
    width: 100%;
  }
}

.inline-list-2 li {
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
}
.inline-list-2 li + li {
  margin-left: 25px;
}
.inline-list-2 a:hover {
  color: #888;
}

/*==============       Blockquote      ==================*/
blockquote {
  position: relative;
  padding-right: 130px;
}
blockquote:before {
  content: url("../images/quote.png");
  position: absolute;
  right: 0;
  top: 14px;
}
blockquote cite {
  display: block;
}
blockquote * + cite {
  margin-top: 34px;
}
@media (min-width: 992px) and (max-width: 1799px) {
  blockquote:before {
    right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  blockquote {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding-right: 0;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  blockquote:before {
    display: block;
    position: static;
    margin-bottom: 34px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #888;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #3c3c3c;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.thumb_overlay:before, .thumb_overlay:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.lt-ie9 .thumb_overlay:before, .lt-ie9 .thumb_overlay:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lt-ie9 .thumb_overlay:before, .lt-ie9 .thumb_overlay:after {
  display: none;
}
.thumb_overlay:before {
  width: 118px;
  height: 3px;
}
.thumb_overlay:after {
  width: 3px;
  height: 118px;
}
.thumb:hover .thumb_overlay:before, .thumb:hover .thumb_overlay:after {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.lt-ie9 .thumb:hover .thumb_overlay:before, .lt-ie9 .thumb:hover .thumb_overlay:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  opacity: 0.15;
}
.lt-ie9 .thumb:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.15)";
  filter: alpha(opacity=15);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 387px;
  padding-bottom: 429px;
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  margin: 0;
}
header > * {
  position: relative;
  z-index: 2;
}
header h1, header h2, header h3, header h4, header h5, header h6,
header .heading-1, header .heading-2, header .heading-3, header .heading-4, header .heading-5, header .heading-6, header .brand, header p.small {
  color: #FFF;
}
header h1 a, header h2 a, header h3 a, header h4 a, header h5 a, header h6 a,
header .heading-1 a, header .heading-2 a, header .heading-3 a, header .heading-4 a, header .heading-5 a, header .heading-6 a, header .brand a, header p.small a {
  color: #FFF;
}
header h1 a:hover, header h2 a:hover, header h3 a:hover, header h4 a:hover, header h5 a:hover, header h6 a:hover,
header .heading-1 a:hover, header .heading-2 a:hover, header .heading-3 a:hover, header .heading-4 a:hover, header .heading-5 a:hover, header .heading-6 a:hover, header .brand a:hover, header p.small a:hover {
  color: #FFF;
  text-decoration: underline;
}
header h1 .brand_name a:hover, header h2 .brand_name a:hover, header h3 .brand_name a:hover, header h4 .brand_name a:hover, header h5 .brand_name a:hover, header h6 .brand_name a:hover,
header .heading-1 .brand_name a:hover, header .heading-2 .brand_name a:hover, header .heading-3 .brand_name a:hover, header .heading-4 .brand_name a:hover, header .heading-5 .brand_name a:hover, header .heading-6 .brand_name a:hover, header .brand .brand_name a:hover, header p.small .brand_name a:hover {
  text-decoration: none;
}
header .side-position:before, header .side-position-1:before, header .side-position-2:before, header .side-position-3:before {
  background: #FFF;
}
header #canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .mobile #canvas,
header .tablet #canvas {
  display: none;
}
@media (max-width: 1199px) {
  header {
    background: url("../images/heade-bg.jpg") no-repeat #000 center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  header #canvas {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  header {
    padding-top: 270px;
    padding-bottom: 270px;
  }
}
@media (max-width: 479px) {
  header {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #000;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFF;
}
main section {
  overflow: hidden;
}
main section h1, main section h2, main section h3, main section h4, main section h5, main section h6, main section p, main section form, main section address, main section li, main section .heading-1, main section .heading-2, main section .heading-3, main section .heading-4, main section .heading-5, main section .heading-6, main section img {
  position: relative;
  z-index: 1;
}
main .guides {
  position: relative;
}
main .guides:before, main .guides:after {
  content: '';
  position: absolute;
  top: -2500px;
  left: 15px;
  height: 10000px;
  width: 1px;
  background: #e5e5e5;
  display: block;
}
main .guides:after {
  left: 314px;
}
@media (max-width: 1199px) {
  main .guides:before, main .guides:after {
    display: none;
  }
}
main .guides_side-position:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: -2500px;
  height: 1px;
  width: 10000px;
  background: #e5e5e5;
  display: block;
}
main .guides_side-position span {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  main .guides_side-position:after {
    display: none;
  }
}

/*==================      Well     ======================*/
.well {
  padding-top: 187px;
  padding-bottom: 193px;
}
.well--inset-1 {
  padding-bottom: 288px;
}

.well2 {
  padding-top: 198px;
  padding-bottom: 198px;
}

@media (max-width: 479px) {
  .well, .well2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #000;
  text-align: center;
  padding-top: 161px;
  padding-bottom: 175px;
}
footer .copyright {
  font-size: 14px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6, footer .brand, footer p.small {
  color: #FFF;
}
footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a,
footer .heading-1 a, footer .heading-2 a, footer .heading-3 a, footer .heading-4 a, footer .heading-5 a, footer .heading-6 a, footer .brand a, footer p.small a {
  color: #FFF;
}
footer h1 a:hover, footer h2 a:hover, footer h3 a:hover, footer h4 a:hover, footer h5 a:hover, footer h6 a:hover,
footer .heading-1 a:hover, footer .heading-2 a:hover, footer .heading-3 a:hover, footer .heading-4 a:hover, footer .heading-5 a:hover, footer .heading-6 a:hover, footer .brand a:hover, footer p.small a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer h1 .brand_name a:hover, footer h2 .brand_name a:hover, footer h3 .brand_name a:hover, footer h4 .brand_name a:hover, footer h5 .brand_name a:hover, footer h6 .brand_name a:hover,
footer .heading-1 .brand_name a:hover, footer .heading-2 .brand_name a:hover, footer .heading-3 .brand_name a:hover, footer .heading-4 .brand_name a:hover, footer .heading-5 .brand_name a:hover, footer .heading-6 .brand_name a:hover, footer .brand .brand_name a:hover, footer p.small .brand_name a:hover {
  text-decoration: none;
}
footer .side-position:before, footer .side-position-1:before, footer .side-position-2:before, footer .side-position-3:before {
  background: #FFF;
}
footer .brand {
  display: inline-block;
}
footer .brand_name {
  font-size: 117px;
}
footer .brand_slogan {
  font-size: 21px;
}
footer .brand * + .brand_slogan {
  margin-top: 11px;
}
footer .brand .clip-top:before {
  clip: rect(auto, auto, 73px, auto);
}
footer .brand .clip-top:after {
  clip: rect(73px, auto, auto, auto);
}
footer .brand .clip-bottom:before {
  clip: rect(auto, auto, 73px, auto);
}
footer .brand .clip-bottom:after {
  clip: rect(73px, auto, auto, auto);
}
footer * + .copyright {
  margin-top: 41px;
}
@media (max-width: 479px) {
  footer {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  footer .brand_name {
    font-size: 70px;
  }
  footer .brand_slogan {
    font-size: 18px;
  }
  footer .brand * + footer .brand_slogan {
    margin-top: 0;
  }
  footer .brand .clip-top:before {
    clip: rect(auto, auto, 45px, auto);
  }
  footer .brand .clip-top:after {
    clip: rect(45px, auto, auto, auto);
  }
  footer .brand .clip-bottom:before {
    clip: rect(auto, auto, 45px, auto);
  }
  footer .brand .clip-bottom:after {
    clip: rect(45px, auto, auto, auto);
  }
}
