@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Montserrat:wght@300;400;700&display=swap');

/*
Theme Name: IT v kostce
Theme URI: https://webdesign.itvkostce.cz
Author: Martin Gross
Author URI: https://webdesign.itvkostce.cz
Description: Šablona vytvořená na míru pro potřeby klienta
Version: 1.0
License: Copyright - Martin Gross
Tags: custom-made
Text Domain: itvkostce
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

label,
input,
select,
textarea {
	-webkit-appearance: none;
}

body {
	text-align: center;
	background-color: #fff;
}

body,
label,
input,
textarea,
select {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
    color: #000;
}

h1,
.like-h1,
h2,
h3,
h4,
h5,
.subtitle,
.button,
input[type=submit],
.contact-phone,
.contact-mail,
.prefooter-title {
	font-family: 'Montserrat', sans-serif;
}

.header-languages {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*-----Basics-----*/

h1,
h2.like-h1 {
	margin: 0 0 50px;
}

h2,
h3,
h4,
h5,
p,
hr,
ul,
ol,
.content-section,
.subtitle {
	margin: 0 0 30px;
}

p:last-child,
.content-section:last-child,
.content ul:last-child,
.content ol:last-child {
	margin-bottom: 0;
}

a {
	color: #24bcee;
}

a,
.content a.button,
.content a:hover,
.header a:hover,
.navmenu a:hover,
.button:hover,
.content .contact-phone a,
.content .contact-mail a,
.prefooter a:hover,
.footer a:hover {
	text-decoration: none;
}

a:hover,
.content a {
	text-decoration: underline;
}

ol li {
	list-style-position: outside;
	margin-left: 20px;
    padding-left: 10px;
}

.content ul li,
.prefooter ul li {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 6px;
	padding-left: 20px;
}

.content ul li:before,
.prefooter ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 1px;
	background: #24bcee;
}

.content ul li:last-child,
.main ul li:last-child {
	margin-bottom: 0;
}

hr {
	border-bottom: 1px solid #ddd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 100%;
    text-align: center;
}

@media only screen and (max-width:850px) {
	.wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.wrapper.main {
		padding-top: 100px;
	}

	.wrapper.banner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width:850px) {
	.wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.wrapper.banner,
	.wrapper.main {
		padding-top: 190px;
	}

	.wrapper.banner {
		margin-top: 92px;
		padding-bottom: 190px;
	}
}

.wrapper-color {
	background: #f5f5f5;
}

.banner {
	background-color: #000;
	background-image: url('../images/bg-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

@media only screen and (max-width:650px) {
	.banner {
		background-position: center right;
	}
}

@media only screen and (min-width:650px) {
	.banner {
		background-position: center center;
	}
}

.wrap {
	max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}

.wrap-huge {
	max-width: 100%;
}

@media only screen and (max-width:600px) {
	.half {
		padding-bottom: 30px;
	}

	.half:last-child {
		padding-bottom: 0;
	}
}

@media only screen and (min-width:600px) {
	.half {
		float: left;
		width: 50%;
	}
	
	.half:nth-of-type(odd) {
		padding-right: 15px;
	}
	
	.half:nth-of-type(even) {
		padding-left: 15px;
	}
}

@media only screen and (max-width:1000px) {
	.third {
		padding-top: 30px;
	}
}

@media only screen and (min-width:1000px) {
	.third {
		width: 33.3%;
		float: left;
		padding-top: 30px;
	}

	.third:nth-of-type(3n+1) {
		clear: both;
		padding-right: 20px;
	}

	.third:nth-of-type(3n+2) {
		padding-left: 10px;
		padding-right: 10px;
	}

	.third:nth-of-type(3n) {
		padding-left: 20px;
	}
}

.fourth {
	float: left;
	width: 25%;
	padding-top: 28px;
}

.fourth:nth-of-type(-n+4) {
	padding-top: 0;
}

.fourth:nth-of-type(4n+1) {
	clear: both;
	padding-right: 21px;
}

.fourth:nth-of-type(4n+2) {
	padding-left: 7px;
	padding-right: 14px;
}

.fourth:nth-of-type(4n+3) {
	padding-left: 14px;
	padding-right: 7px;
}

.fourth:nth-of-type(4n+4) {
	padding-left: 21px;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}

.red {
	color: #f54;
}

.content {
	text-align: left;
}

/*-----Fonts-----*/

@media only screen and (max-width:850px) {
	h1,
	.like-h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2,
	.home-text h3,
	.subtitle {
		font-size: 25px;
    	line-height: 36px;
	}
}

@media only screen and (min-width:850px) {
	h1,
	.like-h1 {
		font-size: 35px;
    	line-height: 47px;
	}

	h2,
	.home-text h3,
	.subtitle {
		font-size: 30px;
    	line-height: 40px;
	}
}

.prefooter-title {
	font-size: 30px;
	line-height: 40px;
}

h3 {
	font-size: 23px;
    line-height: 30px;
}

h4 {
	font-size: 21px;
    line-height: 27px;
}

.button,
input[type=submit] {
	font-size: 20px;
    line-height: 20px;
}

h4 {
	font-size: 19px;
    line-height: 25px;
}

.contact-data {
	font-size: 18px;
    line-height: 30px;
}

.team-member a,
.contact-contacts {
	font-size: 25px;
    line-height: 25px;
}

.header .contact-phone,
.header-languages {
	font-size: 24px;
	line-height: 24px;
}

.navmenu li a,
.button.button-mini {
	font-size: 16px;
    line-height: 16px;
}

.footer {
	font-size: 14px;
    line-height: 18px;
}

.bold,
strong,
h1,
.like-h1,
h2,
h3,
h4,
h5,
.red-star,
.button,
input[type=submit] {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

@media only screen and (min-width:330px) {
	.justify {
		text-align: justify;
	}
}

h1,
h2,
h3,
h4,
h5,
.button,
input[type=submit],
.uppercase,
.home-text .partners .like-h1 {
	text-transform: uppercase;
}

.team-member h3 {
	text-transform: none;
}

/*-----Header-----*/

.header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	-webkit-box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
}

.logo {
	float: left;
    display: block;
}

.logo img {
	width: auto;
}

.header-languages {
	position: relative;
	width: 52px;
	cursor: pointer;
}

.lang-items {
	position: absolute;
	top: 0;
	left: -4px;
	overflow: hidden;
	max-height: 32px;
	text-align: center;
	z-index: 9999;
}

.header-languages.clicked .lang-items {
	max-height: 160px;
	background: #24bcee;
}

.header-languages.clicked .lang-items a:hover {
	background: #000;
	opacity: 1;
}

.langfire {
	float: right;
	width: 17px;
	height: 32px;
	background-image: url('../images/dropdown.png');
	background-repeat: no-repeat;
	background-size: 17px 10px;
	background-position: right 10px;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.header-languages.clicked .langfire {
	background-position: right 15px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	transform: scaleY(-1);
}

.lang-items a, .lang-items span {
	display: block;
	padding: 5px 5px 5px;
	color: #000;
}

.lang-items a {
	padding-bottom: 5px;
}

.header-languages.clicked .lang-items a,
.header-languages.clicked .lang-items span {
	color: #fff;
}

.navmenu ul {
	margin-bottom: 0;
}

@media only screen and (max-width:850px) {
	.header {
		padding: 10px 20px 6px;
	}

	.header .contact-phone,
	.header .social-networks {
		display: none;
	}

	.logo {
		padding-top: 2px;
	}
	
	.logo img {
		height: 30px;
	}

	.top-contacts {
		float: right;
	}

	.top-lang {
		margin-right: 10px;
	}

	.mobfire {
		float: right;
    	padding: 8px 0 8px 8px;
		cursor: pointer;
	}

	.hamburger {
		position: relative;
    	float: right;
    	width: 24px;
    	height: 18px;
	}
	
	.hamburger div {
		position: absolute;
    	left: 0;
    	width: 100%;
    	height: 3px;
		background-color: #000;
	}

	.hamburger div.line-1 {
		top: 0;
	}	

	.hamburger div.line-2 {
		top: 7px;
		opacity: 1;
	}

	.hamburger div.line-3 {
		top: 14px;
	}

	.clicked .hamburger div.line-1,
	.clicked .hamburger div.line-3 {
		width: 28px;
    	left: -3px;
    	top: 7px;
	}

	.clicked .hamburger div.line-1 {
		transform: rotate(37deg);
	}

	.clicked .hamburger div.line-2 {
		opacity: 0;
	}

	.clicked .hamburger div.line-3 {
		transform: rotate(-37deg);
	}

	.navmenu {
		clear: right;
    	position: relative;
	}

	.navmenu ul {
		position: absolute;
		top: 3px;
		right: 0;
		max-height: 3px;
		overflow: hidden;
		padding-top: 3px;
	}

	.clicked .navmenu ul {
		max-height: 1000px;
	}

	.navmenu li {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #000;
	}

	.navmenu li a {
		display: block;
		padding: 7px 25px;
		text-align: left;
		color: #fff;
		white-space: nowrap;
	}

	.navmenu li:first-child a {
		padding-top: 25px;
	}

	.navmenu li:last-child a{
		padding-bottom: 25px;
	}
}

@media only screen and (min-width:850px) {
	.header {
		padding: 10px 20px 0;
		text-align: right;
	}
	
	.logo {
		padding-top: 7px;
	}
	
	.logo img {
		height: 60px;
	}

	.header .contact-phone,
	.header .social-networks {
		display: inline-block;
		vertical-align: top;
	}

	.header .social-networks {
		padding-left: 20px;
	}

	.header .contact-phone {
		padding-top: 5px;
		padding-left: 20px;
		background-size: auto 65%;
		background-position: 0 6px;
		opacity: 1;
	}

	.header .contact-phone a:hover {
		color: #000;
	}

	.top-lang {
		display: inline-block;
		margin-left: 20px;
	}
		
	.mobfire {
		display: none;
	}
	
	.navmenu {
		float: right;
    	clear: right;
	}
	
	.navmenu div,
	.navmenu ul {
		display: inline-block;
    	vertical-align: bottom;
	}

	.navmenu li {
		position: relative;
		list-style-type: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.navmenu li a {
		display: block;
		margin-right: 15px;
		padding: 14px 0 7px;
		border-bottom: 6px transparent solid;
	}
	
	.navmenu li:last-child a {
		margin-right: 0;
	}

	.navmenu li a {
		color: #000;
	}

	.navmenu li a:hover {
		border-bottom-color: #02a7e6;
	}
}

/*-----Content-----*/

.container {
	opacity: 0;
}

.loaded .container {
	opacity: 1;
}

.loader {
	display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
	background: url('../images/loading.gif') no-repeat;
	background-position: center 200px;
	background-size: 100px auto;
}

.loaded .loader {
	display: none;
}

h1.banner-heading {
	margin-bottom: 10px;
}

.banner-subheading {
	margin-bottom: 30px;
}

.home-text .like-h1 {
	text-align: center;
}

.narrow {
	width: 650px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*-----Home-----*/

.home-text,
.home-team,
.home-references {
	text-align: center;
}

.banner-subheading.subtitle {
	margin-bottom: 10px;
}

.home-text h1,
.home-team h2 {
	margin-bottom: 0;
}

.team-member {
	margin-top: 50px;
}

@media only screen and (min-width:800px) {
	.team-member {
		display: inline-block;
		margin-left: 50px;
		margin-right: 50px;
	}
}

.team-member h3 {
	margin-bottom: 5px;
}

.team-member .jobtitle {
	margin-bottom: 20px;
}

.team-member-pic {
	width: 250px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.home-references h2 {
	margin-bottom: 20px;
}

.references-map {
	margin-bottom: 30px;
}

/*-----Contacts-----*/

.contact-contacts,
.contact-address {
	margin-bottom: 30px;
}

.contact-phone,
.contact-mail {
	padding-left: 30px;
	background-repeat: no-repeat;
}

.contact-phone {
	margin-bottom: 10px;
	background-size: auto 75%;
	background-position: 1px 3px;
	background-image: url('../images/phone.png');
}

.contact-mail {
	background-size: auto 55%;
	background-position: left 7px;
	background-image: url('../images/mail.png');
}

.contact-page .contact-contacts a:hover,
.team-member .contact-phone a:hover,
.team-member .contact-mail a:hover {
	color: #000;
}

.prefooter .contact-contacts a:hover {
	color: #fff;
}

.team-member .contact-phone,
.team-member .contact-mail {
	padding-left: 0;
	background: none;
}

/*-----Footer-----*/

.prefooter {
	text-align: left;
	background: #2b2b2b;
}

.prefooter-title {
	margin-bottom: 30px;
}

.prefooter,
.prefooter label {
	color: #fff;
}

.footer {
	padding-top: 15px;
    padding-bottom: 15px;
	background-color: #1d1d1b;
}

.footer p {
	margin: 0;
}

.footer,
.footer a {
	color: #999;
}

.footer a:hover {
	color: #fff;
}

@media only screen and (max-width:700px) {
	.foot.left,
	.foot.right {
		float: none;
    	text-align: center;
	}
	
	.foot.left {
		margin-bottom: 5px;
	}
}

/*-----GDPR-----*/

.gdpr-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #202020;
	z-index: 9998;
	color: #fff;
}

.gdpr-bar p {
	margin-bottom: 0;
}

/*-----Forms-----*/

input,
select,
textarea {
	width: 100%;
    display: block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
	background: #eee;
	border: 1px #ccc solid;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input.input-medium,
select.input-medium {
	width: 350px;
}

input.input-short,
select.input-short {
	width: 200px;
}

input.input-small,
select.input-small {
	width: 65px;
}

textarea {
	height: 200px;
}

input[type=submit],
.button {
	display: inline-block;
    width: 250px;
	max-width: 100%;
    padding: 20px;
    text-align: center;
	background-color: #24bcee;
	border: 2px solid #24bcee;
	color: #fff;
	cursor: pointer;
	white-space: normal;
}

.button-area .button {
	margin-top: 20px;
}

@media only screen and (min-width:350px) {
	.button-area .button {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.button.button-mini {
	width: auto;
	min-width: 140px;
	padding: 8px 10px;
}

.gdpr-bar .button-area .button {
	margin: 10px 5px 0;
}

.home-bottom-cta .button,
.gdpr-content .button {
	width: auto;
}

input[type=submit]:hover,
.button:hover {
	background-color: #fff;
	color: #24bcee;
}

.banner .button:hover,
.prefooter input[type=submit]:hover,
.gdpr-bar .button:hover {
	border-color: #fff;
}

select {
	padding-right: 30px;
	background-image: url('../images/dropdown-padding.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 35%;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.form-field-checkbox label,
.form-field-radio label {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: top;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-color: #eee;
	cursor: pointer;
}

input[type=checkbox]:checked,
input[type=radio]:checked{
	background-color: #eee ;
	background-repeat: no-repeat;
	background-position: center center;
}

input[type=checkbox]:checked {
	background-image: url('../images/checkbox.png');
	background-size: 60% 60%;
}

input[type=radio]:checked {
	background-image: url('../images/radio.png');
	background-size: 100% 100%;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none;
}

.form-description {
	padding: 5px 20px 0;
}

.form-description.form-description-checkbox {
	padding: 5px 0 0;
}

.form-description-link {
	margin-bottom: 10px;
}

.thanks,
.error,
.info {
	padding: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
	border-left: 5px solid #7bae23;
	background-color: #eee;
	color: #000;
}

.error {
	border-left-color: #f54;
}

.info {
	border-left-color: #666;
	background-color: #fff;
}

.error p {
	margin: 0;
}

/*-----anchor-----*/

.anchor {
	display: block;
    position: relative;
    visibility: hidden;
}

@media only screen and (max-width:850px) {
	.anchor {
		margin-top: -50px;
    	padding-top: 50px;
	}
}

@media only screen and (min-width:850px) {
	.anchor {
		margin-top: -90px;
		padding-top: 90px;
	}
}

/*-----efekty gradient radius -----*/

a,
.container,
.header,
.navmenu-inner,
.hamburger div,
.button,
input[type=submit],
.gallery-pic img,
.featherlight-previous,
.featherlight-next {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

input,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.button,
input[type=submit] {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.team-member-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.banner-heading,
.banner-subheading {
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-moz-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-o-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

.banner .button {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}


/* ======== Gallery ======== */

.gal-href {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.gallery-pic img {
	opacity: 1;
}

.gallery-pic:hover img {
	opacity: 0.5;
}

.gal-title {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	padding: 10px 10px 12px;
	text-align: center;
}

.gal-title,
.featherlight-title-content {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.featherlight {
	display: none;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0);
	z-index: 99990;
	white-space: nowrap;
	cursor: pointer;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,0.8);
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.featherlight .featherlight-content {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	padding: 25px 25px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 25px solid transparent;
	background: #fff;
	cursor: auto;
	white-space: normal;
}

.featherlight .featherlight-inner {
	display: block;
}

.featherlight-title-content {
	position: absolute;
	display: block;
	top: 25px;
	left: 25px;
	right: 25px;
	margin: auto;
	padding: 10px 20px;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	width: 25px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 99991;
	cursor: pointer;
	line-height: 25px;
	font-family: Arial,	sans-serif;
	background: #fff;
	color: #000;
}

.featherlight .featherlight-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.featherlight-iframe .featherlight-content {
	padding: 0;
	border-bottom: 0;
}

.featherlight iframe {
	border: none;
}

.featherlight-loading .featherlight-content {
	width: 80px;
	height: 80px;
	padding: 0;
	background: #fff url('../images/loading.gif') no-repeat center 20px;
	background-size: 40px auto;
}

.featherlight-content img {
	height: auto !important;
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-close-icon {
	display: none;
}

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	bottom: 0;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	opacity: 0.6;
	cursor: pointer;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
}

.featherlight-previous {
	left: 25px;
	background-image: url('../images/left.png');
}

.featherlight-next {
	right: 25px;
	background-image: url('../images/right.png');
}

.featherlight-next span,
.featherlight-previous span {
	display: none;
}

/*-----float cleaner-----*/

.float-in:before,
.float-in:after {
	content:"";
	display:table;
}

.float-in {
	zoom:1;
    /* For IE 6/7 (trigger hasLayout) */
}

.float-in:after {
	clear:both;
}