@charset "UTF-8";


/* GLOBAL
----------------------*/

body {
    font-family: 'arial', sans-serif;
    position: relative;
}

label {text-align: right;}
@media (max-width: 576px) {
    label {text-align: left;}
}

a {
    color: #505500;
}

a:hover,
a:focus {
    color: #505500;
}

.card a {color:#e7302a; text-decoration: underline;}
.card a:hover, .card a:focus {color: #e7302a;}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #505500;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #505500;
    /*font-size: 33px;*/
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #505500;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #505500;
    margin-bottom: 0.7rem;
}

p {
    color: #2d2d2d;
}

p.lead {
    color: #505500;
    margin-bottom: 2rem;
}

.text-primary {
    color: #505500 !important;
}

.light-font {
    font-weight: 300;
}

.btn {    
    font-weight: 400;        
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #505500;
}

.btn-primary {
    border-radius: 3px;
    /*background-image: -moz-linear-gradient( 122deg, #e50113 0%, #011f36 100%);
    background-image: -webkit-linear-gradient( 122deg, #e50113 0%, #011f36 100%);
    background-image: -ms-linear-gradient( 122deg, #e50113 0%, #011f36 100%);
    background-image: linear-gradient( 122deg, #e50113 0%, #011f36 100%);*/
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    /*background-image: linear-gradient( 122deg, #e50113 0%, #e50113 100%);*/
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #505500;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.4rem 1rem;
    /*font-size: 15px;*/
}

.light-bg {
    background-color: #fcf3a3;
}

.section {
    padding: 1rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 1em;
}

.section-title small {
    color: #282828;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/
.nav-menu {
    padding: 0;
    transition: all 0.3s ease;
    line-height: 1rem;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #3f3900;
    background: -moz-linear-gradient(135deg, #6b6000 0%, #3f3900 100%);
    background: -webkit-linear-gradient(135deg, #6b6000 0%, #3f3900 100%);
    background: linear-gradient(135deg, #6b6000 0%, #3f3900 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1em;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cfba00;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/
header {
    padding: 100px 0 0 0;
    text-align: center;
    color: #FFF;    
}
.xbg-gradient {    
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;    
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
}
@media (max-width: 576px) {
  .xbg-gradient {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: 63% 0;
    background-repeat: no-repeat;
  }
}
.sbg-gradient {    
    background-image: url("../images/bg_signup.jpg");
    background-repeat: no-repeat;    
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
@media (max-width: 576px) {
  .sbg-gradient {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: 60% 0;
    background-repeat: no-repeat;
  }
}
#home a, #home button {
    margin:470px 0 0 20px;
    font-size: 1.5em;
}
@media (max-width: 576px) {
  #home a, #home button {
    margin:255px 0 0 0;
    font-size: 1em;
  }
}
.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, #60a6db 0%, #215278 100%);
    background-image: -webkit-linear-gradient( 135deg, #60a6db 0%, #215278 100%);
    background-image: -ms-linear-gradient( 135deg, #60a6db 0%, #215278 100%);
    background-image: linear-gradient( 135deg, #60a6db 0%, #215278 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
---------------------*/
.gradient-fill:before {
    color: #60a6db;
    background: -moz-linear-gradient(top, #215278 0%, #60a6db 100%);
    background: -webkit-linear-gradient(top, #215278 0%, #60a6db 100%);
    background: linear-gradient(to bottom, #215278 0%, #60a6db 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 0px;
    color: #60a6db;
    background: -moz-linear-gradient(top, #215278 0%, #60a6db 100%);
    background: -webkit-linear-gradient(top, #215278 0%, #60a6db 100%);
    background: linear-gradient(to bottom, #215278 0%, #60a6db 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    /*transform: translateY(-3px);*/
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

@media (max-width:767px) {
    /*.ti-marker-alt {display: none;}
    .ti-settings {display: none;}*/
}

.table-hh {
    background: #928300;
    color:#fff;
}

.table-sm td {
    line-height: 1.4em;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #4267b2;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    background-color: #4b7adb;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

/*orderInfo*/
.orderInfo ul {
    padding:.5em;
    margin:0;
    background:#cfba00;
}
.orderInfo ul li {
    list-style-type:none;
}
.orderInfo tr {
    font-size: .8rem;
}