/*
Copyright 2016, JT WebDesign Studio - www.jtwds.cz
*/


@import url("font_exo-2.css");
@import url("font_open-sans.css");


html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #f9f9f9;
	font-family: 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	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 20px 0;
}

p, form, pre[class*='language-'] {
	margin: 0 0 20px 0;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: 0;
}


/* == [ NAVIGATION ] == */

.menu-right {
	float: right;
}

.navbar {
	z-index: 9000 !important;
	font-family: 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.navbar-brand {
	color: #ffffff !important;
	font-family: 'Exo 2', 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.navbar-inverse {
	box-shadow: 0 0 7px rgba(0, 0, 0, .7);
	background-color: #00a8d6;
	border: none;
}

.navbar-inverse .navbar-nav > li > a {
	background-color: transparent !important;
	border-bottom: 2px solid transparent;
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a {
	color: #333333 !important;
	border-color: #007290;
}

.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-collapse {
	border-color: rgba(0, 0, 0, .1);
}


/* == [ INTRO WALLPAPER ] == */

#wallpaper {
	text-shadow: 0 0 10px rgba(0, 0, 0, .7);
	background: url(../images/wallpaper.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	padding: 150px 0;
	position: relative;
	z-index: 1;
}

#wallpaper:after {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: " ";
}

#wallpaper h2 {
	line-height: 80px;
	font-size: 70px;
}

#wallpaper p {
	font-weight: 700;
	font-size: 24px;
}


/* == [ FOOTER ] == */

#footer {
	color: #aaaaaa;
	background-color: #272727;
	padding: 20px 0;
}

#footer p {
	margin: 0;
}

#footer p #copyright {
	float: right;
}

#footer p #copyright br {
	display: none;
}

#footer p #copyright a {
	color: #00a8d6;
}


/* == [ SCROLL TO TOP ] == */

#scroll-up {
	transition: transform 0.8s ease-in-out;
	background-color: #00a8d6;
	border-radius: 3px;
	padding: 5px 10px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}

#scroll-up:hover, #scroll-up:focus {
	transform: scale(1.1, 1.1);
	background-color: #31373a;
}

#scroll-up i {
	color: #ffffff;
}


/* == [ IMPLEMENTATION ] == */

#implementace h2 {
	margin-top: 60px;
}

#implementace h4 {
	margin-top: 50px;
}

#implementace h4:first-child {
	margin-top: 0;
}

#implementace .faq-panel {
	text-align: justify;
	border-top: 1px solid #dadada;
	padding: 23px 0 0 30px;
	margin-bottom: 20px;
}

#implementace .faq-panel p:first-child {
	margin-top: 0;
}

#implementace .faq-panel p:last-child {
	margin-bottom: 0;
}


/* == [ EXAMPLES ] == */

#priklady h2 {
	margin-top: 40px;
}

#priklady h2:first-child {
	margin-top: 0;
}


/* == [ ORDER FORM ] == */

#objednavka h2 {
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 10px;
	margin: 30px 0;
}

#objednavka form .form-group {
	border-radius: 6px;
	margin-bottom: 0;
	padding: 10px 0;
}

#objednavka form .form-group.required .control-label:after {
	content: " *";
	color: #d5512b;
}

#objednavka form .form-group:hover {
	background-color: #e7e7e7;
}

#objednavka form textarea {
	resize: none;
}

#fakturace_adresa, #fakturace_udaje {
	display: none;
}


/* == [ 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;
}

.form-horizontal .control-label {
	text-align: left;
	padding-top: 4px;
}


/* == [ 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) {
}

/* -- 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;
	}

}

/* -- Mobile landscape size to tablet portrait (BOOTSTRAP-XS) -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: center;
	}

	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a {
		border-color: transparent;
	}

	#wallpaper h2 {
		line-height: 70px;
		font-size: 60px;
	}

	#wallpaper p {
		font-size: 22px;
	}

}

/* -- Mobile portrait size to mobile landscape size -- */
@media only screen and (max-width: 479px) {

	body {
		font-size: 13px;
		line-height: 22px;
	}

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: center;
	}

	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a {
		border-color: transparent;
	}

	#wallpaper h2 {
		line-height: 60px;
		font-size: 50px;
	}

	#wallpaper p {
		font-size: 20px;
	}

	.section .headline h1 {
		font-size: 30px;
	}

	#footer {
		text-align: center;
	}

	#footer p #copyright {
		float: none;
	}

	#footer p #copyright br {
		display: inline-block;
	}

}

@media print {

	a[href]:after {
		content: none;
	}

	.section {
		padding-top: 50px;
	}

	.section .headline p {
		margin-bottom: 25px;
	}

	.container {
		padding-right: 0;
		padding-left: 0;
	}

	#wallpaper {
		background:	none;
		padding: 30px 0;
	}

	#implementace .faq-panel {
		padding-left: 0;
	}

	#wallpaper:after, #objednavka, #scroll-up {
		display: none !important;
	}

}