article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
img {
	border-width: 0px;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: Tahoma;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
.bg1 { 
	background: #394046 url(../image/bg-page1.jpg) no-repeat top right fixed;
}
.bg2 { 
	background: #394046 url(../image/bg-page2.jpg) no-repeat top right fixed;
}
.bg3 { 
	background: #394046 url(../image/bg-page3.jpg) no-repeat top right fixed;
}
.bg4 { 
	background: #394046 url(../image/bg-page4.jpg) no-repeat top right fixed;
}
.bg5 { 
	background: #394046 url(../image/bg-page5.jpg) no-repeat top right fixed;
}
.bg6 { 
	background: #394046 url(../image/bg-page6.jpg) no-repeat top right fixed;
}
.bg7 { 
	background: #394046 url(../image/bg-page7.jpg) no-repeat top right fixed;
}

@font-face {
font-family: 'Etelka Light';
src:url('../fonts/EtelkaLight.otf');
src:url('../fonts/EtelkaLight.eot');
src:url('../fonts/EtelkaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/EtelkaLight.woff') format('woff'), url('../fonts/etelka-light.ttf') format('truetype'), url('../fonts/EtelkaLight.svg') format('svg')
}
h1, h2, h3, h4 {
	font-family: 'Etelka Light';
}
.site-content.container {
	display: block;
	height: 100%;
	margin-left: 0;
	padding-left: 5%;
	padding-right: 5%;
	background: url(../image/bg-content.jpg) no-repeat top left fixed;
}
.header {
	border-top: 3px solid #0791e6;
}
.logo {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 13px;
}
.contact {
	margin-top: 20px;
}
.contact p {
	display: inline-block;
	font-family: 'Etelka Light';
	font-size: 18px;
	line-height: 40px;
	color: #999;
	padding-left: 50px;
}
.contact i {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(../image/icons.png) no-repeat;
}
i.phone {
	background-position: 0px 0px;
}
i.mail {
	background-position: -50px 0px;
}
.lang {
	text-align: center;
	margin-top: 60px;
}
.lang .btn-default {
}
.lang .btn {
	font-family: 'Etelka Light';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 12px;
	background: none;
	border-width: 0px;
	border-radius: 0px;
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.lang a.btn  {
	color: #999;
	text-decoration: none;
}
.lang .btn:hover {
	background: #fff;
}
.lang a.btn:hover {
	color: #0791e6;
}
.lang .btn:active, .lang .btn.active {
	background: #0791e6;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
}
.lang a.btn:active, .lang a.btn.active {
	color: #fff;
}
.carousel h2, .aside h2 {
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 2000;
}
.carousel h2 span.label, .aside h2 span.label {
	display: inline-block;
	padding: 0px;
	width: 300px;
	margin-left: -150px;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	color: #596572;
	text-align: center;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	-webkit-box-shadow: 0 0px 10px #f3f3f3;
	box-shadow: 0 0px 10px #f3f3f3;
}
.carousel {
	background: url(../image/bg-header.jpg) no-repeat center top;
}
.item {
	text-align: center;
}
.item img {
	margin: 0 auto;
}
.carousel-caption {
	padding: 30px;
	bottom: 60px;
	left: 0px;
	right: 65%;
	text-shadow: 0 0px 0px rgba(0,0,0,0.6);
}
.carousel-caption h1, .carousel-caption p {
	text-align: left;
}
.carousel-caption h1 {
	font-size: 24px;
	color: #0791e6;
}
.carousel-caption p {
	font-size: 12px;
	color: #ccc;
}
.carousel-caption .btn, .article .btn {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	background-color: #0791e6;
	border-width: 0px;
	border-radius: 0px; 
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.carousel-caption:hover .btn, .article .btn:hover {
	color: #0791e6;
	background-color: #fff;
	border-color: #fff;
}

.carousel-indicators {
	bottom: 0px;
}
.navigation {
	padding: 0;
	text-align: center;
	height: 50px;
	background: url(../image/bg-topmenu.png) repeat center top;
}
.footer .navigation {
	text-align: center;
	height: auto;
	margin: 0 auto;
	background: none;
}
.navigation ul.nav.nav-pills {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.navigation .nav-pills>li {
	width: 20%;
	margin-left: 0px;
}
.footer .navigation .nav-pills>li {
	width: auto;
}
.nav-pills>li.item1 {
	border-bottom: 5px solid #0791e6;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.nav-pills>li.item2 {
	border-bottom: 5px solid #43ae00;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.nav-pills>li.item3 {
	border-bottom: 5px solid #fbb100;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.nav-pills>li.item4 {
	border-bottom: 5px solid #9971ff;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.nav-pills>li.item5 {
	border-bottom: 5px solid #ff605d;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.nav-pills>li.item1:hover, .nav-pills>li.item1.active {
	background: #0791e6;
}
.nav-pills>li.item2:hover, .nav-pills>li.item2.active {
	background: #43ae00;
}
.nav-pills>li.item3:hover, .nav-pills>li.item3.active {
	background: #fbb100;
}
.nav-pills>li.item4:hover, .nav-pills>li.item4.active {
	background: #9971ff;
}
.nav-pills>li.item5:hover, .nav-pills>li.item5.active {
	background: #ff605d;
}
.nav-pills>li>a {
	font-family: 'Etelka Light';
	padding: 10px 30px;
	border-radius: 0px;
}
.navigation .nav-pills>li>a {
	font-size: 20px;
	color: #fff;
	height: 45px;
}
.footer .navigation .nav-pills>li>a {
	font-size: 14px;
	color: #999;
	height: 30px;
	padding: 10px 10px;
}
.footer .navigation .nav-pills>li>a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .navigation .nav-pills>li.active>a {
	color: #0791e6;
}
.nav>li>a:hover, .nav>li>a:focus, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: transparent;
}

.service-container {
	text-align: center;
	background: url(../image/bg-topmenu.png) repeat center top;
}
.service {
	float: left;
	display: table-cell;
	width: 25%;
	height: 105px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: url(../image/icons.png) no-repeat;
}
.service.box1 {
	background-position: 10px -55px;
	border-top: 5px solid #43ae00;
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.service.box2 {
	background-position: 10px -215px;
	border-top: 5px solid #fbb100;
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.service.box3 {
	background-position: 10px -375px;
	border-top: 5px solid #9971ff;
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.service.box4 {
	background-position: 10px -535px;
	border-top: 5px solid #ff605d;
	transition: background 0.5s ease, color 0.5s ease;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
}
.service.box1:hover, .service.box1.active {
	background-color: #43ae00;
	background-position: 10px -135px;
}
.service.box2:hover, .service.box2.active {
	background-color: #fbb100;
	background-position: 10px -295px;
}
.service.box3:hover, .service.box3.active {
	background-color: #9971ff;
	background-position: 10px -455px;
}
.service.box4:hover, .service.box4.active {
	background-color: #ff605d;
	background-position: 10px -615px;
}
.service a, .service a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 105px;
}
.service.box1 a {
	color: #43ae00;
}
.service.box2 a {
	color: #fbb100;
}
.service.box3 a {
	color: #9971ff;
}
.service.box4 a {
	color: #ff605d;
}
.service a:hover, .service a:hover span, .service.active a {
	color: #fff;
}
.service span {
	display: inline-block;
	font-family: 'Etelka Light';
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 45px 10px 35px 80px;
}

.article {
	padding: 20px 0;
}
.article h1, .article h2, .article h3 {
	color: #0791e6;
}
.article h4 {
	color: #fff;
}
.article p {
	color: #ccc;
}
.article li {
	color: #ccc;
	padding: 5px 0px;
}
.article dt, .article dd {
	display: inline-block;
	padding: 5px 0px;
	width: 40%;
}
.article .table tr>th {
	color: #fff;
	font-weight: normal;
	border-top-color: #677480;
}
.article .table tr>td {
	color: #0791e6;
	border-top-color: #677480;
}
.article .col-md-4 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.article .col-md-6 h2 {
	text-align: left;
}
.article .col-md-6 p, .article .col-md-4 li {
	font-size: 13px;
	text-align: left;
}
.article .col-md-8 {
	margin-bottom: 20px;
}
.img-thumbnail {
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	transition: background 0.5s ease, opacity 1s ease;
	-webkit-transition: background 0.5s ease, opacity 1s ease;
}
.img-thumbnail:hover {
	background-color: #ccc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.customer, .product {
	padding: 0px 0px 1px 1px;
	text-align: center;
	outline: none;
}
.customer a, .product a {
	display: block;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg);
	filter: gray;
	transition: opacity 0.5s ease, filter 0.5s ease;
	-webkit-transition: opacity 0.5s ease, filter 0.5s ease;
}
.customer a:hover, .product a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url();
	filter: none;
}
.customer a img, .product a img {
	margin: 25px auto;
}
.aside {
	position: relative;
	display: block;
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eaeaea;
	background: url(../image/bg-aside.jpg) no-repeat center top;
}
.aside.row {
	margin-left: -15px;
	margin-right: -15px;
	height: 150px;
}
.top_carusel {
	display: block;
	height: 150px;
}
.aside.row ul {
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.aside.row li {
	float: left;
	list-style: none;
	height: 100px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.aside .col-md-3 {
	text-align: center;
	width: 293px;
	border-left: 1px solid #fff;
	border-right: 1px solid #eaeaea;
}
.aside .col-md-3 a {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */

}
.aside .col-md-3 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url(); /* Firefox 4+ */
  filter: none; /* IE 6-9 */

}
.footer {
	padding-top: 5px;
	padding-bottom: 25px;
	background: none;
	border-top: 3px solid #0791e6;
}
.footer p {
	font-size: 11px;
	color: #999;
	padding-left: 20px;
}
.footer p span {
	font-size: 13px;
	color: #0791e6;
}
.footer .col-md-4 {
	margin-top: 15px;
	height: 70px;
	background: url(../image/icons.png) no-repeat;
	border-right: 1px solid #606569;
}
.copy.col-md-4 {
	background-position: 5px -719px;
}
.address.col-md-4 {
	background-position: 5px -789px;
}

.social-icon.col-md-4 {
	background: none;
	border-right: 0px solid #606569;
}
.social-icon i {
		display: inline-block;
		background: url(../image/icons.png) no-repeat;
		width: 40px;
		height: 40px;
		transition: opacity 0.5s ease, filter 0.5s ease;
		-webkit-transition: opacity 0.5s ease, filter 0.5s ease;
}
.social-icon i.social1 {
		background-position: 0px -860px;
}
.social-icon i.social2 {
		background-position: -40px -860px;
}
.social-icon i.social3 {
		background-position: -80px -860px;
}
.social-icon i.social1:hover, .social-icon i.social2:hover, .social-icon i.social3:hover {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg);
	filter: gray;
}

a.browse {
	background: url(../image/hori_large.png) no-repeat;
  display: block;
  width: 60px; 
  height: 120px;
  margin-top: -60px;
  text-decoration: none;
	z-index: 500;
	cursor: pointer;
}

/* right */
a.right             { position: absolute; right: 0px; top: 50%; background-position: 0 -120px; float: right; }
a.right:hover       { background-position:-60px -120px; text-decoration: none; }
a.right:active      { background-position:-120px -120px; text-decoration: none; } 


/* left */
a.left              { position: absolute; left: 0px; top: 50%;  } 
a.left:hover        { background-position:-60px 0; text-decoration: none; }
a.left:active       { background-position:-120px 0; text-decoration: none; }

/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) { 
	body {
		min-width: 768px;
	}
	.site-content.container {
	}
	.contact p {
		font-size: 16px;
	}
	.carousel-caption {
		padding: 20px;
		bottom: 30px;
		right: 55%;
	}
	.carousel-caption h1 {
		font-size: 18px;
	}
	.carousel-caption p {
		font-size: 11px;
	}
	.service span {
		font-size: 15px;
		line-height: 18px;
		padding: 45px 10px 35px 70px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px) {
	body {
	}
	.contact p {
		font-size: 16px;
	}
	.carousel-caption {
		padding: 20px;
		bottom: 30px;
		right: 55%;
	}
	.carousel-caption h1 {
		font-size: 18px;
	}
	.carousel-caption p {
		font-size: 11px;
	}
	.service span {
		font-size: 15px;
		line-height: 18px;
		padding: 45px 10px 35px 70px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 1200px) and (min-width: 992px) {
	body {
	}
	.site-content.container {
	}
	.contact p {
		font-size: 16px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	body {
	}
}



