@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #eb2a2d;
	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: #8c0926;
}
.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: #FFF;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
	padding-top: 77px;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 190;
	background-color: #F7F7F9;
	box-shadow: 0 0 12px #000000;
	border-bottom: 3px solid #fff;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 3px solid #979894;
	width: 100%;
	background: #900;
	min-height: 90px;
	color: #FFF;
}
.footer-box {
	background: #B00;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 15px;
	min-height:250px;
}
.footer-box .btn {
	font-size: 12px;
	padding: 10px;
	border: none;
	float: right;
	margin-top: 10px;
}
footer p {
	margin-top: 20px;
	font-size: 15px;
}
footer h3 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 4px solid #8c0926;
	margin-bottom: 20px;
	color: #FFF !important;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #CCC;
}
footer .copy a {
	color: #FFF;
}
.social {
	margin-top: 20px;
}
.socialtop {
	float: right;
	margin-bottom: 20px;
	margin-right: 15px;
}
.container-wrap {
	padding-left: 10%;
	padding-right: 10%;
}
.lang {
	float: left;
	margin-top: 45px;
	margin-left: 275px;
	position: relative;
	z-index: 10000000;
}
.contact {
	margin-top: 20px;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
}
h1 a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 242px;
	height: 70px;
	text-indent: -9999px;
	margin-top: 5px;
}
h2 {
	font-size: 32px;
	font-weight: bold !important;
	margin-bottom: 30px !important;
	line-height: 1.2;
	color: #FFF !important;
	border-bottom: 1px solid #CCC;
	padding: 5px 5px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	background-color: #2d4689;
}
h3 {
	color: #b5b3a6 !important;
	font-size: 20px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 10px 0 !important;
}
.separator {
	border-bottom: 1px 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: 20px;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.p0 {
	padding: 0px !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;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.top-border {
	border-top: 10px solid #eb2a2d;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.carousel-caption {
	font-size: 20px;
	line-height: 1.3 !important;
	padding-bottom: 2% !important;
	animation-duration: 3s;
	animation-name: fadeIn;
}
.carousel-caption span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.2 !important;
}
.icons-index {
	padding: 20px 0;
	position: relative;
	z-index: 100;
	background: url(images/bg.png);
	border-top: 10px solid #eb2a2d;
}
.services_index {
	text-align: center;
	font-size: 26px !important;
	color: #666 !important;
}
.gallery-index {
	padding-top: 100px;
}
.gallery-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	padding: 0 0 10px 0;
	background: #FFF;
	text-align: center;
}
.gallery-box img {
	width: 100%;
	height: auto;
}
.gallery-box h3 {
	font-size: 24px !important;
	color: #eb2a2d !important;
	padding: 20px 10px 10px 10px !important;
}
.products-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.products-box img {
	width: 100%;
	height: auto;
}
.products-box p {
	font-size: 13px !important;
	font-weight: bold;
	color: #000 !important;
	padding: 0 5px !important;
	background-color: #FFF;
}
nav {
	position: fixed !important;
	top: 5px;
	z-index: 1000;
	width: 100%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.form {
	margin-bottom: 10px;
	width: 100%;
}
.form input, .form textarea, .form select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	left: 0;
	letter-spacing: -1px;
	outline: 0 none;
	padding: 7px;
	top: 0;
	width: 100%;
}
.form .button:hover {
	background-color: #0095da;
	color: #fff;
	cursor: pointer;
}
@media (max-width: 1100px) {
.nav > li > a {
	padding: 20px 10px !important;
	font-size: 14px !important;
}
}
@media (max-width: 970px) {
.nav > li > a {
	padding: 20px 8px !important;
	font-size: 10px !important;
}
}
@media (max-width: 850px) {
.nav > li > a {
	padding: 20px 8px !important;
	font-size: 10px !important;
}
.lang {
	float: right;
	margin: 0 10px 0 5px;
	width: 10px;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
nav {
	top: 75px;
}
.nav > li > a {
	font-size: 15px !important;
}
.container-wrap {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
	width: 100%;
}
body {
	padding-top: 130px;
}
.carousel-caption span {
	font-size: 20px;
}
.carousel-caption {
	font-size: 15px;
}
.carousel-indicators {
  bottom: 0px;
}
}
 @-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
/*--- amimations ---*/ 

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
@-moz-keyframes fadeInDownBig {
0% {
 opacity: 0;
 transform: translateY(-2000px);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}
@-moz-keyframes fadeInDownBig {
0% {
 opacity: 0;
 transform: translateY(-2000px);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}
.animated.fadeInDownBig {
	animation-name: fadeInDownBig;
}
 @-moz-keyframes fadeInLeftBig {
0% {
 opacity: 0;
 transform: translateX(-2000px);
}
100% {
 opacity: 1;
 transform: translateX(0px);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
 opacity: 0;
 transform: translateX(-2000px);
}
100% {
 opacity: 1;
 transform: translateX(0px);
}
}
.animated.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}
@-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
.animated.fadeIn {
	animation-name: fadeIn;
}
