@import url("https://use.typekit.net/kmh4fnu.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
	font-size: 100%;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}

body {
    position: relative;
    min-height: 100%; /* fixes focus scrolling in Safari (OS X) */
    margin: 0;
    padding: 0;
	letter-spacing: 0.4px;
    background-color: #FFF;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
    color: #464646;
	font-family: "Lexend Deca", sans-serif;
    font-style: normal;
	line-height: 120%;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	height: 100%;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

	.mobilemenu {
	display: none;
}

.allowmob {
	display: none;
	/* keep table rows visually separated when shown on small screens */
	border-collapse: separate;
	border-spacing: 0 12px; /* vertical gap between rows */
}

.onlinebut, .onlinebutabstract {
	display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.onlinebut:hover, .onlinebutabstract:hover {
transform: scale(1.05) !important;
}

.allowmob td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.allowdesk {
	display: block;
}

#mapa iframe {
	width: 100%;
	max-width: 100%;
	height: 300px;
	border: none;
	border-radius: 30px;
}

.addtocalendar  {
	font-size: 85%;
	padding-bottom: 10px;
	display: block;
}

.addtocalendar a {
	cursor: pointer;
	text-decoration: underline;
	color: #B0B0B0;
}

.onlinebut {
    cursor: pointer;
}

.onlinebut:hover {
    background-color: #cc0000 !important;
}

.onlinebutabstract {
    cursor: pointer;
}

.onlinebutabstract:hover {
    border: 1px solid #cc0000 !important;
	background-color: #cc0000 !important;
	color: #fff !important;
}

.clenvyboru {
	font-weight: 700;
	font-size: 105%;
}


/* HEADER */
.f1_obj {
	width: 1800px;
	margin: 0 auto;
}

.about {
	font-size: 30px;
}

.firstpart {
	width: 100%;
	background: linear-gradient(90deg, #435889 0%, #2a2d78 60%, #14133f 100%);
    color: #fff;
}


#red2{
	color: #a03092;
	font-weight: 600;
}

.bolder {
	font-weight: 800;
}

.menu {
	width: 100%;
	text-align: right;
	font-size: 19px;
}

.logohead {
	width: 18%;
	display: inline-block;
	float: left;
}

.menuitem {
	color: #fff;
	display: inline-block;
	padding-top: 30px;
	padding-bottom:30px;
}

.menuitem a{
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	
}

.menuitem a:hover{
	color: #fff;
	background-color: #231e5a;
	padding-top: 30px;
	padding-bottom: 34px;
	padding-left: 25px;
	padding-right: 25px;
}

.active a:hover{
	color: #fff;
	background-color: #231e5a;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.active {
	border-bottom: 6px solid #fff;
}

.orangecl {
	color: #a03092;
	font-weight: 500;
}

.tcbbhead{
	height: 80px;
}
/* END HEADER  */ 


/* PICTURE  */ 
.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 700px; /* You must set a specified height */
  background-position: center 50%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
	display: flex; /* center child vertically */
	align-items: center;
	justify-content: center;
}

.termin {
		width: 1800px;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 0;
}

/* Ensure .termin inside .picture stays centered across breakpoints */
.picture .termin {
		padding-top: 0; /* override media query padding settings */
}

.detail {
  background-color: white;
  padding: 30px 30px 30px 30px;
  max-width: 700px;
  position: relative; /* potrebné pre ::after */
  z-index: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.fnsp {
    padding-bottom: 10px
}

.fnsp img {
    height: 120px;
}

.detail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px; /* výška ako pôvodný border */
  width: 100%;
  background: linear-gradient(135deg, #0da2dc, #a03092);
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.termin a{
	text-decoration: none;
}

.logo_fds {
	height: 100px;
}

.namedetail {
	color:  #002B2D;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.kostlivy {
    font-size: 70px;
    line-height: 90px;
}

.anniversary {
	font-weight: 700;
	font-size: 115%;
}

.namedetail2 {
	padding-top:10px;
	color:  #047fb8;
	line-height: 26px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
     font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.marker {
	color: #a03092;
	font-weight: 700;
}

.txttopic ul {
	list-style-position: outside;
	padding-left: 1.4em; /* ensure space for larger marker */
}

.txttopic ul li::marker {
	font-size: 1.35em; /* zväčší kružky pri položkách */
	color: #a03092;
}

.termindetail {
	padding-top: 5px;
	color: #002B2D;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
    text-transform: uppercase;
     font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* END PICTURE */

/* body  */ 
.txtbody {
	padding-top: 100px;
	width: 1800px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.nametopic {
	font-size: 26px;
	font-weight: 500;
	color: #047fb8;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 23px;
	font-weight: 600;
	color: black;
	padding-bottom: 2px;
}

.txttopic {
	padding-top: 35px;
	line-height: 150%;
	padding-bottom: 60px;
}

.linkor {
	color: #231e5a;
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1.5px solid #008cd1;
}

.linkor:hover {
	color: #a03092;
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1.5px solid #a03092;
}

.linkor2 {
	color: #008cd1;
	text-decoration: none;
}

.linkor2:hover {
	color: #a03092;
	text-decoration: none;
}

.linkor3 {
	color: #464646;
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1.5px solid #464646;
}

.linkor3:hover {
	color: #ce1042;
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1.5px solid #ce1042;

}

.linkor4 {
	color: #ce1042;
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1.5px solid #ce1042;
}


.bigt1 {
	font-weight: 500;
}

.bigt2 {
	font-weight: 600;
}
/* end body */

/* footer */
.footer {
	width: 100%;
	background: linear-gradient(90deg, #435889 0%, #2a2d78 60%, #14133f 100%);
}

.footer a {
    color: #fff;
}

.logofpf {
	width: 180px;
    padding-bottom: 40px;
}

.copyright {
	color: #fff;
	font-size: 80%;
}

.pata {
	padding-top: 100px;
	width: 1800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
    color: #fff;
}


/* end footer */

/* index */
.invitation {
	padding-bottom: 35px;
}

.pdficon {
	height: 30px;
	margin-top: 5px;
}

.set1 {
	display: inline-block;
	vertical-align: middle;
}

.set2 {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.googlem {
	padding-top: 25px;
	width: 70%;
	height: 250px;
}

.position {
	width: 300px;
}


.firstcolor {
	background-color: #ce1042;
	color: white;
}

.secondcolor {
	background-color: #008cd1;
	color: white;
}
/* index */

/*kontakt */
.logofpkontakt {
	height: 50px;
}
/*end kontakt/*

/*form*/
.formss {
	width: 400px;
	margin: 0 auto;
}

.zodpovednaosoba {
	font-size: 120%;
	color: black;
	padding-top: 30px;
	font-weight: 600;
}

.formss {
	text-align: center;
}
.formss textarea {
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: 4px solid #464646;
  width: 100%;
  color: #464646;
  padding: 15px 0px;
 font-family: "Lexend Deca", sans-serif;
  border-radius: 0; 
}

.formss textarea:hover {
  border-bottom: 4px solid #1b2140;
}

.formss input[type='text'] {
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: 4px solid #464646;
  width: 100%;
  color: #464646;
  padding: 15px 0px;
  font-family: "Lexend Deca", sans-serif;
  border-radius: 0; 
}

.formss input[type='text']:hover {
  border-bottom: 4px solid #1b2140;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595959;
    opacity: 1; /* Firefox */
	font-family: "Lexend Deca", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595959;
	font-family: "Lexend Deca", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #595959;
	font-family: "Lexend Deca", sans-serif;
}

#osobne_udaje {
	display: none;
}


#fakturacne_udaje {
	display: none;
}

#payopt {
	display: none;
}

#submit_part {
	display: none;
}

#p4, #p5, #p6, #p7, #p4_m, #p5_m, #p6_m {
	display: none;
}

#trapsse {
	margin-top:15px;
	display: none;
	background-color: #eee;
	padding: 15px;
}

#trapsse2 {
	margin-top:15px;
	display: none;
	background-color: #eee;
	padding: 15px;
}


#trapsse {
	margin-top:15px;
	display: none;
	background-color: #eee;
	padding: 15px;
	width: 100%;
}

#trapsse2 {
	margin-top:15px;
	display: none;
	background-color: #eee;
	padding: 15px;
	width: 100%;
}

.txtform {
	width: 100%;
}

.txtform2 {
	width: 50%;
}

.ecardvub2 {
	width: 220px;
	padding-left: 22px;
}

.okayim {
	width: 100px;
	padding-bottom: 50px;
}

/* RADIO */
.wrapper_input {
	width: 430px;
}

.current_items .wrapper_input {
  position: relative;
  margin: 10px 0;
}
.current_items .wrapper_inpute {
  position: relative;
  margin: 10px 0;
}
.current_items input {
  display: none;
}
.current_items input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.current_items label {
  margin: 0;
  padding-top: 10px;
  padding-left: 50px;
  display: inline-block;
  position: relative;
}

.current_items label:before {
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: white;
  border: 1px solid #D70000;
  margin-top: -10px;
  cursor: pointer;
}

.current_items label:after {
  background: #e22e32;
  left: 0;
  top: 50%;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -6px;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 4px;
  cursor: pointer;
}

.leftsidef {
	text-align: left;
}

#subbut {
	margin-top: 40px;
	background-color: #BF1622;
	color: white;
	max-width: 550px;
	font-family: "Lexend Deca", sans-serif;
	font-style: normal;
	font-weight: 400;
	border: 2px solid #BF1622;
    border-radius: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border: 0;
	border: none;
    outline:none;
	-moz-box-shadow:     0 5px 10px rgba(0,0,0,0.15);
   -webkit-box-shadow:  0 5px 10px rgba(0,0,0,0.15);
	box-shadow:          0 5px 10px rgba(0,0,0,0.15);
}

#subbut:hover {
	background-color: #e41b28;
}

.smalltsr {
	font-size: 85%;
}

.logosanofi {
	width: 150px;
}
.leftside {
	text-align: left;
}


.suma {
	padding-left: 100px;
}

.pl1 {
	background: #a03092;
	color: #fff;
}
.tabul table {
	border-collapse: collapse;
}
.tabul tr:not(:first-child) {
	border-bottom: 1pt solid #50535A;
}
.popl table, th, td {
	padding: 12px;
}

.strav {
    padding-top: 60px;
}

#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 16px;
	/* Place the button at the bottom of the page */
	right: 50px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #a03092;
	/* Set a background color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 16px 12px 12px 12px;
	/* Some padding */
	border-radius: 10px;
}
.ar {
	height: 28px;
}


/*end form*/
@media screen and (max-width:1920px){
	.picture {
	  height: 600px; /* You must set a specified height */
	}

    .namedetail {
        font-size: 36px;
        line-height: 46px;
    }

    .fnsp img{
        height: 110px;
    }
	.detail {
  max-width: 600px;
}

.termin, .f1_obj, .txtbody, .pata {
	width: 1500px;
}

.picture {
  background-position: center 80%; /* Center the image */
}

}

@media screen and (max-width:1780px){
#myBtn {
		padding: 15px 11px 11px 11px;
		/* Some padding */
	}
	.ar {
		height: 26px;
	}
}

/*responsive */
@media screen and (max-width:1600px){
	.f1_obj {
	width: 1200px;
	margin: 0 auto;
}

.termin, .f1_obj, .txtbody, .pata {
	width: 1200px;
}


.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 520px; /* You must set a specified height */
  background-position: center 40%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 60px;
	width: 1200px;
	margin: 0 auto;
}

.detail {
	background-color: white;
	max-width: 550px;
    padding: 30px 30px 30px 30px;
}

.logo_fds {
	height: 90px;
}

.namedetail {
	font-size: 35px;
	line-height: 38px;
}

.kostlivy {
    font-size: 65px;
    line-height: 90px;
}

.termindetail {
	padding-top: 5px;
	font-size: 18px;
	line-height: 40px;
}

.txttopic {
	padding-top: 30px;
	line-height: 150%;
	padding-bottom: 40px;
}
.namedetail2 {
	line-height: 24px;
    font-size: 19px;
}
}

@media screen and (max-width:1490px){
body {
	font-size: 17px;
}
.linkor3 {
	font-size: 110%;
}
.nametopic {
	font-size: 25px;
	color: #008cd1;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 22px;
	color: black;
	padding-bottom: 2px;
}
}

@media screen and (max-width:1366px){

.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 490px; /* You must set a specified height */
  background-position: center 25%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 60px;
	width: 1000px;
	margin: 0 auto;
}

.detail {
	max-width: 600px;
}

.txtbody {
	padding-top: 80px;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.pata {
	width: 1000px;
}

.txttopic {
	padding-top: 25px;
	line-height: 150%;
	padding-bottom: 30px;
}
.namedetail {
	font-size: 31px;
	line-height: 38px;
}

.kostlivy {
    font-size: 60px;
    line-height: 80px;
}

.termindetail {
	padding-top: 5px;
	font-size: 18px;
	line-height: 40px;
}
.namedetail2 {
	line-height: 23px;
    font-size: 18px;
}

.termin, .f1_obj, .txtbody, .pata {
	width: 1100px;
}

#myBtn {
		bottom: 16px;
		/* Place the button at the bottom of the page */
		right: 30px;
		/* Place the button 30px from the right */
		/
	}
}

@media screen and (max-width:1280px){
	.f1_obj {
	width: 1000px;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 490px; /* You must set a specified height */
  background-position: center 25%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 60px;
	width: 1000px;
	margin: 0 auto;
}



.txtbody {
	padding-top: 80px;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.detail {
	background-color: white;
	max-width: 580px;
    padding: 30px 30px 30px 30px;
}

.logo_fds {
	height: 75px;
}

.namedetail {
	font-size: 30px;
	line-height: 38px;
}

.namedetail2 {
	font-size: 18px;
	line-height: 24px;
}


.kostlivy {
    font-size: 50px;
    line-height: 80px;
}

.termindetail {
	padding-top: 5px;
	font-size: 16px;
	line-height: 40px;
}

.googlem {
	padding-top: 25px;
	width: 100%;
	height: 250px;
}
}

@media screen and (max-width:1080px){
	.f1_obj {
	width: 900px;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 440px; /* You must set a specified height */
  background-position: center 25%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.ar {
		height: 24px;
	}

.termin {
	padding-top: 50px;
	width: 900px;
	margin: 0 auto;
}

.termin {
	padding-top: 60px;
	width: 900px;
	margin: 0 auto;
}

.txtbody {
	padding-top: 80px;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.pata {
	width: 900px;
}

.detail {
	background-color: white;
	max-width: 550px;
}

.logo_fds {
	height: 75px;
}


.namedetail {
	font-size: 27px;
	line-height: 30px;
}

.fnsp img {
    height: 90px;
}

.formss {
	width: 50%;
	margin: 0 auto;
}

.txttopic {
	padding-top: 20px;
	line-height: 150%;
	padding-bottom: 28px;
}
}

@media screen and (max-width:950px){
	.f1_obj {
	width: 870px;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 430px; /* You must set a specified height */
  background-position: center 20%; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 50px;
	width: 870px;
	margin: 0 auto;
}

.termin {
	padding-top: 60px;
	width: 870px;
	margin: 0 auto;
}

.txtbody {
	padding-top: 80px;
	width: 870px;
	margin: 0 auto;
}

.pata {
	width: 870px;
}

.detail {
	background-color: white;
	max-width: 550px;
    padding: 30px 20px 30px 20px;
}

.logo_fds {
	height: 70px;
}




.formss {
	width: 50%;
	margin: 0 auto;
}	

#myBtn {
		bottom: 16px;
		/* Place the button at the bottom of the page */
		right: 20px;
		/* Place the button 30px from the right */
		padding: 12px 9px 9px 9px;
		/* Some padding */
	}
	.ar {
		height: 20px;
	}
}

@media screen and (max-width:880px){
		.f1_obj {
	width: 90%;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 450px; /* You must set a specified height */
  background-position: calc(50% - 70px) center;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 40px;
	width: 90%;
	margin: 0 auto;
}

.txtbody {
	padding-top: 50px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.pata {
	width: 90%;
}

.detail {	
	max-width: 70%;
}


.logo_fds {
	height: 60px;
}

.formss {
	width: 65%;
	margin: 0 auto;
}

.about {
	font-size: 26px;
}

.nametopic {
	font-size: 22px;
	color: #008cd1;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 20px;
	color: black;
	padding-bottom: 2px;
}
.txttopic {
	padding-top: 20px;
	line-height: 150%;
	padding-bottom: 40px;
}
}

@media screen and (max-width:765px){
			.f1_obj {
	width: 94%;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 415px; /* You must set a specified height */
  background-position: calc(50% - 70px) center;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 40px;
	width: 94%;
	margin: 0 auto;
}

.txtbody {
	padding-top: 50px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.pata {
	width: 94%;
}

.logo_fds {
	height: 50px;
}



.formss {
	width: 65%;
	margin: 0 auto;
}

.txtform2 {
	width: 60%;
}


.nametopic {
	font-size: 21px;
	color: #008cd1;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 20px;
	color: black;
	padding-bottom: 2px;
}
.txttopic {
	padding-top: 20px;
	line-height: 150%;
	padding-bottom: 40px;
}

.logofpf {
	width: 140px;
}
.namedetail {
	font-size: 25px;
	line-height: 32px;
}

.fnsp img {
    height: 80px;
}

.namedetail2 {
	font-size: 16px;
	line-height: 20px;
}


.kostlivy {
    font-size: 46px;
    line-height: 80px;
}

.termindetail {
	padding-top: 5px;
	font-size: 15px;
	line-height: 40px;
}
}

@media screen and (max-width:760px){
	.menu {
		display: none;
	}


	#mapa iframe {
		height: 270px;
	}

	.allowmob {
		display: block;
        margin-left: 0 auto;
	}
	
	.allowdesk {
		display: none;
	}
	
	.posunmob {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	background-color: white;
	position: fixed;
    left: 0;
    top: 0;
	height: 60px;
    width: 100%;
	background: linear-gradient(90deg, #435889 0%, #2a2d78 60%, #14133f 100%);
	z-index: +555;
}

.menuname {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	float: right;
	margin-top: 21px;
	margin-right: 50px;
}

.pata {
	width: 100%;
}

.namedetail2 {
	display: none;
}

	.mobilemenu {
	display: block;
	float:right;
	width: 100%;
	font-size: 12px;
}

.picture {
	margin-top: 50px;
}

.ecardvub2 {
	width: 180px;
	margin-left: -10px;
	}

.wrapper_input {
	width: 86%;
	}
	
	.f1_obj {
	width: 94%;
	margin: 0 auto;
	}
	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 400px; /* You must set a specified height */
  background-position: calc(100% + 70px) center;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 0px;
	width: 94%;
	margin: 0 auto;
}

.txtbody {
	padding-top: 50px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 45px;
}

.pata {
	width: 94%;
}

.detail {
    margin-top: 0px;
	background-color: white;
	width: 60%;
	min-width: 60%;
}

.logo_fds {
	height: 50px;
	padding-bottom: 5px;
}



.formss {
	width: 65%;
	margin: 0 auto;
}

.nametopic {
	font-size: 21px;
	color: #008cd1;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 20px;
	color: black;
	padding-bottom: 2px;
}
.txttopic {
	padding-top: 20px;
	line-height: 150%;
	padding-bottom: 40px;
}

.logofpf {
	width: 140px;
}

.pdficon {
	height: 24px;
	margin-top: 7px;
}

.txtform2 {
	width: 70%;
}

}


@media screen and (max-width:623px){
	.ecardvub2 {
	width: 170px;
	margin-left: -10px;
	}
}

@media screen and (max-width:590px){
		.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 420px; /* You must set a specified height */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.termin {
	padding-top: 0px;
	width: 94%;
	margin: 0 auto;
}

.txtbody {
	padding-top: 50px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 45px;
}

.pata {
	width: 94%;
}

.detail {
	background-color: white;
	width: 70%;
	min-width: 70%;
}

.logo_fds {
	display: block;
}


.formss {
	width: 70%;
	margin: 0 auto;
}

.about {
	font-size: 24.6px;
}

.nametopic {
	font-size: 20px;
	color: #008cd1;
	padding-bottom: 2px;
}

.nametopic2 {
	font-size: 18px;
	color: black;
	padding-bottom: 2px;
}
.txttopic {
	padding-top: 20px;
	line-height: 140%;
	padding-bottom: 40px;
}

.logofpf {
	width: 130px;
}

.pdficon {
	height: 24px;
	margin-top: 7px;
}
.namedetail {
	font-size: 20px;
	line-height: 28px;
}

.namedetail2 {
	font-size: 16px;
	line-height: 22px;
}


.kostlivy {
    font-size: 36px;
    line-height: 56px;
}

.termindetail {
	padding-top: 5px;
	font-size: 15px;
	line-height: 40px;
}
}


@media screen and (max-width:570px){
   .termindetail {
	padding-top: 10px;
	font-size: 15px;
	line-height: 20px;
} 
}

@media screen and (max-width:550px){
.ecardvub2 {
	width: 150px;
	margin-left: -10px;
	}

	.detail {
		width: 85%;
	}
}

@media screen and (max-width:530px){
	.formss {
	width: 80%;
	margin: 0 auto;
}
}

@media screen and (max-width:490px){
		.formss {
	width: 90%;
	margin: 0 auto;
}

	.picture {
	background-image: url("../images/prd2026_cover.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  width: 100%; /* You must set a specified height */
  height: 410px;
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.detail {
	width: 70%;
    max-width: 70%;
}

.wrapper_input {
	width: 90%;
	}

.txtform2 {
	width: 80%;
}

.position {
	width: 200px;
}

.suma {
	width: 100px;
}

}


@media screen and (max-width:460px){

.detail {
	width: 80%;
    max-width: 80%;
}

.position {
	width: 70%;
}

	.picture {
  background-position: calc(100% + 140px) center;
}

.suma {
	width: 25%;
}
}

@media screen and (max-width:420px){

.ecardvub2 {
	width: 150px;
	}
	
	.wrapper_input {
	width: 95%;
	}

	.suma {
	padding-left: 10px;
}
}

@media screen and (max-width:375px){
	.ecardvub2 {
	display: none;
	}

		.picture {
  background-position: calc(100% + 170px) center;
}
	
    .detail {
	width: 85%;
    max-width: 85%;
}

	
}