/* 
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-55Roma';
*/
/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:'HelveticaNeueW01-45Ligh';
	font-size:14px;
}

h1 {
	font-size:26px;
	margin: 10px 0px 20px 0px;
}
h2 {
	font-size:18px;
	margin: 10px 0px;
}
h3 {
	font-size:18px;
	margin: 10px 0px;
}
h4 {
	font-size:16px;
	margin: 10px 0px;
}
p {
	font-size:14px;
	margin: 0px 0px 10px 0px;
	line-height: 1.7em;
}

ul, ol {
	font-size:14px;	
	padding-left:20px;
	line-height: 1.7em;
}

td, th {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

table {
	margin-bottom: 40px;
}

strong {
	font-family:'HelveticaNeueW01-55Roma';
}

.orange {
	color: #f1592a;
}

.orangeblock {
	position:absolute; 
	top: 0px; 
	right: 0px; 
	background: #f1592a; 
	height: 192px; 
	width: 30.7%; 
	z-index: -1;
}

/* FIXES *********************************************** */
 
.clear {
	clear: both;
	height: 0px;
}
 
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}
/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	color: #000;
	font-family:'HelveticaNeueW01-45Ligh';
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 990px;
	margin:auto;
}

header {
	position: relative;
	width: 100%;
	min-height: 192px;
	z-index: 2;
	margin: 0px;
}

header .inner {
	position: relative;
	width: 990px;
	height: 192px;
	margin: auto;
	background: url(../images/bg_header.jpg) center no-repeat;
	z-index: 2;
}

.phone {
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	font-size: 20px;

}

/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	margin: 100px 0px 0px 100px;
	display: block;
	max-width: 240px;
	max-height: 100px;
	float: left;
}

.featured {
	position: relative;
	width: 100%;
	clear: both;
	background: #e3e2e2;
}

.content {
	width: 100%;
}

.content .inner {
	min-height: 500px;
	padding: 50px 100px;
}

footer {
	width: 100%;
	margin-top: 40px;
	background: #e3e2e2;
}

footer .inner {
	padding: 30px 100px;
}
.footer_logo {
	width: 220px;
	border-right: 2px solid #CDCDCD;
	display: inline-block;
	vertical-align: middle;
}

.footer_text {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	font-size: small;
}


/* LAYOUT ELEMENTS *********************************************** */

.w20 {
	width: 20%;	
}

.w30 {
	width: 30%;
	float: left;
}

.w100 .w48 {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.w100 .w48:nth-child(2n+2) {
	margin-right: 0%;
}

.w40 {
	width: 40%;	
}

.w50 {
	width: 50%;
	float: left;	
	padding-right: 10px;
	font-size: 14px;
}

.w50_left {
	width: 50%;
	float: left;	
	padding-right: 20px;
}

.w50_right {
	width: 50%;
	float: left;
	padding-left: 20px;	
}

.w60 {
	width: 60%;	
}

.w70 {
	width: 65%;	
	margin-right: 5%;
	float: left;
}

.w80 {
	width: 80%;	
}

.w100 {
	width: 100%;	
}

.pro_image {
	width: 15%;
	float: left;
	margin-bottom: 40px;
}

.pro_image img {
	width: 80%;
}

.pro_spec {
	width: 80%;
	margin: 0px 0px 40px 5%;
	float: left;
}

.pro_spec table {
	width: 100%;
}

.pro_spec table tr:nth-child(odd) {
	background: #EEE;
}

.pro_spec td {
	text-align: left;
}

.pro_spec table td:nth-child(even) {
	width: 30%;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
textarea {
	width: 95%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select {
	width: 95%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 98% 0px;
	color:#c7cbd0;
}

.button {
	margin: 0;
	width: 200px;
	margin: auto;
	padding: 10px 20px;
	color: #FFF;
	display: block;
	text-align: center;
	background: #f1592a;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.button:hover {
	border: 1px solid #aaa;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}
.placeholder {
	color: #c7cbd0;
}

/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
	position: relative;
	z-index: 999;
	float: right;
	margin: 120px 200px 0px 0px;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 10px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0em 1em 0.5em 1em;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	z-index: 2;
	padding-bottom: 5px;
	overflow: hidden;
	color: #f1592a;
	text-decoration: none; 
}

.flexnav li a:hover {
	border-bottom: 1px solid #f1592a;
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #f1592a;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #FFF; 
}













