@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #005846;
	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: #005846;
}
.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;
}
html, body {
	width: 100%;
}
body {
	background-color: #FFF;
	color: #333333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
}
#header {
	position: relative;
	width: 100%;
	height: 190px;
	z-index: 190;
	background-color: #FFF;
	text-align:center;
	border-bottom: 3px solid #000;
}
.logo-top {
	padding:8px;
	display: inline-block;
}
.logo-top img {
	margin:0 20px;
}
footer {
	position: relative;
	z-index: 100;
	width: 100%;
	min-height: 70px;
	background-color: #292929;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #CCC;
	margin-top: 25px;
}
footer .copy a {
	color: #FFF;
}
.container-wrap {
	padding-left: 5%;
	padding-right: 5%;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
}
h1 a {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 340px;
	height: 84px;
	text-indent: -9999px;
	margin-top: 10px;
}
h2 {
	font-size: 32px;
	padding: 5px 0px 10px 0;
	margin-bottom: 10px !important;
	line-height: 1.2;
	color: #808080 !important;
	text-align: left;
}
h3 {
	color: #666 !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.title {
	color: #666 !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 0 0 10px 0 !important;
	padding: 0!important;
}
.separator {
	border-bottom: 3px solid #005846;
	padding: 5px 0;
	margin: 20px 0;
}
.line {
	border-bottom: 1px solid #005846;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.carousel-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
	font-size: 18px;
	font-weight: 400;
	color: #222;
	/*background-color: rgba(255,255,255,0.7);*/
	text-shadow: none;
}
.carousel-caption span {
	font-size: 26px;
	font-weight: 300;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-shadow: 1px 1px 3px #fff;
	padding: 10px 0 30px 0;
	display: block;
	color: #000;
}
.carousel-indicators li {
	border: 1px solid #000;
}
.carousel-indicators .active {
	background-color: #000;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.carousel-control.left {
	background-image: none !important;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none !important;
	filter: none;
	background-repeat: none;
}
.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;
}
.index-box img {
	width: 100%;
	height: auto;
}
.index-box h3 {
	text-align: center;
}
.gallery-index {
	padding-top: 100px;
}
.gallery-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #FFF;
	text-align: center;
	color: #666 !important;
	margin-bottom: 30px;
}
.gallery-box img {
	width: 100%;
	height: auto;
}
.gallery-box p {
	font-size: 15px !important;
	font-weight: bold;
	color: #333 !important;
	padding: 15px 10px 20px 10px !important;
}
.gallery-box p a:hover {
	color: #999;
}
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: #005846;
	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%;
}
}
.lang-nav li {
	display: inline-block;
	float: right;
	margin: 5px 3px !important;
	padding: 5px 3px !important;
}
.lang-nav li a {
	color: #999 !important;
	font-weight: 500 !important;
	display: block;
}
.glyphicon-search {
	padding: 5px;
}
#search input {
	padding: 3px;
	margin-right: 12px;
	width: 140px;
}
.navbar-default {
	background: none !important;
	border-radius: 0;
	border: none;
}
nav {
	position: absolute !important;
	top: 30px;
	z-index: 1000;
	font-size: 14px;
	left:40%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
	display:inline-block;
}
.nav > li {
	margin-left: 5px;
}
.nav > li > a {
	margin: 0 3px 0 0 !important;
	padding: 10px !important;
	color: #999 !important;
	font-weight: bold !important;
}
.nav > li > a:hover {
	color: #444 !important;
	background: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #444 !important;
	background: none !important;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 8px 20px 8px 10px;
	font-size: 14px !important;
}
.navbar-nav ul .sub-arrow {
	margin-right: 5px;
}
.navbar .navbar-nav {
	float: none;
}
@media (max-width: 1300px) {
h1 a {
	background-image: url(../images/logomd.jpg);
	width: 315px;
	height: 78px;
}
.logo-top img {
	height:60px;
}
}
@media (max-width: 1150px) {
.logo-top img {
	height:50px;
	margin: 0 15px;
}
nav {
	top: 150px;
}
}
@media (max-width: 910px) {
.logo-top img {
	height:35px;
	margin: 0 10px;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar-default {
	background: #FFF !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	text-align: center !important;
}
nav {
	top: 100px;
    right: 20px;
}
.nav > li > a {
	font-size: 15px !important;
}
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.carousel-caption span {
	font-size: 22px;
}
.logo-top {
	display:none;
}
.line {
	border:none;
}
}
@media (max-width: 550px) {
h1 a {
	background-image: url(../images/logosm.jpg);
	width: 240px;
	height: 59px;
}
.carousel-caption span {
	font-size: 14px;
}
}
@media (max-width: 490px) {
nav {
	top: 170px;
}
#header {
	height: 230px;
}
}
/* ----------------------- */
.form1 {
	margin-bottom: 20px;
	width: 100%;
}
.form1 input, .form1 textarea, .form1 select {
	background: #eeeeef none repeat scroll 0 0;
	border: none;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	letter-spacing: -1px;
	outline: 0 none;
	padding: 15px;
	top: 0;
	width: 100%;
}
.form1 .button {
	background-color: #9a9a9a;
	color: #fff;
	cursor: pointer;
}
.form1 .button:hover {
	background-color: #666;
	color: #fff;
	cursor: pointer;
}
