/* ===================================
    Crafto - Medical
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #FED430;  
    --alt-font: 'Manrope', sans-serif; 
    --primary-font: 'Manrope', sans-serif;
    --dark-gray: #303334;
    --red: #f45959;
    --medium-light-gray:#b4b4b4;
    //--medium-gray:#848587;
	--medium-gray:#444444;
}

table.table th {
	background: #FED430;
	color: #000 !important;
}
table.table th h2 {
	color: #000 !important;
}
/* box layout */
.box-layout {
    padding: 0 100px;
}
body{
    font-size: 16px;
    line-height: 28px;
}
.text-iconblue {
	color: #00d2df;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 12px;
}
header .container-fluid {
    padding-left: 85px;
    padding-right: 85px;
}
.sticky-wrap.shadow-in {
    left: 31px;
}
header .navbar-brand img {
    max-height:60px;
}
.breadcrumb a:hover {
	color: #fff;
}
/* bg color */
.bg-light-turquoise-blue {
    background-color: #fffcef;
}
.bg-light-sea-green-transparent {
    background-color: rgba(22, 193, 204,0.8);
}
.bg-light-sea-green-transparent-light {
    background-color: rgba(22, 193, 204,0.15);
}
/* border color */
.border-color-transparent-dark-gray {
    border-color: rgba(39, 47, 48, 0.1) !important;
}
.border-color-red {
    border-color: var(--red) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
/* btn */
.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0px;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:17px;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px;
}
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active{
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
/* page title */
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
	width: 100%;
}
/* social media icon */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* outside box right */ 
.outside-box-right-2 {
    margin-right: -2vw;
}
/* tab style 01 */
.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
    background-color: var(--base-color);
    color: var(--white);
}
.tab-style-01 .nav-tabs .nav-link {
    padding: 7px 29px;
    color: var(--dark-gray);
}
.tab-style-01 .nav-tabs > li.nav-item {
    padding: 0 13px;
}
/* time table */ 
.time-table-box .hover-detail {
    padding: 25px 30px;
}
/* accordion style 05 */
.accordion-style-05 .accordion-item {
    padding: 25px 35px 27px 75px;
}
/* footer */
footer .nav-link {
    color: var(--white);
	padding: .5rem 10px;
	font-size: 14px;
}
.elements-social .light li a:hover {
    color: var(--base-color) !important;
}
footer .footer-logo img {
    max-height: 60px;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* media query responsive */
@media (max-width: 768px){
    .page-title-extra-large h1 {
        font-size:26px !important;
        line-height: 26px;
    }
}
@media (max-width: 1600px){
    .page-title-extra-large h1 {
        font-size:32px;
        line-height: 34px;
    }	
    .box-layout {
        padding: 0 60px;
    }
    .sticky-wrap.shadow-in {
        left: 10px;
    }
    header .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width: 1400px){
    footer .nav-link {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}
@media (max-width: 1199px){
    .box-layout {
        padding: 0 0;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }
    header .btn.btn-switch-text.btn-small > span {
        padding: 8px 10px;
    }

    .tab-style-01 .nav-tabs > li.nav-item {
        padding: 0 8px;
    }
    header .navbar [class*=col-] {
        padding: 0px;
    }
    .time-table-box {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 991px){
    .tab-style-01 .nav-tabs .nav-link {
        padding: 5px 25px;
    }

    .time-schedule-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .time-schedule-scroll .time-schedule-min-width {
        min-width: 1050px;
    }
    .tab-style-01 .nav-tabs > li.nav-item {
        padding: 0 4px;
    }
    header .navbar [class*=col-] {
        padding: 0 15px;
    }
}
@media (max-width: 767px){
    .accordion-style-05 .accordion-item .number {
        top: 13px;
    }
}

.min-height-425 {
	min-height: 475px;
}
.feature-box:hover .feature-box-icon i {
	color: #00d2df;
}
.hover-box.dark-hover:hover i {
	color: #00d2df !important;
}
.gradient-block {
    padding: 50px;
    background: linear-gradient(to right, rgba(254, 212, 48, 1) 50%, rgba(254, 212, 48, 0) 100%);
	border-radius: 15px;
}
.round-corner {
	border-radius: 8px;
}
.zebra {
	background-image: url(/template/default/images/bgzebra.jpg);	
}
.zebra:hover {
	background-image: none;	
}
.zebra:hover span span span {
	background: none;
}
button.zebra:hover  span {
	background: none;
}
.zebra span span span {
	padding: 8px;
	background: #fff;
	color: #000;
	border-radius: 8px;
}
button.zebra span {
	padding: 8px;
	background: #fff;
	color: #000;
	border-radius: 8px;
}

.zebra:hover span div {
	background: none;
}
.zebra span div {
	padding: 8px;
	background: #fff;
	color: #000;
	border-radius: 8px;
}

/*--- Icon Box 01 ---*/
.icon_box_01{
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    padding: 58px 45px 53px;
    border: 2px solid #FED430;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    min-height: 321px;
	border-radius: 8px !important;
	background:#FED430;
}
.icon_box_01_100{
    min-height: 160px !important;
    padding: 28px 25px 23px;
}
.icon_box_01:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_01:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    content: '';
    //background: rgba(243, 199, 29, .86);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_01:hover:before{
    visibility: visible;
    opacity: 1;
}
.icon_box_01:hover:after{
    visibility: visible;
    opacity: 1;
}
.icon_box_01:hover{
    background:#ffffff;
}
.ibMeta{
    position: relative;
    z-index: 3;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 0 27px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.brleft{
    position: absolute;
    left: 1px;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #fff;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.brleft:after{
    width: 5px;
    height: 5px;
    content: '';
    background: #FED430;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.brright{
    position: absolute;
    right: 2px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    background: #fff;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.brright:after{
    width: 5px;
    height: 5px;
    content: '';
    background: #FED430;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ibMeta i{
    font-size: 40px;
    line-height: 80px;
    color: #FED430;
    border-radius: 50%;
    border: 2px solid #FED430;
    height: 100%;
    width: 100%;
    display: block;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.ibMeta span{
    font-size: 60px;
    line-height: 82px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, .1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 1;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_01:hover .brright,
.icon_box_01:hover .brleft,
.icon_box_01:hover .ibMeta i{
    visibility: hidden;
    opacity: 0;
}
.icon_box_01:hover .ibMeta span{
    visibility: visible;
    opacity: 1;
}
.icon_box_01 h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.icon_box_01 h3 a{
    position: relative;
    z-index: 3;
    color: inherit;
    font-size: 17px;
}
.icon_box_01 p{
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_01 .sm{
    position: relative;
    z-index: 3;
    display: inline-block;
    color: #FED430;
    font-size: 16px;
    font-weight: 700;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_01 .sm:hover{
	color: #000;
}
.icon_box_01 .sm i{
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-left: 4px;
    display: inline-block;
}
.icon_box_01:hover h3 a,
.icon_box_01:hover .sm{
    color: #000;
}
.icon_box_01:hover p{
    color: #000;
}
.icon_box_01 h3 a:hover{
    color: #000;
}
.icon_box_01 .sm:hover{
    color: #000;
}

.subpage table th {
	color: #f1c40f;
}

.subpage table td {
	color: #444444;
	min-width: 80px;
}

.subpage ul {
  
}
.subpage ul li {
  list-style: none;
  position: relative;
  padding-left: 24px; /* miesto pre ikonu */
}

.subpage ul li::before {
  content: '\2713';
  color: #f1c40f;
  position: absolute;
  left: 0;
  top: 0;
}

.subpage ul.blog-classic li::before {
  content: '';
}

.subpage ul.blog-classic li.grid-item .card {
  
  
}
/*
.subpage ul li:before {
  content: '\2713';
  display: inline-block;
  color: #f1c40f;
  padding: 0 12px 0 0;
}
*/
.subpage ul li {
	//list-style: disc;
}
.subpage ul li strong {
	color: #333;
}
.subpage a {
	color: #f1c40f;
}
.subpage h3 {
	//color: #f1c40f;
	padding-top: 20px;
}
.subpage p strong {
	color: #333;
}
.subpage table {
	border-collapse: none !important;
	margin-left: 35px;
	margin-right: 15px;
}

input::placeholder, textarea::placeholder {
	opacity: 0.5;
	color: #aaa;
}

.aboutSectionSubpagemenu {
	padding-top: 110px;
	padding-bottom: 0px !important;
}

.answers {
	margin-bottom: 15px;
}