/* -- General Formatting */

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

b, strong { 
	font-weight: 700;
}

.body {
	padding-bottom: 234px;
}

.content_wrapper{
	max-width:1000px;
	margin:auto;
	width:100%;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #FD041A;
}

.w_22 { width: 22.5%; }
.w_18 { width: 18%; }

a { color: #FD041A; }



/* -- Header Formatting */

.header {
}

.header .wrapper {
	position: relative;
}

.header .top .logo {
	margin-top: 15px;
}

.header .top .logo img {
	height: 60px;
}

.header .search-bar {
	height: 56px;
	background-color: #F2F2F2;
	background-image: url('../../uploads/layout/search-red.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px 0;
}

.header .search-bar .search .field {
	padding: 5px;
}

.header .search-bar .search input[type="text"]{
	background-color: #F2F2F2;
	border: 0;
	box-sizing: border-box;
	height: 46px;
	padding: 0 10px;
	width: 95%;
	vertical-align: middle;
}

.header .search-bar .search input[type="image"]{
    display: inline-block;
	vertical-align: middle;
	margin-left: -49px;
}

.header .search-bar .contact {
	line-height: 56px;
	font-style: italic;
	font-size: 20px;
}

.header .search-bar .contact b {
	color: #FD0518;
}

.header .search-bar .contact img {
	vertical-align: middle;
	margin-top: -5px;
    margin-left: 15px;
}

.header .top-nav {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 60px;
}


.header .top-nav a.btn {
	background-color: #F3F3F4;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	padding: 0 25px;
}

.header .top-nav a.btn-red {
	background-image: url('../../uploads/layout/angle-red.png');
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
}

.header .top-nav a.btn-clear {
	background-color: transparent;
}

.header .top-nav a.btn-clear:hover {
	background-image: url('../../uploads/layout/angle-red.png');
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
}



/* -- Navigation Formatting */

.nav {
	position: relative;
	z-index: 100;
	height: 60px;
	line-height: 60px;
	background-color: #F2F2F2;
}

.nav .wrapper {
	position: relative;
}

.nav img {
	height: 24px;
	margin-bottom: -5px;
}

.nav .parent {
	position: relative;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.nav .parent a{
	color:#000000;
	text-decoration:none;
}
.nav .has_arrow {
	background-image: url('../../uploads/layout/nav-arrow-down.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.nav .dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 12px;
	line-height: 2;
	background-color: #F3F3F4;
}

.nav .dropdown .children {
	padding: 10px 0;
}

.nav .parent a.level_0 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.nav .parent a.level_1 {
	display: block;
	line-height: 40px;
    padding: 0 15px;
	color: #666;
	text-decoration: none;
}

.nav .parent a.level_1:hover {
	background-color: #666;
	color: #FFF;
}

.nav .parent_1, .nav .parent_1 .children { background-color: #E7E8E9; }
.nav .parent_2, .nav .parent_2 .children { background-color: #DCDDDE; }
.nav .parent_3, .nav .parent_3 .children { background-color: #D1D2D4; }

.nav .parent:hover .dropdown {
	display: block;
}

.nav .has_arrow:hover {
	background-image: none;
}



/* -- Footer Formatting */

.footer {
	color: #FFF;
}

.footer .top {
	background-color: #1D1D1E;
	padding: 15px 0;
}

.footer .top i,
.footer .phone span,
.footer .call div {
	color: #BDBEC0;
}

.footer .call {
	font-size: 20px;
}

.footer .bottom {
	background-color: #000;
	color: #A7A9AC;
	padding: 15px 0;
	font-size: 11px;
}

.footer .bottom a {
	color: #A7A9AC;
	text-decoration: none;
}
.footer .bottom a:hover {
	color:#FD0518;
}



/* -- Slider Formatting */

.slider {
	position: relative;
	background-color: #0D0D0D;
	z-index: 20;
	background-image: url('../../uploads/layout/panel-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider { 
	background-image: url(../../uploads/layout/Collage.jpg);
}
.search_form_container {
	padding: 89px 0;
}			



/* -- Product Page Formatting */

.product_page .photos {
	width: 370px;
	margin-right: 30px;
}

.product_page .details {
	overflow: hidden;
}

.product_page h1.title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.product_page .description {
	margin: 15px 0;
}

.product_page .cost {
	font-size: 20px;
}

.product_page .cost b {
	color: #FD0518;
}

.product_page .cta {
	padding: 25px 0 10px 0;
}

.product_page .purchase {
	font-size: 16px;
}

.product_page .purchase .qty {
	width: 30px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
}

.product_page .purchase input[type="submit"]{
	background-image: url('../../uploads/layout/btn-on.png');
	background-position: center center;
	background-size: 100% 100%;
	padding: 0 12px;
	margin: 0 10px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
}

.product_page a.btn, .returnLink a.btn {
	display: inline-block;
	background-image: url('../../uploads/layout/btn-off.png');
	background-position: center center;
	background-size: 100% 100%;
	line-height: 35px;
	padding: 0 15px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	margin: 0 10px;
	
}

.product_page a.btn:hover, .returnLink a.btn:hover {
	background-image: url('../../uploads/layout/btn-on.png');
	color: #FFF;
}

.product_page .features .row {
	line-height: 2.5;
	padding: 0 10px;
}

.product_page .features .row-hl {
	background-color: #F3F3F4;
}
.quote_form input[type="submit"] { 
	background-image: url("https://voytenelectric.com/uploads/layout/btn-on.png");
	background-position: 50% 50%;
	background-size: 100% 100%;
	border: 0px none currentColor;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	margin: 0px 0px;
	padding: 0px 12px;
	text-decoration: none;
	float:right;
}



/* -- Homepage Search */

.search_form_container {
	padding: 75px 0;
}

.search_form {
	width: 500px;
	margin: 25px auto;
	background-color: #F1F1F2;
	padding: 20px 50px;
	box-sizing: border-box;
}

.search_form .field input[type="text"]{
	width: 100%;
}

.search_form .field input[type="submit"]{
	float: right;
}

.error{
	background-color:#DCDDDE;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 10px;
}

.search_form_home .label{
	width: 95px;
	float: left;
	text-align: right;
	padding: 0;
	padding-right: 5px;
	line-height: 25px;
}

.search_form_home .field{
	float: left;
	width: 300px;
}

.search_form_home .field input{
	border: 0px;
}

.search_form_home .field select{
	border: 0px;
}

.search_form_home h2{
	color: #000000;
	margin: 0 0 15px 0;
	text-align: center;
}

.home_search_btn {
	display: inline-block;
}



/* -- Product Category Formatting */

.category_page .sub_category {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #CCC;
}

.category_page .sub_category .link {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.category_page .sub_category .details {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	background-image: url('../../uploads/layout/category-details.png');
	color: #FFF;
}

.category_page .sub_category .details .title h2 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color:#fff;
	margin:2px 0;
}

.category_page .sub_category .details .desc {
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #FFF;
	display: none;
}

.category_page .sub_category:hover .details {
	background-color: #000;
}

.category_page .sub_category:hover .details .desc {
	display: block;
}


.search_btn { 
	background-image: url("https://voytenelectric.com/uploads/layout/btn-off.png");
	background-position: 0% 0%;
	background-size: 100% 100%;
	color: #000000;
	display: inline-block;
	font-weight: 700;
	line-height: 35px;
	margin: 0px 0px;
	padding: 10px 20px;
	text-decoration: none;
	border:0;
	color:#000;
}

.search_btn:hover { 
 	background-image: url("https://voytenelectric.com/uploads/layout/btn-on.png");
	
	color:#fff;
}

#enterAccount{
	width:100%;
	font-weight:bold;
	font-size:14px;
	padding-right:5px;
	box-sizing: border-box;
}
#enterAccount input{
	width:240px;
	margin-right:5px;
}
#shipping_call{
	width:100%;
	font-weight:bold;
	font-size:14px;
	padding-right:5px;
	box-sizing: border-box;
}

/** Login/Signup **/
.half .btn,
.choose_login .btn,
.choose_login input.btn,
.submit input.btn {
	border:0;
 	background-image: url('../../uploads/layout/angle-red.png');
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
	display:inline-block;
	padding:10px 14px;
}