@font-face {
	font-family: 'Fontello';
	src: url('../font/fontello.eot');
	src: url('../font/fontello.eot') format('embedded-opentype'), url('../font/fontello.ttf') format('truetype');
}

html, body, form, h1, h2, h3, h4, ul, li, p {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, div, label, p, li, a {
	color: #484848;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

body {
	background-color: #FFFFFF;
}

a {
	color: #88AC19;
	text-decoration: none;
	transition: color .2s;
}
a:hover {
	color: #569EDE;
	text-decoration: none;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
}

/* header */

header {
	height: 125px;
	background: #569EDE url('../img/header.png') center;
	margin-bottom: 59px;
}

header .brand {
	position: absolute;
	top: 12px;
	width: 205px;
	height: 94px;
	overflow: hidden;
	text-indent: -99999px;
	background: url('../img/logo.png') no-repeat;
}

header ul.lang {
	float: right;
	list-style-type: none;
	margin-top: 43px;
}

header ul.lang li {
	display: inline-block;
	padding-left: 10px;
}
header ul.lang li:first-child {
	padding: 0;
}
/*
header ul.lang a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 39px;
	text-decoration: none;
}
header ul.lang a:hover {
	color: #484848;
}
*/
header ul.lang a {
	display: inline-block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -99999px;
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition: opacity .5s;
	margin-bottom: -6px;
	border-radius: 100%;
}
header ul.lang a.cz {
	background-image: url('../img/lang-cz.png');
}
header ul.lang a.en {
	background-image: url('../img/lang-en.png');
}
header ul.lang a:hover {
	opacity: .5;
}

header form {
	position: relative;
}

header form .search {
	width: 280px;
	color: #2C7ABD;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	background-color: #FFFFFF;
	transition: background-color .3s;
	padding: 10px 44px 10px 12px;
	border: none;
	border-radius: 5px;
}
header form .search:focus {
	background-color: #E8E8E8;
}

header form .btn {
	position: absolute;
	right: 12px;
	top: 7px;
	width: 32px;
	height: 25px;
	cursor: pointer;
	text-indent: -99999px;
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: filter .2s;
	background: url('../img/search.png') right no-repeat;
	border-left: 1px solid #DBDBDB;
	border-radius: 0;
}
header form .btn:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

/* nav */

nav {
	position: absolute;
	top: 125px;
	width: 100%;
	height: 59px;
	background-color: #569EDE;
}
nav.fixed {
	position: fixed;
	top: 0;
	z-index: 20;
}

nav .mobile-menu {
	display: none;
}
nav .mobile-menu strong {
	position: absolute;
	width: 48px;
	top: 12px;
	right: 15px;
	cursor: pointer;
}
nav .mobile-menu strong span {
	display: block;
	margin: 0 0 7px;
	width: 100%;
	height: 7px;
	background-color: #FFFFFF;
}
nav .mobile-menu strong:hover span {
	background-color: #CCE289;
}
nav.active .mobile-menu span {
	display: none;
	position: absolute;
	top: 14px;
	transition: transform .5s;
}
nav.active .mobile-menu span:first-child {
	display: block;
	transform: rotate(45deg);
}
nav.active .mobile-menu span:last-child {
	display: block;
	transform: rotate(-45deg);
}

nav ul.menu {
	list-style-type: none;
}

nav ul.menu > li {
	position: relative;
	float: left;
	margin: 14px 0;
/*	border-right: 2px dotted #A9CB3B;
*/
	background: url('../img/dot-green.svg') 100% 0 repeat-y;
	background-size: 4px 4px;
	padding-right: 4px;
	margin-left: -2px;
}
nav ul.menu > li:first-child {
	margin-left: 0;
}
nav ul.menu > li:last-child {
/*	border-right: none;
*/
	background: none;
	padding-right: 0;
}

nav ul.menu > li > a {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	line-height: 59px;
	text-decoration: none;
	padding: 0 15px;
	margin: -14px -2px;
	transition: background-color .1s;
}
nav ul.menu > li:first-child > a {
	width: 22px;
	height: 59px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url('../img/home.png');
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 20px;
	margin-left: 0;
}
nav ul.menu > li > a:hover {
	background-color: #96CDFF;
}

.dropdown-menu {
	background-color: rgba(150,205,255,.95);
	padding: 15px 0;
	margin: 14px 0 0 -2px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu > li > a {
	color: #004784;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	transition: all .1s;
	text-transform: uppercase;
	padding: 2px 15px;
}
.dropdown-menu > li > a:hover {
	color: #FFFFFF;
	background-color: #CCE289;
}

/* carousel */

.carousel .carousel-indicators li {
	width: 11px;
    height: 11px;
    background-color: #EEEEEE;
	margin: 0;
	border: 2px solid #EEEEEE;
}
.carousel .carousel-indicators li.active {
    background-color: #88AC19;
}
.carousel .carousel-indicators li:hover {
	background-color: #569EDE;
}

.carousel article {
	width: 100%;
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
}

.carousel .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	padding: 0;
	margin: auto;
}
.carousel .container-fluid {
	position: relative;
	max-width: 1140px;
	height: 100%;
	padding: 0;
}
.carousel .captions-wrapper h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
}
.carousel .captions-wrapper h2 a {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 600;
}
.carousel .captions-wrapper h2 a:hover {
	color: #88AC19;
}

.carousel .carousel-control {
	opacity: 1;
	text-shadow: none;
}
.carousel .carousel-control:hover {
	opacity: 1;
}

.carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
    width: 110px;
    height: 88px;
	color: #B1CF4F;
    font-size: 60px;
	font-family: 'Fontello';
	line-height: 82px;
	background-color: rgba(86,158,222,.8);
    margin-top: -44px;
}
.carousel .carousel-control .icon-prev {
	left: 0;
	margin-left: 0;
}
.carousel .carousel-control .icon-next {
	right: 0;
	margin-right: 0;
}
.carousel .carousel-control .icon-prev:hover, .carousel .carousel-control .icon-next:hover {
	background-color: rgba(86,158,222,1);
}
.carousel .carousel-control .icon-prev:before {
/*	content: '\E806';*/
	content: '\f104';
}
.carousel .carousel-control .icon-next:before {
/*	content: '\E80F';*/
	content: '\f105';
}

/* products */

#products {
	background-color: #F3F3F3;
	padding: 20px 0;
}

#products .row {
	margin: 0;
}

#products h2 {
	font-weight: 600;
}

#products p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: rgba(150,205,255,.9);
	overflow: hidden;
	transition: max-height .5s;
	padding: 0 30px;
}
#products p:before {
	display: block;
	content: '';
	padding-top: 30px;
}
#products a:hover p {
	max-height: 250px;
}

/* path */

#path {
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

#path h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
}

#path ul {
	list-style-type: none;
}

#path li {
	float: left;
}
#path li:before {
	content: '\00203A';
	color: #484848;
	font-weight: 600;
	padding: 0 7px;
}
#path li:first-child:before {
	display: none;
}

#path a {
	font-weight: 600;
}

/* msg */

#msg, .msg {
	color: #FF0000;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

/* main */

#main {
	padding: 20px 0;
}

#main .leftmenu ul ul {
	padding-bottom: 0;
}

#main .leftmenu > ul > li:before {
	display: none;
}

#main .leftmenu a {
	display: inline-block;
	color: #484848;
	padding: 4px 0;
}
#main .leftmenu a.active {
	color: #569EDE;
	text-decoration: underline;
}
#main .leftmenu a:hover {
	color: #88AC19;
}
#main .leftmenu > ul > li > a {
	font-weight: 600;
}

#main .submenu {
	margin-left: -10px;
}

#main .submenu li {
	float: left;
	padding: 0 0 10px 10px;
}
#main .submenu li:before {
	display: none;
}

#main .submenu a {
	display: block;
	color: #484848;
	font-size: 16px;
	font-weight: 600;
	line-height: 33px;
	text-transform: uppercase;
	transition: all .3s;
	background-color: #EEF5FC;
	padding: 0 10px;
}
#main .submenu a:hover {
	color: #FFFFFF;
	background-color: #CCE289;
}

#main article {
	clear: both;
	margin-bottom: 22px;
	border-bottom: 1px solid #E5E5E5;
}
#main article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#main h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
}

#main h2, #main div.title {
	color: #569EDE;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
#main.home h2 {
	color: #CCE289;
	font-size: 36px;
	line-height: 40px;
}
#main h3 {
	font-weight: 700;
}
#main h4 {
	color: #88AC19;
	font-weight: 600;
}
#main h4 span {
	cursor: pointer;
}

#main .row {
	padding-top: 22px;
    margin-left: -30px;
    margin-right: -30px;
}

#main .col-sm-4, #main .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}

#main .col-lg-4, #main .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}

#main ul {
	list-style-type: none;
	padding-bottom: 22px;
}
#main ul.quick-support {
	position: relative;
	padding-top: 22px;
	padding-left: 75px;
}
#main ul.quick-support:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 75px;
	min-height: 61px;
	background: url('../img/quick-support.png') center no-repeat;
}

#main li:before {
	content: '\00203A';
	color: #484848;
	font-weight: 600;
	padding: 0 7px;
}
#main article li, #main .text li {
	position: relative;
	padding-left: 20px;
}
#main article li:before, #main .text li:before {
	position: absolute;
	left: 0;
}

#main p {
	padding-bottom: 22px;
}

#main strong {
	font-weight: 600;
}

#main .table {
	background-color: #F3F3F3;
}

#main .table td {
	padding: 22px 22px 0 22px;
	border: none;
}

#main .time {
	margin-left: 0;
    margin-right: 0;
}

#main .time p {
	padding-bottom: 0;
}

#main .time li, #main .time p {
	font-size: 14px;
	font-weight: 600;
}

#main .systems {
	background-color: #F3F3F3;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 22px;
}

#main .systems article {
	clear: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
}

#main .systems h2 {
	color: #88AC19;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	padding: 22px 0;
}

#main .systems a:hover h2 {
	color: #569EDE;
}

#main .systems img {
	padding-bottom: 22px;
}

#main .systems p {
	font-size: 14px;
	font-weight: 600;
	text-align: justify;
	padding-bottom: 22px;
}

#main .images {
	margin: 10px 0 12px -10px;
}
#main .images:after {
	content: " ";
	display: table;
	clear: both;
}

#main .images a {
	float: left;
	display: block;
	overflow: hidden;
	background-color: #F3F3F3;
	transition: background-color .5s;
	padding: 10px;
	margin: 0 0 10px 10px;
}
#main .images a:hover {
	background-color: #CCE289;
}

#main .images a img {
	opacity: 1;
	transition: opacity .5s;
}
#main .images a:hover img {
	opacity: .5;
}

#main.sitemap ul ul {
	padding-left: 30px;
	padding-bottom: 0;
}

#main.sitemap > div > ul > li:before {
	display: none;
}

#main.sitemap > div > ul > li > a {
	color: #484848;
	font-weight: 600;
	text-transform: uppercase;
}
#main.sitemap > div > ul > li > a:hover {
	color: #569EDE;
}

#main.search h3 a {
	font-weight: 700;
}

#main.search a.more {
	text-transform: uppercase;
}
#main.search a.more:before {
	content: '\00203A';
	color: #484848;
	font-weight: 600;
	padding: 0 7px;
}

/* form */

#form {
	background-color: #569EDE;
	padding-top: 45px;
	padding-bottom: 20px;
}

#form h2 {
	position: relative;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 25px;
}
#form h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: url('../img/form.png') left center no-repeat;
}
#form.servis h2:before {
	background-image: url('../img/servis.png');
}
#form h2 span {
	color: #CCE289;
}

#form form {
	padding-top: 15px;
	padding-bottom: 15px;
}

#form p {
	color: #FFFFFF;
	font-weight: 600;
}

#form form div {
	padding: 10px 0;
}
#form form div.checkbox {
	padding-top: 59px;
	margin: 0;
}

#form label {
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
}
#form .checkbox label {
	position: relative;
	padding: 1px 0 1px 30px;
}
#form .checkbox label:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #484848;
	font-family: 'Fontello';
	font-size: 14px;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 0 4px;
	border-radius: 5px;
}
#form .checkbox input[type="checkbox"]:checked + label:after {
	content: '\e822';
}

#form input, #form select {
	width: 66.66666666%;
	color: #2C7ABD;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	background-color: #FFFFFF;
	transition: background-color .3s;
	padding: 10px 12px;
	border: none;
	border-radius: 5px;
}
#form input[type="checkbox"] {
	width: auto;
	opacity: 0;
	margin: 0;
}

#form .compulsory label:after {
	content: "*";
	color: #FFFFFF;
	font-size: 28px;
	line-height: 18px;
	margin-left: 5px;
}

#form input:focus, #form select:focus {
	background-color: #E8E8E8;
}
#form input[type="submit"] {
	width: auto;
	color: #000000;
	line-height: 60px;
	text-transform: uppercase;
	background-color: #CCE289;
	transition: color .3s;
	padding: 0 20px;
	border-radius: 0;
}
#form input[type="submit"]:hover {
	color: #FFFFFF;
}

#form textarea {
	width: 83.33333333%;
	color: #2C7ABD;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	background-color: #FFFFFF;
	transition: background-color .3s;
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
}
#form textarea:focus {
	background-color: #E8E8E8;
}

/* contact */

#contact {
	padding-top: 60px;
	padding-bottom: 20px;
}

#contact .column {
	padding: 15px 0;
}

#contact .brand {
	display: block;
	width: 161px;
	height: 77px;
	overflow: hidden;
	text-indent: -99999px;
	background: url('../img/contact.png') no-repeat;
}

#contact h2 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#contact h2:before {
	position: absolute;
	content: '';
	left: 0;
	width: 18px;
/*	height: 39px;
	border: 4px dotted #A9CB3B;
	border-right: none;
*/
	height: 42px;
	background:
		url('../img/dot-green.svg') 0 0 repeat-x,
		url('../img/dot-green.svg') 0 0 repeat-y,
		url('../img/dot-green.svg') 0 100% repeat-x;
}

#contact h3 {
	font-weight: 600;
}
#contact h3:before {
	content: '\00203A';
	color: #88AC19;
	font-weight: 600;
	padding-right: 5px;
}

/* map */

#map {
	height: 545px;
	background-color: #D9D9D9;
}
#map:not(.active) {
	filter: grayscale(100%);
}

#map:not(.active) iframe {
	pointer-events: none;
}

/* footer */

footer {
	background-color: #E0E0E0;
	padding: 20px 0;
}

footer .column {
	padding: 11px 0;
}

footer h3 {
	font-weight: 600;
}

footer ul {
	list-style-type: none;
}

footer a {
	color: #484848;
	text-decoration: none;
	transition: text-decoration .2s;
}
footer a:hover {
	color: #484848;
	text-decoration: underline;
}

/* media screen */

@media (max-width: 1199px) {
	.container {
		padding-left: 15px;
    	padding-right: 15px;
	}
	
	nav .container {
		padding: 0;
	}
	nav .mobile-menu {
		display: block;
	}
	nav ul.menu {
		display: none;
		position: absolute;
		top: 59px;
		width: 100%;
		background-color: rgba(150,205,255,.95);
		z-index: 20;
	}
	nav.active ul.menu {
		display: block;
	}
	nav ul.menu > li {
		float: none;
		margin: 0;
		background: none;
		padding-right: 0;
		margin-left: 0;
/*		border-right: none;
*/		border-bottom: 1px solid #589EDC;
	}
	nav ul.menu > li:first-child {
		display: none;
	}
	nav ul.menu > li:last-child {
		border-bottom: none;
	}
	nav ul.menu > li > a {
		line-height: 49px;
		margin: 0;
		color: #2C7ABD;
		background-color: transparent;
	}
	nav ul.menu > li > a:hover {
		color: #FFFFFF;
		background-color: #CCE289;
	}
	
	.carousel .captions-wrapper h2 {
		font-size: 30px;
	}
	.carousel .captions-wrapper h2 a {
		font-size: 30px;
	}
	
	#products .container {
		width: 780px;
	}
	
	#main .row {
	    margin-left: -15px;
    	margin-right: -15px;
	}
	#main .col-sm-4, #main .col-sm-6 {
	    padding-left: 15px;
    	padding-right: 15px;
	}
	#main .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px 25px -15px;
		border-bottom: 1px solid #E5E5E5;
	}
	#main h1, #main.home h2 {
		font-size: 30px;
	}
	#main .time .col-sm-6:last-child, #main .time .col-sm-4:last-child {
		border-right: none;
	}
	#main .systems {
	    margin-left: 0;
    	margin-right: 0;
	}
	
	#form h2 {
		font-size: 30px;
	}
	#form .textarea {
		clear: both;
	}
	#form input, #form select {
		width: 80%;
	}
	#form textarea {
		width: 90%;
	}
}

@media (max-width: 799px) {
	#products .container {
    	width: 390px;
	}
}

@media (max-width: 599px) {
	.container {
		padding-left: 10px;
    	padding-right: 10px;
	}
	
	header form {
		display: none;
	}
	
	.carousel {
		display: none;
	}
	
	#products .container {
		width: 100%;
	}
	#products .product {
		background-size: 0 0;
	}
	#products h2 {
		font-size: 18px;
		line-height: 30px;
		transition: color .2s;
	}
	#products h2:before {
		content: '\00203A';
		font-weight: 600;
		padding-right: 5px;
	}
	#products a:hover h2 {
		color: #569EDE;
	}
	#products p {
		display: none;
	}
	
	#main .row {
	    margin-left: -10px;
    	margin-right: -10px;
	}
	#main .col-sm-4, #main .col-sm-6 {
	    padding-left: 10px;
    	padding-right: 10px;
	}
	#main h1, #main h2, #main div.title {
		line-height: 36px;
	}
	#main .youtube object {
		width: 100%;
	}
	
	#form h2 {
		line-height: 36px;
		text-align: center;
		padding-top: 65px;
	}
	#form h2:before {
		right: 0;
		height: 45px;
		background-position: center;
	}
	#form p {
		text-align: center;
	}
	#form form div {
		padding: 10px 0;
	}
	#form form div.checkbox {
		padding-top: 20px;
	}
	#form .buttons {
		text-align: center;
	}
	#form input, #form select {
		width: 100%;
	}
	#form textarea {
		width: 100%;
	}
	
	#contact .column {
		text-align: center;
	}
	#contact .brand {
		margin: 0 auto;
	}
	
	#map {
		display: none;
	}
}

@media (min-width: 600px) {
	#products .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	#products .product {
		background-position: center;
		background-repeat: no-repeat;
	    padding: 15px;
	}
	#products a {
		position: relative;
		display: block;
		width: 360px;
		height: 250px;
		background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0) 100px, rgba(0,0,0,0.75) 175px, rgba(0,0,0,0.75) 250px);
		margin: 0 auto;
	}
	#products h2 {
		position: absolute;
		display: flex;
		left: 0;
		right: 0;
		bottom: 0;
		height: 70px;
		color: #FFFFFF;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
		justify-content: center;
		flex-direction: column;
		margin: 0 59px;
		z-index: 1;
		background: url('../img/dot-white.svg') 0 0 repeat-x;
	}
	
	#main.home {
		padding: 50px 0;
	}
	#main.home .row {
		padding-top: 45px;
	}
	#main .submenu {
		margin-bottom: 15px;
	}
	
	#form h2 {
		padding-left: 110px;
	}
	#form h2:before {
		bottom: 0;
		width: 90px;
		border-right: 6px solid #CCE289;
	}
	#form .input {
		float: left;
		width: 50%;
	}
	#form .clear {
		clear: both;
	}
	#form label {
		line-height: 30px;
	}
	#form .checkbox label:after {
		margin-top: 5px;
	}
	
	#contact {
		padding-bottom: 60px;
	}
	#contact .contact {
		padding: 15px 0;
	}
	#contact .represent {
		padding-top: 45px;
		border-top: 1px solid #E0E0E0;
	}
	#contact .column {
		float: left;
		width: 33.33333333%;
	}
	#contact .represent .column {
		width: 50%;
	}
	
	footer {
		padding: 50px 0;
	}
	footer .column {
		float: left;
		width: 25%;
	}
	footer .double {
		width: 50%;
	}
}

@media (min-width: 800px) {
	#products .product {
		position: relative;
		float: left;
		width: 50%;
		min-height: 1px;
	}
	#main .time .col-sm-6, #main .time .col-sm-4 {
		border-right: 1px solid #E5E5E5;
	}
	#main .systems h2 {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.carousel img {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		border: 0;
	}
	.carousel .captions-wrapper {
		position: absolute;
		top: 50%;
		right: 0;
	    width: 50%;
		transform: translateY(-50%);
		text-align: left;
	}
	.carousel .captions-wrapper h2 {
		text-indent: -20%;
		margin-left: 20%;
	}

	#products {
		padding: 20px 0;
	}
	#products .product {
		width: 33.33333333%;
	}
	
	#main .time {
		border-left: 1px solid #E5E5E5;
	}
	#main .time .col-sm-6, #main .time .col-sm-4 {
		padding-left: 15px;
	    padding-right: 15px;
	}
	
	#form {
		padding-bottom: 45px;
	}
	#form h2 {
		padding-left: 135px;
	}
	#form h2:before {
		width: 105px;
		background-position: center;
		border-right: 6px solid #CCE289;
	}
	#form .input {
		width: 33.33333333%;
	}
	#form .textarea {
		float: left;
		width: 66.66666666%;
	}
	#form .buttons {
		float: left;
		width: 33.33333333%;
	}
	#form input[type="submit"] {
		position: absolute;
		bottom: 10px;
	}
	
	#contact .represent .column {
		width: 33.33333333%;
	}
	#contact .represent .column:first-child {
		margin-left: 33.33333333%;
	}
	
	footer .column {
		width: 33.33333333%;
	}
}
