
/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}

p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}
h1,h2{
    line-height: 1.2;
	font-family: 'Prompt';
	font-weight: 700;
}
h3,h4,h5,h6 {
    line-height: 1.5;
}

h4, .h4 {
    font-size: 21px;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    margin: -100px 0 0 -100px;
}

/*CIRCLE EFFECTS ANIMATION */
@keyframes circle {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(6)
    }
}
.circle {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -150px;
  z-index: -1;
}
.circle-dark {
  opacity: 0.3;
  border: 25px solid #000;
}
.circle-white {
  opacity: 0.4;
  border: 25px solid #fff;
}
.one {
  animation: circle 8s infinite linear;
}
.two {
  animation: circle 6s infinite linear;
}
.three {
  animation: circle 4s infinite linear;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 970;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot {
  padding: 80px 0 50px;
}

footer p { font-size: 12px; padding-top: 5px; }

/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav {
}
.main-logo{
  position: fixed;
  top: 20px;
  left: 20px;
}
/*Nav Toggle Hamburger Custom*/
.menu-toggle > div{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 980;
    background-color: #fff;
    cursor: pointer;
}
.menu-toggle .spinner-master4 {
    height: 30px;
    margin: 0;
    position: fixed;
    top: 6px;
    right: 15px;
    width: 30px;
    z-index: 980;
}
.menu-toggle .spinner-master4 label {
    top: 15px;
}
.menu-toggle .spinner-master4 .spinner4 {
    height: 3px;
}
.menu-toggle .spinner-master4 input[type="checkbox"]:checked ~ .spinner-spin4 > .diagonal.part-1 {
    margin-top: 10px;
}
.menu-toggle .spinner-master4 input[type="checkbox"]:checked ~ .spinner-spin4 > .diagonal.part-2 {
    margin-top: -13px;
}
.menu-toggle .spinner-master4 input[type=checkbox]:checked ~ .spinner-spin4 > .horizontal {transform:translate(-100px, -7px);-webkit-transform:translate(-100px, -7px); opacity: 0;}

/*Nav Menu Holder Panel*/
.main-navigation{

}
.menu-holder{
  display: none;
  background: rgba(0,0,0,0.96);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
  text-align: center;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
}
.menu-holder nav {

}
.menu-holder nav ul {
  list-style: none;
  padding: 0;
}
.menu-holder nav ul li {
  display: inline-block;
  font-size: 4rem;
}
.menu-holder nav ul li a {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 0px 0px;
  transform-style: preserve-3d;
}
.menu-holder nav ul li a.current {
  color: #777;
}
.menu-holder nav ul li a:hover {
  background: #000;
  color: #fff;
  transform: rotateX(90deg) translateY(-22px);
}
.menu-holder nav ul li a::before {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  padding: 7px 0px;
  text-align: center;
  line-height: 50px;
  background: none repeat scroll 0% 0% #fff;
  color: #000;
  content: attr(data-hover);
  transition: #6363CE 0.3s ease 0s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0px 0px;
  font-size: 80%;
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

    .menu-holder nav ul li a::before {
      pointer-events: none;
      cursor: default;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {

    .menu-holder nav ul li a::before {
      pointer-events: none;
      cursor: default;
    }
}

.menu-holder-close-mask{
    display: none;
    height: 80px;
    margin: 0px auto;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 80px;
    z-index: 999;
    background-color: transparent !important;
    cursor: pointer;
}

/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap {
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
}
.overlay-white{
    background-color: rgba(255,255,255,0.2);
}
.overlay-black{
    background-color: rgba(0,0,0,0.8);
}
.overlay-dark{
    background-color: rgba(0,0,0,0.3);
}
.overlay-color{
  opacity: 0.8;
}
.tricker {
  overflow: hidden;
}
.tricker * {
  margin: 0;
  text-align: center;
  transition: margin-top .6s ease;
}
.tricker, .tricker * {
  height: 250px;
}
.tricker h2{
  font-size: 248px;
  font-weight: 900;
}
.tricker h3{
  font-size: 160px;
  font-weight: 700;
}
.tricker h4{
  font-size: 80px;
  font-weight: 700;
}

.floater{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}

.floater a{
    background-color: white;
    display: inline-block;
    padding: 15px;
}
.floater a img{
    height: 30px;
  animation: mov 2s infinite;
}

@keyframes mov {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.promo-section h3:after{
    content: '';
    width: 50%;
    height: 4px;
    background-color: #ccc;
    display: inline-block;
    margin-top: 20px;
    opacity: 0.1;
}

.action-section .action-block a{
    padding: 200px 0;
    display: block;
}

.highlights-section h1{
  font-size: 72px;
}

.highlights-section h3{
  font-size: 18px;
}
.count-number{
  opacity: 0;
}

/*INTRO*/

.carousel-wrapping .featured-carousel-item, .intro-carousel-item, .content-carousel-item{
    padding: 0 60px;
    background-position: center center;
    background-size: cover;
}
.carousel-wrapping .featured-carousel-item, .content-carousel-item{
    cursor: url("../images/drag.png") 80 80, crosshair;
}

.intro-carousel .owl-prev, .intro-carousel .owl-next{
  position: absolute;
  width: 60px;
  height: 60px;
}
.intro-carousel .owl-next{
  background: white url(../images/next-dark.png) no-repeat center center !important;
  bottom: 0 !important; 
  right: 0 !important;  
}
.intro-carousel .owl-prev{
  background: white url(../images/prev-dark.png) no-repeat center center !important;
  bottom: 0 !important; 
  left: 0 !important; 
  margin-right: 5px;
}
.carousel-wrapping .featured-carousel-item h1{    
    font-size: 48px;
    word-spacing: 0.1em;
    font-weight: 200;
}
.carousel-wrapping .featured-carousel-item h1 > span{    
    font-size: 24px;
    font-weight: 200;
}
.carousel-wrapping .owl-dots{
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}
.carousel-wrapping .owl-controls{
    margin-top: 0;
}
.floating-ticker-section{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.floating-ticker-section:hover{
  background-color: rgba(0,0,0,0.8);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.intro-carousel{
  z-index: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: rotate(30deg) scale(2);
  -moz-transform:    rotate(30deg) scale(2);
  -ms-transform:     rotate(30deg) scale(2);
  -o-transform:      rotate(30deg) scale(2);
  transform: rotate(30deg) scale(2);
}
    .intro-carousel.no-css3-anim{
      -webkit-transform: none;
      -moz-transform:    none;
      -ms-transform:      none;
      -o-transform:       none;
      transform:  none;
    }
.intro-carousel .owl-prev, .intro-carousel .owl-next{
  z-index: 9999;
  opacity: 0.1;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.intro-carousel .owl-prev:hover, .intro-carousel .owl-next:hover{
  opacity: 1;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.inner-high-wrapper{
  width: 100%;
  z-index: 400;
  position: absolute;
  left: 0;
  max-width: vw;
}
.inner-high-wrapper.non-floating{
  z-index: inherit;
  position: relative;
  left: auto;
  max-width: 100%;
}

/*BLOG*/
.blog-section h2{
    font-size: 72px;
    line-height: 72px;
}
.blog-section h2 > span{
    font-size: 36px;
    line-height: 43px;
    font-weight: 300;
    font-style: italic;
    font-family: serif;
}
.blog-list-item{
}
.blog-list-item > div{
  padding: 60px 0;
  border-bottom: solid 1px #ccc;
}
.blog-list-item:last-child > div{
  border-bottom: none;
}

/*WORKS*/
.works-filter-wrap.autograph-kraft{
    display: none;
}
.filter-notification.autograph-kraft span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter.autograph-kraft{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter.autograph-kraft li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter.autograph-kraft li a{
  font-size: 16px;
  line-height: 24px;
}
.works-container.autograph-kraft{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter.autograph-kraft li:last-child:after{
    display: none;
}

 .works-item.autograph-kraft{
  overflow: hidden;
 }
 .works-item.autograph-kraft a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item.autograph-kraft a:hover{
            text-decoration: none !important;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 0 100px;
        }
        .works-thumbnails-view{
          margin-top: 40px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 24px;
            letter-spacing: normal;
            line-height: 24px;
            margin-top: 0;
        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: solid 2px;
            font-weight: 200;
        }
        .works-item.autograph-kraft a:hover 
        .works-item-inner h3{ 
        }
        .works-item.autograph-kraft a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-one-sixth {
  margin: 0 !important;
  padding: 0 !important;
  width: 16.66% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}
.works-masonry-container .works-item-one-sixth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 14.66% !important;
}

.ImageWrapper .ImageOverlayP{
  background-color: rgba(0,0,0,0.6) !important;
}

/*CONTACT*/

.email-wrap {
    padding-top: 20px;
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.contact-form-wrap {
}

.contact-item {
}

input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input:focus, textarea:focus {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

textarea {
    background: url('../images/textarea.png') repeat !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input, textarea {
  border-color: #232323 !important;
  color: #999 !important;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

input.send_message:hover {
}

fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

fieldset h1 {
    font-size: 24px;
}

.contact-label-box {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

.contact-label-box > span {
    display: block;
    margin-right: 10px;
}

.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}

.contact-label-box a:hover {
    text-decoration: none;
}

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.btn-wrap {
    margin-top: 30px;
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}



/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*Buttons*/
.btn-victor {
    border-radius: 0px;
    text-decoration: none;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-victor-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-victor:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-victor-white {
    border: none;
    background: #ccc;
    color: #121212;
}

.btn-victor-white:hover {
    background: #121212;
    color: #fff;
}

.btn-victor-dark {
    border: none;
    background: #121212;
    color: #fff;
}

.btn-victor-dark:hover {
    background: #ccc;
    color: #121212;
}

.btn-victor-color {
    border: none;
}

.btn-victor-color:hover {
    border:none;
    color: #fff;
}

/*Additional Helper Calsses*/
.font-light{
    font-weight: 300;
}
.font-bold{
    font-weight: 700;
}
.font-heavy{
    font-weight: 900;
}
.add-top {
    margin-top: 120px;
}

.add-top-half {
    margin-top: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom {
    margin-bottom: 120px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.pad {
    padding: 60px;
}

.pad-top {
    padding-top: 120px;
}

.pad-top-half {
    padding-top: 60px;
}

.pad-top-quarter {
    padding-top: 30px;
}

.pad-bottom {
    padding-bottom: 120px;
}

.pad-bottom-half {
    padding-bottom: 60px;
}

.pad-bottom-quarter {
    padding-bottom: 30px;
}

.remove-top {
    margin-top: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*Responsive Video Embeds*/
.responsive-video-embed iframe{
    border: 0;
    width: auto;
}
/*Poster Image displayed instead BGVideo on mobile devices*/
.poster-img {
    background: url(../images/poster.jpg) center center no-repeat !important;
    background-size: cover !important;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS for preview purposes only 
(Please read PDF guide to manage colors via LESS with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.color{color:#181818}.white{color:#fff}.silver{color:#f0f4f4}.grey{color:#888}.dark{color:#454545}.black{color:#121212}.color-bg{background-color:#181818}.white-bg{background-color:#fff}.silver-bg{background-color:#f0f4f4}.grey-bg{background-color:#888}.dark-bg{background-color:#454545}.black-bg{background-color:#121212}a{color:#121212}a:hover{color:#181818}::selection{background:#181818;color:#fff}::-moz-selection{background:#181818;color:#fff}body,p{color:#454545}.btn-victor-color{background-color:#181818;color:#fff}.btn-victor-color:hover{background-color:#121212;color:#fff}.floater a:hover{background-color:#888}.overlay-color{background-color:#181818}.font1{font-family:'Prompt',sans-serif}.font2{font-family:'montserrat',sans-serif}.font2hairline{font-family:'montserrathairline',sans-serif}.font2ultralight{font-family:'montserratultra_light',sans-serif}.font2light{font-family:'montserratlight',sans-serif}.font2semibold{font-family:'montserratsemi_bold',sans-serif}.font2bold{font-family:'montserratbold',sans-serif}.font2extrabold{font-family:'montserratextra_bold',sans-serif}.font2black{font-family:'montserratblack',sans-serif}.font3{font-family:'Roboto',sans-serif}body,p{font-family:'Roboto',sans-serif}
    
