
/* ********************** Custom Radios ********************** */

.att-radio input[type="radio"] {
	outline: none;
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}
.att-radio input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: lightgray;
	border-radius:50%;
}
.att-radio input[type="radio"]:checked::before {
	background-color: #004a9a;
}
.att-radio input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.4rem solid white;
	z-index: 20;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: white;
}


/* ********************** Custom Radios Dark ********************** */

.att-radio-dark input[type="radio"] {
	outline: none;
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}
.att-radio-dark input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: lightgray;
	border-radius:50%;
}
.att-radio-dark input[type="radio"]:checked::before {
	background-color: #333333
}
.att-radio-dark input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.4rem solid white;
	z-index: 20;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: white;
}


/* ********************** Custom Checkbox ********************** */

.att-checkbox input[type="checkbox"] {
	outline: none;
	position: relative;
	width: 1.8rem !important;
	height: 1.8rem !important;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	padding: 0 !important;
	top: 0;
}
.att-checkbox input[type="checkbox"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: lightgray;
	width: auto; /* Fix Theme */
}
.att-checkbox input[type="checkbox"]:checked::before {
	background-color: #004a9a;
}
.att-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	width: 40%;
	height: 60%;
	border: solid white;
	border-width: 0 0.3rem 0.3rem 0;
	z-index: 20;
	transform: translate(-50%, -50%) rotate(30deg);
	box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-acceptance label {
	display: flex;
	align-items: center;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label {
    padding-bottom: 5px !important;
    padding-left: 10px;
}

.wpcf7-form-control-wrap input[type="file"] {
    margin: 0 0 1.875rem 0 !important;
}




/* ********************** COOKIES ********************** */

#catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 5px 20px 5px;
	width: 320px !important;
}
.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0.5em 0 0;
    font-size: 18px !important;
    font-weight: 700;
}
.cookie-bar-block #catapult-cookie-bar span {
	display: block;
	margin: 1em 0;
	font-size: 14px;
	line-height: 22px;
}
button#catapultCookie {
    border: 0;
    padding: 10px 22px !important;
    border-radius: 2px !important;
    font-size: 15px;
	font-weight: 700;
    letter-spacing: 1px;
}


/* ********************** MEC ********************** */
.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
	color: #fff;
}
.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a {
	color: #fff;
}
.mec-calendar .mec-table-nullday {
	color: #666 !important;
}
.mec-widget .mec-calendar .mec-calendar-header h2 {
	font-size: 17px;
	margin-top: 8px;
}
.mec-calendar .mec-event-article .mec-event-detail, .mec-calendar .mec-event-article .mec-localtime-details div {
	font-size: 16px;
	line-height: 1.3;
	color: #666;
	margin-bottom: 0;
}
.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
	font-size: 17px;
}
.mec-calendar .mec-event-article .mec-event-title {
	font-size: 16px;
	padding: 0;
	margin: 10px 0 8px;
	font-weight: 700;
	text-transform: uppercase;
}
.mec-calendar .mec-event-article .mec-event-time {
	font-size: 15px;
	line-height: 1.1;
	margin: 0;
}


/* ********************** STYLES FIX ********************** */
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
	color: #f9bf37 !important;
}
.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text::after {
	color: #f9bf37 !important;
	background-color: transparent !important;
}
.top-header .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text::after, .top-header .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text::after {
	color: #f9bf37 !important;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
	color: #f9bf37 !important;
}
.blog-shortcode .entry-meta, .portfolio-shortcode .entry-meta, .albums-shortcode .entry-meta, .owl-carousel .entry-meta {
	font-size: 15px;
	line-height: 18px;
	color: #666 !important;
}
.post-details.details-type-link {
	font-size: 15px;
	line-height: 15px;
	color: #666 !important;
}
.masthead .top-bar .menu-select, .masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a {
	color: #efefef;
	font-size: 17px;
	text-transform: none;
}
.masthead .top-bar .mini-contacts, .masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a, .masthead .top-bar .mini-login, .masthead .top-bar .mini-login .submit, .masthead .top-bar .mini-search .submit, .masthead .top-bar .mini-search, .masthead .top-bar .wc-ico-cart, .masthead .top-bar .text-area, .masthead .top-bar .customSelectInner {
	font-size: 17px;
	text-transform: none;
}
.branding .mini-search .submit {
	font-size: 19px;
	color: #4c4c4c;
}
.mini-search input.field, .overlay-search-microwidget input[type="text"] {
	line-height: 27px;
	min-height: 50px;
	height: auto;
	line-height: 50px;
	width: 700px;
	border-width: 0px;
	border-color: #e2e2e2;
	border-radius: 0px;
	background: #f4f4f4;
	padding: 0 12px 0 12px;
	padding-right: 12px;
}
.main-nav > li {
	background-color: #136325 !important;
}
.main-nav > li:not(.wpml-ls-item) > a {
	background-color: #136325 !important;
}
.main-item .menu-item-text {
	background-color: #136325 !important;
}

.left-widgets .mini-contacts.address {
	background-color: #555;
}

.right-widgets.mini-widgets .menu-item-text .menu-text {
	background-color: #555;
}
.polezni-vrazki .menu-item-text .menu-text {
	background-color: #016932 !important;
	color: #fff !important;
}


/* ********************** TABLES ********************** */
.vc_tta-panels .regulations_accordion .vc_tta-panel-heading {
	background-color: #136325 !important;
	padding-top: 9px;
	padding-bottom: 9px;
}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
	color: #fff;
	background-color: #136325 !important;
}



/* ********************** XXXXXX ********************** */