/*
Theme Name: FitVitae
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz
Version: 1.01
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Barlow Semi Condensed', Arial, sans-serif;
	font-weight: 300;
	background: #fff;
	font-style: normal;
	color: #00682E;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1330px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	padding: 12px 0;
	z-index: 400;
	background: #AFCA0B;
	position: fixed;
	top: 0;
	height: 74px;
	left: 0;
	box-shadow: 0px 3px 6px #00000029;
}
header img.s-icon {
	width: 30px;
	margin-top: 9px;
	float: right;
}
header img.s-icon.fb {
	width: 28px;
	margin-left: 15px;
}
body#logged header {
	top: 32px;
}
.logo {
	float: left;
	width: 200px;
	position: relative;
}
header .main-menu {
	width: calc(100% - 310px);
	float: left;
	text-align: right;
	margin-top: 15px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	position: relative;
	margin-left: 45px;
}
header .main-menu li a {
	color: #fff;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 3px solid transparent;
}
header .main-menu li a:hover, header .main-menu ul li.current-menu-item > a {
	border-color: #fff;
}
a.button {
	background: none;
	color: #B60A47;
	padding: 0 26px;
	line-height: 45px;
	height: 47px;
	border: 1px solid #B60A47;
	border-radius: 25px;
	display: table;
	font-size: 18px;
	font-weight: 300;
}
a.button:hover {
	color: #fff;
	background-color: #B60A47;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.arrow {
	background-image: url('img/sipka.svg');
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	border: 0;
	padding: 0 25px 0 0;
	text-decoration: underline;
}
a.button.arrow:hover {
	background-position: right center;
	background-color: transparent;
	color: #B60A47;
	text-decoration: none;
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
header .menu-show {
	position: absolute;
	right: 32px;
	top: 3px;
	display: none;
	width: 25px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 25px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 33px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background:#AFCA0B;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 400;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 0 0 65px;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 100px 0 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 25px 0;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {

}
.open-mobile li.contact-mobile a.button.contact {
	display: inline-block;
	margin: 0;
	float: none;
	background: #e2625c;
	color: #262e3d;
	padding-left: 20px;
}
.open-mobile li.contact-mobile a.button.contact:before {
	display: none;
}
header .main-menu ul li.contact-mobile {
	display: none;
}
body.open-mobile header .main-menu ul li.contact-mobile {
	display: block;
}
.main {
	width: 100%;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/main.jpg?v=1.01');
	margin-top: 74px;
	color: #00682E;
	padding: 50px 0;
	min-height: 560px;
}
.main .inner {
	max-width: 690px;
}
.main h1 {
	display: none;
}
.main .main-title {
	font-size: 70px;
	margin: 0 0 10px;
	line-height: 110%;
	font-weight: 700;
	color: #00682E;
}
.main p {
	font-size: 26px;
	color: #00682E;
	margin: 0 0 20px;
	line-height: 140%;
	font-weight: 300;
}
.entry ul {
	margin: 0 0 25px;
	padding: 0 0 0 30px;
}
.entry a {
	text-decoration: underline;
	color: #00682E;
}
.entry a:hover {
	text-decoration: none;
}
.entry ul li {
	margin-bottom: 5px;
	line-height: 125%;
}
p {
	line-height: 145%;
	margin-bottom: 25px;
}
section.content.green {
	background-color: #AFCA0B;
	color: #fff;
	height: 210px;
	padding: 40px 0;
}
section.green .pristroj {
	margin-top: -235px;
	max-width: 500px;
}
section.green h2 {
	color: #00682E;
	font-size: 25px;
	margin: 0 0 20px;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 60px 0;
}
.section-title {
	margin: 0 0 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
}
section.first {
	margin-top: 74px;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.half ul {
	padding: 0;
	margin: 0 0 25px 35px;
}
.half ul li {
	margin-bottom: 5px;
	line-height: 110%;
}
.half {
	float: left;
	width: 50%;
}
.entry h2, .entry h3, .entry h4 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 30px;
}
.entry h3 {
	font-size: 34px;
	margin: 0 0 15px;
}
.entry h4 {
	font-size: 24px;
	margin: 0 0 15px;
}
.entry p {
	line-height: 115%;
	margin-bottom: 30px;
}
.entry p a {
	color: #333;
	text-decoration: underline;
}
.entry p a:hover {
	text-decoration: none;
}
.entry strong {
	font-weight: 700;
}
section.sekce .row {
	max-width: 100%;
	padding: 0;
}
section.sekce .inner {
	max-width: 640px;
	padding: 100px 100px 30px;
}
section.sekce .inner h2 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 30px;
}
section.sekce .inner p, .half p {
	margin-bottom: 20px;
	line-height: 135%;
}
section.text-right .half.text {
	float: right;
}
section.sekce.first .half.text .inner {
	padding-top: 200px;
}
section.poradenstvi {
	width: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/poradenstvi.jpg');
}
section.poradenstvi .half {
	padding-right: 5%;
}
section.contact {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url('img/mandala.svg');
	background-color: #AFCA0B;
	color: #fff;
}
section.contact a.icon {
	display: block;
	color: #fff;
	margin-bottom: 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 0 5px 50px;
}
section.contact a.icon.phone {
	background-image: url('img/telefon.svg');
}
section.contact a.icon.email {
	background-image: url('img/mail.svg');
}
section.contact a.icon.address {
	background-image: url('img/adresa.svg');
	padding: 10px 0 10px 50px;
}
section.contact iframe {
	border-radius: 50px;
}
section.contact .half.info {
	padding-right: 5%;
}







footer {
	background: #484848;
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 20px 0;
	color: #fff;
}
footer .half.right {
	text-align: right;
}
footer a {
	font-size: 16px;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}


.clear {clear: both;}
.only-mobile {display: none;}

@media (max-width: 1100px) {
	section.content.green {height: auto;}
	
}
@media (max-width: 1000px) {
	.half {width: 100%;}
	section.green .pristroj {margin: -235px auto 50px; max-width: 100%;}
	section.green {text-align: center;}
	section.sekce .row {padding: 0 20px;}
	section.sekce .inner {max-width: 100%; padding: 50px 0;}
	section.sekce.first .half.text .inner {padding-top: 0;}
	footer, footer .half.right {text-align: center;}
	footer .half.right {margin-top: 10px;}
	header .main-menu li {margin-left: 15px;}
	


}
@media (max-width: 860px) {
	.main {background: #D7E6E9; text-align: center;}
	.main .main-title{font-size: 40px;}
	.main p {font-size: 20px;}
	.main a.button {margin: 0 auto;}
	header .main-menu ul {display: none;}
	.main .inner {max-width: 100%;}
	header .menu-show {display: block;}
	header .main-menu {width: auto;}
	header img.s-icon.fb {margin-right: 60px;}
}

