@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900';
@import '../fonts/icomoon/style.css';

body {
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h4, h6 {
    color: #2d3238;
    font-family: 'Lato', sans-serif;
}
.button {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    border-radius: 4px;
    padding: 12px 22px;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    background: #303030;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41,41,41,0);
    box-shadow: inset 0 -100px 0 rgba(41,41,41,0);
    -webkit-appearance: none;
    margin-bottom: 15px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.button:hover,
.button:focus,
.button:active {
    color: #fff;
    -webkit-transition: 0.25s !important;
    transition: 0.25s !important;
    opacity: 1;
    -webkit-box-shadow: inset 0 -100px 0 rgba(41,41,41,0.15), 0 4px 6px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.1);
    box-shadow: inset 0 -100px 0 rgba(41,41,41,0.15), 0 4px 6px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.1);
    text-decoration: none;
}
.round {
    border-radius: 40px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
}
#preloader .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50px);
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(42,168,255, 0.2);
  border-right: 1.1em solid rgba(42,168,255, 0.2);
  border-bottom: 1.1em solid rgba(42,168,255, 0.2);
  border-left: 1.1em solid #2aa8ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
}
#video-box #video {
    width: 95%;
    z-index: 99999;
}
#video-box #lightbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .9;
}
#video-close {
    color: #FFF;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 30px;
    font-size: 32px;
    top: 30px;
}

#navigation {
    background-color: transparent;
    border: none;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.navbar-brand {
    padding: 40px;
    height: 130px;
}
.navbar-brand img {
    height: 24px;
}
#navigation .social-icons {
    margin-top: 10px;
}
#navigation .facebook a {
    color: #3C599F;
}
#navigation .twitter a {
    color: #32CCFE;
}
#navigation .linkedin a {
    color: #0085AE;
}
#navigation .social-icons a {
    font-size: 18px;
}
.background {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; 
}

#heiv-rev-logo {
    display: block;
    height: 50px;
}
#showcase {
    background-image: url(../images/heiv-showcase-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 100px 0;
    position: relative;
    height: 100vh;
    max-height: 900px;
}
#showcase .showcase-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 60px;
}
#showcase .background {
    background-color: #191919;
    opacity: 0.7;
}
#showcase .sparkline {
    position: absolute;
    bottom: 0;
    max-width: 1440px;
}
#showcase .text-block {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
}
#showcase h1 {
    color: #fff;
    font-weight: 300;
    margin-top: 0;
}
#showcase h3 {
    color: #FFEB3B;
	font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px 0;
}
#showcase p {
    color: rgba(255,255,255,.75);
    font-size: 21px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 30px;
}
#showcase form {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 16px;
}
#showcase ul.list-inline{
    margin: 0;
}
#showcase ul.list-inline li {
    padding: 0 10px;
}
#showcase ul.list-inline li:first-child {
    padding-left: 0;
}
#showcase .button {
    background-color: #fff;
    color: #2595ff;
    padding: 12px 50px;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 0;
}
#showcase .button.outline {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.3);
    font-size: 16px;
    padding: 15px;
    color: #fff;
    font-weight: normal;
}
#showcase .button.outline img {
    margin-right: 10px;
}
#showcase .button.outline:hover,
#showcase .button.outline:focus,
#showcase .button.outline:active {
    border-color: #fff;
}
#showcase form h2 {
    color: #333;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
#showcase form .input-lg {
    height: 56px;
}
form select {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
}
#showcase form .button {
    background-color: #0072FF;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
}
#one {
    overflow: hidden;
}

#one .section-header {
    text-align: center;
}
#one h6 {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#one .section-header h2 {
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 10px;
}
#one .section-header p {
    color: #666;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 0;
}

#one .features {
    margin-top: 60px;
}
#one .features > div {
    text-align: center;
    margin-bottom: 30px;
}
#one .features img {
    height: 192px;
    margin-bottom: 15px;
}

#one h3 {
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 30px 0;
    text-transform: uppercase;
}
#one .features h3 {
    color: #222328;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 30px 0;
    text-transform: uppercase;
}
#one h4 {
    color: #66ccff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 36px;
    margin: 50px 0;
}
#one .features p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
#facts {
    background-color: #191919;
    text-align: center;
}
#facts .col-sm-4 {
    margin-bottom: 60px;
}
#facts h6 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
    font-weight: bold;
}
#facts h3 {
    color: #0072ff;
    font-size: 80px;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: -1px;
}
#facts p {
    color: rgba(255,255,255,.7);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 0;
}
#facts p strong {
    color: #ffffff;
}
#print {
    overflow: hidden;
    position: relative;
}
#print h6 {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#print h2 {
    color: #222328;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.2;
}
#print p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    color: #6c6f73;
    margin: 0
}
#print .features {
    margin-top: 40px;
}
#print .features > div {
margin-top: 70px;
    text-align: center;
}
#print .magazine-spread {
    height: 460px;
    margin-top: 60px;
    position: relative;
}
#print .magazine-spread img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#digital {  
    position: relative;
    overflow: hidden;
}
#digital h6 {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#digital h2 {
    color: #222328;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.2;
}
#digital p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    color: #6c6f73;
    margin: 0
}
#digital .features {
    margin-top: 40px;
}
#digital .features > div {
margin-top: 70px;
    text-align: center;
}
#digital .digital-spread {
    height: 540px;
    margin-top: 60px;
    position: relative;
}
#digital .digital-spread img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#events {
    position: relative;
}
#events h6 {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#events h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.2;
}
#events p {
    color: #666;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 0;
}
.side-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}
.side-bg>.container-fluid {
    height: 100%;
    position: relative;
    z-index: 2;
}
.side-bg .col-sm-6 {
    position: absolute;
    height: 100%;
}
.side-bg .col-sm-6 > div {
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#digital .side-bg .col-sm-6 > div {
    background-image: url(../images/digital-bg.jpg);
    width: 100%;
}
#print .side-bg .col-sm-6 > div {
    background-image: url(../images/print-bg.jpg);
    width: 100%;
}
#events .side-bg .col-sm-6 > div {
    background-image: url(../images/events-bg.jpg);
    width: 100%;
}
#digital .col-sm-5, 
#print .col-sm-5,
#events .col-sm-5 {
    z-index: 3;
}
#cta {
background: #0072ff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0072ff 0%, #00c6ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0072ff 0%,#00c6ff 100%); /* Chrome10-25,Safari5.1-6 */
background: url("../images/elements_header_background.png"), linear-gradient(135deg,  #0072ff 0%,#00c6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    padding: 90px 0;
}
#cta h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 30px;
}
#cta .button {
    color: #2595ff;
    display: block;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    font-size: 16px;
    padding: 12px 50px;
}

footer {
    background-color: #191919;
    padding: 60px 0;
}


footer .bottom p {
    color: #fff;
    margin: 0;
}
footer .copyright {
    text-align: right;
}
footer .bottom ul li {
    padding-right: 20px;
    padding-left: 20px;
}
footer .bottom ul li:last-child {
    padding-right: 0;
}
footer .bottom ul li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
footer .bottom ul li a:hover {
    color: #fff;
    text-decoration: none;
}
#one,
#print,
#digital,
#events,
#facts {
    padding: 50px 0;
    text-align: center;
}
#print,
#digital {
    border-bottom: 1px solid #dedede;
}

@media (min-width: 768px) {
    #video-box #video {
        width: 50%;
    }
    #showcase h1 {
        font-size: 60px;
    }
    #one .features > div,
    #facts .col-sm-4 {
        margin-bottom: 0;
    }
    #one .features img {
        height: 152px;
    }
    #print,
    #digital {
        border-bottom: none;
    }
}
@media (min-width: 992px) {

    .intro-block {
        text-align: left;
    }
    #showcase .text-block {
        text-align: left;
        padding-top: 50px;
    }
    #showcase h1 {
        font-size: 42px;
    }
    #one,
    #print,
    #digital,
    #events {
        padding:80px 0;
        text-align: left;
    }
    #one .features img {
        height: 192px;
    }    
    #showcase .showcase-phones {
        max-width: 500px;
    }

    #digital br {
        display: block;
    }

}


@media (min-width: 1170px) {
    
    #showcase h1 {
    font-size: 56px;
    line-height: 65px;
    }
    #showcase .showcase-phones {
        max-width: 100%;
    }
    #digital {
        text-align: left;
    }
}

@media (min-width: 1440px) {
    #one,
    #print,
    #digital,
    #events {
        padding: 110px 0;
        text-align: left;
    }
}