
body {
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	background: #fff;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
	font-family: 'Baloo 2', cursive;
	line-height: 1.2em;
}

.block h2 {
    font-size: 50px;
    font-weight: 600;
}

.block h3 {
    font-size: 32px;
    font-weight: 600;
}

.center {
    margin: 0 auto;
}

.element .atom {
    float: none;
}

/*Menu */

#Menu  {
    z-index: 100;
	width: 100%;
	position: fixed;
	background: rgb(246,124,23);
	background: linear-gradient(0deg, rgba(246,124,23,0) 0%, rgba(255,255,255,1) 100%);
	background: rgba(255,255,255,0.85);
}

#Menu nav a {
    color: #4BC3CA;
    display: inline-block;
    font-size: 17px;
    padding: 10px 25px;
	text-decoration: none;
	margin: 0 3px;
	border: solid 2px #4BC3CA;
	border-radius: 10em;
	font-weight: 500;
}

#Menu nav .lang a {
    padding: 7px;
    margin: 0 3px;
    border: none;
    font-size: 0;
    border-radius: 50%;
	margin: 0;
}

#Menu nav .lang a img {
    width: 30px;
	height: 30px;
	opacity: 0.5;
}

#Menu nav .lang.active a img {
	opacity: 1;
}

#Menu nav a:hover {
    color: #fff;
	background: #4BC3CA;
}

.element.system-in-practice ul, .element, ul.system-in-practice {
    margin-top: 0;
}

.benefit.block .content-width {
    padding-top: 0;
}

#Menu.menu.block div.item.mobile-menu-icon {
    display: none;
}

#Menu .open-primary-nav {
    padding: 15px 10px 10px 10px;
	cursor: pointer;
}

#Menu .open-primary-nav img {
    margin: 0 1px;
    padding: 0;
    width: 30px;
}

.block.article .element {
	margin-top: 0;
}


.block.article .item .content h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.block.article .item .content h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.block.article .item .content p {
	line-height: 1.5em;
}

.logo {
    display: flex;
    margin: 0;
    text-align: left;
    width: auto;
}

.logo a {
    text-decoration: none;
	font-weight: 700;
}

#Menu .element.logo {margin-top: 0;}

#Menu .module {
    margin: 0;
}

#Menu nav .element {
    margin: 5px;
}

#Menu .logo a {
    font-size: 19px;
    padding: 5px;
}

.type-menu li.item {
    list-style: outside none none;
}

.element div.item div.content .button-primary, .button-primary {
    background: rgba(0, 0, 0, 0) linear-gradient(276deg, #4bc3ca, #73e0e6) repeat scroll 0 0;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin: 15px 0;
    padding: 15px 25px;
	text-decoration: none;
	border: none;
}

.element div.item div.content .button-secondary, .button-secondary,
.element input.button-secondary {
    background: none;
    border-radius: 10em;
	border: solid 2px #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    padding: 15px 25px;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
}


/* Menu END */


#Showcase {
    background: rgba(0, 0, 0, 0) url("../media/main-7.jpg") no-repeat 0 0 / cover ;
    color: #fff;
    padding: 120px 0 0 0;
}

#Showcase .content-width {
	padding-bottom: 100px;
}

#Header .content-width {
	padding: 15px 20px 30px;
	background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
}

section.tablet .element {margin: 0;}

/*#Showcase .module {
	max-width: 550px;
	background: #4bc3ca;
	padding: 15px 30px;
	margin: 70px 0 5px 0;
}*/

#Showcase .module {
	background: none;
	padding: 15px 30px;
	margin: 0 0 5px 0;
	color: #555;
}

#Showcase .element div.item a.button-secondary {
	border: solid 2px #4bc3ca;
	color: #4bc3ca;
}

#Showcase .module h1 {
	font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 10px 0 0;
}

#Showcase .module h1:after {
	background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
	border-radius: 10px;
	content: "";
	display: block;
	height: 6px;
	margin: 15px 0 25px;
	width: 300px;
}

#Showcase .module p {
	font-size: 19px;
    font-weight: 300;
    line-height: 1.5em;
}


.block .button {
    background: #c91717;
    border: 1px dashed rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin: 5px;
    padding: 6px 15px;
    vertical-align: top;
	text-decoration: none;
}

.system-in-practice .item h2.underline {
    margin: 0;
}

.system-in-practice .item.claim {
    color: #999;
    font-size: 40px;
    text-align: right;
}

.tablet {
    padding: 0;
	background: #e5e5e8;
}

.tablet .content-width {
    padding: 0;
}

.tablet .small-intro {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 110px 0 0 0;
	font-size: 24px;
	line-height: 1.6em;
}

.tablet .small-intro:before {
    background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px auto 25px;
    width: 200px;
    background-position: center;
}


.element.system-in-practice ul,.element, 
ul.system-in-practice {
	margin-top: 35px;
}

.element.system-in-practice ul li,
ul.element.system-in-practice li {
	font-size: 20px;
    line-height: 1.5em;
    list-style: outside none none;
    margin-bottom: 40px;
    padding-left: 110px;
    position: relative;
    z-index: 2;
	padding-right: 40px;
}

.element.system-in-practice ul li h3,
ul.element.system-in-practice li h3 {
	margin: 7px 0 0 0;
}

.element.system-in-practice ul li p,
ul.element.system-in-practice p {
	font-size: 16px;
	line-height: 1.5em;
}

.element.system-in-practice ul li:before,
ul.element.system-in-practice li:before {
	/*border: 3px solid #e5e5e8;*/
    border-radius: 10em;
	background: rgba(0, 0, 0, 0) linear-gradient(276deg, #4bc3ca, #73e0e6) repeat scroll 0 0;
    color: #fff;
    content: "1";
    font-size: 50px;
    height: 55px;
    left: 0;
    line-height: 1.1em;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 55px;
	top: 0;
	z-index: -1;
	font-weight: 500;
}

.element.system-in-practice ul li.itm-1:before,
ul.element.system-in-practice li.itm-1:before {
    content: "1";
}

.element.system-in-practice ul li.itm-2:before,
ul.element.system-in-practice li.itm-2:before {
    content: "2";
}

.element.system-in-practice ul li.itm-3:before,
ul.element.system-in-practice li.itm-3:before {
    content: "3";
}

.element.system-in-practice ul li.itm-4:before,
ul.element.system-in-practice li.itm-4:before {
    content: "4";
}

.element.system-in-practice ul li.itm-5:before,
ul.element.system-in-practice li.itm-5:before {
    content: "5";
}

.element.system-in-practice ul li.itm-6:before,
ul.element.system-in-practice li.itm-6:before {
    content: "6";
}

.element.system-in-practice ul li.itm-7:before,
ul.element.system-in-practice li.itm-7:before {
    content: "7";
}

.system-in-practice.block .element.system-in-practice li.no-number {padding: 0 20px;}
.system-in-practice.block .element.system-in-practice li.no-number:before {display: none;}

/*.fade {display: none;}*/

section.block.system-in-practice h2.underline {
	font-size: 46;
}

ul.element li.item {list-style: none;}

section.blue.down {
    background: #4bc3ca;
    background: rgba(0, 0, 0, 0) url(../media/bg.svg) repeat scroll 0 0 / cover;
    color: #000;
    line-height: 2rem;
    font-size: 115%;
}

section.blue {
	background: #4bc3ca;
	background: rgba(0, 0, 0, 0) url("../media/bg.svg") repeat scroll 0 0 / cover ;
	color: #fff;
}

section.blue ul.element {
	padding: 0 25px;
	margin: 0;
}

section.blue ul.element .item {
	padding: 15px 50px;
}

section.blue ul.element .item h3 {
	margin-bottom: 5px;
}

section.blue ul.element .item h3:after {
	background-color: #fff;
    background-position: left;
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px 0 17px 0;
    width: 300px;
}

section.blue ul.element .item p {
	font-size: 19px;
	margin-top: 0;
	line-height: 1.5em;
}

section.block h2.underline:after {
	background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px 0 25px;
    width: 300px;
}

section.block h2.underline.align-center::after {
    background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px auto 25px;
    width: 300px;
    background-position: center;
}

body .f-grid {
    display: flex;
    flex-flow: row wrap;
    overflow: visible;
    padding: 0;
    position: relative;
}

.benefit.block {
	background: rgba(0, 0, 0, 0) url("../media/benefit-bg.jpg") no-repeat scroll center bottom / 100% auto ;
    color: #fff;
    padding: 0;
	margin-top: 50px;
}

main form.element input {
    border: 1px solid #ccc;
    font-size: 14px;
    max-width: 560px;
    padding: 16px 15px 14px;
    width: 100%;
}

.element input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
	font-family: "Montserrat",sans-serif;
    padding: 10px;
    width: 100%;
	margin-bottom: 10px;
}

.element textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    padding: 16px 15px 14px;
    width: 100%;
}

form.element.form .item.gdpr {
    font-size: 12px;
}

form.element input[type="checkbox"] {
    margin: 4px 5px;
    vertical-align: sub;
    width: auto;
}

form.element a {
    color: #fff;
}

form.element #submit.button {
    border: medium none;
    max-width: 560px;
    padding: 16px 15px 14px;
    width: auto;
}

form.element.form  {
    margin: 35px auto 0;
    max-width: 800px;
}

.content-width.full-width .module.xxl-center {
    margin-top: -140px;
}

.benefit.block .content-width {
	padding-bottom: 60px;
}

.benefit h2 {
	color: #555;
	text-align: center;
	margin-bottom: 70px;
}

/*section.benefit.block h2.underline::after {
    background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px 0 25px;
    width: 300px;
}*/

.benefit.block ul {margin: 0; padding: 0; justify-content: center;}

.benefit ul li img {
    width: 45px;
}

.benefit.block ul li {
    min-height: 200px;
    padding: 40px 0;
    text-align: center;
	list-style: none;
	margin: 0 1.15%;
}

.benefit.block ul li h3 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
	margin-bottom: 0;
	padding: 0 10px;
}

.benefit.block ul li span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4em;
    padding: 0 10px;
    width: 100%;
}

.benefit.block ul li.green {
	background: rgba(0, 0, 0, 0) url("../media/green.svg") no-repeat scroll 0 0 / 100% auto;
}

.benefit.block ul li.mate {
	background: rgba(0, 0, 0, 0) url("../media/mate.svg") no-repeat scroll 0 0 / 100% auto;
}

.benefit.block ul li.blue {
	background: rgba(0, 0, 0, 0) url("../media/blue.svg") no-repeat scroll 0 0 / 100% auto;
}

.benefit.block ul li.orange {
	background: rgba(0, 0, 0, 0) url("../media/orange.svg") no-repeat scroll 0 0 / 100% auto;
}

.benefit.block ul li.red {
	background: rgba(0, 0, 0, 0) url("../media/red.svg") no-repeat scroll 0 0 / 100% auto;
}


/* Footer */

.footer .atom.icon-svg {
    margin: 15px 0;
}

#Footer.footer.block p.atom,
#Footer.footer.block h4.atom {
    padding: 0;
	line-height: 1.5em;
	margin: 0;
}

.footer { 
    line-height: 1.7em;
	font-size: 16px;
	background: #111;
	background: #003b74;
	color: #fff;
}

#Footer.block.dark h4.atom { 
    color: #fff;
	font-weight: normal;
}

#Footer.footer.block h4.atom {
    padding: 0 0 5px 0;
	color: #fff;
	font-size: 17px;
	margin-bottom: 5px;
}

#Footer.footer .element div.item.red h4.atom,
#Footer.footer .element div.item.red p.atom {
	color: #fff;
}

#Footer.footer.block h4.atom.big {
    border-bottom: medium none;
    display: block;
    width: 100%;
}

#Footer.footer.block p.atom {
	color: #fff;
}

#Footer.footer.block .copyright h4 {
    border: none;
    font-size: 12px;
	padding-top: 25px !important;
	margin-top: 25px;
}

#Footer.footer div.content-width {
    padding: 5px 0;
}

#Footer.footer h3 {
    margin: 0;
}

/* Footer END */



.element .icon-svg {
    opacity: 1;
}

section.block {
    display: inline-block;
    margin: 0 0 -4px;
    min-height: 40px;
    position: relative;
    width: 100%;
}


.intro .element div.item p {
    font-size: 24px;
	color: #000;
	line-height: 1.5em;
}

.intro.article .element div.item p {
    font-size: 21px;
	color: #000;
	line-height: 1.5em;
}

.intro.article .element div.item h2 {
    margin-top: 45px;
}

.block.article .item a {
    color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 7px;
	border: solid 2px #323776;
	margin: 25px 0;
	display: inline-block;
	background: #323776;
	font-size: 17px;
}

.block.article .item a:hover {
	background: #0a0c37;
	border: solid 2px #0a0c37;
}

.intro.small .element div.item p {
    font-size: 18px;
}

.intro .element div.item p.claim {
    border: solid 2px #323776;
    display: inline-block;
	color: #323776;
	padding: 10px 15px;
	border-radius: 7px;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
}

.slider.block .element .item img {
	border-radius: 7px;
	
}

.intro .element div.item p.position {
    font-weight: bold;
	margin-top: 0;
}

.intro .element div.item p.first {
    margin: 0;
}

#Menu .item div.atom img {
    margin-left: 10px;
    opacity: 0.3;
    width: 35px;
}

.menu .content-width {
    padding: 15px 15px 0;
}

#Menu .title strong {
    font-size: 35px;
	line-height: 1em;
}

.element div.item div.content a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 7px;
    border: solid 2px #323776;
    margin: 25px 0;
    display: inline-block;
    background: #323776;
    font-size: 17px;
}

.menu {
    margin-top: 0;
}

.title div.item div.atom {
    padding: 0;
}

.title div.item {
    width: 100%;
}

div.content-width {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1100px;
   min-width: 1100px;
}

#Slider .text-absolute {
    bottom: 33%;
    left: 0;
    max-width: 50%;
    min-width: 50%;
    position: absolute;
    right: initial;
    width: 50%;
}

#Slider .text-absolute .item h2,
#Slider .text-absolute .item h1,
#Slider .text-absolute .item .main-header {
    margin: 0;
	font-size: 50px;
	color:#fff;
	display: inline;
}

#Slider .text-absolute .item h2::after,
#Slider .text-absolute .item h1::after,
#Slider .text-absolute .item .main-header::after {
    background: #ffae00 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    right: 0;
    width: 50%;
}

.module .element .item div.content a.button-secondary.center {
	display: table;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
}

#Menu .logo-cuni {
    padding-left: 10%;
    margin-top: -7px;
    margin-bottom: 5px;
}

picture.item {
    padding: 0;
}

.intro.block.group .element div.item div.content {
    padding-right: 30px;
}

.intro.group .element div.item p {
    font-size: 17px;
	line-height: 1.5em;
}

img.inside {
    float: left;
    margin-top: 20px;
    width: 210px;
}

.block.group h2 {
    font-size: 32px;
    font-weight: 700;
    width: 100%;
}

.intro.block.group div.module {
    margin-top: 30px;
}

#Header div.element div.item p {
    font-size: 25px;
    margin: 0;
}

#Subpage h1 {
    font-size: 50px;
}

#Subpage .module h1::after {
    background-image: linear-gradient(276deg, #4bc3ca, #73e0e6);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    margin: 15px auto 25px auto;
    width: 300px;
}

#Footer .copyright div {
    font-size: 14px;
}

#Footer .copyright div {
    font-size: 14px;
}

#Footer .copyright div a {
    font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

#Footer .copyright div a:hover {
	text-decoration: none;
}

#Footer.footer.block .form-validation input#submit {cursor: pointer;}

#Footer.footer.block .form-validation input#submit:hover {
	background: #fff;
	color: #003b74;
}

@media screen and (max-width: 1390px) {
    
    body .xxl-hide {display: none;}
    body .xxl-center {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto !important; text-align: center;}
    .benefit.block { margin-top: 0; }
}

@media screen and (max-width: 1200px) {

    .element.list-table { padding: 15px; }
    #Slider .text-absolute .item h2,
    #Slider .text-absolute .item h1,
    #Slider .text-absolute .item .main-header { font-size: 40px; }

    #Menu.menu.block div.content-width {
        max-width: 100%;
        min-width: 100%;
    }
    #Menu a {
        font-size: 16px;
        padding: 10px 15px;
    }
    #Showcase.showcase .content-width {
        padding-bottom: 0;
    }
    #Showcase .module  {
        background: rgba(255,255,255,0.9);
    }
    #Showcase .module h1 {
        font-size: 27px;
    }
    #Showcase .module p {
        font-size: 16px;
        font-weight: bold;
    }
    #Showcase {
        background-position: center left;
    }

    #Menu {
        position: relative;
        margin: 0;
    }
    #Header div.element div.item p {
        font-size: 19px;
        margin: 0;
    }
}

@media screen and (max-width: 1100px) {

    div.content-width {
	   min-width: auto;
	   padding-bottom: 0;
    }	
}


@media screen and (max-width: 959px) {
	
    #Showcase {
       background-position: center center;
	   padding: 29% 0 0 0;
	   margin-bottom: 10%;
    }

    #Showcase .module {
        background: rgba(255,255,255,0.7);
	   padding: 0 20px;
	   text-align: center;
	   margin-bottom: -15%;
	   z-index: 1;
    }

    #Showcase .module h1::after {
        margin: 10px auto;
    }
	
    .tablet .small-intro {
        font-size: 17px;
        line-height: 1.6em;
    }	
	
	.element .margin-bottom {
        margin-bottom: 20px;
	}
	
	.block .content-width {
        max-width: 100%;
        min-width: 100%;
	}
	
	.intro .element div.item p {
        font-size: 19px;
	}
	
	.block h2 {
        font-size: 32px;
	}
	
	#Slider .text-absolute .item h2,
	#Slider .text-absolute .item h1,
	#Slider .text-absolute .item .main-header {
    font-size: 35px;
	}
	
	.element.list-table div.item img {
    max-width: 250px;
	}
	
	img.inside {
    float: left;
    margin-top: 20px;
    width: 150px;
	margin-right: 30px;
	}
	
	.intro.group .element div.item p {
    font-size: 19px;
    margin-top: 25px;
	}
	
	#Menu.menu.block .module {
    margin: 0 auto;
	}

    .element.system-in-practice ul, .element, ul.system-in-practice {
        margin-top: 0;
    }

    .benefit.block .content-width {
        padding-top: 0;
    }

    .element.system-in-practice ul li, ul.element.system-in-practice li {
        margin-bottom: 0;
    }

    section.blue ul.element .item {
        padding: 0 50px;
    }

    #Menu.menu .module.size-400px {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
        width: 250px;
        max-width: 250px;
	   margin-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {
	
.benefit.block ul li {
	min-height: auto;
	padding: 20px 0 10px;
	text-align: center;
	list-style: none;
	margin: 0 1.15%;
	background: green;
	border-radius: 10px;
	margin-bottom: 15px;
}

.benefit.block ul li.green {
    background: #A8CB41;
}

.benefit.block ul li.mate {
    background: #4BC3CA;
}

.benefit.block ul li.blue {
    background: #017BAC;
}

.benefit.block ul li.orange {
    background: #F37022;
}

.benefit.block ul li.red {
    background: #ED1941;
}

}


@media screen and (max-width: 767px) {

.tablet .small-intro {
    padding: 50px 0 0 0;
}

h2.underline.special {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}

.intro.article .element div.item h2 {
    margin-top: 0;
}

.intro.article .element div.item p {
    font-size: 17px;
}

.intro.article .element div.item h2,

.block.small h2.underline {
    font-size: 27px;
    margin-bottom: 15px;
	padding-bottom: 5px;
}

.intro.block.article div.content-width,
.intro.block div.content-width,
.intro.block.reverse div.content-width {
    padding: 15px 0 15px 0;
}

.slider.block .content-width.full-width .module {
    margin: 0;
    padding: 3px;
}

.slider.block .content-width.full-width {
    padding: 0 3px;
}

.intro.block.reverse div.content-width {
    flex-direction: row;
}

.intro.small .element div.item p.position,
.intro.small .element div.item p {
    font-size: 16px;
}

.menu.block h1 {
    font-size: 20px;
}

.block h2.underline {
    font-size: 22px;
}

.history .element div.item p {
    font-size: 18px;
}

.element.system-in-practice ul li::before, ul.element.system-in-practice li::before {
    font-size: 30px;
    height: 30px;
    padding: 15px;
    width: 30px;
}

.element.system-in-practice ul li, ul.element.system-in-practice li {
    margin-bottom: 5px;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 0;
}

.block h3 {
    font-size: 26px;
    font-weight: 600;
}

#Footer .copyright div a {
    display: block;
}

}


p.bileodkazy a {
    color: #fff;
    text-decoration: none;
}


@media screen and (max-width: 480px) {
	.footer .element p	{
    text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

    
#Subpage h1 {
    font-size: 32px;
}


.element .margin-bottom {
    margin-bottom: 0;
}

.footer .element div.item.red {
    background: none;
    color: #fff;
    padding: 25px;
}

.footer .element div.item.red .content {
    background: #c91717 none repeat scroll 0 0;
    padding: 25px 25px 10px 25px;
}

div#Footer.footer.block h4.atom {
    text-align: center;
	float: none;
	display: table;
    margin: 5px auto 5px auto;
}
    
section.price.block p {
    font-size: 120%;
    line-height: 1.75;
    padding: 0 8rem;
}
    

