/* CSS
Author: GILLAN E SOLUTIONS
Created:31-07-2017
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	font-family: 'Lato-Black';
	font-size: 30px;
	color: #ffffff;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h2 {
	font-family: 'Lato-Black';
	font-size: 40px;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h3 {
	font-family: 'Lato-Medium';
	font-size: 30px;
	color: #333333;
	line-height: normal;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Lato-Black';
	font-size: 29px;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 15px;
}
h5 {
	font-family: 'Lato-Bold';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 15px;
}
h6 {
	font-family: 'Lato-Regular';
	color: #333333;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
}
.padding-left {
	padding-left: 268px;
}
.padding0 {
	padding: 0 0 36px 0 !important;
}
.margin-left0 {
	margin-left: 0px !important;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.search-btn {
	display: inline-block;
	background: url(../images/search-icon.png) no-repeat left 18px center;
	background-color: rgba(0, 0, 0, 0.58);
	font-family: 'Lato-Medium';
	font-size: 17px;
	color: #f1ca1c;
	border: 1px solid #d2b01b;
	padding: 6px 58px 3px 40px;
}
.search-btn:hover {
	background: url(../images/search-icon-hover.png) no-repeat left 18px center;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	text-decoration: none;
}
.border-btn {
	display: inline-block;
	font-family: 'Lato-Heavy';
	font-size: 19px;
	color: #f1ca1c;
	text-transform: uppercase;
	border: 2px solid #f1ca1c;
	transition: all 0.4s ease-in-out;
	padding: 6px 50px 5px;
}
.border-btn:hover, .border-btn:focus {
	color: #fff;
	background: #ffcd33;
	text-decoration: none;
}
.blue-btn {
	display: inline-block;
	font-family: 'Lato-Heavy';
	font-size: 14px;
	color: #363636;
	text-transform: uppercase;
	border: 2px solid #363636;
	transition: all 0.4s ease-in-out;
	padding: 3px 32px 2px;
	margin-left: 194px;
}
.blue-btn:hover, .blue-btn:focus {
	color: #fff;
	background: #363636;
	text-decoration: none;
}
.yellow-btn {
	display: block;
	background: #f1ca1c;
	text-align: center;
	font-family: 'Lato-Black';
	font-size: 16px;
	color: #333333;
	padding: 14px 16px 13px;
}
.yellow-btn:hover, .yellow-btn:focus {
	color: #fff;
	background: #000;
	text-decoration: none;
}
.content-div a:hover {
	text-decoration: underline;
}
.contact-side-info h4 {
	font-family: 'Lato-Bold';
	font-size: 19px;
}
.margin-bottom0 {
	margin-bottom: 0px !important;
}
img {
	height: auto;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
.yellow-color {
	color: #f1ca1c !important;
}
.header {
	background: url(../images/header-bg.jpg) no-repeat top center;
	float: left;
	width: 100%;
	min-height: 155px;
	background-size: cover;
}
.logo {
	float: left;
	margin-top: 35px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.logo:hover, .logo-focus {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.header-right {
	float: right;
	text-align: right;
	padding-bottom: 35px;
}
.header-contact {
	display: inline-block;
}
.header-contact ul {
	list-style: none;
}
.header-contact ul li {
	display: inline-block;
	background: url(../images/header-contact-sep.png) no-repeat center right;
	font-family: 'Lato-Semibold';
	font-size: 15px;
	color: #ffffff;
	text-shadow: -1px 2px 4px rgba(4, 4, 4, 1);
	padding: 0 10px 0;
	margin-top: 7px;
}
.header-contact ul li:last-child {
	background: none;
}
.header-contact ul li a {
	color: #ffffff;
}
.header-contact ul li a:hover, .header-contact ul li a:focus {
	color: #f1ca1c;
	text-decoration: none;
}
.usa-div {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.74);
	max-width: 103px;
}
.header-top-div {
	display: block;
}
.register-div {
	display: block;
	margin-bottom: 20px;
}
.register-div a.menu-item.cart-contents {
    background: url(../images/cart-icon.png) no-repeat;
    min-height: 30px;
    padding-left: 36px;
    margin-left: 15px;
    vertical-align: middle;
    padding-bottom: 5px;
    position: relative;
}
.register-div a.menu-item.cart-contents span {
    background: #f1ca1c;
    color: #010101;
    font-size: 14px;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -3px;
    top: 9px;
}
.register-div a:nth-child(2) {
	margin-right: 10px;
}
.register-div a {
	font-family: 'Lato-Bold';
	font-size: 18px;
	color: #ffffff;
}
.register-div img {
	display: inline-block;
	margin-right: 9px;
}
.search-div {
	display: inline-block;
	position: relative;
}
.search-div label {
	display: none;
}
.search-div .search-field {
	background: rgba(0, 0, 0, 0.58);
	font-family: 'Lato-Medium';
	font-size: 17px;
	width: 246px;
	color: #f1ca1c;
	border: 1px solid #d2b01b;
	padding: 5px 20px 4px 40px;
	outline: none;
}
.search-div input[type="submit"] {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 0;
	background: url(../images/search-icon.png) no-repeat left 18px center;
	width: 35px;
	height: 35px;
	border: 0;
	outline: none;
}
 .search-div .search-field::-webkit-input-placeholder {
 color: #f1ca1c;
}
.language-div {
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
}
.language-div .goog-te-combo {
	margin: 0;
	background: rgba(0, 0, 0, 0.74);
	border: 0 !important;
	color: #fff;
	padding: 9px 5px !important;
	outline: none;
}
.language-div #google_language_translator select.goog-te-combo {
    background: rgba(0, 0, 0, 0.74);
    border: 0 !important;
    color: #fff;
    padding: 9px 5px !important;
    outline: none;
}
/*
-------------------------------------------------------------- 
MIN NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
	background-color: rgba(0, 0, 0, 0.58);
	float: left;
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Lato-Bold';
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: url(../images/mega-sub-menu-bg.gif) repeat-x bottom;
	padding-top: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-application-menu ul li {
	display: inline-block !important;
	width: 18% !important;
	margin: 10px !important;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-application-menu {
	margin-right: 60px;
	width: 60.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-application-menu ul.mega-sub-menu {
	border-right: 1px solid #e5e5e5;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 19px;
	color: #FFF;
	margin-bottom: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color: #f1ca1c;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-no-name > a.mega-menu-link {
	opacity: 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-no-name > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	opacity: 1;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.widget_custom_html {
	padding: 0px 0px 0px 0px;
	margin-top: -9px;
}
.textwidget.custom-html-widget {
	position: relative;
}
.menu-yellow-btn {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 38%;
	display: block;
	font-size: 20px;
	color: #1e1e1e;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	padding: 5px 20px;
}
.menu-yellow-btn:hover, .menu-yellow-btn:focus {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 38%;
	color: #1e1e1e;
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-area {
	float: left;
	width: 100%;
	position: relative;
	min-height: 380px;
}
.banner-area img {
	width: 100%;
	height: 426px !important;
	object-fit: cover;
}
.banner-area .nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'Lato-Bold';
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	margin: 0 auto;
	background: none;
	opacity: 1;
	padding: 0;
	top: 0;
}
.banner-area .nivo-caption big {
	display: block;
	font-family: 'Lato-Black';
	font-size: 33px;
	line-height: normal;
	margin-bottom: 28px;
}
.banner-caption {
	position: relative;
	float: right;
	width: 60%;
	height: 100%;
	padding-right: 50px;
}
.banner-caption:before {
	background: url(../images/banner-caption-before.png) no-repeat;
	content: "";
	position: absolute;
	height: 60px;
	width: 46px;
	right: 16px;
	bottom: 30px;
}
.banner-caption-tab {
	background: #f1ca1c;
	position: absolute;
	font-family: 'Lato-Black';
	font-size: 23px;
	color: #010101;
	line-height: normal;
	left: 0;
	bottom: 30px;
	right: 62px;
	padding: 10px 20px 0 30px;
	min-height: 60px;
}
.banner-area .banner-caption-tab p {
	margin-bottom: 0;
	padding: 0;
}
.banner-left {
	position: relative;
	width: 40%;
	background: url(../images/caption-bg.jpg);
	background-size: cover;
	height: 100%;
	float: left;
	padding: 55px 20px 0px 10%;
}
.banner-area .nivo-controlNav {
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: 15;
	margin: 0 auto;
	text-align: center !important;
	list-style: none;
	padding: 7px 0;
	border-radius: 50px;
}
.banner-area .nivo-controlNav a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0;
	text-indent: -999px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	border-radius: 50px;
	font-size: 0;
}
.banner-area .nivo-controlNav a.active {
	background-color: #e5e5e5;
	border-radius: 50px;
}
.banner-area .banner-left p {
	margin-bottom: 22px;
	padding: 0;
}
.banner-area .nivo-directionNav a {
	font-size: 0px;
	display: inline-block;
	width: 14px;
	height: 31px;
	z-index: 100;
}
.banner-area .nivo-directionNav a.nivo-prevNav {
	background: url(../images/left-arrow.png) no-repeat;
	left: 12px;
}
.banner-area .nivo-directionNav a.nivo-prevNav:hover {
	background: url(../images/left-arrow-hover.png) no-repeat;
}
.banner-area .nivo-directionNav a.nivo-nextNav {
	background: url(../images/right-arrow.png) no-repeat;
	right: 12px;
}
.banner-area .nivo-directionNav a.nivo-nextNav:hover {
	background: url(../images/right-arrow-hover.png) no-repeat;
}
/*
-------------------------------------------------------------- 
CONTENT AREA STYLE
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
.contact-side-info {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	background: #333333;
	padding: 15px 15px 0px;
	color: #fff;
}
.contact-side-info a {
	color: #f1ca1c;
}
/*
-------------------------------------------------------------- 
TIME AREA STYLE
-------------------------------------------------------------- 
*/
.time-area {
	float: right;
	width: 100%;
	position: relative;
	text-align: center;
	background: rgb(235, 235, 234);
	background: -moz-linear-gradient(90deg, rgb(235, 235, 234) 30%, rgb(255, 255, 255) 70%);
	background: -webkit-linear-gradient(90deg, rgb(235, 235, 234) 30%, rgb(255, 255, 255) 70%);
	background: -o-linear-gradient(90deg, rgb(235, 235, 234) 30%, rgb(255, 255, 255) 70%);
	background: -ms-linear-gradient(90deg, rgb(235, 235, 234) 30%, rgb(255, 255, 255) 70%);
	background: linear-gradient(180deg, rgb(235, 235, 234) 30%, rgb(255, 255, 255) 70%);
	min-height: 629px;
	padding: 54px 0 0;
	z-index: 100;
}
.time-area:after {
	background: url(../images/house-img.png) no-repeat;
	content: "";
	position: absolute;
	height: 526px;
	width: 850px;
	left: 0px;
	bottom: 0px;
	z-index: -10;
}
.time-area h2 {
	font-family: 'Lato-Bold';
	font-size: 45px;
	color: #333333;
	line-height: normal;
	text-transform: none;
	margin-bottom: 18px;
}
.time-tab {
	display: block;
	text-align: left;
	font-family: 'Lato-Regular';
	font-size: 21px;
	color: #333333;
	line-height: 30px;
	padding-left: 310px;
}
.time-tab span {
	font-family: 'Lato-BoldItalic';
}
.time-tab p {
	margin-bottom: 26px;
}
/*
-------------------------------------------------------------- 
MAIN AREA STYLE
-------------------------------------------------------------- 
*/
.main-area {
	float: left;
	width: 100%;
}
.main-tab {
	float: left;
	width: 33.333%;
	position: relative;
	text-align: center;
	border-right: 1px solid #ffffff;
}
.main-tab:last-child {
	border: none;
}
.main-tab p:empty {
	display: none;
}
.main-tab p {
	margin-bottom: 0px;
}
.main-tab h3 {
	/*background: url(../images/header-bg.jpg) no-repeat top center; */
	background-color: rgba(24, 23,22, 0.50);
	width: 100%;
	font-family: 'Lato-Black';
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 37px;
	color: #FFF;
	position: absolute;
	text-transform: uppercase;
	line-height: inherit;
	padding: 38px 0 36px;
	z-index: 100;
	margin-bottom: 0;
}
.main-tab-figure {
	position: relative;
	display: block;
}
.main-tab-figure:after {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main-tab img {
	width: 100%;
	height: 276px;
	object-fit: cover;
}
.main-tab:hover h3 {
	color: #f1ca1c;
}
.main-tab a {
	color: #ffffff;
	text-decoration: none !important;
}
.main-tab h3 a:hover, .main-tab h3 a:focus {
	color: #f1ca1c;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
YELLOW BAR STYLE
-------------------------------------------------------------- 
*/
.yellow-bar {
	background: #f1ca1c;
	float: left;
	width: 100%;
	font-family: 'Lato-Regular';
	font-size: 21px;
	color: #333333;
	line-height: normal;
	text-align: center;
	padding: 25px 0 24px;
	margin-bottom: 50px;
}
.yellow-bar span {
	display: inline-block;
}
.yellow-bar h3 {
	display: inline-block;
	font-family: 'Lato-BoldItalic';
	font-size: 29px;
	color: #333333;
	line-height: normal;
	margin-bottom: 10px;
}
.yellow-bar p {
	margin-bottom: 0;
}
/*
--------------------------------------------------------------
CHAIN BAR STYLE
-------------------------------------------------------------- 
*/
.chain-area {
	float: left;
	width: 100%;
	border-bottom: 1px solid #333333;
	padding-bottom: 52px;
}
.chain-text {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 17px;
	color: #333333;
	line-height: 24px;
	margin-top: 8px;
}
.chain-text p {
	margin-bottom: 0;
}
.chain-text h3 {
	font-family: 'Lato-Bold';
	font-size: 26px;
	line-height: normal;
	margin-bottom: 8px;
}
.chain-text h3 a {
	color: #333333;
}
.chain-text h3 a:hover, .chain-text h3 a:focus {
	color: #f1ca1c;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
PRODUCT AREA STYLE
-------------------------------------------------------------- 
*/
.product-area {
	float: left;
	width: 100%;
	font-family: 'Lato-Regular';
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	padding: 60px 0 60px;
}
.product-area h3 {
	font-family: 'Lato-Bold';
	font-size: 48px;
	color: #333333;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 9px;
}
.product-area .col-md-4.col-sm-4 {
	padding-top: 60px;
}
.product-area .blue-btn {
	font-family: 'Lato-Bold';
	padding: 5px 35px 4px;
	border: 1px solid #363636;
	margin-left: 0;
}
.product-tab {
	float: left;
	width: 248px;
	text-align: center;
	margin-right: 0;
	border: 1px solid transparent;
	padding: 22px 0;
}
.product-tab:hover {
	border: 1px solid #f1ca1c;
}
.product-tab:hover .blue-btn {
	color: #fff;
	background: #363636;
}
.product-tab img {
	display: inline-block;
	margin-bottom: 26px;
}
.product-tab h4 {
	font-family: 'Lato-Bold';
	font-size: 24px;
	color: #333333;
	line-height: normal;
	margin-bottom: 9px;
}
.product-tab .blue-btn {
	padding: 3px 29px 2px;
}
.product_meta {
	display: none;
}
.wpcs_product_carousel_slider .product_container {
	padding: 22px 15px;
	border: 1px solid transparent;
}
.wpcs_product_carousel_slider .product_container:hover {
	border: 1px solid #f1ca1c;
}
.wpcs_product_carousel_slider .owl-item .item .product_image_container {
	overflow: hidden;
	margin-bottom: 15px;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name a {
	font-family: 'Lato-Bold';
	font-size: 24px;
	color: #333333;
	line-height: normal;
	margin-bottom: 18px;
}
.wpcs_product_carousel_slider .owl-item .caption .button {
	font-family: 'Lato-Bold';
	padding: 7px 37px 6px;
	border: 1px solid #363636;
	margin-left: 0;
	font-size: 14px;
	color: #363636;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	background: none;
	border-radius: 0;
}
.wpcs_product_carousel_slider .owl-item .caption .button:hover, .wpcs_product_carousel_slider .owl-item .caption .button:focus {
	color: #fff;
	background: #363636;
}
.wpcs_product_carousel_slider .product_container:hover .caption .button {
	color: #fff;
	background: #363636;
}
 .wpcs_product_carousel_slider .product_container:hover .caption .button, {
 color: #fff;
 background: #363636;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i {
	top: 44%;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left {
	left: -35px;
	background-color: transparent;
	color: #9f9f9f;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left:hover, .product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left:focus {
	background-color: transparent !important;
	color: #000 !important;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right {
	right: -35px;
	background-color: transparent;
	color: #9f9f9f;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right:hover, .product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right:focus {
	background-color: transparent !important;
	color: #000 !important;
}
.product-area .wpcs_product_carousel_slider .product_image_container .product_thumb_link:hover img {
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-o-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}
.product-area .wpcs_product_carousel_slider .woocommerce .woocommerce-product-rating .star-rating {
	display: none !important;
}
.woocommerce .content-div ul.products li.product, .woocommerce-page .content-div ul.products li.product {
	width: 30.5%;
}
.woocommerce .content-div ul.products li.last, .woocommerce-page .content-div ul.products li.last {
	margin-right: 0;
}
.full-width-caption {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 35px;
}
.full-width-caption .menu-yellow-btn {
	background: #5f5f5f url(../images/yellow-btn-icon.png) no-repeat center left 10px !important;
	display: inline-block;
	float: right;
	padding-left: 35px;
	width: 230px;
	color: #fff;
}
.full-width-caption .menu-yellow-btn:hover, .full-width-caption .menu-yellow-btn:focus {
	text-decoration: none;
	color: #f1ca1c;
}
.another_carousel_header {
	display: none;
}
/*
-------------------------------------------------------------- 
OWL-AREA STYLE
-------------------------------------------------------------- 
*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	cursor: move;
}
.owl-area .owl-carousel .owl-item {
	cursor: auto;
}
owl-controls .owl-page, .owl-controls .owl-buttons div {
	position: absolute;
	cursor: pointer;
	width: 9px;
	height: 26px;
	bottom: 90px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/left-arrow.png) no-repeat top center;
	left: -25px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div.owl-prev:hover {
	background: url(../images/left-arrow-hover.png) no-repeat top center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div.owl-next {
	background: url(../images/right-arrow.png) no-repeat top center;
	text-align: center;
	right: -25px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div.owl-next:hover {
	background: url(../images/right-arrow-hover.png) no-repeat top center;
}
.owl-controls.clickable {
	position: relative;
}
.owl-buttons {
	font-size: 0px;
}
.owl-buttons div:hover {
	opacity: 1;
	background-position: bottom;
	transition: all 0.4s ease-in-out;
}
/* Styling Pagination*/
.owl-pagination {
	margin: 0 auto;
	text-align: center;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	background: #2e3192;
	display: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(24, 24, 25, 0.43);
	-moz-box-shadow: 0px 0px 5px 0px rgba(24, 24, 25, 0.43);
	box-shadow: 0px 0px 5px 0px rgba(24, 24, 25, 0.43);
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ed1b24;
}
.owl-theme .owl-controls .owl-page {
	background: none;
	position: inherit;
	display: inline-block;
	zoom: 1;
	margin: 0px 4px;
}
/*
-------------------------------------------------------------- 
RECENT ARTICLE STYLE
-------------------------------------------------------------- 
*/
.recent-article-area {
	background: #f3f3f3 url(../images/recent-article-bg.jpg) no-repeat left;
	background-size: 50% 100%;
	float: left;
	width: 100%;
	font-family: 'Lato-Regular';
	font-size: 18px;
	color: #d8d8d8;
	line-height: 26px;
	min-height: 370px;
	border-bottom: 1px solid #f3f3f3;
}
.recent-article-area h2 {
	font-family: 'Lato-Bold';
	font-size: 45px;
	color: #ffffff;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.recent-article-area .border-btn {
	font-size: 14px;
	font-family: 'Lato-Bold';
	border: 1px solid #f1ca1c;
	padding: 6px 66px 5px;
}
.recent-article-img {
	float: left;
	width: 371px;
}
.recent-article-img img {
	width: 100%;
}
.recent-article-div {
	float: left;
	width: 401px;
	padding-top: 100px;
}
.recent-article-div .textwidget {
	width: 80%;
}
.recent-article-tab {
	float: right;
	width: 300px;
	font-size: 16px;
	color: #333333;
	line-height: 23px;
	padding-top: 100px;
}
.recent-article-tab p {
	margin-bottom: 34px;
}
.recent-article-tab h3 {
	font-family: 'Lato-Bold';
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 22px;
}
.recent-article-tab h4 {
	font-family: 'Lato-Bold';
	font-size: 12px;
	color: #333333;
	line-height: normal;
}
.recent-article-tab h5 {
	font-family: 'Lato-Bold';
	font-size: 45px;
	color: #333333;
	line-height: normal;
}
/*
-------------------------------------------------------------- 
SUBSCRIBE AREA STYLE
-------------------------------------------------------------- 
*/
.subscribe-area {
	background: #333333;
	float: left;
	width: 100%;
	font-family: 'Lato-Regular';
	font-size: 17px;
	color: #ffffff;
	min-height: 120px;
	padding: 25px 0px 0px;
}
.subscribe-area h4 {
	font-family: 'Lato-Bold';
	font-size: 29px;
	color: #fff;
	line-height: normal;
	margin-bottom: 3px;
}
.subscribe-area p {
	margin-bottom: 0;
}
.subscribe-area form input.form-control {
	display: inline-block !important;
	vertical-align: top;
	width: 500px !important;
	height: 44px;
	border: 1px solid transparent;
	font-family: 'Lato-Regular';
	font-size: 14px;
}
.subscribe-area form input.form-control:hover, .subscribe-area form input.form-control:focus {
	border: 1px solid #f1ca1c;
}
.subscribe-area form input.border-btn {
	display: inline-block;
	height: 44px;
	width: 270px;
	font-family: 'Lato-Bold';
	border: 1px solid #f1ca1c;
	font-size: 15px;
	background: 0;
	margin-left: -4px;
}
.subscribe-area .tnp-widget-minimal input.tnp-email {
	display: inline-block !important;
	vertical-align: top;
	width: 500px !important;
	height: 44px;
	border: 1px solid transparent;
	font-family: 'Lato-Regular';
	font-size: 14px;
	outline: none;
}
.subscribe-area .tnp-widget-minimal input.tnp-submit {
	display: inline-block;
	height: 44px;
	width: 270px;
	font-family: 'Lato-Bold';
	border: 1px solid #f1ca1c;
	font-size: 15px;
	background: 0;
}
.subscribe-area .tnp-widget-minimal input.tnp-submit:hover, .subscribe-area .tnp-widget-minimal input.tnp-submit:focus {
	border: 1px solid #f1ca1c;
	background: #f1ca1c;
}
.subscribe-area .gform_wrapper .top_label .gfield_label {
	display: none;
}
.subscribe-area .ginput_container ginput_container_email {
	display: inline-block !important;
	vertical-align: top;
	width: 500px !important;
	height: 44px;
	border: 1px solid transparent;
	font-family: 'Lato-Regular';
	font-size: 14px;
	outline: none;
}
.subscribe-area .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
    height: 44px;
    width: 210px;
    font-family: 'Lato-Bold';
    border: 1px solid #f1ca1c;
    font-size: 15px;
    background: 0;
    margin-bottom: 6px;
    margin-left: -19px;
}
.subscribe-area input[type=submit]:hover {
	background: #f1ca1c !important;
	color: #fff;
	text-decoration: none;
}
.subscribe-area .gform_wrapper .gform_body {
    display: inline-block;
    width: inherit !important;
    margin-top: -40px;
}
.subscribe-area .gform_wrapper .gform_footer {
	display:inline-block;
	width:inherit !important;
	padding:0 !important;
	margin:0 !important;
}
.subscribe-area  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    display: inline-block !important;
    vertical-align: top;
    width: 500px !important;
    height: 44px;
    border: 1px solid transparent;
    font-family: 'Lato-Regular';
    font-size: 14px;
    outline: none;
	padding:8px 12px;
}
.subscribe-area .gform_wrapper div.validation_error {
	display:none;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.subscribe-area .gform_wrapper li.gfield.gfield_error {
	background:none !important;
	border:0 !important;
	padding:0 !important;
}
.subscribe-area .gform_wrapper .validation_message {
	color:#fff;
}
.subscribe-area .gform_wrapper .gform_body {
    display: inline-block;
    width: inherit !important;
    margin-top: 0;
    vertical-align: top;
} 
.subscribe-area .gform_wrapper ul li.gfield {
    margin-top: 0;
}
.subscribe-area .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}  
.subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
} 
#mc_embed_signup {
	    display: block;
	background:none !important;
	font:inherit !important;
    margin-top: -10px;
}
#mc_embed_signup p {
	display:none;
}
.mc-field-group {
	display:inline-block;
}
.mc-field-group input {
	border:0 !important;
}
#mc_embed_signup .mc-field-group {
	 display: inline-block !important;
    vertical-align: top;
    width: 500px !important;
    height: 44px;
    border: 1px solid transparent;
    font-family: 'Lato-Regular';
    font-size: 14px;
    outline: none;
	padding:8px 12px;
    border-radius: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: inherit !important;
    color: red !important;
}
#mc_embed_signup input.mce_inline_error {
    border-radius: 0 !important;
}
.clear {
    display: inline-block;
	margin:9px 0 0 -16px;
}
#mc_embed_signup input {
	border-radius:0 !important;
}
.clear input {
    display: inline-block !important;
    height: 40px !important;
    width: 210px !important;
    font-family: 'Lato-Bold' !important;
    border: 1px solid #f1ca1c !important;
    font-size: 15px !important;
    background: inherit !important;
    margin-bottom: 6px !important;
    border-radius: 0 !important;
    /* margin-left: -19px !important; */
}
.clear input:hover,
.clear input:focus {
	background: #f1ca1c !important;
	color: #fff;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
FOOTER AREA STYLE
-------------------------------------------------------------- 
*/
.footer {
	background: url(../images/footer-bg.jpg) no-repeat top center;
	float: left;
	width: 100%;
	background-size: cover;
	min-height: 472px;
	padding-top: 34px;
}
.footer-top {
	float: left;
	width: 100%;
	margin-bottom: 42px;
}
.f-logo {
	float: left;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.f-logo:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.footer-top .search-btn {
	float: right;
}
.footer-info {
	float: left;
	width: 112px;
	margin-right: 80px;
}
.footer-info ul {
	list-style: none;
}
.footer-info ul li {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.footer-info ul li a {
	color: #ffffff;
}
.footer-info ul li a:hover, .footer-info ul li a:focus {
	color: #f1cb1c;
	text-decoration: none;
}
.footer-adress-area {
	float: left;
	width: 100%;
}
.footer-adress-area img {
	float: right;
}
.footer-adress-area .cards-area img {
    padding-right: 20px !important;
    margin-top: 17px;
}
.adrees-tab {
	float: left;
}
.adrees-tab ul {
	list-style: none;
}
.adrees-tab ul li {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
}
.footer-bottom {
	float: left;
	width: 100%;
}
.cop-right {
	float: left;
	font-size: 13px;
	color: #ffffff;
}
.cop-right a {
	color: #f1ca1c;
}
.cop-right a:hover, .cop-right a:focus {
	color: #fff;
	text-decoration: none;
}
.footer-bottom-tab {
	float: right;
}
.footer-bottom-tabt ul {
	list-style: none;
}
.footer-bottom-tab ul li {
	display: inline-block;
	background: url(../images/footer-bottom-sep.png) no-repeat center right;
	font-family: 'Lato-Regular';
	font-size: 13px;
	color: #ffffff;
	padding: 0 8px 0;
}
.footer-bottom-tab ul li:last-child {
	background: none;
}
.footer-bottom-tab ul li a {
	color: #ffffff;
}
.footer-bottom-tab ul li a:hover, .footer-bottom-tab li a:focus {
	color: #f1ca1c;
	text-decoration: none;
}
.footer {
	background: url(../images/footer-bg.jpg) no-repeat top center;
	float: left;
	width: 100%;
	background-size: cover;
	min-height: 472px;
	padding-top: 28px;
}
.footer h4 {
	font-family: 'Lato-Bold';
	font-size: 15px;
	color: #f1cb1c;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: -1px 2px 8px rgba(4, 4, 4, 1);
	margin-bottom: 4px;
}
.footer-top {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.footer-top .search-div {
	float: right;
	margin-top: 12px;
}
.f-logo {
	float: left;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.f-logo:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.footer-top .search-btn {
	float: right;
	margin-top: 12px;
}
.footer-info {
	float: left;
	width: 10%;
	margin: 0 2.5% 58px 0;
}
.footer-info ul {
	list-style: none;
}
.footer-info ul li {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.footer-info ul li a {
	color: #ffffff;
}
.footer-info ul li a:hover, .footer-info ul li a:focus {
	color: #f1cb1c;
	text-decoration: none;
}
.footer-info ul li.footer-menu-header a {
	font-family: 'Lato-Bold';
	font-size: 15px;
	color: #f1cb1c;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: -1px 2px 8px rgba(4, 4, 4, 1);
	margin-bottom: 4px;
}
.footer-adress-area {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.footer-adress-area img {
	float: right;
}
.adrees-tab {
	float: left;
	margin-top: 5px;
}
.adrees-tab ul {
	list-style: none;
}
.adrees-tab ul li {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
}
.footer-bottom {
	float: left;
	width: 100%;
}
.cop-right {
	float: left;
	font-size: 13px;
	color: #ffffff;
}
.cop-right a {
	color: #f1ca1c;
}
.cop-right a:hover, .cop-right a:focus {
	color: #fff;
	text-decoration: none;
}
.footer-bottom-tab {
	float: right;
}
.footer-bottom-tabt ul {
	list-style: none;
}
.footer-bottom-tab ul li {
	display: inline-block;
	background: url(../images/footer-bottom-sep.png) no-repeat center right;
	font-family: 'Lato-Regular';
	font-size: 13px;
	color: #ffffff;
	padding: 0 8px 0;
}
.footer-bottom-tab ul li:last-child {
	background: none;
}
.footer-bottom-tab ul li a {
	color: #ffffff;
}
.footer-bottom-tab ul li a:hover, .footer-bottom-tab li a:focus {
	color: #f1ca1c;
	text-decoration: none;
}
.adrees-tab li a {
    color: #fff;
    padding-left: 20px;
}
.adrees-tab li a:hover {
    color: #f1ca1c;
}
/*
-------------------------------------------------------------- 
INNER PAGE STYLE
-------------------------------------------------------------- 
*/
.inner-banner {
	float: left;
	width: 100%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.heading-div {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 30;
	top: 0;
}
.heading-div h1 {
	margin-bottom: 0;
}
/*
-------------------------------------------------------------- 
CONTENT-DIV STYLES
-------------------------------------------------------------- 
*/
.content-div {
	float: left;
	width: 100%;
	min-height: 600px;
	padding: 30px 0 0;
	background: rgb(235, 235, 234);
	background: -moz-linear-gradient(90deg, rgb(235, 235, 234) 0%, rgb(255, 255, 255) 40%);
	background: -webkit-linear-gradient(90deg, rgb(235, 235, 234) 0%, rgb(255, 255, 255) 40%);
	background: -o-linear-gradient(90deg, rgb(235, 235, 234) 0%, rgb(255, 255, 255) 40%);
	background: -ms-linear-gradient(90deg, rgb(235, 235, 234) 0%, rgb(255, 255, 255) 40%);
	background: linear-gradient(180deg, rgb(235, 235, 234) 0%, rgb(255, 255, 255) 40%);
}
.content-div ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.content-div ul li {
	margin-bottom: 10px;
}
ul.side-bar-list {
	list-style: none;
	padding-left: 0px;
}
ul.side-bar-list li {
	display: block;
	background: #fff;
	border: 1px solid #efefef;
	padding: 20px 15px 20px 20px;
	margin-bottom: 0px;
}
.hc-field {
	padding: 10px;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	outline: none;
}
input#locatoraid-search-form-button {
	font-family: 'Lato-Heavy';
	padding: 9px 35px 8px;
	border: 2px solid #363636;
	margin-left: 0;
	background: none;
	font-size: 18px;
	color: #363636;
	text-transform: uppercase;
}
input#locatoraid-search-form-button:hover, input#locatoraid-search-form-button:focus {
	color: #fff;
	background: #363636;
}
.inner-text .hc-border {
	background: #fbfbfb;
	border-radius: 0 !important;
	padding: 10px 15px;
	font-size: 17px;
}
.inner-text .hc-bold {
	font-family: 'Lato-Heavy';
	font-weight: normal;
}
.inner-text .hc-italic {
	font-style: normal;
}
.inner-text .hc-mb3 {
	margin-bottom: 15px;
}
.inner-text h2 {
	font-family: 'Lato-Black';
	font-size: 30px;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.content-div .gform_wrapper {
	margin: 0px;
}
.content-div .gform_wrapper ul li.gfield {
	clear: inherit;
}
.content-div .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content-div .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
.content-div .gform_wrapper label.gfield_label {
	display: none;
}
.content-div .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	display: block;
	width: 100%;
	height: 42px;
	padding: 10px 11px;
	font-size: 15px;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #ecebeb !important;
	margin-bottom: 30px;
	outline: none;
}
.content-div .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .content-div .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none;
}
.content-div .gform_wrapper.gf_browser_chrome select {
	display: block;
	width: 100%;
	padding: 10px 11px;
	font-size: 15px;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #ecebeb !important;
	margin-bottom: 20px;
	outline: none;
}
.content-div .gform_wrapper textarea {
	display: block;
	width: 100%;
	padding: 10px 11px;
	font-size: 15px;
	color: #333;
	background-color: #ffffff;
	margin-bottom: 18px;
	border: 1px solid #ecebeb;
	outline: none;
}
.content-div .gform_wrapper .gform_footer input.button, .home-contact-div .gform_wrapper .gform_footer input[type=submit], .content-div .gform_wrapper .gform_page_footer input.button, .home-contact-div .gform_wrapper .gform_page_footer input[type=submit] {
	background: none;
	display: inline-block;
	font-family: 'Lato-Heavy';
	font-size: 20px;
	color: #363636;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	transition: all 0.5s;
	padding: 8px 55px 8px;
	margin: 0;
	border: 2px solid #363636;
	outline: none;
}
.content-div .gform_wrapper .gform_footer input.button:hover, .home-contact-div .gform_wrapper .gform_footer input[type=submit]:hover, .content-div .gform_wrapper .gform_page_footer input.button:hover, .home-contact-div .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #363636;
	color: #fff;
	text-decoration: none;
}
.content-div .gform_wrapper li.gfield.gfield_error, .content-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0px;
	width: 50%;
}
.content-div .gform_wrapper .validation_message {
	color: #a50000;
}
.content-div .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0px;
	margin-top: -18px;
	font-weight: normal;
	color: #e20303;
}
.content-div .gform_wrapper div.validation_error {
	color: #e20303;
	border-top: 1px solid #e20303;
	border-bottom: 1px solid #e20303;
	padding: 7px 0;
	font-weight: normal;
}
.content-div .gform_wrapper .gfield_captcha_container img.gfield_captcha {
	margin-bottom: 10px !important;
}
.contact-side-info .border-btn {
	margin-left: 0px;
	width: 100%;
	padding: 3px 12px 2px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.contact-side-info .border-btn:hover {
	text-decoration: none;
}
.news-tab {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.51);
	padding: 20px 20px 0;
	border: 1px solid #e6e6e6;
}
.news-tab h3 {
	font-size: 23px;
	margin-bottom: 3px;
}
.news-tab h3 a {
	color: #333333;
}
.news-tab h3 a:hover, .news-tab h3 a:focus {
	color: #e6b829;
	text-decoration: none;
}
.date {
	color: #888888;
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-style: italic;
}
a.read-more {
	color: #333;
	font-family: 'Lato-Semibold';
}
a.read-more:hover, a.read-more:focus {
	color: #e6b829;
}
a.news-read-more {
	float: right;
	margin-bottom: 20px;
}
.ws-btn-area a {
	margin: 0px 10px;
}
.fasteners-tab {
	float: left;
	width: 100%;
	padding: 20px 20px 0px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
.fasteners-tab img {
	height: 150px;
	width: 240px;
	margin-top: 20px;
}
.fasteners-text {
	display: block;
	padding-top: 30px;
}
.fasteners-tab p:empty {
	margin-bottom: 0px;
}
.fasteners-tab a {
	display: block;
	overflow: hidden;
}
.fasteners-tab a:hover {
	color: #ffcd33;
	text-decoration: none;
}
.fasteners-tab a:hover h3 {
	color: #ffcd33;
}
.fasteners-tab a:hover p {
	color: #ffcd33;
}
.woocommerce div.product .product_title {
    color: #333333;
    margin-bottom: 15px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #333333 !important;
}
.woocommerce div.product form.cart .button {
    background-color: #363636;
    outline: none;
    border: 0;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
	background-color:#f1ca1c;
	color:#fff;
	text-decoration:none;
}
.woocommerce-page .woocommerce-message .button {
    background-color: #363636;
    outline: none;
    border: 0;
    color: #fff;
	border-radius:0px !important;
}
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:focus {
background-color: #f1ca1c !important;
    color: #fff !important;	text-decoration:none;
}
.woocommerce a.button.alt{
	border-radius:0px !important;
}
.woocommerce a.button.alt:hover{
	background-color: #f1ca1c !important;
    color: #fff !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background-color: #363636;
    outline: none;
    border: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.woocommerce .cart .button:hover, .woocommerce .cart .button:focus {
    background-color: #f1ca1c !important;
    color: #fff !important;
    text-decoration: none;
}
.woocommerce-message {
    border-top-color: #f1ca1c !important;
}
.woocommerce-info {
    border-top-color: #f1ca1c !important;
}
.woocommerce-info::before {
    color: #f1ca1c !important;
}
.woocommerce-message::before {
    color: #f1ca1c !important;
}
.woocommerce input.button.alt {
    border-radius: 0 !important;
}
.woocommerce input.button.alt:hover{
	 background-color: #f1ca1c !important;
    color: #fff !important;
}
body > div.content-div > div.container > div.inner-text > div > form > table > tbody > tr:nth-child(3) > td > input.button:hover{
	background-color:#f1ca1c;
	color:#fff;
	text-decoration:none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #363636 !important;
}
.woocommerce .quantity .qty {
    height: 40px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 120px;
}
.woocommerce ul.products li.product .button{
	 background-color: #363636 !important;
	 color:#fff !important;
	 border-radius:0px !important;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #f1ca1c !important;
    color: #fff !important;
}
.inner-product-div .link-btn {
    display: none !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 1.8%;
    margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    margin-right: 1.8% !important;
}
#woo-product-carousel-wrapper-2000715565 .owl-item .item .cart .add_to_cart_button, #woo-product-carousel-wrapper-2000715565 .owl-item .item .cart a.added_to_cart.wc-forward{
	background-color: #363636 !important; 
}
#woo-product-carousel-wrapper-116811808 .owl-item .item .cart .add_to_cart_button:hover{
	background-color: #f1ca1c !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
		background-color: #363636 !important; 
		border-radius:0px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
		background-color: #f1ca1c !important;
}
/*
-------------------------------------------------------------- 
NEWS STYLE
-------------------------------------------------------------- 
*/
.news-sidebar-tabs {
	background: #9999995c;
	padding: 10px;
	margin-bottom: 20px;
}
.news-sidebar-tabs h4 {
	background: #f1c418;
	padding: 5px 10px;
	font-size: 22px;
	text-transform: uppercase;
}
.news-sidebar-tabs ul {
	padding-left: 0px;
}
.news-sidebar-tabs ul li {
	display: block;
	background: url(../images/sidebar-bullet.png) no-repeat 0 8px;
	padding: 2px 30px;
}
.news-sidebar-tabs ul li a:hover, .news-sidebar-tabs ul li a:focus {
	color: #f1c418;
}
.archive-inner-text {
	font-style: normal;
	color: #333;
}
.archive-inner-text ul li {
	font-size: 18px;
}
.archive-inner-text p {
	font-size: 18px;
}
.archive-inner-text .news-sidebar-tabs ul li a {
	color: #333;
	font-style: normal;
	font-size: 18px;
}
.news-detail img {
	margin-bottom: 20px;
}
.news-detail h3 {
	margin-bottom: 10px;
}
.news-detail h4 {
	color: #333;
}
/*
-------------------------------------------------------------- 
BREAD CRUMBS STYLE
-------------------------------------------------------------- 
*/
.bread-crumbs-area {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.bread-crumbs-area span {
	background: none;
	display: inline-block;
	counter-reset: oli;
	padding: 0;
	font-family: 'Lato-Bold';
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	padding: 0 8px 0 0;
}
.bread-crumbs-area span a span {
	color: #909090;
	background: url(../images/bread-crumb-sep.png) no-repeat right;
	padding-right: 12px;
}
.bread-crumbs-area span a:hover span {
	color: #333333;
}
.bread-crumbs-area ol li {
	position: relative;
	counter-increment: oli;
	list-style: none;
	border: 0;
	margin-left: 0;
	font-family: 'Lato-Bold';
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	padding: 0 8px 0;
}
.bread-crumbs-area ol li:last-child {
	background: none;
}
.bread-crumbs-area ol li a {
	font-family: 'Lato-Bold';
	font-size: 10px;
	color: #909090;
	padding-right: 10px;
}
.bread-crumbs-area ol li :before {
	background: url(../images/bread-crumb-sep.png) no-repeat;
	position: absolute;
	content: "";
	width: 4px;
	height: 5px;
	top: 10px;
	right: 0px;
	padding: 0 5px;
}
.bread-crumbs-area ol li a:hover, .bread-crumbs-area ol li a:focus {
	color: #333333;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
PRODUCT TABLE STYLES
-------------------------------------------------------------- 
*/
.product-table {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.product-table .table-head {
	background-color: rgba(0, 0, 0, 0.58);
	float: left;
	width: 100%;
	padding: 10px 15px;
}
.product-table .table-head h3 {
	font-size: 24px;
	color: #FFF;
	margin-bottom: 0px;
}
.product-table-list {
	float: left;
	width: 100%;
}
.product-table-list .light {
	background: #FFF;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.product-table-list .dark {
	background: #f1f1f0;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.product-table-list .pdf-div {
	width: auto;
	margin-right: 10px;
}
.product-sidebar {
	display: block;
}
.product-sidebar .search-div {
	display: block;
}
.product-sidebar .search-div .search-field {
	width: 100%;
	padding: 5px 20px 4px 40px;
}
.product-name-area #product-617 .tab-nav {
	display: none;
}
.sidebar-descripion {
    display: block;
    background: #333333;
    font-size: 13px;
    color: #fff;
    padding: 15px 15px 5px;
}
.product-sidebar .sidebar-descripion h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.sidebar-descripion .page-description {
    display: none;
}
.sidebar-descripion .berocket_aapf_widget {
    display: inline-block !important;
    width: 100%;
    margin: 0;
}
.sidebar-descripion .berocket_aapf_widget .berocket_aapf_widget_selected_filter span {
    display: none;
}
.sidebar-descripion ul {
    list-style: none;
    margin-bottom: 0;
}
.sidebar-descripion ul li {
    margin-bottom: 0 !important;
}
.sidebar-descripion ul li a {
   color:#fff;
   padding: 0 !important;
   margin: 0 !important;
}
.sidebar-descripion ul li a:hover,
.sidebar-descripion ul li a:focus {
	text-decoration:none;
	color:#f1ca1c;
}
/*
-------------------------------------------------------------- 
ABOUT DIV STYLES
-------------------------------------------------------------- 
*/
.about-div {
	display: block;
	font-family: 'Lato-Medium';
	font-size: 17px;
	color: #333333;
	line-height: 27px;
	padding-bottom: 80px;
}
.about-div img {
	margin-bottom: 24px;
}
.about-div h3 {
	line-height: 48px;
	margin-bottom: 0;
}
.history a.yellow-btn {
	display: inline-block;
	padding: 6px 40px;
}
.warranty a.blue-btn {
	margin: 20px 0px;
}
.warranty a.warranty-contact {
	margin-left: 20px;
}
/*
-------------------------------------------------------------- 
TOOLS AREA STYLES
-------------------------------------------------------------- 
*/
.tool-heading-div {
	float: left;
	width: 35%;
	background: url(../images/caption-bg.jpg);
	background-size: cover;
	height: 100%;
	padding: 45px 15px 0px 5%;
}
.tool-heading-div h4 {
	line-height: 39px;
}
.tool-heading-div h5 {
	font-size: 19px;
	margin-bottom: 0;
}
.tool-area {
	float: left;
	width: 100%;
}
.tool-area h2 {
	font-size: 45px;
}
.tool-right-tab {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 22px 34px 50px;
	margin-bottom: 38px;
}
.tool-right-tab h6 {
	display: inline-block;
}
.file-display-style {
	float: right;
	text-align: right;
	margin-bottom: 14px;
}
.file-display-style a {
	margin-right: 16px;
}
.file-display-style a:last-child {
	margin-right: 0;
}
.file-display-style a:hover {
	opacity: 0.5;
}
/*
-------------------------------------------------------------- 
INNER PRODUCT STYLES
-------------------------------------------------------------- 
*/
.inner-product-area {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.inner-product-tab {
	float: left;
	width: 234px;
	margin-right: 46px;
}
.inner-product-tab:last-child {
	margin-right: 0px;
}
.inner-product-img {
	display: inline-block;
	border: 1px solid #cfcfcf;
	padding: 15px;
	cursor: pointer;
	margin-bottom: 24px;
	width: 100%;
}
.inner-product-img:hover, .inner-product-img:focus {
	border: 1px solid #f1ca1c;
}
.inner-product-img img {
	display: inline-block;
}
.inner-product-div {
	display: block;
	text-align: left;
}
.inner-product-div h6 {
	display: inline-block;
	width: 80%;
	font-family: 'Lato-Black';
	text-transform: uppercase;
}
.inner-product-div h6 a {
	color: #515254;
}
.inner-product-div h6 a:hover, .inner-product-div h6 a:focus {
	color: #b2b2b2;
	text-decoration: none;
}
.inner-product-div h6 span {
	display:block;
	font-family: 'Lato-Regular';
	color: #b2b2b2;
	text-transform: capitalize;
	margin-top: 7px;
}
span.woocommerce-Price-currencySymbol.show_button {
    display: inline-block !important;
}
.link-btn {
	display: inline-block;
	width: 18%;
	text-align: right;
	vertical-align: top;
	padding-right: 1%;
}
.inner-product-div .more-btn {
	display: inline-block;
	background: url(../images/vector-smart-object.png) no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0px;
}
.inner-product-div img {
	float: right;
}
.tool-text-div {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 19px;
	color: #333333;
	line-height: 27px;
}
.tool-text-div a {
	font-family: 'Lato-Black';
}
.tool-text-div a:hover, .tool-text-div a:focus {
	color: #ffcd33;
	text-decoration: none;
}
.woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce .content-div nav.woocommerce-pagination {
	text-align: right;
}
.woocommerce .content-div nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
.woocommerce .content-div nav.woocommerce-pagination ul li {
	border: 0;
	margin-left: 15px;
	font-size: 12px;
	color: #b2b2b2;
}
.woocommerce .content-div nav.woocommerce-pagination ul li a, .woocommerce .content-div nav.woocommerce-pagination ul li span {
	padding: 6px 9px;
	color: #b2b2b2;
	border: 1px solid #dddddd;
	border-radius: 2px;
}
.woocommerce .content-div nav.woocommerce-pagination ul li a:focus, .woocommerce .content-div nav.woocommerce-pagination ul li a:hover, .woocommerce .content-div nav.woocommerce-pagination ul li span.current {
	background: #f1ca1c;
	color: #ffffff;
	border: 1px solid #f1ca1c;
}
.woocommerce .content-div .woocommerce-ordering, .woocommerce-page .content-div .woocommerce-ordering {
	float: left;
	margin-bottom: 28px;
	display: none;
}
.content-div .gridlist-toggle {
	float: right;
	clear: inherit;
	display: inline-block;
	padding: 0 !important;
	margin-bottom: 30px !important;
}
.content-div .gridlist-toggle a {
	background-color: transparent;
	padding: 0;
	margin: 0px 10px 0px 8px;
}
.content-div .gridlist-toggle a:hover {
	background: none;
	background-color: transparent;
}
.content-div .gridlist-toggle a.active {
	background-color: transparent;
}
.content-div .dashicons-grid-view:before {
	content: '';
	display: inline-block;
	background: url(../images/grid-icon.png) no-repeat;
	font-size: 0;
}
.content-div .gridlist-toggle .dashicons:before, .content-div.gridlist-toggle .dashicons {
	height: 22px;
	width: 22px;
}
.content-div .dashicons-excerpt-view:before, .content-div .dashicons-exerpt-view:before {
	content: '';
	display: inline-block;
	background: url(../images/list-icon.png) no-repeat;
	font-size: 0;
}
.woocommerce .content-div .woocommerce-ordering select {
	border: 0;
	font-size: 14px;
	color: #333333;
	width: 150px;
	outline: none;
}
.list .inner-product-img {
	width: 30%;
	border: 0;
	float: left;
}
.list .inner-product-div {
	width: 70%;
	float: left;
}
.woocommerce ul.products.list .inner-product-img img {
	width: 100% !important;
}
.short-desc {
	display: none;
}
.woocommerce ul.products.list .short-desc {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
.short-desc .features-tab ul li {
	border: 0;
	font-size: 14px;
	padding: 5px 0px 0px;
	margin-bottom: 2px;
}
ul.products.list li.product {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}
ul.products.list .inner-product-div h6 {
	font-size: 22px;
}
ul.products.list .inner-product-div h6 span {
	font-size: 14px;
}
ul.products.list .inner-product-div .short-desc h6 {
	font-size: 16px;
}
.tab-nav ul.nav.nav-tabs {
	margin-bottom: 0px;
	padding: 0;
}
.woocommerce .content-div div.product div.images img {
	width: 99.9%;
	border: 1px solid #cfcfcf;
}
.yellow-bar.product-yellow-div h3 {
	font-size: 25px;
	font-family: 'Lato-Black';
	font-style: italic;
	margin-right: 4px;
}
.yellow-bar.product-yellow-div .textwidget {
	display: inline-block;
}
.related.products h2 {
	font-size: 48px;
	text-transform: none;
	font-family: 'Lato-Bold';
	color: #333333;
	margin-bottom: 32px;
}
.woocommerce .content-div .related ul.products li.product, .woocommerce-page .content-div .related ul.products li.product {
	width: 22%;
	text-align: center;
	border: 1px solid transparent;
	padding: 20px;
}
.woocommerce .content-div .related ul.products li.product:hover, .woocommerce-page .content-div .related ul.products li.product:hover {
	border: 1px solid #f1ca1c;
}
.related .inner-product-img {
	border: 0;
	padding: 0;
}
.related .inner-product-div {
	display: block;
	text-align: center;
}
.related .inner-product-div h6 {
	width: 100%;
	font-family: 'Lato-Bold';
	font-size: 24px;
	text-transform: none;
}
.related .inner-product-div h6 a {
	color: #333;
}
.related .inner-product-div h6 span {
	display: none;
}
.related .link-btn {
	width: 100%;
	text-align: center;
	vertical-align: top;
	padding-right: 0;
}
.related .inner-product-div .more-btn {
	display: inline-block;
	background: none;
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
	color: #515356;
	border: 1px solid #515356;
	padding: 2px 26px 1px;
	transition: all 0.4s ease-in-out;
}
.related .inner-product-div .more-btn:hover, .related .inner-product-div .more-btn:focus {
	color: #fff;
	background: #363636;
}
.related ul.products li:hover .inner-product-div .more-btn {
	color: #fff;
	background: #363636;
}
#custom_filter {
	display: block;
	background: #333333;
	font-size: 13px;
	color: #fff;
	padding: 15px 15px 5px;
}
#custom_filter h3 {
	color: #FFF;
	margin-bottom: 10px;
}
#custom_filter label.filterSelected {
	display: block;
	margin-bottom: 0px;
}
#custom_filter label .cross {
	background: url(../images/cross-icon.png) no-repeat;
	float: right;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-top: 7px;
}
/*
-------------------------------------------------------------- 
PRODUCT NAME STYLES
-------------------------------------------------------------- 
*/
.product-name-area {
	float: left;
	width: 100%;
}
.product-name-area h2 {
	font-size: 62px;
	text-transform: none;
}
.product-name-area h2 span.show_button {
	display: block;
	font-size: 20px;
	color: #555;
}
.left-area {
	display: block;
	text-align: center;
}
.left-tab {
	display: block;
	border: 1px solid #cfcfcf;
	padding: 17px 0 14px;
	background: #ffffff;
	margin-bottom: 20px;
}
.left-tab img {
	display: inline-block;
}
.left-area ul {
	list-style: none;
	text-align: left;
}
.left-area ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #cfcfcf;
	padding: 3px 8px 3px 7px;
	margin-right: 20px;
}
/*
-------------------------------------------------------------- 
PRODUCT SIDEBAR STYLES
-------------------------------------------------------------- 
*/
.side-tab {
	margin-bottom: 1px;
}
.product-sidebar .berocket_aapf_widget-title_div {
	float: left;
	width: 100%;
	background: #fff;
	padding: 25px 44px 25px 33px;
	border: 1px solid #efefef;
}
.product-sidebar h3 {
	font-size: 13px;
	font-family: 'Lato-Black';
	color: #515253;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.product-sidebar ul.berocket_aapf_widget.berocket_style_block {
	background: #f6f6f6;
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin-bottom: 0;
	float: left;
	padding: 28px 33px;
	margin-right: 0px;
}
.product-sidebar ul li {
	font-family: 'Lato-Black';
	font-size: 12px;
	color: #515255;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.product-sidebar ul li label {
	float: left;
	line-height: normal;
	padding-left: 0;
}
.product-sidebar ul li input[type="checkbox"] {
	visibility: hidden;
}
/* Base for label styling */

.product-sidebar [type="checkbox"]:not(:checked), .product-sidebar [type="checkbox"]:checked {
	position: absolute;
}
.product-sidebar [type="checkbox"]:not(:checked) + label, .product-sidebar [type="checkbox"]:checked + label {
	position: relative;
	cursor: pointer;
	width: 100%;
}
/* checkbox aspect */

.product-sidebar [type="checkbox"]:not(:checked) + label:before, .product-sidebar [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 11px !important;
	height: 11px !important;
	display: inline-block !important;
	border: 1px solid #dfdfdf !important;
	background: #fff !important;
	border-radius: 2px;
}
/* checked mark aspect */

.product-sidebar [type="checkbox"]:not(:checked) + label:after, .product-sidebar [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 2px;
	right: .2em;
	font-size: 10px;
	line-height: 0.8;
	color: #515255;
	transition: all .2s;
}
/* checked mark aspect changes */

.product-sidebar [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.product-sidebar [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */

.product-sidebar [type="checkbox"]:disabled:not(:checked) + label:before, .product-sidebar [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.product-sidebar [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.product-sidebar [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */

.product-sidebar [type="checkbox"]:checked:focus + label:before, .product-sidebar [type="checkbox"]:not(:checked):focus + label:before {
	border: 2px dotted blue;
}
/* hover style just for information */

.product-sidebar ul li label:hover:before {
	border: 2px solid #4778d9!important;
}
.product-sidebar .berocket_aapf_widget_show .fa.fa-angle-left {
	font-size: 13px;
	text-align: center;
	width: 100%;
	color: #515252;
}
.side-tab .show_button i.fa-angle-left:before {
	content: "\f067";
}
.side-tab .hide_button i.fa-angle-left:before {
	content: '';
	background: url(../images/minus-icon.gif);
	width: 3px;
	height: 11px;
	z-index: 1000000;
	display: inline-block;
}
.product-sidebar .berocket_aapf_widget_show {
	top: 29px;
	margin-top: 0;
	margin-right: 40px;
	width: 7px;
	height: 8px;
}
/*
-------------------------------------------------------------- 
RIGHT AREA STYLES
-------------------------------------------------------------- 
*/
.right-area {
	display: block;
}
.right-area .yellow-btn {
	display: inline-block;
	padding: 13px 33px 11px;
	margin-bottom: 10px;
}
.right-area .yellow-btn:hover, .right-area .yellow-btn:focus {
	text-decoration: none;
	color: #f1ca1c;
}
.right-area .yellow-btn:last-child {
	background: #333333;
	color: #f1ca1c;
	padding: 13px 36px 11px;
}
.right-area .yellow-btn:last-child:hover, .right-area .yellow-btn:last-child:focus {
	background: #f1ca1c;
	text-decoration: none;
	color: #333333;
}
/*
-------------------------------------------------------------- 
CUSTOMER TAB STYLES
-------------------------------------------------------------- 
*/
.customer-tab {
	display: block;
	margin-bottom: 20px;
}
.customer-tab ul {
	list-style: none;
	padding: 0;
}
.customer-tab ul li {
	display: inline-block;
	border-right: 1px solid #333333;
	font-family: 'Lato-Bold';
	font-size: 18px;
	color: #333333;
	padding: 0px 27px 0;
}
.customer-tab ul li:last-child {
	border-right: 0;
}
.customer-tab ul li a {
	color: #333333;
}
.customer-tab ul li a:hover, .customer-tab ul li a:focus {
	color: #f1ca1c;
 text-decoration:
}
.customer-icon {
	background: url(../images/customer-icon.png) no-repeat 0 0px !important;
}
.features-tab {
	display: block;
	padding-right: 22px;
}
.features-tab h6 {
    color: #333333;
    font-size: 20px;
    margin-top: 9px;
    font-family: 'Lato-bold';
}
.features-tab ul {
	list-style: none;
	margin-bottom: 22px;
}
.features-tab ul li {
	display: block;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #333333;
	padding: 9px 0 10px;
}
.features-tab ul li:last-child {
	border-bottom: 0;
}
.right-text-tab {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.right-text-tab h6 {
	font-size: 20px;
}
.right-text-tab a.yellow-btn {
	margin-top: 20px;
	text-transform: uppercase;
}
/*
-------------------------------------------------------------- 
TAB NAV STYLES
-------------------------------------------------------------- 
*/
.tab-nav {
	display: block;
	margin-bottom: 36px;
}
.tab-nav .nav-tabs > li {
	display: inline-block;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	background: #f3f3f3;
	margin: 0 !important;
}
.tab-nav .nav-tabs > li > a {
	display: inline-block;
	color: #333333;
	font-family: 'Lato-Bold';
	font-size: 16px;
	padding: 10px 38px;
	text-transform: uppercase;
}
.tab-nav .nav > li > a:hover, .tab-nav .nav > li > a:focus {
	color: #f1ca1c;
	border: 0;
}
.tab-nav .nav-tabs > li.active > a, .tab-nav .nav-tabs > li.active > a:hover, .tab-nav.nav-tabs > li.active > a:focus {
	color: #fff;
	border: 0;
	background: #f1ca1c;
	padding: 10px 38px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.tab-content {
	display: block;
	border: 1px solid #f5f5f5;
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #3e3e3e;
	padding-left: 25px;
	padding-top: 22px;
	padding-bottom: 25px;
	padding: 22px 0 23px 25px
}
.tab-content ul {
	list-style: none;
	padding: 0;
}
.tab-content ul li {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: #3e3e3e;
	line-height: 22px;
}
.inner-text {
	display: inline-block;
	width: 100%;
	min-height: 600px;
	padding-bottom: 50px;
}
.woocommerce .content-div div.product div.images .flex-control-thumbs {
	margin-top: 20px;
}
.woocommerce .content-div div.product div.images .flex-control-thumbs li {
	padding: 0px 6px;
}
.pdf-div {
	display: inline-block;
	width: 100%;
	background: url(../images/if_pdf_3745.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 12px;
}
.pdf-div a {
	font-size: 16px;
}
.history-img {
	display: block;
	text-align: center;
}
.history-img img {
	display: inline-block;
}
span.error {
	font-size: 14px;
	color: red;
}
/*
-------------------------------------------------------------- 
MODAL DIALOG STYLES
-------------------------------------------------------------- 
*/
.modal-dialog {
	top:30%;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top:0 !important;
}
.modal-dialog .gform_wrapper .top_label .gfield_label {
	display:none;
}
.modal-dialog .gform_wrapper li.gfield.gfield_error {
	background:none;
	border:0;
}
.modal-dialog .gform_wrapper div.validation_error {
	display:none;
    font-size: 0.9em;
	border-top: 1px solid #790000;
    border-bottom: 1px solid #790000;
}
.modal-content {
	text-align: center;
    padding: 20px 0px 45px;
}
.modal-content h4 {
	color: #f1ca1c;
    margin-bottom: 4px;
}
.modal-content .gform_wrapper {
	margin:0 0;
}
.modal-content .gform_wrapper .gform_body {
	width: inherit !important;
	display: inline-block;
	 vertical-align: top;
}
.modal-dialog .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 8px 12px;
	display: inline-block !important;
	vertical-align: top;
	width: 380px !important;
	height: 44px;
	background: #f1f1f1;
	border: 1px solid #000;
	font-family: 'Lato-Regular';
	font-size: 14px;
	outline: none;
}
.modal-dialog .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	vertical-align: bottom;
	height: 44px;
	width: 170px;
	font-family: 'Lato-Bold';
	border: 1px solid #f1ca1c;
	font-size: 15px;
	margin: 0 16px 5px 0;
	background: #f1ca1c;
}
.modal-dialog input[type=submit]:hover {
	background: #fff !important;
	color: #000;
	text-decoration: none;
}
.modal-dialog .ginput_container ginput_container_email {
	display: inline-block;
	margin: 0 !important;
}
.modal-dialog .gform_wrapper .gfield_required {
	display: none;
}
.modal-dialog .gform_wrapper .gform_footer {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
	clear: none !important;
	width: inherit !important;
}
.modal-dialog .gform_wrapper ul.gform_fields li.gfield {
	margin: 0 !important;
	padding: 0 0 0 16px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 50px !important;
    padding-left: 10px !important;
}
.select2-container--default .select2-selection--single {
    height: 50px !important;
    padding-top: 10px !important;
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border: 1px solid #c7c1c6 !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important; 
}
.woocommerce form .form-row textarea {
   padding-top: 12px;
}
.woocommerce form .form-row textarea::placeholder {
    color: #000;
}
.woocommerce form .form-row input.input-text::placeholder{
   color:#000 !important;s
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
/* I Pad Landscape */
@media only screen and (max-width:1024px) {
.header {
	min-height: 174px;
}
.logo img {
	width: 330px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 20px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-application-menu {
	margin-right: 16px;
}
.banner-area .nivo-caption {
	bottom: 0;
	font-size: 17px;
}
.banner-area .nivo-caption:before {
	width: 32%;
}
.banner-area .nivo-caption .border-btn {
	width: 100%;
	display: inline-block !important;
	font-size: 17px;
	padding: 6px 15px 5px;
	width: 100%;
	text-align: center;
}
.banner-area .nivo-caption big {
	font-size: 24px;
	margin-bottom: 15px;
}
.banner-caption-tab {
	font-size: 20px;
}
.banner-caption:before {
	right: 17px;
}
.time-area h2 {
	font-size: 40px;
}
.time-area .blue-btn {
	margin-left: 421px;
}
.main-tab h3 {
	font-size: 30px;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right {
	right: -25px;
}
.wpcs_product_carousel_slider .owl-item .caption .button {
	width: 100%;
	display: inline-block;
	padding: 5px 10px 4px;
}
.product-area h3 {
	font-size: 40px;
}
.recent-article-area {
	min-height: auto;
}
.recent-article-area h2 {
	font-size: 40px;
}
.recent-article-div {
	width: 350px;
	padding-top: 30px;
}
.recent-article-img {
	width: 271px;
}
.recent-article-tab {
	padding-top: 30px;
}
.subscribe-area .tnp-widget-minimal input.tnp-email {
	width: 70% !important;
}
.subscribe-area {
	font-size: 15px;
	min-height: auto;
	padding: 20px 0px 20px;
}
.subscribe-area .tnp-widget-minimal input.tnp-submit {
	width: 30%;
}
.subscribe-area h4 {
	font-size: 21px;
}
.footer-info {
	width: 12%;
	margin: 0 4.5% 58px 0;
}
.cop-right {
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
}
.footer-bottom-tab {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.yellow-btn {
	font-size: 15px;
	padding: 14px 9px 13px;
}
h2 {
	font-size: 30px;
}
.about-div h3 {
	line-height: 38px;
	margin-bottom: 0;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
.tool-heading-div h4 {
	line-height: 31px;
	margin-bottom: 7px;
}
h5 {
	font-size: 17px;
	line-height: 27px;
}
.tool-heading-div h5 {
	font-size: 17px;
}
.product-name-area h2 {
	font-size: 36px;
}
.right-area .yellow-btn {
	padding: 13px 28px 11px;
}
.right-area .yellow-btn:last-child {
	padding: 13px 22px 11px;
}
.customer-tab ul li {
	font-size: 17px;
	padding: 0px 13px 0 25px;
}
.related.products h2 {
	font-size: 40px;
}
.menu-yellow-btn {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 36%;
}
.menu-yellow-btn:hover, .menu-yellow-btn:focus {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 36%;
}
.tool-heading-div {
	padding: 30px 15px 0px 5%;
}
.heading-div h1 {
	margin-bottom: 0;
	font-size: 24px;
}
.subscribe-area .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 370px !important;
}
#mc_embed_signup .mc-field-group {
    width: 394px !important;
}
}
/* I Pad Potrait */
@media (max-width: 991px) {
.logo {
	margin-top: 12px;
	width: 100%;
	text-align: center;
}
.logo img {
	width: auto;
}
.header-right {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.header-top-div {
	margin-bottom: 0px;
}
.language-div .goog-te-combo {
	margin-bottom: 0px !important;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 15px;
	font-size: 13px;
}
.banner-left {
	width: 40%;
	padding-left: 4%;
}
.banner-area .nivo-caption .border-btn {
	font-size: 16px;
	padding: 5px 20px 4px;
	width: auto;
}
.banner-caption {
	width: 60%;
}
.banner-caption-tab {
	font-size: 17px;
}
.time-tab {
	font-size: 20px;
	padding-left: 0;
	text-shadow: 0px 1px 3px #e6e6e6;
}
.time-area h2 {
	font-size: 35px;
}
.time-area .blue-btn {
	margin-left: 320px;
	text-shadow: 0px 1px 3px #e6e6e6;
}
.main-tab h3 {
	font-size: 24px;
}
.chain-area img {
	height: 130px;
	object-fit: cover;
}
.chain-text h3 {
	font-size: 21px;
}
.product-area h3 {
	font-size: 31px;
}
.product-area .col-md-8.col-sm-8 {
	padding-right: 30px;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right {
	right: -23px;
}
.product-area .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left {
	left: -25px;
}
.time-area:after {
	width: 100%;
}
.recent-article-area {
	background: #f3f3f3 url(../images/recent-article-bg.jpg) no-repeat top center;
	background-size: contain;
}
.recent-article-div {
	width: 100%;
	background: none;
	padding: 30px 0px;
}
.recent-article-img {
	width: 100%;
}
.recent-article-tab {
	width: 100%;
	padding: 53px 0px 40px 15px;
	min-height: inherit;
}
.tnp-widget-minimal {
	margin: 20px 0;
}
.footer-info {
	width: 14%;
	margin: 0 2.5% 58px 0;
}
.footer h4 {
	font-size: 13px;
}
.product-sidebar {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}
.tool-heading-div h5 {
	display: none;
}
.woocommerce .content-div ul.products li.product, .woocommerce-page .content-div ul.products li.product {
	width: 46.5%;
}
.inner-banner img {
	min-height: 100px;
	object-fit: cover;
}
.product-name-area h2 {
	font-size: 29px;
}
.woocommerce .content-div .related ul.products li.product, .woocommerce-page .content-div .related ul.products li.product {
	width: 44%;
}
.related.products h2 {
	font-size: 35px;
}
.short-desc .col-md-4.col-sm-4 {
	width: 100%;
}
.short-desc .col-md-8.col-sm-8 {
	width: 100%;
}
.short-desc .features-tab h6 {
	margin-bottom: 0;
}
.short-desc .col-md-4.col-sm-4 p {
	display: none;
}
ul.products.list .inner-product-div h6 {
	font-size: 19px;
}
.home-contact-div {
	margin-bottom: 40px;
}
.home-contact-div .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}
.home-contact-div .gform_wrapper li.gfield.gfield_error, .home-contact-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	width: 100%;
}
.home-contact-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100%)!important;
}
.recent-article-div .textwidget {
	width: 100%;
}
.banner-area .nivo-caption:before {
	display: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-application-menu {
	margin-right: 0px;
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {
	clear: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-application-menu ul.mega-sub-menu {
	border-right: 0px;
}
.menu-yellow-btn {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 0px;
	display: inline;
	padding-left: 30px;
}
.menu-yellow-btn:hover, .menu-yellow-btn:focus {
	background: url(../images/yellow-btn-icon.png) no-repeat center left 0px;
}
.tool-heading-div {
	width: 50%;
	padding: 20px 15px 0px 5%;
}
.subscribe-area .gform_wrapper .gform_body {
    vertical-align: bottom;
    margin-top: 0;
}
.subscribe-area .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin-bottom: 0px;
}
.modal-dialog .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin: 0 16px -20px 0;
}
.subscribe-area .textwidget {
    text-align: center;
}
.subscribe-area h4 {
	text-align:center;
}
}
/* I Phone 6 Land Scape */
@media (max-width: 767px) {
.header {
	background: url(../images/header-mob-bg.jpg) no-repeat top center;
	background-size: cover;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 27px;
}
.about-div h3 {
	line-height: 32px;
	margin-bottom: 0;
}
h3 {
	font-size: 23px;
}
.logo {
	display: block;
	float: none;
}
.logo img {
	width: auto;
}
.main-nav {
	padding: 4px 0 4px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	border-bottom: 1px solid #333;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	border-bottom: 1px solid #333;
}
.banner-area .nivo-caption big {
	font-size: 21px;
	margin-bottom: 10px;
}
.banner-area .nivo-caption {
	font-size: 15px;
	line-height: 24px;
}
.main-tab h3 {
	font-size: 20px;
	padding: 20px 0 20px;
}
.chain-area img {
	height: inherit;
	display: block;
	margin: 0px auto 20px auto;
}
.product-area .col-md-4.col-sm-4 {
	padding-top: 0px;
}
.product-area .col-md-8.col-sm-8 {
	padding: 0px 40px;
}
.footer-info {
	width: 31%;
	margin: 0 1.5% 58px 0;
	min-height: 152px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding: 15px 5px 15px 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: url(../images/mega-sub-menu-mob-bg.gif) repeat-x bottom;
}
.menu-yellow-btn {
	background: #f1ca1c url(../images/yellow-btn-icon.png) no-repeat center left 10px;
	display: block;
	font-size: 18px;
}
.menu-yellow-btn:hover {
	background: #f1ca1c url(../images/yellow-btn-icon.png) no-repeat center left 10px;
}
.time-area h2 {
	font-size: 30px;
}
.news-tab img.alignleft, .news-tab img.alignright {
	display: none;
}
.main-tab {
	width: 100%;
	border-right: 0px;
}
.banner-area .nivo-caption .border-btn {
	font-size: 13px;
	padding: 5px 10px 4px;
}
.banner-caption {
	padding-right: 30px;
}
.banner-caption-tab {
	font-size: 15px;
}
.subscribe-area .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 20px;
}
.subscribe-area .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	margin-left:16px;
}
.modal-dialog {
    top: 20%;
}
.modal-content .gform_wrapper .gform_body {
    margin-bottom: 20px;
}
.modal-dialog .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin: 0 16px 0 16px;
}
#mc_embed_signup .mc-field-group {
    width: 357px !important;
}
.clear input {
	width:150px !important;
}
}
@media (max-width: 640px) {
.banner-left {
	padding: 40px 20px 0px 30px;
}
.banner-area .nivo-caption big {
	font-size: 18px;
}
.footer-top {
	text-align: center;
}
.f-logo {
	width: 100%;
	text-align: center;
	float: none;
	display: inline-block;
}
.footer-top .search-div {
	display: inline-block;
	float: none;
	margin-top: 0px;
	margin-bottom: 12px;
}
.tool-heading-div {
	width: 50%;
	padding: 30px 15px 0px 30px;
}
.heading-div h1 {
	font-size: 20px;
}
.tool-heading-div h4 {
	font-size: 19px;
}
.inner-text iframe {
	width: 100%;
}
.inner-text h2 {
	font-size: 24px;
}
}

/* Mobile Phone */
@media (max-width: 480px) {
.language-div {
	margin-left: 0px;
	margin-top: 15px;
}
.header-contact ul li {
	padding: 0 8px 0;
}
.register-div {
	display: block;
	margin-right: 0;
	margin-bottom: 14px;
}
.tool-heading-div h4 {
	line-height: 21px;
	margin-bottom: -8px;
}
.banner-area {
	min-height: inherit;
}
.banner-caption {
	display: none;
}
.banner-area img {
	height: 240px !important;
}
.banner-area .nivo-caption big {
	font-size: 20px;
	margin-bottom: 12px;
}
.banner-area .banner-left p {
	display: none;
}
.banner-area .nivo-caption .border-btn {
	font-size: 13px;
	padding: 5px 10px 4px;
}
.banner-area .nivo-caption {
	font-size: 15px;
	line-height: 25px;
}
.banner-left {
	width: 45%;
	padding: 50px 20px 0px 30px;
}
.time-area:after {
	display: none;
}
.padding-left {
	padding-left: 0px;
}
.time-area .blue-btn {
	margin-left: 0px;
	text-shadow: 0px 0px;
}
.time-area h2 {
	font-size: 25px;
}
.time-tab {
	font-size: 19px;
	text-shadow: 0px 0px;
}
.main-tab img {
	height: 176px;
}
.main-tab {
	width: 100%;
	margin-bottom: 2px;
}
.yellow-bar {
	font-size: 19px;
}
.yellow-bar h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.recent-article-area {
	background: #f3f3f3 url(../images/recent-article-bg.jpg) no-repeat top left;
}
.footer-bottom-tab ul li {
	padding: 0 6px 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
.tool-heading-div {
	width: 46%;
	padding: 20px 11px 0px 12px;
}
.woocommerce .content-div nav.woocommerce-pagination ul li {
	margin-left: 10px;
}
h4 {
	font-size: 19px;
}
.tool-heading-div h4 {
	line-height: 26px;
	font-size: 16px;
}
.woocommerce .content-div .related ul.products li.product, .woocommerce-page .content-div .related ul.products li.product {
	width: 48%;
}
.related.products h2 {
	font-size: 28px;
}
.product-name-area h2 {
	font-size: 23px;
}
.recent-article-div .textwidget {
	width: 100%;
}
#mc_embed_signup .mc-field-group {
    width: 277px !important;
}
}
@media (max-width:479px) {
h1 {
	font-size: 23px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 20px;
}
.product-name-area h2 {
	font-size: 21px;
}
.about-div h3 {
	line-height: 24px;
	margin-bottom: 0;
}
.header-contact ul li {
	margin-top: 0;
	display: block;
	background: none;
}
.language-div {
	margin-top: 5px;
}
.register-div {
	margin-top: -10px;
}
.banner-area .banner-left p {
	display: none;
}
.banner-area .nivo-caption big {
	font-size: 15px;
	margin-bottom: 10px;
}
.banner-area img {
	height: 150px !important;
}
.time-tab {
	font-size: 18px;
}
.yellow-bar h3 {
	font-size: 22px;
}
.yellow-bar {
	font-size: 18px;
}
.chain-text h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.product-area h3 {
	font-size: 27px;
}
.recent-article-div {
	padding: 70px 0px 20px;
}
.recent-article-area h2 {
	font-size: 30px;
}
.footer-info {
	width: 100%;
	min-height: inherit;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
}
.woocommerce .content-div ul.products li.product, .woocommerce-page .content-div ul.products li.product {
	width: 100%;
}
.content-div .gridlist-toggle {
	margin-bottom: 30px !important;
}
.tool-right-tab {
	padding: 22px 15px 50px;
}
h4 {
	font-size: 16px;
}
.tool-heading-div {
	width: 58%;
	padding: 20px 11px 0px 12px;
}
.tool-heading-div h4 {
	font-size: 14px;
	line-height: 20px;
}
.woocommerce .content-div nav.woocommerce-pagination ul li {
	margin-left: 2px;
	font-size: 11px;
	margin-bottom: 5px;
}
.woocommerce .content-div nav.woocommerce-pagination ul li a, .woocommerce .content-div nav.woocommerce-pagination ul li span {
	padding: 5px 7px;
}
.woocommerce .content-div nav.woocommerce-pagination {
	text-align: center;
}
.right-area .yellow-btn {
	width: 100%;
}
.customer-tab ul li {
	display: block;
	border: 0;
}
.features-tab ul {
	padding-left: 10px;
}
.tab-nav .nav-tabs > li.active > a, .tab-nav .nav-tabs > li.active > a:hover, .tab-nav.nav-tabs > li.active > a:focus {
	padding: 10px 24px;
}
.tab-nav .nav-tabs > li > a {
	font-size: 11px;
	padding: 10px 16px;
}
.yellow-bar.product-yellow-div h3 {
	font-size: 20px;
}
.related.products h2 {
	font-size: 26px;
}
.woocommerce .content-div .related ul.products li.product, .woocommerce-page .content-div .related ul.products li.product {
	width: 100%;
}
.list .inner-product-img {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.list .inner-product-div {
	width: 100%;
}
.banner-area .nivo-caption .border-btn {
	font-size: 11px;
	padding: 5px 10px 4px;
	line-height: normal;
}
.banner-left {
	width: 50%;
	padding: 15px 10px 0px 30px;
}
.menu-yellow-btn {
	font-size: 16px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-application-menu ul li {
	width: 24% !important;
}
.blue-btn {
	padding: 3px 20px 2px;
}
.history h3 {
	margin-top: 20px;
}
.product-area {
	padding: 0px 0 60px;
}
.inner-text h2 {
	font-size: 20px;
}
.footer {
	background-size: 100% 100%;
}
.subscribe-area {
	font-size:12px;
}
.clear {
	display:block;
	text-align:center;
}
}
