﻿
@font-face {
    font-family: 'Lato-Light';
    src: url("../font/Lato-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("../font/Lato-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url("../font/Lato-Black.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lato-Bold';
    src: url("../font/Lato-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Bold';
    src: url("../font/Avenir-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-SemiBold';
    src: url("../font/Avenir-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Regular';
    src: url("../font/Avenir-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Lato-Light';
    src: url("../font/Lato-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("../font/Lato-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'Averta';
    src:url('../font/averta/AvertaStd-Regular.woff2') format('woff2'), url('../font/averta/AvertaStd-Regular.woff') format('woff');
    font-style:normal;
}
@font-face{
    font-family:'Averta';src:url('../font/averta/AvertaStd-Semibold.woff2') format('woff2'), url('../font/averta/AvertaStd-Semibold.woff') format('woff');
    font-weight:800;
    font-style:normal;
}
*/

body {
    /*font-family:Averta,sans-serif;*/
    /*font-family: 'Arimo', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'SF Pro Display', sans-serif;;
    /*color: rgb(25, 29, 47);*/
    color: #444444;
    min-height: 100%;
}

a {
    cursor: pointer;
    color: #34495e;
}

    a:hover,
    a:focus {
        color: #34495e;
        text-decoration: none;
    }

.section-clean {
    padding-bottom: 30px;
    color: #000;
    border-top: 1px solid #EEEEEE;
 }
.section-clean blockquote
{
    border-left: 1px solid #000;
}

.section-gray {
    padding-bottom: 30px;
    color: #000;
    background: #FAFAFA;
    border-top: 1px solid #EEEEEE;
}
.section-gray blockquote
{
    border-left: 1px solid #000;
}


.section-light-orange {
    padding-bottom: 30px;
    color: #000000;
    background: #fff3eb;
    border-top: 2px solid #ffe7d7;
}
.section-light-orange blockquote
{
    border-left: 1px solid #000;
}

.section-light-blue {
    padding-bottom: 30px;
    color: #000000;
    background: #ebf7ff;
    border-top: 2px solid #d7efff;
}
.section-light-blue blockquote
{
    border-left: 1px solid #000;
}



.section-orange {
    
    color: #FFF;
    background: #ff5733;
    background: linear-gradient(#ff5733, #ff5733, #e54e2d, #e54e2d);
    background: -webkit-linear-gradient(#ff5733, #ff5733, #e54e2d, #e54e2d);
}

.section-orange blockquote
{
    border-left: 1px solid #FFF;
}

.section-orange-dark {

    color: #FFF;
    background: #f5892f;
    background: linear-gradient(#f5892f, #f5892f, #93521c, #93521c);
    background: -webkit-linear-gradient(#f5892f, #f5892f, #93521c, #93521c);
}

.section-orange-dark blockquote
{
    border-left: 1px solid #FFF;
}

.section-orange-inverse {
    color: #FFF;
    background: #f0f0f0;
    background: linear-gradient(#e54e2d, #e54e2d, #ff5733, #ff5733);
    background: -webkit-linear-gradient(#e54e2d, #e54e2d, #ff5733, #ff5733);
}

.section-orange-inverse blockquote
{
    border-left: 1px solid #FFF;
}


/*.section-orange {
    color: #FFF;
    background: #ff5733;
    background: linear-gradient(#ff5733, #ff5733, #e54e2d, #e54e2d);
    background: -webkit-linear-gradient(#ff5733, #ff5733, #e54e2d, #e54e2d);
}

.section-orange blockquote
{
    border-left: 1px solid #FFF;
}

.section-orange-inverse {
    color: #FFF;
    background: #f0f0f0;
    background: linear-gradient(#e54e2d, #e54e2d, #ff5733, #ff5733);
    background: -webkit-linear-gradient(#e54e2d, #e54e2d, #ff5733, #ff5733);
}

.section-orange-inverse blockquote
{
    border-left: 1px solid #FFF;
}*/

/*
.section-orange {
    color: #FFF;
    background: #f0f0f0;
    background: linear-gradient(#eb5c0d, #eb5c0d, #f68221, #f68221);
    background: -webkit-linear-gradient(#eb5c0d, #eb5c0d, #f68221, #f68221);
}

.section-orange blockquote
{
    border-left: 1px solid #FFF;
}

.section-orange-inverse {
    color: #FFF;
    background: #f0f0f0;
    background: linear-gradient(#f68221, #f68221, #eb5c0d, #eb5c0d);
    background: -webkit-linear-gradient(#f68221, #f68221, #eb5c0d, #eb5c0d);
}

.section-orange-inverse blockquote
{
    border-left: 1px solid #FFF;
}
*/

.section-orange-light {
    color: #FFF;
    background: #f0f0f0;
    /*background: linear-gradient(#feeee6, #feeee6, #f68221, #f68221);
    background: -webkit-linear-gradient(#feeee6, #feeee6, #f68221, #f68221);*/
    background: linear-gradient(to bottom, #f7a800 0%, #ff8000 100%);
}

.section-orange-light blockquote
{
    border-left: 1px solid #FFF;
}

.section-blue {
    background-color: #0d9ceb;
    background: linear-gradient(#f6fbfe, #0099ff);
    background: -webkit-linear-gradient(#f6fbfe, #0099ff);
    color: #FFF;
}

.section-blue blockquote
{
    border-left: 1px solid #FFF;
}


blockquote
{
    border-left: 1px solid #FF6600;
    /*border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;*/
    font: 200 18px/24px "SF Pro Display", sans-serif;
    padding: 0px 0 0px 20px;
    margin: 7px 10px 7px 15px;
    
}

h1 {

    font: 600 34px/42px "SF Pro Display", sans-serif;
    padding: 0;
    margin: 15px 5px;
}

h2 {
    font: 600 28px/36px "SF Pro Display", sans-serif;
    padding: 0;
    margin: 10px 5px;
}

h3 {
    font: 300 20px/26px "SF Pro Display", sans-serif;
    padding: 0;
    margin: 10px 5px;
}

h4 {
    font: 300 16px/24px "SF Pro Display", sans-serif;
    padding: 0;
    margin: 10px 5px 10px 5px
}

h5 {
    font: 600 18px/22px "SF Pro Display", sans-serif;
    padding: 0;
    margin: 10px 5px 10px 5px
}

ul {
    font: 700 22px/30px "SF Pro Display", sans-serif;
    padding-left: 10px;
    list-style-type: none;
}

li {
    font: 700 22px/30px "SF Pro Display", sans-serif;
    /*color: #969da3;*/
    color: #555;
    padding: 10px 0;
}

    
    
    
    
.form-control {
    border-color: #e4e5e7 !important;
}

.input-group-addon {
    background: #fafbfc;
    border-color: #e4e5e7 !important;
}

.sidebar-button {
    padding: 4px 10px 0 10px;
}

    .sidebar-button i {
        font-size: 20px;
    }
.hot {
    color: #ff7143;
    
}
.hot2 {
    color: #ff6600;
}

.btn-pill {
    border-width: 1px;
    border-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #555;
    background-color: #FFF;
    font: 18px/20px "Lato-Light", sans-serif;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 9px;
    letter-spacing: 1.2px;
    min-width: 100px;
    min-height: 40px
}

    .btn-pill:hover, .btn-pill:focus, .btn-pill:active, .btn-pill.active, .open > .dropdown-toggle.btn-pill {
        background-color: #F0F0F0;
    }

.btn-hot {
    background-color: #ff7143;
    border-width: 0px;
    color: #FFF;
    border-bottom-width: 3px;
    border-bottom-color: #FFAB91;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 12px;
    padding-bottom: 8px;
}

    .btn-hot:hover, .btn-hot:focus, .btn-hot:active, .btn-hot.active, .open > .dropdown-toggle.btn-hot {
        background-color: #ff6600;
        color: #FFF;
    }

.btn-hot-sm {
    background-color: #ff7143;
    border-width: 0px;
    color: #FFF;
    border-bottom-width: 3px;
    border-bottom-color: #FFAB91;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 12px;
    padding-bottom: 8px;
}
    .btn-hot-sm:hover, .btn-hot-sm:focus, .btn-hot-sm:active, .btn-hot-sm.active, .open > .dropdown-toggle.btn-hot-sm {
        background-color: #ff6600;
        color: #FFF;
    }

.btn-white {
    background-color: #fff;
    border-width: 0px;
    color: #ff6600;
    border-bottom-width: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
        background-color: #ff7143;
        color: #FFF;
    }



.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




/*Custom Padding based on media*/
@media (max-width: 767px) {
    .pad-xs-0 {
        padding: 0;
        margin: 0;
    }

    .pad-xs-1 {
        padding: 1px;
        margin: 0px;
    }

    .content {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .pad-sm-0 {
        padding: 0;
        margin: 0;
    }

    .pad-sm-5 {
        padding: 5px;
        margin: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 10px; /* for vertical scrollbars */
        height: 6px; /* for horizontal scrollbars */
    }

    ::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1200px) {
}




.footer {
    padding: 10px 18px;
    border-top: 0px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}



.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #d9dbdd;
        color: #606265;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            background-color: #e4ebee;
            border-color: #e4ebee;
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #FFFFFF;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #FFFFFF;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled,
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled],
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:active,
        .btn-warning.active[disabled],
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300;
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF;
}

    .btn-warning2:hover,
    .btn-warning2:focus,
    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #FFFFFF;
    }

    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-image: none;
    }

        .btn-warning2.disabled,
        .btn-warning2.disabled:hover,
        .btn-warning2.disabled:focus,
        .btn-warning2.disabled:active,
        .btn-warning2.disabled.active,
        .btn-warning2[disabled],
        .btn-warning2[disabled]:hover,
        .btn-warning2[disabled]:focus,
        .btn-warning2[disabled]:active,
        .btn-warning2.active[disabled],
        fieldset[disabled] .btn-warning2,
        fieldset[disabled] .btn-warning2:hover,
        fieldset[disabled] .btn-warning2:focus,
        fieldset[disabled] .btn-warning2:active,
        fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18;
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #FFFFFF;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321;
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF;
}

    .btn-danger2:hover,
    .btn-danger2:focus,
    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #FFFFFF;
    }

    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-image: none;
    }

        .btn-danger2.disabled,
        .btn-danger2.disabled:hover,
        .btn-danger2.disabled:focus,
        .btn-danger2.disabled:active,
        .btn-danger2.disabled.active,
        .btn-danger2[disabled],
        .btn-danger2[disabled]:hover,
        .btn-danger2[disabled]:focus,
        .btn-danger2[disabled]:active,
        .btn-danger2.active[disabled],
        fieldset[disabled] .btn-danger2,
        fieldset[disabled] .btn-danger2:hover,
        fieldset[disabled] .btn-danger2:focus,
        fieldset[disabled] .btn-danger2:active,
        fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #6a6c6f;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #9d9fa2;
        }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        padding: 4px 8px;
        border-radius: 25px;
        font-size: 10px;
        line-height: 1;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }



@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'SF Pro Display';
    src: url('../font/SFProDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}