@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #446495;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #0000FF;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width: 100%;
}
body {
	background-color: #000;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: justify;
}
.body_index {
	background: url(../images/01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#header {
	position: relative;
	width: 100%;
	height: 130px;
	max-height: 130px;
}
footer {
	bottom: 0;
	position: fixed;
	z-index: 1500;
	border-top: 2px solid #FFF;
	width: 100%;
	min-width: 1024px;
	background-color: #D3E4EB;
}
footer .copy {
	margin: 5px 0;
	float: left;
	color: #444;
	font-size: 12px;
}
.container-wrap {
	padding-left: 12%;
	padding-right: 12%;
}
.main {
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	margin: 60px 0;
}
h1 {
	font-size: 34px;
	position: absolute;
	margin: 0 !important;
	z-index: 190;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 232px;
	height: 124px;
	text-indent: -9999px;
	margin-top: 10px;
}
h2 {
	font-size: 32px;
	padding: 5px 0px 0px 0;
	margin-bottom: 0px !important;
	line-height: 1.2;
	color: #FFF !important;
	text-align: left;
	text-shadow: 0 2px 5px #594339;
}
h3 {
	color: #FFF !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.separator {
	border-bottom: 3px solid #999;
	padding: 5px 0;
	margin: 20px 0;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.box-white img {
	width: 100%;
	height: auto;
}
.col-md-3 .box-white {
	margin-bottom: 30px;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.ul2 {
	list-style: none outside none;
	margin-bottom: 8px;
	padding-left: 20px;
	text-indent: 2px;
	line-height: 2;
}
.ul2 li:before {
	content: "✔";
	margin-left: -1em;
	margin-right: 0.1em;
}
.p0 {
	padding: 0px !important;
}
.p40-0 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p20-0 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p15-0 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p40 {
	padding: 40px !important;
}
.p60 {
	padding: 60px !important;
}
.p60-45 {
	padding: 60px 45px !important;
}
.p100-auto {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m1015 {
	margin: 10px 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
td {
	padding: 10px !important;
}
ul.products {
	list-style: outside none none;
	width: 100%;
}
ul.products li {
	background-color: #F8F8F8;
	color: #ffffff;
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #CCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
ul.products li a {
	color: #666;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #094fa3;
	color: #FFF;
}
@media (min-width: 1360px) {
ul.list-services li {
	width: 49% !important;
	float: left;
}
ul.list-services li:nth-child(even) {
	margin-left: 2%;
}
}
nav {
	position: absolute !important;
	top: 40px;
	z-index: 1000;
	width: 100%;
	font-size: 14px;
	z-index: 150;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.navbar-default {
	background-color: #f3ebd8;
	border: none !important;
	border-radius: 0;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin-left: 5px;
}
.nav > li > a {
	margin: 0 3px 0 0 !important;
	padding: 19px 15px !important;
	color: #808695 !important;
	font-weight: 500 !important;
	transition-duration: 0.3s;
	transition-property: background, color;
	transition-timing-function: ease-in;
	vertical-align: top;
}
.nav > li > a:hover {
	background: #FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #FFF !important;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 8px 20px 8px 10px;
	font-size: 13px !important;
}
.navbar-nav ul .sub-arrow {
	margin-right: 5px;
}
@media (max-width: 1150px) {
.nav > li > a {
	padding: 15px 10px !important;
	font-size: 14px !important;
}
.nav > li {
	margin-left: 0px;
}
}
@media (max-width: 1050px) {
.container-wrap {
	padding-left: 5%;
	padding-right: 5%;
}
}
@media (max-width: 880px) {
.nav > li > a {
	font-size: 12px !important;
	padding: 19px 8px !important;
}
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 100%;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	text-align: center !important;
}
nav {
	top: 70px;
}
.nav > li > a {
	font-size: 15px !important;
}
}
@media (max-width: 450px) {
h1 a {
	background-image: url(../images/logosm.png);
	width: 180px;
	height: 96px;
	margin-top:20px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px !important;
}
}