/*

[Main Stylesheet]

Project: FolioCase - Envato Market Item Showcase and Affiliate Template
Version: 1.5
Author : http://themeforest.net/user/themelooks

[Table of contents]

1. GENERAL STYLES
    - 1-1. WRAPPER
    - 1-2. BACKGROUND IMAGE
    - 1-3. SECTION TITLE
    - 1-4. TYPED CURSOUR ANIMATION
    - 1-5. BACK TO TOP BUTTON
    - 1-6. FANCYBOX
    - 1-7. MARGINS
    - 1-8. BUTTONS
    - 1-9. IE9 WARNING MESSAGE
    - 1-10. PRELOADER
    - 1-11. COLOR SWITCHER

2. HEADER AREA
    - 2-1. HEADER PRIMARY AREA
    - 2-2. HEADER NAVBAR

3. BANNER AREA
    - 3-1. BANNER CONTENT
    - 3-2. DOWN ARROW

4. ABOUT AREA
    - 4-1. ABOUT CONTENT
    - 4-2. SERVICE CONTENT

5. SKILLS AREA
    - 5-1. SKILL VIDEO
    - 5-2. SKILL DESCRIPTION

6. LATEST PRODUCTS AREA
    - 6-1. LATEST PRODUCTS SLIDER
    - 6-2. LATEST PRODUCTS METADATA
    - 6-3. TWITTER WIDGET

7. SUBSCRIBE AREA
    - 7-1 SUBSCRIBE FORM

8. TEAM AREA
    - 8-1 TEAM ITEMS
    - 8-2 TEAM MEMBER INFO
    - 8-3 TEAM MEMBER SOCIAL LINKS

9. COUNTER AREA

10. MORE PRODUCTS AREA

11. CALL TO ACTION AREA

12. PRICING TABLE AREA

13. BLOG AREA
    - 13-1 FEEDBACK ITEMS
    - 13-2 BLOG ITEMS

14. BRANDS AREA

15. FOOTER AREA
    - 15-1. FOOTER WIDGET TITLE
    - 15-2. FOOTER ABOUT WIDGET
    - 15-3. FOOTER SUBSCRIBE WIDGET
    - 15-4. FOOTER USEFUL LINKS WIDGET

16. COPYRIGHT AREA

17. PRODUCT LIST AREA

18. GENERAL PAGE STYLE

19. PAGE BREADCRUMB AREA

20. ABOUT PAGE
    - 20-1. ABOUT DETAILS AREA

21. SERVICE PAGE
    - 21-1. PROCESS AREA

22. PRODUCT PAGE

23. SUPPORT PAGE
    - 23-1. TOPIC AREA

24. PORTFOLIO PAGE
    - 24-1. PORTFOLIO AREA

25. BLOG PAGE
    - 25-1. BLOG SIDEBAR AREA

26. CONTACT PAGE
    - 26-1. CONTACT AREA

27. HELPER CLASSES
    - 27-1. RESET-GUTTER
    - 27-2. RESET-MARGIN
    - 27-3. RESET-PADDING
    - 27-4. VERTICAL-CENTERING
    - 27-5. IMG-CENTER
    - 27-6. MARGIN-BOTTOM
    - 27-7. BG-WHITESMOKE

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html,
body {
    height: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

p {
    color: #6a7483;
}
p:last-child {
    margin-bottom: 0;
}

.relative {
    position: relative;
}

audio, video {
    width: 100%;
}

/* 1-1. WRAPPER */
.wrapper {
    position: relative;
    height: 100%;
}

/* 1-2. BACKGROUND IMAGE */
.bg-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.bg-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    z-index: -1;
}

/* 1-3. SECTION TITLE */
.section-title h2,
.section-title h3 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.section-title h2:before,
.section-title h3:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #ff6c2c;
}

/* 1-4. TYPED CURSOUR ANIMATION */
.typed-cursor{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; filter: alpha(opacity=100); }
    50% { opacity:0; filter: alpha(opacity=0); }
    100% { opacity:1; filter: alpha(opacity=100); }
}
@-webkit-keyframes blink{
    0% { opacity:1; filter: alpha(opacity=100); }
    50% { opacity:0; filter: alpha(opacity=0); }
    100% { opacity:1; filter: alpha(opacity=100); }
}

/* 1-5. BACK TO TOP BUTTON */
.back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
    z-index: 5;
}
.back-to-top.show,
.back-to-top.alwaysShow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.back-to-top a {
    display: block;
    padding: 4px 15px;
    border-style: solid;
    border-width: 0 0 4px;
    border-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #ff6c2c;
    font-size: 22px;
    outline: 0;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.back-to-top a:hover {
    background-color: #293A4A;
}

/* 1-6. FANCYBOX */
.fancybox-overlay {
    background-image: url('img/fancybox_overlay.html');
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('img/fancybox_sprite.html');
}
#fancybox-loading div {
    background-image: url('img/fancybox_loading.html');
}
.fancybox-type-iframe .fancybox-inner {
    max-height: 480px;
    overflow: hidden !important;
}
.fancybox-youtube-video .fancybox-inner {
    width: 960px !important;
}

/* 1-7. MARGINS */
.mb-md-100 {
    margin-bottom: 100px;
}

/* 1-8. BUTTONS */
.btn {
    text-transform: uppercase;
}

.btn-orange {
    background: #ff6c2c;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
            transition: color .25s ease, background-color .25s ease-in-out;
}
.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #293a4a;
}

.btn-no-radius {
    border-radius: 0;
}

.btn-padding-lg {
    padding: 12px 20px 13px;
}

.btn-border {
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}

/* 1-9. IE9 WARNING MESSAGE */
.ie-9-warning-message {
    display: none;
}

html.ie9 .ie-9-warning-message {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.28);
    text-align: center;
    z-index: 99;
}

/* 1-10. PRELOADER */
#fakeLoader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #303030;
}

#fakeLoader .spinner4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* 1-11. COLOR SWITCHER */
#open-switcher,
#close-switcher {
    position: fixed;
    top: 200px;
    left: 0px;
    padding: 15px;
    color: #fff;
    background-color: #ff6c2c;
    cursor: pointer;
    z-index: 4;
}
#close-switcher {
    color: #fff;
    display: none;
    left: 200px;
    box-shadow: 10px 5px 46px 8px rgba(0,0,0,.14), 10px 0px 26px -6px rgba(0,0,0,.2);
}
#switcher-color {
    position: fixed;
    top: 200px;
    left: -202px;
    width: 200px;
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
    z-index: 3;
}
#switcher-wrapper {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#switcher-wrapper h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
#switcher-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#switcher-wrapper ul li.color-1 {
    background: #ff6c2c;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-2 {
    background: #7dc01d;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-3 {
    background: #FF9800;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-4 {
    background: #ff5252;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-5 {
    background: #673AB7;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-6 {
    background: #03a9f4;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-7 {
    background: #cddc39;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-8 {
    background: #009688;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-9 {
    background: #e91e63;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-10 {
    background: #888;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.active {
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #ddd;
}
#switcher-wrapper ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 5px 5px 5px 1px;
    cursor: pointer;
}
#switcher-wrapper p {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

/*------------------------------------*\
    2. HEADER AREA
\*------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
    z-index: 5;
}

.header-space {
    margin-top: 108px;
}

/* 2-1. HEADER PRIMARY AREA */
.header-primary-area {
    padding: 8px 0;
    background-color: #293A4A;
}

.header-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social-links ul li {
    float: left;
    margin-right: 15px;
}
.header-social-links ul li a {
    display: block;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.header-social-links ul li a:hover {
    color: #ff6c2c;
}

.header-client-area {
    color: #fff;
    float: right;
}
.header-client-area .dropdown {
    float: right;
}
.header-client-area a {
    margin-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.header-client-area a:hover,
.header-client-area .dropdown.open a {
    color: #ff6c2c;
}
.header-client-area .dropdown-menu {
    float: none;
    top: 26px;
    left: auto;
    right: 0;
    padding: 20px;
    min-width: 250px;
    border-radius: 0;
    border: none;
}
.header-client-area .dropdown-menu .form-control {
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
}
.header-client-area .dropdown-menu .form-control.error {
    border-color: #ff6c2c;
}
.header-client-area .dropdown-menu .form-control.valid {
    border-color: #66afe9;
}
.header-client-area .dropdown-menu .submit-btn {
    background-color: #ff6f2c;
    padding: 6px 30px;
    border-style: solid;
    border-width: 0 0 3px;
    border-color: rgba(34, 34, 34, 0.25);
    text-transform: uppercase;
    outline: 0;
}
.header-client-area .dropdown-menu .submit-btn:hover {
    background-color: #293a4a;
}

/* 2-2. HEADER NAVBAR */
.header-navbar {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
#header.sticky .header-navbar {
    top: 0 !important;
    box-shadow: 0 0 8px rgba(0,0,0,.28);
}
.header-navbar .navbar-toggle {
    border-color: #ff6c2c;
}
.header-navbar .navbar-toggle span {
    background-color: #ff6c2c;
}

.nav-logo {
    margin: 17px 0 0;
}
.nav-logo .logo-text {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-transform: lowercase;
}
.nav-logo .logo-text a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222;
    font-weight: 700;
}
.nav-logo .logo-text a:before {
    content: "\f009";
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #FF6C2C;
}
.nav-logo .logo-text span {
    color: #ff6c2c;
}
.nav-logo .logo-img {
    margin: 5px 0;
    padding: 0;
}
.nav-logo .logo-img img {
    height: 50px;
}

#navbar {
    padding: 0;
}
#navbar > .nav > li > a {
    padding: 27px 20px 21px;
    border-style: solid;
    border-width: 0 0 4px;
    border-color: transparent;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
            transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
}
#navbar > .nav > li > a:hover,
#navbar > .nav > li > a:focus,
#navbar > .nav > li.active > a,
#navbar > .nav > li.open > a,
#navbar > .nav > li.open > a:focus {
    background-color: #f5f5f5;
    border-color: rgb(255, 108, 44);
}

#navbar > .nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#navbar > .nav > li.dropdown > .dropdown-menu {
    min-width: 200px;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.175);
}
#navbar > .nav > li.dropdown > .dropdown-menu > li > a {
    padding: 8px 20px;
    text-transform: capitalize;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li > a:hover,
#navbar > .nav > li.dropdown > .dropdown-menu > li > a:focus,
#navbar > .nav > li.dropdown > .dropdown-menu > li.active > a,
#navbar > .nav > li.dropdown > .dropdown-menu > li.active > a:focus {
    color: #ff6c2c;
    background-color: transparent;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li > a > i.fa {
    margin-right: 5px;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu {
    float: none;
    top: 0;
    left: auto;
    right: 100%;
    min-width: 200px;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.175);
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li > a {
    padding: 8px 10px;
    text-transform: capitalize;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li > a:hover,
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #ff6c2c;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li > a > i.fa {
    margin-right: 5px;
}

#navbar .dropdown-menu.megamenu {
    position: fixed;
    top: 108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1170px;
    box-shadow: none;
    background-color: transparent;
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
#header.sticky #navbar .dropdown-menu.megamenu {
    top: 72px;
}
#navbar > .nav > li.dropdown > .dropdown-menu.megamenu {
    padding: 0;
    box-shadow: none;
}
#navbar .megamenu-content {
    background-color: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,.175);
}
#navbar .megamenu-links {
    padding: 25px 50px;
}
#navbar .megamenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navbar .megamenu a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #222;
    padding: 6px 0;
    text-transform: capitalize;
    outline: 0;
    -webkit-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
#navbar .megamenu a:hover,
#navbar .megamenu li.active a {
    color: #ff6c2c;
}
#navbar .megamenu a i.fa {
    margin-right: 6px;
}

/*------------------------------------*\
    3. BANNER AREA
\*------------------------------------*/
#banner,
.banner-item {
    position: relative;
    height: auto;
}

/* 3-1. BANNER CONTENT */
.banner-content .heading {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-content .heading span {
    color: #ff6c2c;
}

/* 3-2. DOWN ARROW */
.down-arrow {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 55px;
    margin: 0 auto 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
}
.down-arrow a {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 22px;
    -webkit-animation: customBounce 0.55s infinite;
            animation: customBounce 0.55s infinite;
}
@-webkit-keyframes customBounce {
    0% {
        margin-top: 5px;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 5px;
    }
}
@keyframes customBounce {
    0% {
        margin-top: 5px;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 5px;
    }
}

/*------------------------------------*\
    4. ABOUT AREA
\*------------------------------------*/
#about {
    padding: 100px 0;
}

/* 4-1. ABOUT CONTENT */
.about-content {
    background-color: #f8f8f8;
    padding: 15px;
}
.about-content .desc .read-more a {
    color: #293a4a;
    font-weight: 400;
}
.about-content .desc .read-more a:hover {
    color: #ff6c2c;
}

/* 4-2. SERVICE CONTENT */
.service-item {
    margin-bottom: 40px;
}
.service-item:nth-last-child(1),
.service-item:nth-last-child(2),
.service-item:nth-last-child(3) {
    margin-bottom: 0;
}
.service-item .icon {
    float: left;
    width: 40px;
    height: 40px;
    color: #ff6c2c;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}
.service-item .icon.no-float {
    float: none;
}
.service-item .desc {
    margin-left: 50px;
    line-height: 20px;
}
.service-item .desc.no-margin {
    margin: 0;
}
.service-item .desc .heading {
    color: #293a4a;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}
.service-item .desc .read-more a {
    color: #293a4a;
    font-weight: 400;
}
.service-item .desc .read-more a:hover {
    color: #ff6c2c;
}

/*------------------------------------*\
    5. SKILLS AREA
\*------------------------------------*/
#skills {
    padding: 0;
    position: relative;
    color: #222;
    background-color: #F8F8F8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}
#skills .row {
    position: relative;
}

/* 5-1. SKILL VIDEO */
.skill-video {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.skill-video:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
}
.skill-video a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 85px;
    margin: 0 auto;
    padding: 20px 0;
    border-style: solid;
    border-width: 0 0 4px;
    border-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #ff6c2c;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
            transition: background-color .25s ease-in-out, color .25s ease-in-out;
}
.skill-video a:hover {
    color: #ff6c2c;
    background-color: #fff;
}


/* 5-2. SKILL DESCRIPTION */
.skills-description {
    padding: 95px 80px 100px;
}

.skills-description p {
    font-size: 14px;
}
.skills-description a {
    font-size: 18px;
    -webkit-transition: .25s;
            transition: .25s;
    color: #ff5252;
}
.skills-description a:hover {
    color: #fff;
}

.skills-progress-bars {
    margin-top: 40px;
}
.skills-progress-bars h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.skill-progress {
    height: 5px;
    margin-bottom: 20px;
    background-color: #e9e9e9;
    border-radius: 0;
    overflow: visible;
}
.skill-progress:last-child {
    margin-bottom: 0;
}
.skill-progress .progress-bar {
    background-color: #ff6c2c;
    position: relative;
}
.skill-progress .progress-bar span {
    position: absolute;
    top: -30px;
    right: -14.5px;
    width: 31px;
    height: 20px;
    background: #ff6c2c;
}
.skill-progress .progress-bar span:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ff6c2c transparent transparent transparent;
}
.skill-progress .progress-bar.width-50 {
    width: 50%;
}
.skill-progress .progress-bar.width-60 {
    width: 60%;
}
.skill-progress .progress-bar.width-70 {
    width: 70%;
}
.skill-progress .progress-bar.width-80 {
    width: 80%;
}
.skill-progress .progress-bar.width-90 {
    width: 90%;
}
.skill-progress .progress-bar.width-100 {
    width: 100%;
}

/*------------------------------------*\
    6. LATEST PRODUCTS AREA
\*------------------------------------*/
#latestProducts {
    padding: 100px 0;
}
#latestProducts > .container > .section-title {
    margin-bottom: 50px;
}

/* 6-1. LATEST PRODUCTS SLIDER */
.latest-products[data-sort-by="new-items"] .latest-products-slider {
    display: none !important;
}
.latest-products[data-sort-by="new-items"] .lpp-items {
    margin-top: 5px;
}
.latest-products[data-sort-by="new-items"] .lpp-item {
    padding: 0 14px 14px 0;
}

.latest-products[data-sort-by="random-items"] .latest-products-slider {
    display: none !important;
}
.latest-products[data-sort-by="random-items"] .lpp-items {
    margin-top: 5px;
}
.latest-products[data-sort-by="random-items"] .lpp-item {
    padding: 0 14px 14px 0;
}

.latest-products-slider.bd-white {
    border: 10px solid #fff;
}
.latest-products-slider.bd-whitesmoke {
    border: 10px solid #f8f8f8;
}

.lpp-items {
    margin-top: 12px;
    margin-right: -15px;
    overflow: hidden;
}
.lpp-item {
    float: left;
}
.LppItem {
    cursor: pointer;
}

.lpp-items .owl-item {
    margin-right: 1.7px;
}

/* 6-2. LATEST PRODUCTS METADATA */
.latest-products-metadata-content .heading {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.latest-products-metadata-content .heading a {
    color: #222;
}
.latest-products-metadata-content .meta-categories {
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    word-break: break-all;
}
.latest-products-metadata-content .item-status {
    margin-top: 20px;
    overflow: hidden;
}
.latest-products-metadata-content .update-status {
    font-weight: 400;
    line-height: 24px;
}
.latest-products-metadata-content .sales {
    float: right;
    font-size: 18px;
    font-weight: 400;
}

.LpMetaDesc {
    word-break: break-all;
}

.lp-price-tag {
    float: left;
    width: 50%;
    max-width: 126px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    background-color: #F8F8F8;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
.lp-price-tag.bg-white {
    background-color: #fff;
}
.lp-price-tag span {
    width: 64%;
    border-left: 1px solid #e9e9e9;
    font-weight: 700;
}
.lp-price-tag i.fa,
.lp-price-tag span {
    color: #222;
    padding: 10px 0;
    display: block;
    float: left;
    text-align: center;
}
.lp-price-tag i.fa {
    width: 36%;
    padding: 14px 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.latest-products-metadata-content .action-btns {
    margin-top: 10px;
    overflow: hidden;
}
.latest-products-metadata-content .action-btns a.btn {
    float: right;
    min-width: 120px;
    padding: 11px 0;
    color: #fff;
    background-color: #ff6c2c;
    border-style: solid;
    border-width: 0 0 4px;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.latest-products-metadata-content .action-btns a.btn:hover {
    background-color: #293a4a;
}

/* 6-3. TWITTER WIDGET */
.twitter-feed-content {
    height: 374px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

/*------------------------------------*\
    7. SUBSCRIBE AREA
\*------------------------------------*/
#subscribe {
    padding: 80px 0;
    position: relative;
    color: #fff;
    background-color: #293A4A;
}

#subscribe h2 {
    color: #fff;
}
#subscribe h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}

/* 7-1 SUBSCRIBE FORM */
#subscribeForm {
    text-align: right;
}

#subscribeFormInput {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 12px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #222;
    outline: 0;
}
#subscribeFormInput.error {
    border-color: #ff6c2c;
}
#subscribeForm button[type="submit"] {
    vertical-align: top;
    padding: 11px 30px;
    border-width: 0 0 3px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #FF6C2C;
    font-size: 16px;
    outline: 0;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
#subscribeForm button[type="submit"]:hover {
    background-color: #fff;
    color: #ff6c2c;
}

/*------------------------------------*\
    8. TEAM AREA
\*------------------------------------*/
#team {
    padding: 100px 0;
}
#team .section-title {
    margin-bottom: 50px;
}

.team-img-full {
    margin-top: 70px;
}

/* 8-1 TEAM ITEMS */
.team-items {
    overflow: hidden;
}
.team-item {
    padding: 0 15px;
}

/* 8-2 TEAM MEMBER INFO */
.team-member-info {
    text-align: center;
}
.team-member-img {
    position: relative;
    border-bottom: 1px solid #222;
    overflow: hidden;
}
.team-member-img img {
    margin: 0 auto;
}
.team-member-info .name {
    font-size: 24px;
    margin-bottom: 5px;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.team-item:hover .name {
    color: #ff6C2C;
}
.team-item .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 108, 44, 0.8);
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
.team-item:hover .overlay {
    top: 0;
}
.team-item .overlay blockquote {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
    border: none;
    color: #fff;
    font-size: 16px;
}
.team-item .overlay blockquote p {
    position: relative;
    color: #fff;
    text-indent: 40px;
}
.team-item .overlay blockquote p:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: -10px;
    left: -40px;
}
.team-item .overlay blockquote p:after {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    bottom: -10px;
    right: 0;
}

/* 8-3 TEAM MEMBER SOCIAL LINKS */
.team-member-social-links {
    margin-top: 15px;
    text-align: center;
}
.team-member-social-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.team-member-social-links ul li {
    float: left;
}
.team-member-social-links ul li a {
    display: block;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.team-member-social-links ul li a:hover {
    color: #ff6c2c;
}

/*------------------------------------*\
    9. COUNTER AREA
\*------------------------------------*/
#counter {
    padding: 50px 0;
    background-color: #293A4A;
    text-align: center;
}
.counter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    margin: 0 auto 12px;
    color: #FF6C2c;
    font-size: 46px;
}
.counter-text {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.counter-desc {
    color: #acacac;
    margin-bottom: 5px;
}
.counter-number {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder .counter-number {
    font-size: 42px;
}

/*------------------------------------*\
    10. MORE PRODUCTS AREA
\*------------------------------------*/
#moreProducts {
    padding: 100px 0;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}
#moreProducts .section-title {
    margin-bottom: 50px;
}

.mp-item-content {
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}

.mp-item {
    margin-bottom: 30px;
}

.mp-item-img {
    position: relative;
    max-height: 200px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: transparent;
    overflow: hidden;
}

.mp-item-title {
    padding: 0 15px;
}
.mp-item-title h2 {
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
}
.mp-item-title h2 a {
    color: #222;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.mp-item-title h2 a:hover {
    color: #ff6c2c;
}

.mp-item-meta {
    margin-top: 15px;
    padding-left: 15px;
    border-top: 1px solid #e9e9e9;
    font-size: 15px;
    overflow: hidden;
}
.mp-item-meta > span {
    display: table-cell;
    width: 1%;
    padding: 15px 0;
    color: #acacac;
    font-weight: 700;
}
.mp-item-meta > span:last-child {
    border-left: 1px solid #e9e9e9;
}
.mp-item-meta i.fa {
    margin-right: 5px;
}
span.mp-item-meta-tag {
    max-width: 90px;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.mp-item-meta-tag a {
    color: #ff6c2c;
}
span.mp-item-meta-favorite a {
    color: #acacac;
}
span.mp-item-meta-price {
    margin-right: 0;
    color: #222;
    text-align: center;
}
span.mp-item-meta-price i.fa {
    margin-right: 2px;
}

.mp-action-btn {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    text-align: center;
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
.mp-item-img:hover .mp-action-btn {
    top: 0;
    margin-top: 0;
}
.mp-action-btn a.btn {
    min-width: 120px;
    padding: 10px 0;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
.mp-action-btn a.btn:hover {
    color: #fff;
    background-color: #ff6c2c;
}
.mp-action-btn a.btn.small-btn {
    min-width: 100px;
    padding: 8px 0;
}
.mp-action-btn a.buy-now-btn {
    color: #fff;
    background-color: #ff6c2c;
    margin-left: 10px;
}
.mp-action-btn a.buy-now-btn:hover {
    color: #222;
    background-color: #fff;
}
.mp-action-btn a.btn.small-btn.buy-now-btn {
    margin-left: 5px;
}

.mp-discover-btn {
    margin-top: 20px;
    text-align: center;
}
.mp-discover-btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 25px;
    color: #fff;
    background-color: #ff6c2c;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.mp-discover-btn a:hover {
    background-color: #293A4A;
}

/*------------------------------------*\
    11. CALL TO ACTION AREA
\*------------------------------------*/
#callToAction {
    padding: 80px 0;
    background-color: #293a4a;
}

.call-to-action--content {
    float: left;
    margin-top: 10px;
}
.call-to-action--content h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.call-to-action--btn {
    float: right;
}
.call-to-action--btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 45px;
    color: #fff;
    background-color: #ff6c2c;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.call-to-action--btn a:hover {
    color: #293a4a;
    background-color: #fff;
}

/*------------------------------------*\
    12. PRICING TABLE AREA
\*------------------------------------*/
#pricingTable {
    padding: 100px 0;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: #e9e9e9;
}

#pricingTable .section-title {
    margin-bottom: 50px;
}

.pricing-table-6 {
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
    text-align: center;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}

.pt-6-header--plan {
    padding: 25px 0;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.pt-6-header--caption {
    padding-top: 15px;
    color: #fff;
    background-color: #ff6c2c;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .12em;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.pricing-table-6:hover .pt-6-header--caption {
    background-color: #293A4A;
}
.pt-6-header--caption span {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}

.pt-6-header--price {
    padding-bottom: 15px;
    color: #fff;
    background-color: #ff6c2c;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.pricing-table-6:hover .pt-6-header--price {
    background-color: #293A4A;
}

.pt-6--body ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
.pt-6--body ul li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #737373;
    font-weight: 400;
}

.pt-6--footer {
    padding: 20px 0;
}
.pt-6--footer a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #ff6c2c;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.pricing-table-6:hover .pt-6--footer a {
    background-color: #293A4A;
}

/*------------------------------------*\
    13. BLOG AREA
\*------------------------------------*/
#blog {
    padding: 100px 0;
}
#blog .section-title {
    margin-bottom: 50px;
}

/* 13-1 FEEDBACK ITEMS */
.clients-holder {
    overflow: hidden;
}
.clients-slider {
    width: 100px;
    z-index: 0;
}
.clients-slider .owl-wrapper-outer {
    overflow: visible;
}
.clients-slider .item {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
}
.clients-slider .owl-item {
    margin-right: 10px;
}
.clients-slider .owl-item .item img {
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .35s ease-in-out;
            transition: border-color .35s ease-in-out;
}
.clients-slider .owl-item .item img:hover,
.clients-slider .owl-item.active .item img {
    border-color: #FF6C2C;
}

.feedback-slider {
    cursor: default;
}
.feedback-comment {
    margin-top: 30px;
    margin-bottom: 40px;
}
.feedback-comment p {
    font-size: 14px;
    line-height: 22px;
}
.feedback-info {
    color: #222;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}
.feedback-slider .owl-pagination {
    margin-top: 58px;
}
.feedback-slider .owl-page {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 10px;
    border: 1px solid #222;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in;
            transition: background-color .25s ease-in-out, border-color .25s ease-in;
}
.feedback-slider .owl-page:hover,
.feedback-slider .owl-page.active {
    background-color: #ff6c2c;
    border: 1px solid #ff6c2c;
}

/* 13-2 BLOG ITEMS */
.blog-item {
    margin-bottom: 15px;
}
.blog-item:last-child {
    margin-bottom: 0;
}

.blog-item-img,
.blog-item-iframe {
    margin-bottom: 15px;
}
.blog-item-img img {
    width: 100%;
}

.blog-item-content h2 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
            transition: color .25s;
}
.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px;
}
.blog-item-content .metadata a {
    color: inherit;
}
.blog-item-content .metadata a:hover {
    border-bottom: 1px solid #e9e9e9;
}
.blog-item-content .metadata .divider {
    margin: 0 10px;
}
.blog-item .blog-item-content h2 a:hover {
    color: #FF6C3A;
}
.blog-item-content p {
    margin-bottom: 12px;
}
.blog-item-content a.read-more-btn {
    color: #293a4a;
    font-weight: 400;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.blog-item-content a.read-more-btn:hover {
    color: #FF6C2C;
}

/*------------------------------------*\
    14. BRANDS AREA
\*------------------------------------*/
#brands {
    padding: 50px 0;
    background-color: #293A4A;
}
.brands-slider .owl-wrapper > .owl-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.brands-slider .item {
    padding: 0 15px;
}
.brands-slider .item img {
    width: 85%;
    margin: 0 auto;
}

/*------------------------------------*\
    15. FOOTER AREA
\*------------------------------------*/
#footer {
    padding: 50px 0;
    color: #fff;
    background-color: #222;
}

/* 15-1. FOOTER WIDGET TITLE */
.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #FF6C3A;
    bottom: 0px;
}

/* 15-2. FOOTER ABOUT WIDGET */
.footer-about p {
    color: #acacac;
    font-size: 14px;
    line-height: 22px;
}
.footer-about a.read-more-btn {
    color: #fff;
    font-weight: 400;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.footer-about a.read-more-btn:hover {
    color: #ff6c2c;
}

/* 15-3. FOOTER SUBSCRIBE WIDGET */
#footerSubscribeFormInput {
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #222;
    outline: 0;
}
#footerSubscribeFormInput.error {
    border-color: #ff6c2c;
}
#footerSubscribeForm button[type="submit"] {
    width: 100%;
    margin-top: 10px;
    padding: 11px 30px 10px;
    border-width: 0 0 3px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #FF6C2C;
    font-size: 16px;
    outline: 0;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
#footerSubscribeForm button[type="submit"]:hover {
    color: #ff6c2c;
    background-color: #fff;
}

/* 15-4. FOOTER USEFUL LINKS WIDGET */
.footer-useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-useful-links ul li {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 4px;
}
.footer-useful-links ul li a {
    color: #acacac;
    border-bottom: 1px solid #3f3f3e;
    display: block;
    margin: 2px 0;
    padding-bottom: 5px;
    -webkit-transition: color .25s ease-in-out, border-color .55s ease-in-out;
            transition: color .25s ease-in-out, border-color .55s ease-in-out;
}
.footer-useful-links a:hover {
    color: #fff;
    border-color: #fff;
}

/*------------------------------------*\
    16. COPYRIGHT AREA
\*------------------------------------*/
.copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #303030;
}
.copyright p {
    color: #acacac;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.copyright p a {
    display: inline-block;
    font-weight: 400;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.copyright p a:hover {
    color: #ff6c2c;
}

/*------------------------------------*\
    17. PRODUCT LIST AREA
\*------------------------------------*/
.pl-tab-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #293A4A;
}
.pl-tab-nav li {
    display: table-cell;
    width: 1%;
}
.pl-tab-nav li a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.pl-tab-nav li.active a,
.pl-tab-nav li a:hover {
    background-color: #ff6c2c;
}
.pl-tab-nav li a:before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ff6b2c transparent transparent transparent;
    -webkit-transition: bottom .25s ease-in;
            transition: bottom .25s ease-in;
    z-index: -1;
}
.pl-tab-nav li a:hover:before,
.pl-tab-nav li.active a:before {
    bottom: -10px;
}

.pl-tab-content {
    margin-top: 30px;
}
.pl-item {
    margin-bottom: 14px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
    overflow: hidden;
}
.pl-item:last-child {
    margin-bottom: 0;
}
.pl-item-thumb,
.pl-item-details,
.pl-item-sold,
.pl-item-price,
.pl-item-action {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
.pl-item-sold,
.pl-item-price,
.pl-item-action {
    text-align: center;
}
.pl-item-thumb {
    display: block;
    float: left;
    width: 80px;
}
.pl-item-details {
    padding: 0 10px;
}
.pl-item-title {
    width: 360px;
    margin: 0;
    line-height: 22px;
}
.pl-item-title a {
    color: #222;
}
.pl-item-price {
    font-size: 30px;
    font-weight: 400;
}
.pl-item-action {
    padding: 17px 0;
}
.pl-item-action a {
    min-width: 110px;
    padding: 10px 0;
    color: #fff;
    background-color: #ff6c2c;
    border-radius: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.pl-item-action a:hover,
.pl-item-action a:focus {
    color: #fff;
    background-color: #293A4A;
}

/*------------------------------------*\
    18. GENERAL PAGE STYLE
\*------------------------------------*/

/*------------------------------------*\
    19. PAGE BREADCRUMB AREA
\*------------------------------------*/
#pageBreadcrumb {
    padding: 50px 0;
    background-color: #293A4A;
    border-bottom: 1px solid #e9e9e9;
}

.page-breadcrumb--title {
    float: left;
}
.page-breadcrumb--title .h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.page-breadcrumb--list {
    float: right;
    margin-top: 4px;
}
.page-breadcrumb--list .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 0;
}
.page-breadcrumb--list .breadcrumb li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.page-breadcrumb--list .breadcrumb li.active {
    color: #ff6c2c;
}
.page-breadcrumb--list .breadcrumb li a {
    color: #fff;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.page-breadcrumb--list .breadcrumb li a:hover {
    color: #ff6c2c;
}

/*------------------------------------*\
    20. ABOUT PAGE
\*------------------------------------*/
/* 20-1. ABOUT DETAILS AREA */
#aboutDetails {
    padding: 100px 0;
}

#aboutDetails > .container > .row {
    display: table;
    height: 100%;
}
#aboutDetails > .container > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.about-details--content {
    margin-top: 30px;
}

/*------------------------------------*\
    21. SERVICE PAGE
\*------------------------------------*/
/* X-1. PROCESS DETAILS AREA */
#process {
    padding: 100px 0;
    border-top: 1px solid #e9e9e9;
}
#process > .container > .row {
    margin: 0 -25px;
}

.process--item {
    position: relative;
    padding: 0 25px;
}
.process--item:before {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
}
.process--item:last-child:before {
    display: none;
}

.process-item--content {
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}
.process-item--icon {
    position: relative;
    display: block;
    width: 60px;
    margin: 0 auto 12px;
    color: #FF6C2c;
    font-size: 46px;
}
.process-item--info h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.process-item--info p {
    color: #acacac;
    margin-bottom: 5px;
}

/*------------------------------------*\
    22. PRODUCT PAGE
\*------------------------------------*/
.pp-main-content {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 1;
}

.pp-sidebar {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 1170px;
    margin: 0 auto;
    z-index: 0;
}
.pp-sidebar.sticky {
    position: fixed;
    top: auto;
    bottom: 91px;
    bottom: 1px;
}
.pp-sidebar.sticky.bottom {
    top: auto;
    bottom: 70px;
    position: absolute;
}

.pp-sidebar-content {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}
.pp-sidebar-content > .row {
    margin: 0 -7.5px;
}
.pp-sidebar-content > .row > div {
    padding: 0 7.5px;
}

/*------------------------------------*\
    23. SUPPORT PAGE
\*------------------------------------*/
/* 23-1. TOPIC AREA */
#topic {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.topic--list {
    margin-bottom: 30px;
    background: #fff;
}
.topic--list:last-child {
    margin-bottom: 0;
}

.topic-list--header {
    background-color: #293a4a;
}
.topic-list-header--title {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
a.topic-list-header--title:hover {
    color: #ff6c2c;
}
.topic-list-header--toggle-btn {
    color: #fff;
    float: right;
    padding: 18px 20px 14px;
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
    cursor: pointer;
}
.topic--list:hover .topic-list-header--toggle-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.topic-list--content {
    overflow: hidden;
}

.topic-list--content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topic-list--content ul li {
    padding-bottom: 15px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #e9e9e9;
    overflow: hidden;
}
.topic-list-content--icon {
    float: left;
    width: 35px;
    margin: 18px 0 0 15px;
    padding: 5px 0;
    color: #ff6c2c;
    border: 1px solid #ff6c2c;
    border-radius: 50%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
            transition: color .25s ease, background-color .25s ease-in-out;
}
.topic-list--content ul li:hover .topic-list-content--icon {
    color: #fff;
    background-color: #ff6c2c;
}
.topic-list-header--toggle-btn.toggled i.fa:before {
    content: "\f067";
}

.topic-list-content--title {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    width: 380px;
}
.topic-list-content--title h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.topic-list-content--title h2 a {
    color: #222;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.topic-list-content--title h2 a:hover {
    color: #ff6c2c;
}
.topic-list-content--title p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topic-list-content--stats {
    float: left;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.topic-list-content--stats p {
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 14px;
    line-height: 18px;
}
.topic-list-content--stats p strong {
    display: block;
}

.topic-list-content--meta {
    float: right;
    width: 200px;
    margin-top: 17px;
    margin-right: 30px;
}
.topic-list-content--meta a.avater {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
}
.topic-list-content--meta .recent-post {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.topic-list-content--meta .recent-post-time {
    display: block;
    color: #737373;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}

.topic-list-content--meta a {
    color: #222;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
    overflow: hidden;
}
.topic-list-content--meta a:hover {
    color: #ff6c2c;
}

.topic-reply-info {
    padding-bottom: 15px;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}

.topic-reply-info--title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 24px;
}
.topic-reply-info--title a {
    color: #737373;
}

.topic-reply--item {
    color: #222;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}
.topic-reply--item p {
    color: #222;
}
.topic-reply-item--meta {
    margin-bottom: 15px;
    font-size: 0;
}
.topic-reply-item--meta i.fa {
    color: #ccc;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 20px;
    line-height: 24px;
}
.topic-reply-item--meta p {
    display: inline-block;
    color: #acacac;
    border-bottom: 1px dotted #acacac;
    vertical-align: top;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 10px;
}
.topic-reply-item--meta a {
    color: #acacac;
    font-weight: 400;
}

.topic-sidebar--content {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #e9e9e9;
}

.topic-sidebar--widget {
    margin-bottom: 40px;
}
.topic-sidebar--widget:last-child {
    margin-bottom: 0;
}

.topic-sidebar-widget--title {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
}
.topic-sidebar-widget--title:before {
    content: " ";
    bottom: 0;
    background-color: #ff6c2c;
    position: absolute;
    height: 2px;
    width: 36px;
}

.topic-sidebar-widget--search input {
    border-radius: 0;
    box-shadow: none;
}
.topic-sidebar-widget--search input:focus {
    box-shadow: none;
}
.topic-sidebar-widget--search .input-group-btn a.btn {
    border-radius: 0;
    color: #222;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
            transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
}
.topic-sidebar-widget--search .input-group-btn a.btn:hover,
.topic-sidebar-widget--search .input-group-btn a.btn:focus {
    color: #fff;
    background-color: #ff6c2c;
    border-color: #ff6c2c;
    box-shadow: none;
}

/*------------------------------------*\
    24. PORTFOLIO PAGE
\*------------------------------------*/
/* 24-1. PORTFOLIO AREA */
#portfolio {
    padding: 100px 0;
}

.portfolio--filter-menu {
    margin-bottom: -20px;
    text-align: center;
}
.portfolio--filter-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.portfolio--filter-menu ul li {
    display: inline-block;
    margin: 0px 15px 20px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
    cursor: pointer;
}
.portfolio--filter-menu ul li:hover,
.portfolio--filter-menu ul li.active {
    color: #ff6c2c;
}

.portfolio--items {
    margin-top: 20px;
}

.portfolio--item {
    margin-top: 30px;
}

.portfolio-item--img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.portfolio-item--img:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    -webkit-transition: top .25s ease-in-out;
            transition: top .25s ease-in-out;
}
.portfolio-item--img:hover:before {
    top: 0;
}

.portfolio-item-img--btn {
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 0;
    height: 2px;
    margin: 0 auto;
    border: none;
    background-color: #ff6c2c;
    -webkit-transition: top .25s ease-in-out, width .40s ease-in-out;
            transition: top .25s ease-in-out, width .40s ease-in-out;
    outline: 0;
}
.portfolio-item-img--btn:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 2px;
    background-color: inherit;
}
.portfolio-item--img:hover .portfolio-item-img--btn {
    top: 50%;
    width: 120px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*------------------------------------*\
    25. BLOG PAGE
\*------------------------------------*/
/* 25-1. BLOG SIDEBAR AREA */
.blog-page-sidebar--widget-title {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
}
.blog-page-sidebar--widget-title:before {
    content: " ";
    bottom: 0;
    background-color: #ff6c2c;
    position: absolute;
    height: 2px;
    width: 36px;
}

.blog-page-sidebar--widget {
    margin-bottom: 40px;
}
.blog-page-sidebar--widget:last-child {
    margin-bottom: 0;
}

.blog-page-sidebar-widget--search input {
    border-radius: 0;
    box-shadow: none;
}
.blog-page-sidebar-widget--search input:focus {
    box-shadow: none;
}
.blog-page-sidebar-widget--search .input-group-btn a.btn {
    border-radius: 0;
    color: #222;
}
.blog-page-sidebar-widget--search .input-group-btn a.btn:hover,
.blog-page-sidebar-widget--search .input-group-btn a.btn:focus {
    color: #fff;
    background-color: #ff6c2c;
    border-color: #ff6c2c;
    box-shadow: none;
}

.blog-page-sidebar-widget--flicker {
    overflow: hidden;
}
.blog-page-sidebar-widget--flicker a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#sidebarTwitter2 {
    margin-top: 25px;
    max-height: 270px;
    border: 1px solid #e9e9e9;
    overflow: auto;
}

.blog-item--post-meta {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.blog-item-post-meta--author a {
    color: #ff6c2c;
    font-weight: 400;
}

.blog-item-post-meta--social {
    float: right;
}
.blog-item-post-meta--social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.blog-item-post-meta--social ul li {
    float: left;
    margin-left: 20px;
}
.blog-item-post-meta--social ul li a {
    color: #293a4a;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.blog-item-post-meta--social ul li a:hover {
    color: #ff6c2c;
}

.blog-item-post-meta--tags {
    margin-top: 15px;
}
.blog-item-post-meta--tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.blog-item-post-meta--tags ul li {
    float: left;
    margin-right: 10px;
}
.blog-item-post-meta--tags ul li a {
    display: block;
    padding: 5px 15px;
    background-color: #ff6c2c;
    text-transform: capitalize;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.blog-item-post-meta--tags ul li a:hover,
.blog-item-post-meta--tags ul li a:focus {
    background-color: #293A4A;
}

.blog-item--comments {
    margin-top: 30px;
}

.blog-item-comments--title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-item--comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.blog-item--comments ul li {
    margin: 25px 0;
}

.blog-item-comments-item--thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.blog-item-comments-item--thumb a {
    overflow: hidden;
    color: #ff6c2c;
}

.blog-item-comments-item-thumb--info {
    margin-top: 15px;
    margin-left: 15px;
}

a.blog-item-comments-item--reply-btn {
    display: inline-block;
    margin-top: 10px;
    color: #222;
    font-weight: 400;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
a.blog-item-comments-item--reply-btn:hover {
    color: #ff6c2c;
}
a.blog-item-comments-item--reply-btn i.fa {
    margin-right: 5px;
}

.blog-item-comments--item {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.blog-item--comment-form {
    margin-top: -26px;
    padding-top: 50px;
    border-top: 1px solid #e9e9e9;
}
.blog-item--comment-form .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
.blog-item--comment-form .form-control.submit-btn {
    width: auto;
    height: auto;
    vertical-align: top;
    padding: 10px 30px;
    border-width: 0 0 3px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #FF6C2C;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
.blog-item--comment-form .form-control.submit-btn:hover {
    background: #303030;
    border-color: #303030;
    color: #fff;
}
.blog-item--comment-form .form-control.error {
    border-color: #ff6c2c;
}

/*------------------------------------*\
    26. CONTACT PAGE
\*------------------------------------*/
/* 26-1. CONTACT AREA */
#contact {
    padding: 100px 0;
}

#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-radius: 0;
    box-shadow: none;
}
#contactForm textarea.form-control {
    height: 211px;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
}
#contactForm input.error,
#contactForm textarea.error {
    border-color: #FF6C3A;
}
#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #01abef;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FF6C3A;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0;
}
#contactForm .submit-button:hover {
    background-color: #293A4A;
}

.contact-address {
    padding: 40px;
    border: 1px solid #ccc;
}
.contact-address address p {
    margin-bottom: 15px;
    color: #737373;
    font-weight: 400;
    font-size: 16px;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa {
    font-size: 20px;
    border: 1px solid #737373;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}

.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    text-align: center;
}
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #FF6C3A;
    background: #FF6C3A;
}

/* X-2. MAP AREA */
#map {
    height: 400px;
}

/*------------------------------------*\
    27. HELPER CLASSES
\*------------------------------------*/
/* 27-1. RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 27-1. RESET-GUTTER */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}

/* 27-3. RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/* 27-4. VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom;
}

/* 27-5. IMG-CENTER */
.img-center {
    text-align: center;
}
.img-center img.img-responsive {
    margin: 0 auto;
}

/* 27-6. MARGIN-BOTTOM */
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-30 {
    margin-bottom: 30px;
}

/* 27-7. BG-WHITESMOKE */
.bg-whitesmoke {
    background-color: #f8f8f8;
}
