/*
Copyright 2015, JT WebDesign Studio - www.jtwds.cz
*/


@import url("font_awesome.css");
@import url("font_exo-2.css");
@import url("font_open-sans.css");


html, body {
	width: 100%;
	height: 100%;
}

body {
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
	font-family: 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 30px 0;
}

p {
	margin: 0 0 20px 0;
}

a {
	text-decoration: none;
	color: #00a8d6;
}

a:hover, a:focus {
	text-decoration: none;
	color: #007da0;
	outline: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	line-height: 26px;
}

hr {
	border-top: 1px solid #dedede;
	margin: 30px 0;
}


/* == [ NAVIGATION ] == */

.menu-right {
	float: right;
}

.navbar {
	z-index: 9000 !important;
}

.navbar-brand {
	background: url(../images/logo_1.png) no-repeat 0 0;
	width: 149px;
	height: 50px;
}

.navbar-brand span {
	display: none;
}

.navbar-inverse, .navbar-header, .navbar-collapse, .navbar-toggle {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.navbar-inverse {
	background-color: transparent;
	font-weight: bold;
	border: none;
}

.scroll-fixed-navbar {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	background-color: #00a8d6;
}

.navbar-inverse .navbar-nav > li > a {
	font-family: 'Exo 2', 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	background-color: transparent !important;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	text-transform: uppercase;
	color: #ffffff;
	word-spacing: 2pt;
	display: block;
}

.navbar-inverse .navbar-nav > li > a:hover, .scroll-fixed-navbar .navbar-nav > li.active > a {
	color: #333333 !important;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	border: 2px solid #ffffff;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #333333;
	outline: 0;
}

.navbar-inverse .navbar-header {
	padding: 55px 0 15px 15px;
}

.scroll-fixed-navbar .navbar-header {
	padding: 15px 0 15px 15px;
}

.navbar-inverse .navbar-collapse {
	border-color: rgba(0, 0, 0, 0.1);
	margin-top: 55px;
}

.scroll-fixed-navbar .navbar-collapse {
	margin-top: 15px;
}


/* == [ INTRO SLIDER ] == */

.carousel, .carousel-inner, .carousel-inner .item, .carousel-inner .active {
	height: 100%;
}

#main-slider {
	background: #1a1a1a;
}

#main-slider .carousel-caption {
	text-align: center;
	top: 40%;
}

#main-slider .carousel-caption h2 {
	font-size: 38px;
	word-spacing: 2pt;
}

#main-slider .carousel-caption h4 {
	border-top: 3px solid #dddddd;
	text-transform: uppercase;
	display: inline-block;
	line-height: 25px;
	word-spacing: 2pt;
	color: #efefef;
	padding-top: 15px;
	margin-top: 10px;
}

#main-slider .carousel-inner .cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main-slider .carousel-inner .slide1 {
	background-image: url(../images/main-slider_1.jpg);
	background-position: center;
}

#main-slider .carousel-inner .slide2 {
	background-image: url(../images/main-slider_2.jpg);
	background-position: center;
}

#main-slider .carousel-inner .slide3 {
	background-image: url(../images/main-slider_3.jpg);
	background-position: center;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	opacity: 0;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	z-index: 1;
	left: 0;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .overlay-bg {
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
	background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: 0;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

#main-slider .carousel [data-slide] {
	visibility: hidden;
}

#main-slider .carousel:hover [data-slide] {
	visibility: visible;
}


/* == [ GOOGLE MAP ] == */

#google-map {
	border-top: 2px solid #dddddd;
	height: 400px;
}


/* == [ FOOTER ] == */

#footer {
	background-color: #31373a;
	padding: 20px 0;
}

#footer p {
	color: #aaaaaa;
	margin-bottom: 0;
}

#footer p #copyright {
	white-space: nowrap;
	float: right;
}

#footer p #copyright a {
	color: #ffffff;
}


/* == [ SCROLL TO TOP ] == */

#scroll-up {
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	-moz-transition: -moz-transform 0.8s ease-in-out;
	-ms-transition: -ms-transform 0.8s ease-in-out;
	-o-transition: -o-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #00a8d6;
	text-align: center;
	padding: 5px 10px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}

#scroll-up:hover, #scroll-up:focus {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	background: #31373a;
}

#scroll-up i {
	color: #ffffff;
}


/* == [ CONTACT ] == */

#contact-form input[type="text"], #contact-form textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #dddddd;
	outline: none;
	color: #818181 !important;
	padding: 15px 20px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: auto;
}

#contact-form input[type="text"]:focus, #contact-form textarea:focus {
	color: #31373a;
}

#contact-form textarea {
	min-height: 200px;
	resize: none;
}

#contact-form button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #00a8d6;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 15px;
	width: 100%;
}

#contact-form button:hover {
	background-color: #007da0;
	color: #ffffff;
}

#contact-form button[disabled], #contact-form button[disabled]:hover {
	background-color: #b1b1b1;
}

#contact-list {
	margin: 30px 0 15px 0;
}

#contact-list i {
	border: 1px solid #dddddd;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}


/* == [ GALLERY ] == */

.g1 {
	background: rgba(255, 0, 0, 0.5);
}

.g2 {
	background: rgba(0, 0, 100, 0.5);
}

.g3 {
	background: rgba(0, 100, 0, 0.5);
}

.g4 {
	background: rgba(0, 100, 0, 0.5);
}

.hover-details {
	border-radius: 3px;
	margin: 7px 0 25px 0;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hover-details > h4 {
	color: #ffffff;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

.hover-details > h4 i {
	border: 1px solid #dddddd;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
}

.hover-details > h4 span {
	display: none;
}

.hover-details > img {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 100%;
	height: auto;
}

.hover-details:hover > img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.hover-details:hover .img-cover .img-zoom {
	top: 45%;
}

.hover-details:hover .img-cover {
	opacity: 1;
}

.hover-details:hover .img-cover h3 {
	bottom: 28%;
}

.hover-details .img-cover {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0, 168, 214, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 20;
}

.hover-details .img-cover .img-zoom {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: #d5512b;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	top: -50%;
	left: 50%;
	width: 50px;
	height: 50px;
}

.hover-details .img-cover .img-zoom:hover {
	background-color: #333333;
}

.hover-details .img-cover .img-zoom i {
	color: #ffffff;
}

.hover-details .img-cover h3 {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-align: center;
	font-size: 16px;
	color: #f8f8f8;
	padding: 0 10px;
	position: absolute;
	bottom: -28%;
	width: 100%;
}


/* == [ F.A.Q. ] == */

#dotazy h4 {
	margin-top: 30px;
}

#dotazy h4:first-child {
	margin-top: 0;
}

#dotazy .faq-panel {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #dadada;
	background-color: #f5f5f5;
	text-align: justify;
	padding: 23px 30px;
	margin-bottom: 20px;
}

#dotazy .faq-panel p:first-child {
	margin-top: 0;
}

#dotazy .faq-panel p:last-child {
	margin-bottom: 0;
}

#dotazy .faq-panel ol {
	padding: 0 0 0 20px;
	margin: 0;
}

#dotazy .faq-panel ol li {
	text-align: justify;
}


/* == [ GENERIC CLASSES ] == */

.section {
	padding-top: 100px;
}

.section .headline {
	text-align: center;
}

.section .headline h1 {
	border-bottom: 2px solid #dddddd;
	display: inline-block;
	padding-bottom: 15px;
	color: #31373a;
}

.section .headline p {
	margin-bottom: 50px;
}

.alert {
	font-weight: bold;
}

.btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tick-list {
	margin: 15px 0;
}

.tick-list li {
	list-style: none;
	margin-bottom: 10px;
}

.tick-list li i {
	color: #00a8d6;
	margin-right: 10px;
}

.number-list {
	margin: 15px 0;
}

.number-list li {
	margin-top: 10px;
}

.number-list li:first-child {
	margin-top: 0;
}

.certification {
	border: 1px solid #dddddd;
	text-align: justify;
	font-size: 16px;
	padding: 23px 30px;
	margin: 25px 0;
}

.certification p {
	margin-bottom: 15px;
}

.certification p:last-child {
	margin-bottom: 0;
}

.img-lazy {
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	opacity: 0;
}


/* == [ MEDIA QUERIES (TO MAKE THE LAYOUT RESPONSIVE) ] == */

/* -- Tablet landscape size to PC (BOOTSTRAP-MD) -- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	#main-slider .carousel-caption h2 {
		font-size: 34px;
	}

}

/* -- Tablet portrait size to tablet landscape (BOOTSTRAP-SM) -- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.navbar-inverse .navbar-nav > li:first-child {
		display: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding: 15px 10px;
	}

	#main-slider .carousel-caption h2 {
		font-size: 32px;
	}

}

/* -- Mobile landscape size to tablet portrait (BOOTSTRAP-XS) -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	hr {
		margin: 15px 0;
	}

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-collapse, .scroll-fixed-navbar .navbar-collapse {
		background-color: #00a8d6;
		margin-top: 0;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}

	#main-slider .carousel-caption h2 {
		font-size: 30px;
	}

}

/* -- Mobile portrait size to mobile landscape size -- */
@media only screen and (max-width: 479px) {

	body {
		font-size: 13px;
		line-height: 22px;
	}

	h4 {
		font-size: 16px;
	}

	ul li {
		line-height: 22px;
	}

	hr {
		margin: 15px 0;
	}

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-collapse, .scroll-fixed-navbar .navbar-collapse {
		background-color: #00a8d6;
		margin-top: 0;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}

	#main-slider .carousel-caption h2 {
		font-size: 28px;
	}

	.section .headline h1 {
		font-size: 30px;
	}

	.hover-details > h4 {
		top: 15px;
		left: 15px;
	}

	.hover-details > h4 i {
		border-radius: 15px;
		line-height: 30px;
		font-size: 13px;
		height: 30px;
		width: 30px;
	}

	.hover-details:hover .img-cover .img-zoom {
		top: 50%;
	}

	.hover-details .img-cover h3 {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer p #copyright {
		float: none;
	}

	.certification {
		font-size: 15px;
	}

}

@media print {

	a[href]:after {
		content: none;
	}

	.section {
		padding-top: 50px;
	}

	.section .headline p {
		margin-bottom: 25px;
	}

	.container {
		padding-right: 0;
		padding-left: 0;
	}

	#dotazy .faq-panel {
		border: none !important;
		border-top: 1px solid #dadada !important;
		background-color: transparent;
		padding-right: 0;
		padding-left: 0;
	}

	#main-slider, .hover-details > h4, .hover-details .img-cover, #contact-form, #google-map, #scroll-up {
		display: none !important;
	}

}