/*
Theme Name: GT Lifting
Theme URI: http://www.gtlifting.co.uk/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES


light: 300
regular: 400
semi-bold: 600
bold: 700
black: 900

*/



/* ----- GENERAL STYLES START ----- */

#wpadminbar {display: none;}

body {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #515355;
	background-color:#f4f4f4;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
	clear: both;
	float: none;
	text-align: center;
}






/* LINK STYLES START */
a:link {
	color: #f99c1c;
	text-decoration: underline;
}
a:visited {
	color: #f99c1c;
	text-decoration: underline;
}
a:hover {
	color: #f99c1c;
	text-decoration: none;
}
a:active {
	color: #f99c1c;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
/* LINK STYLES END */






/* HEADING STYLES START */
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	color: #515355;
}
h1 a:link {
	color: #515355;
	text-decoration: none;
}
h1 a:visited {
	color: #515355;
	text-decoration: none;
}
h1 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	font-weight: 700;
	color: #515355;
	line-height: 40px;
}
h2 a:link {
	color: #515355;
	text-decoration: none;
}
h2 a:visited {
	color: #515355;
	text-decoration: none;
}
h2 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}
/*h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #515355;
	text-transform: uppercase;
}
h2 a:link {
	color: #515355;
	text-decoration: none;
}
h2 a:visited {
	color: #515355;
	text-decoration: none;
}
h2 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}*/

h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #515355;
	text-transform: uppercase;
}
h3 a:link {
	color: #515355;
	text-decoration: none;
}
h3 a:visited {
	color: #515355;
	text-decoration: none;
}
h3 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}


h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #515355;
	text-transform: uppercase;
}
h4 a:link {
	color: #515355;
	text-decoration: none;
}
h4 a:visited {
	color: #515355;
	text-decoration: none;
}
h4 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}
/*h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #515355;
}
h3 a:link {
	color: #515355;
	text-decoration: none;
}
h3 a:visited {
	color: #515355;
	text-decoration: none;
}
h3 a:hover {
	color: #515355;
	text-decoration: none;
	opacity: 0.7;
}*]
h4 {
	
}*/
h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* HEADING STYLES END */






/* TABLE STYLES START */
table {
	margin-bottom: 10px;
	border: none !important;
	border-collapse: collapse;
	width: 100%;
 text-align: center;
}
td {
    padding: 5px;
}

tr:nth-child(odd) {
    background-color: #e6e7e9!important;
}
tr:nth-child(even) {
    background-color: white!important;
}
th {
    background-color: #949598!important;
    color: white;
    vertical-align: baseline;
    padding: 5px 10px;
    text-align: center;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	-webkit-appearance: none; -moz-appearance: none;
	font-family: 'Source Sans Pro', sans-serif;
}
input[type=text] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #f99c1c;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=text]:focus {
	border: 1px solid #f99c1c;
	-webkit-box-shadow: none;
box-shadow: none;
}
input[type=password] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #f99c1c;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=password]:focus {
	border: 1px solid #f99c1c;
	-webkit-box-shadow: none;
box-shadow: none;
}
input[type=email] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #f99c1c;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=email]:focus {
	border: 1px solid #f99c1c;
	-webkit-box-shadow: none;
box-shadow: none;
}
select {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #f99c1c;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
select:focus {
	border: 1px solid #f99c1c;
	-webkit-box-shadow: none;
box-shadow: none;
}
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	width: 87%;
	padding: 13px 21px 11px 21px;
	font-size: 17px;
	border: 1px solid #f99c1c;
	min-height: 126px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
	margin-bottom: 15px;
}
textarea:focus {
	border: 1px solid #f99c1c;
	-webkit-box-shadow: none;
box-shadow: none;
}
/*label {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}*/
input[type=submit] {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
	border: none;
}
input[type=submit]:hover {
	background: none;
	background-color: #e58c07;
	cursor: pointer;
}
input[type=submit]:focus {
	background: none;
	background-color: #e58c07;
	cursor: pointer;
}
input[type=button] {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
	border: none;
}
input[type=button]:hover {
	background: none;
	background-color: #e58c07;
	cursor: pointer;
}
input[type=button]:focus {
	background: none;
	background-color: #e58c07;
	cursor: pointer;
}
.btn {
	clear: both;
	padding-top: 15px;
	margin-bottom: 30px;
}
.btn a:link {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
.btn a:visited {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
.btn a:hover {
	background: none;
	background-color: #e58c07;
}
.btn_sml {
	float: left;
	padding-top: 15px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.btn_sml ul {
	padding: 0px;
	margin: 0px;
}
.btn_sml li {
	padding: 0px;
	margin: 0px;
	background: none;
}
#advanced-pdf-generator {
    margin: 0px !important;
    padding: 0px !important;
}
#advanced-pdf-generator li {
    padding: 0px !important;
}
.btn_sml a:link {
	background-color: #f99c1c;
	padding: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
.btn_sml a:visited {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
.btn_sml a:hover {
	background: none;
	background-color: #e58c07;
}


h6 {
	clear: both;
	padding-top: 15px;
	margin-bottom: 30px;
}
h6 a:link {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
h6 a:visited {
	background-color: #f99c1c;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	clear: both;
}
h6 a:hover {
	background: none;
	background-color: #e58c07;
}
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 9px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
ol li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 9px;
	list-style: decimal;
	background: none;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_50 {
	height: 50px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_70 {
	height: 70px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_90 {
	height: 90px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #d1d1d1;
	margin-bottom: 25px;
}
hr {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: none;
	border-bottom: 3px solid #f99c1c;
	width: 110px;
	margin-bottom: 15px;
}
.col4_1wide hr {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	height: 10px;
	border: none;
	border-bottom: 3px solid #f99c1c;
	width: 30px;
	margin-bottom: 10px;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
	border-bottom: 1px solid #ebebeb;
	background-color:#ffffff;
}
.header {
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	/*overflow: hidden;*/
	clear: both;
}
.header_left {
	width: 730px;
	width: 733px;
	float: left;
}
.header_right {
	width: 296px;
	width: 293px;
	float: right;
	text-align: right;
	color: #515355;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.header_right img {
	padding-left: 18px;
}
.header_right p {
	padding-top: 43px;
	color: #515355;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	line-height: 20px;
}
.top_header {
	background-color: #515355;
	font-size: 16.5px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	height: 32px;
	padding-top: 13px;
}
.header_item {
	float: left;
	margin-right: 40px;
}
.header_item img {
	vertical-align: middle;
	margin-right: 10px;
}
.header_item a:link {
	text-decoration: none;
	color: #ffffff;
}
.header_item a:visited {
	text-decoration: none;
	color: #ffffff;
}
.header_item a:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.7;
}
.logo {
	margin-top: 24px;
	margin-bottom: 23px;
}
.nav_container {
	background-color:#ffffff;
}
.nav {
	height: 52px;
	width: 1026px;
	margin-left: auto;
	margin-right: auto;
}
.nav_btn a:link {
	height: 37px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	color: #515355;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 73px;
	text-decoration: none;
	padding-top: 15px;
}
.nav_btn a:visited {
	height: 37px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	color: #515355;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 73px;
	text-decoration: none;
	padding-top: 15px;
}
.nav_btn a:hover {
	color: #f99c1c;
}
.nav_search {
	height: 16px;
	width: 17px;
	overflow: hidden;
	margin-top: -36px;
}
.nav_search a:link {
	height: 16px;
	width: 17px;
	overflow: hidden;
	background-image: url('pics/icon_search.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}
.nav_search a:visited {
	height: 16px;
	width: 17px;
	overflow: hidden;
	background-image: url('pics/icon_search.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}
.nav_search a:hover {
	background-position:0% -16px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	list-style: none;
	background-image: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 52px;
	padding: 3px;
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #515355;
	width: 660px;
	width: 670px;
	z-index: 999;
}
#menu > li > ul > li > a {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 10px;
	height: 25px;
	width: 200px;
	width: 320px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #515355;
}
#menu > li > ul > li > a:hover {
	background-color: #f99c1c;
	color: #FFFFFF;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.content img {
	max-width: 980px;
	height: auto;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 180px;
	float: left;
}
.col5_2wide {
	width: 380px;
	float: left;
}
.col5_3wide {
	width: 580px;
	float: left;
}
.col5_4wide {
	width: 780px;
	float: left;
}
.col5_spacer {
	width: 20px;
	float: left;
	height: 10px;
}
/* 5 COLUMN LAYOUT END */




/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 230px;
	float: left;
}
.col4_2wide {
	width: 480px;
	float: left;
}
.col4_3wide {
	width: 730px;
	float: left;
}
.col4_4wide {
	width: 980px;
	float: left;
}
.col4_spacer {
	width: 20px;
	height: 10px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 310px;
	float: left;
}
.col3_2wide {
	width: 645px;
	float: left;
}
.col3_3wide {
	width: 980px;
	float: left;
}
.col3_spacer {
	width: 25px;
	float: left;
	height: 10px;
}
/* 3 COLUMN LAYOUT END */





/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide {
	width: 700px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ADDITIONAL COLUMN LAYOUTS END */






/* ----- COLUMN STYLES END ----- */



/* FOOTER STYLES START */
.footer_container {
	background-color: #515355;
	padding-top: 40px;
}
.footer {
	width: 1026px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
.footer strong {
	font-weight: 600;
}
.footer a:link {
	color: #ffffff;
}
.footer a:visited {
	color: #ffffff;
}
.footer a:hover {
	color: #ffffff;
}
.footer textarea {
	width: 98%;
}

.footer .col5_1wide {
	margin-left: 30px;
	width: 150px;
}
.footer .col5_2wide {
	width: 300px;
}
.footer .col5_1wide img {
	vertical-align: middle;
	margin-right: 20px;
}
.footer .col5_1wide a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer .col5_1wide a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer .col5_1wide a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer_left {
	width: 45%;
	float: left;
}
.footer_right {
	width: 45%;
	float: right;
}
/* FOOTER STYLES ENDS */

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}



/* ----- LAYOUT STYLES END ----- */



.hero {
	background: #f99c1c;
	margin-left: auto;
    margin-right: auto;
	position: absolute;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
}
.hero:hover {
	background: #e58c07;
}
.hero img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1 !important;
}


.parallax-container {
	width: 100%;
	height: 450px;
}
.parallax-container h1 {
	color: #ffffff;
}
.parallax-container p {
	color: #ffffff;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}


.grid_top_left {
	height: 172px;
	width: 240px;
	border-bottom: 1px solid #f99c1c;
	border-right: 1px solid #f99c1c;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}
.grid_top_left h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 0px;
}
.grid_top_left p {
	width: 160px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}
.grid_top_right {
	height: 172px;
	width: 239px;
	border-bottom: 1px solid #f99c1c;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}
.grid_top_right h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 0px;
}
.grid_top_right p {
	width: 160px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}
.grid_bottom_left {
	height: 130px;
	width: 240px;
	border-right: 1px solid #f99c1c;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 48px;
}
.grid_bottom_left h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 0px;
}
.grid_bottom_left p {
	width: 160px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}
.grid_bottom_right {
	height: 130px;
	width: 239px;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 48px;
}
.grid_bottom_right h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 0px;
}
.grid_bottom_right p {
	width: 160px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}

.thumb {
	width: 230px;
	height: 230px;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#searchbox {
	display: none;
}
.searchbox {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 8px;
	position: absolute;
    width: 400px;
    padding: 8px;
    margin-left: 100px;
    left: 50%;
	margin-top: -33px;
	height: 36px;
	padding-top: 5px;
    padding-bottom: 12px;
}
.searchbox form {
	float: left;
}
.searchbox input[type=text] {
	width: 160px;
	width: 330px;
	padding: 8px;
	padding-right: 28px;
}
.searchbox input[type=submit] {
	background: none;
    height: 16px;
    width: 17px;
	padding: 0px;
    overflow: hidden;
    background-image: url(pics/icon_search.png);
    background-repeat: no-repeat;
    background-position: top left;
	float: left;
	margin-top: -44px;
    margin-left: 170px;
    margin-left: 340px;
}
.new_icon {
	position: absolute;
    margin-top: -237px;
    margin-left: 142px;
}
.newprod_icon {
	position: absolute;
    margin-top: -237px;
    margin-left: -19px;
}
.newdesign_icon {
	position: absolute;
    margin-top: -237px;
    margin-left: -19px;
}

.left-20 {
	margin-left: 20px;
}
.height-text {
	height: 122px;
}
.close {
	float: right;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
	border: 1px solid #515355;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
	font-size: 14px;
}
.close:hover {
	color: #f99c1c;
	border: 1px solid #f99c1c;
}

.flex-viewport {
	padding-bottom: 20px;
}
.flex-control-paging li a.flex-active {
	background: #f99c1c !important;
}
.flex-direction-nav .flex-nav-prev a {
	background-image: url('pics/arrow_prev.png') !important;
	margin-left: -30px !important;
	opacity: 1 !important;
	left: 0px !important;
}
.flex-direction-nav .flex-nav-next a {
	background-image: url('pics/arrow.png') !important;
	margin-right: -30px !important;
	opacity: 1 !important;
	right: 0px !important;
}

.mob_subnav {
	display: none;
}


.slides li {
	background-image: none !important;
}


/*.metaslider .caption-wrap {
    font-weight: 700 !important;
    color: #515355 !important;
    font-size: 20px !important;
    opacity: 1.0 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: normal !important;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.metaslider .caption {
	position: absolute;
}
#metaslider_12471 .flex-viewport {
	overflow: visible !important;
	overflow-x: hidden !important;
    height: 310px;
}
.slides li {
	background-image: none !important;
	background-color: #ffffff;
}
.slides li img {
	max-height: 230px !important;
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}*/

#printonly {display: none;}