body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: #f47121;
}
a:hover,
a:focus {
	color: #f47121;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif;
	color: #333333 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color:  /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 28px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 25px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 22px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 16px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #232323 /*{btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
/* Chooli Added this Style the buttons that are used to open and close the accordion panel */
.choolifaqaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.choolifaqactive, .choolifaqaccordion:hover {
    background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.choolifaqpanel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.btn-primary {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: #428bca /*{btn-primary-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #3276b1 /*{btn-primary-bg-colour-hover}*/;
	border-color: #285e8e /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #f47121 /*{btn-success-bg-colour}*/;
	border-color: #f47121 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #f47121 /*{btn-success-bg-colour-hover}*/;
	border-color: #f47121 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color: #f5f5f5 /*{breadcrumb-background-colour}*/;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #428bca /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #dddddd /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496 /*{pagination-text-colour-hover}*/;
	background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
	border-color: #dddddd /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #428bca /*{pagination-bg-colour-active}*/;
	border-color: #428bca /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: rgba(48, 113, 169, 1) /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}
.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
	background-color: rgba(35, 35, 35, 1) /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
	color: rgba(255, 255, 255, 1) /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #f47121 /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: rgba(255, 255, 255, 1) /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navigation-list li a {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f47121 /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
	border-bottom-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
	border-bottom-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #f47121 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: rgba(94, 94, 94, 1) /*{navbar-default-bg-colour}*/;
	color: #f47121 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #f47121 /*{dropdown-menu-link-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #f47121 /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}
/****************** GEEK CSS BEGINS ******************/
html body {
	color: #262626;
}
p {
	line-height: 1.8;
}
img {
	max-width: 100%;
	height: auto;
}
a, input, select, textarea, button, .btn {
	transition:  all .3s linear;
    -moz-transition:  all .3s linear;
    -webkit-transition:  all .3s linear;
    -o-transition:  all .3s linear;
    -ms-transition:  all .3s linear;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
.header-topbar {
    background: #f8f8f8;
}
.topbar-left {
    float: left;
    padding: 0;
}
.header-need-help {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
    color: #f47121;
}
.header-social > a {
    font-size: 16px;
    display:  inline-block;
    vertical-align:  middle;
    margin: 0 5px;
}
.header-social {
    font-size: 0;
}
.header-social > a.fa-facebook-square {
    color: #3b5999;
}
.header-social > a.fa-instagram {
    color:  #e4405f;
}
.header-social > a.fa-linkedin-square {
    color: #0077B5;
}
.header-social > a.fa-youtube-play {
    color: #cd201f;
}
.header-social > a:hover {
    opacity:  0.8;
    text-decoration:  none;
}
.topbar-right {
    float:  right;
}
.top-links {
    font-size: 0;
}
.top-links-inner {
    font-size: 12px;
    display: inline-block;
    margin: 8px 0;
    margin-left: 12px;
    position: relative;
    vertical-align: top;
}
.top-links .header-search {
    display:  none;
}
.top-links .header-search {
    position:  absolute;
    right:  0;
    top: 100%;
    width:  250px;
    margin-top:  13px;
    padding: 8px;
    background: #fff;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.top-links-inner > a {
    color: #444;
}
.top-links-inner > a:hover, .top-links-inner > a:focus {
    color: #f47121;
    text-decoration:  none;
}
div#header-cart {
    margin-top: 0;
}
.top-links-inner #cartcontentsheader {
    padding:  4px 6px;
    font-size:  13px;
}
.top-links-inner .btn-group > .btn + .dropdown-toggle {
    padding: 3px 6px;
}
.top-search-toggle {
    cursor:  pointer;
}
.top-links-menu {
    font-size: 12px;
}
.top-links-menu > a {
    font-size: 12px;
    display: inline-block;
    margin: 8px 0;
    margin-left: 12px;
    position: relative;
    vertical-align: top;
    color: #444;
}
.logo-div {
    float:  left;
    width: 150px;
    padding: 25px 15px;
}
.logo-div .logo {
    margin: 0;
    max-height: 88px;
}
.header-right {
    width:  calc(100% - 150px);
    float:  right;
    padding: 15px;
    font-size: 0;
    text-align:  right;
}
/*.header-right img {
    max-height: 76px;
}*/
.topbar-right-inner {
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
    margin-left: 20px;
    text-align: center;
}
.topbar-right-inner img {
    display: block;
    width: 40px;
		height: 40px;
    margin: 0 auto 5px auto;
}
.topbar-right-inner > .fa {
    font-size:  18px;
    position:  absolute;
    left:  0;
    top: 1px;
}
.header-right .header-search {
    display: inline-block;
    width: 300px;
    margin-top: 38px;
    margin-right: 6%;
}
.header-right .header-search input#name_search {
    border-radius:  0;
    box-shadow:  none;
}
.header-right .header-search button.btn {
    border-radius: 0;
    background: #f47121;
    color:  #fff;
    border-color: #f47121;
}
.header-right .header-search input#name_search:focus {
    border-color: #f47121;
}
nav.navbar-default {
    border-radius:  0;
    border:  none;
    margin-bottom: 0;
}
nav.navbar-default .navbar-collapse {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 800px) {
  .dropdown-menu > li > a {
    font-size: calc(12px + 12 * ((100vw - 800px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .dropdown-menu > li > a {
    font-size: 14px;
  }
}
body .navbar-default .navbar-nav > li.lv1-li > a {
    background: rgb(35, 35, 35);
    font-size: 16px;
    padding: 15px 12px;
    margin-left: 1px;
}
body .navbar-default .navbar-nav > li.lv1-li .fa-shopping-cart + span {
    position: absolute;
    right: 4px;
    top: 9px;
    padding: 0 3px;
    font-size: 10px;
    background: #f47121;
    border-radius: 6px;
    min-width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.footer-quote {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(244, 113, 33);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 0;
}
.footer-quote .container {
    position:  relative;
    padding-right: 200px;
}
.footer-quote .footer-quote-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    background: #525252;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.footer-quote p {
    margin-bottom: 0;
}
.footer-quote .footer-quote-btn:hover, .footer-quote .footer-quote-btn:focus {
    background: #fff;
    text-decoration:  none;
    color: #f47121;
}
#homepageCarousel .carousel-caption {
    left: 0;
    top: 50%;
    padding: 0;
    width: 100%;
    text-align: left;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#homepageCarousel .carousel-caption h2 {
    font-size: 43px;
    text-transform:  uppercase;
    color:  #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
    max-width: 550px;
    background-color: #000000a8;
    padding:15px;
}
#homepageCarousel .carousel-caption p {
    color:  #fff;
    font-size: 17px;
    max-width: 550px;
    margin-bottom: 15px;
}
#homepageCarousel .carousel-caption p .btn {
    background: #f47121;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 600;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    display: inline-block;
    font-size: 15px;
    border:  none;
    text-transform:  uppercase;
    box-shadow: 0 5px 5px rgba(0,0,0,0.05);
}
#homepageCarousel .carousel-caption p .btn:hover, #homepageCarousel .carousel-caption p .btn:focus {
    background:  #fff;
    color: #f47121;
}
#homepageCarousel .carousel-control {
    width: 35px;
    box-shadow:  none;
    min-height: 0;
    background: #444;
    bottom:  auto;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    opacity: 0;
}
#homepageCarousel .carousel-control span.fa {
    position:  relative;
    left:  0;
    top: 0;
}
#homepageCarousel:hover .carousel-control {
    opacity: 1;
}
body .carousel-indicators li {
    margin:  0 5px;
    width:  12px;
    height:  12px;
    background:  #fff;
    border: none;
}
body .carousel-indicators li.active, body .carousel-indicators li:hover {
    background: #f47121;
    margin: 0 5px;
}
.home-section {
    padding-top: 50px;
}
.title-wrap .title-slash {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 8px;
    background: #f47121;
    bottom: 5px;
    top: 4px;
}
.title-wrap {
    position:  relative;
    padding-left:  38px;
    margin-bottom: 35px;
}
.titles {
	text-align: center;
}
.titles h4 {
    color: #a3baca;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.titles h2 {
    color: #010101;
    display: block;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-section.home-services-section {
    background: #f8f8f8;
    padding-bottom: 25px;
}
.services-col {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    background: #fff;
    margin-bottom: 30px;
}
.services-text {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    transition: .4s transform ease;
    width: 100%;
    background: #fff;
}
.services-textecorack {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: .4s transform ease;
    width: 100%;
    background: #fff;
}
.services-text h3 {
    margin: 0;
    line-height: 1.7;
    padding-bottom: 14px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 3px;
    letter-spacing: 0;
    color: #010101;
}
.services-text h3 .fa {
    color:  #f47121;
    margin-right: 4px;
}
.services-col:hover .services-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.services-text p {
    color:  #999;
    line-height:  1.8;
    margin-bottom: 15px;
}
#n_home div#main-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
.services-text .services-rm {
    text-decoration:  none !important;
    text-transform:  uppercase;
    font-size: 13px;
    font-weight: 600;
}
.services-text a:hover, .services-text a:focus {
    opacity: 0.8;
}
/*.home-section.home-about-section {
    background: #f8f8f8;
    margin-top: 30px;
}*/
.home-section-content.about-section-content {
    text-align:  center;
    max-width: 980px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
}
.about-section-content p {
    color: #6d6d6d;
    margin-bottom: 20px;
}
.home-section:last-child {
    padding-bottom: 50px;
}
.distributers-imgs .lSSlideOuter .lSPager.lSpg {
    display:  none !important;
}
.distributers-section {
    padding:  50px 0;
}
section#homepageCarousel {
    min-height: 125px;
}
.distributers-imgs ul li {
    padding: 0 5px;
}
.tanks-col {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
    background: #f8f8f8;
    margin-bottom: 30px;
}
.tanks-text {
    width: 100%;
    background: #f8f8f8;
    padding: 12px 15px;
}
.tanks-text h3 {
    margin: 0;
    line-height: 1.7;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: #010101;
}
.section-btn {
    background: #f47121;
    color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    display:  inline-block;
    font-size: 15px;
}
.section-btn-wrap {
    text-align:  center;
    margin-top: 30px;
}
.section-btn:hover, .section-btn:focus {
    opacity:  0.8;
    color: #fff;
}
.tanks-section-content + .section-btn-wrap {
    margin-top: 0;
}
.row.footer-newsletter-row {
    margin-bottom: 30px;
}
.newsletter-footer {
    background: #efefef;
    padding: 30px 0;
}
.newsletter-footer h2 {
    margin: 12px 0;
    font-size:  20px;
    font-weight:  600;
    color: #f47121;
}
.newsletter-footer form {
    position:  relative;
}
.newsletter-input-wrap {
    display:  table;
}
.newsletter-input {
    display:  table-cell;
    width:  42%;
    padding: 0 6px;
    vertical-align:  top;
}
.newsletter-input input {
    height:  45px;
    box-shadow:  none;
    border:  1px solid #ddd;
    border-radius:  4px;
}
.newsletter-input input.btn {
	background: #f47121;
	border:  none;
	color:  #fff;
	font-weight:  600;
	text-transform:  uppercase;
	letter-spacing:  0.5px;
	border-radius:  25px;
	padding: 0 25px;
}
.newsletter-input input.btn:hover {
    opacity: 0.8;
}
/*.footer-newsletter-row {
    margin-bottom: 30px;
}*/
.footer-payment-row {
    background: #e4e4e4;
    padding: 25px 0 0 0;
}
.footer-payment-row h3 {
    text-transform:  uppercase;
    font-size:  16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.footer-payment-col {
    margin-bottom: 25px;
}
.main-footer {
    background: #efefef;
    padding: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}
.main-footer-col {
    margin-bottom:  30px;
}
/*.main-footer h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 24px;
    padding-bottom: 16px;
    position: relative;
    border-bottom:  1px solid #16374a;
    display:  none;
}
.main-footer h3:before {
    background-color: #3498db;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    width: 73px;
}*/
.main-footer h3 {
    position: relative;
    display: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.footer-menu ul li a {
    padding: 0;
    position: relative;
    display:  block;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    background: none !important;
    border-radius: 0;
}
.footer-menu ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -1px;
    display: none;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
    color: #f47121;
}
.footer-menu ul li:last-child a {
    margin-bottom: 0;
}
.footer-logo img {
    margin-top: 0;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-about {
    margin-bottom: 25px;
}
.footer-call {
    display:  block;
    position:  relative;
    margin-bottom: 15px;
    padding-left: 45px;
    color: #81929e;
    min-height:  35px;
}
.footer-call .fa {
    position:  absolute;
    left:  0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #3498db;
    font-size:  18px;
    border-right: 1px solid rgba(255,255,255,0.15);
    text-align:  center;
}
.footer-call span {
    display:  block;
    line-height: 35px;
}
.footer-call:hover, .footer-call:focus {
    color: #3498db;
}
.footer-call:last-child {
    margin-bottom: 0;
}
.open-hours {
    border: 3px solid rgba(255,255,255,0.2);
    padding: 15px;
}
.open-hours p:after {
    display:  block;
    clear:  both;
    content:  "";
}
.open-hours p > span:first-child {
    float:  left;
}
.open-hours p > span:last-child {
    float:  right;
}
.open-hours p:last-child {
    margin-bottom: 0;
}
.footer-copyright {
    background: #efefef;
    border-top: 1px solid #e4e4e4;
}
.footer-copyright .small {
    margin-bottom: 0;
}
.footer-copyright address {
    margin:  15px 0;
    color: #666;
    text-align:  center;
}
ul.list-inline.list-social {
    margin: 0 -2px;
    font-size: 0;
}
.list-social a {
    background: #666;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    margin: 2px;
    color: #fff;
}
.list-social a.text-facebook {
    background: #3b5998;
}
.list-social a.text-twitter {
    background: #00acee;
}
.list-social a.text-google-plus {
    background: #dd4b39;
}
.list-social a.text-youtube {
    background: #c4302b;
}
.list-social a.text-instagram {
    background: #3f729b;
}
.list-social a.text-pinterest {
    background: #c8232c;
}
.list-social a.text-tumblr {
    background: #34526f;
}
.list-social a.text-linkedin {
    background: #0e76a8;
}
.list-social > li {
    padding: 0;
}
.navbar-nav > li > .dropdown-menu {
	display: none;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
    float:  right;
    width: 20px;
    height: 20px;
    margin:  0;
    padding:  0;
    cursor:  pointer;
    border:  none;
    text-align:  center;
    font-size:  18px;
    color: #fff;
    display: none;
}
.navbar-default .navbar-nav >.dropdown > a .caret:before {
    content: "\f0d7";
    font-family: FontAwesome;
}
.dropdown-caret {
    float: none;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.dropdown-caret:before {
	content: "\f0d7";
    font-family: FontAwesome;
}
#c_checkout .page-header h1 {
    display: none;
}
#n_product img.zoomImg {
    display: none !important;
}
div#main-content {
    margin-top: 30px;
}
.filter-wrap-inner {
    display: none;
    border-top: 1px solid #ddd;
}
.addtocart.btn-primary, .btn.btn-primary {
    background: #f47121;
    border-color: #e06317;
}
.wrapper-thumbnail .h3 a {
    color: #3e3e3e;
    font-weight: 600;
}
.wrapper-thumbnail .caption .price {
    height:  auto;
    font-size: 20px;
    font-weight: 600;
}
.certify-imgs > img {
    margin-right: 5px;
    margin-bottom: 7px;
}
.carfinder-row {
    position: relative;
    padding-right: 50px;
    font-size: 0;
}
.carfinder-col {
    width: 100%;
    padding: 0px;
    margin: 25px 5px;
    font-size: 16px;
    font-weight: 600;
    margin-left: -1px;
}
.box {
    width: 16%;
    font-size: 16px;
    float: left;
    font-weight: 600;
    margin-top: 10px;
}
.carfinder-col select {
    width:  100%;
    height:  38px;
    border:  1px solid #ddd;
    padding:  0 0 0 10px;
    font-size:  14px;
    font-weight:  normal;
}
.grid_6.carfinder-select {
    float: left;
    width: 26%;
    padding: 0 10px;
}
.carfinder-submit {
    /*position:  absolute;*/
    right: 0;
    /*top: 25px;*/
}
.carfinder-submit input[type="submit"] {
    height: 38px;
    font-size:  15px;
    font-weight:  600;
    text-transform:  uppercase;
    border:  none;
    border-radius:  0;
    background: #f47121;
    color: #fff;
    font-size: 18px;
}
.nsearchinput-pl.well ul li img {
    float:  left;
    width:  35px;
    margin-right:  10px;
}
.nsearchinput-pl.well ul li .title {
    float:  left;
    width:  calc(100% - 45px);
    font-size:  12px;
    text-align:  left;
}
.nsearchinput-pl.well ul li a:after {
    display:  block;
    clear:  both;
    content: "";
}
.nsearchinput-pl.well ul li {
    border-bottom: 1px solid #ddd;
}
div#mce-responses {
    clear:  both;
    padding:  10px;
    font-weight: 600;
}
div#mce-error-response {
    color: #c72020;
}
div#mce-success-response {
    color: #20c725;
}
/*.filter-wrap {
    position: relative;
    overflow: hidden;
}
span.filter-toggle {
    width: 25px;
    height:  38px;
    position:  absolute;
    right:  0;
    top: 0;
    z-index: 9;
    text-align:  center;
    line-height: 38px;
    cursor:  pointer;
}
span.filter-toggle:before {
    content: "+";
    font-size: 18px;
    font-weight:  normal;
}
.active span.filter-toggle:before {
	content: "-";
	font-size: 30px;
	line-height: 1.1;
}
.filter-remove a.list-group-item {
    background: #f5f5f5;
}*/
@media screen and (max-width: 1199px) {
	.topbar-right-inner {
	    margin-left:  8px;
	    font-size:  10px;
	}
	.navbar-default .navbar-nav > li > a {
	    padding: 14px 8px;
	}
	.services-text h3 {
	    font-size: 12px;
	    padding-top: 0;
	}
	.services-text {
	    -webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	    transform: translateY(-50px);
	}
	.services-col {
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	section#homepageCarousel {
    display: none;
}
    .navbar-default .navbar-nav > li > a {
	    padding: 15px 5px;
	    font-size: 10px;
	}
	.services-section-content .col-sm-4 {
	    width: 50%;
	}
	.top-links-inner > a {
	    font-size: 0;
	}
	.top-links-inner > a > i {
	    font-size: 15px;
	}
	.top-links-inner {
	    margin-left: 10px;
	}
	.topbar-right-inner {
	    width:  80px;
	}
	.header-right .header-search {
	    margin-right: 3%;
        width: 200px;
	}
	.topbar-right-inner span {
	    font-size: 0;
	}
	.topbar-right-inner span strong {
	    font-size: 10px;
	}
	.footer-quote {
	    background: #f47121;
	    position:  relative;
	    padding: 15px 0;
	}
	.footer-quote .footer-quote-btn {
	    position: relative;
	    display: inline-block;
	    margin: 5px 5px 5px 15px;
        font-size: 16px;
	}
	.footer-quote .container {
	    padding: 0 15px;
	}
	#homepageCarousel .carousel-caption {
	    top: 15px;
	    transform: none;
	    -moz-transform: none;
	    -webkit-transform: none;
	}
}
@media screen and (max-width: 767px) {
	.topbar-right.top-links {
	    float:  none;
	    width:  100%;
	    clear:  both;
	}
	.top-links-menu > a {
	    font-size:  10px;
	    margin: 0 5px 5px 0;
	}
	.topbar-right-inner {
	    display: none;
	}
	.header-right .header-search {
	    margin-top: 28px;
	    margin-right:  0;
	    width: 100%;
	}
	.logo-div {
	    padding:  15px;
	}
	.carfinder-col {
	    width:  100%;
	    margin: 0 0 15px 0;
	}
	.carfinder-row {
	    margin-top:  15px;
	    padding-right: 0;
	}
	.carfinder-submit {
	    position:  relative;
	    top: 0;
	    margin-bottom:  15px;
	    text-align:  center;
	    width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
	}
	.carfinder-submit input[type="submit"] {
	    width: 100%;
	}
	.services-section-content .col-sm-4 {
	    width: 50%;
	    float: left;
	}
	.rf-calc-content {
    padding: 10px !important;
    }
	.services-text {
	    transform: none !important;
	    -moz-transform: none !important;
	    -webkit-transform: none !important;
	    position:  relative;
	}
	.services-col {
	    padding-bottom: 0;
	}
	.home-about-video {
	    margin-bottom:  15px;
	}
	ul.navigation-list {
	    margin: 10px 0;
	}
	#homepageCarousel .carousel-caption h2 {
	    font-size:  30px;
	    margin-bottom: 15px;
	}
	#homepageCarousel .carousel-caption h2 + p {
	    display: none;
	}
	#homepageCarousel .carousel-caption p:last-child {
		display: block;
	}
	#homepageCarousel .carousel-caption p .btn {
	    font-size: 13px;
	    padding: 10px 18px;
	}
	.wrapper-footer {
		text-align: left;
	}
	.newsletter-input {
	    display:  block;
	    width:  100%;
	    padding:  0;
	    margin-bottom: 10px;
	}
	.newsletter-input-wrap {
	    display:  block;
	}
	.newsletter-input:last-child {
	    margin-bottom: 0;
	}
	nav.navbar-default .navbar-collapse {
	    margin-left:  0;
	    margin-right: 0;
	}
	nav.navbar-default .navbar-collapse .nav.navbar-nav {
	    margin: 0;
	}
	.navbar-nav > li > .dropdown-menu {
		display: none;
	}
	.navbar-default .navbar-nav >.dropdown > a .caret {
	    float:  right;
	    width: 20px;
	    height: 20px;
	    margin:  0;
	    padding:  0;
	    cursor:  pointer;
	    border:  none;
	    text-align:  center;
	    font-size:  18px;
	    color: #fff;
	    display: none;
	}
	.navbar-default .navbar-nav >.dropdown > a .caret:before {
	    content: "\f0d7";
	    font-family: FontAwesome;
	}
	.dropdown-caret {
    	position: absolute;
	    width: 30px;
	    height: 40px;
	    margin: 0;
	    padding: 0;
	    cursor: pointer;
	    border: none;
	    text-align: right;
	    font-size: 18px;
	    color: #fff;
	    z-index: 9;
	    top: 0;
	    line-height: 40px;
	    right: 0;
	}
	.dropdown-caret:before {
		content: "\f0d7";
	    font-family: FontAwesome;
	}
	.navbar-default .navbar-nav > li > a {
	    padding: 10px 30px 10px 0;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
			display: block;
	}
	.navbar-nav .dropdown-menu > li > a {
	    padding:  10px;
	    color: #fff;
	    background:  none !important;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.navbar-nav .dropdown-menu > li {
	    margin-left: 15px;
	}

	.navbar-nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.navbar-nav ul > li  > a {
		padding:  10px;
		color: #fff;
		display: block;
	}

	.collected-custom {
    width: 100% !important;
    }
    div#main-content {
    padding: 0;
    }
    .rf-calc-container {
    margin: 0 !important;
    border: 13px solid #2d63a3 !important;
    }
    .titles h2 {
    font-size: 23px;
    }
    .n_skeletal .home-section.home-about-section {
    margin-top: 0;
    }
    .n_skeletal .home-section {
    padding-top: 0px;
    }
    .n_skeletal .title-wrap {
    margin-top: 30px;
    }
    .n_skeletal .home-section.home-services-section {
    padding-bottom: 0px;
   }
   .footer-quote-text {
    font-size: 16px;
   }
   .footer-quote .footer-quote-btn {
    padding: 10px 12px;
    font-size: 15px;
   }
   .n_skeletal .distributers-section {
    padding: 0px 0 36px 0px;
   }
   .section-btn-wrap .section-btn {
    padding: 15px 16px;
    font-size: 13px;
    }
    .newsletter-input input.btn {
    font-size: 13px;
    padding: 0 20px;
    }
    .about-section-content p {
    line-height: 2;
    }
    .n_skeletal .form-group {
    padding: 12px 12px 30px;
    }
}
.checkout {
    display: none;
}
.npopup-checkout {
    display: none;
}
.full {
    display: inline-block;
    width: auto;
    clear: both;
    margin: 10px 0px;
    padding: 0px 15px;
}
.cg-section > .vc_row, .container > .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.mpc-column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.vc_empty_space {
    display: none;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.collected-custom {
    width: 50%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
    width:100%;
}
.rf-calc-container {
    width: 100%;
    border: 18px solid #2d63a3;
    border-radius: 40px;
    /*margin: 25px;*/
    max-width: 450px;
    background: transparent;
}
.rf-calc-content {
    background: #fff;
    padding: 25px;
    border-radius: 26px;
}
.rf-calc-content ul {
    margin-left: -36px;
}
.rf-calc-content li {
    list-style: none;
    display: inline;
    float: left;
    width: 50%;
}
.form-group .form-control
{
    height: auto;
    margin: 0;
    border: none;
    border-radius: 25px;
    padding: 7px 12px;
    color: #000;
    width: 179px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 100%;
    display: table-cell;
    background: transparent;
}
.btn.btn-info.search {
    border: 1px solid #d2d2d2;
    padding: 7px 10px;
    line-height: 1.428571429;
    font-weight: 400;
    color: #7c7c7c;
    background-color: #e6e6e6;
}
.wpb_wrapper h3 {
    line-height: 42px;
    font-weight: 400;
    font-style: normal;
    color: #222;
    font-size: 28px;
    position: inherit;
}
.wpb_wrapper p {
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #343e47;
    font-size: 14px;
    height: 52px;
}
/*added by ankit*/
iframe input.text {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
}
iframe .safari select.select {
    width: 320px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
}
iframe  textarea.medium {
    border: 1px solid #ccc;
    border-radius: 3px;
}
iframe input#saveForm {
    padding: 10px;
    color: #fff;
    border: none;
    background-color: #f47121;
    border-radius: 3px;
    font-weight: 500;
}
@media screen and (max-width: 479px) {
	.services-section-content .col-sm-4 {
	    width: 100%;
	    float: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	.rf-calc-container {
    	border: 13px solid #2d63a3 !important;
    }
    .rf-calc-content label {
	    font-size: 11px;
	    height: 34px;
	    line-height: 20px;
   	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.water-container .rf-calc-content {
	    padding: 13px !important;
	}
	.n_skeletal .dropdown-caret {
    	font-size: 14px;
   	}
   /*.navbar-default .navbar-nav > li > a {
	    padding: 0px 5.8px;
	    margin: 26px 0px;
   	}*/
   .n_skeletal .services-text {
    	padding: 15px;
    }
    .open-hours p > span:last-child {
    	float: left;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    /*.nav > li > a {
    	padding: 10px 12px;
    }*/
}
@media screen and (max-width: 767px){
.grid_6.carfinder-select {
    float: left;
    width: 100%;
    padding: 5px 10px;
}
.box {
    width: 100%;
    }
}
div.panel.panel-default {
    display: block;
}

/*
css added by Ankit
*/
.productrrp {
    text-decoration: none;
}
#c_checkout .logo {
    width: 150px;
}
.wrapper-footer{
    margin-top:30px;
    float: left;
    width: 100%;
}
/*.fancybox-inner{
    height: auto !important;
}*/
.error .successaddmessage .header{
    border: none;
}
p.extra-text{
    font-size: 10px;
    min-height: 55px;
}
.rego-search{
    font-size: 16px;
    padding-right: 50px;
    margin-top: 10px;
    font-weight: normal;
}
.searchbar{
    background: #f47121;
    color: white;
    padding-bottom: 10px;
}
.searchbar .btn.btn-primary{
    border: solid 1px white;
    background: white;
    color: #f47121;
}
.searchbar .form-control{
    margin-bottom: 10px;
    border-radius: 0px;
    border: none;
}
.searchbar .search-title{
    line-height: 36px;
}
.searchbar .search-submit .fa-spinner{
    animation: spin 2s linear infinite;
}
table.search-empty{
    font-size: 14px;
}
table.search-empty tr td{
    padding: 10px;
}
table.search-empty tr td:first-child{
    font-style: italic;
    font-weight: bold;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
@media screen and (max-width: 767px){
    .searchbar .col-md-1{
        text-align: center;
    }
}
.label {
    font-size: 65%;
}

.wrapper-thumbnail .caption .h5 {
	height: 15px;
	overflow: hidden;
}
.videoWrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrappersmall {
  position: relative;
  padding-bottom: 50%;
  height: 0;
}
.videoWrappersmall iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 315px;
  max-width: 530px;
  display: block;
}

.videoResponsive {
    height: calc(100% - 10px);
    display: block;
    position: relative;
}

.videoResponsive i {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -20px;
    margin-left: -20px;
}

.productvidwrap {
	height: calc(100% - 10px);
	display: block;
	position: relative;
}

.productvidwrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 40px;
	color: #c4302b;
	z-index: 3;
}

.productvidwrap:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(255,255,255,0.5);
  content: '';
}

.productvidwrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-alt-img {
	display: flex;
  flex-wrap: wrap;
	-ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.col-alt-img {
	width: 100%;
	flex: 0 0 25%;
  max-width: 22%;
}

@media (max-width: 475px) {

	.productvidwrap i {
		margin-top: -10px;
		margin-left: -10px;
		font-size: 20px;
	}


}

.row-download {
	display: flex;
	flex-wrap: wrap;
}

.col-download {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	width: 100%;
	margin-bottom: 20px;
}

.thumbnail-download {
	height: 100%;
	background: #fff;
	border: 1px solid #e7e7e7;
	display: flex;
  flex-wrap: wrap;
}

.download-det {
	flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.download-text {
	padding: 15px;
}

.download-text h4 {
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #010101;
	font-weight: 600;
}

.download-text p {
	color: #999;
  line-height: 1.8;
  margin-bottom: 0;
}

.download-btn {
	margin-top: auto!important;
	flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
	padding: 0 15px 15px;
}

.form-group-dl {
	margin-bottom: 15px;
}

@media (max-width: 991px) {

	.col-download {
		flex: 0 0 50%;
		max-width: 50%;
	}

}

.services-video video {
    pointer-events: none;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {

	.col-download {
		flex: 0 0 50%;
		max-width: 50%;
	}

}

@media (max-width: 567px) {

	.col-download {
		flex: 0 0 100%;
		max-width: 100%;
	}

}
.buynow-input-wrap {
    display:  table;
}
.buynow-input {
    display:  table-cell;
    width:10%;
    padding: 0 6px;
    vertical-align:  top;
}
.buynow-input input {
    height:  45px;
    box-shadow:  none;
    border:  1px solid #ddd;
    border-radius:  4px;
}
.buynow-input input.btn {
	background: #f47121;
	border:  none;
	color:  #fff;
	font-weight:  600;
	text-transform:  uppercase;
	letter-spacing:  0.5px;
	border-radius:  25px;
	padding: 0 25px;
}
.buynow-input input.btn:hover {
    opacity: 0.8;
}

#left-sidebar .panel,
.thumb_list .panel.panel-default {
 padding: 0!important;
}

.img-responsive {
    width: 100%;
}
.feature-image {
    margin-bottom: 15px;
}

.btn-orange {
    background: #f47121;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 25px;
    padding: 0 25px;
    line-height: 50px;
}
.Rtable {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: rgba(112, 128, 144, 0.2);
}
/* Table column sizing
================================== */
.Rtable--1cols > .Rtable-cell {
  width: 100%;
}
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Responsive
==================================== */
@media all and (max-width: 1000px) {
  .Rtable--collapse  {
    display: block;
    }.Rtable-cell { width: 100% !important;
    }.Rtable-cell--foot { margin-bottom: 1em;
  }


.no-flexbox .Rtable {
  display: block;
   }.Rtable-cell { width: 100%;}
   }.Rtable-cell--foot { margin-bottom: 1em;
}

.Rtable-cell--alignTop { align-items: flex-start; }
.Rtable-cell--alignMiddle { align-items: center; }
.Rtable-cell--alignBottom { align-items: flex-end; }

.Rtable-cell--alignLeft { text-align: left; }
.Rtable-cell--alignCenter { text-align: center; }
.Rtable-cell--alignRight { text-align: right; }


@keyframes TransitioningBackground {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}

.glossybutton {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  animation: TransitioningBackground 10s ease infinite;
  transition: 0.4s;

}
.glossybutton:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    top: 0;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
  }


.glossybutton:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    top: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
  }


.glossybutton:hover {
    cursor: pointer;
}
.glossybutton:hover:before{
      transform: translateX(300px) skewX(-15deg);
      transition: 1.5s;
    }
.glossybutton:hover:after{
      transform: translateX(300px) skewX(-15deg);
      transition: 1.5s;
    }

.videoWrapperGearSafe {
    overflow: hidden;
    position: relative;
    padding-bottom: 66.93%;
    height: 0;
}
.videoWrapperGearSafe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-alt-imgproduct {
	display: flex;
  flex-wrap: nowrap;
	-ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.carousel-title-mobile{
    color: #fff;
    text-transform: uppercase;
}
.carousel-caption.mobile{
    bottom: 20px;
    top: 20px;
    padding: 0;
    left: 10px;
    right: 10px;
}
.carousel-content{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: calc(100% - 30px);
}
.carousel-content p{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}