﻿/* 
Theme Name:Aamsco Child
Template: Aamsco
Version: 1.0 
Theme URI: http://www.pragermicrosystems.com/ 
Author: Prager Microsystems, Inc. 
Author URI: http://www.pragermicrosystems.com/ 
Description: Custom Website for Aamsco Lighting by Prager Microsystems. 
Tags: responsive, Aamsco */

@import url("fonts/fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

 body{
     -moz-font-smoothing: antialiased;
     -webkit-font-smoothing: antialiased;
     background: #fff;
     color: #444;
     font-family: 'Lato-Regular', sans-serif;
     font-size: 16px;
     -ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
     line-height: 24px;
     font-weight:normal; 
     -ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
}

#logo {
	float: left;
	margin: 10px 0 0;
}
#container, #footer-wrapper {
     max-width:1160px;
     margin: 0 auto;
	 box-sizing: border-box
}
#footer {
	max-width: 100%;
	background-color:#3F3F3F;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#EFB93D;
}
#header {
    border-bottom: 1px solid #134A8D;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
h1 {
    font-size: 40px;
    color: #3480DE;
    font-family: Lato-Black;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: uppercase;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:22px;
	color:#3480de;
}
h2,h3,h4,h5,h6{
     font-family: 'Lato-Bold', Sans-serif;
	 margin-top:0px;
	 margin-bottom:15px;
}
#content-full {
	margin-top: 0;
	margin-bottom: 0px;
}
body.full-width-layout #content-outer, body.default-layout #content-outer, body.full-width-no-box #content-outer {
	margin: 0 auto;
	max-width: 1160px;
}

#logo .sticky {
	display: none;
}

.bluetxt {
	color:#53ADE9;
}

.orangetxt {
	color:#EFB93D;
}
.graytxt {
	color:#444;
}
.blacktxt {
	color:#000;
}
.darkbluetxt {
	color:#225692;
}
.darkbluebg {
	background-color:#225692;
}
.whitetxt {
	color:#fff!important;
}
.uppercase {
	text-transform:uppercase;
}

#hslayer1 .btn-orange {
	transition: all 1.5s ease !important;
	-webkit-transition: all 1.5 ease !important;
	-moz-transition: all 1.5s ease !important;
}
/* .btn-orange, .contact-right .gform_button.button {
	background-image:none;
	background-color: #EFB93D;
	padding: 0 45px !important;
	height: 35px;
	line-height: 35px !important;
	float: left;
	color: #fff;
	font-size: 14px !important;
	text-transform:uppercase;
	box-sizing: border-box;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
} */
.btn-orange, .contact-right .gform_button.button {
	background-image:none;
	background-color: #EFB93D;
	padding: 0 45px !important;
	height: 35px;
	line-height: 35px !important;
	display: table;
	color: #fff;
	font-size: 14px !important;
	text-transform:uppercase;
	box-sizing: border-box;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
/* .btn-orange:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 35px;
	background: rgba(0,0,0,1);
	border-radius: 0px;
	transition: all 1s ease;
	color:#fff!important;
	z-index:9;
} */
.btn-orange:hover, #hslayer1 .btn-orange:hover {
	color: #FFF !important;
	background-color:#efae3d;
/* 	box-shadow: 0 0 0 3px rgba(255,255,255,0.5); */
}
.btn-yellow {
	background-image:none;
	background-color: #EFB93D;
	padding: 0 45px !important;
	height: 45px;
	line-height: 45px !important;
	display: -webkit-inline-box;
	color: #fff;
	font-size: 14px !important;
	text-transform:uppercase;
	box-sizing: border-box;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.btn-yellow:hover {
	color: #FFF !important;
	background-color:#efae3d;
}
/* Large Yellow Buttons */
.btn-yellow-lg {
    background-image: none;
    background-color: #EFB93D;
    padding: 12px 20px !important;
    display: -webkit-inline-box;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.btn-yellow-lg:hover {
	color: #FFF !important;
	background-color:#efae3d;
}

#footer-top1 .btn-orange:hover {
/* 	box-shadow: 0 0 0 3px rgba(0,0,0,0.5); */
}
/* .btn-orange:hover:before {
	width: 100%;
	color:#fff!important;
	z-index:9999;
} */

.oled {
    padding: 15px 45px!important;
	float: none!important;
}

.btn-blue {
	background-color: #1D4E83;
	text-transform:uppercase;
	padding: 0 45px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #fff;
	font-size: 14px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.btn-blue:hover {
	background-color: #164577;
	color: #fff;
/* 	box-shadow: 0 0 0 3px rgba(0,0,0,0.5); */
}



/* Slimmenu */
#header .main-menu {
	float: right;
}
 .menu-collapser {
     background: transparent;
     position: relative;
     color: #FFF;
     width: 100%;
     height: 53px;
     line-height: 53px;
     font-size: 16px;
     padding: 0 8px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
.collapse-button {
     background-color:#225692;
     color: #FFF;
     cursor: pointer;
     font-size: 14px;
     padding: 0;
     position: relative;
     right: 0;
     text-align: center;
     top: 0;
     width: 45px;
     transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -webkit-transition: all 0.3s ease-in;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     height: 45px;
     line-height: 45px;
     display: block;
     justify-content: center;
     align-content: center;
     align-items: center;	 
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
 .collapse-button::before {
     content: "\f0c9";
     font-family: fontawesome;
     font-size: 21px;
}
/*  .collapse-button:hover, .collapse-button:focus {
     background-image: none;
     color:#fff;
} */
.collapse-button:hover, .collapse-button:focus {
     background-image: none;
     color:#fff;
	background-color: #EFB93D;
}
 .collapse-button .icon-bar {
     display:none;
}
/*
.menu-item-4235 a {
    background-color: #007af4 !important;
    color: #fff !important;
}
.menu-item-4235 a:hover {
    background-color: #0066cc !important;
    color: #fff !important;
}
*/
 .site-nav {
     background-color: #000;
     float: left;
     margin: 0;
     position: relative;
     width: 100%;
}
 ul.slimmenu {
     height: auto;
     list-style-type: none;
     margin: 0;
     padding: 0;
     width: 100%;
     text-align: center;
}
 .slimmenu .sub-toggle {
     display: block;
}
 ul.slimmenu.collapsed, ul.topmenu.collapsed {
     margin: 0 auto !important;
     position: absolute;
     right: 0;
     top: 30px;
     width: 100%;
     z-index: 9999;
     left: 0;
     margin: auto;
}
 ul.slimmenu li {
     position: relative;
}
 ul.slimmenu > li {
     border: 0 none;
     float: none;
     margin: 0 -3px 0 0;
     display: inline-block;
}
ul.slimmenu li a {
	color: #444;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 13px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	z-index: 9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 ul.slimmenu li.current-menu-item a {
     color:#53ADE9;
}
 ul.slimmenu li a:hover, ul.slimmenu li:hover {
     color:#53ADE9;
     text-decoration: none;
}
 ul.slimmenu li .sub-toggle {
     cursor: pointer;
     height: 100%;
     position: absolute;
     right:0px;
     top: 10px;
}
.sub-menu a i {
    display: none;
}
 ul.slimmenu li .sub-toggle::before {
     color: #fff;
     content: "";
     display: none;
     font-family: fontawesome;
     font-size: 22px;
     height: 100%;
     margin-right: 0;
     position: absolute;
     right: 12px;
     top: 22%;
     vertical-align: middle;
     z-index: 99;
}
 .menu-collapser {
     font-family: inherit;
     height: 60px;
     line-height: 60px;
     padding: 0;
     position: relative;
     width: 50px;
}
 ul.slimmenu li .sub-toggle > i {
     display:block;
}
 ul.slimmenu ul li .sub-toggle::before {
     content: "\f0da";
     right: 20px;
}
 ul.slimmenu li ul {
     margin: 0;
     list-style-type: none;
}
 ul.slimmenu li ul li {
     background-color: transparent;
     color: #fff;
     right: 0;
     width: 100%;
}
#header ul.slimmenu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#header ul.slimmenu li ul li ul li a {
    padding: 0px 15px 0 15px;
    white-space: nowrap;
    color: #444;
    height: auto;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0;
    border-bottom: 1px solid #E2E2E2;
}
#header ul.slimmenu li ul li a:hover {
    background-color:#EFB93D!important;
	color:#fff;
}

#header ul.slimmenu li ul li a, #header.sticky ul.slimmenu li ul li a, #header.inner ul.slimmenu li ul li a {
	padding: 0px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
	height: auto;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 300;
	height: 40px;
	font-size: 14px;
	letter-spacing: 0;
	background-color: #fff;
	border-bottom:1px solid #E2E2E2;
}
#header ul.slimmenu li ul li a:hover, #header ul.slimmenu li ul li:hover > a, #header.sticky ul.slimmenu li ul li a:hover, #header ul.slimmenu li ul li:hover, #header.inner ul.slimmenu li ul li a:hover {
     color: #fff!important;
     background-color:#EFB93D!important;
}
#header ul.slimmenu li > ul {
	display: none;
	/* left: 0; */
	min-width: 18em;
	padding: 0px !important;
	position: absolute;
	/* left: 0; */
	top: 100%;
	z-index: 9999;
	margin-top: 0px !important;
	height: auto !important;
	width:100%;
}

#header ul.slimmenu li ul li.menu-item-has-children::after {
		position:absolute;
		color: #444;
		font-family: fontawesome;
		opacity: 1;
		font-size: 18px;
		z-index: 99999;
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		top: 2px;
		right:0;
		margin: auto;
		display: block;
}
ul.slimmenu li ul li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 7px;
	color: #444;
	display: inline;
	font-size: 20px;
	line-height: normal;
}
ul.slimmenu li ul li.has-submenu:hover .sub-toggle {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle i.fa::before {
	content: "\f105";
}
/* #header ul.slimmenu li ul li.menu-item-has-children::after {
		content: "\f0d7";
} */
#header ul.slimmenu li ul li.menu-item-has-children:hover::after {
		color: #FFF;
}




 ul.slimmenu.collapsed li.menu-item-has-children a {
     padding-right: 55px;
}
 ul.slimmenu.collapsed ul.sub-menu i {
     font-style: normal;
     padding-left: 10px;
     padding-right: 5px;
}
 ul.slimmenu li > ul > li ul {
     display: none;
     position: absolute;
     left: 100%;
     top: 0;
     z-index: 999;
     width: 100%;
}
 ul.slimmenu.collapsed li {
     display: block;
     width: 100%;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box 
}
 ul.slimmenu.collapsed li a {
     background-color: #225692;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     display: block;
     line-height: 45px;
     margin: 0;
     width: 100%;
     height: 45px;
     font-size: 15px;
	 color:#FFF;
	 text-transform:uppercase;
}
 ul.slimmenu li.menu-item-has-children a {
     padding-right: 13px;
}
 ul.slimmenu.collapsed li a:hover {
/*      color:rgba(255,255,255,0.7); */
     color:#fff;
	 background-color:#EFB93D;
}
/*  ul.slimmenu.collapsed li.current-menu-item > a {
     color:rgba(255,255,255,0.7);
} */
 ul.slimmenu.collapsed li.current-menu-item > a {
     color:#fff;
	 background-color:#EFB93D;
}
 ul.slimmenu.collapsed li a::after{
     content: '';
     display: none;
}
 ul.slimmenu.collapsed li a::after:hover{
     content: '';
     display: none;
}
 ul.slimmenu.collapsed li .sub-toggle {
     height: 40px;
     width: 50px;
     display: block;
}
 ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
     color: #fff;
     font-family: fontawesome;
     opacity: 1;
     font-size: 22px;
     z-index: 99999;
     width: 50px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     top: 0;
     margin: auto;
     display: block;
}
 ul.slimmenu.collapsed li .sub-toggle::after {
     content: "\f107";
}
ul.slimmenu li .sub-toggle {
    z-index: 9999;
    display: none;
}
 ul.slimmenu.collapsed li > ul {
     display: block;
     position: static;
}
 ul.slimmenu li a:hover {
     display: block;
}
 ul.slimmenu li:hover ul{
     display: block;
}

#logo .sticky {
	display: none;
}
.top-right {
	font-size: 11px;
	font-weight: 300;
	margin-top: 15px;
	padding-right: 10px;
}

.top-right a {
 font-size: 22px;
 font-family: lato-bold;
 color: #3480DE;
 display: inline-block;
 clear: both;
}
.top-right a:hover {
	color: #444;
	text-decoration:none;
}

#topbar {
	display: flow-root;
}
/* .hslider-content {
	float: right;
	width: 50%;
	display: block;
	background-color: blue;
	height: 500px;
	 position: relative; 
	top: -80px;
} */

#home-row2 .heading5, .heading5, #row2 .heading5 {
	font-size: 50px;
	font-family: lato-black;
	color: #3480DE;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#home-row2 .heading1, #row2 .heading1 , .heading1 {
	font-size: 65px;
	color: #3480DE;
	font-family: Lato-Black;
	margin-bottom: 5px;
	font-style: italic;
	text-transform: uppercase;
}

#home-row2 .home-row2-headings, #mirror-row2 .home-row2-headings, #row2 .home-row2-headings {
	padding-bottom: 15px;
	position:relative;
}
#home-row2 .home-row2-headings::after, .border-bottom:after,
#mirror-row2 .home-row2-headings::after,
#row2 .home-row2-headings::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #D9E0E6;
	left: 0;
	right: 0;
	text-align: center;
	width: 20%;
	margin: auto;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;	
}
#home-slider {
}
#home-row2-2 {
	margin-top: 30px;
}

.lighting-img img {
	margin: 0px;
}
.lighting-content {
	background-color: #225692;
	color: #fff;
}
.lighting-cols .box-overlay {
/* 	display: none; */
}
.lighting-content {
	background-color: #225692;
	color: #fff;
	padding: 25px;
}
.lighting-cols h3 {
 margin-bottom: 15px;
 text-transform: uppercase;
 font-family: lato-black;
 font-weight: normal;
 font-size: 26px;
 color:#fff;
}
.lighting-cols p {
	margin-top: 0px;
}

.bd-borange {
	position: relative;
	padding-bottom: 10px;
}

.bd-borange:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: #EFB93D;
	left: 0;
	right: 0;
	text-align: center;
	width: 35%;
	margin: auto;
	opacity:0;
}
.box-overlay, .mirror-innerbox, .custom-innerbox {
 position: relative;
}
/* .box-overlay::after, .mirror-overlay, .custom-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content:'';
	margin: auto;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;

}
.lighting-cols:hover .box-overlay::after,
.mirror-innerbox:hover .mirror-overlay,
.custom-innerbox:hover .custom-overlay {
     opacity:1;
     -moz-transform: translateY(0%);
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
} */
.box-overlay::after, .mirror-overlay::after, .custom-overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content:'';
	margin: auto;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;

}
/* .lighting-cols:hover .box-overlay::after,
.mirror-innerbox:hover .mirror-overlay,
.custom-innerbox:hover .custom-overlay {
     opacity:1;
     -moz-transform: translateY(0%);
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
} */
.lighting-cols:hover .box-overlay::after,
.mirror-innerbox:hover .mirror-overlay::after,
.custom-innerbox:hover .custom-overlay::after {
     opacity:1;
}

/* .mirror-btn, .custom-btn {
	opacity: 0;
	z-index: 99;
	position: absolute;
	top: 80%;
	width: 100%;
} */
.mirror-btn, .custom-btn {
    opacity: 0;
    z-index: 99;
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    right: 0;
    height: 250px;
    margin: auto;
    text-align: center;
}

.mirror-innerbox:hover .mirror-btn,
.custom-innerbox:hover .custom-btn {
	top: 50%;
	transition: all .4s ease-in;
}
.lighting-learn-more {
/* 	opacity: 0;
	z-index: 99;
	position: absolute;
	top: 0%;
	width: 100%; */
	opacity: 0;
    z-index: 99;
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    right: 0;
    height: 250px;
    margin: auto;
    text-align: center;
}
.solutions-learn-more {
    height: 0px!important;
}
.home .lighting-learn-more {
    top: 50%;
}

.lighting-cols:hover .lighting-learn-more, .lighting-cols:focus .lighting-learn-more{
	top: 25%;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.home-row2-2.solutions .lighting-cols:hover .lighting-learn-more, .home-row2-2.solutions .lighting-cols:focus .lighting-learn-more {
	top: 35%;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/* .custom-innerbox:hover .custom-btn {
	top: 50%;
	transition: all 2s ease-in;
} */
/* .lighting-learn-more a, .mirror-btn a, .custom-btn a{
	  -moz-transform: translateY(200px);
     -webkit-transform: translateY(200px);
     transform: translateY(200px);
} */

.lighting-cols:hover .lighting-learn-more, .lighting-cols:hover .bd-borange:after,
.mirror-innerbox:hover .mirror-btn, .mirror-innerbox:hover .bd-borange:after,
.custom-innerbox:hover .custom-btn, .custom-innerbox:hover .bd-borange:after  {
     opacity:1;
 
}

/* 	.lighting-cols:hover .lighting-learn-more a,
	.mirror-innerbox:hover .mirror-btn a,
	.custom-innerbox:hover .custom-btn a {
		  -moz-transform: translateY(120px);
		 -webkit-transform: translateY(120px);
		 transform: translateY(120px);
	}
 */
#home-row2 > .wpb_column, #mirror-row2 > .wpb_column, #row2 > .wpb_column {
	position: relative;
	z-index: 9;
}
.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title, .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
	display: none!important;
}
.tp-dottedoverlay.twoxtwo {
	background-image: url('../../../../../wp-content/uploads/2018/01/slider_over.png')!important;
	background-repeat:no-repeat!important;
	background-size:normal;
	background-position: 300% center !important;
	animation: slideright 3s infinite;
	-webkit-animation: slideright 3s infinite;
	-moz-animation: slideright 3s infinite;
}
@-webkit-keyframes slideright {
    from {right: 0px;}
    to {right: 100%;}
	 
}

@keyframes slideright {
    from {right: 0px;}
    to {right: 100%;}
}

/* #home-row2::after {
	height: 40%;	
}
#mirror-row2::after, #row2::after {
	height: 34%;	
} */ 
#home-row2::after, #mirror-row2::after, #row2::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background-image:url('../../../../../wp-content/uploads/2017/12/yellow_bar.jpg');
	background-size:cover;
	background-repeat:no-repeat;
/* 	background-color: #EFB93D; */
	z-index: 1;
	height:300px;
}
/*
.lighting-learn-more a {
	top: 0%;	
}
 .mirror-btn a, .custom-btn a {
	top: 50%;	
} */

/* .lighting-learn-more {
	position: relative;
	top: -140px; 
} */
.lighting-learn-more a, .mirror-btn a, .custom-btn a {
    text-align: center;
    float: none;
    margin: auto;
    display: table;
    color: #fff;
    border: 2px solid #EFB93D;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    width: 140px;
    padding: 0 20px;
    position: relative;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    z-index: 999;
}
.lighting-learn-more a:hover, .mirror-btn a:hover, .custom-btn a:hover {
	background-color:#EFB93D;
	border: 2px solid #EFB93D;
	opacity:1;
/* 	box-shadow: 0 0 0 3px rgba(255,255,255,0.5); */
}
.lighting-cols > .vc_column-inner .wpb_wrapper {
	overflow: hidden;
}
#content-blog {
		margin-bottom:40px;
}
#footer-row-2 {
	background-image: url('../../../../../../../wp-content/uploads/2017/12/footer_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
/* #about-row2 {
	background-image: url('../../../../../wp-content/uploads/2018/01/banner_aboutus.jpg');
	background-position: 75% center;
	background-repeat: no-repeat;
	background-size: cover;
} */
.home-row3-left .wpb_single_image, .home-row3-left .wpb_single_image img, .about-row3-left .wpb_single_image, .about-row3-left .wpb_single_image img {
	margin: 0px !important;
}
body.home #wrapper, #wrapper {
	margin: 0 auto 0px auto;
	padding-bottom: 0px;
}
.home-row3-right, .about-row2-right {
	padding-left: 30px !important;
	padding-right: 80px!important;
	box-sizing: border-box;
/* 	background-color: #F1F5F8; */
	color:#5B5C5E;
	padding-top: 70px !important;
	padding-bottom: 70px!important;
}

.home-row3-left {
/* 	background-image: url('../../../../../../../wp-content/uploads/2017/12/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat; */
}

/* .about-row2-left {
	background-image: url('../../../../../../../wp-content/uploads/2017/12/banner_aboutus.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} */
#footer-top1 {
	background-image: url('../../../../../../../wp-content/uploads/2018/01/banner.jpg');
	background-position: 82% center !important;
	background-size: cover;
	background-repeat: no-repeat;
}
#about-row2 {
    background-position: 75% center !important;
    background-image: url(../../uploads/2018/01/banner_aboutus.jpg?id=216);
    background-repeat: no-repeat;
    background-size: cover;
}
.vheading {
	font-family: lato-light;
	font-size: 35px;
	/* font-weight: 400; */
}
.home-row3-right, .about-row2-right  {
	width: 40%!important;
}
.home-row3-left, .about-row2-left {
	width: 60% !important;
}
/* .home-row3-right .wpb_wrapper {
	max-width: 60% !important;
} */
.home-row3-right p, .about-row2-right p {
	margin: 5px 0;
}
.home-row3-right strong, .about-row2-right strong {
	font-size: 18px;
}
.home-row3-right .btn.btn-orange, .about-row2-right .btn.btn-orange {
	margin-top: 10px;
}
.social-links {
	float: right;
	margin: -15px 0px 0 0;
	text-align: right;
}
.social-links li a {
 color: #fff;
 float: left;
 font-size: 30px;
 margin: 0 0px;
 text-align: center;
 padding: 0 10px;
}
.powered {
	text-align: left;
}
.footer-menu li a {
	border-left: 0;
	padding: 0 8px;
	font-size: 13fpx;
	text-transform: uppercase;
}
#footer .social-icons {
 text-align: right;
 padding-top: 30px;
 float: right;
}
.powered p {
	margin: 0;
}
#footer-bottom {
 float: left;
/*  width: 100%; */
	margin-right:0px;
 margin-bottom: 15px;
}
.ftmenu-row, .copyright-row {
	margin:0px;
}
.footer-menu {
 margin: 20px 0 10px;
 padding: 0;
}
.footer-left {
	margin: 0px;
	padding: 0;
}
/* .hslider-content {
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: pre-wrap;
} */
.hslider-content {
	word-wrap: break-word !important;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}
.stxt3 {
	word-wrap: break-word !important;
	white-space: normal !important;
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1.3 !important;
	padding-right: 50px !important;
}
.lighting-cols > .vc_column-inner {
	padding-left:20px!important;
	padding-right:20px!important;
}
.lighting-cols .vc_column-inner > .wpb_wrapper {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
}
.lighting-content {
	margin: 0px!important;
}
#home-row2-2 {
	margin-bottom: 50px !important;
	opacity: 1;
}
p:empty {
 display: none;
}
#about-row1 .wpb_revslider_element.wpb_content_element {
	margin-bottom: 0px !important;
}
.hesperiden.tparrows {
 background: rgba(255,255,255,0.3)!important;
 width: 50px!important;
 height: 50px!important;
}
.hesperiden.tparrows:hover {
 background: #3E7FD2!important;

}
.hesperiden.tparrows::before {
 color: rgba(255, 255, 255, 0.7);
 line-height: 50px!important;
}
.lighting-cols > .vc_column-inner .wpb_wrapper, .lighting-cols > .vc_column-inner .vc_single_image-wrapper {
 overflow: hidden;
 display: block;
}
#top-widget span.small-heading {
 display: block;
}
#footer .powered {
 text-align: left;
 font-size: 13px;
 line-height: 18px;
 color: #ccc;
}
#footer .powered a{
 color: #ccc;
}
#footer .powered a:hover{
 color: #fff;
}
.stxt1 {
	font-size: 25px !important;
	margin: 0 !important;
	text-transform: uppercase;
	padding: 0px !important;
}
.slider-heading2 {
	font-family: lato-regular;
	font-size: 46px !important;
	line-height:42px !important;
	font-weight: normal !important;
	margin: 0px !important;
	line-height: 43px !important;
}
#footer .social-icons {
	padding-top: 0px
}
#mirror-row2 {
	opacity: 1 !important;
}
.mirror-box, .custom-box {
	width: 33.33%;
	float: left;
	padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.mirror-innerbox, .custom-innerbox {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.7);
	overflow:hidden;
}
.mirror-img, .custom-img {
	position: relative;
}
/* .mirror-img img, .custom-img img {
	margin: 0px;
	min-height: 250px;
} */
.mirror-img img, .custom-img img {
	margin: 0px;
	min-height: 250px;
	height: 250px;
	width: 100%;
}
.mirror-content, .custom-content {
	background-color: #225692;
	color: #fff;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	height: 55px;
	display: table;
	width: 101%;
}
.mirror-content h3, .custom-content h3 {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
}

.mirror-content a, .custom-content a {
	color: #fff;
}
 .lighting-cols .box-overlay {
/* 	display: none; */
}/*
.lighting-content {
	background-color: #225692;
	color: #fff;
	padding: 25px;
}
.lighting-cols h3 {
 margin-bottom: 15px;
 text-transform: uppercase;
 font-family: lato-black;
 font-weight: normal;
 font-size: 26px;
}
.lighting-cols p {
	margin-top: 0px;
} */
.mirror-row2-innertxt, .row2-innertxt {
	width: 80%;
	float: none;
	clear: both;
	margin: 0 auto 30px;
	text-align: center;
	color: #747474;
	font-size: 16px;
}
.single-mirrors #wrapper, .single-bulbs #wrapper, .single-luminaires #wrapper, .single-custom #wrapper {
	position: relative;
	padding-bottom: 60px;
	/*background-color:#F1F5F8;*/
}
.single-mirrors #wrapper::after, .single-custom #wrapper::after,
.single-bulbs #wrapper::after, .single-luminaires #wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 32px;
	bottom: 0;
	background-image: url('../../../../../wp-content/uploads/2017/12/yellow_bar.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	/* background-color: #EFB93D; */
	z-index: 1;
	background-position: 100%;
}
.single-custom-inner #content, .single-bulbs-inner #content {
    position: relative;
    margin-top: 0;
}.custom-inner-row-1 .bluetxt.row2-headings {
    margin-bottom: 20px;
}
.custom-inner-row-1::after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    left: 0;
}
.custom-single-inner #content {
    margin-top: 0;
}
.custom-inner-btn {
    clear: both;
	margin:25px 0;
	display:table;
	width:100%;
}
.custom-inner-row-1 .custom-inner-right-col img {
    /*width: 100%;*/
    margin-top: 0;
}
.custom-inner-left-col h2.heading1 {
    font-size: 40px;
}
.custom-single-inner .custom-inner-row-2 {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.custom-inner-featured-img .vc_figure, .custom-inner-featured-img .vc_single_image-wrapper {
    display: block!important;
}
.custom-inner-featured-img .vc_figure .vc_single_image-wrapper img {
    width: 100%;
    margin: 0 auto;
}
.custom-inner-row-2-1 {
    margin-top: 0;
}
.title-404 {
    color: #3480DE;
    font-size: 26px;
    margin-top: 20px;
}
.custom-inner-row-1  a.btn-blue, .xls-btn {
    height: 50px;
    display: inline-block;
    float: none;
    line-height: 50px!important;
    font-size: 16px;
}
.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
    padding-right: 50px;
}
.custom-inner-row-2-1 .custom-txt h5.blue-heading {
    color: #53ADE9;
    font-style: italic;
    font-weight: normal;
}
.custom-inner-row-2-1 .custom-txt ul {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: square outside;
}
.custom-inner-row-2-1 .custom-txt ul li {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}
.custom-inner-row-2-1 .custom-txt p.note {
    color: #53ADE9;
    font-size: 14px;
    font-style: italic;
    padding-left: 30px;
    margin-top: 10px;
}
.custom-inner-row-1 .vc_column_container {
    z-index: 9;
    position: relative;
	padding-top:70px;
	padding-bottom:0;
}
.single-mirror-banner, .single-custom-banner, .single-bulbs-banner {
	height: 500px;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background-position: top center;
}
.footable {
    width: 100%;
    border-color: #313234;
}
.footable>thead>tr>th {
    text-align: left;
    color: #3D77B8;
    border-right: 0;
    border-color: #326398;
    background-color: #B2C4DA;
    border-left: 0;
    font-weight: normal;
	font-family:lato-bold, sans-serif;
}
table.footable tr.heading th, table.footable tr.heading td {
    background-color: #225690;
    color: #fff;
    border-color: #313234;
    font-size: 20px;
    font-weight: normal;
}
table.footable tr.heading td {
    font-size: 18px;
	text-align:center;
}
.footable>tbody>tr>td {
    text-align: left;
    border-right: 0;
    border-color: #313234;
	background-color:#fff;
    border-left: 0;
}
.single-mirror-img img, .single-custom-img img {
	width: 100%;
}
.smirrors, .custom-posts {
	padding-top:0px;
}
.mcontent .heading1 {
	margin-top: 40px;
	font-size: 54px;
	font-style: normal;
}
.mcontent {
	width: 55%;
	float: left;
}
.single-mirror-img, .single-custom-img {
	width: 45%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
}
.mcontent p {
	color: #626669;
	font-size: 17px;
	letter-spacing: .5px;
}
.mcontent .btn-blue.download-btn {
	height: 50px;
	line-height: 50px !important;
	font-size: 18px !important;
	margin-top: 25px;
}
.projects2-left-col, .projects4-right-col {
	position: absolute;
	width: 50%;
	height: 100%;
}
.projects4-right-col {
	right: 0;
}
.projects2-left-col {
	left: 0;
}
.projects2-right-col > .vc_column-inner > .wpb_wrapper,
.projects4-left-col > .vc_column-inner > .wpb_wrapper {
	width: 80.5%;
}
.projects2-right-col > .vc_column-inner > .wpb_wrapper {
	width: 80.5%;
	padding-left: 4px;
}
.projects2-left-col .vc_single_image-img,
.projects4-right-col .vc_single_image-img {
	margin: 0px !important;
	width: 100%!important;
}
.projects2-left-col .wpb_single_image .vc_figure,
.projects4-right-col .wpb_single_image .vc_figure {
	width: 100%!important;
}
.projects-cols > .vc_column-inner {
	padding: 0 35px !important;
}
.projects-img, .projects-innertxt {
	margin: 0px !important;
}
.projects-img img, .projects2-left-col img, .projects4-right-col img {
	margin: 0px !important;
}
.projects2-left-col > .vc_column-inner,
.projects4-right-col > .vc_column-inner {
	padding: 0px !important;
/* 	display: contents !important; */
}
.projects-innertxt p {
	margin: 0px;
	text-transform:uppercase;
}
.projects-innertxt {
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 33px;
}
.projects2-right-col > .vc_column-inner,
.projects4-left-col > .vc_column-inner {
	padding-top: 35px !important;
}
.projects2-right-col .wpb_single_image .wpb_wrapper,
.projects2-right-col .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
.projects2-right-col .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img.,
.projects4-left-col .wpb_single_image .wpb_wrapper,
.projects4-left-col .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
.projects4-left-col .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
	width: 100% !important;
}
.projects2-right-col .wpb_single_image .vc_figure,
.projects2-right-col .wpb_single_image .vc_single_image-wrapper,
.projects2-right-col .wpb_single_image .vc_single_image-wrapper img {
	width: 100% !important;
}
.projects2-left-col .wpb_single_image .vc_single_image-wrapper,
.projects4-right-col .wpb_single_image .vc_single_image-wrapper {
	display: ruby;
}
.projects4-left-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 19%;
}
.smallblacktxt {
	font-family: lato-bold;
	font-size: 25px;
}
.smallbluetxt {
	font-size: 19px;
	font-style: italic;
	color: #3480DE;
	padding: 4px 0 0px;
}
.smallgraytxt {
	font-size: 14px;
	color: #747474;
}

.yellow-bottom {
	background-image: url('../../../../../wp-content/uploads/2017/12/yellow_bar.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
}
.projects-img img {
	max-height: 304px;
}
#projects1, #projects2, #projects3, #projects4 {
	overflow-x: hidden;

}
.postbox_inner label {
	float: left;
}

.postbox_inner input[type="text"] {
	width: 90%;
	float: right;
}
#about-row1 .about-left-col {
background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #3E79D9),
	color-stop(0.68, #54BDF6)
);
background-image: -o-linear-gradient(right, #3E79D9 0%, #54BDF6 68%);
background-image: -moz-linear-gradient(right, #3E79D9 0%, #54BDF6 68%);
background-image: -webkit-linear-gradient(right, #3E79D9 0%, #54BDF6 68%);
background-image: -ms-linear-gradient(right, #3E79D9 0%, #54BDF6 68%);
background-image: linear-gradient(to right, #3E79D9 0%, #54BDF6 68%);
}
.right-col-img, .right-col-img img {
	margin: 0px !important;
}
.about-innertxt {
	width: 75%;
	margin: 0 auto;
	float: right;
	padding: 60px 25px;
	color: #fff;
	
}
.about-innertxt h4 {
	margin: 0;
	text-transform:uppercase;
    margin-bottom: 20px;
}
/* .about-right-col > .vc_column-inner > .wpb_wrapper, .right-col-img, .right-col-img > .wpb_wrapper, .right-col-img .vc_single_image-wrapper, .right-col-img img {
	height: 100% !important;
} */	
.about-right-col > .vc_column-inner {
	background-position: 100% !important;
}
#contact-row2 {
background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #FFFFFF),
	color-stop(0.5, #f1f1f1)
);
background-image: -o-linear-gradient(right, #FFFFFF 0%, #FFFFFF 50%, #f1f1f1 50%, #f1f1f1 100%);
background-image: -moz-linear-gradient(right, #FFFFFF 0%, #FFFFFF 50%, #f1f1f1 50%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(right, #FFFFFF 0%,#FFFFFF 50%, #f1f1f1 50%, #f1f1f1 100%);
background-image: -ms-linear-gradient(right, #FFFFFF 0%,#FFFFFF 50%, #f1f1f1 50%, #f1f1f1 100%);
background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #f1f1f1 50%, #f1f1f1 100%);	
}
#contact-row1 .vc_column-inner {
	width: 70%;
	margin: 0 auto;
}
.contact-right .gfield_label {
	/*display: none !important;*/
}
.contact-right #field_1_15 .gfield_label,
.contact-right #field_1_16 .gfield_label,
.contact-right #field_1_17 .gfield_label
.contact-right #field_1_19 .gfield_label {
	display: block !important;
}
.heading4 {
	font-size: 18px;
}
.contact-address, .contact-phones {
	float: left;
	width: 50%;
}
#contact-row2 .list1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
#contact-row2 .list1 li {
	padding-bottom: 5px;
}
#contact-row2 .list1 a {
	color:#444;
}
#contact-row2 .list1 a:hover {
	color:#3480DE;
	
}
.wpb_gmaps_widget {
	clear: both;
	margin-bottom: 20px;
}
#contact-row2 .wpb_gmaps_widget .wpb_map_wraper iframe {
	border: 1px solid #B4B3AE !important;
}
.contact-information {
	clear: both;
	float: left;
	width: 100%;
}
.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"],
.contact-right select,
.contact-right textarea {
	border: none;
	box-shadow: none;
	font-size: 13px !important;
	color: #444;
	padding: 15px !important;
	font-weight: 600;
}
.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"],
.contact-right select {
	height: 45px;
	line-height: 45px;
}
.contact-right select {
	-moz-appearance: none;
	position: relative;
	background-image: url('../../../../../wp-content/uploads/2018/01/arrow-down.png');
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 20px;
}
.contact-right .gform_wrapper textarea.large {
	height: 150px;
}
.contact-right .gform_wrapper select option {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.half {
	width: 50%;
	float: left;
	display: inline-block;
	clear: none !important;
}
.full {
	clear: both !important;
	float: left;
	width: 100%;
}
.contact-right .gfield_label, .contact-right #field_1_16 {
	font-size: 14px !important;
	color: #333;
	font-weight:600;
}
.contact-right #field_1_17 label
.contact-right #field_1_19 label {
	font-weight:300 !important;
}
.contact-right .gfield_required {
	display: none;
}
.contact-right .gfield_radio li {
	/* width: 33.3%; */
	float: left;
	display: table;
}
.contact-right .gform_wrapper .gfield_radio li label {
	/* line-height: 20px; */
	font-size: 14px;
	font-weight: 300 !important;
	display: table-cell;
	padding: 0 15px 0 5px;
}
.contact-right #field_1_15 {
	margin: 30px 0 10px;
}
.contact-right .gform_button.button {
	box-shadow: none;
	line-height: 30px !important;
	font-weight: 300;
	letter-spacing: 1px;
}
.contact-right .gform_button.button:hover {
	background-color:#efae3d;
}
#about-mobile-row {
	display:none;
}
body.luminaires-template-full-width-page #wrapper {
    background-color: #fff;
    padding: 0;
}
body.luminaires-template-full-width-page #wrapper::after {
    display:none;
}
#wrapper {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
/* 	margin:112px auto 0px auto; */
	margin: 145px auto 0px auto;
	padding:0px;
}

.widget-wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 0 20px;
    padding: 0 20px;
}
#searchform {
    position: relative;
}
#widgets #searchform input[type="text"] {
    border: 1px solid #323232;
    box-shadow: none;
    width: 100%;
    max-width: 300px;
    padding-left: 35px;
    font-family: inherit;
}
#searchform input[type="text"] {
    border: 1px solid #323232;
    box-shadow: none;
    padding-left: 35px;
    font-family: inherit;
}
#searchform #searchsubmit {
    position: absolute;
    top: -2px;
    height: 34px;
    width: 34px;
    background: transparent;
    border: none;
    left: 3px;
    color: #505050;
}
.widget-title h3, .widget-title-home h3 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 10px 0px;
    text-align: left;
}
#widgets ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
#widgets ul a {
    color: #3480DE;
    font-size: 14px;
}
#widgets ul a:hover {
    color: #444;
}
#widgets .sidebar-social-links ul li a {
    color: #444;
    float: left;
    font-size: 25px;
    margin: 0 0px;
    text-align: center;
    padding: 0 20px 0 0;
}

#widgets .sidebar-social-links ul li a:hover {
	color:#3480DE;
}
#widgets ul.social-icons {
    padding: 0px;
}
#widgets .widget_archive .screen-reader-text {
    color: #3480DE;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    padding: 6px 15px;
    left: 0;
    position: relative !important;
    float: left;
}
.widget_archive select {
    float: left;
    margin-left: 0px;
    width: 130px;
    height: 35px;
    border: 1px solid #444;
    box-shadow: none;
    border-radius: 0px;
	font-size: 14px;
	padding-left:10px;
}
/* .widget_archive select::-ms-expand {
    display: none;
} */
/* .widget_archive select {
	position:relative;
     -moz-appearance: none;
     -webkit-appearance:none;
} */
.widget_archive select {
      -webkit-appearance: none;        /*Removes default chrome and safari style*/
      -moz-appearance: none;          /* Removes Default Firefox style*/
      background: url('../../../../../wp-content/uploads/2018/02/arrowdown-1.png') no-repeat;         /*Adds background-image*/
      background-position: 97% center;                /*Position of the background-image*/
      width: 150px;                /*Width of select dropdown to give space for arrow image*/
}
#content-blog .read-more, .search-main-page .read-more, .archive .read-more {
	display:none;
}	
#content-blog .blog-read-more a,
.search-main-page .blog-read-more a,
.archive .blog-read-more a {
	background-color: #1D4E83;
	text-transform:uppercase;
	padding: 0 45px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	font-size: 14px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
#content-blog .blog-read-more a:hover, .search-main-page .blog-read-more a:hover,
.archive .blog-read-more a:hover {
	background-color: #EFB93D;
	color: #fff;
/* 	box-shadow: 0 0 0 3px rgba(0,0,0,0.5); */
}
#content-blog h2.entry-title.post-title,
.blog-single-page h2.entry-title.post-title,
.search-main-page h2.entry-title.post-title,
.search-single-page h2.entry-title.post-title,
.archive h2.entry-title.post-title  {
    margin-bottom: 0px;
}
.single.single-post h1.entry-title.post-title {
	margin-top: 0;
	margin-bottom: 0;
}
.single.single-post h1.entry-title.post-title a {
	font-weight: 400;
	font-family: Lato-Bold;
	font-style: normal;
	text-transform: none;
}
#content-blog h2.entry-title.post-title a,
.single.single-post .entry-title.post-title,
.search-main-page h2.entry-title.post-title a,
.search-main-page .entry-title.post-title,
.archive h2.entry-title.post-title a,
.archive .entry-title.post-title {
    font-size: 29px;
    color: #3480DE;
}
#content-blog h2.entry-title.post-title a:hover,
.search-main-page h2.entry-title.post-title a:hover,
.archive h2.entry-title.post-title a:hover {
    color: #444;
}
.posts-meta {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-style: italic;
}
.single-blog-img img {
	margin: 0 0 15px;
	width: auto;
}
.posts-cat a {
	text-decoration:underline;
}
.posts-cat a:hover {
	color:#444;
	text-decoration:underline;
}
.blog-single-page h2, .blog-single-page h3, .blog-single-page h4, .blog-single-page h5 {
    color: #53ADE9;
    font-weight: normal;
}
.blog-single-page h2 {
    font-size: 26px;
}
.blog-single-page h3 {
    font-size: 22px;
}
.blog-single-page h4 {
    font-size: 18px;
}
.blog-single-page h5{
    font-size: 16px;
}
.blog-headerbg {
    background-image: url(../../../../../wp-content/uploads/2018/01/blue_bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto;
    float: left;
    width: 100%;
}
.blog-headerbg h4, .blog-headerbg h1 {
	color: #fff;
	padding-top: 175px;
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	padding-bottom: 50px;
	font-family: Lato-Bold;
	font-style: normal;
}
.blog-img {
    float: left;
    width: 40%;
	margin-right:20px;
}
.blog-img img {
    margin: 0px;
    height: 200px;
}
.blog-inner {
    float: left;
    width: 57%;
	font-size: 15px;
}
.blog-inner p {
	margin-top:0;
}

#content-blog .post-data, #content-blog .post-data a,
.search-main-page .post-data,
.search-main-page .post-data a,
.archive .post-data,
.archive .post-data a {
    padding-top: 10px;
    color: #3480DE;
    font-weight: normal;
}
.blog-single-page .post-data, .blog-single-page .post-data a, .archive .post-data a {
    padding-top: 0px;
    color: #3480DE;
    font-weight: normal;
	font-size:14px;
	font-style:italic;
}
#content-blog .post-data a:hover, .search-main-page .post-data a:hover,
.blog-single-page .post-data a:hover,
.archive .post-data a:hover {
    color: #444;
}
#content-blog .post {
	padding-bottom: 40px;
	z-index: 99;
	position: relative;
	/* height: 300px; */
	padding-top: 30px;
	float: left;
	width: 100%;
}
#content-blog .post.pbg-color {
    /*background-color: #F1F5F8;*/
    width: 150%;
    margin-left: -18%;
    padding-left: 18%;
    padding-right: 18%;
}
#content-blog .post:first-child,
.search-main-page .post:first-child,
.archive .post:first-child {
	padding-top:0px;
}
.search-main-page .blog-img img,
.archive .blog-img img {
    height: 180px;
}
/* .page-template-blog-excerpt #wrapper {
  background-image: 
    repeating-linear-gradient(       
		#ffffff,
		#ffffff 370px,
		#F1F5F8 360px,
		#F1F5F8 720px     
	)
}
.search-results #wrapper, .archive.category  #wrapper {
  background-image: 
    repeating-linear-gradient(       
		#ffffff,
		#ffffff 390px,
		#F1F5F8 360px,
		#F1F5F8 720px     
	)
} 
.single-blog-inner img {
    width: 100%;
    float: left;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}*/
.single-blog-inner a {
    text-decoration: underline;

}
.single-blog-inner a:hover{
    text-decoration: none;
}

.blog-single-nav {

    background-color: #F1F5F8;
    width: 100%;
    float: left;
    height: 90px;
    margin: 0;
    overflow: hidden;

}
.single-post #wrapper, .archive.date #wrapper {
    overflow-x: hidden;
	padding:0px;
}
h5.blue-heading {
	color: #53ADE9;
	text-transform:uppercase;
	font-weight: normal;
}
h5.project-pics-heading {
    font-size: 16px;
}
.blog-img img {
	position: relative;
	z-index: 9999;
	margin: auto;
}
.blog-img a {
	text-align: center;
	position: relative;
	z-index: 99;
	display: block;
	background-color: #f5f5f5;
	padding: 0px;
	box-sizing: border-box;
}
.single-blog-img a {
	text-align: center;
	position: relative;
	z-index: 99;
	display: block;
	background-color: #f5f5f5;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.blog-img img, .single-blog-img img {
	position: relative;
	z-index: 9999;
	margin: auto;
}
.navigation {
    color: #3480DE;
    font-size: 18px;
    width: 65%;
    padding: 0;
	clear:both;
}
.navigation .previous:empty {
	display: none;
}
.navigation .next:empty {
	display: none;
}
.navigation a {
    color: #3480DE;
    font-family: Lato-bold;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    line-height: normal;
}

.navigation a:hover {
	color:#444
}
.navigation .previous, .navigation .next {
    padding-top: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 1.2em;
    float: none;
    position: relative;
    width: 49%;
}
.navigation .previous::after {
    content: "";
    border-right: 2px solid #3480DE;
    top: 0px;
    bottom: 0;
    height: 40px;
    width: 2px;
    position: absolute;
    right: 10px;
}
.navigation span {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    left: auto;
    top: -4px;
}
.navigation .next span {
    left: auto;
	right:auto;
}
.title-search-results, .title-archive {
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.title-search-results span, .archive .title-archive span {
    text-transform: capitalize;
    color: #3480DE;
}
.blog-page .navigation .previous, .blog-page .navigation .next {
    width: auto;
}
.blog-page .navigation .previous {
    padding-right: 20px;
}
.blog-page .navigation a {
    padding-top: 10px;
}
.blog-single-nav.blog-page {
    background-color: #fff;
}
#wrapper {
    overflow-x: hidden;
}
#footer-top1 p {
    padding: 0;
}
.sol-inner-page.row-2-inner h3 {
    text-transform: uppercase;
}
.mobile-nav{
	display:none;
}
.wpb_text_column.learn-box {
    border: 7px solid #3480DE;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    /*max-width: 80%;*/
}
.wpb_text_column.learn-box h3 {
    color: #3480DE;
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpb_text_column.learn-box ul {
    list-style: square;
    color: #444;
}
.wpb_text_column.learn-box ul li a {
    color: #444;
}
.wpb_text_column.learn-box ul li a:hover {
    color: #111;
	text-decoration:underline;
}

p{
    margin-top:0;
    margin-bottom:0;
	padding-bottom:20px;
}
p:last-child{
	padding-bottom:0px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 20px;
    max-width: 100%;
}
.gallery .gallery-item img {
    margin: 0;
    width: 100%;
}
#custom-post-header {
    position: relative;
    height: 300px;
    top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.custom-italic-txt {
    font-size: 14px;
    font-style: italic;
}
.custom-list1 {
    list-style: square;
    margin: 0;
        margin-bottom: 0px;
    padding-left: 25px;
}
.custom-list1 {
    list-style: square;
    padding-left: 25px;
}
.custom-list1 li {
    padding-bottom: 10px;
}
.custom-3cols .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 15px !important;
}
.custom-3cols img {
    margin: 0px !important;
}
.custom-cols5-row .vc_col-sm-2 {
    width: 20%;
}
.railways-imgs-rows {
    text-align:center;
}
.railways-imgs-rows .wpb_single_image {
    margin: 0px;
}
.railway-headigns {
    margin-bottom: 5px;
    font-size: 16px;
}
.railways-imgs-rows .smalltxt {
    font-size: 14px;
}
.single-mirrors-inner .custom-inner-right-col img {
    /*height: 400px;*/
}
.mirrors-spectrum-cols .wpb_single_image img {
	height: 360px;
}
.ms-cols {
    position: relative;
	margin-bottom: 17px;
}
.ms-cols .wpb_single_image, .ms-cols .wpb_single_image img {
    margin:0px;
}

.ms-cols .wpb_single_image .vc_figure, 
.ms-cols .wpb_single_image,.ms-cols .wpb_single_image .vc_single_image-wrapper, .ms-cols .wpb_single_image img {
    width:100%;
}
.ms-cols .wpb_text_column.wpb_content_element.ms-innertxt {
	position: relative;
	bottom: 60px;
	width: 100%;
	margin-bottom: -60px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	padding: 7px 0;
}
.ms-cols .ms-headigns {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 18px;
}
.ms-cols .ms-innertxt .ms-innertxt a {
    color: #fff;
    font-size: 13px;
}
.ms-cols .ms-innertxt .ms-innertxt a:hover {
	text-decoration:underline;
}
/* .wpb_text_column.wpb_content_element.ms-innertxt .wpb_wrapper {
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
} */

.note {
	color: #53ADE9;
	font-style: italic;
	font-size: 13px;
}
.note2 {
    font-style: italic;
    line-height: 26px;
    letter-spacing: .5px;
    color: #ffffff;
    background-color: #134a8d;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.table-smalltxt {
	display: block;
	font-size: 14px;
	font-style: italic;
}
.unlist {
	list-style:none;
	padding:0;
}
.architectura-row .ms-cols .wpb_text_column.wpb_content_element.ms-innertxt {
	bottom: 32px;
	margin-bottom: -34px;

}
.lum-alinea-led {
	border-bottom:1px solid #313234;
}

#footer-new-1 .wpb_single_image .vc_figure, #footer-new-1 .wpb_single_image .vc_single_image-wrapper,
#footer-new-home-2 .wpb_single_image .vc_figure, #footer-new-home-2 .wpb_single_image .vc_single_image-wrapper {
	display: block;
}

#footer-new-1 .wpb_single_image img, #footer-new-home-2 .wpb_single_image img {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

#footer-new-1 .footer-new_col-1 {
	width: 25% !important;
	padding-left: 10px!important;
}

#footer-new-1 .footer-new_col-2 {
	width: 45% !important;
}

#footer-new-1 .footer-new_col-3 {
	width: 30% !important;
	padding-right: 10px!important;
}


#footer-new-1 {
	padding-top: 0px !important;
	background-image: url(/wp-content/uploads/featured-video-bg-4.jpg?id=25847) !important;
	background-position: 45% 100% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

#footer-new-1 .mobile-show, #footer-new-home-2 .mobile-show{
	display:none;
}

#footer-new-1 .footer-new_col-1 .wpb_single_image {
	margin-bottom: 0 !important;
}

#footer-new-1 .vc_column-inner .footer-new_col-1 .vc_column-inner, #footer-new-1 .vc_column-inner .footer-new_col-3 .vc_column-inner {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

#footer-new-1 .footer-new-col-1-txt {
	margin-top: -55px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-bottom: 0 !important;
	left: 0;
	right: 0;
}

#footer-new-1 .footer-new-col-1-txt a.btn {
	float: none;
	display: table;
	margin: auto;
}


a.btn.btn-shadow {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
	border: 2px solid #fff;
	padding: 0 20px !important;
}

#footer-new-1 .vc_column-inner {
	padding-top: 0!important;
}

.icon.inline.external {
	font-weight:normal;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: fontawesome;
	font-size: 12px;
}

.icon.inline.external::before {
	content: "\f08e";
}

#footer-new-home-2 .footer-new_col-1 {
	width: 47% !important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	
}


#footer-new-home-2 .footer-new_col-2 {
	width: 20% !important;
}

#footer-new-home-2 .footer-new_col-3 {
	width: 33% !important;
	padding-right: 10px!important;
}
.footer-home-bottom {
	clear: both;
}
#footer-new-home-2 {
	background-image: url('https://www.aamsco.com/wp-content/uploads/aamsco-lightly-technologies-led-banner-full.jpg')!important;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	padding-bottom: 40px!important;
}

#footer-new-home-2 .footer-new_col-1 .vc_column-inner {
	padding-top:0px !important;
}

#footer-new-home-2 .footer-new_col-1 .vheading, #footer-new-home-2 .footer-new_col-1 p {
	color: #656565;
}
#footer-new-home-2 .footer-new_col-1 p {
	font-size:14px;
	line-height:1.4;
}

.home .footer-top #footer-row-2 .vc_empty_space {
	height: 30px !important;
}

.lighting-cols.come-in:nth-of-type(2)  > .vc_column-inner  {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
 }
.lighting-cols.come-in:nth-of-type(3)  > .vc_column-inner  {
    -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
 } 

.lighting-cols.come-in  > .vc_column-inner {
/*  	animation: 1s ease 0s 1 slideInFromDown; */
 	animation: slideInFromDown 500ms ease forwards;
	transform: translateY(50px);
}

#bulbs-row > .custom-box.come-in:nth-of-type(2)  > .custom-innerbox {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#bulbs-row > .custom-box.come-in:nth-of-type(3)  > .custom-innerbox  {
    -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
} 
#bulbs-row > .custom-box.come-in:nth-of-type(4)  > .custom-innerbox {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
#bulbs-row > .custom-box.come-in:nth-of-type(5)  > .custom-innerbox  {
    -webkit-animation-delay: 1s;
     animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
} 
#bulbs-row > .custom-box.come-in:nth-of-type(6)  > .custom-innerbox {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
#bulbs-row > .custom-box.come-in  > .custom-innerbox {
 	animation: slideInFromDown 500ms ease forwards;
	transform: translateY(50px);
}

@keyframes slideInFromDown {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slideInFromDown {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shop-headerbg {
	background-color: #134A8D;
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	color: #fff;
	margin-top: 140px;
}
.shop-headerbg p {
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
}
.shop-headerbg small {
/*	padding-top: 25px;
	padding-bottom: 28px;  */
	font-size: 13px;
	text-transform: uppercase;
}

.archive #content-woocommerce nav.woocommerce-breadcrumb{
	display: none;
}
.archive #content-woocommerce header h1 {
	margin-top: 0;
	font-size: 30px;
	line-height: 40px;
}
#content-woocommerce {
	margin-right: 0px;
	margin-top: 20px;
}
#widgets.product-sidebar {
	margin-top: 20px;
}
#content-woocommerce .gridlist-toggle {
	display: inline-block;
	clear: none;
	float: right;
	margin: 0 0 0 20px !important;
	padding: 0 !important;
	border: 1px solid #ccc;
	height: 35px;
	line-height: 35px!important;
}
.product-sidebar .cat-item.cat-item-59 {
	display: none;
}
.product-sidebar .woocommerce.widget_product_categories,
.product-sidebar .widget-wrapper.widget_nav_menu,
#widgets.product-sidebar ul.product-categories,
#widgets.product-sidebar ul.menu-widget {
	padding: 0;
}

#widgets.product-sidebar .widget-title h3 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#widgets.product-sidebar ul.product-categories li a, #widgets.product-sidebar .widget-title h3 {
	color: #444;
	font-size: 20px;
	font-family:'Lato-Regular';
}
#widgets.product-sidebar ul.menu-widget li a {
	color: #444;
	font-size: 16px;
	font-family:'Lato-Regular';
}
#widgets.product-sidebar ul.product-categories li a:hover,
#widgets.product-sidebar ul.menu-widget li a:hover {
	color: #444;
	text-decoration:underline;
}
#widgets.product-sidebar ul.product-categories li {
	padding-bottom:5px;
}
.shop-main .woocommerce-product-details__short-description {
	display: none;
}
.woocommerce ul.products li.product .proudct-shipping {
	display: none!important;
} 
.woocommerce .shop-main ul.products li.product {
	border: 1px solid #ccc;
	margin-right: 30px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.woocommerce .shop-main ul.products li.product:nth-child(3n+3) {
	margin-right: 0px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30.9%;
}
.woocommerce ul.products li.product .product_wrapper {
	padding: 0 5px;
	/* min-height: 170px; */
}
.woocommerce .shop-main ul.products.phoen_list li.product {
	margin-right: 0;
}
.woocommerce .shop-main ul.products.phoen_list li.product .product_wrapper {
	min-height: 0;
	padding-top: 15px;
}
.woocommerce .shop-main ul.products.phoen_list li.product .product_wrapper .woocommerce-Price-amount {
	font-size: 18px;
	margin-bottom: 0;
}
.woocommerce .shop-main ul.products.phoen_grid li.product .product_wrapper .proudct-authorby, .woocommerce .shop-main ul.products.phoen_list li.product .product_wrapper .proudct-authorby {
	display: none;
}
.woocommerce .shop-main ul.products.phoen_list li.product img {
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce .shop-main ul.products.phoen_list li.product .price {
	display: inline-block;
}
.product-search-col {
	flex: 2;
	display: flex;
	float: left;
}
.product-sort-col {
	flex: 2;
	display: flex;
	float: right;
}

.product-search-col form {
	margin: 0;
}
.product-search-col form input {
	width: 300px;
	border: 1px solid #97998C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 35px;
	line-height: 35px;
	float:left;
}
.product-search-col button {
	width: 80px;
	height: 35px;
	/* margin-top: -1px !important; */
	position: absolute;
	margin-left: -9px;
	background-color: #444;
	border: 0px;
	box-shadow: none;
	color: #fff;	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
}
.product-search-col button:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce-sorting-row {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.product-sort-col select.orderby {
	background-image: url("../../../wp-content/uploads/2018/06/arrows.png");
	-webkit-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-box-shadow: none;
	-moz-border-radius: 0px;
	box-shadow: none;
	border-radius: 0px;
	/* width: 100%; */
	width: 200px;
	background-color: #fff;
	height: 35px;
	-moz-appearance: none;
	font-family:inherit;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 95% center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	cursor:pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
	padding-left: 10px;
}
.gridlist-toggle a {
	background-color: transparent!important;
	color: #ccc;
}
.gridlist-toggle a.active {
	background-color: transparent!important;
	cursor: default;
	color: #444;
}
.gridlist-toggle a:first-child {
	border-right: 1px solid #ccc;
}
/* .woocommerce .shop-main ul.products li.product img {
	max-height: 220px;
} */
.woocommerce-LoopProduct-title, .woocommerce-LoopProduct-title h2 {
	color: #444;
	font-family: lato-Regular;
	font-weight: normal;
	padding: 0px !important;
	font-size: 17px;
}
.proudct-authorby {
	margin-top: 4px;
	float: left;
	width: 100%;
}
.proudct-authorby, .proudct-authorby a {
	font-size: 13px;
	color:#97998C;
}
.proudct-authorby a:hover {
	text-decoration:underline;
	color:#3480DE;
}

.woocommerce .shop-main ul.products li.product .price ins {
	border:0!important;
}
.woocommerce .shop-main ul.products li.product .woocommerce-Price-amount.amount {
	font-size: 28px;
	color: #000;
	font-family: lato-Bold;
	margin: 20px 0;
	float: none;
	width: 100%;
	display: table;
}
.woocommerce sup.decimal-part {
	font-size: 17px;
	/* padding-left: 2px; */
}
.woocommerce-tabs.wc-tabs-wrapper h2, .related.products h2 {
	font-size: 28px!important;
}
.related.products li h2 {
	font-size: 21px!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none!important;
} 
.woocommerce-page .related.products ul.products li.product {
	width: 31%;
	float: left;
	margin-right: 28px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.woocommerce .related.products ul.products li.product:nth-child(3n+3) {
	margin-right: 0px;
	float:right;
}
.woocommerce div.product .product_title {
	font-size: 30px;
}

.related.products {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.single-product-page .posted_in {
	display: block;
	margin-top: 10px;
}
.woocommerce-footer-top {
	height: 80px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce ul.products li.product .price {
	color: #000;
}
.woocommerce a.button.alt, .woocommerce div.product form.cart .button {
	background-color: #134A8D !important;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	padding: 0px 45px;
	font-size: 14px;
	font-weight: 300;
	transition: all 1s ease;
	text-transform: uppercase;
}
.woocommerce a.button.alt:hover, .woocommerce div.product form.cart .button:hover {
	background-color: #EFB93D!important;
}

.woocommerce div.product form.cart .button i.fa {
	padding-right:5px;
}
.woocommerce div.product h1.product_title {
	margin-top: 14px;
}

.woocommerce.single-product .woocommerce-Price-amount.amount {
	font-size: 28px;
	color: #000;
	font-family: lato-Bold;
	margin: 20px 0;
	float: none;
	display:table;
	width: 100%;
}

.woocommerce.single-product sup.decimal-part {
	font-size: 17px;
	padding-left: 0;
}

.woocommerce ul.products li.product .price ins {
	border: 0;
	text-decoration: none!important;
}


ins, dfn {
	border-bottom: 0;
}

.related.products > .products .proudct-shipping {
	display: none;
}


.woocommerce span.onsale {
	line-height: 5 !important;
	font-size: 12px!important;
	font-weight: 400!important;
}
.dark-bg.woo-breadcrumb {
	background-color: #0C376A;
}
.woocommerce .shop-headerbg nav, .woocommerce-page .shop-headerbg nav {
	color: #ccc;
	float: left;
	padding: 10px 0;
	margin: 0;
}

.woocommerce .shop-headerbg nav a, .woocommerce-page .shop-headerbg nav a {
	color: #fff;
}
.woocommerce .shop-headerbg nav a:hover, .woocommerce-page .shop-headerbg nav a:hover {
	color: #ccc;
}
.woocommerce .quantity input {
	height: 36px;
	border: 1px solid #ccc;
}
.cart-page .int-part, .checkout-page .int-part, .cart-decimal-part {
	font-size: 17px;
}
/* .cart-page sup.decimal-part, .checkout-page sup.decimal-part {
	font-size: 14px;
} */
.checkout-page input, .checkout-page textarea, .checkout-page select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.checkout-page input, .checkout-page select {
	height:40px;
}
.checkout-page textarea {
	height:100px;
}
.checkout-page .select2-selection.select2-selection--single {
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
}
.checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.cart-page .product-remove {
	width: 4.5%;
}
.cart-page .product-name {
	width: 35%;
}
#footer-bottom a .icon.inline.external, .home .footer-top #footer-row-2 h4 {
	display: none;
}
#footer-row-2 a {
	color: #fff;
}
#footer-row-2 a:hover {
	color: #444;
}
.woocommerce-terms-and-conditions-checkbox-text, .woocommerce-terms-and-conditions-checkbox-text a {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-terms-and-conditions h2 {
	font-size: 32px;
}
#widgets .cart-checkout-buttons {
	width: auto;
	height: auto;
	background-color: #134A8D;
	border: 0px;
	box-shadow: none;
	color: #fff !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 14px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	margin-right: 7px;
	padding: 10px 15px;
}
#widgets .cart-checkout-buttons:hover {
	background-color: #EFB93D !important;
	color: #fff;
}
#widgets .cart-checkout-buttons:active,.cart-checkout-buttons:focus {
	color: #fff;
}
.product-sidebar .widget_text {
	padding: 0;
	margin: 0;
}
/* .single-product .cart-checkout-row {
	display: none;
} */
 
.archive .phoeniixx_short_desc {
	display: none !important;
}
.p-short-description {
	display: none;
}

.woocommerce .woocommerce-LoopProduct-link img {
	max-height: 320px;
}

.noticebar{
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
.noticebar a {
	display: block;
	text-align: center;
	background-color: #ff0000;
	color: #fff;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
}
.noticebar a:hover,
.noticebar a:active{
	background-color: #EC0000;
}
.single-product #content-woocommerce h3 {
	font-size: 22px;
	line-height: 28px;
}
.woocommerce-product-gallery__image {
	padding: 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
.home .footer-top #footer-row-2 h4 {
	display:none;
}
.home .footerbuttons {
	display:none !important;
}
.woocommerce-terms-and-conditions-checkbox-text, .woocommerce-terms-and-conditions-checkbox-text a {
	font-size: 16px;
	font-weight: 600;
	/* color: #000; */
}

#field_1_23 {
	margin-top: 0;
	margin-bottom: 10px !important;
}
li#field_1_23 .ginput_container.ginput_container_text {
	margin-top: 0 !important;
}
#field_1_24 {
	color: #000;
	font-size: 16px;
	line-height: 13px;
	font-weight: 700;
}
#field_1_22 {
	color: #000;
	margin-top: 5px !important;
	font-size: 14px;
	line-height: 13px;
	font-weight: 600;
	margin-bottom: 8px !important;
}
#field_1_20 label {
	margin-top: 10px;
}
#gfield_description_1_19 {
	padding-top: 0 !important;
}
#field_1_18 {
	margin-top: 0 !important;
}
#footer-bottom a .icon.inline.external, .home .footer-top #footer-row-2 h3 {
	display: none;
}

.main-slider.row:hover {
	background: #000;
}
.main-slider.row h2 {
	text-transform: uppercase !important;
}
.slider-txt {
	font-size: 23px !important;
	line-height: 1.3 !important;
	white-space: normal;
}
#home-slider {
	overflow: visible !important;
	padding-bottom: 5px !important;
}
#home-slider ul.tp-revslider-mainul,
#home-slider ul.tp-revslider-mainul li {
	overflow: visible !important;
}
.customsliderlayer {
	text-align: center !important;
	padding: 15px 0 !important;
	cursor: pointer;
	z-index: 9999999 !important;
	bottom: -55px !important;
	cursor: pointer !important;
} 
.customsliderlayer h2 {
	display: inline !important;
	font-size: 25px !important;
	line-height: 25px !important; 
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}
h1.heading5 span.break {
	display: block;
} 

.customclassicslidetxt {
	cursor: pointer !important;
}
.customclassicslidetxt h2 {
	text-transform: uppercase;
	font-size: 30px !important;
	line-height: 35px !important;
	margin-bottom: 10px !important;
}
#home-slider{
	padding-bottom: 5px !important;
	padding-top: 152px !important;
}

#tophd {
	background-color: #134A8D;
}
#tophd .widget_nav_menu {
	margin-bottom: 0;
}
#tophd .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#tophd .widget_nav_menu ul li {
	display: inline-block;
}
#tophd .widget_nav_menu ul li a {
	display: block;
	padding: 12px 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 12px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;
}
#tophd .widget_nav_menu ul li a:hover{
	color: #efae3d;
}
#tophd .widget_nav_menu ul li.current-menu-item a {
	background-color: #0E347B;
	border-top: 4px solid #efae3d;
	color: #efae3d;
}
#tophd .widget_nav_menu ul li.current-menu-item a:hover{
	color: #fff;
}

.woocommerce-shop .woocommerce-info {
	display: none;
}
.woocommerce-shop #widgets,
.single-product #widgets{
	display: none;
}
.woocommerce-shop .woocommerce-products-header__title.page-title {
	display: none !important;
} 
.woocommerce-shop #content-woocommerce {
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-shop .dark-bg.woo-breadcrumb {
	display: none;
}
.woocommerce-shop #content-woocommerce.grid.col-620 {
	width: 100%;
}
.single-product #content-woocommerce {
	width: 100%;
	padding-top: 35px;
}
.single-product .woocommerce-product-gallery {
	width: 35% !important;
}
.single-product .summary.entry-summary {
	width: 65% !important;
	padding-left: 20px;
	box-sizing: border-box;
}
a.shopsliderbtn{
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
a.shopsliderbtn:hover{
	color: #FFBC00 !important;
}

#shop-row2 {
	padding-top: 20px;
}
.cats-full-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cats-full-list .feature-wrapper {
	width: 48%;
	position: relative;
}

.cats-full-list .feature-wrapper .feature-title a {
	position: absolute;
	bottom: 70px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300 !important;
	color: #000;
	left: 50px;
	font-size: 21px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
.cats-full-list .feature-wrapper .feature-title a:hover{
	background-color: rgba(19,74,141,0.8);
	color: #fff;
}
.shop-row2-txt {
	text-align: center;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 20px;
}
.shop-row2-txt h1.heading5 {
	font-size: 50px !important;
	line-height: 60px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1629443089044.shop-row2-txt.txt2 {
	margin-bottom: 10px !important;
}
.cats-full-list .feature-wrapper .featured-image img {
	margin-top: 0;
	margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element.vc_custom_1629443465223.shop-row2-txt.txt2 {
	margin-bottom: 5px !important;
}
.wpb_text_column.wpb_content_element.border-bottom.bluetxt.shop-row2-txt {
	margin-bottom: 20px !important;
}
#shop-row3 .banner-content-block {
	display: flex;
	background-color: #4A4A4A;
	align-items: center;
	color: #fff;
	justify-content: center;
	text-align: center;
}
#shop-row3 .banner-content-block > div {
	width: 50%;
}
ul#shopbanner {
	list-style: none;
	padding: 0;
	margin: 0;
}

#shop-row3 {
	background-color: #f7f7f7;
	text-align: center;
}
#shop-row3 h3 {
	text-align: center;
	display: inline-block;
	color: #1E1E1E;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	border-bottom: 3px solid #0C3776;
	margin-bottom: 30px;
}
 #shop-row3 .txtblock {
	padding: 40px;
	box-sizing: border-box;
}
#shop-row3 .txtblock .banner-desc {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-left: 80px;
	padding-right: 80px;
	line-height: 24px;
	margin-bottom: 10px;
}
#shop-row3 .txtblock .banner-title {
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	line-height: 50px;
}
#shop-row3 .txtblock .banner-btn a {
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 15px;
	font-size: 14px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;
}
 
#shop-row3 .txtblock .banner-btn a:hover{
	background-color: #fff;
	color: #4A4A4A;
}
#shop-row3 .owl-dots {
	margin-top: 25px !important;
}
#shop-row3 .owl-dots .owl-dot span {
	margin: 3px 3px !important;
}


.single-product .woocommerce-tabs.wc-tabs-wrapper {
	position: relative;
	z-index: 9;
	padding-top: 40px;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper::before {
	content: '';
	position: absolute;
	left: -25%;
	right: -25%;
	background-color: #F8F8F8;
	height: 100%;
	width: 150%;
	z-index: -1;
	top: 0;
	bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0 !important;
}
.single-product .tabs.wc-tabs {
	text-align: center;
	outline: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 26px;
	color: #232323;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-bottom: 35px !important;
}
.single-product .tabs.wc-tabs li {
	background-color: transparent !important;
	border: 0 !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.single-product .tabs.wc-tabs li a {
	font-weight: 500 !important;
	color: #B6B6B6;
	background-color: transparent !important;
}
.single-product ul.tabs.wc-tabs li.active a {
	color: #232323 !important;
	border-bottom: 4px solid #0B3872;
}
.single-product .woocommerce-Tabs-panel h3 {
	color: #103668;
	font-size: 26px !important;
}
.single-product .woocommerce-Tabs-panel {
	font-size: 18px;
	color: #7D7A7A;
	line-height: 28px;
}
.single-product .woocommerce-product-attributes.shop_attributes {
	border: 2px solid #000 !important;
}
.single-product .woocommerce-product-attributes.shop_attributes tr {
	padding: 12px !important;
	border: 2px solid #000 !important;
}
.single-product table.woocommerce-product-attributes.shop_attributes, 
.single-product table.woocommerce-product-attributes.shop_attributes tr, 
.single-product table.woocommerce-product-attributes.shop_attributes tr th,
.single-product table.woocommerce-product-attributes.shop_attributes tr td {
	border: 2px solid #000 !important;
}
.single-product .yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-resources {
	display: none;
}
.woocommerce table.shop_attributes td p {
	padding: 8px 0 8px 15px !important;
}
.single-product #content-woocommerce .woocommerce-breadcrumb {
	display: none;
}
.single-product .dark-bg.woo-breadcrumb,
.tax-product_cat .dark-bg.woo-breadcrumb,
.post-type-archive-product .dark-bg.woo-breadcrumb {
	background-color: #F0F1F3;
	color: #000;
	padding: 5px 0px;
}
.post-type-archive-product .dark-bg.woo-breadcrumb {
	display: block;
}
.post-type-archive-product .woocommerce-info {
    display:block;
    margin-top: 10px;
    padding-bottom: 16px;
}
.post-type-archive-product .woocommerce-breadcrumb {
    float: right !important;
    width: 50%;
    text-align: right;
    padding-top: 23px !important;
    color: #B6B6B6 !Important;
}
.post-type-archive-product #content-woocommerce {
    margin-top: 20px !important;
}
h1.hdtitleproduct {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	text-transform: capitalize;
	font-size: 34px;
	display: inline-block;
	width: 50%;
	text-align: left;
	float: left;
}
.single-product .woocommerce-breadcrumb, 
.tax-product_cat .woocommerce-breadcrumb {
	float: right !important;
	width: 50%;
	text-align: right;
	padding-top: 23px !important;
	color: #B6B6B6 !Important;
}
.single-product .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a, 
.post-type-archive-product .dark-bg.woo-breadcrumb a{
	color: #222 !important;
}
.single-product .woocommerce-breadcrumb a:hover,
.tax-product_cat .woocommerce-breadcrumb a:hover,
.post-type-archive-product .dark-bg.woo-breadcrumb a:hover{
	color: #103668 !important;
}

.woocommerce table.shop_attributes th {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 16px;
}
.rproduct-img {
	height: 300px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	position: relative;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;	
}
.rproduct-content h2 a {
	color: #2F2F2F;
	font-size: 17px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	display: block;
}
.rproduct-content h2 a:hover {
	color: #134A8D;
}
.rprice-meta .amount bdi {
	font-size: 19px;
	color: #989898;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	border: 0 !important;
	outline: 0 !important;
}
.rprice-meta .amount bdi .decimal-part {
	font-size: 13px;
	color: #989898;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}
.rcartbtn {
	display: inline-block;
	text-align: center;
	background-color: #134A8D;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #fff;
	padding: 15px 20px;
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 17px;
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
	opacity: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;
}
.rcartbtn:hover{
	background-color: #FFBC00;
	color: #fff;
}

.rproduct-img:hover .rcartbtn{
	opacity: 1;
}
.rproduct-img > a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}
.rprice-meta del {
	display: none;
}
.rprice-meta ins, .rprice-meta ins .amount {
	margin-top: 5px !important;
}
.related.products h2.rproducthead {
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
}
.related.products {
	border-top: 0;
} 
.rproduct-content h2 {
	margin-bottom: 5px;
}
#relatedproductblock .owl-prev {
	position: absolute;
	left: -100px;
	top: 45%;
	background-color: transparent;
	color: #989898;
	font-size: 20px;
}
#relatedproductblock .owl-next {
	position: absolute;
	right: -100px;
	top: 45%;
	background-color: transparent;
	color: #989898;
	font-size: 20px;
}  
 
 
.product-badges {
	display: flex;
	justify-content: space-evenly;
}
.woocommerce ul.products li.product .product-badges .bg-blue,
.woocommerce span.onsale.bg-blue{
	background-color: #3388F0;
}
.woocommerce ul.products li.product .product-badges .bg-yellow,
.woocommerce span.onsale.bg-yellow{
	background-color: #FFBC01;
}
.woocommerce ul.products li.product .product-badges .bg-red,
.woocommerce span.onsale.bg-red{
	background-color: #EE0508;
}

.woocommerce ul.products li.product .product-badges .onsale, .woocommerce span.onsale {
	position: relative;
	border-radius: 0;
	height: auto;
	min-height: 0;
	padding: 5px;
	width: 100%;
	line-height: 25px !important;
	box-sizing: border-box;
	margin: 0 !important;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 12px !important;
	top: auto;
	min-width: 0 !important;
	left: auto;
	height: auto !important;
}
.woocommerce.single-product .product-badges {
	display: none;
}
 
 
 
.archive.tax-product_cat #content-woocommerce {
	float: right;
}
.archive.tax-product_cat #widgets {
	float: left;
}
.tax-product_cat .woocommerce-products-header__title.page-title {
	display: none;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	height: 45px;
	border: 2px solid #eee;
	box-shadow: none;
	line-height: 45px;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
}
 
.archive.tax-product_cat h2.woocommerce-loop-product__title {
	color: #2F2F2F !important;
	font-size: 17px !important;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-top: 5px !important;
	display: block;
	text-align: center;
	line-height: 20px !important;
}
.archive.tax-product_cat h2.woocommerce-loop-product__title:hover {
	color: #134A8D;
}
.archive.tax-product_cat .price {
	text-align: center;
}
.archive.tax-product_cat .amount bdi{
	font-family: 'Rubik', sans-serif;
	font-weight: 400;	
}
.archive.tax-product_cat .amount bdi {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding-left: 5px;
}
.phoeniixx_short_btn {
	text-align: center;
}
.phoeniixx_short_btn a.button {
	background-color: transparent;
	text-transform: uppercase;
	background-color: #124A8C;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 14px 15px 14px 36px;
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
	margin-top: 0 !important;
	border: 0 !important;
}
.phoeniixx_short_btn a.button:hover{
	background-color: #FFBC00;
	color: #fff;
	border: 0 !important;
}
/*.phoeniixx_short_btn a.button::before {
	content: '\f217';
	font-family: fontawesome;
	position: absolute;
	left: 12px;
	font-size: 17px;
	top: 12px;
}*/
.archive.tax-product_cat .woocommerce-LoopProduct-link img {
	border: 2px solid #D6D6D6;
	height: 300px !important;
	width: auto !important;
	box-sizing: border-box;
}
.single-product h1.product_title.entry-title {
	font-family: 'Rubik', sans-serif;
	color: #1D1D1D;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}
.single-product .woocommerce-product-details__short-description p {
	color: #222;
	line-height: 25px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}
.single-product .summary .price {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.single-product .summary .price ins {
	opacity: 1 !important;
	vertical-align: bottom;
	float: left;
	margin-right: 10px;
}
.single-product .summary .price ins .woocommerce-Price-amount.amount{
	color: #144D9C;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.single-product .summary .price ins .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size: 20px;
	vertical-align: top;
}
.single-product .summary .price ins .woocommerce-Price-amount.amount .int-part{
	font-size: 40px;
}
.single-product .summary .price ins .woocommerce-Price-amount.amount .decimal-part{
	font-size: 20px;
}

.single-product .summary .price del .woocommerce-Price-amount.amount{
	color: #999999;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.single-product .summary .price del .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size: 20px;
	vertical-align: top;
}
.single-product .summary .price del .woocommerce-Price-amount.amount .int-part{
	font-size: 30px;
}
.single-product .summary .price del .woocommerce-Price-amount.amount .decimal-part{
	font-size: 20px;
}
.phoeniixx_short_btn a.button.button.yith-wcqv-button,
.phoeniixx_short_btn a.button.viewproduct-button{
	padding: 14px 12px 14px;
	margin-top: 10px !important;
	font-size: 13px;
	margin: 0 3px;
}
.phoeniixx_short_btn a.button.button.yith-wcqv-button:before,
.phoeniixx_short_btn a.button.viewproduct-button:before{
	content: '';
}
#productspecs tr:nth-child(2n+1) {
	background-color: #ffff;
}
#productspecs tr:nth-child(2n) {
	background-color: #eee;
}
table#productspecs {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	color: #222;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#productspecs tr td:first-child {
	font-weight: 400;
}
#yith-quick-view-content ins bdi {
	color: #134A8D !important;
	font-family: 'Rubik', sans-serif !important;
}
#yith-quick-view-content #quantity_61260923b5d6b {
	height: 35px !important;
} 
#yith-quick-view-content .woocommerce-product-gallery {
	padding: 30px 60px 60px !important;
	box-sizing: border-box;
}
.woocommerce div.product div.images img {
	width: auto !important;
	max-height: 250px !important;
}
.stock.in-stock {
	display: none;
}
.stockmsg .stock.in-stock {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 20px;
	float: left;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.woocommerce.single-product div.product form.cart {
	margin-bottom: 1em;
}
.yith-wcqv-main {
	height: auto !important;
	max-height: 600px !important;
	padding-bottom: 10px !important;
}


.archive.tax-product_cat #widgets {
	font-family: 'Rubik', sans-serif;
	margin-top: 20px;
}
.prdctfltr_wc .prdctfltr_filter_title {
	font-weight: 300 !important;
	gap: 5px;
}
.prdctfltr_filter .prdctfltr_regular_title {
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
}
.prdctfltr_filter label, .prdctfltr_wc .prdctfltr_buttons label {
	font-weight: 300;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active > span {
	font-weight: 300 !important;
	color: #134a8d;
}
.prdctfltr_wc .prdctfltr_filter {
	border-bottom: 1px solid #f5f5f5;
	padding-top: 12px;
	padding-bottom: 30px;
}
.prdctfltr_buttons > a {
	font-weight: 500 !important;
	text-transform: uppercase;
	background-color: transparent !important;
	font-size: 16px !important;
	color: #000 !important;
	padding-bottom: 15px !important;
}
 .prdctfltr_buttons > span {
	margin-bottom: 10px;
}
.single-product .variations tr {
	font-family: 'Rubik', sans-serif;
	width: calc(100% / 3 - 14px);
	display: inline-flex;
	flex-direction: column;
}
.single-product .variations tr td {
	padding: 0;
	font-weight: 300;
	text-transform: uppercase;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.single-product .variations label {
	font-weight: 500 !important;
}
.single-product .variations select {
	width: 100%;
	border: 2px solid #DEDEDE;
	box-shadow: none !important;
	font-family: inherit;
	text-transform: capitalize;
	padding: 0 12px;
	height: 55px;
}
.single-product .variations, .single-product .single_variation_wrap, .single-product .woocommerce-variation-add-to-cart {
	margin-bottom: 0 !important;
}
.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.single-product .quantity {
	position: relative;
	display: flex;
}
.single-product .quantity::before {
	content: "QUANTITY";
	display: inline-flex;
	height: 55px;
	border: 1px solid #000;
	justify-content: flex-start;
	align-items: center;
	padding: 0 19px;
	min-width: 144px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}
.single-product .quantity .qty {
	height: 55px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-left: none;
	min-width: 76px;
}
.single-product .single_add_to_cart_button.button.alt {
	height: 55px !important;
	width: 215px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.single-product .single_add_to_cart_button.button.alt::before {
	content: "\f174";
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	text-rendering: auto;
	font-size: 20px;
	text-align: center;
	margin-right: 8px;
}
.phoen_gridlist_toggle {
	padding: 0;
}
.phoen_gridlist_toggle > a {
	border: 2px solid #eee;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 4px;
}
ul.phoen_list li.product .price {
	width: 100% !important;
}
.phoen_list .phoen_grid_list_main_div .phoeniixx_short_btn a.button.button.yith-wcqv-button {
	margin-top: 0 !important;
}
.up-sells.upsells.products {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product a.button, .woocommerce ul.products li.product a.button:hover {
	background-color: #1D4E83;
	text-transform: capitalize;
	padding: 12px 24px;
	color: #fff;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	border: none;
	font-weight: normal;
	border-radius: 0;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: #1d4e83;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
	margin-top: 0;
}
.single-product .woocommerce-variation.single_variation {
	display: flex;
	flex-direction: column;
}
.single-product .woocommerce-variation-custom_field {
	order: 1;
}
.single-product .woocommerce-variation-description {
	order: 2;
}
.single-product .woocommerce-variation-price {
	order: 3;
}
.single-product .woocommerce-variation-availability {
	order: 4;
}
.single-product .woocommerce-variation-price .price del {
	display: none !important;
}
#ivpa-content .ivpa_text.ivpa_border .ivpa_term {
	border-color: #555 !important;
	color: #555 !important;
}
#ivpa-content .ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_clicked {
	border-color: #1e73be !important;
	color: #1e73be !important;
}
#ivpa-content .ivpa_text.ivpa_border .ivpa_term.ivpa_active.ivpa_outofstock {
	border-color: #e45050 !important;
	color: #e45050 !important;
}
.single-product .woocommerce-variation-add-to-cart::before {
	content: "Must select one from each option below.";
	color: #e45050;
	font-size: 16px;
}
.woocommerce .woocommerce-message .button, .woocommerce .cart .button, .woocommerce button.button, .woocommerce button.button.alt {
	background-color: #134a8d;
	border: none;
	color: #fff !important;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 300;
	font-size: 14px;
	line-height: 45px;
	padding: 0px 45px !important;
	border-radius: 0;
}
.woocommerce .woocommerce-message .button:hover, .woocommerce .cart .button:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover {
	background-color: #EFB93D;
	color: #fff !important;
	border: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 115px;
	height: 45px;
}
.woocommerce-page table.cart td.actions .coupon {
	margin-bottom: 0;
}
.woocommerce-form-coupon-toggle {
	margin-top: 20px;
}
/* Responsive */
@media screen and (min-width:2151px)  and (max-width:2250px) {
	.home-row3-left, .about-row2-left {
		width: 65% !important;
	}
	.home-row3-right, .about-row2-right {
		width: 35%!important;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: 1560px center !important;
	}
	#hslayer1 {
		right: 19% !important;
		left: auto !important;
	}
}

@media screen and (min-width:2051px)  and (max-width:2150px) {
	.home-row3-left, .about-row2-left {
		width: 65% !important;
	}
	.home-row3-right, .about-row2-right {
		width: 35%!important;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: 1480px center !important;
	}
	#hslayer1 {
		right: 19% !important;
		left: auto !important;
	}
}


@media screen and (min-width:1921px)  and (max-width:2050px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 1290px center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 110px !important;
		padding-right: 30px!important;
	}
	#hslayer1 {
		right: 24% !important;
		left: auto !important;
	}
}

@media screen and (max-width:1920px){

	.home-row3-right, .about-row2-right {
		padding-left: 110px !important;
		padding-right: 30px!important;
	}	
}

@media screen and (min-width:1801px)  and (max-width:1920px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 1190px center !important;
	}
	#hslayer1 {
		right: 24% !important;
		left: auto !important;
	}
	
}
@media screen and (min-width:1681px)  and (max-width:1800px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 1090px center !important;
	}
	#hslayer1 {
		right: 24% !important;
		left: auto !important;
	}
	
}
@media screen and (min-width:1621px)  and (max-width:1680px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 180% center !important;
	}
	
}

@media screen and (min-width:1441px) and (max-width:1620px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 215% center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 90px !important;
		padding-right: 30px!important;
	}	
}

@media screen and (min-width:1400px) and (max-width:1440px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 335% center !important;
	}	
}

@media screen and (min-width:1367px) and (max-width:1399px) {
	.tp-dottedoverlay.twoxtwo {
		background-position:405% center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 70px !important;
		padding-right: 30px!important;
	}	
	.hslider-content {
		margin-top: 0px !important;
	}	
}

@media screen and (min-width:1281px) and (max-width:1366px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 485% center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
	
}
@media screen and (min-width:1221px) and (max-width:1280px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 680px center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
	
}

@media screen and (min-width:1161px) and (max-width:1220px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 620px center !important;
	}	
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
}
@media screen and (max-width:1160px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 600px center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
}
@media screen and (min-width:1025px) and (max-width:1160px) {
	.tp-dottedoverlay.twoxtwo {
		background-position: 600px center !important;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
}

@media screen and (max-width:1024px) {

	#header ul.slimmenu li ul li ul {
		left: 100% !important;
	}
	#header ul.slimmenu li:nth-child(5) > ul {
		left: auto;
		right: 0;
	}
	.sol-inner-page.row-1 .vc_empty_space {
		height: 300px!important;
	}
	#content-blog h2.entry-title.post-title a, .single.single-post .entry-title.post-title {
		font-size: 26px;
	}
	.blog-inner {
		width: 56%;
	}
	#content-blog .post {
		padding-top: 25px;
	}
	#widgets .sidebar-social-links ul li a {
		padding: 0 15px 0 0;
	}
	.slider-heading2 {
		font-size: 44px !important;
	}
	.stxt3 {
		font-size: 17px !important;
	}
	.hslider-content {
		margin-top: 30px !important;
	}
	.stxt1 {
		padding-bottom: 0px !important;
	}
	#footer-new-1 .footer-new_col-3 {
		width: 40% !important;
	}
	#footer-new-1 .footer-new_col-2 {
		width: 25% !important;
	}
	#footer-new-1 .footer-new_col-1 {
		width: 35% !important;
	}
	.woocommerce .shop-main ul.products li.product {
		margin-right: 26px;
	}
	.woocommerce-page .related.products ul.products li.product {
		margin-right: 24px;
	}
	#widgets .cart-checkout-buttons {
		padding: 10px 12px;
	}
	#home-slider {
	}
	.prdctfltr_wc .prdctfltr_filter_title {
		font-size: 14px !important;
		gap: 0px;
	}
	.archive.tax-product_cat .woocommerce-LoopProduct-link img {
		height: 245px !important;
	}
}

@media screen and (min-width:801px) and (max-width:1024px) {
ul.slimmenu li a {
		font-size: 12px;
		padding: 0 8px;
	}
    ul.slimmenu li.menu-item-has-children a {
    padding-right: 6px;
}
.main-slider.row {
	width: 500px;
	margin-top: -30px !important;
}
	.main-slider.row h2 {
	font-size: 30px !important;
}
}
  
@media screen and (min-width:981px) and (max-width:1024px) {

	#home-row2::after, #mirror-row2::after, #row2::after {
		height: 250px;
	}
	.custom-inner-row-2-1 {
		margin-top: 0px;
	}
	.custom-inner-row-1::after {
		height: 410px;
	}
	.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
		padding-right: 30px;
	}
	.custom-inner-left-col h2.heading1 {
		font-size: 40px;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
	.lighting-cols:hover .lighting-learn-more {
		top: 20%;
	}
	.about-right-col > .vc_column-inner {
		background-position: 48% !important;
	}
	.about-innertxt {
		width: 85%;
	}
/* 	.lighting-learn-more {
		top: -115px;
	} */
	.tp-dottedoverlay.twoxtwo {
		background-position: 440px center !important;
	}
	.projects2-right-col > .vc_column-inner > .wpb_wrapper {
		width: 92%;
		padding-left: 0px;
	}	
	.projects-img img {
		max-height: 247px !important;
	}
	.projects4-left-col > .vc_column-inner > .wpb_wrapper {
		padding-left: 8.5%;
		width: 92%;
	}
	.projects-img img, .projects2-left-col img, .projects4-right-col img {
		max-height: 450px;
	}
	.projects2-left-col, .projects4-right-col {
		display: grid !important
	}	
	
	
	.single-mirror-banner. .single-custom-banner {
		height: 400px!important;
	}
	.single-mirrors-inner #content, .single-custom-inner #content {
		/* margin-top: 400px; */
	}
	#home-row2 .heading1, #row2 .heading1, .heading1 {
		font-size: 70px;
	}
	#home-row2 .heading5, #row2 .heading5, .heading5 {
		font-size: 40px;
	}
	.home-row3-right, .about-row2-right {
		padding-right: 30px !important;
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	.vheading {
		font-size: 33px;
	}
	#footer-top1 {
		background-position: 74% center !important;
	}
	.mcontent .heading1 {
		font-size: 46px;
		margin-top: 20px;
	}
	.tp-dottedoverlay {
		width: 115%!important;
	}
	#hslayer1 {
		margin-top: -30px !important;
		margin-left: 0px !important;
	}
/* 	.slider-heading2 {
		font-size: 50px !important;
	} */
	.top-right {
		padding-right: 0px;
	}
	.footer-menu li a {
		padding: 0 5px;
		font-size: 13px;
	}
	.social-links {
		margin: -5px 0px 0 0;
	}
	#footer-row-2 .vc_column-inner {
		padding: 0px;
	}

	#mirror-row2, #row2 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.mirror-content, .custom-content {
		font-size: 12px;
	}
}

@media screen and (max-width:980px) {
	
#home-slider{
	padding-bottom: 50px !important;
	padding-top: 0px !important;
}	
.customsliderlayer {
	bottom: -50px !important;
}	
.customsliderlayer h2, .customsliderlayer span {
	font-size: 19px !important;
	line-height: 19px !important;
}
	
.blog-headerbg h4, 
.blog-headerbg h1 {
	padding-top: 50px;
}
	
	.mirrors-spectrum-cols .wpb_single_image img {
		height: 310px;
	}
	
	#hslayer1 {
		top: 40px !important;
	}
	#hslayer1 {
		left: 560px !important;
	}
	.custom-inner-row-1 .vc_column_container {
		padding-top: 40px;
	}
	#custom-post-header {
		top: 0;
	}
	.hybrid-imgs-rows .wpb_single_image {
		margin-bottom: 15px!important;
	}
	.hybrid-imgs-rows img {
		margin: 0px !important;
	}
	#footer-new-home-2 .footer-new_col-1, #footer-new-home-2 .footer-new_col-2, #footer-new-home-2 .footer-new_col-3 {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#footer-new-home-2 {
		background: #FFF !important;
	}
	#footer-new-home-2 .footer-new_col-1 p {
		font-size: 16px;
	}
	.shop-headerbg {
		margin-top: 0;
	}
	.woocommerce .shop-main ul.products li.product {
		margin-right: 24px;
	}
	.woocommerce ul.products li.product .product_wrapper {
		min-height: 170px;
	}
	.woocommerce-page .related.products ul.products li.product {
		margin-right: 22px;
	}
	#widgets .cart-checkout-buttons {
		padding: 10px;
	}
}

@media screen and (min-width:801px) and (max-width:980px) {
	#footer-new-1 .footer-new_col-1, #footer-new-1 .footer-new_col-2, #footer-new-1 .footer-new_col-3,
	#footer-new-home-2 .footer-new_col-1, #footer-new-home-2 .footer-new_col-2, #footer-new-home-2 .footer-new_col-3 {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	
	#footer-new-1 .vc_column-inner .footer-new_col-1 .vc_column-inner {
		padding-bottom: 0px !important;
	}
	#footer-new-1 {
		background-image: none !important;
	}
	#content-blog .post {
		padding-top: 30px;
	}
	#content-blog .post {
		height: 330px;
	}
	.page-template-blog-excerpt #wrapper {
		background-image: repeating-linear-gradient( #ffffff, #ffffff 415px, #F1F5F8 415px, #F1F5F8 780px );
	}
	.custom-inner-row-1::after {
		height: 370px;
	}
	.about-right-col > .vc_column-inner {
		background-position: 48% !important;
	}
	.custom-inner-left-col h2.heading1 {
		font-size: 30px;
	}
	.custom-inner-row-2-1 {
		margin-top: 0px;
	}
	.custom-inner-row.custom-txt h3 {
		font-size: 22px;
	}
	.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
		padding-right: 30px;
	}
	.footable > thead > tr > th.footable-last-column, .footable > tbody > tr > td.footable-last-column {
		border-right: 1px solid #313234;
	}
	.home-row3-right, .about-row2-right {
		padding-left: 50px !important;
		padding-right: 30px!important;
	}	
	.about-innertxt {
		width: 85%;
	}

	ul.slimmenu li a {
		padding: 0 6px;
	}
/* 	.lighting-learn-more a {
		top: 20%;
	} */
	.tp-dottedoverlay.twoxtwo {
		background-position: -155% center !important;
	}
	.ftmenu-row {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .rss-icon, #footer .yelp-icon, #footer .vimeo-icon, #footer .youtube-icon, #footer .twitter-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .foursquare-icon, #footer .googleplus-icon, #footer .google-plus-icon, #footer .stumbleupon-icon, #footer .stumble-upon-icon, #footer .email-icon {
		padding-left: 0px;
	}
	.social-links {
		margin: 0px 0 0;
	}
	#footer .social-icons {
		padding-top: 0px
	}
	.lighting-cols:hover .lighting-learn-more {
		top: 20%;
	}
	#header {
		position: relative;
	}
	#wrapper {
		padding: 0;
		margin: 0;
	}
	.wpb_text_column.learn-box {
		max-width: 100%;
	}
.smirrors, .custom-posts {
    padding-top: 20px;
}
.main-slider.row {
	width: 400px;
}
#shop-row3 .txtblock .banner-title {
		font-size: 27px;
		line-height: 29px;
		padding: 0;
	}
}

@media screen and (max-width:900px) {
	#footer-new-1 .footer-new_col-1, #footer-new-1 .footer-new_col-2, #footer-new-1 .footer-new_col-3 {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#footer-new-1 .vc_column-inner .footer-new_col-1 .vc_column-inner {
		padding-bottom: 0px !important;
	}
	#footer-new-1 {
		background-image: none !important;
	}
	#custom-post-header {
		top: 0;
	}
	#header {
		position: relative;
	}
	.wpb_text_column.learn-box {
		max-width: 100%;
	}
	#wrapper {
		padding: 0;
		margin: 0;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: 367px center !important;
	}
	.slider-heading2 {
		font-size: 48px !important;
	}
	.custom-inner-left-col h2.heading1 {
		font-size: 30px;
	}
	.custom-inner-row-2-1 {
		margin-top: 0px;
	}
	.custom-inner-row.custom-txt h3 {
		font-size: 22px;
	}
	.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
		padding-right: 30px;
	}
	.footable > thead > tr > th.footable-last-column, .footable > tbody > tr > td.footable-last-column {
		border-right: 1px solid #313234;
	}
	
}


@media screen and (max-width: 850px){

#home-slider{
	padding-bottom: 68px !important;
}	
.customsliderlayer {
	bottom: -68px !important;
}
.customsliderlayer {
	padding: 10px 0 !important;
}	
.customsliderlayer h2, .customsliderlayer span {
	font-size: 19px !important;
	line-height: 24px !important;
	display: block !important;
}
	#shop-row3 .txtblock .banner-title {
		font-size: 27px;
		line-height: 29px;
		padding: 0;
	}
	#shop-row3 .txtblock .banner-desc {
		padding-left: 0;
		padding-right: 0;
	}
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter {
		width: 100% !important;
	}
	.archive.tax-product_cat .woocommerce-LoopProduct-link img {
		height: 206px !important;
	}
	
}


@media screen and (max-width:800px) {
	#home-row2-2 {
		margin-bottom: 0px !important;
	}
	ul.slimmenu.collapsed li .sub-toggle span.icon {
		display: none;
	}
	.single-mirrors-inner .custom-inner-right-col img {
		height: auto;
	}
	.ms-cols {
		width: 50% !important;
		float: left;
	}
	#hslayer1 {
		left: 480px !important;
	}
	.railways-imgs-rows .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	#header ul.slimmenu li > ul, #header ul.slimmenu li ul li ul {
		position: relative !important;
		left: 0 !important;
	}
	#header ul.slimmenu li ul li ul li a {
		color: #fff;
	}
	.mirrors-spectrum-cols .wpb_single_image img {
		height: 330px;
	}
	.custom-cols5-row .vc_col-sm-2 {
		width: 33%;
	}
	.single-mirrors-inner .custom-inner-left-col, .single-mirrors-inner .custom-inner-right-col {
		width: 100% !important;
	}

	.single-mirrors-inner .custom-inner-row-1 .custom-inner-right-col img {
		width: auto;
	}
	ul.slimmenu li ul li .sub-toggle {
		top: 0px;
	}

	ul.slimmenu li .sub-toggle > i {
		display: none;
	}
	ul.slimmenu li .sub-toggle {
		top: 0px;
	}
	#widgets {
		width: 100% !important;
		margin-top: 40px;
		border-top: 1px dashed #ccc;
		padding-top: 25px;
		clear: both;
	}
	#widgets .widget-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#content-blog, .blog-single-page#content{
		width: 100%;
		margin-right: 0;
	}
	.blog-single-nav{
		display:none;
	}
	#content.blog-single-page {
		width: 100%;
		margin-right: 0;
	}
	.blog-single-nav.mobile-nav {
		display: block;
		background-color: #fff;
	}
	.navigation {
		width: 75%;
	}
	.blog-single-nav.mobile-nav #container {
		padding: 0;
	}
	.page-template-blog-excerpt #wrapper {
		background-image: none;
		overflow-x:hidden;
	}
	#content-blog .post {
		height: auto;
	}
	.pbg-color {
		background-color:#F1F5F8;
		margin-left: -15%;
		padding-left: 15%;
		width: 100%;
		padding-right: 15%;
	}
	.custom-inner-row-1::after {
		height: 390px;
	}
	
/* 	.custom-single-inner .custom-inner-row-2 {
		margin-top: 70px;
	} */
	#home-slider {
	}
	.ftmenu-row {
		width: 100% !important;
		margin: auto;
		text-align: center;
	}
	.social-links {
		margin: 0px 0px 0 0;
	}
	#footer .rss-icon, #footer .yelp-icon, #footer .vimeo-icon, #footer .youtube-icon, #footer .twitter-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .foursquare-icon, #footer .googleplus-icon, #footer .google-plus-icon, #footer .stumbleupon-icon, #footer .stumble-upon-icon, #footer .email-icon {
		padding-left: 0px;
	}
	#contact-row1 .vc_column-inner {
		width: 84%;
	}
	.contact-cols {
		width: 100% !important;
	}
	.contact-cols > .vc_column-inner {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.contact-right {
		background-color: #f2f2f2;
		padding-bottom:35px;
	}
	#contact-row2 {
		background: #FFF;
		padding:0px!important
	}
	.contact-right .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 8px;
		padding-left: 8px;
	}
	#header .main-menu {
		float: right;
		clear: both;
		margin-top: -40px;
	}
	#about-row1 .about-left-col {
		width: 100%;
	}
	.about-mobile-img, .about-mobile-img img {
		margin: 0px !important;
	}
	.about-right-col > .vc_column-inner {
		background-position: 100% !important;
	}
	.about-innertxt {
		width: 90%;
	}
	.about-right-col {
		display: none !important;
	}
	#about-mobile-row {
		display:block;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: -195% center !important;
	}
	.lighting-learn-more {
		top: -235px;
	}
	.projects-innertxt {
		padding-bottom: 22px;
	}
	.projects-cols > .vc_column-inner {
		padding: 0 15px !important;
	}
	#wrapper {
		padding: 0;
	}
	.mirror-row2-innertxt, .row2-innertxt {
		width: 100%;
	}
	.projects-img img {
		max-height: 215px !important;
	}
	.projects2-right-col > .vc_column-inner > .wpb_wrapper {
		width: 95.5%;
	}
	.projects2-right-col > .vc_column-inner, .projects4-left-col > .vc_column-inner {
		padding-top: 25px !important;
	}
	.projects-img img, .projects2-left-col img, .projects4-right-col img {
		max-height: 400px;
	}
	.mcontent .heading1 {
		margin-top: 0px;
	}
	.mirror-img img, .custom-img img {
		max-height: 400px;
		height:auto;
	}
	.single-mirror-img, .single-custom-img {
		margin: 35px auto 0;
	}
	.home-row3-left, .home-row3-right, .about-row2-right, .about-row2-left {
		width: 100% !important;
	}
	.home-row3-right, .about-row2-right {
		background-color: #F1F5F8;
		padding-top: 0px !important;
	}
	.home-row3-left, .about-row2-left {
		height: 300px !important;	
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home-row3-left {
		background-image: url('../../../../../wp-content/uploads/2017/12/banner.jpg');
	}
	.about-row2-left {
		background-image: url('../../../../../wp-content/uploads/2017/12/banner_aboutus.jpg');
	}
	#footer-top1, #about-row2 {
		background:none !important;
	}
	.single-mirror-img, .single-custom-img {
		width: 100%;
		float: left;
		padding-left: 0;
		box-sizing: border-box;
		margin: 35px auto 0;
		height: auto;
		display: block;
	}
	.mcontent {
		width: 100%;
		float: left;
	}
	.single-mirror-banner, .single-custom-banner {
		height: 385px;
		top: 0;
	}
	.single-mirrors-inner #content, .single-custom-inner #content {
		/* margin-top: 385px!important; */
	}
	#mirror-row2, #row2 {
		padding-bottom: 70px !important;
	}
	.mirror-content, .custom-content {
		min-height: auto;
	}
	.lighting-cols {
		width: 100% !important;
	}

	.mirror-box, .custom-box {
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
	}
	.lighting-cols {
		margin-bottom: 30px;
	}
	.mirror-img img, .custom-img img {
		width: 100%;
	}
	.tp-dottedoverlay {
		width: 135% !important;
	}
	.slider-heading2 {
		font-size: 42px !important;
	}
	#hslayer1 {
		margin-top: -30px !important;
		margin-left: 0px !important;
	}
	#home-row2 .heading1, #row2 .heading1, .heading1 {
		font-size: 60px;
	}
	
	#home-row2 .heading5, #row2 .heading5, .heading5 {
		font-size: 36px;
	}
	.lighting-img img {
		width: 100% !important;
	}
	.lighting-cols {
		margin-bottom: 30px;
	}
	.lighting-learn-more a {
		top: 36%;
		left:0;
		position:relative;
	}
	.lighting-learn-more {
		 bottom: 0px;
		 height: 220px;
		 padding-top: 80px;
		 top: auto;
		 position:absolute;
	}
	.home-row3-right, .about-row2-right {
		padding-right: 0px !important;
	}
	.social-links li a {
		font-size: 25px;
		padding: 0 7px;
	}
	.lighting-cols > .vc_column-inner {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.top-right {
		margin-top: 10px;
	}
	ul.slimmenu.collapsed, ul.topmenu.collapsed {
		top: 128px;
	}
	#header ul.slimmenu li > ul {
		position: relative;
	}
	#header ul.slimmenu li ul li a, #header.sticky ul.slimmenu li ul li a, #header.inner ul.slimmenu li ul li a {
		color: #fff;
		background-color:#225692;
	}
	ul.slimmenu.collapsed li a {
		border-bottom:1px solid #E2E2E2;
	}
	#header ul.slimmenu li ul li a:hover, #header.sticky ul.slimmenu li ul li a:hover, #header.inner ul.slimmenu li ul li a:hover {
		color: #fff;
		background-color:#EFB93D;
	}
	#logo {
		margin: 15px 0 0;
	}
	#header ul.slimmenu li ul li.menu-item-has-children::after {
		display:none;
	}
	.lighting-cols .vc_column-inner > .wpb_wrapper {
		position: relative;
	}

/* 	.lighting-learn-more {
		top: 0%;
	}
 */
	.home-row2-2.solutions .lighting-cols:hover .lighting-learn-more, .home-row2-2.solutions .lighting-cols:focus .lighting-learn-more {
		top: auto;
		bottom: 55%;
	}
	.lighting-cols:hover .lighting-learn-more, .lighting-cols:focus .lighting-learn-more {
		top:auto;
		bottom:30%;
		/* position:absolute; */
	}
/* 	.mirror-btn, .custom-btn {
		bottom: 0;
		top:auto;
		margin:auto;
	}
	.mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn {
	 bottom: 0% !important;
	 top: auto !important;
	 transition: all .4s ease-in;
	} */
	.mirror-btn, .custom-btn {
		bottom: -88%;
		top:auto;
		margin:auto;
	}
	.mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn {
	 bottom: -30% !important;
	 top: auto !important;
	 transition: all .4s ease-in;
	}
	.lighting-learn-more a, .mirror-btn a, .custom-btn a {
	 text-align: center;
	 position: relative;
	}
	.custom-single-inner .custom-inner-row-2 {
		margin-top: 30px;
	}
	.custom-inner-right-col.vc_column_container {
		padding-top: 20px;
	}
	.custom-single-inner .alignright {
		float: none;
		margin: 20px auto 0;
		text-align: center;
		display: table ;
	}
	.architectura-row .ms-cols {
		width: 33.33% !important;
	}
	.sub-menu a i {
		display: inline-block;
	}
	#content-woocommerce {
		width: 100%!important;
	}
	#widgets.product-sidebar {
		margin-top: 0;
		border: 0;
	}
	#widgets .cart-checkout-buttons {
			padding: 10px 15px;
		}
	.main-slider.row {
		margin-top: -50px !important;
	}

}

@media screen and (min-width:767px) and (max-width:799px) {
	.architectura-row .ms-cols {
		width: 33.33% !important;
	}
	.vc_column_container {
		clear: both;
	}
	#hslayer1 {
		left: 370px !important;
	}
	.custom-single-inner .vc_col-sm-3 {
		width: 50% !important;
		float: left;
	}

	#content-blog .post.pbg-color {
		background-color: #fff;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#content-blog .post {
		padding-bottom: 25px;
		height: auto;
		padding-top: 25px;
		border-bottom: 1px solid #eee;
	}
	#content-blog, .blog-single-page#content {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 0px;
	}
	.navigation {
		width: 100%;
		clear: both;
		float: left;
	}
	.grid, .grid-right {
		width: 100%;
	}
	.custom-inner-row-1 .custom-inner-right-col.vc_column_container {
		padding-top: 0;
	}
	.custom-inner-row-1::after {
		opacity: 0;
	}
	.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
		padding-right: 0px;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: -100% center !important;
	}	
	.custom-inner-row-1 {
		padding-bottom: 0px;
		width: 100%;
		float: left;
	}
	.custom-single-inner .custom-inner-row-2 {
		margin-top: 0;
	}
	.custom-inner-row-2 {
		padding: 35px 0;
	}
	.custom-inner-row-2-1 {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.architectura-row .ms-cols {
		width: 33.33% !important;
	}
	.vc_column_container {
		clear: both;
	}
	#hslayer1 {
		left: 370px !important;
	}
	.custom-single-inner .vc_col-sm-3 {
		width: 50% !important;
		float: left;
	}

	#content-blog .post.pbg-color {
		background-color: #fff;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#content-blog .post {
		padding-bottom: 25px;
		height: auto;
		padding-top: 25px;
		border-bottom: 1px solid #eee;
	}
	#content-blog, .blog-single-page#content {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom:40px;
	}
	.navigation {
		width: 100%;
		clear: both;
		float: left;
	}
	.grid, .grid-right {
		width: 100%;
	}
	.custom-inner-row-1 .custom-inner-right-col.vc_column_container {
		padding-top: 0;
	}
	.custom-inner-row-1::after {
		opacity: 0;
	}
	.custom-inner-row-1 .custom-inner-left-col, .custom-inner-row-2-1 .custom-inner-left-col {
		padding-right: 0px;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: -100% center !important;
	}	
	.custom-inner-row-1 {
		padding-bottom: 0px;
		width: 100%;
		float: left;
	}
	.custom-single-inner .custom-inner-row-2 {
		margin-top: 0;
	}
	.custom-inner-row-2 {
		padding: 35px 0;
	}
	.custom-inner-row-2-1 {
		margin-top: 0;
	}
	.woocommerce .shop-main ul.products li.product,
	 .woocommerce .shop-main ul.products li.product:nth-child(3n+3) {
		 margin-right:25px;
		 float: left;
	}
	.woocommerce .shop-main ul.products li.product:nth-child(2n+2) {
		margin-right: 0px;
		float: right!important;
	}
	.woocommerce .single-product-page div.product div.images img,
    .woocommerce-page .related.products ul.products li.product img {
		width: auto;
	}
	.woocommerce-page .related.products ul.products li.product {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.woocommerce-page  .product_title.entry-title {
		font-size: 30px;
	}
	.woocommerce .related.products ul.products li.product a img {
		width: auto !important;
		margin: 10px auto 10px!important;
	}
	.cart-page .product-remove, .cart-page .product-name {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.cart-page .int-part, .checkout-page .int-part, .cart-decimal-part {
		font-size: 12px;
	}
	#home-slider {
	}
	.single-product .woocommerce-product-gallery, .single-product .summary.entry-summary {
		width: 100% !important;
	}
	.woocommerce ul.products li.product a img {
		text-align: center;
		margin: 0 auto 1em;
	}
	.phoeniixx_short_btn a.button.button.yith-wcqv-button, .phoeniixx_short_btn a.button.viewproduct-button {
		margin-top: 0px !important;
	}
	div.vc_custom_1689601174567 {
		display: none;
	}
}


@media screen and (max-width:650px) {
	.main-slider.row {
		margin-top: -70px !important;
	}
	#shop-row3 .txtblock .banner-title {
		min-height: 60px;
	}
	.cats-full-list .feature-wrapper .feature-title a {
		bottom: 50px;
		left: 30px;
		font-size: 17px;
	}
	.shop-row2-txt h1.heading5 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
}


@media screen and (max-width:650px) {

#home-slider{
	padding-bottom: 5px !important;
}	
.customsliderlayer {
	bottom: -44px !important;
}
.customsliderlayer span{
	display: none !important;
}  

	.architectura-row .ms-cols {
		width: 100% !important;
	}
	#hslayer1 {
		left: 340px !important;
	}
	.custom-cols5-row .vc_col-sm-2 {
		width: 50%;    
		float: left;
	}
	.single-mirrors-inner .custom-inner-row-1 .custom-inner-left-col.vc_column_container {
		padding-top: 40px;
	}
	.single-mirrors-inner .custom-inner-row-1 .custom-inner-right-col.vc_column_container {
		padding-top: 10px;
	}
	.single-post .navigation .previous, .single-post .navigation .next {
		width: 100%;
		border: 0;
	}
	.search-main-page .blog-img img, .archive .blog-img img {
		height: auto;
	}
	.navigation .previous, .navigation .next {
		display: block;
		width: 100%;
		text-align: left;
	}
	.navigation .previous::after {
		display: none;
	}
	.single-post .navigation .next {
		text-align: left;
	}
	.single-post .navigation {
		width: 100%;
	}
	.single-blog-inner img {
		padding: 0;
		margin: 0 0 20px;
		width: 100%;
	}
	.blog-img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.blog-inner {
		width: 100%;
	}
	.posts-meta {
		margin-top: 10px;
	}
	.tp-dottedoverlay.twoxtwo {
		background-position: -100% center !important;
	}
/* 	.lighting-cols:hover .lighting-learn-more {
		top:-35%;
	} */
	#home-slider {
	}
/*  	.mirror-btn a, .custom-btn a, .lighting-learn-more a {
		left: 35% !important;
	}
 */
/*  	.mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn {
	 bottom: 50% !important;
	} */

	#header .main-menu {
		clear: both;
		margin-top: -35px;
	}
	ul.slimmenu.collapsed, ul.topmenu.collapsed {
		top: 128px;
	}
	.mirror-box, .custom-box {
		padding-left: 50px;
		padding-right: 50px;
	}
	.projects2-left-col > .vc_column-inner, .projects4-right-col > .vc_column-inner {
		padding: 0px !important;
	}
	.projects-img img {
		max-height: 215px !important;
		width: 345px !important;
		max-width: 345px !important;
		margin: auto !important;
		text-align: center;
	}
	.mirror-row2-innertxt, .custom-row2-innertxt, .row2-innertxt {
		width: 100%;
	}
	.top-widget {
		float: right;
	}
	.tp-dottedoverlay {
		width: 160% !important;
	}
	.slider-heading2 {
		font-size: 33px !important;
		margin-bottom:0px !important;
	}
	.stxt1 {
		font-size: 20px !important;
		padding-left: 3px !important;

	}
	.stxt3 {
		font-size: 15px !important;
		margin: 0 !important;
		padding-right: 60px !important;
	}
	#hslayer1 {
		margin-top: -40px !important;
		margin-left: 10px !important;
	}
	#home-row2 .heading1, #row2 .heading1, .heading1 {
		font-size: 50px;
	}
	#home-row2 .heading5, #row2 .heading5, .heading5 {
		font-size: 30px;
	}
/* 	.lighting-learn-more a {
		top: 30%;
	} */
	.home-row3-left, .home-row3-right, .about-row2-right, .about-row2-left {
		width: 100% !important;
	}
	.home-row3-left, .about-row2-left {
		max-height: 250px !important;
	}
/* 	.home-row3-right, .about-row2-right {
		padding-top: 35px !important;
		padding-bottom: 45px !important;
	} */
	#footer-bottom {
		float: none;
		width: 100%;
		margin:auto;
	}
	#footer .powered {
		text-align: center;
		font-size: 14px;
		width: 100%;
	}
	.social-links {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0px auto;
	}
	.footer-menu li a {
		padding: 0 10px;
		font-size: 13px;
		line-height: 1.7;
	}
	.social-links li a {
		float: none;
	}
	#footer .social-icons {
		text-align: center;
		float: none;
		margin: 0 auto;
		clear: both;
		padding: 15px 0;
	}
	.projects2-left-col, .projects4-right-col {
		display: none !important;
	}
	#projects3 {
		margin-top: 30px !important;
	}
	.projects-innertxt {
		padding-top: 25px;
	}
	.projects4-left-col > .vc_column-inner > .wpb_wrapper {
		padding-left: 0;
		width: 100%;
	}
	.custom-inner-row-1 .vc_column_container {
		padding-top: 90px;
	}
	.footable>tbody>tr>td.footable-row-detail-cell {
		border-right: 1px solid #313234;
	}
	.wpb_single_image.vc_align_right {
		text-align: center!important;
	}
	.mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn, .mirror-innerbox:focus .mirror-btn, .custom-innerbox:focus .custom-btn {
	 bottom: -40% !important;
	}
	.menu-collapser {
		float: right;
	}
	.woocommerce .shop-main ul.products li.product {
		width: 100% !important;
	}
	.woocommerce .shop-main ul.products li.product,
	 .woocommerce .shop-main ul.products li.product:nth-child(3n+3),
	.woocommerce .shop-main ul.products li.product:nth-child(2n+2)	 {
		 margin-right:0px;
		 float: left;
	}
	.product-sort-col {
		flex: 2;
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-top: 15px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
	.woocommerce-sorting-row {
		margin-bottom: 10px;
	}
	.woocommerce .shop-main ul.products li.product img {
		max-height: 250px;
	}
	.main-slider.row {
		margin-top: -70px !important;
	}
	#tophd .widget_nav_menu ul li a {
	letter-spacing: 0px;
    }
}
@media screen and (max-width:575px) {
	
#tophd .widget_nav_menu ul li a {
	padding: 10px 7px;
	font-size: 11px;
}
.phoeniixx_short_btn a.button.button.yith-wcqv-button, .phoeniixx_short_btn a.button.viewproduct-button {
		margin-top: 10px !important;
	}
}
@media screen and (max-width:533px) {
	 
	.main-slider.row h2 {
		font-size: 25px !important;
	}
	.main-slider.row {
	width: 310px;
}
	.slider-txt {
		margin-top: 10px !important;
		float: left;
		font-size: 20px !important;
	}
	#shop-row3 .banner-content-block > div, .cats-full-list .feature-wrapper {
		width: 100%;
	}
	#shop-row3 .banner-content-block, .cats-full-list {
		flex-wrap: wrap;
	}
	#shop-row3 .txtblock {
		order: 2;
	}
	#shop-row3 .txtblock .banner-title {
		min-height: auto;
	}
	.cats-full-list .feature-wrapper .feature-title a {
		bottom: 15px;
		left: 15px;
		font-size: 13px;
	}
	.shop-row2-txt h1.heading5 {
		font-size: 35px !important;
		line-height: 35px !important;
	}
	h1.hdtitleproduct {
		font-size: 30px;
		width: 100%;
	}
	.single-product .woocommerce-breadcrumb, .tax-product_cat .woocommerce-breadcrumb, .post-type-archive-product .woocommerce-breadcrumb {
		float: left !important;
		width: 100%;
		text-align: left;
		padding-top: 0px !important;
		padding-bottom: 15px !important;
	}
	.woocommerce div.product .product_title {
		font-size: 27px;
	}
}

@media screen and (max-width:480px) {

#home-slider .rev_slider li.tp-revslider-slidesli{
	overflow: visible !important;
	height: 100% !important;
}
#home-slider .tp-bgimg.defaultimg{
	height: 50% !important;
}


.customclassicslidetxt.tp-caption {
	padding-left: 0 !important;
}
.customclassicslidetxt h2 {
	text-align: center !important;
	font-size: 21px !important;
	margin-bottom: 0 !important;
	line-height: 26px !important;
}
.customclassicslidetxt p{
	display: none !important;
}	
	.btn-blue {
		padding: 0 25px;
	}
	.home-row2-2.solutions .lighting-cols:hover .lighting-learn-more, .home-row2-2.solutions .lighting-cols:focus .lighting-learn-more {
		top: auto;
		bottom: 65%;
	}
	#contact-row1 .vc_column-inner {
		width: 100%;
	}
	.smirrors, .custom-posts {
		padding-left: 15px;
		padding-right: 15px;
	}
	.custom-inner-row-1 {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#footer-new-1 .footer-new-col-1-txt a.btn {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.custom-inner-row-2 {
		padding: 15px 0;
	}
	.custom-single-inner .vc_col-sm-3, .railways-imgs-rows .vc_col-sm-3 {
		width: 100% !important;
	}
	
	.gallery .gallery-item {
		width: 100%;
		padding-right: 0;
	}
	.sol-inner-page.row-1 .vc_empty_space {
		height: 200px!important;
	}
	.alignright, .alignleft {
		float: none;
		margin: 20px auto 20px!important;
		display: block;
	}
	#contact-row2 .wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 280px;
	}
	.contact-right .gform_button.button {
		width: 40% !important;
		margin-left: 8px !important;
	}
	.half {
		width: 100%;
	}
	.contact-right .gfield_radio li {
		width: 60%;
	}

	.projects2-right-col > .vc_column-inner > .wpb_wrapper {
		width: 100%;
	}
	.smallblacktxt {
		font-size: 21px;
	}
	.smallbluetxt {
		font-size: 17px;
		padding: 3px 0 0px;
	}
	.smallgraytxt {
		font-size: 13px;
	}
	.mcontent .heading1 {
		font-size: 35px;
	}
	.single-mirrors #wrapper #container, .single-bulbs #wrapper #container, .single-luminaires #wrapper #container {
		padding: 0px 10px;
	}
	.mirror-box, .custom-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	#home-row2 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#home-row2 .heading5, #row2 .heading5, .heading5 {
		font-size: 23px;
	}
	#home-row2 .heading1, #row2 .heading1, .heading1 {
		font-size: 37px;
	}
/* 	.lighting-learn-more a {
		top: 26%;
	} */
	.home-row3-right, .about-row2-right {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	/* #hslayer1 {
		position: relative !important;
		top: 100% !important;
	}
	#home-slider .rev_slider .tp-bgimg {
		background-image: url('../../../../../wp-content/uploads/2017/12/slider_01.jpg') !important;
	}
	.tp-dottedoverlay {
		width: 100% !important;
		top: 350px !important;
	} */
	#home-slider .tp-dottedoverlay, #about-row1 .tp-dottedoverlay {
		width: 100% !important;
	}
	#about-row1 .rev_slider li.tp-revslider-slidesli {
	overflow: visible !important;
	height: 150% !important;
	}

	#about-row1 .fullwidthbanner-container .fullwidthabanner {
	max-height: none !important;
	height: 150% !important;
	}

	#about-row1 .tp-bgimg.defaultimg {
		height: 30% !important;
	}
	
	#home-slider .rev_slider .tp-bgimg.defaultimg, #about-row1 .rev_slider .tp-bgimg.defaultimg {
		/* background-image: url('../../../../../wp-content/uploads/2017/12/slider_01.jpg') !important; */
	}
	/* .tp-dottedoverlay.twoxtwo {
		background-position: 100% 253px !important;
	} */
	#about-row1 .tp-dottedoverlay.twoxtwo {
		background-position: 100% 34% !important;
	}
	#home-slider .tp-dottedoverlay.twoxtwo{
	background-size: 208% 50% !important;
	background-position: center bottom !important;
}
	#hslayer1 {
		margin-top: 0px !important;
		margin-left: -10px !important;
		top: 47% !important;
		left: 35px !important;
	}
	#hslayer1 {
		width: 90% !important;
	}
	#hslayer1 .tp-loop-wrap .tp-caption {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	#hslayer1 .tp-loop-wrap, #hslayer1 .tp-loop-wrap .tp-mask-wrap {
		width: 100% !important;
	}
	.stxt3 {
		padding-right: 0px !important;
	}
	.slider-heading2 {
		font-size: 28px !important;
	}
	.stxt3 {
		font-size: 14px !important;
	}
	#container, #footer-wrapper {
		width: 100%;
	}
	.footer-menu li {
		display: inline-block;
	}

	#about-row1 .tp-bgimg.defaultimg {
		height: 100% !important;
	}
	.main-slider.row {
		margin-top: -33px !important;
	}
	#tophd .widget_nav_menu ul li a {
	padding: 10px 7px;
	font-size: 9px;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}
.phoeniixx_short_btn a.button.button.yith-wcqv-button, .phoeniixx_short_btn a.button.viewproduct-button {
		display: block;
	}
	.phoeniixx_short_btn {
		display: table;
		margin: 0 auto;
	}
	.woocommerce div.product form.cart div.quantity {
		margin: 0 4px 10px 0;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		width: 100%;
		text-align: center;
	}
	.phoen_gridlist_toggle {
		text-align: center;
		margin: 0 auto 15px;
		width: 100%;
	}
	.single-product .variations tr {
		width: 100%;
	}
}

@media screen and (max-width:414px) {
	
#tophd .widget_nav_menu ul {
    text-align:center;
}

#tophd .widget_nav_menu ul li a {
	padding: 10px 5px;
}
.widget-wrapper {
    padding: 0;
}
	
	#home-row2 {
		padding-top: 10px;
	}      
	.custom-inner-row-1 a.btn-blue, .xls-btn, .btn-orange {
		height: auto;
		line-height: 1.3 !important;
		padding: 10px 20px !important;
		text-align: center;
	}
	.custom-cols5-row .vc_col-sm-2 {
		width: 100%;
	}
	#content-blog h2.entry-title.post-title a, .single.single-post .entry-title.post-title {
		font-size: 21px;
	}
	#content-blog h2.entry-title.post-title, #content-blog h2.entry-title.post-title a, .single.single-post .entry-title.post-title {
		line-height: 23px;
	}
/* 	.mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn {
		bottom: 40% !important;
	 } */
	 .mirror-innerbox:hover .mirror-btn, .custom-innerbox:hover .custom-btn {
	 bottom: -45% !important;
	}
	#hslayer1 {
		top: 20% !important;
		margin-left: 0px !important;
		left: 25px !important;
	}
#home-slider #hslayer1 {
	/*top: 47% !important;*/
	left: 10px !important;
}   
/* 	.lighting-learn-more {
		top: -130px;
	}
	.mirror-btn a, .custom-btn a {
		left: 25% !important;
	} */
	.projects-img img {
		max-height: 215px !important;
		width: 240px !important;
		max-width: 240px !important;
	}
	#mirror-row2, #row2 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
/* 	.lighting-learn-more a {
		top: 20%;
	} */
	#about-row1 .tp-dottedoverlay.twoxtwo {
		background-position:100% 40% !important;
		top: -11px !important;
	}
	.stxt3 {
		font-size: 14px !important;
		margin: 5px 0 0 !important;
		padding-bottom: 5px !important;
	}
	.stxt1 {
		font-size: 16px !important;
	}
	.slider-heading2 {
	font-size: 23px !important;
	margin: 10px 0 !important;
	line-height: 28px !important;
}
	.product-search-col form input {
		width: 275px;
	}
	
	#about-row1 .tp-bgimg.defaultimg {
		height: 38% !important;
	}
	.main-slider.row {
		width: 260px;
	}
	.main-slider.row h2 {
		font-size: 22px !important;
	}
	.slider-txt {
		font-size: 17px !important;
	}
}

@media screen and (max-width:376px) {
	#about-row1 .tp-dottedoverlay.twoxtwo {
		top: -2px !important;
	}
	.product-search-col form input {
		width: 235px;
	}
	#about-row1 .tp-bgimg.defaultimg {
		height: 38% !important;
	}
	.main-slider.row {
		width: 230px;
		padding: 20px !important;
	}
	.main-slider.row h2 {
		font-size: 18px !important;
	}
	.slider-txt {
		font-size: 14px !important;
	}
}

@media screen and (max-width:360px) {
#about-row1 .tp-dottedoverlay.twoxtwo {
	top: -9px !important;
}
/* #wrapper {
	overflow-x: hidden:
} */
	.custom-inner-row-1 a.btn-blue, .xls-btn, .btn-orange {
		font-size: 13px;
	}
	/* .btn-blue, .btn-orange, .xls-btn {
		padding: 0 20px;
	} */
	.wpb_text_column.learn-box h3 {
		font-size: 20px;
	}
	.widget-wrapper {
		padding: 0;
	}
	.contact-cols > .vc_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#contact-row2 .wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 250px;
	}
	.contact-address, .contact-phones {
		float: left;
		width: 100%;
	}
	.contact-right .gfield_radio li {
		width: 90%;
	}
	.contact-right .gform_button.button {
		width: 60% !important;
	}

	.about-innertxt {
		width: 81%;
		padding-top: 35px;
	}
	ul.slimmenu.collapsed, ul.topmenu.collapsed {
		top: 170px;
	}
	.single-mirrors #wrapper #container, .single-bulbs #wrapper #container, .single-luminaires #wrapper #container  {
		padding: 0px;
	}
	.mirror-content, .custom-content {
		font-size: 11px;
	}
	.mirror-box, .custom-box {
		padding-left: 0;
		padding-right: 0;
	}
	#about-row1 .tp-dottedoverlay.twoxtwo {
		background-position: 100% 43% !important;
	}

	#hslayer1 {
		margin-left: 10px !important;
	}
/* 	.stxt3 {
		font-size: 14px !important;
		margin: 5px 0 0 !important;
		padding-bottom: 5px !important;
	} */
	.slider-heading2 {
		font-size: 27px !important;
		margin-top: 6px !important;
	}
	.lighting-cols > .vc_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#logo {
		text-align: center;
		width: 100%;
	}
	#topbar {
		display: block;
		clear: both;
	}
	.top-widget {
		float: none;
	}
	#header .main-menu {
		float: right;
		margin-top: -120px;
		margin-right: -10px;
	}

	#footer {
		padding: 0 15px;
	}
	.mcontent .btn-blue.download-btn {
		font-size: 12px !important;
		padding: 0 10px !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
		float: none;
	}
	.single-mirror-img, .single-custom-img {
		margin: 10px auto 0;
	}
/* 	#hslayer1 {
		top: 22% !important;
	} */
	.product-search-col button {
		width: 66px;
	}
	.shop-headerbg p {
		font-size: 20px;
	}
	.main-slider.row h2 {
		font-size: 18px !important;
	}
	.main-slider.row {
		margin-top: 0px !important;
	}
}	
	
@media screen and (max-width:320px) {
/* .btn-blue, .btn-orange, .xls-btn {
	padding: 0 25px;
} */
#about-row1 .tp-dottedoverlay.twoxtwo {
	top: 2px !important;
}
	#hslayer1 {
		top: 19% !important;
		margin-left: 0px !important;
	}
	.stxt1 {
		font-size: 15px !important;
	}
	.stxt3 {
		font-size: 13px !important;
		padding-right: 0px !important;
	}
	#about-row1 .tp-dottedoverlay.twoxtwo {
		background-position: 100% 50% !important;
	}

	.slider-heading2 {
		font-size: 22px !important;
	}
	.product-search-col button {
		width: 60px;
	}
	.product-search-col form input {
		width: 205px;
	}

}
 
