@charset "utf-8";
/* CSS Document */

.h-bg {
	background: url(../images/header-bg-sl.jpg) repeat;
	width: auto;
	padding: 12px 0px;
}

.m-bg {
	background-color: #3E454D;
	max-height: 48px;
}

.navbar .nav > li > a {
	text-transform: uppercase;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: url(../images/header-bg-sl.jpg) repeat;
	color: white;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: white;
  text-decoration: none;
  background: url(../images/header-bg-sl.jpg) repeat;
}

.p-bg {
	background: url(../images/home-product-bg.jpg) repeat;
	padding: 30px 0 30px;
}

.slider-bg {
	background: url(../images/product-bg.jpg) repeat;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	cursor: pointer;
}

.h1-a {
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 16px;
	margin: 0 0 0 17px;
	color: #3E454D;
}

.h1-b {
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 40px;
	margin: 5px 0 0 0;
	color: #3E454D;
}

.h1-c {
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 30px;
	margin: 25px 0 0 0;
	color: #3E454D;
}

.h1-c-2 {
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 30px;
	color: #3E454D;
	text-transform: uppercase;
}

.h1-d {
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 20px;
	margin: 5px 0 0 0;
	color: #3E454D;
}

.p-bg h3 {
	margin: -10px 0 8px 0;
	border-bottom: 1px dashed gray;
	font-weight: 100;
	font-family: SEGOEUI_RG, sans-serif;
	width: 200px;
}

.holder {
	padding: 0 0 0 20px;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.holder h2 {
	font-family: HelveticaNeueLTStd-Bd, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: white;
	max-width: 165px;
	float: left;
	margin-top: 0px;
	font-weight: bold;
}

.holder p {
	font-family: SEGOEUI_LT, sans-serif;
	color: white;
	font-size: 15px;
	margin-left: 20px;
}

.bold {
	font-size: 20px;
}

.top-marginar {
	margin-top: 40px;
}

p.ex-p-l {
	font-family: SEGOEUI_RG, sans-serif;
	line-height: 25px;
	font-size: 14px;
}

.download-btn {
	background:url(../images/download-btn.png) no-repeat;
	width: 220px;
	height: 44px;
	font-family: SEGOEUI_LT, sans-serif;
	color: white;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
	cursor: pointer;
	opacity: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.download-btn:hover {
	opacity: 0.81;
}

.cont h3 {
	font-size: 22px;
	font-family: SEGOEUI_LT, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

.seg-lte {
	font-family: SEGOEUI_LT, sans-serif;
	font-size: 13px;
}

.seg-rglr {
	font-family: SEGOEUI_RG, sans-serif;
	font-size: 14px;
}

.foot-lnk-lst h3 {	
	font-family: SEGOEUI_LT, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: white;
	margin-bottom: 25px;
	width: 100%;
	border-bottom: none;
}

.foot-lnk-lst ul {
	margin-left: 0px;
	font-size: 15px;
}

.foot-lnk-lst ul li {
	list-style: none;
	padding-bottom: 10px;
}

.foot-lnk-lst ul li a {
	color: white;
	text-shadow: none;
}

.x-factor {
	background-color: #272d33;
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: left;
    border-top: 1px solid black;
	color: #959ea7;
	font-size: 11px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.x-factor a {
	color: #959ea7;
	text-decoration: underline;
}

.x-factor a:hover {
	color: white;
}

.bg-blc {
	background-color: #3E454D;
	padding: 26px 0;
	position: absolute;
	width: 100%;
	z-index: -10000;
}

.table tr td {
	text-align: center;
	vertical-align: middle;
}

.thumbnail h4 {
	font-family: HelveticaNeueLTStd-Bd, sans-serif;
	font-size: 15px;
	color: #3E454D;
}

@media (min-width: 320px) and (max-width: 640px) {
	div.h-bg, div.modal-footer, div.x-factor {
		width: 920px;
	}
	
	div.modal-footer, div.x-factor {
		width: 930px;
	}
}

.sitemap {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #FF8A70;
	padding: 3px 10px;
	border-radius: 4px 0 0 0;
	font-size: 12px;
}

.sitemap a {
	text-decoration: none;
	color: black;
}

.sitemap a:hover {
	color: black;
}
