/*--------------------------MINIFIED/COMPRESSED---------------------------

FULL VERSIONS OF THE FILES HAS DETAILED COMMENTS, IS DIVIDED INTO SECTIONS
 AND HAS A CLEAR STRUCTURE, YOU WILL FIND THEM IN YOUR DOWNLOAD PACK.

THIS IS A PREMIUM PRODUCT AVAILABLE EXCLUSIVELY AT:
https://themeforest.net/user/abcgomel/portfolio 
 
Author: Abcgomel
Site: https://themeforest.net/user/abcgomel/portfolio
------------------------------------------------------------------------*/


@media only screen and (max-width:1169px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px)
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px)
  }
}
.cd-main-content {
  background: #e2e3df;
  min-height: 100vh;
  z-index: 2
}
.cd-main-header {
  height: 50px;
  background: #fff;
  z-index: 3
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}
@media only screen and (min-width:1170px) {
  .cd-main-header {
    height: 80px
  }
  .cd-main-header:after {
    content: "";
    display: table;
    clear: both
  }
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  padding: 0;
  top: 26px;
  right: 35px;
  z-index: 29;
  -webkit-transition: top .4s ease 0s;
  -o-transition: top .4s ease 0s;
  transition: top .4s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.affix .cd-header-buttons {
  top: 10px;
  color: #8b8c8e;
  -webkit-transition: top .4s ease 0s;
  -o-transition: top .4s ease 0s;
  transition: top .4s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.cd-header-buttons li {
  display: inline-block
}
@media only screen and (max-width:1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%
  }
  .nav-on-left .cd-header-buttons li {
    float: right
  }
}
.cd-nav-trigger, .cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3
}
.cd-search-trigger::after, .cd-search-trigger::before {
  content: '';
  position: absolute;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #4b4e53
}
.header-black-white .cd-search-trigger::before {
  border-color: rgba(255, 255, 255, .8)
}
.affix.header-black-white .cd-search-trigger::before {
  border-color: #4b4e53
}
.black-header .cd-search-trigger::before {
  border: 2px solid rgba(255, 255, 255, .8)
}
.cd-search-trigger::after {
  height: 1px;
  width: 8px;
  background: #4b4e53;
  bottom: 16px;
  right: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header-black-white .cd-search-trigger::after {
  background: rgba(255, 255, 255, .8)
}
.affix.header-black-white .cd-search-trigger::after {
  background: #4b4e53
}
.black-header .cd-search-trigger::after {
  background: rgba(255, 255, 255, .8);
  height: 2px
}
.cd-search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}
.cd-search-trigger span::after, .cd-search-trigger span::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #4b4e53;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.cd-search-trigger.search-is-visible::after, .cd-search-trigger.search-is-visible::before {
  opacity: 0
}
.cd-search-trigger.search-is-visible span::after, .cd-search-trigger.search-is-visible span::before {
  opacity: 1
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, height .4s ease 0s;
  -o-transition: opacity .3s 0s, visibility 0s .3s, height .4s ease 0s;
  transition: opacity .3s 0s, visibility 0s .3s, height .4s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.cd-search form {
  height: 100%;
  width: 100%
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}
.cd-search input:-ms-input-placeholder, .cd-search input::-moz-placeholder, .cd-search input::-webkit-input-placeholder {
  color: #7f7f7f
}
.cd-search input:focus {
  outline: 0
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, height .4s ease 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s, height .4s ease 0s;
  transition: opacity .3s 0s, visibility 0s 0s, height .4s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 28
}
.nav-is-fixed .cd-search {
  position: fixed
}
.cd-search {
  height: 100px;
  top: 0
}
.affix .cd-search {
  height: 60px
}
.cd-search input {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300
}
.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, .8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
  -o-transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s, -webkit-transform .3s 0s
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s, -webkit-transform .3s 0s
}

.tp-caption.dark-light-61 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 61px;
  font-weight: 300;
  letter-spacing: 7px
}
.tp-caption.dark-black-63 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 63px;
  font-weight: 900;
  letter-spacing: 5px
}
.tp-caption.dark-light-54 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 7px
}
.tp-caption.dark-light-60 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 75px;
  line-height: 85px;
  font-weight: 300
}
.tp-caption.dark-black-60 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 75px;
  line-height: 85px;
  font-weight: 900
}
.local-scroll-cont {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  z-index: 20;
  -webkit-animation: scroll-down-anim ease-in-out 1s infinite;
  animation: scroll-down-anim ease-in-out 1s infinite
}
.scroll-down {
  color: #4b4e53;
  font-size: 32px
}
@-webkit-keyframes scroll-down-anim {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}
@keyframes scroll-down-anim {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}
img.scale-with-grid {
  max-width: 100%;
  height: auto
}
img, video {
  max-width: 100%;
  height: auto
}
.logo-row {
  position: relative;
  width: 133px;
  z-index: 1
}
.header-transporent-bg-black {
  background: #303236
}
.fes1-cont {
  padding-top: 130px;
  padding-bottom: 110px
}
.fes1-img-cont {
  text-align: center
}
.fes1-main-title-cont {
  margin: 30px 0 40px 0
}
.title-fs-60 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300
}
.line-3-100 {
  margin-top: 15px;
  height: 3px;
  width: 100px;
  background: #4b4e53
}
.fes1-box {
  position: relative;
  padding-left: 55px;
  padding-bottom: 10px
}
.fes1-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #4b4e53;
  font-size: 35px
}
.fes1-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px
}
@media only screen and (min-width:992px) {
  .left-50 {
    left: 50%
  }
  .right-50 {
    right: 50%
  }
}
.fes2-main-text-cont {
  margin: 0 auto;
  padding: 145px 50px 140px 50px;
  max-width: 500px
}
.fes2-text-cont {
  margin-top: 30px
}
.fes2-img {
  background: url(../images/fes2.jpg) 50% 50% no-repeat;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.title-fs-45 {
  color: #4b4e53;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300
}
.fes3-img {
  background: url(../images/fes3.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.line-3-70 {
  margin-top: 11px;
  height: 3px;
  width: 70px;
  background: #4b4e53
}
.fes4-cont {
  padding-top: 130px;
  padding-bottom: 80px
}
.fes4-box {
  margin-bottom: 50px
}
.fes4-title-cont {
  position: relative;
  padding-left: 70px;
  padding-bottom: 15px
}
.fes4-box-icon {
  position: absolute;
  top: 7px;
  left: 0;
  color: #4b4e53;
  font-size: 45px
}
.fes4-title-cont h3, .title-18 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4b4e53;
  font-weight: 300;
  font-size: 18px;
  margin: 0
}
.section-title {
  margin: 0;
  padding: 22px 25px 24px 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #4b4e53;
  border-left: #4b4e53 2px solid
}
.section-title-2 {
  margin: 0;
  padding: 25px 25px 27px 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #4b4e53
}
.section-title-3 {
  margin: 0;
  padding: 15px 20px 17px 23px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 32px;
  color: #4b4e53;
  border-left: #4b4e53 2px solid
}
.p-50-cont {
  padding-top: 50px;
  padding-bottom: 50px
}
.p-60-cont {
  padding-top: 60px;
  padding-bottom: 60px
}
.p-80-cont {
  padding-top: 80px;
  padding-bottom: 80px
}
.p-110-cont {
  padding-top: 110px;
  padding-bottom: 110px
}
.p-140-cont {
  padding-top: 140px;
  padding-bottom: 140px
}
.pt-110-cont {
  padding-top: 110px
}
.pt-100-cont {
  padding-top: 100px
}
.pt-80-b-50-cont {
  padding-top: 80px;
  padding-bottom: 50px
}
.pt-100-b-80-cont {
  padding-top: 100px;
  padding-bottom: 80px
}
.pt-110-b-80-cont {
  padding-top: 110px;
  padding-bottom: 80px
}
.pt-110-b-30-cont {
  padding-top: 110px;
  padding-bottom: 30px
}
.pt-110-b-40-cont {
  padding-top: 110px;
  padding-bottom: 40px
}
.pt-110-b-50-cont {
  padding-top: 110px;
  padding-bottom: 50px
}
.pt-110-b-60-cont {
  padding-top: 110px;
  padding-bottom: 60px
}
.pt-110-b-80-cont {
  padding-top: 110px;
  padding-bottom: 80px
}
.pt-120-b-100-cont {
  padding-top: 120px;
  padding-bottom: 100px
}
.pt-150-b-110-cont {
  padding-top: 150px;
  padding-bottom: 110px
}
@media only screen and (max-width :1024px) {
  .p-140-cont {
    padding-top: 120px;
    padding-bottom: 120px
  }
}
@media only screen and (max-width :768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px
  }
  .row-sm-fix {
    margin-right: -20px;
    margin-left: -20px
  }
  .fes1-cont {
    padding-top: 80px;
    padding-bottom: 50px
  }
  .fes4-cont {
    padding-top: 80px;
    padding-bottom: 30px
  }
  .p-110-cont {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .p-140-cont {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .pt-100-cont, .pt-110-cont {
    padding-top: 80px
  }
  .pt-100-b-80-cont {
    padding-top: 80px;
    padding-bottom: 60px
  }
  .pt-110-b-80-cont {
    padding-top: 80px;
    padding-bottom: 50px
  }
  .pt-110-b-30-cont {
    padding-top: 80px;
    padding-bottom: 10px
  }
  .pt-110-b-40-cont {
    padding-top: 80px;
    padding-bottom: 20px
  }
  .pt-110-b-50-cont {
    padding-top: 80px;
    padding-bottom: 20px
  }
  .pt-110-b-60-cont {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .pt-110-b-80-cont {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .pt-120-b-100-cont {
    padding-top: 80px;
    padding-bottom: 50px
  }
  .pt-150-b-110-cont {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .title-fs-60 {
    font-size: 40px;
    line-height: 40px
  }
  .title-fs-45 {
    font-size: 30px;
    line-height: 30px
  }
  .line-3-100 {
    margin-top: 10px
  }
  .fes1-img-cont img {
    height: 250px
  }
  .fes2-main-text-cont {
    padding: 70px 30px 70px 30px
  }
}
@media only screen and (max-width :480px) {
  .p-140-cont {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
.fes5-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 7px
}
.fes6-box {
  margin-top: 25px;
  margin-bottom: 40px
}
.fes6-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0
}
.fes6-box .icon {
  color: #4b4e53;
  font-size: 65px;
  line-height: 64px
}
@media (max-width:767px) {
  .fes6-box {
    text-align: center
  }
}
.fes7-box {
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px
}
.fes7-box-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #4b4e53;
  font-size: 30px
}
.fes7-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px
}
.fes7-text-cont h1 {
  margin-top: 0;
  margin-bottom: 40px
}
.fes7-img-cont {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0
}
.fes7-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
  width: 100%;
  display: block;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.fes7-img-constr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  width: 100%;
  display: block;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.white-bg {
  background-color: #fff
}
.grey-light-bg {
  background-color: #eee
}
.grey-dark-bg, .header.no-transparent .header-wrapper.grey-dark-bg {
  background-color: #303236
}
.yellow-bg {
  background-color: #ffea00 !important
}
.font-black {
  color: #4b4e53 !important
}
.font-dark {
  color: #101010
}
.font-text {
  color: #7e8082
}
@media (max-width:992px) {
  .fes7-img-cont {
    position: relative
  }
  .fes7-img {
    position: relative;
    height: 390px
  }
}
.fes8-title-cont {
  position: relative;
  padding-left: 52px;
  padding-bottom: 15px
}
.fes8-title-cont h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4b4e53;
  font-weight: 400;
  font-size: 16px;
  margin: 0
}
.fes8-box {
  margin-bottom: 50px
}
.fes8-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #4b4e53;
  font-size: 30px
}
.fes9-img-cont img {
  position: absolute;
  top: 0;
  left: 0
}
.fes9-img-center {
  width: 416px;
  height: 300px;
  margin: 0 auto;
  position: relative
}
@media (max-width:480px) {
  .fes9-img-center {
    width: 280px;
    height: 280px
  }
}
.fes10-container {
  padding: 100px 100px 70px 100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%
}
@media (max-width:767px) {
  .fes10-container {
    padding: 80px 20px 50px 20px
  }
}
.container-p-75 {
  padding: 0 75px 75px 75px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%
}
#menu-cart .icon_cart {
  margin-right: 9px;
  font-size: 14px
}
.select-md {
  font-size: 12px;
  text-transform: uppercase
}
.font-12 {
  font-size: 12px !important
}
.item-price {
  font-size: 24px;
  color: #4b4e53
}
.lh-19 {
  line-height: 19px
}
.lh-20 {
  line-height: 20px
}
.uppercase {
  text-transform: uppercase
}
.add-rating {
  font-size: 18px
}
.add-rating i {
  margin-left: 2px
}
.rating {
  float: left;
  font-weight: 400
}

.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 3px 10px;
  border: 1px solid #e9e9e9;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px
}
.tags a:hover {
  background: #4b4e53;
  color: #fff;
  border: 1px solid #4b4e53
}
.cis-cont {
  position: relative;
  padding-left: 65px
}
.cis-icon {
  position: absolute;
  top: 25px;
  left: 0;
  color: #7e8082;
  font-size: 35px
}
.cis-text {
  padding: 16px 0 18px 27px;
  border-left: 1px solid #dedede
}
.grey-light-bg .cis-text {
  border-left: 1px solid #bdbdbd
}
.cis-text h3 {
  color: #4b4e53;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 0
}
.cis-text p {
  margin: 0;
  font-size: 12px
}
#google-map, .google-map iframe {
  height: 625px;
  position: relative;
  background-color: #eee !important;
  z-index: 1
}
.google-map iframe {
  display: block;
  width: 100%
}
#google-map.contact-form-with-catcha {
  height: 755px
}
.gm-style-cc, .gmnoprint {
  display: none !important
}
.google-map-container {
  text-align: center;
  padding-top: 45px
}
.sm-img-bg {
  background-position: 50% 0
}
.sm-img-bg-fullscr {
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat
}
.sm-video-bg {
  background-image: url(../images/static-media/video-bg.jpg);
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  position: relative
}
.sm-content-cont {
  display: table;
  height: 600px
}
.sm-content-cont-660 {
  height: 660px
}
.sm-content-cont-fullscr {
  display: table
}
@media only screen and (max-width:767px) {
  .sm-content-cont {
    height: 350px
  }
  .sm-content-cont .light-72-wide, .sm-content-cont-fullscr .light-72-wide {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 3px
  }
  .light-72-wide, .sm-content-cont .light-50-wide {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px
  }
  .slider-text-bg {
    height: 45%;
    height: 50%;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    background: #676767;
    background: rgba(13, 13, 13, .75);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 0
  }
  .port-filter a {
    width: 40%
  }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
  .sm-content-cont .light-72-wide, .sm-content-cont-fullscr .light-72-wide {
    letter-spacing: 5px
  }
}
.sm-cont-middle {
  display: table-cell;
  height: 100%;
  vertical-align: middle
}
.sm-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0
}
.sm-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.sm-video-wrapper video {
  max-width: inherit;
  height: inherit;
  z-index: 0
}
.bg-img-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/static-media/img-alfa-wide.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  display: block;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat
}
@media only screen and (max-width :1024px) {
  .bg-img-alfa:before {
    background-image: url(../images/static-media/img-alfa-wide-1024.png)
  }
}
@media (max-width :1024px) and (orientation:portrait) {
  .bg-img-alfa:before {
    background-image: url(../images/static-media/img-alfa-wide-768.png)
  }
}
.bg-dark-alfa-40:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .4)
}
.bg-dark-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .5)
}
.bg-dark-alfa-60:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .6)
}
.bg-dark-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .7)
}
.bg-dark-alfa-80:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .8)
}
.bg-dark-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .9)
}

.grey-dark-bg .page-title, .grey-dark-bg .page-title-big {
  color: #fff
}
.grey-dark-bg .page-sub-title {
  color: rgba(255, 255, 255, .7)
}
.page-title-cont.grey-dark-bg a {
  color: rgba(255, 255, 255, .8)
}
.page-title-cont.grey-dark-bg a:hover {
  color: #fff
}
.page-title-cont.grey-dark-bg .bread-current {
  color: #fff
}
.page-title-img {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center
}
.page-title-small {
  padding-top: 118px;
  padding-bottom: 58px
}
.page-title-small .page-title {
  margin-top: 40px;
  margin-bottom: 10px
}
.page-title-small .breadcrumbs {
  margin-top: 40px
}
.blog-single-fullwidth-img {
  padding-top: 550px
}
.menu-contact-info {
  background-color: #c6c7c9;
  padding: 0;
  color: #fff
}
.menu-map-container {
  padding: 0 !important
}
ul.contact-list, ul.contact-list li {
  margin: 0;
  padding: 0;
  list-style: none
}
ul.contact-list {
  padding-top: 85px;
  padding-bottom: 72px;
  padding-left: 28px
}
ul.contact-list li {
  display: block;
  padding-right: 15px;
  padding-bottom: 12px;
  border: none !important
}
.loc-icon-container {
  position: absolute;
  top: 0;
  left: 0
}
.menu-contact-info .contact-list > li {
  position: relative
}
.menu-contact-text-container {
  padding-left: 60px;
  padding-top: 11px;
  min-height: 46px
}
.menu-contact-info .contact-list .a-mail {
  color: #fff !important;
  padding: 0 !important
}
.a-mail:hover {
  color: #414146 !important;
  background: 0 0 !important
}
.icon_mail_alt.main-menu-contact-icon {
  padding-top: 10px;
  padding-bottom: 14px
}
.menu-contact-info {
  margin-top: -10px;
  margin-bottom: -10px
}
.main-menu-contact-icon {
  display: block;
  font-size: 18px;
  font-weight: 100 !important;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 46px;
  width: 46px
}
.icon_mail_alt.main-menu-contact-icon {
  padding-top: 10px;
  padding-bottom: 14px
}
.contact-form-cont {
  position: relative;
  max-width: 550px;
  padding: 80px 50px 30px 60px
}
.contact-form-container-left {
  position: relative;
  margin: 0 0 0 40px;
  padding-top: 70px;
  padding-bottom: 40px
}
.gray-bg {
  background: #eee
}
.controled {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  border-radius: 0;
  height: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.controled.error {
  border-color: #e42c3e !important;
  z-index: 1
}
label.error {
  font-weight: 400;
  font-size: 11px;
  color: #e42c3e;
  position: absolute;
  top: 5px;
  right: 15px
}
.checkbox label.error {
  top: 18px;
  left: 0
}
.gray-bg-container .contact-form-cont .controled.valid, .gray-bg-container .contact-form-container-left .controled.valid {
  border-color: #3db03f;
  z-index: 1
}
.gray-bg-container .contact-form-cont .controled.error, .gray-bg-container .contact-form-container-left .controled.error {
  border-color: #e42c3e;
  z-index: 1
}
#contactError, #contactSuccess {
  margin-top: 15px;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  text-align: center
}
.controled, .login-select, input, select, textarea {
  border: none;
  border-bottom: 1px solid #a6a7a9;
  border-radius: 0;
  background: 0 0;
  color: #4b4e53;
  font-size: 14px;
  margin: 0;
  outline: medium none;
  padding: 8px 20px 8px 0
}
.input-border {
  border: 1px solid #dedede;
  padding: 9px 15px
}
select.input-border {
  border: 1px solid #dedede;
  padding: 9px 20px 9px 10px
}
.w-100 {
  width: 100%
}
.controled::-webkit-input-placeholder, ::-webkit-input-placeholder {
  color: #4b4e53
}
.controled::-moz-placeholder, ::-moz-placeholder {
  color: #4b4e53
}
.controled:-moz-placeholder, :-moz-placeholder {
  color: #4b4e53
}
.controled:-ms-input-placeholder, :-ms-input-placeholder {
  color: #4b4e53
}
:focus::-webkit-input-placeholder {
  color: #a6a7a9
}
:focus::-moz-placeholder {
  color: #a6a7a9
}
:focus:-moz-placeholder {
  color: #a6a7a9
}
:focus:-ms-input-placeholder {
  color: #a6a7a9
}
.controled:focus, .nl-email-input:focus {
  border-color: #4b4e53
}
.leave-comment-cont {
  padding: 10px 40px 60px 40px
}
.shipping-cont {
  padding: 1px 40px 40px 40px
}

#main-menu {
  z-index: 1
}
#main-menu .navbar {
  background: 0 0;
  border: 0 none;
  margin: 0
}
#main-menu .navbar .navbar-collapse {
  padding: 0;
  position: static;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
#main-menu .navbar .nav {
  margin: 0;
  position: static
}
#main-menu .navbar .nav > li {
  position: relative;
  z-index: 5
}
#main-menu .navbar .nav > li > a {
  font-size: 12px;
  color: #5c6066;
  z-index: 1;
  text-shadow: none;
  -webkit-transition: padding .4s ease 0s, border-color .6s ease 0s;
  -o-transition: padding .4s ease 0s, border-color .6s ease 0s;
  transition: padding .4s ease 0s, border-color .6s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.black-header #main-menu .navbar .nav > li > a, .header-black-white #main-menu .navbar .nav > li > a {
  color: rgba(255, 255, 255, .7)
}
.affix #main-menu .navbar .nav > li > a {
  -webkit-transition: padding .4s ease 0s;
  -o-transition: padding .4s ease 0s;
  transition: padding .4s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
#main-menu .navbar .nav > li > a .main-menu-title {
  line-height: 20px
}
#main-menu .navbar .nav > li > a {
  padding: 38px 3px 5px 3px;
  margin: 0 12px 17px 12px;
  border-bottom: 2px solid rgba(45, 78, 83, 0);
  color: #4b4e53;
  letter-spacing: 2px;
  background-color: transparent
}
.affix.header-1 #main-menu .navbar .nav > li > a {
  margin-bottom: 13px;
  padding: 20px 3px 5px 3px
}
.header-1 #main-menu .navbar .nav > li.current > a {
  padding: 38px 3px 5px 3px;
  margin: 0 12px 17px 12px;
  border-bottom: 2px solid #2d4e53;
  color: #4b4e53
}
.black-header #main-menu .navbar .nav > li.current > a, .header-black-white #main-menu .navbar .nav > li.current > a {
  border-bottom: 2px solid #fff;
  color: #fff
}
.affix.header-1 #main-menu .navbar .nav > li.current > a {
  margin-bottom: 13px;
  padding: 20px 3px 5px 3px;
  border-color: rgba(75, 78, 83, .5)
}
.affix.header-1.black-header #main-menu .navbar .nav > li.current > a {
  border-color: rgba(75, 78, 83, 0)
}
.affix.header-1.header-black-white #main-menu .navbar .nav > li.current > a, .affix.header-1.header-black-white #main-menu .navbar .nav > li > a {
  color: #000
}
.page-main-content.indent-header-1.affix-indent {
  padding-top: 60px;
  -webkit-transition: padding-top .4s ease;
  -o-transition: padding-top .4s ease;
  transition: padding-top .4s ease
}
.page-main-content.indent-header-1 {
  padding-top: 95px;
  -webkit-transition: padding-top .4s ease;
  -o-transition: padding-top .4s ease;
  transition: padding-top .4s ease
}
.header.header-not-sticky {
  position: relative !important
}
.header.header-always-sticky {
  position: fixed !important;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}
.main-menu-icon {
  display: block;
  font-size: 18px;
  font-weight: 100 !important;
  padding: 12px;
  border: 2px solid #a3a7ad;
  border-radius: 50%;
  color: #a3a7ad;
  height: 46px;
  width: 46px
}
.main-menu-icon.icon_house_alt.main-menu-icon {
  padding-top: 10px
}
.main-menu-icon.icon_toolbox_alt.main-menu-icon {
  padding-top: 10px
}
.main-menu-icon.icon_mail_alt.main-menu-icon {
  padding-bottom: 14px;
  padding-top: 10px
}
#main-menu .navbar .nav > li:hover > a {
  color: #111
}
.black-header #main-menu .navbar .nav > li:hover > a, .header-black-white #main-menu .navbar .nav > li:hover > a {
  color: #fff
}
#main-menu .navbar .nav .parent {
  position: relative
}
#main-menu .sub {
  background: #4b4e53;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  display: none;
  margin: 0;
  padding: 10px 10px 10px 24px;
  position: absolute;
  z-index: 905
}
#main-menu .sub li {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase
}
#main-menu .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn .4s;
  animation: fadeIn .4s
}
#main-menu .sub a {
  color: #d3d3d3;
  display: block;
  text-decoration: none;
  min-width: 160px;
  padding: 9px;
  padding-left: 0;
  -webkit-transition: color .3s ease 0s, padding .3s ease 0s;
  -o-transition: color .3s ease 0s, padding .3s ease 0s;
  transition: color .3s ease 0s, padding .3s ease 0s
}
#main-menu .sub a:hover {
  color: #fff;
  padding-left: 7px;
  -webkit-transition: color .2s ease 0s, padding .3s ease 0s;
  -o-transition: color .2s ease 0s, padding .3s ease 0s;
  transition: color .2s ease 0s, padding .3s ease 0s
}
#main-menu .sub a.current {
  color: #fff;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
#main-menu .sub .parent:hover > a {
  color: #fff;
  padding-left: 7px
}
#main-menu .sub .sub {
  left: 100%;
  top: 0
}
#main-menu .navbar .nav .parent .parent > a:after {
  content: "\e232";
  font-family: linea-icons;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  font-size: 15px;
  display: block;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#main-menu .navbar .nav .parent.megamenu {
  position: static
}
#main-menu .navbar .nav .parent.megamenu > a {
  position: relative
}
#main-menu .megamenu > .sub {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.header .primary .parent:hover > .sub {
  display: block
}
#main-menu .megamenu .title {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid #585a5f
}
.megamenu .box.col-md-2, .megamenu .box.col-md-3, .megamenu .box.col-md-4 {
  padding-left: 24px
}
.megamenu .box.col-md-3 .icon {
  float: left;
  display: inline-block;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 16px;
  line-height: 16px
}
#main-menu .megamenu > .sub a {
  width: 100%
}
#main-menu .sub .sub .sub .sub {
  background: 0 0;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0
}
#main-menu .sub .sub .sub .parent > a {
  background: 0 0 !important
}
.navbar-collapse.right {
  border: none
}
.header .primary {
  margin-top: 7px
}
.header .primary .navbar {
  margin: 0 0 0 80px
}
.header .nav .open > a, .header .nav .open > a:focus, .header .nav .open > a:hover {
  background: 0 0
}
.header .primary .navbar .nav {
  float: none;
  margin: 0
}
.header .primary .navbar .nav > li {
  padding: 0 4px;
  position: relative
}
.header .primary .navbar .nav > li > a {
  border-width: 1px;
  border-color: transparent;
  color: #1e1e1e;
  padding: 11px 15px;
  text-shadow: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
.header .primary .navbar .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
.header .primary .navbar .nav .parent {
  position: relative
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0
}
.header .primary .navbar .nav > li.parent:hover > a:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  margin: 0 0 -3px 0;
  position: absolute;
  right: 5px;
  z-index: 49
}
.header .primary .sub {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  display: none;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 20px;
  position: absolute;
  z-index: 48
}
.header .primary .sub li {
  font-size: 13px;
  line-height: 24px
}
.header .primary .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn .4s;
  animation: fadeIn .4s
}
.header .primary .sub a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}
.header .primary .sub a:hover {
  opacity: .6;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}
.header .primary .sub .sub {
  left: 100%;
  top: 0
}
.header .primary .navbar .nav .parent .parent > a, .header .primary .navbar .nav .parent:hover .parent > a {
  background-image: url(../images/caret.png);
  background-repeat: no-repeat;
  background-position: 100% 50%
}
.header .primary .navbar .nav .parent.megamenu {
  position: static
}
.header .primary .navbar .nav .parent.megamenu > a {
  position: relative
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  margin-left: -5px;
  margin-right: -5px
}
.header .primary .megamenu > .sub {
  border-radius: 3px;
  left: 4px;
  margin: 0;
  padding: 35px 40px 35px 0;
  width: 844px
}
.header .primary .megamenu > .sub .box {
  float: left;
  padding: 0 0 28px 40px;
  width: 240px
}
.header .primary .megamenu.four-columns > .sub .box {
  width: 170px
}
.header .primary .megamenu.five-columns > .sub .box {
  width: 128px
}
.header .primary .megamenu > .sub .box.first {
  clear: left
}
.header .primary .megamenu > .sub .promo-block {
  float: right;
  font-size: 14px;
  line-height: 18px;
  position: relative
}
.header .primary .megamenu > .sub .promo-block:before {
  border-left: 1px solid #e6e6e6;
  bottom: -35px;
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -35px
}
.header .primary .megamenu > .sub .promo-block .promo-article {
  margin: 2px 0 11px
}
.header .primary .megamenu > .sub .promo-block .promo-article img {
  float: left;
  margin: 7px 19px 15px 0;
  max-height: 70px;
  max-width: 70px
}
.header .primary .megamenu > .sub .promo-block p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px 0
}
.header .primary .megamenu > .sub .promo-block .big-image {
  margin-bottom: -63px
}
.header .primary .megamenu .title {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 3px;
  text-transform: uppercase
}
.header .primary .megamenu > .sub a {
  width: 100%
}
.header .primary .sub .sub .sub .sub {
  background: 0 0;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0
}
.header .primary .sub .sub .sub .parent > a {
  background: 0 0 !important
}
.header .search .main-menu-icon {
  -webkit-transition: margin-top .4s ease, margin-bottom .4s ease, border .9s ease .2s;
  -o-transition: margin-top .4s ease, margin-bottom .4s ease, border .9s ease .2s;
  transition: margin-top .4s ease, margin-bottom .4s ease, border .9s ease .2s
}
.affix.header .search .main-menu-icon {
  border-color: transparent;
  opacity: 1;
  height: 46px;
  width: 46px;
  padding: 12px;
  margin-bottom: 7px;
  margin-top: 7px;
  -webkit-transition: margin-bottom .3s ease, margin-top .3s ease, border .3s ease;
  -o-transition: margin-bottom .3s ease, margin-top .3s ease, border .3s ease;
  transition: margin-bottom .3s ease, margin-top .3s ease, border .3s ease
}
.header .sb-search-open .main-menu-icon {
  -webkit-transition: opacity .5s ease .2s, height .3s ease 0s, margin-bottom 0s ease 0s, margin-top 0s ease 0s, border .5s ease;
  -o-transition: opacity .5s ease .2s, height .3s ease 0s, margin-bottom 0s ease 0s, margin-top 0s ease 0s, border .5s ease;
  transition: opacity .5s ease .2s, height .3s ease 0s, margin-bottom 0s ease 0s, margin-top 0s ease 0s, border .5s ease
}
.header {
  position: fixed;
  left: 0;
  -webkit-transition: background .3s ease, height .4s ease;
  -o-transition: background .3s ease, height .4s ease;
  transition: background .3s ease, height .4s ease;
  width: 100%;
  z-index: 29
}
.affix.header {
  position: fixed;
  height: 60px;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease
}
.header-big-offset {
  padding-top: 136px
}
.header-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: height .3s ease 0s, background .3s ease 0s;
  -o-transition: height .3s ease 0s, background .3s ease 0s;
  transition: height .3s ease 0s, background .3s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 29
}
.header.no-transparent .header-wrapper {
  background: #fff
}
.border-b {
  border-bottom: 1px solid #eee
}
.affix .header-wrapper {
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: height .3s ease 0s, background .3s ease 0s;
  -o-transition: height .3s ease 0s, background .3s ease 0s;
  transition: height .3s ease 0s, background .3s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}
.affix.black-header .header-wrapper {
  background: #303236
}
#nav-below.header {
  position: relative
}
.is-sticky .header {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}
.header .container-m-30 {
  position: relative
}
.header-no-bg, .header-no-bg .header-wrapper {
  background: 0 0
}
.affix.header-no-bg, .affix.header-no-bg .header-wrapper {
  background: #fff
}
.container-m-30 {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%
}
@media (min-width:1025px) {
  .indent-header {
    padding-top: 93px
  }
}
.logo-container {
  width: 120px;
  background-color: #414146;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
header .logo {
  display: block;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-top: 81px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
footer .logo {
  display: block;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-top: 81px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  height: 120px
}
header.affix .logo {
  padding-top: 20px;
  padding-bottom: 16px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
.header.affix.no-transparent .logo-2, header.affix .logo-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
.logo-img {
  height: 42px
}
.logo-img.logo-color-change {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}
.affix .logo-img.logo-color-change {
  -webkit-filter: none;
  filter: none
}
header .logo .logo-img {
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
header.affix .logo .logo-img {
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
.logo-2 {
  display: block;
  padding: 33px 0 25px 0;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}
.header.no-transparent .logo-2 {
  padding: 26px 0 25px 0
}
.dropcap3 {
  color: #777;
  display: inline-block;
  float: left;
  font-size: 60px;
  font-weight: lighter;
  line-height: 60px;
  margin: 0 20px 0 0;
  padding-bottom: 2px;
  text-align: center
}
.dropcap4 {
  background: none repeat scroll 0 0 #ffea00;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 50px;
  font-weight: 400;
  line-height: 75px;
  margin: 6px 20px 0 0;
  padding-bottom: 2px;
  text-align: center;
  width: 56px
}
.styled-list {
  list-style: none outside none;
  margin: 0;
  padding: 0
}
.styled-list.style-1 > li:before {
  background-position: 0 -30px
}
.styled-list.style-2 > li:before {
  background-position: 0 -60px
}
.styled-list.style-3 > li:before {
  background-position: 0 -14px
}
.styled-list.style-4 > li:before {
  background-position: 0 0
}
.styled-list.style-5 > li:before {
  background-position: 0 -45px
}
.styled-list.style-6 > li:before {
  background-position: 0 -75px
}
.styled-list > li:before {
  height: 15px;
  left: 0;
  top: 1.5px;
  width: 15px;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/list-icons.png);
  background-repeat: no-repeat;
  background-position: 0 0
}
.styled-list > li:before {
  content: "";
  position: absolute
}
.styled-list > li {
  padding-left: 19px;
  position: relative
}
.demo-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px
}
.contact-text-container {
  padding-left: 50px;
  padding-top: 12px;
  min-height: 46px;
  opacity: .8
}
.right-1024 {
  float: right
}
.right {
  float: right
}
.left {
  float: left
}
.right-text {
  text-align: right
}
.center-text {
  text-align: center
}
@media only screen and (min-width:991px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f3f3f3
  }
  .cd-timeline-content .cd-read-more {
    float: left
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f3f3f3
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s
  }
}
@media only screen and (min-width:991px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0)
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0)
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.clearfix:after, .row:after {
  clear: both
}
.clearfix, .row {
  zoom: 1
}
.display-block-xs {
  display: none
}
@media (max-width:480px) {
  .text-center-xxs {
    text-align: center
  }
  .mt-0-xxs {
    margin-top: 0
  }
  .ml-10-xxs {
    margin-left: 10px
  }
  .font-32-wide-xxs {
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 40px
  }
  .display-no-xxs {
    display: none !important
  }
}
@media (max-width:768px) {
  .footer-2-copy-cont .left, .footer-2-copy-cont .right {
    float: none
  }
  .footer-2-copy-cont {
    text-align: center
  }
  .text-center-sm {
    text-align: center
  }
}
@media (max-width:600px) {
  .header .menu-btn-respons-container .btn-navbar.collapsed:before {
    display: none
  }
  .ts-text-container {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px
  }
  .t-a-container {
    padding-bottom: 10px;
    margin-top: 10px
  }
  .ts-img-container {
    display: none
  }
}
@media (max-width:640px) {
  .nl-caption {
    display: none
  }
}
@media (max-width:767px) {
  #main-menu .navbar-collapse.in {
    overflow: visible !important
  }
  .text-center-xs {
    text-align: center
  }
  .pt-20-xs {
    padding-top: 20px
  }
  .pt-30-xs {
    padding-top: 30px
  }
  .mt-0-xs {
    margin-top: 0
  }
  .mt-40-xs {
    margin-top: 40px
  }
  .display-block-xs {
    display: block
  }
}
@media (min-width:768px) and (max-width:1024px) {
  #main-menu .navbar-collapse.collapse {
    display: none !important
  }
  #main-menu .navbar-collapse.collapse.in {
    display: block !important
  }
  .navbar-nav {
    float: none
  }
  .navbar-nav > li {
    float: none
  }
}
@media (max-width:1024px) {
  .hide-lg {
    display: none
  }
  #back-top {
    bottom: 9px;
    right: 12px
  }
  .container-m-30 {
    padding: 0
  }
  .nofloat.col-md-2, .nofloat.col-md-3, .nofloat.col-md-4 {
    float: none;
    width: auto
  }
  .header.no-transparent .logo-2, .logo-2 {
    padding: 17px 0 17px 13px
  }
  .logo-row {
    width: auto
  }
  .header-side-menu .logo-row {
    width: 180px
  }
  .cd-header-buttons {
    top: 21px;
    right: 50px;
    margin: 0;
    padding: 0
  }
  .cd-search-trigger::before {
    width: 12px;
    height: 12px;
    left: 15px;
    top: 10px;
    border: 2px solid #4b4e53
  }
  .cd-search-trigger::after {
    width: 7px;
    bottom: 21px;
    right: 14px;
    height: 2px
  }
  .affix .cd-header-buttons {
    top: 13px
  }
  .cd-search {
    height: 76px
  }
  .cd-search-trigger span::after, .cd-search-trigger span::before {
    width: 17px;
    margin-top: -5px;
    margin-left: -8px
  }
  .cd-search-trigger.search-is-visible {
    right: -37px
  }
  .cd-search input {
    padding: 0 20px
  }
  .hamb-mob-icon {
    display: block;
    float: left;
    padding: 25px 17px 22px 5px;
    font-size: 29px;
    color: #4b4e53;
    -webkit-transition: padding .4s ease 0s;
    -o-transition: padding .4s ease 0s;
    transition: padding .4s ease 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .black-header .hamb-mob-icon, .header-black-white .hamb-mob-icon {
    color: #fff
  }
  .affix.header-black-white .hamb-mob-icon {
    color: #4b4e53
  }
  .affix .hamb-mob-icon {
    padding: 17px 17px 13px 5px;
    -webkit-transition: padding .4s ease 0s;
    -o-transition: padding .4s ease 0s;
    transition: padding .4s ease 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .menu-row {
    margin-top: 0 !important
  }
  .affix.header .btn-navbar .main-menu-icon {
    display: block
  }
  .header.header-always-sticky {
    height: 60px
  }
  .header-1 .main-content {
    margin-top: 0
  }
  .menu-btn-respons-container {
    position: absolute;
    right: 0;
    top: 0
  }
  .main-menu-container {
    background-color: #4b4e53
  }
  .header .logo, .header-maintenance .logo {
    padding-top: 21px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
  }
  .menu-contact-info .contact-list {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .menu-address-container {
    padding-top: 12px
  }
  .menu-map-container {
    margin-left: -20px;
    margin-bottom: -5px
  }
  .menu-contact-info {
    margin: 0
  }
  #main-menu .sub .a-mail {
    padding: 0 !important
  }
  nav .main-menu-icon {
    display: none
  }
  .btn-navbar .icon_menu.main-menu-icon {
    float: left;
    margin: 0;
    margin-top: 7px;
    padding-bottom: 0;
    padding-top: 13px
  }
  .header {
    position: relative;
    margin-bottom: -76px;
    width: auto;
    height: auto
  }
  .header.mobile-no-transparent {
    margin-bottom: 0
  }
  .header.black-header.mobile-no-transparent {
    background: #303236
  }
  .header .right-box-wrapper {
    text-align: right
  }
  .right-1024 {
    float: none
  }
  #main-menu {
    margin: 0;
    text-align: left
  }
  .header .navbar {
    margin: 0;
    min-height: inherit;
    position: static
  }
  .header .menu-btn-respons-container .btn-navbar {
    background: #fff;
    border: none !important;
    display: block;
    margin: 0;
    padding: 0
  }
  .header .menu-btn-respons-container .btn-navbar:before {
    content: "";
    display: none
  }
  .header .menu-btn-respons-container .btn-navbar.collapsed:before {
    display: block
  }
  .header .menu-btn-respons-container .btn-navbar.collapsed {
    background: 0 0;
    border: 1px solid transparent;
    border-bottom: 0 none
  }
  .header .btn-navbar .text {
    color: #1e1e1e;
    float: left;
    line-height: 16px;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-top: 23px;
    padding-right: 15px
  }
  #main-menu .navbar .nav {
    padding-top: 10px
  }
  #main-menu .navbar .nav li a {
    font-size: 13px
  }
  #main-menu .navbar .nav > li > a {
    font-weight: 400;
    margin: 0 !important;
    padding: 16px 9px 16px 17px !important;
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: #d3d3d3 !important;
    border: none !important
  }
  #main-menu .navbar .nav .parent .parent > a:after {
    display: none
  }
  #main-menu .navbar .nav .open-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%
  }
  #main-menu .navbar .nav .open-sub:before {
    content: "\e232";
    font-size: 20px;
    font-family: linea-icons !important;
    color: #d3d3d3;
    padding-top: 15px;
    right: 14px;
    position: absolute;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  #main-menu .navbar .nav .current .open-sub:before {
    color: #fff
  }
  #main-menu .navbar .nav .active .open-sub:before {
    content: "\e200"
  }
  #main-menu .navbar .nav .active .sub .open-sub:before {
    content: "\e232"
  }
  #main-menu .navbar .nav .active .sub .active .open-sub:before {
    content: "\e200"
  }
  #main-menu .navbar .nav > li.parent:hover > a:after {
    display: none
  }
  #main-menu .parent .sub, #main-menu .parent:hover .sub, #main-menu .sub {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #3e4045;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  #main-menu .parent .sub .sub {
    background: #323538
  }
  #main-menu .sub a.current {
    color: #fff
  }
  #main-menu .navbar .nav > li.current > a {
    margin: 0;
    color: #fff !important;
    border: none !important
  }
  #main-menu .navbar .nav > .parent.active:hover > a, #main-menu .navbar .nav > .parent.active > a {
    background: 0 0
  }
  #main-menu .parent:hover > .sub {
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0
  }
  #main-menu .sub li {
    line-height: 22px
  }
  #main-menu .sub a {
    padding: 15px 9px 15px 27px !important
  }
  #main-menu .sub .sub a {
    padding: 15px 9px 15px 37px !important
  }
  #main-menu .sub .sub {
    left: 0;
    margin-left: 25px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }
  #main-menu .megamenu > .sub {
    width: 100%
  }
  #main-menu .megamenu > .sub .sub-wrapper {
    display: block
  }
  #main-menu .megamenu > .sub .mob-menu-hide {
    display: none
  }
  #main-menu .megamenu > .sub .sub-list {
    display: block;
    padding: 0;
    width: 100% !important
  }
  #main-menu .megamenu > .sub .box {
    padding: 0
  }
  #main-menu .megamenu .title {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 15px 9px 15px 27px !important;
    position: relative;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #d3d3d3;
    border: none
  }
  #main-menu .megamenu > .sub .box.closed ul {
    display: none;
    background: #323538;
    padding-left: 10px
  }
  .mt-60-md {
    margin-top: 60px
  }
  .mb-md-30 {
    margin-bottom: 30px
  }
}
@media (min-width:1025px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important
  }
  .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important
  }
  .header-1 #main-menu .nav.navbar-nav {
    margin-right: 54px
  }
  .main-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
  }
  #header-left #cd-search, #header-left .cd-header-buttons {
    display: none
  }
  .side-content .container {
    width: 100%
  }
}
@media (max-width:479px) {
  .nl-email-input {
    width: 240px;
    margin-right: 0
  }
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
  float: left
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}
@keyframes empty {
  0% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%)
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%)
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0)
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}



/***************Application Note*****************/

.post-preview a 
{
text-decoration: none;
color: white;
}
.post-preview a:hover 
{
text-decoration: none;
color: #15a6df;
}
.post-preview h3 
{
font-size: medium;
font-weight: 100;
}
.post-preview .post-meta 
{
font-size: medium;
font-weight: 200;
font-style: italic;
margin-top: 3%;
}