/*==================== BODY CLASSES ====================*/
html,
body {
    width: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Titillium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

/*==================== COLUMN CLASSES ====================*/
@media (min-width: 768px) {
    .col-sm-neg-left-1 {
        margin-left: -8.33333333%;
    }

    .col-sm-neg-left-2 {
        margin-left: -16.66666667%;
    }

    .col-sm-neg-left-3 {
        margin-left: -25%;
    }

    .col-sm-neg-right-1 {
        margin-right: -8.33333333%;
    }

    .col-sm-neg-right-2 {
        margin-right: -16.66666667%;
    }

    .col-sm-neg-right-2 {
        margin-right: -25%;
    }
}

@media (min-width: 992px) {
    .col-md-neg-left-1 {
        margin-left: -8.33333333%;
    }

    .col-md-neg-left-2 {
        margin-left: -16.66666667%;
    }

    .col-md-neg-left-3 {
        margin-left: -25%;
    }

    .col-md-neg-right-1 {
        margin-right: -8.33333333%;
    }

    .col-md-neg-right-2 {
        margin-right: -16.66666667%;
    }

    .col-md-neg-right-3 {
        margin-right: -25%;
    }
}

/*==================== JUMBOTRON CLASSES ====================*/
.jumbotron {
    margin: 0;
    padding: 100px 0 40px 0;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    background: #1a1a1a fixed top center no-repeat;;
}

.jumbotron:before {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}

.jumbotron {
    background-image: url('../../img/bg-2.jpg');
}

#homepage .jumbotron {
    background-image: url('../../img/bg-1-mobile.jpg');
    background-size: cover;
    background-position: top left;
}

#buyer .jumbotron {
    background-image: url('../../img/bg-4.jpg');
}

#buyer .parallax-stripe {
    background-image: url('../../img/bg-6.jpg');
}

.jumbotron .h1, .jumbotron h1 {
    margin-top: 0;
    font-size: 1.857em;
    font-weight: 600;
}

.jumbotron h1 > .cd-words-wrapper > b {
    font-weight: 600;
}

.jumbotron p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1em;
    font-weight: 400;
}

.jumbotron .btn {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
}

@media (min-width: 551px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 2.1em;
    }

    .jumbotron h1 > div:first-of-type {
        display: inline;
    }

    .jumbotron p {
        font-size: 1.222em;
    }

    .jumbotron .btn {
        margin-bottom: 45px;
    }

    .jumbotron .macbook {
        margin-bottom: -30px;
    }

    #homepage .jumbotron {
        background-image: url('../../img/bg-1.jpg');
    }
}

@media (min-width: 768px) {
    .jumbotron .h1, .jumbotron h1 {
        margin-bottom: 15px;
    }

    .jumbotron h1 > div:last-of-type {
        display: inline;
    }

    .jumbotron p {
        margin-bottom: 35px;
        font-weight: 300;
    }

    .jumbotron .macbook {
        margin-bottom: -200px;
    }
}

@media (min-width: 992px) {
    .jumbotron {
        min-height: 500px;
        padding-top: 180px;
        padding-bottom: 110px;
    }

    #homepage .jumbotron {
        padding-top: 130px;
    }

    .jumbotron .macbook {
        margin-bottom: -250px;
    }
}

@media (min-width: 1200px) {
    .jumbotron {
        background-size: cover;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 2.667em;
    }
}

/*==================== CAROUSEL CLASSES ====================*/
.carousel {
    width: 63%;
    margin: 0 auto;
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
}

@media (max-width: 550px) {
    .macbook-carousel {
        display: none;
    }
}

@media (max-width: 767px) {
    .macbook-carousel > div {
        margin-bottom: -100px;
    }
}

@media (min-width: 768px) {
    .carousel {
        width: 475px;
        top: 25px;
    }
}

@media (min-width: 992px) {
    .carousel {
        width: 524px;
        top: 27px;
    }
}

@media (min-width: 1200px) {
    .carousel {
        width: 636px;
        top: 30px;
    }
}

/*==================== CONTENT STRIPE CLASSES ====================*/
.content-stripe {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.content-stripe:nth-child(even) {
    background-color: #efeff4;
}

@media (max-width: 767px) {
    .content-stripe .img-responsive {
        margin: 0 auto 30px auto;
        float: none !important;
    }
}

@media (min-width: 551px) and (max-width: 767px) {
    #homepage .content-stripe:first-of-type {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    #homepage .content-stripe:first-of-type {
        padding-top: 130px;
    }
}

@media (min-width: 992px) {
    #homepage .content-stripe:first-of-type {
        padding-top: 120px;
    }

    .content-stripe h1 {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    #homepage .content-stripe:first-of-type {
        padding-top: 100px;
    }

    .content-stripe h1 {
        margin-top: 80px;
    }
}

/*==================== PARALLAX STRIPE CLASSES ====================*/
.parallax-stripe {
    color: #fff;
    text-shadow: 0 0px 3px black;
    background: #1a1a1a url('../../img/bg-3.png') center no-repeat;
    background-size: cover;

}

.parallax-stripe:before {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}

.parallax-stripe h1 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .parallax-stripe {
        padding: 80px 0;
        text-shadow: 0 1px 1px #000;
    }
}

/*==================== CTA STRIPE CLASSES ====================*/
.cta-stripe {
    padding: 40px 0;
    background-color: #337ab7;
    color: #fff;
}

.cta-stripe h3 {
    margin: 0;
}

.cta-stripe .btn {
    min-width: 180px;
    margin: 20px 0 0 0;
}

@media (min-width: 992px) {
    .cta-stripe h3 {
        display: inline-block;
    }

    .cta-stripe .btn {
        margin: 0 0 0 30px;
    }
}

/*==================== PANEL CLASSES ====================*/
.panel {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    border-bottom: none;
    border-radius: 0;
}

.star-rating .panel > .panel-heading {
    padding: 20px 0;
    border-top: 10px solid #eee;
}

.star-rating .panel > .panel-heading > .material-icons {
    font-size: 3em;
    color: #f0ad4e;
}

.star-rating .panel > .panel-heading > .material-icons.empty-star {
    color: #ccc;
}

.star-rating .panel > .panel-body {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .star-rating:last-of-type .panel {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .star-rating .panel > .panel-heading > .material-icons {
        font-size: 2.25em;
    }
}

@media (min-width: 992px) {
    .star-rating:nth-of-type(even) > .panel {
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .col-4-layout .panel {
        margin: 20px 10px;
    }

    .col-4-layout .panel p {
        min-height: 100px;
    }
}

/*==================== TEXT CLASSES ====================*/
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

.h1, h1 {
    font-size: 1.857em;
    font-weight: 300;
}

.h2, h2 {
    font-size: 1.286em;
    font-weight: 600;
}

.h3, h3 {
    font-size: 1.222em;
    font-weight: 600;
}


h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .h1, h1 {
        font-size: 2.333em;
    }

    .h2, h2 {
        font-size: 1.556em;
    }
}

p {
    margin: 0 0 30px 0;
}

ul {
    padding-left: 15px;
}

dl {
    margin-bottom: 30px;
}

dt {
    font-size: 1.1em;
    font-weight: 600;
}

label {
    font-weight: 600;
}

strong,
.text-semibold {
    font-weight: 600;
}


/*==================== ICON FONT CLASSES ====================*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.email:before {
    content: "\e0be";
}

.material-icons.lock-outline:before {
    content: "\e899";
}

.form-control-feedback {
    color: #b2b2b2;
}

.full-star:before {
    content: "star";
}

.half-star:before {
    content: "star_half";
}

.empty-star:before {
    content: "star_border";
}

.chevron-right:before {
    content: "chevron_right";
}

.chevron-down:before {
    content: "expand_more";
}

/*==================== HR CLASSES ====================*/
hr.solid-hr {
    margin-top: 0;
    border: 0;
    border-top: 2px solid #337ab7;
}

hr.dashed-hr {
    border: 0;
    border-top: 2px dashed #cccccc;
}

/*==================== MEDIA CLASSES ====================*/
.media-left img {
    width: 60px;
}

.app-store-badges > a > img {
    max-width: 200px;
    margin-bottom: 0;
    backface-visibility: hidden;
    -webkit-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}

.app-store-badges > a > img:hover,
.app-store-badges > a > img:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 550px) {
    .app-store-badges > a:last-of-type > .img-responsive {
        margin-top: 30px;
    }
}

@media (min-width: 551px) {
    .media-left img {
        width: auto;
    }

    .media-left,
    .media > .pull-left {
        padding-right: 30px;
    }

    .app-store-badges .img-responsive {
        max-height: 54px;
        display: inline-block;
    }

    .app-store-badges > a:last-of-type > .img-responsive {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .app-store-badges .img-responsive {
        width: 150px;
    }

}

/*==================== FORM CLASSES ====================*/
input, button, textarea, select {
    -webkit-user-select: text !important;
    user-select: text !important;
}

input, button, textarea, select, a {
    outline: none !important;
}

input, textarea {
    -webkit-appearance: none;
    appearance: none;
}

label.error {
    color: #d0011b;
    font-weight: 600;
    font-size: 0.8em;
}

.has-feedback label~.form-control-feedback {
    height: 46px;
    line-height: 46px;
    top: 0;
    width: 46px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 1px;
}

.form-control.error {
    border: 1px solid #d0011b;
}

.form-group-lg .form-control {
    border-radius: 1px;
    font-size: 1em;
}

.btn {
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/*.btn:hover {*/
    /*-webkit-transform: scale(1.05);*/
    /*transform: scale(1.025);*/
/*}*/

.btn-group-lg > .btn,
.btn-lg {
    font-size: 16px;
    border-radius: 2px;
}

.btn-default {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    color: #fff;
    background-color: #2781bd;
    border-color: #2781bd;
}

.btn-border-white {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
}

.btn-border-white:focus,
.btn-border-white.focus,
.btn-border-white:hover {
    color: #fff;
    background-color: rgba(255,255,255,.1);
}

.btn-border-white {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
}

.btn-border-white:focus,
.btn-border-white.focus,
.btn-border-white:hover {
    color: #fff;
    background-color: rgba(255,255,255,.1);
}

.btn-border-primary {
    padding: 5px 16px;
    color: #337ab7;
    background-color: #fff;
    border: 3px solid #337ab7;
}
.btn-border-primary:focus,
.btn-border-primary.focus,
.btn-border-primary:hover {
     color: #fff;
     background-color: #337ab7;
 }

/*==================== TOGGLE CLASSES ====================*/
.form-toggle > input {
    opacity: 0;
    z-index: 0;
    position: absolute;
}

.form-toggle > label {
    vertical-align: middle;
}

.form-toggle > input + label {
    width: 70px;
    height: 40px;
    margin: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 40px;
    border: 1px solid #ccc;
}

.form-toggle > input + label:before, .form-toggle > input + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.form-toggle > input + label:before {
    right: 0;
    border-radius: 40px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s,background-color 0.2s linear, border 0.2s linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,background-color 0.2s linear, border 0.2s linear;
}

.form-toggle > input + label:after {
    top: -2px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
    background-color: #fff;
}

.form-toggle > input:checked + label:before {
    background-color: #3498db;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.form-toggle > input:focus + label:before {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-toggle > input:checked + label:after {
    margin-left: 28px;
}

.form-toggle input:focus + label:after {
    background-color: #f7f7f7;
}

/*==================== FOOTER CLASSES ====================*/
.footer > section:first-of-type {
    background-color: #4a4949;
    color: #fff;
}

.footer > section:last-of-type {
    padding: 30px 0;
    background-color: #3c3c3b;
    color: #fff;
}

.footer .list-unstyled {
    margin-bottom: 0;
}

.footer .list-inline {
    text-align: center;
}

.footer a {
    color: white;
}

.footer a:hover,
.footer a:focus {
    color: white;
    text-decoration: underline;
}

.footer .accordian-toggle.collapsed .chevron-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.footer .accordian-toggle .chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media (max-width: 767px) {
    .footer > section:first-of-type .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer div:last-of-type > .list-unstyled {
        margin-bottom: 0;
    }

    .footer .accordian-toggle,
    .footer .list-unstyled > li > a {
        padding: 15px;
        display: block;
        border-bottom: 1px solid #5a5a5a;
        cursor: pointer;
    }

    .footer .list-unstyled > li > a {
        background-color: #444343;
    }

    .footer > section:first-of-type a:hover,
    .footer > section:first-of-type a:focus {
        text-decoration: none;
    }

    .footer .list-unstyled > li .chevron-right {
        display: block !important;
    }

    .footer .img-responsive {
        margin: 30px auto 0 auto;
    }
}

@media (min-width: 768px) {
    .footer > section:first-of-type {
        padding: 60px 0 50px 0;
    }

    .footer > section:last-of-type {
        padding: 50px 0 45px 0;
    }

    .footer ul.collapse {
        height: auto !important;
        display: block;
    }

    .footer h3,
    .footer .list-unstyled li {
        margin-bottom: 10px;
    }

    .footer .list-inline {
        text-align: right;
    }
}

/*==================== MODAL CLASSES ====================*/
body.modal-open > section.canvas {
    overflow: hidden;
}

.modal-header {
    background-color: #262630;
}

.modal-header .logo {
    width: 200px;
}

.modal-content {
    background-color: #efeff4;
    border-radius: 0;
    border: 0;
}

.modal-header .close {
    margin: -14px -15px;
    padding: 15px 15px;
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
    color: #fff;
}

.modal-header .close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 30px 15px;
}

/* Makes the modal full width for mobile */
@media (max-width: 767px) {
    .modal-backdrop {
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal,
    .modal-dialog,
    .modal-content {
        width: 100%;
        min-width: 320px;
        height: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .modal-content {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*.modal.fade {*/
        /*opacity: 1;*/
        /*-webkit-transition: none;*/
        /*-o-transition: none;*/
        /*transition: none;*/
    /*}*/

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        -o-transform: translate(0,100%);
        transform: translate(0,100%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 550px;
        margin: 10% auto;
    }
}


/*==================== 404 Error Css ====================*/
.page-not-found-error {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+100 */
      background: #ffffff; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d7d7d7 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#d7d7d7 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #ffffff 0%,#d7d7d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      height: 100%;
      position: absolute;
      width: 100%;
      padding-top: 100px;
}

@media (max-width: 550px) {
    .page-not-found-error {
        padding-top: 25px;
    }

    .page-not-found-error h2 {
        font-size: 18px;
    }

    .page-not-found-error h4 {
    font-size: 14px;
    margin-bottom: 20px;
    }
}

/*==================== PADDING CLASSES ====================*/
.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p-md {
    padding: 15px;
}

.p-lg {
    padding: 30px;
}

.p-h-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-h-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-md {
    padding-left: 15px;
    padding-right: 15px;
}

.p-h-lg {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l-md {
    padding-left: 15px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r-md {
    padding-right: 15px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-md {
    padding-top: 15px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b-md {
    padding-bottom: 15px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-none {
    padding: 0 !important;
}

/*==================== MARGIN CLASSES ====================*/
.m-xxs {
    margin: 3px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-none {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xxs {
    margin-left: 3px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -3px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 3px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -3px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 3px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -3px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 3px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -3px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

/*==================== CANVAS CLASSES ====================*/
section.canvas {
    min-height: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: left 350ms ease, right 350ms ease;
    transition: left 350ms ease, right 350ms ease;
}

.canvas.canvas-slid {
    height: 100%;
    overflow: hidden;
}

.canvas .canvas-overlay {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1020;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
}

.canvas.canvas-sliding .canvas-overlay,
.canvas.canvas-slid .canvas-overlay {
    display: block;
    opacity: 0.7;
}

/*==================== STANDALONE MOBILE APP STATUS BAR CLASSES ====================*/
@media (orientation:portrait) {
    .standalone .navbar-fixed-top {
        padding-top: 20px;
    }
}

/*==================== FIXED TOP NAV CLASSES ====================*/
.navbar {
    min-width: 320px;
    min-height: 80px;
    margin-bottom: 0;
    border: 0;
}

.navbar-default,
.navbar-inverse {
    background-color: transparent;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

.canvas-sliding .navbar-fixed-top {
    -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
    transition: top .35s, left .35s, bottom .35s, right .35s;
}

.navbar-brand {
    height: 100px;
    padding: 10px 15px;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out;
    -webkit-backface-visibility: hidden; /* Stops the img blurring when the height of the navbar changes */
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.navbar-brand > img {
    height: 100%;
}

.navbar-brand.navbar-brand-fallback {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    position: relative;
    background-color: inherit;
    -webkit-transition: padding .25s ease-in-out, background-color .25s ease-in-out;
    transition: padding .25s ease-in-out, background-color .25s ease-in-out;
    color: inherit;
}

.navbar-inverse .navbar-nav > .active > a:before {
    content: '';
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    background-color: #337ab7;
    -webkit-transition: width .25s ease-in-out, height .25s ease-in-out, bottom .25s ease-in-out;
    transition: width .25s ease-in-out, height .25s ease-in-out, bottom .25s ease-in-out;
}

.navbar-toggle {
    padding: 32px 20px;
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 32px;
    border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

/* Affix styles for fixed navbar after scrolling */
.affix.navbar-fixed-top {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.affix.navbar-default {
    background-color: #fff;
}

.affix.navbar-inverse {
    background-color: #000;
}

.affix .navbar-form > .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.affix .navbar-nav > li > a {
    text-shadow: none;
}

.affix .navbar-nav > li > a {
    padding: 30px 20px;
}

.affix .navbar-nav > .active > a:before {
    width: 100%;
    height: 3px;
    bottom: 0;
}

@media (min-width: 768px) {
    .affix .navbar-brand {
        height: 80px;
    }

    .navbar-nav > li > a {
        padding: 40px 20px;
    }

    .navbar-form {
        margin: 0;
        padding: 27px 0px 27px 20px;
        -webkit-transition: padding .25s ease-in-out;
        transition: padding .25s ease-in-out;
    }

    .affix .navbar-form {
        padding: 17px 0 17px 20px;
    }

    .navbar-form > .btn {
        width: 140px;
        -webkit-box-shadow: 0 1px 3px #000;
        box-shadow: 0 1px 3px #000;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        height: 80px;
    }

    .navbar-header > .btn {
        display: block !important;
    }

    /* Collapses fixed nav sooner */
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

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

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .navbar-header > a {
        height: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    .navbar-brand {
        height: auto;
        max-width: 100%;
        max-height: 80px;
    }
}
/*==================== OFF CANVAS NAV CLASSES ====================*/
.navmenu {
    z-index: 1;
    background-color: #1F262F;
    border: 0;
}

.navmenu a {
    font-weight: 600;
    font-size: 18px;
}

.navmenu-header {
    border-bottom: 1px solid #353e4a;
}

.navmenu-header a {
    padding: 25px;
    display: block;
    color: #fff;
}

.navmenu-header a .close {
    opacity: 1;
    text-shadow: none;
    color: #FFF;
    font-size: 30px;
}

.navmenu-inverse .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus {
    background-color: #121519;
}

.navmenu-inverse .navmenu-nav li a {
    color: #fff;
    padding: 16px 25px;
}

.navmenu-footer {
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

a.navmenu-footer {
    text-decoration: none;
}

.navmenu-footer p {
    margin-bottom: -5px;
    padding-left: 77px;
    font-size: 12px;
    font-weight: 600;
    color: #a5a5a5;
}

.navmenu-footer img {
    height: 30px;
}


/*==================== ICON FONT CLASSES ====================*/
.material-icons.v-align-m {
    vertical-align: middle;
}

.material-icons.account-circle:before {
    content: "\e853";
}

.material-icons.close:before {
    content: "\e5cd";
}



/*==================== Unsubscribe Page ====================*/
.unsubscribe-page .panel-body p {
    font-size: 16px;
    line-height: 20px;
    color: #5B727C;
}

.unsubscribe-page .panel-body p strong {
    color: #000;
}

.unsubscribe-page .panel {
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.unsubscribe-page .panel-body {
    padding: 40px;
}

.unsubscribe-page .panel-body .btn-default {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 768px) {
    .unsubscribe-page .panel-body h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .unsubscribe-page .panel-body {
        padding: 30px;
    }

    .unsubscribe-page .panel-body h3 {
        font-size: 20px;
    }

    .unsubscribe-page .panel-body p {
        font-size: 14px;
    }
}
