@font-face{
    font-family:'Brandon Bold';
    font-style:normal;
    font-weight:normal;
    src:url("../font/brandontext-bold-webfont.woff") format("woff"),url("../font/brandontext-bold-webfont.ttf") format("truetype");*src:url("")
}
@font-face{
    font-family:'Brandon Medium';
    font-style:normal;
    font-weight:normal;
    src:url("../font/brandontext-medium-webfont.woff") format("woff"),url("../font/brandontext-medium-webfont.ttf") format("truetype");*src:url("")
}
@font-face{
    font-family:'Brandon Regular';
    font-style:normal;
    font-weight:normal;
    src:url("../font/brandontext-regular-webfont.woff") format("woff"),url("../font/brandontext-regular-webfont.ttf") format("truetype");*src:url("")
}
@font-face{
    *font-family:'Brandon Bold';
    *src:url("../font/brandontext-bold-webfont.eot?") format("eot")
}
@font-face{
    *font-family:'Brandon Medium';*src:url("../font/brandontext-medium-webfont.eot?") format("eot")
}
@font-face {
    *font-family: 'Brandon Regular';
    *src: url("../font/brandontext-regular-webfont.eot?");
}
body {
    background: #f5f5f5;
    padding: 0px;
    margin: 0px;
    font-family:'Brandon Regular';
}

.global-container {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  max-width: 1400px;
  margin:0 auto;
}

.header {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    z-index: 99;
}
.header-logo {
    width: 118px;
    height: 180px;
    position: relative;
    display: block;
    background: url('../images/header-logo.png') no-repeat left top;
    text-decoration: none;
}
.header-social {
    display: block;
    position: relative;
    margin-top: 40px;
}
.header-social-icon {
    width: 32px;
    height: 32px;
    position: relative;
    text-decoration: none;
    opacity: .2;
    margin-left: 5px;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.header-social-icon:hover {
    opacity: .4;
}
.header-social-icon.facebook {
    background: url('../images/facebook-white.png') no-repeat left top;
}
.header-social-icon.twitter {
    background: url('../images/twitter-white.png') no-repeat left top;
}
.header-social-icon.instagram {
    background: url('../images/instagram-white.png') no-repeat left top;
}
.showcase {
    width: 100%;
    position: relative;
    display: block;
    background: url('../images/background.jpg') no-repeat center top;
    height: auto;
    min-height: 640px;
    border-bottom: 6px solid #be3b5b;
}

.showcase-text {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 244px;
}
.showcase-text-title {
    position: relative;
    display: block;
    font-family:'Brandon Medium';
    font-size: 56px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}
.showcase-text-description {
    display: block;
    position: relative;
    font-family: 'Brandon Regular';
    color: #6a6a6a;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
.showcase-buttons {
    display: block;
    position: relative;
    margin-top: 33px;
}
.showcase-buttons-item {
    display: inline-block;
    position: relative;
    height: 66px;
    margin-right: 5px;
}
.showcase-buttons-item.google-play {
    width: 220px;
    background: url('../images/google-play.png') no-repeat left top;
}
.showcase-buttons-item.app-store {
    width: 200px;
    background: url('../images/app-store.png') no-repeat left top;
}
.showcase-right {
    position: relative;
}
.showcase-image {
    position: absolute;
    width: 512px;
    height: 642px;
    right: 0px;
    top: 122px;
    background: url('../images/cup-and-phone.png') no-repeat left top;
}
.comments {
    width: 100%;
    display: block;
    position: relative;
    background: url('../images/content-cup.png') no-repeat 100% calc(100% + 35px);
    padding-bottom: 100px;
}
.comments-text {
    width: 100%;
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
}
.comments-text-title {
    margin: 94px 0px 0px 0px;
    padding: 0px;
    font-family: 'Brandon Medium';
    font-size: 40px;
}
.comments-text-description {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-family: 'Brandon Regular';
    font-size: 18px;
    color: #6a6a6a;
}
.comments-customers {
    padding: 0px;
    list-style: none;
    max-width: 700px;
    margin: 40px auto auto auto;
    text-align: center;
}
.comments-customers-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin: 0px 5px;
}
.comments-customers-item.small-item {
    width: 90px;
    height: 90px;
}
.comments-customers-item.medium-item {
    width: 110px;
    height: 110px;
    transform: translate(0px, 10px);
}
.comments-customers-item.big-item {
    width: 130px;
    height: 130px;
    transform: translate(0px, 20px);
}
.footer {
    width: 100%;
    position: relative;
    display: block;
}
.footer-menu {
    width: 100%;
    position: relative;
    display: block;
    background: #e2e2e2;
}
.footer-menu-item {
    font-size: 13px;
    color: #333333;
    padding: 20px 17px;
    display: inline-block;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-family: 'Brandon Medium';
}
.footer-menu-item:hover {
    color: #6a6a6a;
}
.footer-copyright {
    width: 100%;
    background: #eeeeee;
}
.footer-copyright-logo{
    width: 140px;
    height: 61px;
    background: url('../images/footer-logo.png') no-repeat left top;
    margin: 25px 0px;
}
.footer-copyright-text {
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 44px 0px 44px 40px;
}
.footer-copyright-social {
    display: block;
    position: relative;
    margin: 39px 0px;
    line-height: 0;
    padding: 0px;
}
.footer-copyright-social-icon {
    width: 32px;
    height: 32px;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-left: 5px;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 0px;
}
.footer-copyright-social-icon:hover {
    opacity: .9;
}
.footer-copyright-social-icon.facebook {
    background: url('../images/facebook-pink.png') no-repeat left top;
}
.footer-copyright-social-icon.twitter {
    background: url('../images/twitter-pink.png') no-repeat left top;
}
.footer-copyright-social-icon.instagram {
    background: url('../images/instagram-pink.png') no-repeat left top;
}

.overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
.reveal {
	background-color: #fafafa;
	border-radius: 2px;
    will-change: top, opacity;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: rgba(0,0,0,0.87);
    border: none !important;
    padding: 40px;
    min-width: 55%;
}
.reveal h4 {
	font-size: 2.28rem;
    line-height: 110%;
    margin: 0 0 0.912rem 0;
    font-weight: 400;
    font-family: 'Brandon Medium';
    font-size: 40px;
}
.reveal p {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    font-family: 'Brandon Regular';
    font-size: 18px;
    color: #6a6a6a;
}
/* Small only */
@media screen and (max-width: 767px) {
    .row {
        padding: 0px 16px;
    }
    .showcase {
        text-align: center;
    }
    .showcase-text {
        margin-top: 210px;
    }
    .showcase-text-title {
        font-size: 32px;
    }
    .showcase-text-description {

    }
    .comments, .showcase-image {
        background: none;
    }
    .comments {
        padding-bottom: 40px;
    }
    .comments-text-title {
        font-size: 32px;
        margin-top: 40px;
    }
    .comments-customers-item {
        width: 25% !important;
        height: 25% !important;
        transform: none !important;
    }

    .footer-menu {
        padding: 10px 0px;
    }
    .footer-menu-item {
        width: 100%;
        padding: 10px 0px;
    }
}

/* Medium only */
@media screen and (min-width: 768px) and (max-width: 1048px) {
    .row {
        padding: 0px 16px;
    }
    .showcase-image {
        background-size: 100%;
        width: 340px;
        top: 280px;
    }
    .showcase-text-title {
        font-size:44px;
    }
    .comments {
        background: none;
    }
}
