﻿/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(../fonts/montserrat_bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/
body {
    background: #ffffff;
    line-height: 1.8;
    font-size: 14px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
    letter-spacing: 1px;
    font-family:"proxima-nova",sans-serif;
}

/*Cookie header pop Jeff 2017*/
body.startdown {
	padding-top:40px;
}

body.startdown .tagline {
	top: 0;
}

body.startdown .navbar-default {
	top: 40px;
}

/*Jeff Img size on Navi Device Grid*/
img {
    max-width: 100%; 
    height: auto;
}

iframe {
    border: 0;
}

/*.disable-hover {
    pointer-events: none;
}*/

::-moz-selection {
    background: #fff500;
    color: #fff !important;
}

::-webkit-selection {
    background: #fff500;
    color: #fff !important;
}

::selection {
    background: #fff500;
    color: #fff !important;
}

.relative {
    position: relative;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #f1c40f;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #e4002b;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #222222;
}

p,
ul,
ol,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote {
    margin: 0 0 20px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

@media (min-width:1400px) and (max-width:1600px){
    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }
}
@media (min-width:1601px){
    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }
}

h1.text-uppercase,
.h1.text-uppercase {
    letter-spacing: 3px;
    word-spacing: 6px;
    margin-right: -7px;
}

h2.text-uppercase,
.h2.text-uppercase {
    letter-spacing: 4px;
    margin-right: -5px;
    word-spacing: 5px;
}

h3.text-uppercase,
.h3.text-uppercase {
    letter-spacing: 3px;
    margin-right: -5px;
}

h4.text-uppercase,
.h4.text-uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}

h5.text-uppercase,
.h5.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

h6.text-uppercase,
.h6.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

.montserrat {
    /*font-family: "Montserrat", Arial, serif;*/
    font-weight: 600;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
}
@media (min-width:1400px) and (max-width:1600px){
    .lead {
        font-size: 18px;
    }
}
@media (min-width:1601px){
    .lead {
       font-size: 20px;
    }
}

.divider-line:after {
    display: block;
    background: #f1c40f;
    content: " ";
    margin: 20px auto 20px 0;
    opacity: 0.6;
    height: 2px;
    width: 50px;
}

.color-white .divider-line:after {
    background: #fff500 !important;
}

.text-center .divider-line:after {
    margin: 20px auto 0;
}

.text-right .divider-line:after {
    margin: 20px 0 20px auto;
}

blockquote {
    border: 0;
    background: #f8f8f8;
    font-style: italic;
    font-size: 16px;
    padding: 25px;
}

hr {
    margin: 15px 0;
}

hr.dark {
    border-color: #666;
}

.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #f1c40f;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.bottom-line.text-right:after {
    margin: 20px 0 25px auto;
}

.bottom-line.text-center:after {
    margin: 20px auto 25px;
}

.dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash-list > li {
    margin: 0 0 5px;
}

.dash-list > li:before {
    display: inline-block;
    content: "-";
    margin-right: 12px;
}

/* --- [Colored Text] --- */

.color-white {
    color: #ffffff !important;
}

.color-white-dark {
    color: #f8f8f8 !important;
}

.color-white-darken {
    color: #f5f5f5 !important;
}

.color-gray {
    color: #777777 !important;
}

.color-gray-light {
    color: #999999 !important;
}

.color-gray-lighter {
    color: #eeeeee !important;
}

.color-black {
    color: #000000 !important;
}

.color-black-light {
    color: #222222 !important;
}

.color-black-lighter {
    color: #333333 !important;
}

.color-brand {
    color: #fff500 !important;
}

.color-brand-hvr {
    color: #e4002b !important;
}

.color-facebook {
    color: #3b5998 !important;
}

.color-twitter {
    color: #00aced !important;
}

.color-google {
    color: #dd4b39 !important;
}

.color-linkedin {
    color: #007bb6 !important;
}

.color-youtube {
    color: #bb0000 !important;
}

.color-instagram {
    color: #517fa4 !important;
}

.color-pinterest {
    color: #cb2027 !important;
}

.color-flickr {
    color: #ff0084 !important;
}

.color-tumblr {
    color: #32506d !important;
}

.color-forusquare {
    color: #0072b1 !important;
}

.color-dribbble {
    color: #ea4c89 !important;
}

.color-vine {
    color: #00bf8f !important;
}

.color-skype {
    color: #17a3eb !important;
}

.color-wordpress {
    color: #2592c3 !important;
}

.color-behance {
    color: #1879fd !important;
}

.color-soundcloud {
    color: #ff7e30 !important;
}

.color-stumbleupon {
    color: #ff5c30 !important;
}

.color-deviantart {
    color: #6a8a7b !important;
}

.color-yahoo {
    color: #ab47ac !important;
}

.color-digg {
    color: #75788d !important;
}

.color-github {
    color: #3f91cb !important;
}

.color-lastfm {
    color: #f34320 !important;
}

.color-vk {
    color: #2b587a !important;
}

[class*="color-"] *:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn) {
    color: inherit !important;
}

[class*="color-"] a:not(.btn):hover,
[class*="color-"] a:not(.btn):focus {
    opacity: 0.7;
}

/*------------------------------------------------------------------
[Alerts]
*/

.alert {
    border: 0;
    border-radius: 2px;
    padding: 20px;
}

.alert-brand {
    background: #fff500;
    color: #927608;
}

.alert-brand .alert-link {
    color: #796307;
}

/*------------------------------------------------------------------
[Label]
*/

.label {
    padding: .2em .6em .4em;
}

.label-base {
    background: #fff500;
}

/* --- [Serch Form Placeholders] --- */

.search-form-inner input::-webkit-input-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus::-webkit-input-placeholder {
    color: #fff !important;
}

.search-form-inner input::-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus::-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus:-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:-ms-input-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus:-ms-input-placeholder {
    color: #fff !important;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 13px 31px;
    font-size: 13px;
}

.btn-sm {
    padding: 9px 19px 9px;
    font-size: 11px;
}

.btn-xs {
    padding: 8px 18px 8px;
    font-size: 10px;
}

/* --- [Navbar Buttons] --- */

.btn.navbar-btn {
    font-weight: bold !important;
    font-size: 10px;
    padding: 6px 20px !important;
    margin: 24px 15px;
}

.header-small .btn.navbar-btn {
    margin: 17px 15px;
}

/* --- [Button Colors] --- */

.btn.btn-base {
    background-color: #fff500;
    border-color: #fff500;
    color: #111;
}

.btn.btn-base:hover,
.btn.btn-base:focus {
    background-color: #dab10d;
    border-color: #dab10d;
    color: #000;
}

.btn.btn-base.btn-outline {
    background: transparent;
    border-color: #fff500;
    color: #fff500;
}

.btn.btn-base.btn-outline:hover,
.btn.btn-base.btn-outline:focus {
    background: #fff500;
    color: #333;
}

.btn.btn-base.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f1c40f;
}

.btn.btn-base.btn-link:hover,
.btn.btn-base.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #dab10d;
}

.btn.btn-base.btn-fade {
    background: transparent;
    border-color: rgba(255, 245, 0, 0.5);
    color: rgba(255, 245, 0, 0.5);
}

.btn.btn-base.btn-fade:hover,
.btn.btn-base.btn-fade:focus {
    background: transparent;
    border-color: #fff500;
    color: #fff500;
}

.btn.btn-gray {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #333;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #333;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    background: #f5f5f5;
    color: #333;
}

.btn.btn-gray.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f5f5f5;
}

.btn.btn-gray.btn-link:hover,
.btn.btn-gray.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #e8e8e8;
}

.btn.btn-gray.btn-fade {
    background: transparent;
    border-color: rgba(245, 245, 245, 0.5);
    color: rgba(245, 245, 245, 0.5);
}

.btn.btn-gray.btn-fade:hover,
.btn.btn-gray.btn-fade:focus {
    background: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
}

.btn.btn-dark {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #333;
    color: #333;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #333;
    color: #fff;
}

.btn.btn-dark.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #333;
}

.btn.btn-dark.btn-link:hover,
.btn.btn-dark.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #262626;
}

.btn.btn-dark.btn-fade {
    background: transparent;
    border-color: rgba(51, 51, 51, 0.5);
    color: rgba(51, 51, 51, 0.5);
}

.btn.btn-dark.btn-fade:hover,
.btn.btn-dark.btn-fade:focus {
    background: transparent;
    border-color: #333333;
    color: #333333;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #333;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #333;
}

.btn.btn-white.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}

.btn.btn-white.btn-link:hover,
.btn.btn-white.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #f2f2f2;
}

.btn.btn-white.btn-fade {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.btn.btn-white.btn-fade:hover,
.btn.btn-white.btn-fade:focus {
    background: transparent;
    border-color: white;
    color: white;
}

.btn.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #2d6da3;
    border-color: #2d6da3;
    color: #fff;
}

.btn.btn-primary.btn-outline {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:focus {
    background: #337ab7;
    color: #fff;
}

.btn.btn-primary.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #337ab7;
}

.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #2d6da3;
}

.btn.btn-primary.btn-fade {
    background: transparent;
    border-color: rgba(51, 122, 183, 0.5);
    color: rgba(51, 122, 183, 0.5);
}

.btn.btn-primary.btn-fade:hover,
.btn.btn-primary.btn-fade:focus {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.btn.btn-success.btn-outline {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:focus {
    background: #5cb85c;
    color: #fff;
}

.btn.btn-success.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5cb85c;
}

.btn.btn-success.btn-link:hover,
.btn.btn-success.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #4cae4c;
}

.btn.btn-success.btn-fade {
    background: transparent;
    border-color: rgba(92, 184, 92, 0.5);
    color: rgba(92, 184, 92, 0.5);
}

.btn.btn-success.btn-fade:hover,
.btn.btn-success.btn-fade:focus {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
    background-color: #46b8da;
    border-color: #46b8da;
    color: #fff;
}

.btn.btn-info.btn-outline {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:focus {
    background: #5bc0de;
    color: #fff;
}

.btn.btn-info.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5bc0de;
}

.btn.btn-info.btn-link:hover,
.btn.btn-info.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #46b8da;
}

.btn.btn-info.btn-fade {
    background: transparent;
    border-color: rgba(91, 192, 222, 0.5);
    color: rgba(91, 192, 222, 0.5);
}

.btn.btn-info.btn-fade:hover,
.btn.btn-info.btn-fade:focus {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
    background-color: #eea236;
    border-color: #eea236;
    color: #fff;
}

.btn.btn-warning.btn-outline {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:focus {
    background: #f0ad4e;
    color: #fff;
}

.btn.btn-warning.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f0ad4e;
}

.btn.btn-warning.btn-link:hover,
.btn.btn-warning.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #eea236;
}

.btn.btn-warning.btn-fade {
    background: transparent;
    border-color: rgba(240, 173, 78, 0.5);
    color: rgba(240, 173, 78, 0.5);
}

.btn.btn-warning.btn-fade:hover,
.btn.btn-warning.btn-fade:focus {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #fff;
}

.btn.btn-danger.btn-outline {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:focus {
    background: #d9534f;
    color: #fff;
}

.btn.btn-danger.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #d9534f;
}

.btn.btn-danger.btn-link:hover,
.btn.btn-danger.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #d43f3a;
}

.btn.btn-danger.btn-fade {
    background: transparent;
    border-color: rgba(217, 83, 79, 0.5);
    color: rgba(217, 83, 79, 0.5);
}

.btn.btn-danger.btn-fade:hover,
.btn.btn-danger.btn-fade:focus {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn-list .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------
[Icon box]
*/

.box-icon,
.box-icon-left,
.box-icon-right {
    padding: 35px 0;
}

.box-icon .icon-box-icon,
.box-icon-left .icon-box-icon,
.box-icon-right .icon-box-icon {
    font-size: 34px;
    color: #fff500;
    margin: 0 0 10px;
}

.box-icon p:last-child,
.box-icon-left p:last-child,
.box-icon-right p:last-child {
    margin: 0;
}

.box-icon-left {
    position: relative;
    padding: 35px 0 35px 50px;
}

.box-icon-left.large {
    padding: 35px 0px 35px 150px;
}

.box-icon-left .icon-box-icon {
    position: absolute;
    height: 44px;
    width: 30px;
    left: 0;
    top: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
}

.box-icon-left.large .icon-box-icon {
    width: 130px;
}

@media (max-width: 767px) {
    .box-icon-left.large {
        padding: 35px 0px 35px 75px;
    }

    .box-icon-left.large .icon-box-icon {
        width: 60px;
    }
}

.box-icon-right {
    position: relative;
    padding: 35px 50px 35px 0;
    text-align: right;
}

.box-icon-right .icon-box-icon {
    position: absolute;
    height: 44px;
    width: 30px;
    right: 0;
    top: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
}

@media (max-width: 767px) {
    .box-icon-left,
    .box-icon-right {
        padding: 35px 0 35px 50px;
        text-align: left;
    }

    .box-icon-left .icon-box-icon,
    .box-icon-right .icon-box-icon {
        left: 0;
        top: 35px;
    }
}

/*------------------------------------------------------------------
[Icon Preview]
*/

.icon-preview {
    border: 1px solid #f5f5f5;
    display: block;
    width: 25%;
    float: left;
    padding: 10px;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.icon-preview .icons {
    margin-right: 5px;
}

.fa-icons > div {
    border: 1px solid #f5f5f5;
    margin: -1px 0 0 -1px;
    padding: 0;
    font-size: 13px;
}

.fa-icons > div > i {
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

/*------------------------------------------------------------------
[Screenshots]
*/

.screenshots .screenshot {
    background: #f8f8f8;
    border-radius: 2px;
    padding: 10px;
    margin: 0 0 30px;
}

.screenshots .screenshot img {
    border-radius: 2px;
    width: 100%;
}

/*!------------------------------------------------------------------
[Off Canvas Cart]
*/

body:after {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 1px;
    width: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 1035;
    content: " ";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;
}

body.off-canvas-cart-open:after {
    visibility: visible;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
}

.off-canvas-cart-open .off-canvas-cart {
    -webkit-transform: translateX(-425px);
    transform: translateX(-425px);
}

.off-canvas-cart {
    background: #ffffff;
    position: fixed;
    right: -425px;
    top: 0;
    height: 100%;
    width: 425px;
    z-index: 1040;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width:1400px) and (max-width:1600px){
    .off-canvas-cart {
        right: -475px;
        width: 475px;
    }
    .off-canvas-cart-open .off-canvas-cart {
        -webkit-transform: translateX(-475px);
        transform: translateX(-475px);
    }
}
@media (min-width:1601px){
    .off-canvas-cart {
        right: -525px;
        width: 525px;
    }
    .off-canvas-cart-open .off-canvas-cart {
        -webkit-transform: translateX(-525px);
        transform: translateX(-525px);
    }
}

.off-canvas-cart-header {
    text-align: right;
    padding: 20px 50px 12px 50px;
}

.off-canvas-cart-header > a {
    font-size: 21px;
}

.off-canvas-cart-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-cart-content-wrap {
    padding: 0 50px 265px;
}

.off-canvas-cart-item {
    display: table;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
    vertical-align: auto;
}

.off-canvas-cart-item:first-child {
    border-top: 1px solid #f5f5f5;
}

.off-canvas-cart-item:last-child {
    border: 0;
}

.off-canvas-cart-item-title,
.off-canvas-cart-item-trash,
.off-canvas-cart-item-thumbnail {
    display: table-cell;
    vertical-align: middle;
}

.off-canvas-cart-item-trash {
    width: 12%;
    font-size:16px;
}

.off-canvas-cart-item-thumbnail {
    width: 22%;
}

.off-canvas-cart-item-thumbnail img {
    width: 100%;
}

.off-canvas-cart-item-title {
    padding: 0 0 0 20px;
    width: 66%;
}

.off-canvas-cart-footer {
    background: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.off-canvas-cart-info {
    background: #f8f8f8;
    padding: 20px 50px;
}

.off-canvas-cart-control {
    padding: 50px;
}

.off-canvas-cart-control .btn:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 736px) {
    .off-canvas-cart-content-wrap {
        padding-bottom: 20px;
    }

    .off-canvas-cart-footer {
        position: static;
    }
}

@media (max-width: 425px) {
    .off-canvas-cart {
        right: -100%;
        width: 100%;
    }

    .off-canvas-cart-open .off-canvas-cart {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .off-canvas-cart-header,
    .off-canvas-cart-content-wrap,
    .off-canvas-cart-control {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 5px solid #eee;
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff500 transparent transparent transparent;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    -webkit-animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/*------------------------------------------------------------------
[Dropdown]
*/

.dropdown-menu {
    background-color: #222222;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 180px;
    font-size: 12px;
    padding: 10px 0;
    z-index: 1031;
}

.dropdown-menu .divider {
    background: #363636;
    margin: 10px 0;
}

.dropdown-menu li > a {
    background: none !important;
    padding: 10px 24px 10px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    color: #ffffff;
}

.dropdown-menu .open > a,
.dropdown-menu .open > a:hover,
.dropdown-menu .open > a:focus {
    color: #ffffff;
}

/*------------------------------------------------------------------
[Carousel]
*/

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: -23px 0 0 0;
    font-size: 18px;
    color: #222;
    background: white;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.owl-prev {
    left: 23px;
}

.owl-next {
    right: 23px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 0.6;
}

.owl-pagination + .owl-nav .owl-prev,
.owl-pagination + .owl-nav .owl-next {
    margin-top: -35.5px;
}

.owl-pagination {
    text-align: center;
    margin: 10px 0 0;
}

.owl-page {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

/*2017 jeff change product page thumbnail*/

/*.owl-page span {
    background: #f1c40f;
}*/

/*.owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px #f1c40f;
}*/

/* --- [ Carousel Controls White ] --- */

.carousel-controls-white .owl-prev,
.carousel-controls-white .owl-next {
    color: #ffffff;
}

/* --- [ Carousel Pagination White ] --- */

.carousel-pagination-white .owl-page span {
    background: #ffffff;
}

.carousel-pagination-white .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px white;
}

/* --- [ Image Slider ] --- */

.image-slider,
.image-slider .owl-item {
    padding: 0;
    margin: 0;
}

.image-slider .owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.image-slider .owl-page span {
    background: #ffffff;
}

.image-slider .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px white;
}

.image-slider .owl-nav .owl-prev,
.image-slider .owl-nav .owl-next {
    margin-top: -23px;
}

/* --- [ Image Carousel ] --- */

.images-carousel {
    width: auto;
    margin: 0 -5px;
}

.images-carousel .owl-item {
    padding: 0 5px;
}

/* --- [ Box Carousel ] --- */

.box-carousel {
    width: auto;
    margin: 0 -15px;
}

.box-carousel .owl-item {
    padding: 0 15px;
}

/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
}

.social-icons > li > a {
    background: #f5f5f5;
    display: block;
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    height: 32px;
    width: 32px;
    color: #777777;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    background: #fff500;
    color: #333;
}

/* --- [ Social Icons Size ] --- */

.social-icons-lg > li > a {
    line-height: 48px;
    font-size: 16px;
    height: 48px;
    width: 48px;
}

.social-icons-md > li > a {
    line-height: 40px;
    height: 40px;
    width: 40px;
}

/* --- [ Social Icons Mode ] --- */

.social-icons-round > li > a {
    border-radius: 2px;
}

.social-icons-circle > li > a {
    border-radius: 100%;
}

/* --- [ Social Icons Colored ] --- */

.social-icons-colored > li > a {
    color: #ffffff;
}

.social-icons-colored > li > a:hover,
.social-icons-colored > li > a:focus {
    opacity: 0.85;
}

/* --- [ Social Icons Simple ] --- */

.social-icons-simple > li > a {
    background: none;
    background: none;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #444;
    line-height: 35px;
}

.social-icons-simple > li > a:hover,
.social-icons-simple > li > a:focus {
    background: none;
    color: inherit;
}

/*------------------------------------------------------------------
[Top bar]
*/

.top-bar {
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    padding: 8px 0;
}

.top-bar.top-bar-black {
    border: 0;
    background: #000000;
    color: #ffffff;
}

.top-bar-black a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.top-bar-black a:hover,
.top-bar-black a:focus {
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar-list > li {
    display: inline-block;
}

.top-bar-list > li:not(:first-child) {
    margin-left: 10px;
}

.top-bar-list.list-icons > li .fa,
.top-bar-list.list-icons > li .icons {
    margin-right: 5px;
}

.list-dividers li:not(:last-child) a {
    border-right: 1px solid whitesmoke;
    padding-right: 10px;
}

.top-bar-black .list-dividers li:not(:last-child) a {
    border-right: 1px solid #222;
}

@media (max-width: 991px) {
    .top-bar .container {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Header & Navigation]
*/

/* Header */

.header {
    background: #ffffff;
    position: relative;
    z-index: 1030;
    box-shadow: inset 0 -1px 0px #f5f5f5;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out, transform 0.2s ease-out;
    transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out, transform 0.2s ease-out;
}

.header.push {
    -moz-transform: translateY(-73px);
    -ms-transform: translateY(-73px);
    -webkit-transform: translateY(-73px);
    transform: translateY(-73px);
    box-shadow: none !important;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}

.header.js-stick.header-small {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Brand */

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
/*2017 Jeff Company Logo*/
.inner-brand img{
    width:150px;
}

@media (max-width: 991px){
    .inner-brand img{
        width:130px;
    }
}


.inner-brand .brand-light {
    display: none;
}

/* Menu extras */

.menu-extras {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    box-shadow: -1px 0 0 #f5f5f5;
    -webkit-transition: box-shadow 0.3s ease-out 0.125s;
    transition: box-shadow 0.3s ease-out 0.125s;
}

.menu-extras .menu-item {
    float: left;
}

.menu-extras > .menu-item > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width:1400px) and (max-width:1600px){
    .menu-extras > .menu-item > div > a {
        font-size: 20px;
         padding: 31px 15px;
    }
}
@media (min-width:1601px){
    .menu-extras > .menu-item > div > a {
       font-size: 22px;
        line-height: 16px;
    }
}
.menu-extras > .menu-item > div > a:hover,
.menu-extras > .menu-item > div > a:focus {
    color: #222222;
}

.cart-badge {
    position: absolute;
    background: #fff500;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 8px;
    color: #000;
}
@media (min-width:1400px) and (max-width:1600px){
    .cart-badge {
        height: 14px;
        width: 14px;
        line-height: 17px;
        left: 28px;
        font-size: 10px;
    }
}
@media (min-width:1601px){
    .cart-badge {
        height: 16px;
        width: 16px;
        line-height: 18px;
        left: 28px;
        font-size: 11px;
    }
}

/* Main nav */

.main-nav {
    position: relative;
}

/* Inner nav */

.inner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-nav > li {
    float: left;
}

.inner-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 500;
    font-size: 11px;
    display: block;
    padding: 33px 20px;
}
@media (min-width:1400px) and (max-width:1600px){
    .inner-nav > li > a {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}
@media (min-width:1601px){
    .inner-nav > li > a {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

/* Submenu */

.submenu,
.submenu-mega > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu {
    width:100%;
    position: absolute;
    padding: 0;
    min-width: 180px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    text-align: left;
    font-size: 13px;
    background: #222222;
   
}
@media (min-width:992px){
    .submenu {
        border-width:0px 1px 1px 1px;
        border-style: solid;
        border-color: rgba(51, 51, 51, 0.5);
        box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
    }   
}

.main-nav-light .submenu{
    background:rgba(255,255,255,0.95) !important;
}

@media (min-width:992px){
    .main-nav-light .submenu{
        border-width:1px 1px 1px 1px !important;
        border-color: rgba(51, 51, 51, 0.2) !important;
    }
}

.submenu-open > .submenu {
    visibility: visible;
    opacity: 1;
}

.submenu .submenu {
    left: 100%;
    top: 0;
}

/* Submenu mega */

.submenu-mega {
    display: table;
    padding: 0;
    right: 0;
}

.submenu-mega.five-columns, .submenu-mega.ten-columns {
    width: 100%;
    left: 0;
}

.submenu-mega.three-columns {
    width: 60%;
}

.submenu-mega > li {
    display: table-cell;
    padding: 15px 10px;
}

.submenu-mega.five-columns > li {
    width: 20%;
}
.submenu-mega.four-columns > li {
    width: 25%;
}
.submenu-mega.four-one-two-columns{
    width:100%;
}
.submenu-mega.four-one-two-columns > li:nth-child(1) {
    width: 57.1%;
}
.submenu-mega.four-one-two-columns > li:nth-child(2) {
    width: 14.28%;
}

.submenu-mega.four-one-two-columns > li:nth-child(3) {
    width: 28.57%;
}

.submenu-mega.three-columns > li {
    width: 33.33%;
}

.submenu-mega > li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
}

@media (min-width: 992px){
    .main-nav-light .submenu-mega > li:not(:last-child) {
        border-right: 1px solid rgba(51, 51, 51, 0.1) !important;
    }
}

.submenu .has-submenu > a:after {
    position: absolute;
    content: "\f105";
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    font-size: 10px;
}

.submenu li {
    position: relative;
}

.submenu-title,
.submenu li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 9px 27px 9px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media (min-width:1400px) and (max-width:1600px){
    .submenu li a {
        font-size: 14px;
    }
    .submenu-title, .submenu li a{
        padding:10px 27px 10px 20px;
    }
}
@media (min-width:1601px){
    .submenu li a {
        font-size: 16px;
    }
    .submenu-title, .submenu li a{
        padding:12px 27px 12px 20px;
    }
}
.submenu li:last-child > a {
    border: 0;
}

.submenu-title,
.submenu-mega li a {
    border: 0;
}

.submenu-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 700;
    font-size: 14px;
}
.submenu-title.secondary {
    font-size: 12px;
    margin-bottom:0px;
}
@media (min-width:1400px) and (max-width:1600px){
    .submenu-title {
        font-size: 14px;
    }
}
@media (min-width:1601px){
    .submenu-title {
        font-size: 16px;
    }
}

.submenu li a > .fa,
.submenu li a > .icons {
    text-align: center;
    margin-right: 6px;
    width: 22px;
}

/* Link & Text colors */

.inner-nav > li > a {
    color: #666;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position:relative;
}

.inner-nav > li > a.active {
    color: #222222;
}
@media (min-width:992px){
    .inner-nav > li.submenu-open > a:after{
        width: 0px;
        content: "";
        position: absolute;
        right: 47%;
        bottom: 0px;
        border-style: solid;
        border-width: 0px 5px 5px;
        border-color: transparent transparent #222222;
        margin: auto;
    }
    .main-nav-light .inner-nav > li.submenu-open > a:after{
      content: none;
    }
}

.inner-nav > li > a:hover,
.inner-nav > li > a:focus,
.inner-nav > li.submenu-open > a {
    color: #222222;
}

.submenu li > a {
    color: rgba(255, 255, 255, 0.8);
    font-weight:300;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-nav-light .submenu li > a {
    color: rgba(0, 0, 0, 095);
    font-weight:400;
}

.submenu-title {
    color: #ffffff;
}

.main-nav-light .submenu-title {
    color: #555;
}

.submenu li > a:hover,
.submenu li > a:focus,
.submenu li.submenu-open > a {
    background: rgba(51, 51, 51, 0.5);
    color: #ffffff;
}

.main-nav-light .submenu li > a:hover,
.main-nav-light .submenu li > a:focus,
.main-nav-light .submenu li.submenu-open > a {
    background: #eeeeee;
    color: #000000;
}

/* Nav toggle */

.main-nav-toggle {
    border-left: 1px solid #f5f5f5;
    display: none;
    float: right;
    padding: 33px 0 33px 15px;
    margin-left: 15px;
}

.nav-icon-toggle {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon-toggle span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span {
    background: #000000;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon-toggle.open span:nth-child(1) {
    top: 2px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon-toggle.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-icon-toggle.open span:nth-child(3) {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .header .container {
        width: 100%;
    }

    .main-nav-toggle {
        display: block;
    }
    /* Main nav */

    .main-nav {
        position: absolute;
        background: #ffffff;
        border-bottom: 1px solid #f5f5f5;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .main-nav.in {
        overflow-y: auto;
    }
    /* Inner nav */

    .inner-nav {
        float: none !important;
        padding: 10px 15px;
    }

    .inner-nav > li {
        display: block;
        float: none;
    }

    .inner-nav > li > a {
        position: relative;
        padding: 10px 0;
    }

    .inner-nav > li > a > .fa{
        display:none;
    }

    .submenu a,
    .inner-nav > li:not(:last-child) > a {
        border-bottom: 1px solid #f5f5f5;
    }
    /* Submenu */

    .submenu,
    .submenu .submenu,
    .submenu.submenu-mega {
        background: transparent;
        display: none;
        margin: 0;
    }

    .submenu-open > .submenu {
        position: static;
        display: block !important;
    }

    .submenu li a {
        padding: 10px 4px 10px 0;
    }
    /* Mega menu */

    .submenu ul > li > a{
        padding-left:10px;
        padding-right:10px;
    }

    .submenu-title {
        padding: 15px 0 10px;
    }

    .submenu-mega > li {
        display: block;
        width: 100% !important;
        padding: 0;
    }

    .submenu-mega > li,
    .submenu-mega > li:not(:last-child) {
        border: 0;
    }

    .submenu .has-submenu > a:after,
    .submenu.submenu-mega li a:after {
        right: 0;
    }

    .has-submenu > a:after {
        position: absolute;
        content: "\f105";
        display: block;
        right: 0px;
        top: 50%;
        margin-top: -9px;
        font-family: 'FontAwesome';
        text-rendering: auto;
        font-size: 10px;
    }
    /* Link colors */

    .submenu li > a {
        border-bottom: 1px solid #f5f5f5;
        color: #999;
    }

    .submenu-title,
    .submenu li > a:hover,
    .submenu li > a:focus,
    .submenu li.submenu-open > a {
        background: none;
        color: #222222;
    }
}

@media (min-width: 992px) {
    /* Collapse main-nav */

    .main-nav.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
    }
    /* Header small */

    .header-small .inner-brand {
        height: 68px;
    }

    .header-small .main-nav-toggle,
    .header-small .inner-nav > li > a,
    .header-small .menu-extras .menu-item a {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    /* Header transparent */

    .header.header-transparent {
        background: transparent;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
    }

    .header.header-transparent .brand-light {
        display: inline;
    }

    .header.header-transparent .brand-dark {
        display: none;
    }

    .header.header-transparent .menu-extras {
        box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: box-shadow 0s ease-out;
        transition: box-shadow 0s ease-out;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-item a {
        color: #ffffff;
    }

    .header.header-transparent .inner-nav > li > a:hover,
    .header.header-transparent .inner-nav > li > a:focus,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-item a:hover,
    .header.header-transparent .menu-extras .menu-item a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
}

/*------------------------------------------------------------------
[Header Search]
*/

.header-search-form {
    background: rgba(51, 51, 51, 0.95);
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-search-form.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-search-form-clouse {
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 1;
    font-size: 32px;
    color: #fff;
}

.form-close-btn {
    color: #fff;
}

.form-close-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}

.search-form-inner {
    position: absolute;
    width: 100%;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form-inner input {
    background: transparent;
    width: 100%;
    background: 0 0;
    border-top: 0 solid transparent;
    border-bottom: 1px solid #909090 !important;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    font-size: 42px;
    font-weight: 300;
    color: white;
    padding: 10px 0px;
    outline: 0;
}

.search-form-inner button {
    background: rgba(0,0,0,0);
    border: none;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 15px;
    color: #c6c6c6;
    outline: 0;
}

.search-form-inner input:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 1024px) {
    .search-form-inner input {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .search-form-inner input {
        font-size: 24px;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm,
.module-xs {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 140px 0;
}

.module.divider-top,
.module-sm.divider-top,
.module-xs.divider-top {
    border-top: 1px solid #eeeeee;
}

.module.divider-bottom,
.module-sm.divider-bottom,
.module-xs.divider-bottom {
    border-bottom: 1px solid #eeeeee;
}

.line-bottom {
    border-bottom: 1px solid #eeeeee;
}

.module.parallax,
.module-sm.parallax,
.module-xs.parallax {
    background-color: transparent;
}

.module-l {
    padding: 180px 0;
}

.module-sm {
    padding: 70px 0;
}

.module-xs {
    padding: 35px 0;
}

.module-header {
    margin: 0 0 70px;
}

.module-header h1,
.module-header .h1,
.module-header h2,
.module-header .h2,
.module-header h3,
.module-header .h3,
.module-header h4,
.module-header .h4,
.module-header h5,
.module-header .h5,
.module-header h6,
.module-header .h6 {
    margin-bottom: 10px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.pull-image .container {
    position: relative;
}

.pull-image .container > div[class*='col-'] {
    position: absolute;
}

.pull-image .vertical-middle {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.pull-image .pull-image-right {
    right: 0;
}

@media (max-width: 990px) {
    .pull-image .container div[class*='col-'] {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.side-background {
    position: relative;
    padding: 0px;
}

.side-background .background-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.side-background .background-side {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-background .background-side.start-top {
    background-position: 0% 0% !important;
}

.side-background .background-side.start-bottom {
    background-position: 100% 0% !important;
}

.side-background .content-side {
    padding-top: 140px;
    padding-bottom: 140px;
}

/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.fullheight {
    height: 100vh;
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}

.animated-background {
    -webkit-animation: animated-background 800s linear infinite;
    animation: animated-background 800s linear infinite;
    background-repeat: repeat-x !important;
}

@-webkit-keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

@keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}


/* --- [ Alfa backgrounds ] --- */

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.05);
}

.bg-black-alfa-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-black-alfa-15:before {
    background: rgba(0, 0, 0, 0.15);
}

.bg-black-alfa-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-black-alfa-25:before {
    background: rgba(0, 0, 0, 0.25);
}

.bg-black-alfa-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-black-alfa-35:before {
    background: rgba(0, 0, 0, 0.35);
}

.bg-black-alfa-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-black-alfa-45:before {
    background: rgba(0, 0, 0, 0.45);
}

.bg-black-alfa-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black-alfa-55:before {
    background: rgba(0, 0, 0, 0.55);
}

.bg-black-alfa-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-black-alfa-65:before {
    background: rgba(0, 0, 0, 0.65);
}

.bg-black-alfa-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-black-alfa-75:before {
    background: rgba(0, 0, 0, 0.75);
}

.bg-black-alfa-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-black-alfa-85:before {
    background: rgba(0, 0, 0, 0.85);
}

.bg-black-alfa-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.95);
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.05);
}

.bg-white-alfa-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white-alfa-15:before {
    background: rgba(255, 255, 255, 0.15);
}

.bg-white-alfa-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-white-alfa-25:before {
    background: rgba(255, 255, 255, 0.25);
}

.bg-white-alfa-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-white-alfa-35:before {
    background: rgba(255, 255, 255, 0.35);
}

.bg-white-alfa-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-white-alfa-45:before {
    background: rgba(255, 255, 255, 0.45);
}

.bg-white-alfa-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-alfa-55:before {
    background: rgba(255, 255, 255, 0.55);
}

.bg-white-alfa-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-white-alfa-65:before {
    background: rgba(255, 255, 255, 0.65);
}

.bg-white-alfa-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-white-alfa-75:before {
    background: rgba(255, 255, 255, 0.75);
}

.bg-white-alfa-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-white-alfa-85:before {
    background: rgba(255, 255, 255, 0.85);
}

.bg-white-alfa-90:before {
    background: rgba(255, 255, 255, 0.9);
}

.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.95);
}

.bg-brand-alfa-5:before,
.bg-brand-alfa-10:before,
.bg-brand-alfa-15:before,
.bg-brand-alfa-20:before,
.bg-brand-alfa-25:before,
.bg-brand-alfa-30:before,
.bg-brand-alfa-35:before,
.bg-brand-alfa-40:before,
.bg-brand-alfa-45:before,
.bg-brand-alfa-50:before,
.bg-brand-alfa-55:before,
.bg-brand-alfa-60:before,
.bg-brand-alfa-65:before,
.bg-brand-alfa-70:before,
.bg-brand-alfa-75:before,
.bg-brand-alfa-80:before,
.bg-brand-alfa-85:before,
.bg-brand-alfa-90:before,
.bg-brand-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-brand-alfa-5:before,
.bg-brand-alfa-10:before,
.bg-brand-alfa-15:before,
.bg-brand-alfa-20:before,
.bg-brand-alfa-25:before,
.bg-brand-alfa-30:before,
.bg-brand-alfa-35:before,
.bg-brand-alfa-40:before,
.bg-brand-alfa-45:before,
.bg-brand-alfa-50:before,
.bg-brand-alfa-55:before,
.bg-brand-alfa-60:before,
.bg-brand-alfa-65:before,
.bg-brand-alfa-70:before,
.bg-brand-alfa-75:before,
.bg-brand-alfa-80:before,
.bg-brand-alfa-85:before,
.bg-brand-alfa-90:before,
.bg-brand-alfa-95:before {
    background: rgba(255, 245, 0, 0.05);
}

.bg-brand-alfa-10:before {
    background: rgba(255, 245, 0, 0.1);
}

.bg-brand-alfa-15:before {
    background: rgba(255, 245, 0, 0.15);
}

.bg-brand-alfa-20:before {
    background: rgba(255, 245, 0, 0.2);
}

.bg-brand-alfa-25:before {
    background: rgba(255, 245, 0, 0.25);
}

.bg-brand-alfa-30:before {
    background: rgba(255, 245, 0, 0.3);
}

.bg-brand-alfa-35:before {
    background: rgba(255, 245, 0, 0.35);
}

.bg-brand-alfa-40:before {
    background: rgba(255, 245, 0, 0.4);
}

.bg-brand-alfa-45:before {
    background: rgba(255, 245, 0, 0.45);
}

.bg-brand-alfa-50:before {
    background: rgba(255, 245, 0, 0.5);
}

.bg-brand-alfa-55:before {
    background: rgba(255, 245, 0, 0.55);
}

.bg-brand-alfa-60:before {
    background: rgba(255, 245, 0, 0.6);
}

.bg-brand-alfa-65:before {
    background: rgba(255, 245, 0, 0.65);
}

.bg-brand-alfa-70:before {
    background: rgba(255, 245, 0, 0.7);
}

.bg-brand-alfa-75:before {
    background: rgba(255, 245, 0, 0.75);
}

.bg-brand-alfa-80:before {
    background: rgba(255, 245, 0, 0.8);
}

.bg-brand-alfa-85:before {
    background: rgba(255, 245, 0, 0.85);
}

.bg-brand-alfa-90:before {
    background: rgba(255, 245, 0, 0.9);
}

.bg-brand-alfa-95:before {
    background: rgba(255, 245, 0, 0.95);
}

.bg-white-dark-alfa-5:before,
.bg-white-dark-alfa-10:before,
.bg-white-dark-alfa-15:before,
.bg-white-dark-alfa-20:before,
.bg-white-dark-alfa-25:before,
.bg-white-dark-alfa-30:before,
.bg-white-dark-alfa-35:before,
.bg-white-dark-alfa-40:before,
.bg-white-dark-alfa-45:before,
.bg-white-dark-alfa-50:before,
.bg-white-dark-alfa-55:before,
.bg-white-dark-alfa-60:before,
.bg-white-dark-alfa-65:before,
.bg-white-dark-alfa-70:before,
.bg-white-dark-alfa-75:before,
.bg-white-dark-alfa-80:before,
.bg-white-dark-alfa-85:before,
.bg-white-dark-alfa-90:before,
.bg-white-dark-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-white-dark-alfa-5:before,
.bg-white-dark-alfa-10:before,
.bg-white-dark-alfa-15:before,
.bg-white-dark-alfa-20:before,
.bg-white-dark-alfa-25:before,
.bg-white-dark-alfa-30:before,
.bg-white-dark-alfa-35:before,
.bg-white-dark-alfa-40:before,
.bg-white-dark-alfa-45:before,
.bg-white-dark-alfa-50:before,
.bg-white-dark-alfa-55:before,
.bg-white-dark-alfa-60:before,
.bg-white-dark-alfa-65:before,
.bg-white-dark-alfa-70:before,
.bg-white-dark-alfa-75:before,
.bg-white-dark-alfa-80:before,
.bg-white-dark-alfa-85:before,
.bg-white-dark-alfa-90:before,
.bg-white-dark-alfa-95:before {
    background: rgba(248, 248, 248, 0.05);
}

.bg-white-dark-alfa-10:before {
    background: rgba(248, 248, 248, 0.1);
}

.bg-white-dark-alfa-15:before {
    background: rgba(248, 248, 248, 0.15);
}

.bg-white-dark-alfa-20:before {
    background: rgba(248, 248, 248, 0.2);
}

.bg-white-dark-alfa-25:before {
    background: rgba(248, 248, 248, 0.25);
}

.bg-white-dark-alfa-30:before {
    background: rgba(248, 248, 248, 0.3);
}

.bg-white-dark-alfa-35:before {
    background: rgba(248, 248, 248, 0.35);
}

.bg-white-dark-alfa-40:before {
    background: rgba(248, 248, 248, 0.4);
}

.bg-white-dark-alfa-45:before {
    background: rgba(248, 248, 248, 0.45);
}

.bg-white-dark-alfa-50:before {
    background: rgba(248, 248, 248, 0.5);
}

.bg-white-dark-alfa-55:before {
    background: rgba(248, 248, 248, 0.55);
}

.bg-white-dark-alfa-60:before {
    background: rgba(248, 248, 248, 0.6);
}

.bg-white-dark-alfa-65:before {
    background: rgba(248, 248, 248, 0.65);
}

.bg-white-dark-alfa-70:before {
    background: rgba(248, 248, 248, 0.7);
}

.bg-white-dark-alfa-75:before {
    background: rgba(248, 248, 248, 0.75);
}

.bg-white-dark-alfa-80:before {
    background: rgba(248, 248, 248, 0.8);
}

.bg-white-dark-alfa-85:before {
    background: rgba(248, 248, 248, 0.85);
}

.bg-white-dark-alfa-90:before {
    background: rgba(248, 248, 248, 0.9);
}

.bg-white-dark-alfa-95:before {
    background: rgba(248, 248, 248, 0.95);
}

/*------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}


/*------------------------------------------------------------------
[Pages]
*/

.career-tags {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff500;
    list-style: none;
    padding: 0;
}

.career-tags > li {
    display: inline-block;
}

@media (max-width: 767px) {
    .page-content + .sidebar,
    .sidebar + .page-content {
        margin: 70px 0 0;
    }
}

/*------------------------------------------------------------------
[KANEX PRODUCTS]
*/

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters > li {
    display: inline-block;
    padding: 0 15px 35px;
}

.filters > li > a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    padding: 1px 0;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.filters > li > a:hover,
.filters > li > a.current {
    border-color: #333333;
    opacity: 1;
}

.works-grid.works-grid-gutter {
    margin-left: -4px;
    margin-right: -4px;
}

.works-grid.works-grid-gutter .work-item {
    padding: 0 4px 8px 4px;
}

/*.works-grid .work-item {
  width:50%;
}*/

.works-grid.works-grid-packery {
    width: 100%;
    max-height: 1000px;
}

.works-grid.works-grid-packery .work-item {
    border: 3px solid #fff;
}

#premium-products-grid .work-item {
    width: initial !important;
}

/*2017 jeff home page gird full size*/

/*#premium-products-grid .work-item .work-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/

#premium-products-grid .work-item .work-wrapper.layered:before {
    content: "";
    position:absolute;
    height: 100%;
    width:100%;
    background-color:rgba(0,0,0,0.2);
    z-index:1;  
}

#premium-products-grid .work-item.block1 {
    /*background-color: #eee;
    text-align: center;
    height: calc(60vh + 5px);
    margin: 0 5px 5px 0;*/
    background-color: rgb(213,216,219);
    text-align: center;
    height: calc(60vh + 5px);
    margin: 0 5px 5px 0;

}

#premium-products-grid .work-item.block1 img {
    /*width: 80%;
    vertical-align: middle;
    margin-top: 5%;*/

     width: 100%;
    height:100%;
    object-fit:cover;
}

@media screen and (max-width:767px) {
    #premium-products-grid .work-item.big {
        height: 50vh !important;
        margin-right: 0px !important;
    }

    #premium-products-grid .work-item.small {
        height: 45vh !important;
        margin-right: 0px !important;
    }

    /*2017 Jeff Home Page Grid1 mobile fixed*/

    /*#premium-products-grid .work-item.block1 img {
        margin-top: 20%;
    }*/

    /*#premium-products-grid .work-item.block5 img {
        margin-left: 0px !important;
        margin-top: 10%;
        width: 85% !important;
    }*/

    #premium-products-grid > .row {
        margin: 0px !important;
    }
}

@media screen and (min-width:768px) and (max-width:990px) {
    #premium-products-grid .work-item.big {
        height: calc(50vh + 5px) !important;
    }

    #premium-products-grid .work-item.small {
        height: 25vh !important;
    }
}


/*2017 Adding Class*/

.popular-products .work-item .work-caption .work-title.light {
    color:#fff;
}

@media (max-width:767px){
    #sidebar-category.affix {
        top: 0px;
        position:relative !important;
    }
}


#premium-products-grid .work-item.block2 {
    /*background-color: #eee;
    text-align: center;
    height: 30vh;
    margin: 0 5px 5px 0;*/

    background-color: #eee;
    height: 30vh;
    margin: 0 5px 5px 0;
}

#premium-products-grid .work-item.block2 img {
    /*width: 60%;
    vertical-align: middle;
    margin-top: 10%;*/

    width: 100%;
    height:100%;
    object-fit:cover;

}

#premium-products-grid .work-item.block3 {
    /*background-color: #eee;
    text-align: center;
    height: 30vh;
    margin: 0 0 5px 0;*/

    background-color: #eeeeee;
    text-align: center;
    height: 30vh;
    margin: 0 0 5px 0;
}

#premium-products-grid .work-item.block3 img {
    width: 85%;
    vertical-align: middle;
    margin-top: 15%;
}

#premium-products-grid .work-item.block4 {
    background-color: #eee;
    text-align: center;
    height: 35vh;
    margin: 0 5px 5px 0;
}

#premium-products-grid .work-item.block4 img {
    /*width: 65%;
    vertical-align: middle;
    margin-top: 15%;*/

   height:100%;
   width:100%;
   object-fit:cover;
}

#premium-products-grid .work-item.block5 {
    background-color: #eee;
    text-align: center;
    height: 30vh;
    margin: 0 0 5px 0;
}



#premium-products-grid .work-item.block5 img {
    /*width: 50%;
    vertical-align: middle;
    margin-left: 10%;*/

    width: 100%;
    height:100%;
    object-fit:cover;
}



#premium-products-grid .work-item.block6 {
    background-color: #eee;
    text-align: center;
    height: 35vh;
    margin: 0 5px 5px 0;
}

#premium-products-grid .work-item.block6 img {
    /*width: 50%;
    vertical-align: middle;
    margin-top: 16%;*/
      width: 100%;
    height:100%;
    object-fit:cover;
}

#premium-products-grid .work-item.block7 {
    /*background-color: #eee;
    text-align: center;
    height: 35vh;
    margin: 0 0 5px 0;*/
    background-color: #222;
    text-align: center;
    height: 35vh;
    margin: 0 0 5px 0;
}

#premium-products-grid .work-item.block7 img {
    width: 55%;
    vertical-align: middle;
    margin-top: 15%;
}

.works-grid.works-grid-3 .work-item {
    width: 33.333333%;
}

.works-grid.works-grid-4 .work-item {
    width: 25%;
}

#premium-products-grid div[class^='col-'] {
    padding: 0px !important;
}

.works-grid .work-item-w2 {
    width: 50% !important;
}

.works-grid .work-item-w1 {
    width: 25% !important;
}

.works-grid .work-item-h2 {
    height: 100% !important;
}

.works-grid .work-item-h1 {
    height: 50% !important;
}

.work-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.work-overlay {
    border: none;
    background: rgba(255, 245, 0, 0.8);
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.popular-products{
    padding:0 5px;
}

.popular-products .work-overlay {
    opacity: 1;
    z-index: initial;
    background-color: rgba(0,0,0,0.3);
}

.work-wrapper > img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-wrapper > figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.work-wrapper:hover > figcaption::before, .work-wrapper:hover > figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.work-wrapper > figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.work-wrapper > figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.work-wrapper > figcaption::before, .work-wrapper > figcaption::after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    content: '';
    z-index: 1;
}

.work-caption {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    padding: 40px;
    width: 100%;
    opacity: 1;
    bottom: 0;
}

.popular-products .work-item .work-caption {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    padding: 20px 25px;
    top: 0;
    bottom: initial;
    text-align: left;
}

.popular-products .work-item .work-caption.bottom {
    bottom: 0px;
    top: initial;
}

.popular-products .work-item .work-caption .work-title {
    padding: 0px;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color:#222;
}
@media (min-width:1400px) and (max-width:1600px){
    .popular-products .work-item .work-caption{
        padding: 22px 28px;
    }
   .popular-products .work-item .work-caption .work-title {
        font-size: 20px;
    }
}
@media (min-width:1601px){
    .popular-products .work-item .work-caption{
        padding: 24px 30px;
    }
   .popular-products .work-item .work-caption .work-title {
        font-size: 22px;
    }
}

.popular-products .work-item .work-caption .work-category {
    font-style: normal;
    opacity: 1;
    font-size: 14px;
}

.popular-products .work-item .work-caption {
    z-index: 2;
}

.popular-products .work-item:hover .work-caption .work-category {
    opacity: 1;
}

.work-title,
.work-category {
    color: #333;
}

.work-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
}

.work-category {
    font-style: italic;
    font-size: 15px;
    opacity: 0.7;
}

.work-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
}

/* --- [ Base Hover ] --- */

.work-item:hover .work-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.work-item:hover .work-overlay {
    opacity: 1;
}

.work-item:hover .work-caption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* --- [ Dark Hover Overlay ] --- */

.works-grid-dark .work-overlay {
    background: rgba(51, 51, 51, 0.9);
}

/* --- [ White Hover Overlay ] --- */

.works-grid-white .work-overlay {
    background: rgba(255, 255, 255, 0.9);
}

.works-grid-white .work-title,
.works-grid-white .work-category {
    color: #222222;
}

@media (max-width: 1023px) {
    .works-grid .work-item,
    .works-grid.works-grid-3 .work-item,
    .works-grid.works-grid-4 .work-item,
    .works-grid.works-grid-5 .work-item {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .works-grid .work-item,
    .works-grid.works-grid-3 .work-item,
    .works-grid.works-grid-4 .work-item,
    .works-grid.works-grid-5 .work-item {
        width: 100%;
    }
}

.portfolio-info {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.portfolio-info > li:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.portfolio-info h5 {
    display: inline-block;
    margin: 0 8px 0 0;
}

.portfolio-info .social-icons {
    display: inline-block;
}

/*------------------------------------------------------------------
[Product List]
*/

.product {
    margin: 0 0 70px;
}

.product .product-title {
    font-size: 23px;
    margin-bottom: 10px;
}

.product .product-MPN {
    font-size: 14px;
    color :#777676 !important; 
    margin-bottom: 10px;
}

.product .product-price {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product .product-desc {
    color: #777;
}

.product .product-content {
    padding: 30px 0 0 0;
}

.product.format-quote .product-content {
    padding: 30px 25px;
}

/*------------------------------------------------------------------
[Footer]
*/

.footer {
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 50px 0 0;
}

.footer .widget-title {
    border-color: #333333;
}

.footer .copyright {
    border-top: 1px solid #333333;
    padding: 15px 0;
    margin: 0 0;
}

.footer .subfooter {
    border-top: 1px solid #ffffff;
    padding-top: 70px;
    margin-top: 70px;
}

.footer .bottom-line:before {
    border-bottom: 2px solid #333333;
}

.footer .widget .recent-posts > li {
    border-color: #333333;
}

.footer.parallax {
    background-color: transparent;
}

.footer * {
    color: #dddddd;
}

.footer a {
    text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

.scroll-top {
    border-radius: 2px;
    border: 2px solid #ffffff;
    padding: 6px 13px;
    font-size: 18px;
    opacity: 0.5;
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .list-inline > li a {
    text-decoration: none;
}

.footer-minimal {
    padding: 140px 0;
}

@media (max-width: 767px) {
    .footer .scroll-top {
        display: none;
    }
}

.footer-logo {
    height: 25px;
    opacity: 0.3;
}

.footer .bottom-line:after{
    margin:15px auto 15px 0 !important;
}

/*------------------------------------------------------------------
[Backgrounds Position]
*/
@media (max-width: 767px) {
    .bg-pos-x-10p {
        background-position-x: 10% !important;
    }

    .bg-pos-x-30p {
        background-position-x: 30% !important;
    }
}


/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    height: 39px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #fff500;
    box-shadow: none;
}

.form-control.form-transparent {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.form-control.form-circle {
    border-radius: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.input-lg {
    height: 47px;
    font-size: 14px;
}

.input-sm {
    height: 38px;
    font-size: 13px;
}


/* --- [  Widget ] --- */

.widget address {
    line-height: 1.8;
}

address.map-background {
    background: url("../images/map.png") no-repeat left;
    font-size:12px;
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-list > li {
    margin: 0 0 5px;
}

.links-list > li a {
    text-decoration: none;
    font-size:12px;
    font-weight:300;
}
@media (min-width:1400px) and (max-width:1600px){
    .links-list > li a {
        font-size: 14px;
    }
}
@media (min-width:1601px){
    .links-list > li a {
        font-size: 16px;
    }
}

.widget .links-list a:hover {
    opacity: 0.7;
}

.widget .intro-text{
    font-size:12px;
}
@media (min-width:1400px) and (max-width:1600px){
    .widget .intro-text{
        font-size:14px;
    }
}
@media (min-width:1601px){
    .widget .intro-text{
        font-size:16px;
    }
}


/*------------------------------------------------------------------
[Breadcrumb]
*/

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #f1c40f;
}

.breadcrumb > li + li:before {
    color: #999999;
    padding: 0 8px;
}

.breadcrumb > .active {
    color: #999999;
    opacity: 0.9;
}


/* --- [Post Columns] --- */

/*2017 Jeff adding borader in device landing */
.product-columns .product {
    background: #f8f8f8;
    margin: 0 0 30px;
    border:1px solid #eee;
}

@media screen and (min-width:992px) {
    .product-columns .product.fixed-h {
        min-height: 610px;
    }
}

/*Jeff 2017 Device Grid BackGround */
.product-preview {
 
     background-color: #fff;
    text-align: center;
}

.product-columns .product.fixed-h .product-preview {
    height: 300px;
}

.product-columns .product.fixed-h .product-preview a {
    line-height: 300px;
}

.product-columns .product.fixed-h .product-preview img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}

/*Jeff 2017 device product title*/
.product-columns .product .product-title {
    /*font-size: 20px;*/
    font-size: 18px;
}


.product-columns .product .product-content {
    /*padding: 30px 25px;*/
  padding: 25px 25px;
    height: 140px;
}

.product-columns .product .product-content.bordered {
    border: 1px solid #ddd;
    border-top: none;
}

.product-columns .product .product-content > *:last-child {
    margin-bottom: 0;
}

/* --- [Post Thumbnail] --- */

.product-thumbnail .product-content {
    padding: 0;
}

@media (max-width: 767px) {
    .product-thumbnail .product-content {
        padding: 30px 0 0;
    }
}

/* --- [Posts Formats] --- */

.product.format-quote,
.product.format-quote blockquote {
    background: #f1c40f;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0px;
}

.product.format-quote:hover,
.product.format-quote blockquote:hover {
    opacity: 0.9;
}

.product.format-quote blockquote {
    font-style: normal;
    font-size: 17px;
    padding: 30px 25px;
}

.product.format-quote blockquote footer,
.product.format-quote blockquote small,
.product.format-quote blockquote .small {
    color: #ffffff;
    font-weight: 600;
}

.product.format-quote blockquote footer:before,
.product.format-quote blockquote small:before,
.product.format-quote blockquote .small:before {
    content: none;
}

.product.format-quote blockquote :before {
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    content: "\f10e";
    margin: 0 0 20px;
}


/* --- [Post Meta] --- */

.product-meta {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.product-meta > li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #999;
}

.product-meta > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
}


/*------------------------------------------------------------------
[Product]
*/

.product-slider {
    padding-right: 100px;
}

.product-slider.controls-bottom {
    padding-right: 0px;
}

/*Jeff 2017*/
.product-slider .item img {
    display: block;
    width: 85%;
    
    height: auto;
}

.product-slider .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}

.product-slider.controls-bottom .owl-controls {
    margin-top: 15px;
    width: 100%;
    position: initial;
}

.product-slider .owl-controls .item-link {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 2px;
    outline: none;
    opacity: 0.6;
}

.product-slider.controls-bottom .owl-controls .item-link {
    height: 55px;
    width: 70px;
}

.product-slider.controls-bottom .owl-controls .item-link.video .icon {
    position: absolute;
    z-index: 1;
    color: white;
    left: 30px;
    top: 20px;
}

/*Jeff 2017 Product Slide dot*/

.product-slider.controls-bottom .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}

.product-slider.controls-bottom .owl-dots .owl-dot span {
    background-color:#fff;
    border:3px solid #f1c40f;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}

.product-slider.controls-bottom .owl-dots .owl-dot.active span {
   background: #f1c40f;
   border:none;
}




@media (max-width: 767px) {
    .product-slider {
        padding: 0 0 30px;
    }


    /*2017 jeff numb display set to off*/
    .product-slider .owl-controls {
        display :none ;
        position: static;
        text-align: left;
        width: auto;
        margin: 5px 0 0;
    }

    .product-slider .owl-controls .owl-pagination {
        text-align: center;
    }

   .product-slider .owl-controls .item-link {
        font-size: 0;
        margin: 0 5px 0 0;
        display:none;
    }

    /*jeff 2017 product slide dot mobile*/
    .product-slider .item img{
        width:100%;
    }


     .product-slider.controls-bottom .owl-dots .owl-dot span {
        height: 4px;
        width: 4px;
        opacity:0.5;
        border-width:0px;
        background: #f1c40f;
    }

    .product-slider.controls-bottom .owl-dots .owl-dot.active span {
        border-width:0px;
        height: 4px;
        width: 4px;
        opacity:1;
    }

}

.product-slider .owl-controls .item-link:focus {
    outline: none;
}

.product-slider .owl-controls .active .item-link {
    opacity: 1;
}

.product-slider .owl-pagination,
.product-slider .owl-controls .owl-page {
    margin: 0;
}

.product-slider .owl-controls .owl-page span {
    display: none;
}

.product-description .star-rating {
    margin-right: 15px;
}

/*Product Title jeff 2017*/
.product-description h2 {
    font-weight: 700 !important;
    font-size :3.0em;
}

.sale-text {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 20px;
    opacity: 0.2;
}


/* --- [ Text Tabs ] --- */



.nav-text-tabs {
    border-bottom: 2px solid #eeeeee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-nav-buffer > .product-nav {
    text-align: right;
    width: 100%;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.product-nav-buffer > .product-nav .nav-text-tabs {
    border-bottom: none;
}

@media (min-width: 528px) {
    .product-nav-buffer > .product-nav.fixed {
        position: fixed;
        top: -73px;
        left: 0px;
        z-index: 1029;
        -moz-transform: translateY(73px);
        -ms-transform: translateY(73px);
        -webkit-transform: translateY(73px);
        transform: translateY(73px);
        border-bottom: 1px solid #e2e2e2;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        background-color: #ffffff !important;
    }

    .product-nav-buffer {
        height: 52px;
    }
}

@media (max-width: 991px) {
    .product-nav-buffer {
        display: none;
    }
}

.nav-text-tabs > li {
    display: inline-block;
}

.nav-text-tabs > li > a {
    position: relative;
    display: block;
    padding: 16px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #777777;
}

.product-nav-buffer > .product-nav .nav-text-tabs > li > a {
    font-weight: 500;
}

.product-nav-buffer > .product-nav .nav-text-tabs > li.product-name {
    float: left;
    display: none;
}

.product-nav-buffer > .product-nav.fixed .nav-text-tabs > li.product-name {
    display: block;
}

.product-nav-buffer > .product-nav .nav-text-tabs > li.product-name > a {
    font-size: 18px;
    font-weight: 300 !important;
    text-transform: none;
    padding: 9px 20px 10px 0px;
    color: #000000;
}


.nav-text-tabs > li.active > a {
    color: #f1c40f;
}

.nav-text-tabs > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f1c40f;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 0px;
    left: 0;
}

.product-nav-buffer > .nav-text-tabs > li > a:after {
    background: none;
}

.nav-text-tabs > li.active > a:after {
    opacity: 1;
}

.nav-text-tabs + .tab-content {
    padding: 20px 0;
}

@media (max-width: 527px) {
    .product-nav {
        display: none;
    }

    .nav-text-tabs > li {
        border-top: 1px solid #eee;
        text-align: center;
        display: block;
    }

    .nav-text-tabs > li > a {
        padding: 20px 15px;
    }

    .nav-text-tabs > li > a:after {
        content: none;
    }
}



@media (max-width: 767px) {
    .product-nav > .nav-text-tabs {
        text-align: center;
    }

    .product-nav > .nav-text-tabs > li.product-name {
        display: none;
    }

    #product-tab-content.tab-content .tab-pane:not(.active) {
        display: block !important;
    }
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

.panel-default > .panel-heading {
    border: 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #eee;
    padding: 20px 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.panel-heading a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 1;
}

.panel-heading a.collapsed:after {
    content: "\f105";
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #eee;
}


/*------------------------------------------------------------------
[Play Button]
*/

.play-btn {
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 50%;
    color: #000000;
    width: 75px;
    font-size: 18px;
    height: 75px;
    line-height: 72px;
    padding: 0 0 0px 5px;
    margin: 0 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.8, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.8, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);
    z-index: 1;
}

.play-btn.vertical-middle {
    top: calc(50% - 107.5px);
}

.play-btn.white {
    border-color: #ffffff;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}


/*------------------------------------------------------------------
[Tables]
*/

table th {
    font-weight: 600;
    color: #222222;
}

.table.no-header tr:first-child td {
    border-top: none;
}

.table > thead > tr > th {
    border-bottom: 1px solid #eeeeee;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #eeeeee;
    padding: 10px;
}

.table.no-header > tbody > tr:first-child > td {
    border-top: 0px;
}

.table-bordered {
    border: 1px solid #eeeeee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #eeeeee;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
        margin-bottom: 0;
    }
}


/*------------------------------------------------------------------
[Downloads]
*/

.download-table {
    background: #fff;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}

.download-title,
.download-action {
    padding: 25px 0;
}

.download-title h6, .download-title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
}

.download-icon {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    background-color: #fafafa;
}

.download-icon.product {
    border-top: none;
    border-bottom: none;
    padding: 0px;
    line-height: 35px;
}

.download-icon .icon {
    text-transform: uppercase;
    font-size: 40px;
    color: #222222;
}

.download-icon.product .icon {
    font-size: 35px;
    font-weight: 600;
}

.download-icon.product .icon > span {
    line-height: 1.6;
}

/*Jeff Price indicator*/
.icon > span {
    vertical-align: top;
    letter-spacing: 2px;
    line-height: 3.5;
    /*font-size: 18px;*/
}

.download-features ul {
    list-style: none;
    padding: 0 0;
    margin: 0;
}

.download-features ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0;
}

.accordion-custom {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.accordion-custom > .panel > .panel-heading {
    padding: 0px;
    border-top: 1px solid #ddd;
}

.accordion-custom .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.accordion-custom .panel:last-child {
    border-bottom: 1px solid #ddd;
}

.accordion-custom > .panel > .panel-heading a {
    padding: 20px 15px;
    font-size:14px;
}

.accordion-custom > .panel > .panel-heading a:after {
    right: 15px;
}

.download-features.specifications {
    margin-bottom: 30px;
}

.download-features.specifications ul li {
    padding-left: 15px;
}

.download-features.white ul li:first-child {
    border-top: 1px solid #f5f5f5;
}

.download-features:not(.white) ul li:nth-child(odd) {
    background: #f8f8f8;
}

.download-table {
    margin: 10px 0 0;
}

.download-table.best-value {
    z-index: 1;
    margin: 0 0 0;
}

.download-table.best-value .download-title,
.download-table.best-value .download-action {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .download-table.best-value {
        margin: 10px 0 0;
    }
}

.txt-quantity {
    max-width: 120px;
    float: left;
    margin-right: 20px;
}

.txt-quantity input {
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #ddd;
    outline: none;
    font-weight: 600;
    color: #111;
}

.txt-quantity input:focus {
    border-color: #ddd;
    outline: none;
}

.txt-quantity button {
    border-color: #ddd;
}

.product-slider a {
    display: inline-block;
}

.video-play-btn {
    position: absolute;
    color: white;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
    z-index: 1;
}

.product-slider .item.video > .video-icon-container {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% - 100px);
}

.product-slider2 .jMosaic-item:hover, .product-slider2 .jMosaic-item:hover .video-play-btn {
    cursor: pointer;
    color: #fff;
}

.product-slider2 img {
    display: none;
}

@media (max-width: 1023px) {
    .zoomImg {
        display: none !important;
    }
}

.product-slider .owl-pagination, .product-slider .owl-controls .owl-page {
    margin: 0 5px;
}

.product-slider.controls-bottom .owl-controls .item-link {
    display: none;
}

.product-slider .owl-controls .owl-page span {
    display: block;
    height: 10px;
    width: 10px;
}

.product-columns .product .product-content {
    padding: 25px 25px;
   
}

.banner-play-btn {
    top: calc(50% - 100px);
}

.banner-pause-btn {
    top: calc(50% - 100px);
    padding: 0px !important;
    -webkit-animation: none;
    animation: none;
}

p {
    font-weight: 300;
    font-size: 15px;
}

@media (min-width: 1400px){
    p {
        font-size: 18px;
    }
}

.bg1 {
    background-image: url(/assets/images/products/1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: 65%;
    height: 0px;
    padding-top: 25%;
}

.bg2 {
    background-image: url(/assets/images/products/6.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    height: 0px;
    padding-top: 55%;
}

.bg3 {
    background-image: url(/assets/images/products/gpw_1.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 130%;
    background-position-y: 50%;
    height: 0px;
    padding-top: 50%;
    width: 100%;
}

@media screen and (max-width:768px) {
    .bg3 {
        background-position-x: center;
    }
}

.bg4 {
    /*background-image: url(/assets/images/products/gpw_0.png);*/
    background-repeat: no-repeat;
    background-position-x: 40%;
    background-size: 130%;
    background-position-y: 60%;
    height: 0px;
    padding-top: 70%;
    width: 100%;
}

/*jeff 2017*/
.bg5 {
    /*background-image: url(/assets/images/products/gpw_3.png);*/
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 140%;
    background-position-y: 50%;
    height: 0px;
    padding-top: 62%;
    width: 100%;
}

.bg6 {
    /*background-image: url(/assets/images/products/gpw_5.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: 74%;
    height: 0px;
    padding-top: 30%;
    width: 100%;
}

/*Gopower Watch animation - last section*/

.bg7 {
    /*background-image: url(/assets/images/products/gpw_5.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 120%;
    height: 0px;
    padding-top: 85%;
    position: relative;
}

.bg7 .label1 {
    color: #333;
    top: 0;
    left: 53%;
}

.bg7 .label1-line {
    height: 30%;
    bottom: 68%;
    left: 50%;
}

.bg7 .label2 {
    color: #333;
    text-align: right;
    bottom: 9%;
    right: 28%;
}

.bg7 .label2-line {
    height: 22.5%;
    top: 67%;
    right: 26%;
}

/*Gopower Watch animation - last section*/




.bg8 {
    /*background-image: url(/assets/images/products/gpw_2.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 120%;
    height: 0px;
    padding-top: 85%;
    position: relative;
}

.bg8 .label1 {
    color: #333;
    top: 0;
    right: 55%;
}

.bg8 .label1-line {
    height: 41%;
    bottom: 58%;
    left: 47%;
}

.bg8 .label2 {
    color: #333;
    bottom: 9%;
    left: 73%;
}

.bg8 .label2-line {
    height: 30%;
    top: 60%;
    left: 70%;
}

.bg8 .label3 {
    color: #333;
    bottom: 9%;
    right: 45.5%;
    text-align: right;
}

.bg8 .label3-line {
    height: 28%;
    top: 62%;
    left: 57%;
}

.bg8 .label4 {
    color: #333;
    left: 60%;
    top: 0;
}

.bg8 .label4-line {
    height: 24%;
    bottom: 75%;
    left: 57%;
}

.img-label {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
}

/*K118-1138 animation*/
.K118-1138 {
    /*background-image: url(/assets/images/products/gpw_2.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 90%;
    height: 0px;
    padding-top: 45%;
    position: relative;
}





/*K168-1111-sg animation*/

.k168bg {
    /*background-image: url(/assets/images/products/gpw_2.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 70%;
    height: 0px;
    padding-top: 50%;
    position: relative;
}

.k168bg .label1 {
    color: #333;
    top: 3%;
    right: 33.5%;
}

.k168bg .label1-line {
    height: 22%;
    bottom: 62%;
    left:65%;
}

.k168bg .label2 {
    color: #333;
    bottom: 18.5%;
    left: 55.3%;
}

.k168bg .label2-line {
    height: 25%;
    top: 44%;
    left: 58.5%;
}

.k168bg .label3 {
    color: #333;
    bottom: 23%;
    right:48.5%;
    text-align: center;
}

.k168bg .label3-line {
    height: 20%;
    top: 44.5%;
    left: 47.5%;
}

.k168bg .label4 {
    color: #333;
    left: 73.2%;
    top: 2.4%;
}

.k168bg .label4-line {
    height: 27%;
    bottom: 57%;
    left: 75%;
}

.img-label2 {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
}
/*K168-1111-sg animation*/

@media screen and (max-width:768px) {
    .img-label {
        font-size: 12px;
    }
}

.label-line {
    width: 1px;
    border-left: 1px solid #aaa;
    position: absolute;
    z-index: 1;
}

.label-line.circle-top:before {
    top: 0;
    position: absolute;
    left: -3px;
    height: 5px;
    width: 5px;
    background: #aaa;
    content: "";
    border-radius: 50%;
}

.label-line.circle-bottom:after {
    bottom: 0;
    position: absolute;
    left: -3px;
    height: 5px;
    width: 5px;
    background: #aaa;
    content: "";
    border-radius: 50%;
}

.bg9 {
    /*background-image: url(/assets/images/products/gpw_4.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 65%;
    background-size: 100%;
    height: 0px;
    padding-top: 100%;
}


@media screen and (max-width:768px) {
    .module {
        padding: 50px 0px;
    }
}

@media screen and (min-width:1025px) {
    .row.beyond-container {
        margin-left: -100px;
        margin-right: -100px;
    }
}

.icon-made-for-watch {
    height: 50px;
}

.prod-desc-1 {
    top: 100px;
    z-index: 5;
    text-align: center;
}

@media screen and (min-width:768px) {
    .prod-desc-1 {
        position: absolute;
        text-align: left;
    }

    .prod-desc-2 {
        top: 100px;
        position: absolute;
    }

    .prod-desc-3 {
        position: absolute;
    }

    .prod-desc-4 {
        position: absolute !important;
        z-index: 5 !important;
        margin-top: 40px !important;
    }
}

.prod-desc-4 {
    position: initial;
    z-index: initial;
    margin-top: 0px;
}

.prod-desc-2 {
    z-index: 5;
}

#product-images-grid {
    background-color: black;
}

#product-images-grid img {
    opacity: 0.7;
}


/*------------------------------------------------------------------
[Testimonials]
*/

.testimonial-image {
    text-align: center;
}

.testimonial-image img {
    /*2017 Jeff*/
    /*max-height: 65px;*/
    max-height: 150px;
    width:auto !important;
}

.testimonial-image img,
.testimonial-image .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-image .cd-author-info {
    text-align: left;
}

/*2017 Jeff News Margin */
.testimonial {
    text-align: center;
    border: 0;
    padding: 0;
    margin:0 0 0;
    font-size: 18px;
}

.testimonial-link {
    text-align: center;
    margin-top: 30px;
}

.slider-testimonial .owl-controls .owl-nav div {
    background: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 20px;
}

.slider-testimonial .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    left: 0px !important;
    top: 50%;
    margin: -10px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-testimonial .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: 0px !important;
    top: 50%;
    margin: -10px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-testimonial .owl-controls .owl-nav div.owl-prev:hover,
.slider-testimonial .owl-controls .owl-nav div.owl-next:hover {
    opacity: 0.7;
}

.slider-testimonial .owl-item {
    padding: 0 50px;
}

.slider-testimonial .owl-pagination {
    margin: 30px 0 0;
}

.slider-testimonial .owl-page span {
    background: #fff;
    box-shadow: 0px 0px 0px 3px transparent;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    opacity: 0.5;
    zoom: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-testimonial .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px white;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    zoom: 1;
}

.owl-controls-brand .owl-page span {
    background: #f1c40f;
}

.owl-controls-brand .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px #f1c40f;
}

@media (max-width: 767px) {
    .testimonial-image .cd-author-info,
    .testimonial-image img {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }
}

.product-nav #btn-tabs-buy {
    display: none;
}

.product-nav.fixed #btn-tabs-buy {
    display: block;
}


/*------------------------------------------------------------------
[Stars Rating]
*/

.star-rating {
    font-family: FontAwesome;
    color: #f1c40f;
}

.star-rating-1:after {
    content: "\f005\20\f006\20\f006\20\f006\20\f006";
}

.star-rating-2:after {
    content: "\f005\20\f005\20\f006\20\f006\20\f006";
}

.star-rating-3:after {
    content: "\f005\20\f005\20\f005\20\f006\20\f006";
}

.star-rating-4:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f006";
}

.star-rating-5:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
}

.bg-white-darken hr, .bg-white-dark hr {
    border-color: #ddd;
}

.videos-grid .work-item {
    text-align: center;
}

.videos-grid .work-item .play-btn {
    margin: 0px;
    margin-left: -37px;
    top: calc(50% - 37px);
    position: absolute;
    -webkit-animation: none;
    animation: none;
    z-index: 10;
}

.videos-grid .work-item .work-link {
    background-color: rgba(0,0,0,0.3);
}

.videos-grid .work-item:hover .work-link {
    background-color: rgba(0,0,0,0.1);
}


/* --- [ Category Widget ] --- */

.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0;
    padding-top: 0;
}

.icons-list a {
    color: #555555;
}

.icons-list a:hover,
.icons-list a:focus {
    color: #f1c40f;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}


/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 40px;
}

.widget > *:last-child {
    margin-bottom: 0;
}

/* --- [ Recent Posts Widget ] --- */

.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts > li:before,
.widget .recent-posts > li:after {
    content: " ";
    display: table;
}

.widget .recent-posts > li:after {
    clear: both;
}

.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
    opacity: 0.7;
}


/* --- [Search Form] --- */

.search-form {
    position: relative;
}

.search-form:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'FontAwesome';
    line-height: 40px;
    content: '\f002';
    font-size: 14px;
    color: #777777;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
}

.affix {
    position: fixed !important;
}

#sidebar-category {
    margin-left: 10px;
}

/*2017 jeff show panel left mobie szie device page*/
#sidebar-category.affix {
    top: 120px;
}

/*2017 jeff show panel left mobie szie calotog page*/

@media (max-width:767px){

    #sidebar-category{
        display:none;
    }

    #sidebar-category.affix {
        top: 0px;
        position:relative !important;
    }
}


.flexslider65 {
    height: 65vh !important;
}

.flexslider70 {
    height: 70vh !important;
}

.flexslider75 {
    height: 75vh !important;
}

.flexslider80 {
    height: 80vh !important;
}

.keyboard1-grid > .row {
    margin: 0px;
}

.keyboard1-grid > .row > div[class*='col-'] {
    padding: 0px;
}

.keyboard1-grid .block:not(.block2):before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.keyboard1-grid .block1 {
    height: 70vh;
    text-align: center;
}

.keyboard1-grid .block-row {
    border-bottom: 1px solid #ddd;
}

.keyboard1-grid .block1 img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

.keyboard1-grid .block2 {
    height: 70vh;
    text-align: right;
}

.keyboard1-grid .block2 img {
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle;
}

.keyboard1-grid .block3 {
    height: 35vh;
    text-align: center;
    border-right: 1px solid #ddd;
}

.keyboard1-grid .block3 img {
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle;
}

.keyboard1-grid .block4 {
    height: 35vh;
    text-align: center;
    border-right: 1px solid #ddd;
}

.keyboard1-grid .block5 img {
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle;
}

.keyboard1-grid .block5 {
    height: 35vh;
    text-align: center;
}

.keyboard1-grid .block4 img {
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .keyboard1-grid .block1 {
        height: 50vh !important;
    }

    .keyboard1-grid .block2 {
        height: initial !important;
        text-align: center;
    }

    .keyboard1-grid .block3 {
        height: 20vh;
    }

    .keyboard1-grid .block4 {
        height: 20vh;
    }

    .keyboard1-grid .block5 {
        height: 20vh;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .keyboard1-grid .block1 {
        border-bottom: none;
    }
}

.category-banner {
    height: 70vh;
}

.txt-search {
    background-color: transparent;
    border-width: 0px !important;
    padding-left: 30px;
    text-transform: uppercase;
    margin: 0px;
    font-size: 11.5px;
    color:#444 !important;
    height: 86px;
}
@media (min-width:1400px) and (max-width:1600px){
    .txt-search {
        font-size: 12.5px;
    }
}
@media (min-width:1601px){
    .txt-search {
        font-size: 15.5px;
    }
}

.menu-search .extras-search .icon-magnifier {
    position: absolute;
    top: 35px;
    left: 35px;
}

.menu-search .extras-search .icon-magnifier {
    color: #555;
    top: 35px;
}

.txt-search::-webkit-input-placeholder {
    letter-spacing: 1px;
    color: #999 !important;
}

.txt-search:focus::-webkit-input-placeholder {
    color: #999 !important;
}

.txt-search::-moz-placeholder {
    letter-spacing: 1px;
    color: #666 !important;
}

.txt-search:focus::-moz-placeholder {
    letter-spacing: 1px;
    color: #666 !important;
}

.search-form-inner input:-moz-placeholder {
    letter-spacing: 1px;
    color: #666 !important;
}

.txt-search:focus:-moz-placeholder {
    letter-spacing: 1px;
    color: #666 !important;
}

.txt-search:-ms-input-placeholder {
    letter-spacing: 1px;
    color: #666 !important;
}

.txt-search:focus:-ms-input-placeholder {
    color: #666 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width:992px) {
    .header-transparent .extras-search .icon-magnifier {
        color: #fafafa;
    }
     .header-small .extras-search .icon-magnifier {
        top:30px !important;
    }
    
    .header-transparent .txt-search {
        color: #fff !important;
    }

    .header-small .txt-search {
        height: 73px;
        color:#444;
    }

    .header-transparent .txt-search::-webkit-input-placeholder {
        color: #fff !important;
    }

    .header-transparent .txt-search:focus::-webkit-input-placeholder {
        color: #fff !important;
    }

    .header-transparent .txt-search::-moz-placeholder {
        color: #fff !important;
    }

    .header-transparent .txt-search:focus::-moz-placeholder {
        color: #fff !important;
    }

    .header-transparent .search-form-inner input:-moz-placeholder {
        color: #fff !important;
    }

    .header-transparent .txt-search:focus:-moz-placeholder {
        color: #fff !important;
    }

    .header-transparent .txt-search:-ms-input-placeholder {
        color: #fff !important;
    }

    .header-small .txt-search:focus:-ms-input-placeholder {
        color: #fff !important;
    }
}
@media (min-width:1400px) and (max-width:1600px){
    .txt-search::-webkit-input-placeholder,.txt-search::-moz-placeholder, .txt-search:-ms-input-placeholder {
        letter-spacing: 1.5px;
    }
}
@media (min-width:1601px){
    .txt-search::-webkit-input-placeholder,.txt-search::-moz-placeholder, .txt-search:-ms-input-placeholder {
        letter-spacing: 2px;
    }
}
.isp_section_header{
    padding:12px 20px !important;
    border-bottom:1px solid #eee !important;
    font-size:14px !important;
    font-weight:400;
    color:#555 !important;
}
.as_magento_product_section{
    padding-top:10px !important;
}
.as_magento_product_name{
    margin-bottom:10px;
  
}
.as_icon{
    padding-bottom:4px !important;
}
li#acp_footer_acp > div{
     padding:12px 20px !important;
     border-top:1px solid #eee !important;
     color:#333 !important;
     text-decoration:none;
}

.ui-autocomplete{
    border-radius:0px !important;
    border:1px solid rgba(51, 51, 51, 0.2) !important;
}
.ui-autocomplete .ui-menu-item{
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.menu-search-mobile{
    display:none;
}
@media (max-width:550px){
    .menu-search-mobile{
        display:block
    }
    .ui-autocomplete{
        width:100% !important;
        border:none !important;
        max-height:calc(100% - 138px) !important;
    }
    .search-inner-header{
        display:none;
        width: 100%;
        margin-left: -15px;
        width: calc(100% + 30px);
        float: left !important;
        border-top: 1px solid #efefef;
    }
    .search-inner-header.opened{
        display:block;
    }
    .search-inner-header .menu-extras{
        margin:0px !important;
        padding:0px !important
    }
    .search-inner-header .menu-extras .menu-item{
        float:none;
    }
     .search-inner-header .extras-search .icon-magnifier{
         left:20px;
         top:18px;
     }
    .search-inner-header .menu-extras .txt-search{
        width:100%;
        padding-left:45px;
        height:50px;
    }
}


/*------------------------------------------------------------------
[Partners]
*/

.partner {
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.partner:hover,
.partner:focus {
    opacity: 1;
}

/* --- [ Partners Carousel ] --- */

.partners-carousel {
    text-align: center;
}

.partners-carousel .owl-item a {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    opacity: 0.7;
}


.partners-carousel .owl-item a:hover,
.partners-carousel .owl-item a:focus {
    opacity: 1;
}
.partners-bordered{
     border-top: 1px solid #eee;
     background-color:#fff;
     margin-right:-1px;
}
.partners-bordered .partner {
    padding: 0px;
    height:200px;
    text-align:center;
    opacity:1;
}

.partners-bordered .partner {
    opacity: 1 !important;
}
.partners-bordered .partner img, .partners-bordered .partner img {
    opacity:0.6;
}
.partners-bordered .partner:hover img, .partners-bordered .partner:focus img {
    opacity: 1;
}

.partners-bordered .partner {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.partners-bordered .partner a{
    display:block;
    height:100%;
}
.partners-bordered .partner a:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.partners-bordered .partner img{
    max-height:90px;
    filter:grayscale(100%);
    vertical-align:middle;
    max-width:calc(100% - 20px);
}
.partners-bordered .partner .country{
    position:absolute;
    top:10px;
    left:10px;
    padding:1px 8px;
    color:#666;
}
.partners-bordered .partner img:hover{
    filter:grayscale(0);
}
.btn-social-aboutus .btn{
    height:45px;
    width:45px;
    text-align:center;
    line-height:45px;
    padding:0px !important;
    background-color:transparent;
    font-size:18px;
    margin:0px 5px;
}
.btn-social-aboutus .btn:hover{
    background-color:#fff500;
    color:#333;
}


/*------------------------------------------------------------------
[Shop Cart]
*/

.coupon {
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.cart-with-coupon {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 50px;
}

.cart-table {
    margin: 0;
}

.cart-table > thead > tr > th,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > th,
.cart-table > thead > tr > td,
.cart-table > tbody > tr > td,
.cart-table > tfoot > tr > td {
    vertical-align: middle;
    padding: 20px;
}

.cart-table .col-trash {
    padding-left: 40px;
    text-align: center;
    font-size:16px;
}

.cart-table .cart-thumbnail {
    max-width: 90px;
}

.cart-table .col-quantity .form-control {
    display: inline-block;
    text-align: center;
    max-width: 60px;
    padding: 0 0 0 12px;
}

.cart-table .col-remove {
    width: 75px;
}

.cart-table .col-thumbnail {
    width: 130px;
}

.cart-table .col-price,
.cart-table .col-subtotal,
.cart-table .col-quantity {
    text-align: center;
}

.payment {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 25px;
}

.payment-table {
    border: 0;
    margin: 0;
}

.payment-table > tbody > tr > td {
    border: 0;
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.payment-table > tbody > tr:first-child > td {
    border: 0;
}

.totals {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 25px;
}

.totals .total,
.totals .subtotal {
    padding: 20px;
}

.totals .total > .row:not(:last-child),
.totals .subtotal > .row:not(:last-child) {
    margin-bottom: 20px;
}

.totals .total {
    border-top: 1px solid #eeeeee;
}

.totals-table {
    border: 0;
    margin: 0;
}

.totals-table > tbody > tr > td {
    padding: 0px 20px 20px;
    border: 0;
}

.totals-table > tbody > tr:first-child > td {
    padding: 20px;
}

.totals-table > tbody > tr:last-child > td {
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.cart-table thead.active th{
    background-color:#333333;
    color:#ffffff;
    font-size:22px;
    border:1px solid #333333;
}
.cart-table thead.inactive th{
    background-color:#f5f5f5;
    color:#777777;
    font-size:16px;
    box-shadow:inset 0 7px 7px -7px rgba(0,0,0,0.4);
}
.cart-table thead.complete th{
    background-color:#f5f5f5;
    font-size:16px;
    border-bottom:0px !important;
    box-shadow:inset 0 -7px 7px -7px rgba(0,0,0,0.4);
}
.cart-table thead:not(.complete) .btn-edit{
    display:none;
}

.credit-card{
    border-radius:15px;
    background-color:#f8f8f8;
    box-shadow:0 1px 1px rgba(0,0,0,0.3);
    padding:20px;
}
.category-nav-buffer{
    width:100%;
    bottom:0px;
    height:145px;
    overflow-x:auto;
    overflow-y:hidden;
}
.category-nav{
    list-style:none;
    position:absolute;
    padding:0px;
    width: 100%;
    text-align:center;
    margin:0px;
    background-color:#ffffff;
     border-bottom: 1px solid #ffffff;
}
.category-nav li{
    display:inline-block;
    border-right:1px solid #e5e5e5;
    width:170px;
}
.category-nav li a{
    font-weight:300;
    color:black;
}

.category-carousel-block{
    padding:15px 15px 0px 15px;
    text-align:center;
}

.category-carousel-block img{
    height:70px;
    margin-bottom:10px;
}
@media (max-width:500px){
    .category-carousel-block img{
        height:60px;
        margin-bottom:20px;
    }
}

.category-carousel-block .title{
    height:50px;
    font-weight:300;
    font-size:12px;
    display:flex;
    justify-content:center;
    align-content:center;
    color:black;
}
@media (max-width:900px){
    .category-carousel-block{
        padding:15px 10px 0px 10px !important;
    }
}
@media (min-width:1400px){
   .category-carousel-block .title{
        font-size:13px;
   }
}


.category-carousel-block.active:after{
    width: calc(100% - 30px);
    content: "";
    position: absolute;
    bottom: 0px;
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: #f1c40f;
    left: 15px;
}
.category-carousel-block.active .title{
      color:#f1c40f !important;
}
.category-nav.fixed{
    position:fixed;
    top:-90px;
    z-index:11;
    bottom:initial;
    width:100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.menu-image-link{
    padding: 20px 0px 20px 0px !important;
    text-align:center;
}
.menu-image-link:hover{
     background-color:#e5e5e5;
}
.menu-image-link .title{
    font-weight:300;
    color:#222222;
}
.menu-image-link .image-container{
    padding-left:25px;
    padding-right:25px;
}
.menu-image-link .image-container img{
    width:100%;
}
@media (min-width: 1400px){
    .menu-image-link .image-container img{
        width:90%;
    }
}
@media (min-width: 901px){
    .category-carousel{
        padding-left:100px;
    }
}
.category-carousel.owl-carousel .owl-item img{
    width:auto !important;
    display:initial !important;
}


/* --- [Comments] --- */

.comments .bottom-line:after,
.comment-form .bottom-line:after {
    margin-bottom: 35px;
}

.comments,
.comment-form {
    margin-bottom: 70px;
}

.comment:last-child .comment-content {
    margin-bottom: 0;
}

.comment,
.comment-content {
    position: relative;
}

.comment:before,
.comment:after,
.comment-content:before,
.comment-content:after {
    content: " ";
    display: table;
}

.comment:after,
.comment-content:after {
    clear: both;
}

.comment-avatar {
    position: relative;
    max-width: 70px;
    margin: 5px 0 0;
    float: left;
    z-index: 1;
}

.comment-avatar:after {
    position: absolute;
    background: #f5f5f5;
    content: "";
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}

.comment-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comment-content {
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    margin: 0 0 35px 90px;
    padding: 30px;
}

.comment-meta {
    font-size: 12px;
    opacity: 0.7;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-tools {
    position: absolute;
    padding: 0 30px;
    z-index: 1;
    top: 25px;
    right: 0;
}

.comment-tools a {
    color: #999999;
    margin: 0 0 0 15px;
}

.comment-tools a:hover,
.comment-tools a:focus {
    color: #f1c40f;
}

@media (min-width: 768px) {
    .comment-reply {
        margin-left: 90px;
    }
}

@media (max-width: 767px){
    .product-slider .owl-controls .owl-page span {
        background-color:#ddd;
    }
    .product-slider .owl-controls .owl-page.active span {
        background-color:#fff500;
    }
}

/* Cookie header pop Jeff  - 2017  */

.tagline {
	position: fixed;
	z-index: 100;
	top: -40px;
	right: 0;
	left: 0;
	-webkit-transition: top .2s linear .4s;
	        transition: top .2s linear .4s;
	background: #f5f5f5;
}

.tagline>.tagcontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tagline h2 {
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #212121;
}

.tagline h2 a {
	color: #212121;
}

.tagline .btn-close-tagline {
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #9a9a9a;
}

.tagline .btn-close-tagline:hover,
.tagline .btn-close-tagline:active,
.tagline .btn-close-tagline:focus {
	color: #000;
}

/* Cookie header pop Jeff 2017  end */

/*marbroll popform*/
.hrchar {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: none;
    border-top-color: rgb(51, 51, 51);
    border-top-style: double;
    border-top-width: medium;
    border-right-color: initial;
    border-right-style: none;
    border-right-width: initial;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    border-left-color: initial;
    border-left-style: none;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top: medium double #333;
    border-top-width: medium;
    border-top-style: double;
    border-top-color: rgb(51, 51, 51);
    color: #333;
    text-align: center;
}
.hrchar::after{
content: "♚";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.hrshadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.hrfade{
     border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(117, 117,117, 0), rgba(117, 117, 117, 0.75), rgba(117, 117, 117, 0));
     margin :40px 0;
}



#redeemCode::-webkit-input-placeholder {  opacity: 0.7;letter-spacing :1.5px; font-size :1.2em }
#redeemCode:-ms-input-placeholder {  opacity: 0.7;letter-spacing :1.5px; }
#redeemCode::-moz-placeholder {opacity: 0.8;letter-spacing :1.5px;}

input[type=radio] {
    border: 0px;
   width:4%;
    height:23px;
    font-size :25px;
  cursor :pointer ;
}


/*marbroll popform*/

