/*
Theme Name: ITHOPE
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz/
Version: 1.0
*/

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:ButtonText 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: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1E1E1E;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1660px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	padding: 11px 0;
	height: 76px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	box-shadow: 0px 3px 6px #00000029;
}
body#logged header {
	top: 32px;
}
header .logo {
	width: 203px;
	position: relative;
	z-index: 100;
	float: left;
}
header .main-menu {
	text-align: right;
	width: calc(100% - 210px);
	float: right;
	margin-top: 15px;
}
body#logged header .main-menu {
	top: 95px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	margin-left: 40px;
	display: inline-table;
	position: relative;
	padding-bottom: 15px;
}
header .main-menu li a {
	color: #1E1E1E;
	font-size: 18px;
}
header .main-menu li a:hover, header .main-menu li.current-menu-item > a, header .main-menu li.current-page-ancestor > a, header .main-menu li.current-menu-parent > a {
	color: #FF6F41;
}
header .main-menu ul li.menu-item-has-children > a {
	background-image: url('img/sipka_menu.svg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}
header .main-menu ul ul li.menu-item-has-children > a {
	background-image: url('img/sipka_menu-right.svg');
}
header .main-menu ul ul {
	width: 250px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	position: absolute;
	top: 35px;
	left: -30px;
	z-index: 100;
	padding: 15px 30px;
	text-align: left;
	display: none;
}
header .main-menu ul ul ul {
	width: 200px;
	top: -25px;
	left: 100%;
}
header .main-menu ul ul li {
	display: block;
	padding-bottom: 0;
	margin: 10px 0;
}
header .main-menu ul ul li a {
	font-size: 16px;
}
header .main-menu ul li:hover > ul {
	display: block;
}
a.button {
	background-color: #FF6F41;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
	height: 56px;
	display: table;
	line-height: 56px;
}
a.button.smaller {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
a.button.zachrana {
	background-image: url('img/icon-zachrana.svg');
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-left: 85px;
	height: 78px;
	font-size: 22px;
	line-height: 78px;
}
a.button.center {
	margin: 0 auto;
}
a.button:hover {
	background-color: #FF8057;
}
section.content div.wpforms-container-full button[type=submit] {
	background-color: #FF6F41 !important;
	color: #fff !important;
	font-size: 18px !important;
	padding: 0 30px !important;
	height: 56px !important;
	border: 0 !important;
	border-radius: 0 !important;
}
section.content div.wpforms-container-full button[type=submit]:hover {
	background: #FF8057 !important;
}
section.content div.wpforms-container-full input[type=radio]:checked:before {
	border-color: #FF6F41 !important;
	box-shadow: 0 0 0 1px #FF6F41,0px 1px 2px rgba(0,0,0,0.15) !important;
}
section.content div.wpforms-container-full input[type=radio]:checked:after {
	background-color: #FF6F41 !important;
}


header .menu-show {
	position: absolute;
	right: 20px;
	top: 5px;
	display: none;
	width: 35px;
	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: 35px;
	height: 3px;
	background: #013B80;
	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: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 32px;
}
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 header .main-menu {
	background: #fff;
	position: absolute;
	top: 50px !important;
	width: 100%;
	height: calc(100vh - 96px);
	z-index: 100;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: block;
	width: 100%;
}
.open-mobile header .main-menu ul ul {
	position: static;
	box-shadow: none;
	padding: 0;
	text-align: center;
	display: none;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 15px 0 !important;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {

}
.main-box {
	width: 100%;
	height: 620px;
	float: left;
	background-image: url('img/main-box.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 120px;
	position: relative;
	color: #fff;
	margin-top: 74px;
}
.main-box .text {
	width: 60%;
	float: left;
}
.main-box .photo {
	width: 40%;
	float: right;
	margin-top: -50px;
	text-align: right;
	position: relative;
}
.main-box h1 {
	margin: 0 0 20px;
	line-height: 125%;
	font-size: 56px;
	font-weight: 700;
}
.main-box p {
	margin-bottom: 15px;
	line-height: 145%;
	font-size: 18px;
	max-width: 690px;
}
.main-box a.button.zachrana {
	margin-top: 30px;
}
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: 40px 0;
}
.services-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.services-list .item {
	float: left;
	width: calc(33.333% - 35px);
	margin: 0 50px 0 0;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 0 40px;
}
.services-list .item:nth-child(3) {
	margin-right: 0;
}
.services-list .item:after {
	float: left;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: -1;
	content: '';
	background: #013B80;
	border-bottom: 6px solid #FF6F41;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
/*.services-list .item:hover:after {
	background: transparent linear-gradient(180deg, #409FD7 50%, #196FA2 100%) 0% 0% no-repeat padding-box;
}*/
.services-list .item .icon {
	min-height: 195px;
	margin-bottom: 15px;
	display: inline-flex;
	vertical-align: middle;
}
.services-list .item .icon img {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.services-list .item:hover .icon img {
	transform: scale(1.05);
}
.services-list .item h2 {
	margin: 0 0 15px;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
}
.services-list .item p {
	line-height: 130%;
	margin-bottom: 20px;
}
.services-list .item a.button {
	margin-top: 30px;
}
.section-title {
	color: #013B80;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 45px;
}
section.why-us {
	padding-bottom: 0;
}
.why-us-cols {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.why-us-cols .col {
	float: left;
	width: calc(33.333% - 35px);
	margin: 0 50px 0 0;
	position: relative;
}
.why-us-cols .col:nth-child(1) {
	text-align: right;
}
.why-us-cols .col:nth-child(1) .icon {
	float: right;
	margin-left: 15px;
}
.why-us-cols .col:nth-child(2) img {
	display: block;
	margin: 0 auto;
}
.why-us-cols .col:nth-child(3) {
	margin-right: 0;
}
.why-us-cols .col:nth-child(3) .icon {
	float: left;
	margin-right: 15px;
}
.why-us-cols .col .item {
	margin-bottom: 80px;
	width: 100%;
	float: left;
}
.why-us-cols .col .item:last-child {
	margin-bottom: 0;
}
.why-us-cols .col .item strong {
	color: #013B80;
}
.why-us-cols .col .item p {
	line-height: 135%;
}
.why-us-cols .col .item .text {
	max-width: 300px;
	float: right;
	margin-top: 10px;
}
.why-us-cols .col:nth-child(3) .text {
	float: left;
}
section.zachrana {
	background-color: #F3F3F3;
}
section.zachrana .row {
	max-width: 1100px;
}
.timeline {
	position: relative;
	margin-bottom: 30px;
	float: left;
}
.timeline:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	height: calc(100% - 125px);
	background: #000;
	width: 2px;
	top: 35px;
}
.timeline .point {
	position: relative;
	font-size: 22px;
	line-height: 63px;
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 40px;
}
.timeline .point img {
	float: right;
	margin-left: 15px;
}
.timeline .point:nth-child(2n+2) {
	text-align: left;
}
.timeline .point:nth-child(2n+2) img {
	float: left;
	margin: 0 15px 0 0;
}
.timeline .point .name {
	
}
.timeline .point .text {
	float: right;
	width: calc(100% - 78px);
}
.timeline .point p {
	font-size: 15px;
	line-height: 135%;
}
.timeline .point:before {
	content: '';
	position: absolute;
	top: 20px;
	right: -12px;
	width: 23px;
	border-radius: 50%;
	height: 23px;
	background: #fff;
	border: 1px solid #013B80;
}
.timeline .point:nth-child(2n+2):before {
	right: inherit;
	left: -12px;
}
.timeline .point:first-child:before {
	top: 20px;
}
.timeline .point:last-child:before {
	right: -12px;
	left: auto;
	top: 15px;
}
.timeline .point:nth-child(even) {
	padding-top: 120px;
}
.timeline .point:nth-child(even):before {
	top: 140px;
}
.timeline .point:last-child {
	text-align: right;
}
.timeline .point:last-child img {
	margin: 0 0 0 15px;
	float: right;
}
section.news {
	padding-bottom: 60px;
}
.news-list {
	width: 100%;
	max-width: 820px;
	display: block;
	margin: 0 auto;
}
.news-list article {
	width: 100%;
	margin-bottom: 15px;
	background: #F3F3F3;
	float: left;
	position: relative;
}
.news-list article:hover {
	background: #FFFCFC;
}
.news-list article .thumb {
	width: 127px;
	float: left;
}
.news-list article .content {
	width: calc(100% - 127px);
	float: right;
	padding: 8px 15px;
}
.news-list article .content h3 {
	margin: 0 0 5px;
	font-size: 20px;
	color: #FF6F41;
}
.news-list article .content p {
	color: #1E1E1E;
	line-height: 115%;
	font-size: 18px;
}
.news-list article .content .author, .news-list article .content .date, .blog article .date, .blog article .author {
	padding: 2px 0 2px 20px;
	color: #707070;
	font-size: 16px;
	background-image: url('img/autor.svg');
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 30px;
	display: inline-block;
}
.news-list article .content .date, .blog article .author {
	background-image: url('img/kalendar.svg');
}
.news-list article .content .top {
	margin-bottom: 5px;
}
.view-all {
	float: right;
	color: #FF6F41;
	text-decoration: underline;
}
.view-all:hover {
	text-decoration: none;
}
.min-row .row {
	max-width: 1240px;
}
section.refs {
	background-image: url('img/pozadi-reference.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 60px;
}
section.refs .refs-intro {
	float: left;
	width: 30%;
}
section.refs .refs-intro .section-title {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 120%;
	color: #fff;
	text-align: left;
}
section.refs .refs-intro p {
	margin-bottom: 20px;
	line-height: 120%;
}
section.refs .refs-list {
	float: right;
	width: 70%;
	position: relative;
}
section.refs .refs-list .item {
	background: #FCFCFC;
	box-shadow: 0px 3px 6px #00000029;
	padding: 15px;
	position: relative;
	float: left;
	font-size: 16px;
	color: #1E1E1E;
}
section.refs .refs-list .item:nth-child(1) {
	width: 270px;
	transform: rotate(10deg) translate(50px, -95px);
}
section.refs .refs-list .item:nth-child(2) {
	width: 320px;
	transform: rotate(-15deg) translate(112%, 100%);
}
section.refs .refs-list .item:nth-child(3) {
	width: 340px;
	transform: rotate(-6deg) translate(0, 215px);
}
section.refs .refs-list .item {
	background: #FCFCFC;
	box-shadow: 0px 3px 6px #00000029;
	padding: 15px;
	width: 300px;
	position: relative;
	float: left;
	font-size: 16px;
	color: #1E1E1E;
	position: absolute;
}
section.refs .refs-list .item:before {
	background-image: url('img/uvozovky.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 88px;
	height: 88px;
	content: '';
	position: absolute;
	top: -44px;
	right: 20px;
}
section.refs .refs-list .item .name {
	margin-bottom: 10px;
	line-height: 130%;
	color: #707070;
	font-size: 14px;
}
section.refs .refs-list .item .name strong {
	color: #013B80;
	font-size: 16px;
}
.sub-header {
	width: 100%;
	float: left;
	background-image: url('img/sub-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	position: relative;
	color: #fff;
	margin: 76px 0 15px;
}
.sub-header.contact-header {
	background-image: url('img/main-box.jpg');
	background-position: center bottom;
	height: 365px;
}
.sub-header h1 {
	/*font-size: 60px;*/
	font-size: 52px;
	margin: 0;
	font-weight: 400;
}
.sub-header .nav {
	margin: 5px 0 45px;
}
.sub-header .row {
	position: relative;
	display: table;
}
.sub-header .nav a.home {
	background-image: url('img/icon-home.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 23px;
	font-size: 0;
	height: 23px;
	display: inline-block;
	margin-bottom: -4px;
}
.sub-header .nav span.arrow {
	background-image: url('img/sipka_bila.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 7px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
}
.sub-header .nav a {
	color: #fff;
}
.call {
	background-image: url('img/icon-call.svg');
	background-position: 28px center;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	right: 20px;
	background-color: #FF6F41;
	padding: 10px 20px 10px 95px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.main-box .call {
	top: 45%;
	right: 30%;
	width: max-content;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	animation: pulse 1.5s infinite;
}
.main-box .call strong {
	font-size: 36px;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
.call:hover {
	background-color: #FF8057;
}
.call strong {
	color: #fff;
	font-size: 28px;
}
sidebar {
	float: left;
	width: 345px;
	margin-right: 35px;
	position: relative;
	z-index: 100;
}
sidebar .side-menu {
	background-color: #F3F3F3;
	padding: 35px 35px 20px; 
	margin-bottom: 15px;
}
sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
sidebar .title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
	color: #013B80;
}
sidebar li {
	margin-bottom: 15px;
}
sidebar li a {
	background-image: url('img/sipka_seda.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
	color: #707070;
}
sidebar li a:hover, sidebar li.current_page_item a, sidebar li.active a {
	background-image: url('img/sipka_oranzova.svg');
	color: #FF6F41;
}
sidebar li.active a, sidebar li.active a {
	font-weight: 700;
}
article.main, .content-wrap {
	width: calc(100% - 380px);
	float: right;
}
.sidebar-right article.main, .sidebar-right .content-wrap {
	float: left;
}
.sidebar-right sidebar {
	float: right;
	margin: 0 0 0 35px;
}
article.main h1, .content-wrap h1 {
	width: 100%;
	font-size: 42px;
	font-weight: 400;
	margin: 10px 0 25px;
}
article.main.wide, .content-wrap.wide {
	width: 100%;
}
article.main p {
	line-height: 140%;
	margin-bottom: 15px;
}
article.main a {
	color: #FF6F41;
}
article.main a.button {
	color: #fff;
}
article.main .has-vivid-green-cyan-background-color, article.main .has-vivid-cyan-blue-background-color {
	background: #FF6F41 !important;
	color: #fff !important;
	border-radius: 0 !important;
}
article.main .has-vivid-green-cyan-background-color:hover, article.main .has-vivid-cyan-blue-background-color:hover {
	background: #FF8057 !important;
}
article.main ul {
	padding: 0;
	list-style: none;
	margin: 0 0 20px;
}
article.main ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
article.main ul li {
	background-image: url('img/sipka_seda.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
}
article.main li {
	margin-bottom: 10px;
	line-height: 140%;
}
section.detail {
	padding-top: 0;
}
.side-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
.side-box:after {
	width: 100%;
	height: 150px;
	background: #013B80;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
/*.side-box:hover:after {
	background: transparent linear-gradient(180deg, #013B80 50%, #196FA2 100%) 0% 0% no-repeat padding-box;
}*/
.side-box:hover img {
	transform: scale(1.05);
}
.side-box .name {
	font-size: 20px;
	margin-top: 10px;
	color: #fff;
}
.side-box img {
	margin: 0 auto;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
section.contact {
	padding-top: 0;
}
.contact-top {
	background: #F3F3F3;
	padding: 30px 25px 10px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	margin: -150px 0 30px;
}
.contact-top .text {
	width: 40%;
	float: left;
}
.contact-top .map {
	width: 60%;
	float: left;
	margin-top: -100px;
}
.contact-top .name {
	color: #013B80;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
}
.contact-top p {
	line-heihgt: 145%;
	color: #1E1E1E;
	margin-bottom: 20px;
}
.contact-top span.grey {
	color: #707070;
}
.contact-info {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.contact-info .item {
	background: transparent linear-gradient(180deg, #013B80 0%, #196FA2 100%) 0% 0% no-repeat padding-box;
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	float: left;
	padding: 17px 25px;
	color: #fff;
}
.contact-info .item:nth-child(3n+0) {
	margin-right: 0;
}
.contact-info .item .title {
	margin-bottom: 20px;
	font-weight: 700;
}
.contact-info .item a.icon {
	color: #fff;
	margin-bottom: 6px;
	display: block;
	padding: 2px 0 2px 34px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 23px;
}
.contact-info .item a.icon.phone {
	background-image: url('img/icon-phone.svg');
}
.contact-info .item a.icon.email {
	background-image: url('img/icon-email.svg');
}
.contact-fa {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.contact-fa .half {
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	float: left;
}
.contact-fa .half .title {
	color: #013B80;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
.contact-fa .half p {
	margin-bottom: 15px;
	line-height: 140%;
}
.side-posts {
	padding: 20px 35px;
	background-color: #F3F3F3;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.side-posts .view-all {
	float: left;
	margin-top: 7px;
}
.side-posts .item {
	float: left;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
	position: relative;
}
.side-posts .item .date {
	color: #707070;
	font-size: 14px;
	padding: 3px 0 2px 28px;
	margin-bottom: 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/kalendar.svg');
}
.side-posts .item .name {
	font-weight: 700;
}
.side-posts .item:hover .name {
	color: #FF6F41;
}
.blog {
	position: relative;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
}
.blog article {
	width: calc(33.333% - 20px);
	margin: 0 30px 20px 0;
	float: left;
	border: 1px solid #DBDBDB;
	position: relative;
}
.blog article .thumb {
	overflow: hidden;
	position: relative;
}
.blog article:hover .thumb img {
	transform: scale(1.04);
}
.blog article img {
	width: 100%;
	display: block;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.blog article:nth-child(3n+1) {
	margin-right: 0;
}
.blog article .content {
	padding: 25px;
	font-size: 16px;
}
.blog article .content h3 {
	margin: 0 0 10px;
	min-height: 65px;
	color: #FF6F41;
	line-height: 120%;
	font-size: 18px;
}
.blog article .content p {
	line-height: 140%;
}
.blog article .date, .blog article .author {
	width: 50%;
	margin: 0 0 20px;
	float: left;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.detail-thumb {
	position: relative;
	margin: 0 0 40px;
}
.wp-pagenavi {
	float: left;
	width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 0 !important;
	padding: 0;
	margin: 0 10px;
	color: #1E1E1E;
	font-size: 16px;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.prevpostslink {
	color: #FF6F41;
}
.wide.refs {
	display: flex;
	flex-wrap: wrap;
}
.wide.refs article {
	background: #F3F3F3;
	position: relative;
	padding: 20px;
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.wide.refs article:hover {
	background: #D9ECF7;
}
.wide.refs article:nth-child(3n+0) {
	margin-right: 0;
}
.wide.refs article .thumb {
	float: right;
	width: 102px;
	margin-top: -55px;
}
.wide.refs article .thumb img {
	border-radius: 50%;
}
.wide.refs article .author {
	font-weight: 700;
	color: #013B80;
	margin-bottom: 8px;
}
.wide.refs article p {
	line-height: 130%;
	margin-bottom: 15px;
}
.wide.refs article:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #F3F3F3 transparent;
	transform: rotate(180deg);
	content: '';
	position: absolute;
	bottom: -30px;
	left: 30px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.wide.refs article:hover:after {
	border-color: transparent transparent #D9ECF7 transparent;
}
.ref-detail {
	padding: 20px;
	background: #F3F3F3;
	position: relative;
	z-index: 100;
}
.ref-detail .ref-title {
	margin-bottom: 20px;
	color: #013B80;
	font-weight: 700;
	font-size: 22px;
}
.ref-detail p {
	line-height: 130%;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
	text-align: center;
	display: block;
}
article.main figure {
	margin: 0;
}
.wp-block-separator {
	border-top: 1px solid !important;
}
.wp-block-separator, .wp-block-table table td {
	border-color: #787878 !important;
}
.wp-block-table {
	margin-bottom: 30px !important;
}
.content-wrap.slovnik {
	position: relative;
	z-index: 100;
}
.content-wrap.slovnik article {
	padding: 20px;
	margin-bottom: 20px;
	background: #F3F3F3;
	font-size: 16px;
}
.content-wrap.slovnik article h2 {
	margin: 0 0 15px;
	color: #013B80;
	font-size: 20px;
}
.content-wrap.slovnik article p {
	line-height: 140%;
}
.boxes-page {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}
.boxes-page .side-box {
	width: calc(33.33% - 20px);
}
.boxes-page .side-box .icon {
	min-height: 190px;
}












footer {
	background: #161616;
	color: #fff;
	float: left;
	font-size: 16px;
	width: 100%;
	padding: 90px 0 20px;
}
footer .col {
	float: left;
	width: 25%;
	padding-right: 20px;
}
footer .col .title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col ul li {
	margin-bottom: 7px;
}
footer .col ul li a {
	color: #fff;
}
footer .col ul li a:hover {
	color: #787878;
}
footer .col p {
	margin-bottom: 15px;
	line-height: 135%;
}
footer .col .icon {
	margin-bottom: 5px;
	padding: 2px 0 2px 28px;
	color: #fff;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
footer .col .icon.phone {
	background-image: url('img/icon-phone.svg');
}
footer .col .icon.email {
	background-image: url('img/icon-email.svg');
}
footer .socials {
	float: left;
	width: 100%;
	margin-top: 20px;
}
footer .socials img {
	display: inline-block;
	margin-right: 8px;
}
footer .bottom {
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #787878;
}
footer .bottom a {
	color: #787878;
	text-decoration: underline;
}
footer .bottom a:hover {
	text-decoration: none;
}
.clear {clear: both;}
.only-mobile {display: none;}
@keyframes fadeInDown {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0
}
.animated.active {
    opacity: 1;
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}
@media (max-width: 1400px) {
	header .main-menu li {margin-left: 20px;}
	.main-box .call {right: 20%;}
	.main-box {padding-top: 40px;}
	.main-box .photo {margin-top: 0;}
	.main-box .call {right: 20px;}
	.main-box .text {width: 55%;}
	.main-box h1 {font-size: 46px;}
	.main-box p {font-size: 16px;}
}
@media (max-width: 1140px) {
	header .main-menu ul {display: none;}
	.main-box {margin-top: 50px;}
	.services-list .item h2 {font-size: 26px;}
	.services-list .item {padding: 0 20px;}
	header .menu-show {display: block;}
	header .logo {margin-top: 3px;}
}
@media (max-width: 940px) {
	.main-box {height: auto; padding-top: 65px;}
	.main-box h1 {font-size: 36px;}
	.main-box .photo, .main-box .text, .boxes-page .side-box {width: 100%;}
	.main-box .text {text-align: center;}
	.main-box .call, section.refs .refs-intro .section-title br, .call {display: none;}
	.main-box p {max-width: 100%;}
	.main-box a.button.zachrana {margin: 0 auto; font-size: 18px; height: 64px; line-height: 64px;}
	.main-box .photo {margin-top: 30px;}
	.main-box .photo img {max-width: 500px; margin: 0 auto; transform: translate(30px, 0);}
	body, .news-list article .content p {font-size: 16px;}
	.services-list .item {width: 100%; margin: 0 0 50px;}
	.services-list .item .icon {height: 110px; min-height: inherit;}
	.services-list .item:after {height: 70%;}
	.why-us-cols .col {margin: 0;}
	.why-us-cols .col .icon {width: 60px; float: none !important; display: block; margin: 0 auto !important;}
	.why-us-cols .col .item strong {font-size: 18px;}
	.why-us-cols .col .item {margin-bottom: 25px;}
	.why-us-cols .col .item .text {max-width: 100%; width: 100%;}
	.section-title {font-size: 30px;}
	.timeline {display: flex; flex-wrap: wrap; height: inherit;}
	.timeline:before {width: 2px; height: calc(100% - 110px); transform: translate(-50%,0); left: 50%; top: 22px;}
	.timeline .point {text-align: right; width: 50%; margin-bottom: 65px; padding: 0 40px 0 0; font-size: 20px;}
	.timeline .point img {float: right; margin: 0 0 0 15px;}
	.timeline .point:nth-child(even) {padding: 100px 0 0 40px; text-align: left;}
	.timeline .point:before {left: -11px; bottom: 30px;}
	.timeline .point:before, .timeline .point:first-child:before, .timeline .point:last-child:before {top: 22px; right: -11px; left: inherit;}
	.timeline .point:nth-child(even):before {top: 122px; left: -11px;}
	.timeline .point:nth-child(even) img {float: left; margin: 0 15px 0 0;}
	section.refs .refs-intro, section.refs .refs-list {width: 100%;}
	section.refs .refs-intro, section.refs .refs-intro .section-title, .why-us-cols .col .item {text-align: center;}
	section.refs .refs-list .item {width: 100% !important; transform: none !important; position: relative; margin-top: 50px;}
	section.refs .refs-intro {margin-bottom: 40px;}
	section.refs .refs-intro a.button {margin: 0 auto;}
	footer .col .content {display: none; margin-bottom: 20px;}
	footer {padding: 30px 0 20px 0;}
	footer .col {padding-right: 0;}
	footer .col .title {border-bottom: 1px solid #fff; padding-bottom: 15px; margin-bottom: 15px; cursor: pointer; font-size: 16px; background-image: url('img/footer-arrow.svg'); background-position: calc(100% - 10px) 7px; background-repeat: no-repeat;}
	footer .col.open .content {display: block;}
	footer .col.open .title {background-image: url('img/footer-arrow-top.svg');}
	section.why-us {padding-bottom: 60px;}
	.sub-header h1 {font-size: 42px;}
	.sub-header {padding-bottom: 50px; height: inherit;}
	sidebar {margin: 50px 0 0 0;}
	article.main, .content-wrap {margin-top: -60px; position: relative; z-index: 100;}
	sidebar, article.main, .content-wrap, footer .col {width: 100%;}
	sidebar .side-menu {background: #F3F3F3; padding: 20px 35px;}
	.ref-detail {margin-top: -60px;}
	section.refs .refs-list .item:before {width: 44px; height: 44px; background-size: contain; top: -22px;}
	.why-us-cols .col {margin-bottom: 25px; width: 33.333%;}
	
}
@media (max-width: 740px) {
	.why-us-cols .col:nth-child(2) {display: none;}
	.why-us-cols .col, .blog article, .wide.refs article {width: 100%;}
	.blog article {margin-right: 0;}
	.contact-info .item {width: calc(50% - 10px);}
	.contact-info .item:nth-child(3n+0) {margin-right: 15px;}
	.contact-info .item:nth-child(2n+0) {margin-right: 0;}
	.contact-top {background: none; padding: 0;}
	.contact-top .text {padding: 30px 25px 10px; background: #F3F3F3; margin-bottom: 30px; width: 100%;}
	.contact-top .map {margin-top: 0; width: 100%;}
	.main-box .photo img {max-width: 300px; transform: none; width: 100%;}
	
}
@media (max-width: 600px) {
	.contact-info .item, .contact-fa .half {width: 100%; margin-right: 0;}
	.contact-info .item:nth-child(3n+0) {margin-right: 0;}
	
	
}
@media (max-width: 480px) {
	.news-list article .thumb, .news-list article .thumb img, .news-list article .content {width: 100%;}
	.news-list article .content {padding-top: 10px;}
	footer .space {display: none;}
	footer .copy {width: 100%; float: left;}
	footer .bottom {line-height: 155%;}
	article.main h1, .content-wrap h1 {font-size: 32px;}
	.timeline .point {width: 100%;}
	.timeline .point:nth-child(even):before, .timeline .point:nth-child(2n+2):before, .timeline .point:nth-child(even):before {left: 8px;}
	.timeline .point {width: 100%; text-align: left; padding: 0 0 0 60px;}
	.timeline:before {left: 20px; height: calc(100% - 150px);}
	.timeline .point:nth-child(even) {padding: 0 0 0 60px;}
	.timeline .point:nth-child(even) {padding-top: 0;}
	.timeline .point img, .timeline .point:last-child img {float: left; margin: 0;}
	.timeline .point:before, .timeline .point:first-child:before, .timeline .point:last-child:before {left: 9px; top: 20px; right: inherit; bottom: auto;}
	.timeline .point:nth-child(even):before, .timeline .point:nth-child(2n+2):before, .timeline .point:nth-child(even):before {left: 9px; top: 20px;}
	.timeline .point:last-child {text-align: left;}
	
}
