@charset "utf-8";
/* Slider
http://www.freshdesignweb.com/drop-down-responsive-menu-with-css3-and-jquery.html
*/
@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);
/*===== nav style ======*/


#fdw {
	width: 65%;
	float: right;
}
#fdw nav select {
	display: none; /* this is just for the mobile display */
}
#fdw nav ul {
	display: block;
	z-index: 999999;
}
#fdw nav ul li {
	display: inline-block;
	padding: 36px 0 0;
	margin-left: 15px;
	position: relative;
	font-family: "Century Gothic";
	font-size: 15px;
	float: left;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	text-transform: uppercase;
	color: #5e5652;
	text-decoration: none;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color: #e69d27;
	border-top: 2px solid #e69d27;
}
#fdw nav ul li span {
	position: absolute;
	right: -12px;
	bottom: 6px;
	width: 7px;
	height: 8px;
	margin: 0 0 0 3px;
	float: right;
	display: block;
	background: url('images/nav_arrow.png') no-repeat left -8px;
	text-transform: uppercase;
	line-height: 25px;
}
/*#fdw nav ul li.current {
	border-bottom:2px solid #e25d29;
}*/
#fdw nav ul li.current a {
	cursor: default;
}
#fdw nav ul li.current ul li a {
	cursor: pointer;
}
#menu nav select {
	display: none; /* this is just for the mobile display */
}
#menu nav ul {
	display: block;
	z-index: 999999;
}
#menu nav ul li {
	display: inline-block;
	padding: 50px 3px 30px;
	margin-left: 30px;
	position: relative;
}
#menu nav ul li a:hover, #fdw nav ul li a:active {
}
#menu nav ul li span {
	position: absolute;
	right: -12px;
	bottom: 6px;
	width: 7px;
	height: 8px;
	margin: 0 0 0 3px;
	float: right;
	display: block;
	background: url('images/nav_arrow.png') no-repeat left -8px;
	font: 0/0 a;
}
#menu nav ul li.current {
	border-bottom: 2px solid #e25d29;
}
#menu nav ul li.current a {
	color: #e25d29;
	cursor: default;
}
#menu nav ul li.current a span {
	background: url('../images/nav_arrow.png') no-repeat left 0;
}
#menu nav ul li.current ul li a {
	cursor: pointer;
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
/* nav */
#fdw nav ul li {
	margin-left: 12px;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#logo {
float: left;
margin-top: 15px;
width: 100%;
text-align: center;
}
/* nav menu ul & select */
#fdw nav ul {
	display: none;
}
#fdw nav select {
	width:90%;
	display: block;
	cursor: pointer;
	padding: 6px;
	background: #f27a05;
	border: 1px solid #D65D0C;
	color: #FFF;
	text-transform: uppercase;
	line-height: 25px;
	min-height: 40px;
	font-weight: bold;
	margin:10px auto 30px
}
#fdw nav select option {
	min-height: 35px;
}
}
.table1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 18px 0 0 0
}
table ul {
	list-style: disc;
	padding-left: 14px;
	margin-bottom: 10px
}
.table1 .td_space td {
	/*padding:8px 5px;*/ 
	vertical-align: middle;
}
.table1 .td_space1 td {
	/*padding:5px 5px;
	height:25px;*/
	vertical-align: middle;
}
.left_colfont {
	color: #797776;
	font-size: 13px;
	font-weight: bold;
	/*line-height: 40px;*/
	display: block;
	width: auto;
	text-align: left;
	vertical-align: middle;
	padding: 14px 0 12px 81px;
}
.left_colfont span {
	font-size: 12px;
	font-weight: normal
}
.right_colfont {
	font-size: 13px;
	color: #91908f;
	line-height: 18px;
	padding: 5px 10px 5px 0;
}
.right_colfont span {
	display: block;
	width: 40%;
	float: left
}
.alt_table {
	background: #eaeaea;
	vertical-align: middle;
}
.alt_table td {
	vertical-align: middle;/*padding:0 5px*/
}
.alter_table {
	background: #f7f7f7
}
.alt_height {
	height: 37px;
	padding: 0 0 0 14px
}
.product_data {
	background: url(images/icons/product_data.png) no-repeat 35px center;
}
.pdf {
	background: url(images/icons/pdf.jpg) no-repeat 0 center;
	min-height: 40px;
	line-height: 40px;
	padding: 0 0 0 45px;
	margin: -4px 0 0 0;
	display: block;
	width: 69px;
	text-decoration: none;
	color: #797776;
}
 [class*="span"], .row-fluid [class*="span"] {
float:none;
display:block;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.span12, .row-fluid caption {
	font-size: 12px;
	margin-top: 0.3em
}
th, td {
	padding: 10px;
	font-size: 14px;
	vertical-align: top;
	line-height: 20px;
}
thead th {
	font-weight: bold;
	border-bottom: 2px grey solid;
	padding: 0
}
tbody th {
	border-bottom: 0px solid grey;
	text-align: left;
	padding-bottom: 0
}
tbody td {
/*border-bottom: 1px solid grey; padding-top:5px; */
}
tfoot th, tfoot tr {
	font-weight: bold
}
.left_colfont {
	padding-left: 60px;
	vertical-align: middle;
}
.right_colfont span {
	display: block;
	width: 100%;
	float: left;
	margin: 4px 0 2px 0
}
}
.contact {
	width: 37px;
}
 @media (max-width: 620px) {
.right_colfont span {
	display: block
}
}
 @media (max-width: 920px) {
#fdw {
	width: 100%;
	float: left;
}
}
 @media (max-width: 470px) {
}
 @media (max-width: 395px) {
}
 @media (max-width: 300px) {
	/*.cunsultation_form .inputf{width:auto;
}.cunsultation_form .status{width:auto;
}
.cunsultation_form textarea{width:auto;}*/


[class*="span"], .row-fluid [class*="span"] {
width:auto;
}
.services_describ {
	width: 91%;
}
}
