 @charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
img {
	margin:0;
	border:0;
}
ul li, ol li {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
.clear {
	clear: both;
}
/*
  GENERAL
--------------------------------------------- */
body {
	font-family: 'Lato', sans-serif;
	background:#f3f3f3;
}
/*
  MAIN
--------------------------------------------- */

.navbar {
	background:#202030;
	width:100%;
	height:60px;
	position:fixed;
	z-index:9999
}
.navbar ul {
	float:right
}
.navbar ul li {
	float:left;
	width:32px;
	height:32px;
	background:url(../img/social-icons.png) no-repeat;
	list-style:none;
	margin:14px 0 0 10px;
	cursor:pointer;
}
.navbar ul li.facebook {
	background-position:left top;
}
.navbar ul li.facebook:hover {
	background-position:left -34px;
}
.navbar ul li.twitter {
	background-position:-33px top;
}
.navbar ul li.twitter:hover {
	background-position:-33px -34px;
}
.navbar ul li.youtube {
	background-position:-66px top;
}
.navbar ul li.youtube:hover {
	background-position:-66px -34px;
}
.navbar ul li a {
	display:block;
	height:32px;
}
.navbar .brand {
	background:#fff;
	width:230px;
	height:125px;
	float:left;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, .3);
	box-shadow:0 1px 1px rgba(0, 0, 0, .3);
	padding:10px 0 0 27px;
}
.container {
	width:80%;
	margin:0 auto
}
#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/*
  SLIDER
--------------------------------------------- */
.banner {
	width:100%;
	height:750px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.banner1 {
	background:url(../img/banner_01.jpg) center bottom no-repeat;
}
.banner2 {
	background:url(../img/banner_02.jpg) center bottom no-repeat;
}
.banner3 {
	background:url(../img/banner_03.jpg) center bottom no-repeat;
}
.slide {
	width:100%;
	height:750px;
	float:left;
	padding:60px 0 0 0;
}
.sildetext {
	width:80%;
	margin:0 auto;
	padding:150px 0 0 0;
}
.sildetext h2 , .sildetext h3, .sildetext h4{
	text-transform:uppercase;	
	margin:0;
	padding:0;
}
.sildetext h2 {
	font-size:40px;
	font-weight:900;
	color:#cc0e0e;
	line-height:40px;	
}
.sildetext h3 {
	color:#191945;
	font-size:40px;
	font-weight:900;
	line-height:40px;
}
.sildetext h4 {
	color:#191945;
	font-size:40px;
	font-weight:400;
	line-height:50px;
	letter-spacing:-1px;
}
.sildetext a {
	background: #aa0a0a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0e0e), to(#aa0a0a));
	background: -webkit-linear-gradient(#cc0e0e, #aa0a0a);
	background: -moz-linear-gradient(#cc0e0e, #aa0a0a);
	background: -ms-linear-gradient(#cc0e0e, #aa0a0a);
	background: -o-linear-gradient(#cc0e0e, #aa0a0a);
	background: linear-gradient(#cc0e0e, #aa0a0a);
	-pie-background: linear-gradient(#cc0e0e, #aa0a0a);
	display:inline-block;	
	height:70px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 -3px 0 0 rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 -3px 0 0 rgba(0, 0, 0, .3);
	box-shadow:inset 0 -3px 0 0 rgba(0, 0, 0, .3);
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	font-size:23px; 
	font-weight:900;
	line-height:68px;
	text-transform:uppercase;
	margin:50px 0 0 0;
	padding:0 36px;
}
.sildetext a:hover {
	background: #b21010;
	color:#fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e93030), to(#b21010));
	background: -webkit-linear-gradient(#e93030, #b21010);
	background: -moz-linear-gradient(#e93030, #b21010);
	background: -ms-linear-gradient(#e93030, #b21010);
	background: -o-linear-gradient(#e93030, #b21010);
	background: linear-gradient(#e93030, #b21010);
	-pie-background: linear-gradient(#e93030, #b21010);
	
}
/*
  CONTENT
--------------------------------------------- */

#content-area {
	background:url(../img/white-bg.png) repeat;
	width:100%;
	-webkit-box-shadow:0 0 2px #b0b0b0;
	-moz-box-shadow:0 0 2px #b0b0b0;
	box-shadow:0 0 2px #b0b0b0;
	height:140px;
	position:absolute;
	z-index:9999;
	bottom:0;
}
ul.client-list {
	margin:0 auto;
	width:88%;
	display:block
}
ul.client-list li {
	list-style:none;
	float:left;
	width:25%;
	text-align:center;
	padding:25px 0 22px 0;
	cursor:pointer;
}
ul.client-list li:hover {
	border-bottom:solid 4px #cc0e0e
}
ul.client-list li a {
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border-right:solid 1px #d2c9cd;
	
}
.last {
	border-right:none !important;
}
ul.client-list li a span {
	display:block;
	height:68px
}
ul.client-list li a h6 {
	color:#9a9aa0;
	font-size:14px;
	font-weight:400;
	margin:0;
	padding:5px 0 0 0;
}
/*
  FOOTER
--------------------------------------------- */
#footer {
	padding:30px 0 60px 0;
}
ul.footermenu {
	float:left;
}
ul.footermenu li {
	float:left;
	list-style:none;
	padding:0 15px 0 0;
}
ul.footermenu li a {
	color:#606065;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
}
ul.footermenu li a:hover {
	color:#202023;
}
ul.footer-right {
	float:right;
}
ul.footer-right li {
	float:left;
	list-style:none;
	padding:0 0 0 15px;
	text-transform:uppercase;
	color:#9f9fa4;
	font-weight:400;
	font-size:12px;
}
ul.footer-right li a {
	color:#606065;
}
ul.footer-right li a:hover {
	color:#202023;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:11px !important;
	z-index:9999;
}