body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    background-color: #fff;
    color: #6D6E71;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

*:focus,
*:focus:active,
.intl-tel-input.separate-dial-code .selected-flag {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    -webkit-box-shadow: none !important;
    border-radius: 0;
    padding: 8px 12px !important;
    height: auto;
}

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

p {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.text-primary {
    color: #ee2f30;
}

.bg-primary {
    background: #ee2f30 !important;
}

.bg-gray-light {
    background: #EAEDF0 !important;
}

a {
    color: #ee2f30;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #d36d2e;
}

a.link-animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-primary {
    background: #ee2f30;
    border-color: #ee2f30;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background: #ee2f30;
    border-color: #ee2f30;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn {
    vertical-align: top;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background: #999;
    border-color: #999;
}

.btn-black {
    background: #414042;
    border-color: #414042;
    color: #fff !important;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:active:focus {
    background: #28252B;
    border-color: #28252B;
}

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

label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    color: #444;
}

.radio-inline,
.checkbox-inline,
.radio,
.checkbox {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #6D6E71;
}

.radio-inline:after,
.checkbox-inline:after,
.checkbox:after,
.radio:after {
    display: none;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: #000;
}


/*
 * HEADER
 */

header {
    position: relative;
    background: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.primary-header {
    font-size: 14px;
    background: #28252B;
    position: relative;
}

.primary-header a {
    display: block;
    color: white;
    font-weight: 400;
    padding: 5px 0 5px;
    height: 32px;
}

.primary-header a:hover,
.primary-header a:focus,
.primary-header a:active {
    color: #000;
}

.primary-header .login-btn {
    background: #ee2f30;
    position: relative;
    z-index: 9;
    overflow: hidden;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 5px 0 5px !important;
    width: 220px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.primary-header .login-btn:hover {
    background: #ee2f30;
    color:#28252B;
}

.primary-header .login-btn::before {
    border-left: 20px solid #EAEDF0;
    border-right: 20px solid #ee2f30;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #28252B;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
}

.primary-header .login-btn::after {
border-left: 20px solid #ee2f30;
    border-right: 20px solid #28252B;
    border-top: 50px solid #ee2f30;
    border-bottom: 50px solid transparent;
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
}

.primary-header .language-area {
    background: #28252B !important;
    position: relative;
    z-index: 9;
    color: #white !important;
    font-size: 14px !important;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    float: right;
    margin-left: -25px;
    padding: 8px 0 8px !important;
    height: 32px;
    width: 80px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.primary-header .language-area::after {
    border-left: 20px solid transparent;
    border-right: 20px solid #28252B;
    border-top: 50px solid transparent;
    border-bottom: 50px solid #ffffff;
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
}

.primary-header .btn-group.language-btn {
    position: absolute;
    z-index: 10;
    right: 20px;
}

.primary-header .btn-group.language-btn .btn-default,
.primary-header .btn-group.language-btn .btn-default:hover,
.primary-header .btn-group.language-btn .btn-default:focus,
.primary-header .btn-group.language-btn .btn-default:active {
    color: white;
    background-color: transparent;
    border-color: transparent;
}

.primary-header .btn-group.language-btn .btn-default:hover {
    color: #000;
}

.primary-header .btn-group.language-btn.open .btn-default {
    color: #000;
}

.primary-header .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.primary-header .white-end::before {
    content: "";
    background: #28252B;
    height: 100%;
    width: 1008%;
    position: absolute;
    right: -979.6%;
    top: 0;
}

.main-header .logo {
    display: block;
    margin-top: -30px;
}

.main-header .call-us ul {
    float: right;
    list-style-type: none;
    line-height: 1.3;
    padding-top: 15px;
}

.main-header .call-us img {
    margin-right: 12px;
    vertical-align: top;
    float: left;
}

.main-header .transport {
    float: right;
    font-weight: bold;
    font-size: 11px;
    color: #2c3740;
    margin-top: 2px;
}

.main-header .call-us ul li:first-child:after {
    content: "";
    background: #d5dce4;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 30px;
}

.main-header .call-us ul li a {
    font-size: 30px;
    color: #2c3740;
    line-height: 1;
    font-weight: normal;
    letter-spacing: -1px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.main-header .call-us ul li {
    display: inline-block;
    font-weight: bold;
    padding: 0 1px;
    vertical-align: top;
    position: relative;
}

.main-header .call-us ul li:last-child {
    padding: 0 25px !important;
}

.dropdown-menu{
    min-width: 235px !important;
    margin: 0px -47px 0 !important;
}

.navbar-default {
    background-color: #ee2f30;
    border: none;
    border-radius: 0 !important;
    margin: 5px 0 0 25px;
    padding-left: 38px;
    float: right;
}

.navbar-collapse {
    padding-left: 0;
}

.navbar {
    min-height: 0;
}


/*.navbar-default:before {
    border-left: 19px solid #ffffff;
    border-right: 19px solid transparent;
    border-top: 23px solid #ffffff;
    border-bottom: 22px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}*/

.navbar-default::after {
    content: "";
    background: #ee2f30;
    display: block;
    width: 350%;
    height: 100%;
    right: -350%;
    top: 0;
    position: absolute;
}

.navbar-nav>li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.navbar-nav .dropdown-item{
    color:black !important;
    padding-left: 20px;
}

.navbar-nav>li:first-child a::before {
    border-left: 19px solid #ffffff;
    border-right: 19px solid transparent;
    border-top: 23px solid #ffffff;
    border-bottom: 22px solid transparent;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.navbar-nav>li:first-child a:hover:before,
.navbar-nav>li:first-child.active>a:before {
    border-right: 19px solid #ee2f30;
    border-bottom: 22px solid #ee2f30;
}

.navbar-nav>li:first-child {
    border-left: 0;
}

.navbar-default .navbar-nav>li>a {
    display: block;
    padding: 11px 24px 11px 24px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    outline: none;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: #a20d0e;
    color: #fff;
}


/* SCREEN MD */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 14px 10px 14px;
    }
    .main-header .logo {
        margin-top: -26px;
    }
    .main-header .logo img {
        width: 250px;
    }
}


/* SCREEN SM */

@media (min-width: 768px) and (max-width: 991px) {
    .main-header .call-us ul {
        padding-top: 20px;
    }
    .navbar-default {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        float: none !important;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-default:before {
        content: "";
        border: none;
        background: #ee2f30;
        display: block;
        width: 350%;
        height: 100%;
        left: -350%;
        top: 0;
        position: absolute;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 19px 10px 19px;
    }
    .navbar-nav>li:first-child a::before {
        display: none;
    }
    .main-header .logo {
        margin-top: -45px;
    }
    .main-header .logo img {
        width: 215px;
    }
}


/* SCREEN XS */

@media (max-width: 767px) {
    .main-header .logo {
        margin: 15px 0 20px;
    }
    .main-header .logo img {
        width: 200px;
    }
    .navbar-default .navbar-toggle {
        margin-top: -50px;
        margin-right: 5px;
        border-color: #fff;
        background: #ee2f30;
        border: 0;
        border-radius: 3px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #ee2f30;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-default {
        margin: 0;
        padding-left: 0;
        float: none;
    }
    .navbar-default:before {
        content: "";
        border: none;
        background: #ee2f30;
        display: block;
        width: 350%;
        height: 100%;
        left: -350%;
        top: 0;
        position: absolute;
    }
    .navbar-nav>li {
        display: block;
        border-left: none;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
}


/**
 * Footer
 */

footer {
    background: #ef2f2f;
    background: -moz-linear-gradient(left, #ef2f2f 0%, #0484e5 100%); 
    background: -webkit-linear-gradient(left, #ef2f2f 0%,#0484e5 100%); 
    background: linear-gradient(to right, #ef2f2f 0%,#0484e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2f2f', endColorstr='#0484e5',GradientType=1 ); 
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
}

footer .main-footer {
    padding: 40px 0;
}

footer .credits {
    background: #444;
    color: #999;
    font-size: 13px;
    padding: 15px 0;
}

footer .credits .poweredby {
    text-align: right;
}

footer .credits .poweredby:hover img {
    opacity: 0.8;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .credits,
    footer .credits .poweredby {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    footer .main-footer {
        text-align: center;
    }
}


/**
 * Contacts bar
 */

.contacts-bar {
    
    background: #ef2f2f;
    background: -moz-linear-gradient(left, #ef2f2f 0%, #0484e5 100%);
    background: -webkit-linear-gradient(left, #ef2f2f 0%,#0484e5 100%);
    background: linear-gradient(to right, #ef2f2f 0%,#0484e5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2f2f', endColorstr='#0484e5',GradientType=1 ); 
    color: #fff;
    padding: 30px 0;
}

.contacts-bar .media {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    margin-left: -12px;
}

.contacts-bar .col-md-3:last-child .media {
    border-right: none;
}

.contacts-bar p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
}

.contacts-bar h4 {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .contacts-bar .media {
        min-height: 78px;
    }
    .contacts-bar .col-sm-4:nth-child(3) .media {
        border-right: none !important;
    }
}


/**
 * Section triangle
 */

section.section-triangle {
    position: relative;
    background: #ee2f30;
    overflow: hidden;
}

section.section-triangle h2,
section.section-triangle p,
section.section-triangle a {
    position: relative;
    z-index: 1001;
}

section.section-triangle p {
    color: rgba(0, 0, 0, 0.6);
}

section.section-triangle h2 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

section.section-triangle.triangle-right:after {
    border-left: 180px solid #ee2f30;
    border-right: 180px solid transparent;
    border-top: 200px solid transparent;
    border-bottom: 200px solid #ee2f30;
    content: "";
    position: absolute;
    left: 60%;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

section.section-triangle.triangle-right:before {
    content: "";
    width: 40%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    background-size: cover;
}

section.section-triangle.triangle-left:after {
    border-left: 180px solid transparent;
    border-right: 180px solid #ee2f30;
    border-top: 200px solid transparent;
    border-bottom: 200px solid #ee2f30;
    content: "";
    position: absolute;
    right: 60%;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

section.section-triangle.triangle-left:before {
    content: "";
    width: 40%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    background-size: cover;
}

section.section-triangle .section-triangle-content {
    margin: 35px 0;
}

section.be-customer:before {
    background-image: url(https://tnet-logistics.com/assets/img/ser-cliente.jpg) !important;
    background-position: center right;
}

section.section-triangle.our-routes:before {
    background-image: url(https://tnet-logistics.com/assets/img/areas-entrega.jpg) !important;
    background-position: center left;
}

section.know-services:before {
    background-image: url(https://tnet-logistics.com/assets/img/servico.jpg) !important;
    background-position: center right;
}

section.custom-service:before {
    background-image: url(https://tnet-logistics.com/assets/img/servico-envio-personalizado.jpg) !important;
    background-position: center left;
}

section.section-triangle.our-routes .section-triangle-content {
    margin-left: 60px;
}

.brands{
    max-height: 60px;
    font-size: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.section-triangle.triangle-right:after {
        left: 60%;
    }
    section.section-triangle.triangle-right:before {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.section-triangle.triangle-right:before {
        width: 37%;
    }
    section.section-triangle.triangle-right:after {
        left: 63%;
        border-left: 120px solid #ee2f30;
        border-right: 120px solid transparent;
    }
    section.section-triangle.our-routes:before {
        background-position: -180px center;
    }
    section.section-triangle.our-routes .section-triangle-content {
        margin-left: 70px;
    }
}

@media (max-width: 767px) {
    section.section-triangle:before,
    section.section-triangle:after {
        display: none;
    }
}


/**
 * Services
 */

section.our-services {
    padding: 90px 0;
    background-image: url('https://tnet-logistics.com/assets/img/worldmap-with-dots.png');
    background-position: center;
    background-size: cover;
}

section.our-services .box {
    border: 1px solid rgba(186, 188, 190, 0.5);
    border-radius: 5px;
    background: rgba(234, 237, 240, 0.5);
    padding: 25px;
    margin: 25px;
}

section.our-services .icon {
    font-size: 800%;
}

@media (max-width: 767px) {
    section.our-services {
        padding: 30px 0;
    }
    section.our-services .box {
        margin-bottom: 25px;
    }
}


/**
 * Panels
 */

.panel {
    background: transparent !important;
    border: none;
}

.panel-heading {
    padding: 0;
    border: none;
}

.panel-body {
    background: #fff;
}

.panel-heading h4 {
    background: #ee2f30;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    z-index: 11;
}

.panel-heading h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-bottom: 37.5px solid #ee2f30;
}

.panel-heading.panel-heading-sm h4 {
    font-size: 13px;
}

.panel-heading.panel-heading-sm h4:before {
    border-bottom-width: 33px !important;
}

.panel.panel-gray .panel-body {
    background: #EFF0F0;
}

.panel.panel-gray .panel-heading h4:first-child {
    background: #28252B;
}

.panel.panel-gray .panel-heading h4:first-child:before {
    border-bottom-color: #28252B;
}

.panel.panel-gray .panel-heading h4 {
    background: #999;
}

.panel.panel-gray .panel-heading h4:before {
    border-bottom: 38px solid #58595B;
}


/**
 * Quote panels
 */

.free-quote {
    position: relative;
    z-index: 1000;
    margin-top: -170px;
}

.free-quote .nav-tabs {
    margin-top: 0;
}

.free-quote .nav-tabs>li {
    margin-bottom: 0;
}

.free-quote .form-control {
    height: 34px;
}

.free-quote .panel-heading h4 {
    font-size: 18px;
}

.free-quote .panel-heading h4:before {
    border-bottom: 39px solid #ee2f30;
}

.free-quote .panel-body {
    font-size: 13px;
    padding: 5px 15px 15px 15px;
    background: rgba(255, 255, 255, 0.9)
}

.select2-results__options {
    font-size: 12px !important;
}

.free-quote label,
.free-quote .form-group,
.free-quote ul {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .free-quote {
        margin-top: -150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .free-quote {
        margin-top: -135px;
        margin-bottom: -10px;
    }
}

@media (max-width: 767px) {
    .free-quote {
        margin-top: 30px;
    }
    .free-quote .panel-body {
        background: #EFF0F0
    }
}

.page-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef2f2f+0,0484e5+100 */
    background: #ef2f2f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef2f2f 0%, #0484e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef2f2f 0%, #0484e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef2f2f 0%, #0484e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: none;
    padding: 33px;
    margin-top: 0;
}

.page-header h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    font-weight: 600;
    margin: 0;
}

.round-icon {
    background: #58595B;
    font-size: 38px;
    padding: 11px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.round-icon .icon,
.round-icon .fa {
    color: #fff;
}

.media.media-service {
    margin-top: 20px !important;
    border: 3px solid #58595b;
    height: auto;
    padding-right: 1px;
}

.media-left {
    padding: 19px 10px 19px 10px;
}

.media.media-service p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.square-block {
    position: relative;
    background-color: #ee2f30;
    background-image: url(https://tnet-logistics.com/assets/img/ser-cliente.jpg) !important;
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.square-block p {
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
    font-size: 14px;
}

.square-block h3,
.square-block p,
.square-block a {
    position: relative;
    z-index: 2;
}

.square-block:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ee2f30;
    opacity: 0.8;
}

.media-body {
    padding: 35px 0px 35px 0px;
}

.square-block h3 {
    margin-top: 0;
}

.nav-tabs-custom {
    border: none;
}

.nav-tabs-custom>li>a {
    background-color: #ee2f30 !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    height: 37px;
    color: #fff;
    cursor: default;
    padding: 8px 14px;
    border: none;
    border-radius: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.nav-tabs-custom li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #ee2f30;
    z-index: 1;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.nav-tabs-custom li:nth-child(n+2) a,
.nav-tabs-custom li.active:nth-child(n+2) a {
    padding-left: 35px;
    margin-left: -2px;
}

.nav-tabs-custom>li>a:hover {
    background-color: #a20d0e;
}

.nav-tabs-custom>li>a:hover:before {
    border-bottom-color: #a20d0e;
}


.nav-tabs-custom>li>a:hover,
.nav-tabs-custom>li>a:focus,
.nav-tabs-custom>li.active>a,
.nav-tabs-custom>li.active>a:hover,
.nav-tabs-custom>li.active>a:focus {
    color: #fff;
    border: none;
    background-color: #a20d0e !important;
}

.nav-tabs-custom>li.active>a:before {
    border-bottom-color: #a20d0e;
}

.nav-tabs-custom.nav-tabs-orange>li>a,
.nav-tabs-custom.nav-tabs-orange>li>a:hover,
.nav-tabs-custom.nav-tabs-orange>li>a:focus,
.nav-tabs-custom.nav-tabs-orange>li.active>a,
.nav-tabs-custom.nav-tabs-orange>li.active>a:hover,
.nav-tabs-custom.nav-tabs-orange>li.active>a:focus {
    background-color: #a20d0e;
}

.nav-tabs-custom.nav-tabs-orange li a:before {
    border-bottom-color: #ee2f30;
}

.nav-tabs-custom.nav-tabs-orange>li>a:hover {
    background-color: #a20d0e;
}

.nav-tabs-custom.nav-tabs-orange>li>a:hover:before {
    border-bottom-color: #a20d0e;
}

.nav-tabs-custom.nav-tabs-orange>li.active>a,
.nav-tabs-custom.nav-tabs-orange>li.active>a:hover,
.nav-tabs-custom.nav-tabs-orange>li.active>a:focus {
    background-color: #a20d0e;
}

.nav-tabs-custom.nav-tabs-orange>li.active>a:focus {
    background-color: #a20d0e !important;
}

.nav-tabs-custom.nav-tabs-orange>li.active>a:before {
    border-bottom-color: #a20d0e;
}

.free-quote .nav>li>a:focus,
.free-quote .nav>li>a:hover {
    background: #a20d0e !important;
}

.panel-view-more {
    max-height: 250px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.panel-view-more:before {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 110px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+97 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.panel-view-more.active {
    max-height: 9999px;
    overflow: hidden;
}

.panel-view-more.active:before {
    opacity: 0;
}

.impulsion {
    position: absolute;
    top: -3000px;
}

.impulsion h1,
.impulsion h2 {
    font-size: 12px;
    margin: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #ee2f30;
    border-color: #ee2f30;
}

table th {
    color: #000;
}


/**
 * HELPER OLD CLASSES
 */

.line-height-1p0 {
    line-height: 1.0;
}

.line-height-1p1 {
    line-height: 1.1;
}

.line-height-1p2 {
    line-height: 1.2;
}

.line-height-1p3 {
    line-height: 1.3;
}

.line-height-1p4 {
    line-height: 1.4;
}

.line-height-1p5 {
    line-height: 1.5;
}

.line-height-1p6 {
    line-height: 1.6;
}

.line-height-1p7 {
    line-height: 1.7;
}

.line-height-1p8 {
    line-height: 1.8;
}

.line-height-1p9 {
    line-height: 1.9;
}

.line-height-2p0 {
    line-height: 2.0;
}


/* ".table" to account for bootstrap .table */

.text-left,
.table td.text-left {
    text-align: left;
}

.text-center,
.table td.text-center {
    text-align: center;
}

.text-right,
.table td.text-right {
    text-align: right;
}

.text-green {
    color: #00a65a !important
}

.text-red {
    color: #dd4b39 !important;
}

.text-blue {
    color: #00C0EF !important;
}

.text-purple {
    color: #703a81 !important;
}

.text-yellow {
    color: #fdca2e !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.bg-white {
    background-color: #fff !important
}

.bg-green {
    background-color: #00a65a !important
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-blue {
    background-color: #3598db !important;
}

.bg-purple {
    background-color: #703a81 !important;
}

.bg-yellow {
    background-color: #fdca2e !important;
}


/* Font in Points */

.font-size-7pt {
    font-size: 7pt;
}

.font-size-8pt {
    font-size: 8pt;
}

.font-size-9pt {
    font-size: 9pt;
}

.font-size-10pt {
    font-size: 10pt;
}

.font-size-11pt {
    font-size: 11pt;
}

.font-size-12pt {
    font-size: 12pt;
}

.font-size-13pt {
    font-size: 13pt;
}

.font-size-14pt {
    font-size: 14pt;
}

.font-size-15pt {
    font-size: 15pt;
}

.font-size-16pt {
    font-size: 16pt;
}

.font-size-17pt {
    font-size: 17pt;
}

.font-size-18pt {
    font-size: 18pt;
}

.font-size-19pt {
    font-size: 19pt;
}

.font-size-20pt {
    font-size: 20pt;
}

.font-size-21pt {
    font-size: 21pt;
}

.font-size-22pt {
    font-size: 22pt;
}

.font-size-23pt {
    font-size: 23pt;
}

.font-size-24pt {
    font-size: 24pt;
}

.font-size-25pt {
    font-size: 25pt;
}

.font-size-26pt {
    font-size: 26pt;
}

.font-size-27pt {
    font-size: 27pt;
}

.font-size-28pt {
    font-size: 28pt;
}

.font-size-29pt {
    font-size: 29pt;
}

.font-size-30pt {
    font-size: 30pt;
}

.font-size-40pt {
    font-size: 40pt;
}

.font-size-50pt {
    font-size: 50pt;
}

.font-size-60pt {
    font-size: 60pt;
}

.font-size-70pt {
    font-size: 70pt;
}

.font-size-80pt {
    font-size: 80pt;
}


/* Font in Pixels */

.font-size-9px {
    font-size: 9px;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-11px {
    font-size: 11px;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-13px {
    font-size: 13px;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-15px {
    font-size: 15px;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-17px {
    font-size: 17px;
}

.font-size-18px {
    font-size: 18px;
}

.font-size-19px {
    font-size: 19px;
}

.font-size-20px {
    font-size: 20px;
}

.font-size-21px {
    font-size: 21px;
}

.font-size-22px {
    font-size: 22px;
}

.font-size-23px {
    font-size: 23px;
}

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

.font-size-25px {
    font-size: 25px;
}

.font-size-26px {
    font-size: 26px;
}

.font-size-27px {
    font-size: 27px;
}

.font-size-28px {
    font-size: 28px;
}

.font-size-29px {
    font-size: 29px;
}

.font-size-30px {
    font-size: 30px;
}

.font-size-31px {
    font-size: 31px;
}

.font-size-32px {
    font-size: 32px;
}

.font-size-33px {
    font-size: 33px;
}

.font-size-34px {
    font-size: 34px;
}

.font-size-35px {
    font-size: 35px;
}

.font-size-36px {
    font-size: 36px;
}

.font-size-37px {
    font-size: 37px;
}

.font-size-38px {
    font-size: 38px;
}

.font-size-39px {
    font-size: 39px;
}

.font-size-40px {
    font-size: 40px;
}

.font-size-41px {
    font-size: 41px;
}

.font-size-42px {
    font-size: 42px;
}

.font-size-43px {
    font-size: 43px;
}

.font-size-44px {
    font-size: 44px;
}

.font-size-45px {
    font-size: 45px;
}

.font-size-46px {
    font-size: 46px;
}

.font-size-47px {
    font-size: 47px;
}

.font-size-48px {
    font-size: 48px;
}

.font-size-49px {
    font-size: 49px;
}

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

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

.font-size-70px {
    font-size: 70px;
}

.font-size-80px {
    font-size: 80px;
}


/* Font in Ems */

.font-size-0p7em {
    font-size: 0.7em;
}

.font-size-0p8em {
    font-size: 0.8em;
}

.font-size-0p9em {
    font-size: 0.9em;
}

.font-size-1p0em {
    font-size: 1.0em;
}

.font-size-1p1em {
    font-size: 1.1em;
}

.font-size-1p2em {
    font-size: 1.2em;
}

.font-size-1p3em {
    font-size: 1.3em;
}

.font-size-1p4em {
    font-size: 1.4em;
}

.font-size-1p5em {
    font-size: 1.5em;
}

.font-size-1p6em {
    font-size: 1.6em;
}

.font-size-1p7em {
    font-size: 1.7em;
}

.font-size-1p8em {
    font-size: 1.8em;
}

.font-size-1p9em {
    font-size: 1.9em;
}

.font-size-2p0em {
    font-size: 2.0em;
}

.font-size-2p1em {
    font-size: 2.1em;
}

.font-size-2p2em {
    font-size: 2.2em;
}

.font-size-2p3em {
    font-size: 2.3em;
}

.font-size-2p4em {
    font-size: 2.4em;
}

.font-size-2p5em {
    font-size: 2.5em;
}

.font-size-2p6em {
    font-size: 2.6em;
}

.font-size-2p7em {
    font-size: 2.7em;
}

.font-size-2p8em {
    font-size: 2.8em;
}

.font-size-2p9em {
    font-size: 2.9em;
}

.font-size-3p0em {
    font-size: 3.0em;
}

.font-size-4p0em {
    font-size: 4.0em;
}

.font-size-5p0em {
    font-size: 5.0em;
}

.position-left-0 {
    left: 0;
}

.position-left-1 {
    left: 1px;
}

.position-left-2 {
    left: 2px;
}

.position-left-3 {
    left: 3px;
}

.position-left-4 {
    left: 4px;
}

.position-left-5 {
    left: 5px;
}

.position-left-6 {
    left: 6px;
}

.position-left-7 {
    left: 7px;
}

.position-left-8 {
    left: 8px;
}

.position-left-9 {
    left: 9px;
}

.position-left-10 {
    left: 10px;
}

.position-top-0 {
    top: 0px;
}

.position-top-1 {
    top: 1px;
}

.position-top-2 {
    top: 2px;
}

.position-top-3 {
    top: 3px;
}

.position-top-4 {
    top: 4px;
}

.position-top-5 {
    top: 5px;
}

.position-top-6 {
    top: 6px;
}

.position-top-7 {
    top: 7px;
}

.position-top-8 {
    top: 8px;
}

.position-top-9 {
    top: 9px;
}

.position-top-10 {
    top: 10px;
}

.position-left-minus-1 {
    left: -1px;
}

.position-left-minus-2 {
    left: -2px;
}

.position-left-minus-3 {
    left: -3px;
}

.position-left-minus-4 {
    left: -4px;
}

.position-left-minus-5 {
    left: -5px;
}

.position-top-minus-1 {
    top: -1px;
}

.position-top-minus-2 {
    top: -2px;
}

.position-top-minus-3 {
    top: -3px;
}

.position-top-minus-4 {
    top: -4px;
}

.position-top-minus-5 {
    top: -5px;
}

.margin-0 {
    margin: 0;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-30 {
    margin: 30px;
}

.margin-35 {
    margin: 35px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-10 {
    margin-top: 10px;
}

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

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-1 {
    margin-bottom: 1px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-7 {
    margin-bottom: 7px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-9 {
    margin-bottom: 9px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

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

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

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

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-1 {
    margin-right: 1px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-right-7 {
    margin-right: 7px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-right-9 {
    margin-right: 9px;
}

.margin-right-10 {
    margin-right: 10px;
}

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

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-1 {
    margin-left: 1px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-9 {
    margin-left: 9px;
}

.margin-left-10 {
    margin-left: 10px;
}

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

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-65 {
    margin-left: 65px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-75 {
    margin-left: 75px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-85 {
    margin-left: 85px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-95 {
    margin-left: 95px;
}

.margin-left-100 {
    margin-left: 100px;
}

.padding-0 {
    padding: 0;
}

.padding-10 {
    padding: 10;
}

.padding-15 {
    padding: 15;
}

.padding-20 {
    padding: 20;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.padding-15px {
    padding: 15px;
}

.padding-20px {
    padding: 20px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-1 {
    padding-top: 1px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-9 {
    padding-top: 9px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-1 {
    padding-bottom: 1px;
}

.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-4 {
    padding-bottom: 4px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-6 {
    padding-bottom: 6px;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.padding-bottom-8 {
    padding-bottom: 8px;
}

.padding-bottom-9 {
    padding-bottom: 9px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

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

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-1 {
    padding-right: 1px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-right-4 {
    padding-right: 4px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-6 {
    padding-right: 6px;
}

.padding-right-7 {
    padding-right: 7px;
}

.padding-right-8 {
    padding-right: 8px;
}

.padding-right-9 {
    padding-right: 9px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-1 {
    padding-left: 1px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-6 {
    padding-left: 6px;
}

.padding-left-7 {
    padding-left: 7px;
}

.padding-left-8 {
    padding-left: 8px;
}

.padding-left-9 {
    padding-left: 9px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.bigger-110 {
    font-size: 110% !important
}

.bigger-120 {
    font-size: 120% !important
}

.bigger-130 {
    font-size: 130% !important
}

.bigger-140 {
    font-size: 140% !important
}

.bigger-150 {
    font-size: 150% !important
}

.bigger-160 {
    font-size: 160% !important
}

.bigger-170 {
    font-size: 170% !important
}

.bigger-180 {
    font-size: 180% !important
}

.bigger-190 {
    font-size: 190% !important
}

.bigger-200 {
    font-size: 200% !important
}

.bigger-210 {
    font-size: 210% !important
}

.bigger-220 {
    font-size: 220% !important
}

.bigger-230 {
    font-size: 230% !important
}

.bigger-240 {
    font-size: 240% !important
}

.bigger-250 {
    font-size: 250% !important
}

.bigger-260 {
    font-size: 260% !important
}

.bigger-270 {
    font-size: 270% !important
}

.bigger-280 {
    font-size: 280% !important
}

.bigger-290 {
    font-size: 290% !important
}

.bigger-300 {
    font-size: 300% !important
}

.bigger-125 {
    font-size: 125% !important
}

.bigger-175 {
    font-size: 175% !important
}

.bigger-225 {
    font-size: 225% !important
}

.bigger-275 {
    font-size: 275% !important
}

.spacer-1,
.spacer-2,
.spacer-3,
.spacer-4,
.spacer-5,
.spacer-6,
.spacer-7,
.spacer-8,
.spacer-9,
.spacer-10,
.spacer-11,
.spacer-12,
.spacer-13,
.spacer-14.spacer-15,
.spacer-20,
.spacer-25,
.spacer-30,
.spacer-35,
.spacer-40,
.spacer-45,
.spacer-50,
.spacer-55,
.spacer-60,
.spacer-65,
.spacer-70,
.spacer-75,
.spacer-80,
.spacer-85,
.spacer-90,
.spacer-95,
.spacer-100,
.spacer-120,
.spacer-200,
.spacer-300,
.spacer-400,
.spacer-500 {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    width: 100%;
}

.spacer-1 {
    height: 1px;
}

.spacer-2 {
    height: 2px;
}

.spacer-3 {
    height: 3px;
}

.spacer-4 {
    height: 4px;
}

.spacer-5 {
    height: 5px;
}

.spacer-6 {
    height: 6px;
}

.spacer-7 {
    height: 7px;
}

.spacer-8 {
    height: 8px;
}

.spacer-9 {
    height: 9px;
}

.spacer-10 {
    height: 10px;
}

.spacer-11 {
    height: 11px;
}

.spacer-12 {
    height: 12px;
}

.spacer-13 {
    height: 13px;
}

.spacer-14 {
    height: 14px;
}

.spacer-15 {
    height: 15px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-30 {
    height: 30px;
}

.spacer-35 {
    height: 35px;
}

.spacer-40 {
    height: 40px;
}

.spacer-45 {
    height: 45px;
}

.spacer-50 {
    height: 50px;
}

.spacer-55 {
    height: 55px;
}

.spacer-60 {
    height: 60px;
}

.spacer-65 {
    height: 65px;
}

.spacer-70 {
    height: 70px;
}

.spacer-75 {
    height: 75px;
}

.spacer-80 {
    height: 80px;
}

.spacer-85 {
    height: 85px;
}

.spacer-90 {
    height: 90px;
}

.spacer-95 {
    height: 95px;
}

.spacer-100 {
    height: 100px;
}

.spacer-110 {
    height: 110px;
}

.spacer-120 {
    height: 120px;
}

.spacer-130 {
    height: 130px;
}

.spacer-140 {
    height: 140px;
}

.spacer-150 {
    height: 150px;
}

.spacer-200 {
    height: 200px;
}

.spacer-300 {
    height: 300px;
}

.spacer-400 {
    height: 400px;
}

.spacer-500 {
    height: 500px;
}

.width-auto {
    width: auto !important;
}


/* Percentage */

.width-1 {
    width: 1% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}


/* Pixels */

.width-5px {
    width: 5px;
}

.width-10px {
    width: 10px;
}

.width-15px {
    width: 15px;
}

.width-20px {
    width: 20px;
}

.width-25px {
    width: 25px;
}

.width-30px {
    width: 30px;
}

.width-35px {
    width: 35px;
}

.width-40px {
    width: 40px;
}

.width-45px {
    width: 45px;
}

.width-50px {
    width: 50px;
}

.width-55px {
    width: 55px;
}

.width-60px {
    width: 60px;
}

.width-65px {
    width: 65px;
}

.width-70px {
    width: 70px;
}

.width-75px {
    width: 75px;
}

.width-80px {
    width: 80px;
}

.width-85px {
    width: 85px;
}

.width-90px {
    width: 90px;
}

.width-95px {
    width: 95px;
}

.width-100px {
    width: 100px;
}

.width-110px {
    width: 110px;
}

.width-120px {
    width: 120px;
}

.width-130px {
    width: 130px;
}

.width-140px {
    width: 140px;
}

.width-150px {
    width: 150px;
}

.width-160px {
    width: 160px;
}

.width-170px {
    width: 170px;
}

.width-180px {
    width: 180px;
}

.width-190px {
    width: 190px;
}

.width-200px {
    width: 200px;
}

.width-210px {
    width: 210px;
}

.width-220px {
    width: 220px;
}

.width-230px {
    width: 230px;
}

.width-240px {
    width: 240px;
}

.width-250px {
    width: 250px;
}

.width-260px {
    width: 260px;
}

.width-270px {
    width: 270px;
}

.width-280px {
    width: 280px;
}

.width-290px {
    width: 290px;
}

.width-300px {
    width: 300px;
}

.height-auto {
    height: auto !important;
}

.height-1 {
    height: 1px;
}

.height-2 {
    height: 2px;
}

.height-3 {
    height: 3px;
}

.height-4 {
    height: 4px;
}

.height-5 {
    height: 5px;
}

.height-6 {
    height: 6px;
}

.height-7 {
    height: 7px;
}

.height-8 {
    height: 8px;
}

.height-9 {
    height: 9px;
}

.height-10 {
    height: 10px;
}

.height-15 {
    height: 15px;
}

.height-20 {
    height: 20px;
}

.height-25 {
    height: 25px;
}

.height-30 {
    height: 30px;
}

.height-35 {
    height: 35px;
}

.height-40 {
    height: 40px;
}

.height-45 {
    height: 45px;
}

.height-50 {
    height: 50px;
}

.height-55 {
    height: 55px;
}

.height-60 {
    height: 60px;
}

.height-65 {
    height: 65px;
}

.height-70 {
    height: 70px;
}

.height-75 {
    height: 75px;
}

.height-80 {
    height: 80px;
}

.height-85 {
    height: 85px;
}

.height-90 {
    height: 90px;
}

.height-95 {
    height: 95px;
}

.height-100 {
    height: 100px;
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}