/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,400;1,900&display=swap');

a { 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    color: #045FA6;
    outline: none !important; 
}
a:hover,
a:focus,
a:visited { 
    text-decoration: none;
}
p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}
.btn-primary {
	background: #0CB6FF;
	color: white;
	border: 0px solid transparent;
	border-radius: 0;
	
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 13px 25px 13px 60px;
	position: relative;
	margin-top: 10px;
}
.btn-primary:after {
	content: "";
    margin: 0px -20px -20px 0;
    border-left: 20px solid #0CB6FF;
    border-bottom: 48px solid transparent;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	background: #47c8ff;
}
.btn-primary:hover:after,
.btn-primary:active:after, 
.btn-primary:active:hover:after, 
.btn-primary:focus:after {
	border-left: 20px solid #47c8ff;
}
.btn-primary:before {
	content: "";
    position: absolute;
    background: url(../images/arrow_right.svg) no-repeat transparent;
    width: 25px;
	top: 0;
    left: 0;
	height: 100%;
    background-position: center;
	margin-left: 15px;
}

.btn-secondary {
	background: #fff;
	color: #EC6D49;
	border: 1px solid #EC6D49;
	border-radius: 0;
}
.btn-secondary:hover {
	background: #EC6D49;
	color: white;
	border: 1px solid #EC6D49;
	border-radius: 0;
}
.btn-secondary:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: "\f054";
    vertical-align: middle;
    font-size: 11px;
    margin-left: 20px;
}



body, 
html {
    opacity: 1;
    visibility: visible;
	font-family: 'Roboto', sans-serif;
}
body { 
	background: white;
}
.container,
.container-fluid {
	max-width: 1720px;
	margin: 100px auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.views_slideshow_slide {
	background-color: transparent !important;
}
.path-frontpage .page-header {
	display: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	padding-top: 10px;
}
.navbar-default.smaller {
	background: rgb(0 0 0 / 80%);
}
body:not(.path-frontpage) .navbar-default {
	background: rgb(0 0 0 / 80%);
}
body:not(.path-frontpage) .third_black,
body:not(.path-frontpage) .first_black,
body:not(.path-frontpage) .before_footer {
	margin: 0;
}
:not(.path-frontpage) .first_black {
	margin-top: 100px;
}
.path-frontpage .slider {
	background: url(../images/bg.png) no-repeat black;
	background-size: cover;
	background-position: center bottom;
	min-height: 750px;
	display: flex;
    align-items: center;
	margin-bottom: 100px;
}

body.navbar-is-fixed-top {
    margin-top: 0px;
}

body:not(.path-frontpage).navbar-is-fixed-top {
    margin-top: 140px;
}
.page-header {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 40px;
}
.page.full {
	margin-bottom: 50px;
}
.page.full .field--name-body h2 {
	font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.page.full .field--name-body h3 {
	font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.page.full .field--name-body h4 {
	font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.page.full img.align-left {
	margin-right: 25px;
}
.page.full img.align-right {
	margin-left: 25px;
}

#block-trenujstyminajlepsimi {
	
}
#block-trenujstyminajlepsimi h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#block-trenujstyminajlepsimi h2 span {
	font-style: italic;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
	text-transform: uppercase;
	color: #0CB6FF;
}
#block-trenujstyminajlepsimi p {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}

.menu--main {
	display: flex;
    align-items: center;
}
.menu--main li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF !important;
}
.menu--main li a:hover {
	color: #0CB6FF !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	color: #0CB6FF !important;
	background: none;
}
.navbar-default .navbar-nav > .active.last > a {
	color: #fff !important;
	background: #0CB6FF;
}
.navbar-default .navbar-nav > .active.last > a:hover {
	background: #47c8ff;
}

.menu--main li.last a {
	background: #0CB6FF;
	color: white;
	border: 0px solid transparent;
	border-radius: 0;
	
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 13px 25px 13px 60px;
	position: relative;
	margin-left: 25px;
}
.menu--main li.last a:hover {
	color: white !important;
}
.menu--main li.last a:after {
	content: "";
    margin: 0px -20px -20px 0;
    border-left: 20px solid #0CB6FF;
    border-bottom: 48px solid transparent;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.menu--main li.last a:hover,
.menu--main li.last a:focus,
.menu--main li.last a:active,
.menu--main li.last a:active:hover {
	background: #47c8ff;
}
.menu--main li.last a:hover:after,
.menu--main li.last a:active:after, 
.menu--main li.last a:active:hover:after, 
.menu--main li.last a:focus:after {
	border-left: 20px solid #47c8ff;
}
.menu--main li.last a:before {
	content: "";
    position: absolute;
    background: url(../images/arrow_right.svg) no-repeat transparent;
    width: 25px;
	top: 0;
    left: 0;
	height: 100%;
    background-position: center;
	margin-left: 15px;
}


.slider .container {
	position: relative; 
}
#block-socials {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    position: absolute;
    right: 0;
    height: 325px;
}
#block-socials .field--name-body {
	display: flex;
    flex-direction: column;
    padding: 0 25px;
    align-items: center;
}
#block-socials .field--name-body:before {
	content: "";
	display: block;
	width: 2px;
	height: 170px;
	background: #DBDBDB;
	margin-bottom: 32px;
}
#block-socials .field--name-body a {
	font-size: 20px;
	padding: 8px 0;
	color: black;
}

.region-navigation-collapsible {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}
#block-fronttext1 {
	
}
#block-fronttext1 h3 {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	color: #0CB6FF;
	margin-left: 60px;
	position: relative;
	display: flex;
    align-items: center;
	margin-bottom: 0;
}
#block-fronttext1 h3:before {
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background: #0CB6FF;
	left: -60px;
	position: absolute;
}
#block-fronttext1 h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	max-width: 500px;
	margin-top: 0;
	margin-bottom: 40px;
}


#block-frontimage1 p:last-child {
	position: relative;
    background: white;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    width: 420px;
    left: 0;
    margin-top: -80px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-20deg);
	margin-left: -60px;
}
#block-frontimage1 p:last-child span {
    transform: skewX(20deg);
}
/*
#block-frontimage1 p:last-child:after {
	content: "";
    margin: 0px -20px -20px 0;
    border-left: 20px solid #0CB6FF;
    border-bottom: 48px solid transparent;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
}
*/
#block-frontimage1 p:last-child span:before {
	content: "";
    width: 65px;
    height: 46px;
    background: url(../images/quote.svg) no-repeat transparent;
    position: absolute;
    left: -12px;
    top: -46px;
}
#block-frontimage1 p:last-child span:after {
	content: "";
    width: 65px;
    height: 46px;
    background: url(../images/quote.svg) no-repeat transparent;
    position: absolute;
    right: -10px;
    bottom: -28px;
    transform: rotate(180deg);
}

#block-frontimage1:before {
	content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots.svg) no-repeat transparent;
    display: block;
    position: absolute;
    left: -50px;
    top: -22px;
    z-index: -5;
}
#block-frontimage1:after {
	content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: -15px;
    bottom: 100px;
    z-index: -5;
}
#block-fronttext1 {
    padding-left: 55px;
}
.path-frontpage .main-container {
	padding: 0;
}

#block-nasesluzby {
    display: flex;
    align-items: center;
	margin-top: 100px;
	margin-bottom: 40px;
}

#block-views-block-nase-sluzby-block-2 {
	margin-bottom: 50px;
}
#block-nasesluzby h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #000000;
	flex-shrink: 0;
	margin-right: 35px;
}

.view-nase-sluzby .view-content {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.view-nase-sluzby .views-row {
	width: calc(50% - 10px);
    position: relative;
	margin-bottom: 21px;
}
.view-nase-sluzby .views-field-fieldset {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0%);
    text-align: center;
    display: flex;
    align-items: flex-end;
	padding-bottom: 25px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	justify-content: center;
}
.view-nase-sluzby .views-field-fieldset * {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.view-nase-sluzby .views-field-fieldset:hover {
    background: rgb(255 255 255 / 90%);
	padding-bottom: 80px;
}

.view-nase-sluzby .views-field-title a {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
.view-nase-sluzby .views-field-fieldset:hover .views-field-title a {
    color: #000;
}
.view-nase-sluzby .views-field-body {
	height: 0;
	overflow: hidden;
	padding: 0px 45px;
	margin-top: 0px;
}
.view-nase-sluzby .views-field-fieldset:hover .views-field-body {
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.view-nase-sluzby .views-field-view-node a {
	font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #0CB6FF;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    justify-content: center;
	margin-top: 20px;
}
.view-nase-sluzby .views-field-view-node a:after {
	content: "";
    position: relative;
    background: url(../images/arrow_right_blue.svg) no-repeat transparent;
    width: 14px;
    height: 21px;
    background-position: center;
	margin-left: 10px;
}
.view-nase-sluzby:after {
	content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: -35px;
    bottom: 310px;
    z-index: -5;
}
.first_black {
	background: url(../images/first_black_bg.jpg) no-repeat black;
    background-size: cover;
    background-position: center;
    min-height: 750px;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 180px;
}
#block-nastim {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: unset;
    display: block;
}
#block-nastim h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#block-nastim p {
	color: #FFFFFF;
}

#block-views-block-nas-team-block-1 {
	padding: 0;
	margin-top: 70px;
}
#block-views-block-nas-team-block-1 .views-field-field-pozicia-v-teame div {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #0CB6FF;
}
#block-views-block-nas-team-block-1 .views-field-title span {
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}
#block-views-block-nas-team-block-1 .slick__slide {
	position: relative;
}
#block-views-block-nas-team-block-1 .views-field-fieldset {
    transform: rotate(90deg) translate(100%, 40%);
    transform-origin: 100% 0%;
    right: 0;
    position: absolute;
}
#block-views-block-nas-team-block-1:before {
	content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots_white.svg) no-repeat transparent;
    display: block;
    position: absolute;
    left: -75px;
    bottom: 275px;
    z-index: 1;
}
#block-views-block-nas-team-block-1:after {
	content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots_white.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: -15px;
    bottom: -45px;
    z-index: 1;
}
#block-views-block-nas-team-block-1 .form-group {
	z-index: 50;
    position: relative;
}
#block-views-block-nas-team-block-1 .slick__arrow {
	background: #F8F8F8;
    display: flex;
    align-items: center;
    padding: 8px 18px;
    float: right;
    margin-top: -25px;
    z-index: 55;
    position: relative;
	overflow: hidden;
}

#block-views-block-nas-team-block-1 .slick-arrow {
	background: url(../images/arrow_right_blue.svg) no-repeat transparent;
	width: 25px;
	height: 38px;
	background-size: contain;
	border: 0;
	text-indent: -9999px;
}
#block-views-block-nas-team-block-1 .slick-prev {
	transform: scaleX(-1);
}
#block-views-block-nas-team-block-1 .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
	margin: 0px 10px;
}
#block-views-block-nas-team-block-1 .slick-dots button {
	border: 0;
	background: none;
	
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #C8C8C8;
}
#block-views-block-nas-team-block-1 .slick-dots .slick-active button {
	color: #0CB6FF;
}

#block-views-block-nasi-spokojni-klienti-block-1 h2 {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #0CB6FF;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#block-views-block-nasi-spokojni-klienti-block-1 h2:before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #0CB6FF;
    left: -60px;
    position: absolute;
}
#block-views-block-nasi-spokojni-klienti-block-1 h3 {
	font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 40px;
    background: white;
    z-index: 50;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#block-views-block-nasi-spokojni-klienti-block-1 .views-field-body {
	border: 1px solid #C4C4C4;
	padding: 40px
}
#block-views-block-nasi-spokojni-klienti-block-1 .views-field-title span {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	color: #0CB6FF;
}
#block-views-block-nasi-spokojni-klienti-block-1 .view-content {
	margin-top: -60px;
}
#block-views-block-nasi-spokojni-klienti-block-1 .slick-dots {
	padding: 0;
    list-style: none;
    display: flex;
    position: absolute;
    top: -7px;
    right: 0;
    background: white;
    padding-bottom: 15px;
    padding-left: 20px;
}
#block-views-block-nasi-spokojni-klienti-block-1 .slick-dots li button {
	background: white;
	border: 1px solid #383838;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	margin-left: 10px;
}
#block-views-block-nasi-spokojni-klienti-block-1 .slick-dots li.slick-active button {
	background: #0CB6FF;
	border: 1px solid #0CB6FF;
}
#block-views-block-nasi-spokojni-klienti-block-1 .views-field-title {
	float: right;
    margin-top: -20px;
    padding: 0px 30px;
    background: white;
}
.third_black {
    background: url(../images/third_black_bg.jpg) no-repeat black;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.third_black h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.third_black p {
	color: #FFFFFF;
}


#block-webformular .form-group {
    margin-bottom: 0px;
}

#block-webformular .form-type-processed-text {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}
#block-webformular .form-type-processed-text h2 {
	font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    flex-shrink: 0;
    margin-right: 35px;
}
#block-webformular .form-type-email {
	display: inline-block;
	width: 80%;
}
#block-webformular .form-actions {
	display: inline-block;
    vertical-align: middle;
}
#block-webformular input[type="email"] {
	border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
}
#block-webformular .btn-primary {
    margin-top: 0px;
	margin-left: 20px;
}

#block-views-block-galeria-block-1 {
	
}
#block-views-block-galeria-block-1 h2 {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #0CB6FF;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#block-views-block-galeria-block-1 h2:before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #0CB6FF;
    left: -60px;
    position: absolute;
}
#block-views-block-galeria-block-1 h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 40px;
    background: white;
    z-index: 50;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#block-views-block-galeria-block-1 .view-header {
    position: relative;
	margin-bottom: 40px;
}
#block-views-block-galeria-block-1 .view-header:after {
    display: block;
    content: "";
    background: #C4C4C4;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
}
#block-views-block-galeria-block-1 .views-field-field-galeria-obrazkov ul {
    padding: 0;
	list-style: none;
}
#block-views-block-galeria-block-1 .views-field-field-galeria-obrazkov ul li,
.field--name-field-galeria-obrazkov .field--item {
	max-width: calc(50% - 10px);
	margin-bottom: 10px;
}
.field--name-field-galeria-obrazkov {
	margin-top: 30px;
}
.before_footer {
	background: #101012;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.before_footer .container-fluid {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.before_footer .block {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
#block-nasaadresa {
	padding-bottom: 50px;
	padding-left: 90px;
}
#block-nasaadresa h2 {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #0CB6FF;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#block-nasaadresa h2:before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #0CB6FF;
    left: -60px;
    position: absolute;
}
#block-nasaadresa h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    z-index: 50;
    position: relative;
    display: inline-block;
}
#block-nasaadresa p {
    color: #fff;
}
.region-before-footer {
	display: flex;
    align-items: center;
	position: relative;
    overflow: hidden;
}
#block-mapka iframe {
    min-height: 600px;
    z-index: 50;
    display: block;
}
#block-mapka:before {
    content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots_white.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: -35px;
    top: -44px;
    z-index: 0;
}
.region-before-footer:after {
    content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots_white.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: 0;
    bottom: -124px;
    z-index: 0;
}
.footer {
	margin: 0;
    background: url(../images/footer_bg.jpg) no-repeat black;
    background-size: cover;
    background-position: center bottom;
	border: 0;
}
.region-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#block-vsetkypravavyhradenec2022performancetrainingcentersk p {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
#block-footermenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	list-style: none;
}
#block-footermenu ul li {
	color: white;
	padding-left: 20px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
#block-footermenu ul a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
#block-footermenu ul li:last-child a {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	color: #0CB6FF;
}
.region-footer-bottom {
	border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 25px;
}
.footer .menu--main li a:hover {
	background: none;
}
.footer .menu--main li.last a:hover:after {
	border-left: 20px solid transparent;
}

#block-views-block-nas-team-block-2  {
	max-width: 1000px;
}
#block-views-block-nas-team-block-2 .views-row:first-child .views-field-field-fotografia {
	position: relative;
}
#block-views-block-nas-team-block-2 .views-row:first-child .views-field-field-fotografia:before {
    content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots.svg) no-repeat transparent;
    display: block;
    position: absolute;
    left: -35px;
    top: 100px;
    z-index: -5;
}
#block-views-block-nas-team-block-2:after {
    content: "";
    width: 185px;
    height: 191px;
    background: url(../images/dots.svg) no-repeat transparent;
    display: block;
    position: absolute;
    right: -35px;
    bottom: 310px;
    z-index: -5;
}
#block-views-block-nas-team-block-2 .views-row {
	display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
	align-items: center;
}
#block-views-block-nas-team-block-2 .views-field-fieldset {
	max-width: 50%;
}
#block-views-block-nas-team-block-2 .views-field-title span {
	font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#block-views-block-nas-team-block-2 .views-field-field-pozicia-v-teame {
	font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #0CB6FF;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#block-views-block-nas-team-block-2 .views-field-field-pozicia-v-teame:before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #0CB6FF;
    left: -60px;
    position: absolute;
}

#block-views-block-nas-team-block-2 .views-field-body .views-label {
	font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.page-node-type-sluzba .page-header {
	margin-bottom: 10px;
}

.page-node-type-sluzba .main-container {
	margin-bottom: 50px;
}

/*
#block-views-block-galeria-block-1 {
	margin-top: 50px;
	margin-bottom: 100px;
}
#block-views-block-nasi-spokojni-klienti-block-1 {
	margin-top: 50px;
	margin-bottom: 50px;
}
*/

.view-events-calendar .view-header a {
	margin-bottom: 20px;
}
.view-events-calendar .fc-dayGridMonth-view .fc-time {
	display: none;
}
.view-events-calendar .fc-title h3,
.view-events-calendar .fc-list-item-title h3 {
	margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.view-events-calendar .fc-title p,
.view-events-calendar .fc-list-item-title p {
	margin: 0;
    padding: 0;
    font-size: 14px;
	color: white;
	line-height: initial;
}
.view-events-calendar .fc-list-item-title p {
	margin: 0;
    padding: 0;
    font-size: 14px;
	color: black;
	line-height: initial;
}
.view-events-calendar .fc-event {
	padding: 10px;
    border-radius: 0;
    border: 0;
	text-align: center;
}
.view-events-calendar .fc-title > * {
	padding-bottom: 5px !important;
}
.view-events-calendar .fc-list-item-title > a * {
	padding-bottom: 5px !important;
}
.view-events-calendar .fc-list-item-title > a:hover {
	text-decoration: none;
}

.fc-day-grid-event .fc-content {
	white-space: initial;
}
.zobrazit_viac {
	color: #0CB6FF !important;
    background: white;
    padding: 9px !important;
}
.zobrazit_viac:hover {
	color: #0CB6FF !important;
	background: rgba(255,255,255,0.9);
}
.zobrazit_viac:hover:after {
	display: none;
}
.zobrazit_viac:before {
    display: none;
}

.fc-timeGridDay-view .fc-content .fc-time {
	display: none;
}
.fc-timeGridDay-view .fc-content {
    display: flex;
    text-align: left;
    align-items: center;
}
.fc-timeGridDay-view .fc-title {
    display: flex;
    text-align: left;
    align-items: center;
}
.fc-timeGridDay-view .fc-title > * {
    font-size: 14px !important;
    padding: 5px !important;
}
.fc-timeGridDay-view .zobrazit_viac {
    margin-left: 20px !important;
}
.fc-listYear-view .cas {
    display: none;
}

.view-events-calendar .fc-list-item-title .zobrazit_viac {
    background: #0CB6FF;
    color: white !important;
    border: 0px solid transparent;
    border-radius: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px 25px 7px 38px !important;
    position: relative;
    margin-top: 10px;
}
.view-events-calendar .fc-list-item-title .zobrazit_viac:after {
    border-bottom: 35px solid transparent;
}
.view-events-calendar .fc-list-item-title .zobrazit_viac:hover:after {
    display: block;
}
.view-events-calendar .fc-list-item-title .zobrazit_viac:before {
    content: "";
    position: absolute;
    background: url(../images/arrow_right.svg) no-repeat transparent;
    width: 14px;
    top: 0;
    left: 0;
    height: 100%;
    background-position: center;
    margin-left: 15px;
    display: block;
    background-size: contain;
}

.info-fieldset {
	display: flex;
	justify-content: space-between;
}
.info-fieldset > * {
	width: 48%;
}
.circles-fieldset {
	display: flex;
	justify-content: space-between;
}
.circles-fieldset > * {
	width: 25%;
}

.page-node-type-event {
	
}
.page-node-type-event .views-field-body h2,
.page-node-type-event .views-field-field-when span {
	font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}
.page-node-type-event .views-field-field-when ul {
	padding: 0;
    list-style: none;
}
.page-node-type-event .views-field-field-when ul li {
    padding: 8px 15px;
    border: 1px solid grey;
    margin-bottom: 10px;
    font-weight: bold;
}
.page-node-type-event .page-header {
    margin-bottom: 20px;
}

.circles-fieldset > * {
    border: 2px solid rgb(215 215 215);
    margin: 100px 5px 0 5px;
    display: inline-block;
    text-align: center;
    padding: 35px;
    font-size: 14px;
    color: #022147;
    height: 120px;
    font-weight: 700;
    position: relative;
    padding-top: 40px;
    vertical-align: top;
    background: white;
    flex: none;
}
.circles-fieldset > *:before {
    position: absolute;
    content: '';
    height: 120px;
    width: 100%;
    left: 0;
    background-position: center;
    background-size: 120px;
    background-repeat: no-repeat;
    margin-top: -120px;
}
.circles-fieldset > *:nth-child(1):before {
	background-image: url(../images/cenaBefore.png);
}
.circles-fieldset > *:nth-child(2):before {
	background-image: url(../images/trenerBefore.png);
}
.circles-fieldset > *:nth-child(3):before {
	background-image: url(../images/dlzkaPodujatia.png);
}
.circles-fieldset > *:nth-child(4):before {
	background-image: url(../images/infoBefore.png);
}
.circles-fieldset .views-label {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.circles-fieldset .field-content {
	font-weight: 600;
    font-size: 15px;
    line-height: 2.1rem;
    color: rgba(2, 33, 71, 0.7);
}

#block-webformular-2 {
	max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid rgb(215 215 215);
    padding: 45px;
}
#block-webformular-2 .block-title {
	font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 15px;
}

#block-webformular-2 .form-actions {
    margin-bottom: 0px;
} 
.fc-scroller {
	height: 100% !important;
}
.fc-timeGridWeek-view .fc-content {
	overflow: unset;
    height: 100%;
}
.fc-timeGridWeek-view .fc-event {
	max-height: 100%;
    height: 100%;
    min-height: 135px;
}
.fc-timeGridWeek-view .btn-inverted:after {
	display: none;
}

.page-node-type-sluzba .field--name-field-obrazok {
	display: block;
	margin-top: 30px;
}
.page-node-type-sluzba .field--name-field-obrazok img {
	margin: 0 auto;
}
.page-node-type-sluzba .field--name-body h2 {
	font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.navbar-fixed-top > .container {
	display: flex;
    align-items: center;
}

.navbar-fixed-top .navbar-collapse {
	margin-left: auto;
}


/* RESPONSIVE */

@media (max-width:1700px) {
	
}

@media (max-width:1500px) {

}

@media (min-width:768px) and (max-width:991px) {
	
}	
@media (max-width:991px) {
	
	.navbar-header {
		display: flex;
		width: 100%;
		margin: 0;
	}
	.navbar-toggle {
		margin-left: auto;
		margin-right: 0;
	}
	.navbar-fixed-top > .container {
		flex-direction: column;
	}
	.navbar-fixed-top > .container {
		align-items: flex-start;
	}
	.navbar-fixed-top .navbar-collapse {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.navbar-default {
		padding-bottom: 10px;
	}
	.first_black .slick-track {
		display: flex;
		flex-direction: column;
	}
	.first_black .slick__slide {
		width: 100% !important;
	}
	.menu--main {
		flex-direction: column;
	}
	.view-nase-sluzby:after {
		right: 0;
		display: none;
	}
	#block-frontimage1:after {
		right: 0;
		display: none;
	}
	.region-footer {
		flex-direction: column;
	}
	#block-views-block-nas-team-block-1:after {
		right: 0;
		display: none;
	}
	#block-frontimage1 p:last-child {
		margin-left: 0px;
		max-width: 80vw;
		width: 80vw;
		margin: 0 auto;
		margin-top: 30px;
		padding: 18px;
		font-size: 18px;
	}
	#block-nasesluzby {
		flex-direction: column;
	}
	.view-nase-sluzby .view-content {
		flex-direction: column;
	}
	.view-nase-sluzby .views-row {
		width: 100%;
	}
	.region-before-footer:after {
		
	}
	.logo {
		margin: 0;
	}
	.logo img {
		max-height: 45px;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#block-perfromance-main-menu {
		width: 100%;
	}
	.menu--main li.last a {
		margin-left: 0;
	}
	body:not(.path-frontpage).navbar-is-fixed-top {
		margin-top: 80px;
	}
	:not(.path-frontpage) .first_black {
		margin-top: 0px !important;
		padding-top: 35px;
	}
	#block-webformular .form-type-processed-text {
		flex-direction: column;
	}
	#block-webformular .form-type-processed-text h2 {
		margin-right: 0;
	}
	.third_black p {
		text-align: center;
	}
	.first_black,
	.third_black {
		margin-top: 35px;
		margin-bottom: 35px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#block-views-block-nas-team-block-1 {
		padding: 0;
		margin-top: 70px;
		/* display: none; */
		max-width: 95vw;
		margin: 0 auto;
		display: block;
	}
	#block-fronttext1 {
		padding-left: 15px;
	}
	#block-nasesluzby {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	.row {
		max-width: 100vw;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	#block-trenujstyminajlepsimi h2 {
		font-size: 32px;
		line-height: 64px;
		margin-top: 65px;
	}
	#block-trenujstyminajlepsimi h2 span {
		font-size: 40px;
		line-height: 64px;
	}
	.container, .container-fluid {
		margin: 0px auto;
	}
	/*
	body, html {
		max-width: 100vw;
		overflow-x: hidden;
	}
	*/
	.path-frontpage .slider {
		min-height: 410px;
	}
	.path-frontpage .slider {
		margin-bottom: 30px;
	}
	#block-socials .field--name-body {
		flex-direction: row;
		padding: 0;
	}
	#block-socials {
		background: transparent;
		box-shadow: none;
		position: relative;
		right: 0;
		height: initial;
		color: white;
		margin-top: 15px;
	}
	#block-socials .field--name-body:before {
		display: none;
	}
	#block-socials .field--name-body a {
		color: white;
		margin-right: 20px;
	}
	#block-nasesluzby h2 {
		margin: 0;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	#block-views-block-nase-sluzby-block-1 {
		padding: 0;
		margin-bottom: 30px;
	}
	#block-nastim p {
		margin-bottom: 30px;
	}
	#block-views-block-nas-team-block-1 .views-field-fieldset {
		transform: none;
		transform-origin: 0;
		right: unset;
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#block-webformular .form-type-email {
		width: 40%;
	}
	#block-webformular .btn-primary {
		margin-top: 0px;
		margin-left: 0px;
	}
	#block-frontimage1,
	#block-fronttext1,
	#block-views-block-nasi-spokojni-klienti-block-1,
	#block-views-block-galeria-block-1,
	#block-webformular {
		padding: 0;
	}
	.region-before-footer {
		flex-direction: column;
	}
	#block-mapka iframe {
		min-height: 200px;
	}
	#block-nasaadresa {
		padding-bottom: 50px;
		padding-left: 15px;
		padding-top: 35px;
	}
	#block-vsetkypravavyhradenec2022performancetrainingcentersk p {
		text-align: center;
	}
	#block-footermenu ul {
		flex-direction: column;
	}
	#block-footermenu ul li {
		padding: 0;
	}
	#block-views-block-nas-team-block-2 .views-row {
		flex-direction: column-reverse;
	}
	#block-views-block-nas-team-block-2 .views-field-fieldset {
		max-width: 100%;
		margin-top: 20px;
	}
	
	/*
	.js-drupal-fullcalendar {
		min-width: 1000px;
	}
	.view-events-calendar .view-content > div {
		overflow: scroll;
	}
	.view-events-calendar .view-content > div:before {
		content: "Potiahnite prstom →";
		margin-bottom: 15px;
		display: block;
	}
	*/
	.js-drupal-fullcalendar * {
		font-size: 7px;
	}
	.view-events-calendar .fc-title h3, .view-events-calendar .fc-list-item-title h3 {
		font-size: 7px;
	}
	.view-events-calendar .fc-title p, .view-events-calendar .fc-list-item-title p {
		font-size: 5px;
	}
	.view-events-calendar .fc-event {
		padding: 2px;
	}
	.zobrazit_viac {
		padding: 2px !important;
	}
	.view-events-calendar .fc-title > * {
		padding-bottom: 2px !important;
	}
	.fc-time-grid-event.fc-short .fc-content {
		white-space: inherit;
	}
	.fc-timeGridWeek-view .fc-event {
		min-height: 58px;
	}
	.view-events-calendar .fc-list-item-title h3 {
		font-size: 16px;
	}
	.view-events-calendar .fc-list-item-title p {
		font-size: 14px;
	}
	.fc-listYear-view .fc-list-item-time {
		font-size: 14px;
	}
	.fc-listYear-view .fc-widget-header a {
		font-size: 10px;
	}
	.path-rozvrh .main-container {
		padding: 0;
	}
		
	
	
	#block-views-block-nasi-spokojni-klienti-block-1 .view-content {
		margin-top: 0;
	}
	.navbar-default {
		background: rgb(0 0 0 / 80%);
	}
	.info-fieldset {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.info-fieldset > * {
		width: 100%;
	}
	.circles-fieldset {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.circles-fieldset > * {
		width: 100%;
	}
	.page-node-type-event .main-container {
		padding: 0;
	}
	#block-webformular-2 {
		padding: 15px;
	}
	

}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (min-width:1200px) {
	.container {
		width: 1200px;
	}
}

body.adminimal-admin-toolbar {
	overflow-x: hidden;
}
