/*
* @subpackage _variables.css
  @subpackage _mixins.css
*/


/*
*  @section  Variables
*/

@import url(animate.css);

/*
*  @section  Main Styles
*/

body {
    color: #777777 !important;
    font: 400 14px/24px "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    /*background: #000;*/
}

@media (min-width: 767px) {
    body {
        padding-top: 45px;
    }
}

.box-title {
    border-bottom: 3px solid #F00;
    padding-bottom: 10px;
    text-align: left;
}

.box-title.footer {
    width: calc(100% + 1000px);
}

img {
    max-width: 100%;
    height: auto;
}
.btn {
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h1,
.heading-1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
}

@media (min-width: 767px) {
    h1,
    .heading-1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .stuck_container {
        display: none;
    }    
    main {
        /*padding-top: 58px !important;*/
    }
    .rd-mobilepanel_title {
        margin: 0 auto;
    }
}

h2,
.heading-2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 100;
    text-align: center;
    letter-spacing: -1px;
    color: #3f3f3f;
}
@media (max-width: 768px) {
    h2,
    .heading-2 {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    h2,
    .heading-2 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    h2,
    .heading-2 {
        font-size: 30px;
        font-weight: bold;
    }
}

h3,
.heading-3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    color: #3f3f3f;
}

h4,
.heading-4 {
    font-size: 24px;
    line-height: 1.2;
}

h5,
.heading-5 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

h6,
.heading-6 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 900;
    text-transform: uppercase;
}

p {
    line-height: 1.7;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    color: #ff6600;
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
    color: #000;
}

a[href^="tel:"]:active,
a[href^="callto:"]:active,
a[href^="mailto:"]:active {
    color: #ff6600;
}

strong {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
    display: block;
}

.page {
    overflow: hidden;
    min-height: 500px;
    text-align: center;
}

.lt-ie9 .page {
    min-width: 1200px;
}

@media (min-width: 992px) {
    .page {
        text-align: left;
    }
}


/*
*  @section  Main Layout
*/

.brand_name + .brand_slogan {
    margin-top: 5px;
}

.thumb + .thumb {
    margin-top: 30px;
}

.box-xs + .box-xs {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .box-xs + .box-xs {
        margin-top: 5px;
    }
}

p + .btn {
    margin-top: 36px;
}

* + .btn {
    margin-top: 40px;
}

.my-order .btn {
    margin-top: 0px;
}

@media (min-width: 992px) {
    * + .btn {
        margin-top: 92px;
    }
    .my-order .btn {
        margin-top: 0px;
    }
}

* + .product {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .product {
        margin-top: 85px;
    }
}

.quote p + p {
    margin-top: 18px;
}

.quote + .round {
    margin-top: 25px;
}

p + P {
    /*margin-top: 18px;*/
}

img + p {
    margin-top: 15px;
}

@media (min-width: 992px) {
    img + p {
        margin-top: 37px;
    }
}

img + h2 {
    margin-top: 20px;
}

p + .link {
    margin-top: 5px;
}

@media (min-width: 992px) {
    p + .link {
        margin-top: 8px;
    }
}

.link + h3 {
    margin-top: 25px;
}

h2 + .row {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    h2 + .row {
        margin-top: 76px;
    }
}

h2 + p {
    margin-top: 10px;
}

@media (min-width: 992px) {
    h2 + p {
        margin-top: 20px;
    }
}

h2 + img {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    h2 + img {
        margin-top: 85px;
    }
}

h2 + .terms-list {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    h2 + .terms-list {
        margin-top: 75px;
    }
}

h3 + p {
    margin-top: 15px;
}

@media (min-width: 992px) {
    h3 + p {
        margin-top: 10px;
    }
}

img + h3 {
    margin-top: 15px;
}

@media (min-width: 992px) {
    img + h3 {
        margin-top: 38px;
    }
}

h6 + p {
    margin-top: 7px;
}

h6 + * {
    margin-top: 12px;
}

.address + dl {
    margin-top: 22px;
}

h2 + .flow-offset-4 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    h2 + .flow-offset-4 {
        margin-top: 60px;
    }
}

.terms-list dt + dd {
    margin-top: 25px;
}

.terms-list dd + dt {
    margin-top: 39px;
}

dl + .link {
    margin-top: 15px;
}

* + .rd-mailform {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .rd-mailform {
        margin-top: 82px;
    }
}

.offset-1 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .offset-1 {
        margin-top: 0;
    }
}

.offset-2 {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .offset-2 {
        margin-top: 0;
    }
}

.offset-3 {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .offset-3 {
        margin-top: 0;
    }
}

.offset-5 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .offset-5 {
        margin-bottom: 10px;
    }
}

.offset-6 {
    margin-top: 15px;
}

.flow-offset-1 > * + * {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

.flow-offset-2 > * + * {
    margin-top: 35px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .flow-offset-2 > * + * {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
        margin-top: 25px;
    }
}

.flow-offset-3 > * + * {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
        margin-top: 5px;
    }
}

.flow-offset-4 > * + * {
    margin-top: 20px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3),
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
        margin-top: 20px;
    }
}

.inset-1 {
    padding-right: 14px;
}

.inset-2 {
    padding-right: 0;
}

@media (min-width: 992px) {
    .inset-2 {
        padding-right: 90px;
    }
}

.inset-3 {
    padding-right: 0;
}

@media (min-width: 992px) {
    .inset-3 {
        padding-right: 20px;
    }
}

.inset-4 {
    padding-right: 0;
}

@media (min-width: 992px) {
    .inset-4 {
        padding-right: 30px;
    }
}

.postfix-1 {
    margin-right: 0;
}

@media (min-width: 992px) {
    .postfix-1 {
        margin-right: 5px;
    }
}


/*
*  @section   Helpers
*/
.small {
    font-size: 12px;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

@media (min-width: 992px) {
    .text-left-md {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .text-left-md-sm {
        text-align: left;
    }
}

.uppercase {
    text-transform: uppercase;
}

.round {
    border-radius: 50%;
}

.border {
    border: 4px solid #b4b4b4;
}

.skin-1 {
    display: block;
}

.primary {
    color: #cf3b19;
}

.text-color {
    color: #2c2c2c;
}


/*
*  @section     Components
*/


/*
*  @subsection   Product
*/

.product a:hover {
    color: #008cbd;
}


/*
*  @subsection   Address
*/

address {
    line-height: 1.6;

}

@media (min-width: 768px) {
    address {
        height: 220px;
    }
}

address dt,
address dd {
    display: inline-block;
}


/*
*  @subsection   Blockquote
*/

blockquote {
    display: inline-block;
}

blockquote .quote {
    position: relative;
    border-radius: 5px;
    padding: 32px 24px 29px 32px;
}

blockquote .quote::before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    bottom: -7px;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    background: #fff;
}

blockquote cite {
    color: #cf3b19;
    display: inline-block;
}


/*
*  @subsection   Flex-list
*/

.flex-list {
    display: block;
    text-align: center;
}

.flex-list li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.flex-list li:hover {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.7;
}

.flex-list li + li {
    margin-left: 25px;
}

@media (min-width: 768px) {
    .flex-list {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .flex-list li {
        display: table-cell;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


/*
*  @subsection   List
*/

.list {
    line-height: 2.5;
}

.list .icon-xs {
    text-align: left;
    min-width: 30px;
}

.list-icon {
    line-height: 1.2;
}

.list .active {
    color: #2c2c2c;
}


/*
*  @subsection   Index-List
*/

.index-list {
    counter-reset: li;
}

/*
*  @subsection   Terms-List
*/

.terms-list {
    line-height: 1.3;
}

.skin-2 .link {
    text-transform: lowercase;
    font-weight: 400;
}

.skin-2 .link::before {
    content: '';
}


/*
*  @subsection   Backgrounds
*/

.bg-default {
    background: #fff;
}

.bg-primary {
    background: #ededed;
}

.bg-secondary {
    background: #d2d2d2;
}

.bg-secondary-1 {
    background: #e5e5e5;
}

.bg-secondary-2 {
    background: #dadada;
}

.bg-secondary-3 {
    background: #656565;
    /*background: #333333 ;*/
}


/*
*  @subsection   Buttons
*/

.btn {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    display: inline-block;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.btn::before {
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-family: "Roboto";
    padding-right: 27px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 47%;
    -moz-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
}

.btn-secondary {
    color: #fff;
    background: #008cbd;
}

.btn-secondary::before {
    right: 3px;
}

.btn-secondary:hover {
    background: #cf3b19;
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    padding-right: 20px;
}

.btn:active {
    background: #ff6600;
}

.btn-sm {
    padding: 13px 47px 13px 38px;
}

.btn-md {
    padding: 13px 48px 13px 47px;
}

.btn-xs {
    padding: 17px 63px 19px 47px;
}

.btn-xs::before {
    right: 17px;
}


/*
*  @subsection   Link
*/

.link {
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.link-secondary {
    color: #008cbd;
}

.link-default {
    color: #fff;
}

.link::before {
    position: absolute;
    left: 80px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.link:hover {
    color: #cf3b19;
}

.link:hover::before {
    left: 85px;
}

.link:active {
    color: #ff6600;
}


/*
*  @subsection   Link-img
*/

.link-img .border {
    position: relative;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-img .border:hover {
    opacity: 0.6;
}


/*
*  @subsection   Icons
*/

.icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.icon-lg {
    font-size: 48px;
    height: 107px;
    width: 107px;
    line-height: 2.1;
}
.icon-lg img{
    height: 107px;
    width: 107px;
}

.icon-xs {
    font-size: 17px;
}

.icon-secondary {
    background: #008cbd;
}

.icon-secondary-variant-1 {
    background: #76b820;
}

.icon-secondary-variant-2 {
    background: #ff6600;
}


/*
*  @subsection  Thumb
*/

.thumb {
    display: block;
    position: relative;
}


/*
*  @subsection  Camera
*/

.cemera_wrap {
    text-transform: uppercase;
}


/*
*  @subsection  Parallax
*/

.parallax {
    color: #fff;
}


/*
*  @subsection    Box
*/

@media (min-width: 480px) {
    .absolute-vertical-xs {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .absolute-vertical-sm {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .absolute-vertical-md {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .absolute-vertical-lg {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
}

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt {
    vertical-align: middle;
    text-align: center;
}

@media (min-width: 480px) {
    .box_cnt {
        text-align: left;
    }
}

.box_cnt a:hover {
    color: #cf3b19;
}

.box_cnt__no-flow {
    overflow: hidden;
}


/*
*  @subsection  Brand
*/

.brand {
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}

.brand_name {
    overflow: hidden;
    color: #fff;
    font-size: 27px;
    line-height: 0.88571;
}

@media (min-width: 1200px) {
    .brand_name {
        font-size: 35px;
    }
}

.brand_slogan {
    font-size: 14px;
    line-height: 0.4;
    color: #222222;
    font-weight: 400;
}


/*
*  @subsection   Imports
*
* @subpackage  menu.scss
* @subpackage  navbar.scss
* @subpackage  stuck-menu.scss
* @subpackage  to-top.scss
* @subpackage  parallax.scss
* @subpackage  boxes.scss

*/


/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/


/*========================   Menu   ==========================*/

.sf-menu {
    display: inline-block;
    margin: 0 auto;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    position: relative;
    float: left;
}

#header-top .sf-menu > li.active {
    text-decoration: none;
    background-color: #eee;
}

.sf-menu > li:last-child > a {
    margin-right: 12px;
}

@media (min-width: 992px) {
    .sf-menu > li + li {
        margin-left: 20px;
    }
}

.sf-menu a {
    display: block;
}

.sf-menu > li > a {
    padding: 35px 5px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
    color: #F00;
}

.sf-menu > li.active > a {
    color: #F00;
}

.sf-menu ul {
    font-size: 14px;
    display: none;
    position: absolute;
    top: 100%;
    min-width: 235px;
    /*padding: 20px 0;*/
    background: #323232;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul > li > a {
    color: #fff;
    padding: 7px 31px;
    position: relative;
}

.sf-menu ul > li > a span::before {
    content: "\f054";
    position: absolute;
    font-size: 14px;
    font-family: "FontAwesome";
    right: 20px;
    opacity: 1;
    transition: 0.3s;
    color: #fff;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
    color: #fff;
    background: #cf3b19;
}

.sf-menu ul ul {
    position: absolute;
    top: 96px;
    left: 100%;
    width: auto;
    margin-top: 0;
    padding: 0;
    z-index: 4;
    min-width: 150px;
}

.sf-menu ul ul > li > a {
    color: #FFF;
}

.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
    color: #FFF;
    background: #cf3b19;
}

.sf-menu > li > .sf-with-ul {
    position: relative;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}


/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #008cbd;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 18px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 16px;
    }
}


/*==================  Stuck menu  ======================*/

.isStuck {
    /*background: #2c2c2c;*/
    z-index: 999;
    /*border-bottom: 1px solid #333333;*/
}

@media only screen and (max-width: 979px) {
    .isStuck {
        /*display: none !important;*/
    }
}


/*==================     ToTop     ======================*/

.toTop {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #333333;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 30px;
    bottom: 95px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #cf3b19;
    text-decoration: none;
}

.toTop:active {
    color: #fff;
    background: #ff6600;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}


/*==================  RD Parallax    ======================*/

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: top left;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

@media (max-width: 768px) {
    .parallax_image {
        background-repeat: no-repeat;
        -webkit-background-size: inherit;
        background-size: inherit;
    }
    .strengths {
        background-color: #42464a;
    }
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}


/*
*  @subsection   Box
*/

.box .box__middle,
.box-xs .box__middle,
.box-sm .box__middle,
.box-md .box__middle,
.box-lg .box__middle {
    vertical-align: middle;
}

.box .box__bottom,
.box-xs .box__bottom,
.box-sm .box__bottom,
.box-md .box__bottom,
.box-lg .box__bottom {
    vertical-align: bottom;
}

.box .box_left img,
.box .box_right img {
    max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.box .box_left {
    padding-right: 25px;
}

.box .box_right {
    padding-left: 25px;
}

.box .box-no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.box-xs .box_left,
.box-sm .box_left,
.box-md .box_left,
.box-lg .box_left {
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .box-xs .box_left,
    .box-sm .box_left,
    .box-md .box_left,
    .box-lg .box_left {
        padding-bottom: 25px;
    }
}

.box-xs .box_right,
.box-sm .box_right,
.box-md .box_right,
.box-lg .box_right {
    padding-top: 25px;
}

.box-xs .box_left.box-no-gutter,
.box-sm .box_left.box-no-gutter,
.box-md .box_left.box-no-gutter,
.box-lg .box_left.box-no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.strength-item {
    padding: 5px 40px;
    background-color: #F00;
    text-align: center;
    color: #FFF;
    margin-top: 15px;
}

@media (min-width: 480px) {
    .box-xs .box_left img,
    .box-xs .box_right img {
        max-width: none;
    }
    .box-xs .box_left,
    .box-xs .box_right,
    .box-xs .box_cnt {
        vertical-align: top;
        width: 250px;
        display: block;
        margin: 0 auto;
        font-size: 14px !important;
        text-align: justify;text-justify:inter-word;
    }
    .box-xs .box_left {
        padding-right: 25px;
    }
    .box-xs .box_right {
        padding-left: 25px;
    }
    .box-xs-clear .box_left img,
    .box-xs-clear .box_right img {
        max-width: 100%;
    }
    .box-xs-clear .box_left,
    .box-xs-clear .box_right,
    .box-xs-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-xs-clear .box_left {
        padding-bottom: 25px;
    }
    .box-xs-clear .box_right {
        padding-top: 25px;
    }
}

@media (min-width: 768px) {
    .box-sm .box_left img,
    .box-sm .box_right img {
        max-width: none;
    }
    .box-sm .box_left,
    .box-sm .box_right,
    .box-sm .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-sm .box_left {
        padding-right: 25px;
    }
    .box-sm .box_right {
        padding-left: 25px;
    }
    .box-sm-clear .box_left img,
    .box-sm-clear .box_right img {
        max-width: 100%;
    }
    .box-sm-clear .box_left,
    .box-sm-clear .box_right,
    .box-sm-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-sm-clear .box_left {
        padding-bottom: 25px;
    }
    .box-sm-clear .box_right {
        padding-top: 25px;
    }
}

@media (min-width: 992px) {
    .box-md .box_left img,
    .box-md .box_right img {
        max-width: none;
    }
    .box-md .box_left,
    .box-md .box_right,
    .box-md .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-md .box_left {
        padding-right: 25px;
    }
    .box-md .box_right {
        padding-left: 25px;
    }
    .box-md-clear .box_left img,
    .box-md-clear .box_right img {
        max-width: 100%;
    }
    .box-md-clear .box_left,
    .box-md-clear .box_right,
    .box-md-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-md-clear .box_left {
        padding-bottom: 25px;
    }
    .box-md-clear .box_right {
        padding-top: 25px;
    }
}

@media (min-width: 1200px) {
    .box-lg .box_left img,
    .box-lg .box_right img {
        max-width: none;
    }
    .box-lg .box_left,
    .box-lg .box_right,
    .box-lg .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-lg .box_left {
        padding-right: 25px;
    }
    .box-lg .box_right {
        padding-left: 25px;
    }
    .box-lg-clear .box_left img,
    .box-lg-clear .box_right img {
        max-width: 100%;
    }
    .box-lg-clear .box_left,
    .box-lg-clear .box_right,
    .box-lg-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-lg-clear .box_left {
        padding-bottom: 25px;
    }
    .box-lg-clear .box_right {
        padding-top: 25px;
    }
}


/*
*  @section   HEADER
*/

header {

}

header:before,
header:after {
    display: table;
    content: "";
    line-height: 0;
}

header:after {
    clear: both;
}

header .brand {
    float: left;
    /*padding: 10px;*/
    padding: 7px;
}

header .nav {
    letter-spacing: -1px;
    /*padding-top: 25px;*/
    padding-right: 35px;
    font-size: 15px;
    float: right;
    color: #FFF;
}

@media (min-width: 1200px) {
    header .nav {
        /*padding-top: 33px;*/
        padding-right: 80px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
    }
}


/*
*  @section   CONTENT
*/
main {
    display: block;
}

@media (min-width: 769px) {
    main {
        padding-top: 85px;
    }
}

/*
*  @subsection  Well
*/

.well {
    padding-top: 70px;
    padding-bottom: 65px;
}

@media (min-width: 1200px) {
    .well {
        padding-top: 140px;
    }
}

.well-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .well-xs {
        padding-top: 53px;
        padding-bottom: 53px;
    }
}

.well-md {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .home .well-md {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .well-md {
        padding-top: 70px;
        padding-bottom: 76px;
    }
    .well-md-page {
        padding-top: 76px;
    }
}

.well-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.well-md h2 {
    margin: 0 auto;
}

.home .well-md h2 {
    width: calc(100% + 1000px);
}

@media (min-width: 1200px) {
    .well-lg {
        padding-top: 105px;
        padding-bottom: 100px;
    }
}

.well-xl {
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (min-width: 1200px) {
    .well-xl {
        padding-top: 150px;
        padding-bottom: 160px;
    }
}

.well--inset-1 {
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .well--inset-1 {
        padding-bottom: 150px;
    }
}

.well--inset-2 {
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .well--inset-2 {
        padding-top: 85px;
    }
}

.well--inset-3 {
    padding-top: 40px;
    padding-bottom: 75px;
}

@media (min-width: 1200px) {
    .well--inset-3 {
        padding-top: 40px;
        padding-bottom: 120px;
        overflow: hidden;
        /* border: none; */
        margin-bottom: 0px;
    }
}

.strengths ol.row  {
    margin-bottom: 0px;
}

.strengths .box-xs .box_left{
    padding-bottom: 0px;
}

/*
 *  @section    FOOTER
 */

.footer {
    color: #656565;
    background: #FFF;
}

.footer .copyright {
    font-size: 11px;
}

@media (min-width: 480px) {
    .footer .copyright {
        font-size: 14px;
    }

    .dropdown-content {
        display: none !important;
    }
}

.footer .copyright {
    color: #FFF;
}
.footer .copyright a:hover {
    color: #000;
    white-space: nowrap;
}

#header-top {
    position: fixed;
    top: 0;
    height: 40px;
    background-color: #F00;
    color: #FFF;
    display: block;
    width: 100%;
    z-index: 9999;
}

#header-top .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#stuck_container img.logo {
    height: 94px;
}

#stuck_container {
    background-color: #FFF;
    top: 0px;
    visibility: visible;
    width: 100%;
    margin-top: 0px;
    height: 94px;
    overflow: hidden;
}

@media (min-width: 768px) {
    #stuck_container img.logo {
        /*margin-left: 115px;*/
    }

    li.g-recaptcha{
        margin: 0 !important;
        margin-left: 163px !important;
    }
}

@media (max-width: 768px) {
    #stuck_container img.logo {
        margin-left: 15px;
    }
    header .nav {
        padding-right: 15px;
    }

    li.g-recaptcha{
        margin: 0 auto !important;
    }
}

@media (min-width: 768px) {
    .categories .category-item {

    }
}

@media (max-width: 768px) {
    .categories .category-item {
        
    }
}

.categories .category-item-swapper {
    margin: 0 auto;
    border: 1px solid #CCC;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 300px;
    margin-top: 20px;
    background-position:0px 0px;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;

}

.categories .category-item-swapper:hover {
    /*background-size: 400px 400px;
    background-position:-50px -50px;*/
}

.categories .category-item {
    height: 300px;
    margin-top: -20px;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.categories .category-item:hover {
    background: rgba(0, 0, 0, .0);
}
.categories .category-item:hover .category-item-title {
    background: none;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .0) 5%, #000 95%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .0) 5%, #000 95%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .0) 5%, #000 95%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, rgba(0, 0, 0, .0)),color-stop(0.95, #000));
}

.categories .category-item .category-item-title {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
}

.category-item-content {
    margin-top: 10px;
    color: #3f3f3f;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 80px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F00;
}

.news .news-item {
}

/****Thêm*****/
.show {
    display:block;
}

li.dropdown {
    display: inline-block;
}


.footer li.active a {
    color: #F00;
}

.dropdown-menu{
    padding: 0 !important;
    border-radius: 0 !important;
}

.dropdown-toggle:focus{
    color: #337ab7;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color: #337ab7 !important;
}

.dropdown-menu li a{
    padding: 10px 15px !important;
}

.address-title{
    color: #3f3f3f;
    font-weight: 700;
    font-size: 16px;
}

#modal-dat-hang{
    margin-top: 50px;
}

.order-title{
    margin: 10px auto;
}
