@font-face {
    font-family: noirpro-light;
    src: url('https://files.crtgroupstorage.com/ordereats/noirpro-light.otf');
}

@font-face {
    font-family: noirpro-regular;
    src: url('https://files.crtgroupstorage.com/ordereats/noirpro-regular.otf');
}

@font-face {
    font-family: noirpro-semibold;
    src: url('https://files.crtgroupstorage.com/ordereats/noirpro-semibold.otf');
}

@font-face {
    font-family: noirpro-bold;
    src: url('https://files.crtgroupstorage.com/ordereats/noirpro-bold.otf');
}

@font-face {
    font-family: noirpro-medium;
    src: url('https://files.crtgroupstorage.com/ordereats/noirpro-medium.otf');
}

body {
    padding: 0;
    margin: 0;
    color:#000;
    font-family: 'noirpro-regular', sans-serif;
    font-size: 18px;
}

img {
    width: 100%;
    height:auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'noirpro-medium', sans-serif;
}

/* Header */
header {
    background-color:#F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo img {
    width:85%;
}

.mobi-logo {
    display:none;
}

.navbar-default {
    background-color:transparent;
    border:none!important;
}

.navbar-nav {
    width:100%;
    text-align:center;
}

.navbar-nav>li {
    display:inline-block;
    float:none;
}

.navbar-nav>li>a {
    font-family: 'noirpro-regular', sans-serif;
    font-size: 20px;
    color:#000!important;
    padding-top:25px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.header {
    padding-top: 60px;
    padding-bottom: 60px;
    position:relative;
}

.header h1 {
    font-size: 60px;
}

.header p {
    font-size: 24px;
}

.header .btn-primary {
    font-family: 'noirpro-medium', sans-serif;
    padding: 20px;
    background-color:#D24C37;
    color:#fff;
    font-size: 26px;
    border:none;
    border-radius:0px;
    width:180px;
    position:absolute;
    bottom: -36px;
    right: 20%;
    z-index:999999;
}

.header .dots {
    width: 800px;
    position: absolute;
    right: 0px;
    bottom: -550px;
    z-index: -1;
}

.features {
    padding-top: 60px;
    padding-bottom: 80px;   
    position:relative; 
    overflow:hidden;
}

.features h2 {
    font-size: 45px;
    padding: 13px;
    background-color:#000;
    color:#fff;
    display:inline-block;
    margin-bottom: 40px;
    margin-top: 80px;
    position:relative;
    min-width:250px;
    text-align: center;
}

.features h2 img {
    position:absolute;
    bottom:10px;
    width:65%;
    left:40px;;
    z-index:-1;
}

.feature {
    display:inline-block;
    width:49%;
    padding-right: 30px;
    margin-bottom: 30px;
}

.feature h3 {
    padding-bottom: 20px;
}

.features .preview-img {
    position:absolute;
    right:-100px;
    width:500px;
    top:150px;
}

.gallery {
    overflow: hidden;
    padding-bottom: 100px;
}

.gallery .container-fluid, .gallery .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.gallery h2 {
    width: 95%;
    background-color: #D24C37;
    color: #fff;
    padding: 30px;
    margin-left: -80px;
    margin-top: 20%;
    font-size: 50px;
    max-width:640px;
}

.gallery .dots-img {
    width: 80%;
    right: 35%;
    position: absolute;
    top: 20%;
    z-index: -1;
}

.pricing {
    padding-bottom: 40px;
}

.pricing h2 {
    font-size: 45px;
    padding: 13px;
    background-color:#000;
    color:#fff;
    display:inline-block;
    margin-bottom: 40px;
    margin-top: 80px;
    position:relative;
    min-width:250px;
    text-align: center;
}

.pricing h2 img {
    position:absolute;
    bottom:25px;
    width:65%;
    left:40px;;
    z-index:-1;
}

.pricing h3 {
    font-size: 50px;
}

.pricing .price {
    font-size: 70px;
    color:#D24C37;
    font-family: 'noirpro-semibold', sans-serif;
    display:inline-block;
    line-height:45px;
    margin-bottom: 40px;
    padding-top:inherit;
}

.pricing .price span {
    font-size: 22px;
    color:#000;
    font-family: 'noirpro-regular', sans-serif;
}

.pricing p {
    padding-top: 40px;
    font-size: 22px;
}

.pricing ul {
    list-style:none;
    padding-left:0;
} 

.pricing li {
    font-size: 20px;
    padding-bottom: 14px;
    position: relative;
    padding-left: 50px;
}

.pricing li ion-icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 26px;
    color: #D24C37;
}

.signup {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #D24C37;
}

.signup h2 {
    font-size: 45px;
    padding: 13px;
    background-color:#000;
    color:#fff;
    display:inline-block;
    /* margin-bottom: 40px; */
    /* margin-top: 80px; */
    position:relative;
    min-width:250px;
    text-align: center;
}

.signup h2 img {
    position:absolute;
    bottom:10px;
    width:65%;
    left:40px;;
    z-index:-1;
}

.signup p {
    padding-top: 20px;
    color:#fff;
    font-size: 44px;
    font-family: 'noirpro-medium', sans-serif;
    width: 80%;
}

.signup label {
    display:block;
    width: 100%;
    color:#fff;
    font-family: 'noirpro-light', sans-serif;
    font-size:20px;
}

.signup input {
    display:block;
    width: 100%;
    padding: 15px;
    border:3px solid #fff;
    background-color:transparent;
    color:#fff;
    margin-bottom: 10px;
    font-family: 'noirpro-regular', sans-serif;
}

.signup .btn-primary {
    padding:13px;
    background-color:#fff;
    color:#000;
    border:none;
    font-family: 'noirpro-medium', sans-serif;
    font-size: 24px;
    border-radius:0px;
    margin-top:10px;
    min-width:180px;
}

.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#000;
}

.footer img {
    width: 350px;
}

.footer p {
    color:#fff;
    font-size: 24px;
}

.footer a {
    color:#fff;
} 

.footer .email {
    padding-top: 20px;
    text-align: right;
}

.footer .social {
    text-align: right;
}

.footer ion-icon {
    color:#fff;
    font-size: 25px;
}