/* General body settings */
body {
    color: #3e4d5c;
    direction: ltr;
    font: 400 13px 'Open Sans', Arial, sans-serif;
    background: #fff;
}

/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

h1 {
    margin-bottom: 15px;
}

/***
Fix link outlines after click
***/

a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #E02222;
    text-decoration: underline;
}

/***
Misc tools
***/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

.padding-top-60 {
    padding-top: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

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

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

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

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

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

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

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

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

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

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

select.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

input.form-control,
textarea.form-control {
    border-color: #dbdbdb;
    color: #777;
    font: 14px Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
}

input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    border: solid 1px #dbdbdb;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.font-transform-inherit {
    text-transform: inherit !important;
}

/***
Custom Scrollbars
***/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
    width: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #e45000;
}

::selection {
    color: #fff;
    background: #e45000;
}

/* Global classes */
.min-hight500 {
    min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
    color: #616b76;
    border-bottom: 1px solid #eee;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #eee;
    padding: 10px 20px;
}

.pre-header a {
    color: #616b76;
}

.pre-header a:hover {
    color: #E02222;
}

.pre-header a:focus {
    text-decoration: none;
}

.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}

.pre-header li:last-child {
    border: none;
}

.additional-shop-info li:first-child {
    padding-left: 0;
}

.additional-nav li:last-child {
    padding-right: 0;
}

.pre-header .fa {
    margin-right: 4px;
}

/***
Header and header elements
***/
.header {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 0;
    z-index: 999;
    position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.page-header-fixed {
    padding-top: 88px !important; /* height of the header */
}

/* FIX styles END */

.header .container {
    position: relative;
}

.ie8 .header {
    border-bottom: 1px solid #eee;
}

.header .mobi-toggler {
    float: right;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin-top: 9px;
    position: relative;
    background: #fff url(../img/toggler.png) no-repeat 6px 8px;
}

.header .mobi-toggler i {
    display: none;
}

.header .mobi-toggler:hover {
    background: #e34f00 url(../img/toggler.png) no-repeat 6px -28px;
    border-color: #e34f00;
    color: #fff;
}

.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation > ul > li {
    float: left;
}

.header-navigation > ul > li > a {
    color: #333;
    display: block;
    padding: 15.5px 20px;
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #e02222;
    text-decoration: none;
}

/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
.header-navigation .dropdown {
    position: static;
}

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}

.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0px;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

.header-navigation .dropdown-menu li:last-child {
    border: none;
}

.header-navigation .dropdown-menu li > a {
    padding: 10px 25px;
    font-weight: 400;
    color: #767f88;
}

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e6400c;
    color: #fff;
}

.dropdown-submenu > a:after {
    display: none;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}

.header-navigation-content .header-navigation-col {
    padding: 0;
}

.header-navigation-content h4 {
    font: bold 15px 'Open Sans', Arial, sans-serif;
    margin: 0 0 6px;
    padding: 10px 10px 5px;
    border-bottom: solid 1px #f0f0f0;
}

.header-navigation-content ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.header-navigation-content li {
    padding: 0;
    border: none !important;
}

.header-navigation-content li > a {
    display: block;
}

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}

.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
    padding: 0 0 10px;
    color: #767f88;
    display: inline-block;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
    background: #fff;
    color: #e6400c;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}

.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
    background-color: #e18604;
}

.header-navigation li.menu-search span.sep {
    top: 0;
    width: 1px;
    height: 26px;
    background: #eaeaea;
    position: relative;
    margin: 0 18px 0 16px;
    display: inline-block;
}

.header-navigation li.menu-search i {
    color: #FFF;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 10px;
    /* background: url(../img/icons/top-search-icon.png) no-repeat; */
    width: 50px;
    height: 50px;
}

.header-navigation li.menu-search i:hover {
    opacity: 0.6;
}

.header-navigation .search-box {
    right: 50px;
    top: 0;
    padding: 5px;
    background: #ffffff;
    position: absolute;
    width: 325px;
    margin-top: 0;
    z-index: 22;
}

.header-navigation .search-box button {
    margin-left: 0 !important;
}

.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}

@media (min-width: 1025px) {
    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }
}

.reduce-header .mobi-toggler {
    margin-top: 9px;
}

.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}

/* paginations */
.pagination {
    border-radius: 0;
    margin: 0;
}

.pagination > li {
    display: inline-block;
    margin-left: 5px;
}

.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 25px !important;
    border: none;
    color: #868c93;
}

.pagination > li > span,
.pagination > li > span:hover {
    background: #555;
    color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    padding: 4px 12px 8px;
}

.items-info {
    padding-top: 7px;
    color: #868c93;
}

/* 404 page */

.corporate .page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
}

.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #E02222;
    text-align: right;
}

.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}

/* 500 page */
.corporate .page-500 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #E02222;
    text-align: right;
}

.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}

/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}

.panel .panel-title {
    padding-top: 0;
    margin-bottom: 0;
}

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
    width: 1.5625em;
}

.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}

/* Blog Page */
.blog-posts h2,
.ecommerce .blog-posts h2 {
    padding-top: 0;
}

.blog-posts p {
    text-align: justify;
}

.blog-posts .carousel {
    margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
    margin: 40px 0;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}

.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}

.blog-info li i {
    color: #E84D1C;
}

.blog-posts .pagination li {
    margin-left: -12px;
    margin-right: 17px;
}

.blog-posts .more,
.blog-sidebar .more {
    color: #E84D1C;
}

/* responsive code here */
/* BEGIN max width 1024px */
@media (max-width: 1024px) {
    .header .header-navigation {
        margin: 0 !important;
        padding-right: 18px !important;
    }
    .header .header-navigation li > a:hover,
    .header .header-navigation li.active > a,
    .header .header-navigation li.open > a:hover {
        color: #E79E36 !important;
    }

    .header .header-navigation > ul > li:last-child {
        margin-left: -20px;
        margin-right: -20px;
    }

    body.page-header-fixed {
        padding-top: 107px !important; /* height of the header */
    }

    .header .mobi-toggler {
        display: block;
    }

    .header .header-navigation {
        float: none !important;
        display: none;
        clear: both;
        background: #F9F9F9;
        padding: 0 20px;
        margin: 0 -20px 25px;
        font-size: 16px;
    }

    .header .header-navigation li {
        float: none;
        padding: 0;
        clear: both;
    }

    .header .header-navigation li > a,
    .header .dropdown.open .dropdown-toggle,
    .header .header-navigation li.open > a {
        border-bottom: 1px solid #efefef !important;
        padding: 8px 10px 9px;
        margin: 0 -10px;
        position: relative;
        color: #666 !important;
        background: none !important;
    }

    .header .header-navigation li > a:hover,
    .header .header-navigation li.active > a,
    .header .header-navigation li.open > a:hover {
        border-bottom: 1px solid #efefef !important;
        background: none !important;
        color: #dd4632 !important;
        text-decoration: none;
    }

    .header-navigation > ul > li.dropdown:hover > a:after {
        border: none;
    }

    .header-navigation > ul > li > a > i.fa-angle-down {
        display: block;
        float: right;
        margin: 3px 0 0;
    }

    /* dropdown menu */
    .header-navigation .dropdown-menu,
    .header-navigation > ul > li > .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
        background: none;
        margin-top: 0;
        border-top: none;
        z-index: 22;
    }

    .header-navigation .dropdown-menu li {
        border: none !important;
        margin-left: 20px;
    }

    .header-navigation .dropdown-menu li > a {
        padding: 10px 10px 9px;
        z-index: 999;
        position: relative;
    }

    .header-navigation .dropdown-menu li > a > i {
        display: none;
    }

    .header-navigation .dropdown-menu .dropdown-menu {
        display: block;
    }

    .header-navigation .header-navigation-content {
        border: none;
    }

    .header-navigation li.menu-search {
        top: 0;
        padding: 20px 0 10px;
        position: relative;
    }

    .header-navigation li.menu-search span.sep {
        display: none;
    }

    .header-navigation .search-box {
        position: relative;
        right: auto;
        display: inline-block;
    }
    .header-navigation li.menu-search i{
        font-size: 33px;
        top: 5px;
        right: -8px;
        margin-right: 12px;
    }

    .page-header-fixed .header-navigation {
        overflow: hidden;
    }

    .timeline-heading {
        font-size: 26px !important;
        letter-spacing: 1px !important;
    }
}

/* END max width 1024px */

/* BEGIN max width 992px */
@media (max-width: 992px) {
    ul.list-unstyled > .scroll-to {
        display: none;
    }

    ul.list-unstyled > .scroll-to:nth-child(1),
    ul.list-unstyled > .scroll-to:nth-child(4) {
        display: inline;
    }

    .shop-index-carousel {
        margin-left: 0;
        margin-right: 10px;
    }

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

    .sidebar-menu a:focus {
        color: #333 !important;
        text-decoration: none;
    }

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

    .new-arrivals___removed {
        margin-left: 15px;
        padding-left: 0;
    }

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

    .carousel img {
        width: 100%;
    }

    .steps-block-col {
        border: 2px solid #FFF;
        margin: 0 25px 20px 15px;
        padding: 20px 20px 15px;
        min-height: auto;
        float: none;
    }

    .steps-block-col:last-child {
        margin-right: 25px;
        margin-bottom: 0;
    }

    .steps-block .steps-block-col div {
        margin-left: 0;
        margin-right: 0;
    }

    .steps-block h2 {
        font-size: 43px;
    }

    .steps-block em {
        text-transform: uppercase;
    }

    .steps-block-col span {
        display: none;
    }

    .steps-block-col .fa {
        display: block;
    }

    .pre-footer-subscribe-box form {
        width: 100%;
    }

    .sidebar-products img {
        float: none;
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }

    .sidebar-products h3,
    .sidebar-products .price {
        margin-left: 0;
    }

    .product-page-options .pull-left {
        margin-bottom: 10px;

    }

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

    /*
    if you want to hide buttons on mobile view, uncomment this block
    .pi-img-wrapper div {
        display: none !important;
    }*/
    .review .rateit {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-view-sorting .pull-right {
        margin-bottom: 10px;
    }

    .service-box p, .service-box .service-box-heading em, .service-box .service-box-heading span {
        display: block;
        text-align: center;
    }

    .service-box .service-box-heading em {
        margin-bottom: 10px;
    }

    .quote-v1 {
        text-align: center;
    }

    .quote-v1 .text-right {
        text-align: center;
    }

    .recent-work .owl-carousel {
        margin-left: -10px;
    }

    .our-clients .owl-carousel {
        margin-left: -2px;
    }

    .recent-work .owl-carousel,
    .our-clients .owl-carousel {
        padding-top: 30px;
    }

    .recent-work .owl-buttons,
    .our-clients .owl-buttons {
        top: 0;
        left: -3px;
    }

    .our-clients .owl-buttons {
        left: -10px;
    }

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

    .recent-work .recent-work-item .fa {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        font-size: 14px;
        padding: 12px;
    }

    .recent-news-inner {
        padding: 10px 15px 0;
    }

    .pre-footer .pre-footer-subscribe-box {
        padding-bottom: 25px;
    }

    .content-search form {
        margin: 0 0 6px;
    }

    .circle-social-btn > .fa {
        position: absolute;
        margin-left: -7px;
        margin-top: 0px;
        font-size: 20px;
    }

    footer > .social-brand {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .slider-product-description {
        width: 100%;
        text-align: center;
        padding: 30px 0 !important;
        font-size: 9px;
    }

    .slider-product-description > img {
        width: 90%;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .short-desc {
        color: black;
    }
}

/* END max width 992px */

/* BEGIN max width 767px */
@media (max-width: 767px) {

    .pre-header .pull-right li:first-child {
        padding-left: 0;
    }

    .header-navigation-content {
        min-width: 100px;

    }

    .sidebar {
        margin-bottom: 40px;
    }

    .sidebar___removed {
        margin-bottom: 40px;
    }

    .sidebar-menu .fa-angle-right {
        display: inline-block;
    }

    .pre-footer .pull-right,
    .footer .pull-right {
        float: none !important;
    }

    .pre-footer .pull-right,
    .footer .pull-right {
        padding-top: 15px;
    }

    .footer .list-inline > li {
        padding-left: 0;
        margin-right: 5px;
    }

    .form-info {
        border-left: none;
        padding-left: 0;
        padding-top: 30px;
        border-top: 1px solid #E4E6E8;
        margin-bottom: 0;
    }

    .sidebar-products .item {
        float: left;
        width: 48%;
        margin-bottom: 20px;
        padding: 0 10px 10px;
    }

    .sidebar-products img {
        width: 100%;
        height: auto;
    }

    .list-view-sorting {
        /*background: #fff;*/
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .list-view-sorting .col-md-10 {
        padding-right: 0;
    }

    .product-other-images {
        margin-bottom: 40px;
    }

    .product-page-options .pull-left {
        margin-bottom: 0;
    }

    .product-item .img-responsive {
        width: 100%;
    }

    .pagination {
        float: left !important;
        padding-top: 10px;
    }

    .pagination > li {
        margin-left: 0;
        margin-right: 5px;
    }

    .pre-footer .margin-bottom-40 {
        margin-bottom: 0;
    }

    .ls-layer3 .ls-price strong {
        top: -15px;
    }

    .glyphicons-demo ul li {
        width: 12.5%;
    }

    .tab-style-1 .tab-content img {
        margin: 5px 0 10px;
    }

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

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

    .free-trial-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .social-btns-box {
        margin-bottom: 0px !important;
    }

    .social-brand > img {
        width: 200px;
    }

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

    .product-menu > button {
        margin: 15.5px 0px 0px 0px;
    }

    .is-first {
        margin-left: 0 !important;
    }

    .scrolled-img {
        margin: -22px auto auto
    }

    .scroll-container {
        margin-top: -90px !important;
    }

    .accordion-help > .features-section > ul {
        padding: 0 !important;
    }

    .free-trial-message {
        text-align: center;
    }

    .start-free-trial {
        text-align: center;
        margin-left: -12%;
        float: none !important;
    }

    .free-trial-message > div:first-child {
        margin-bottom: 10px;
    }

    .start-free-trial > a {
        position: relative !important;
        right: 0px !important;
    }

    .start-free-trial > i {
        position: absolute;
    }

    .sweetlets-services-box > div {
        padding-right: 0 !important;
    }

    .timeline > li > .timeline-badge {
        text-align: center;
        margin: 30px 0px;
    }

    .timeline > li > .timeline-panel {
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
    }

    li.html-Framework-panel > .timeline-panel {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    li.html-Framework-panel > .thumbnail {
        float: none !important;
        width: 100% !important;
    }

    .testimonials-boxes > div.testimonials-box {
        height: auto;
        padding-bottom: 30px;
        margin-right: 0;
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
    }

    .vertical-align.xs-to-75 {
        width: 75% !important;
    }

    .site-copyright {
        text-align: center;
    }

    .timeline:before {
        width: 0px !important;
    }

    .timeline > li {
        text-align: center;

    }

    .timeline > li > img {
        position: relative !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .download-section {
        text-align: center;
    }

    button.accordion {
        font-size: 15px !important;
    }

    .contact-us-form > div.col-sm-6 {
        margin-bottom: 20px !important;
        padding: 0 !important;
    }

    .thumbnail.screen-shot {
        margin-bottom: 15px;
        margin-top: 8px;
        background-color: transparent
    }

    .description-text > button {
        margin-top: 15px;
    }
}

/* END max width 767px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
    .ls-layer3 .ls-price strong {
        top: -5px;
    }
}

/* END max width 600px */

/* BEGIN max width 480px */
@media (max-width: 480px) {
    .pre-header .list-inline li {
        display: block;
        border: none;
        margin-bottom: 10px;
        padding: 0;
    }

    .pre-header .col-md-6 {
        float: left;
    }

    .pre-header .additional-nav {
        float: right;
        text-align: right;
    }
}

/* END max width 480px */
/* BEGIN max width 320px */
@media (max-width: 320px) {
    .site-logo {
        margin-right: 0;
    }

    .content-form-page .btn-default {
        margin-top: 10px;
    }

    .price-availability-block .availability {
        clear: left;
        float: left;
    }

    .product-page-options .pull-left {
        margin-bottom: 10px;
    }
}

/* END max width 320px */

/* BEGIN min width 768px */
@media (min-width: 768px) {
    .timeline > li > .timeline-badge {
        position: absolute;
        top: 112px;
        left: 50%;
        margin-left: -55px;
        background-color: #FFFFFF;
        z-index: 100;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .timeline-right {
        float: right !important;
    }

    .product-img-right {
        width: 40% !important;
        right: -5% !important;
        left: auto !important;
    }

    .product-img-left {
        width: 40% !important;
        left: -5% !important;
        right: auto !important;
    }

    .timeline > li > .timeline-panel {
        width: 37.3%;
        float: left;
        letter-spacing: 1px;
    }

    .timeline > li {
        position: relative;
        padding: 90px 0px;
    }

    .testimonials-boxes > div.testimonials-box {
        height: 400px;
        width: 32.1%;
        margin-right: 1.85%;
    }

    .social-btns-box {
        float: right;
    }

    .site-copyright > a.term-of-use {
        float: right;
    }

    .product-menu > ul {
        float: none !important;
    }

    .product-menu > button {
        margin: 0px;
    }

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

    .free-trial-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .timeline-panel.html5-navigation {
        float: right !important;
        margin-top: 73px;
        margin-bottom: 55px;
    }

    .timeline-product-logo {
        background-color: white;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .product-menu > button {
        margin: 15.5px 32px 0px 0px;
    }

    .scrolled-img {
        margin: -22px auto auto;
    }

    .accordion-help > .features-section > ul:first-child {
        padding-right: 8.4%;
        padding-left: 0px;
    }

    .accordion-help > .features-section > ul:last-child {
        padding-left: 8%;
        padding-right: 0;
    }

    .two-column > div:first-child {
        padding-right: 6.7%;
    }

    .two-column > div:nth-child(2) {
        padding-left: 6.7%;
    }

    .justify-content {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .description-text > button {
        margin-top: 44px;
    }

    .thumbnail.right-sm {
        order: 1;
    }

    .description-text.right-sm {
        padding-right: 4.4%;
    }

    .description-text.left-sm {
        padding-left: 4.4%;
    }
}

/* END max width 768px */

/* END max width 992px */
@media (min-width: 992px) {
    .testimonials-boxes > div.testimonials-box {
        height: 400px;
        width: 23.6%;
        margin-right: 1.85%;
    }

    .product-menu > ul {
        float: right !important;
    }

    .slider-product-description {
        margin-top: 120px;
        position: absolute;
    }

    .slider .free-thumbnail > img {
        min-height: 600px !important;
    }

    .slider-product-right {
        right: 0;
    }

    .slider-product-left {
        left: 13%;
    }

    .short-desc {
        color: white;
    }
}

/* END max width 992px */

/* BEGIN min width 1025px */
@media (min-width: 1025px) {
    .header .header-navigation {
        display: block !important;
    }

    .no-padding-left {
        padding-left: 0px !important;
    }

    .no-padding-right {
        padding-right: 0px !important;
    }
}

/* END min width 1025px */

/* BEGIN min width 1200px */
@media (min-width: 1200px) {
    .testimonials-boxes > div.testimonials-box {
        height: 360px;
        width: 18.5%;
        margin-right: 1.85%;
    }
}

/* End min width 1200px */
/*Begin orange style */
a:hover {
    color: #e18604;
}

.pre-header a:hover {
    color: #e18604;
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #e18604;
}

.sidebar a:hover {
    color: #e18604;
}

.sidebar .dropdown.open .dropdown-toggle:hover {
    color: #e18604;
}

.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
    color: #e18604;
}

.content-page a:hover,
.sidebar2 a:hover {
    color: #e18604;
}

.content-page .link, .content-page .link:hover, .content-page .link:active {
    color: #e18604;
}

.page-404 .number,
.page-500 .number {
    color: #e18604;
}

.content-form-page a:hover {
    color: #e18604;
}

.header-navigation > ul > li.dropdown:hover > a:after {
    border-bottom: 8px solid #e18604;
}

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e18604;
    color: #fff;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
    background: #fff;
    color: #e18604;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #e18604;
    color: #fff;
}

::-moz-selection {
    color: #fff;
    background: #e18604;
}

::selection {
    color: #fff;
    background: #e18604;
}

.blog-tags li i,
.blog-info li i {
    color: #e18604;
}

.blog-posts .more,
.blog-sidebar .more {
    color: #e18604;
}

.blog-photo-stream li img:hover {
    border-color: #e18604;
}

.blog-tags li a:hover {
    color: #fff;
    background: #e18604;
}

.blog-tags li a:hover:after {
    border-left-color: #e18604;
}

.blog-item blockquote {
    border-color: #e18604;
}

.blog-item h4.media-heading span a {
    color: #e18604;
}

.require {
    color: #e18604;
}

.content-form-page .form-control:focus {
    border: solid 1px #e18604;
}

.content-search input:focus {
    border: solid 1px #e18604;
}

.btn-primary {
    background: #e18604;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #e18604;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: 2px solid #e18604;
}

.header .mobi-toggler:hover {
    background-color: #E79E36;
    border-color: #E79E36;
}

/*End Of orange style */
