.ptcz-reservation .newbuttontext {
	color: #1C1C2E !important;
    background: none;
    border: none;
    text-align: center;
    font-weight: 600;
    width: 100%;
    padding: 20px 140px 20px 140px;
    font-size: 16px;
}
.ptcz-reservation .newbuttontext:hover {
    text-decoration: underline;
}
input.newbutton, a.newbutton, button.newbutton {
    background-color: #58C2F4;
    color: #fff;
	padding: 20px 140px 20px 140px;
    text-decoration: none;
	border-radius: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;	
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
	cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
input.newbuttono, a.newbuttono {
    background-color: #58C2F4;
    color: #fff;
	padding: 20px 40px 20px 40px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.3s;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cta .newbuttono, .cta a.newbuttono {
	margin-bottom: 0 !important;
}
a.newbuttonp {
    background-color: #58C2F4;
    color: #fff;
	padding: 15px 20px 15px 20px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.3s;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.newbuttonpc {
    background-color: #58C2F4;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.3s;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 20px !important;
}
.wpcf7-submit {
    background-color: #58C2F4;
    color: #fff;
	padding: 15px 20px 15px 20px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.zelene, a.active {
	background-color: #000 !important;
}
a.zelene:hover, a.active:hover {
	background-color: #000 !important;
}

.produkt a.readmore {
    font-size: 18px;
    font-weight: 600;
    color: #ff1c29 !important;
    text-decoration: none !important;
    position: absolute;
    bottom: 25px;
}
.produkt a.readmore:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 6px;
    transition: all 0.2s linear;
    display: inline-block;
    opacity: 0;
    transition: margin 0.5s, opacity 0.3s linear;
	color: #ff1c29;
}
.produkt a.readmore:hover {
	color: var(--barvaodkazuhover) !important;
}
.produkt a.readmore:hover:after {
    opacity: 1;
    margin-left: 12px;
}
a.readmore {
    font-size: 18px;
    font-weight: 600;
    color: var(--barvaodkazuhover) !important;
    text-decoration: none !important;
    position: absolute;
    bottom: 25px;
}
a.readmore:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 6px;
    transition: all 0.2s linear;
    display: inline-block;
    opacity: 0;
    transition: margin 0.5s, opacity 0.3s linear;
	color: #ff1c29;
}
a.readmore:hover {
	color: var(--barvaodkazuhover) !important;
}
a.readmore:hover:after {
    opacity: 1;
    margin-left: 12px;
}
a.readmorepozice {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none !important;
}
a.readmorepozice:hover {
	color:#fff;
}
a.readmorepozice:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 6px;
    transition: all 0.2s linear;
    display: inline-block;
    opacity: 0;
    transition: margin 0.5s, opacity 0.3s linear;
	color: #fff;
}
a.readmorepozice:hover:after {
    opacity: 1;
    margin-left: 12px;
}

input.newbutton:hover, a.newbutton:hover, button.newbutton:hover,
input.newbutton:active, a.newbutton:active, button.newbutton:active{
  	background-color: #0EB2FF;
	transition: all 0.3s;
	color: #fff;
}
input.newbuttono:hover, a.newbuttono:hover,
input.newbuttono:active, a.newbuttono:active{
  	background-color: #0EB2FF;
	transition: all 0.3s;
	color: #fff;
}
a.newbuttonp:hover, a.newbuttonp:active{
  	background-color: #0EB2FF;
	transition: all 0.3s;
	color: #fff;
}
a.newbuttonpc:hover, a.newbuttonpc:active{
  	background-color: #0EB2FF;
	transition: all 0.3s;
	color: #fff;
}
.wpcf7-submit:hover, .wpcf7-submit:active{
  	background-color: #0EB2FF;
	transition: all 0.3s;
	color: #fff;
}
.modal-body .wpcf7-submit {
	width: 100%;
}

@media(max-width:767px) {
input.newbutton, a.newbutton {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 100%;
}
a.newbuttonp {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 100%;
}
.wpcf7-submit {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 100%;
}
}
@media(max-width:460px) {
a.newbuttonp {
    padding: 15px 7px !important;
    font-size: 13px !important;
}
}
@media(min-width:768px) and (max-width:1200px){
input.newbutton, a.newbutton {
    padding: 20px 100px 20px 100px !important;
    font-size: 18px !important;
}
input.newbuttono, a.newbuttono {
    padding: 20px 40px 20px 40px !important;
    font-size: 15px !important;
}
input.newbuttonp, a.newbuttonp {
    font-size: 15px !important;
}
.wpcf7-submit {
    font-size: 15px !important;
}
}
@media(min-width:650px) and (max-width:767px) {
input.newbuttono, a.newbuttono {
    padding: 20px 40px 20px 40px !important;
    font-size: 15px !important;
}	
}
@media(max-width:650px) {
	.ptcz-reservation .newbuttontext {
		padding: 5px 30px 5px 30px !important;
	}
	.tlacitko .newbutton {
		padding: 10px 30px 10px 30px !important;
	}
	input.newbutton, a.newbutton, button.newbutton {
		padding: 20px 50px 20px 50px !important;
	}
	
	input.newbuttono, a.newbuttono {
    padding: 20px 30px 20px 30px !important;
    font-size: 14px !important;
	}	
}