/*
Theme Name: Akord
Author: MamiArt s.r.o.
Author URI: http://www.mamiart.cz/
Description: <strong>Grafická šablona pro web.</strong>
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: responsive, boostrap4
Text Domain: ---
*/


/* theme css */
html,
body {
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.35rem;
}
.wrapperFHD {
	margin: auto;
	max-width: 1920px;
}

/* navbar */
#menu-main {
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
}
#menu-main-menu {
	float: left;
	padding: 0;
	margin: 0;
}
#menu-main-menu .menu-item {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none !important;
}
#menu-main-menu .nav-link {
	display: inline-block;
	padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	color: #565656;
}

.navbar-search {
	border-bottom: 1px solid #f9c41e;
	padding: 0.0rem 0.1rem;
	margin-top: 0.0rem;
	word-break: keep-all;
	word-wrap: none;
	width: 150px;
}
.search__input {
	background-color: transparent;
	border: 0px none transparent;
	font-size: 85%;
	padding: 0.35rem 0 0.35rem 0;
	width: 120px;
}
.search__icon {
	margin-left: auto;
}


#menu-second-menu {
	list-style-type: none;
}
#menu-second {
	font-size: 90%;
	font-weight: 900;
	margin: 0;
    text-transform: uppercase;
}
#menu-second-menu .menu-item {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none !important;
}
#menu-second-menu .nav-link {
	display: inline-block;
	padding: 0.25rem 0.75rem 0.25rem 0;
}

#menu-second .dropdown-toggle::after {
    display: none;
	border: 0px none;
}
#menu-second .dropdown-menu {
	background-color: #f9c41e;
	border-radius: 0;
	color: #ffffff;
	margin-top: 15px;
	/* right: -30px; */
}
#menu-second .dropdown-menu::before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f9c41e;
	content: '';
	clear: both;
	display: block;
	height: 0;
	position: absolute;
	right: 13px;
	top: -10px;
	width: 0;	
}
#menu-second .dropdown-menu a {
	background-color: #f9c41e;
	text-align: right;
}
#menu-second .dropdown-item {
    color: #033152;
	clear: both;
	font-size: 0.85rem;
    font-weight: 700;
    padding: 0.5rem 1.0rem 0.5rem 1.5rem;
}
#menu-second .dropdown-item:focus, #menu-second .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #033152;
}
#menu-second .dropdown-item.active, #menu-second .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #033152;
}
#menu-second .nav-link {
	padding: 0;
	margin-top: 0.75rem;
}

#menu-footer-menu {
	list-style-type: none;
}
#menu-footer {
	font-size: 90%;
	font-weight: 900;
    text-transform: uppercase;
}
#menu-footer .dropdown-toggle::after {
    display: none;
	border: 0px none;
}
#menu-footer .dropdown-menu {
	background-color: #f9c41e;
	border-radius: 0;
	color: #033152;
	margin-top: 23px;
	right: -10px;
}
#menu-footer .dropdown-menu::before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f9c41e;
	content: '';
	clear: both;
	display: block;
	height: 0;
	position: absolute;
	right: 13px;
	top: -10px;
	width: 0;	
}
#menu-footer .dropdown-menu a {
	background-color: #f9c41e;
	text-align: right;
}
#menu-footer .dropdown-item {
    color: #033152;
	clear: both;
	font-size: 0.85rem;
    font-weight: 700;
    padding: 0.5rem 1.0rem 0.5rem 1.5rem;
}
#menu-footer .dropdown-item:focus, #menu-footer .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #033152;
}
#menu-footer .dropdown-item.active, #menu-footer .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #033152;
}
#menu-footer .nav-link {
	padding: 0;
	margin: 0 0.75rem 0 0;
}

/* page (sections) heading */
.page-heading {
	border-bottom: #ededee 4px solid;
	color: #575656;
	font-size: 140%;
	font-weight: 900;
	line-height: 1.35em;
	margin-bottom: 1.5rem;
	padding: 4px 0;
	/* text-transform: uppercase; */
}
.page-heading__inner-line {
	border-bottom: #575656 4px solid;
	padding: 4px 12px 4px 0;
}
.page-heading__outer-line {
	border-right: #ffffff 4px solid;
	padding: 0px 0px 10px 0px;
}
.page-heading__icon {
	display: inline-block;
	height: 24px;
	margin: -0.2rem 0.25rem 0 -0.1rem;
	padding: 0.1rem;
	vertical-align: middle;
	width: auto;
}

@media (max-width: 768px) {
	.page-heading {
		border: 0px none !important;
	}
	.page-heading__inner-line {
		border: 0px none !important;
	}
	.page-heading__outer-line {
		border: 0px none !important;
	}
}

.page-heading--red {
	border-bottom: #ededee 4px solid;
	color: #f9c41e;
}
.page-heading__inner-line--red {
	border-bottom: #f9c41e 4px solid;
}
.page-heading__outer-line--magenta {
	border-right: #ffffff 4px solid;
}

.page-heading--blue {
	border-bottom: #ededee 4px solid;
	color: #23b3f4;
}
.page-heading__inner-line--blue {
	border-bottom: #23b3f4 4px solid;
}
.page-heading__outer-line--blue {
	border-right: #ffffff 4px solid;
}

.page-heading--green {
	border-bottom: #ededee 4px solid;
	color: #24c276;
}
.page-heading__inner-line--green {
	border-bottom: #24c276 4px solid;
}
.page-heading__outer-line--green {
	border-right: #ffffff 4px solid;
}


/* items on homepage and subpages /same style/ */
.wrapper-home-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wrapper-home-item__image {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	/* display: flex; */
	/* flex-grow: auto; */
}
.wrapper-home-item__image img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.svg-square {
	width: 100%;
	height: auto;
}

.wrapper-home-item__text {
	border: 1px solid #cdcdcd;
	border-top: 4px solid #575656;
	display: flex;
	flex-grow: 2;
	flex-direction: column;
	margin-bottom: 1em;
}
.wrapper-fixed-size {
	align-items: center;
	justify-content: center;
	min-height: 231px;
	text-align: center;
}
.wrapper-home-item__text__action {
	border-top: 4px solid #f9c41e;
}
.wrapper-home-item__text__hotel {
	border-top: 4px solid #23b3f4;
}
.wrapper-home-item__text__restaurant {
	border-top: 4px solid #24c276;
}

.item-bookmark-wrapper {
	margin-top: 5px;
	right: -5px;
	text-align: right;
}
.item-bookmark {
	background-color: #999999;
	color: #ffffff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 900;
	padding: 0.5em 1.0em;
	position: relative;
	text-transform: uppercase;
}
.item-bookmark:after {
	border-left: 0px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
	bottom: -5px;
	content: '';
	clear: both;
	height: 0;
	right: 0px;
	position: absolute;
	width: 0;
}
.item-bookmark--red {
	background-color: #f9c41e;
	margin-bottom: 10px;
}
.item-bookmark--red:after {
	border-top: 5px solid #033152;
}
.icon-exclamation-mark {
	height: 20px;
}
.item-bookmark--green {
	background-color: #24c276;
}
.item-bookmark--green:after {
	border-top: 5px solid #1c9c5e;
}

.home-item-heading {
	color: #575656;
	font-size: 120%;
	font-weight: 900;
	/* text-transform: uppercase; */
}
.home-item-heading a {
	color: #575656;
	text-decoration: none;
}
.home-item-heading a:hover {
	color: #000000;
	text-decoration: underline;
}

.home-item-date {
	color: #575656;
	font-size: 85%;
}
.home-item-text {
	color: #575656;
	font-size: 85%;
	line-height: 125%;
}
.home-item-button {
	/* margin-bottom: 25px; */
}
.home-item-button a {
	/* position: absolute; */
	/* margin-bottom: 25px;
	bottom: 0px; */
}


/* header */
.header-box__image {
	max-height: 390px;
	width: 640px;
}

.item-heading__header {
	font-size: 180%;
	font-weight: 900;
}
.box-header__border-bottom {
	border-bottom: #666d70 5px solid;
}
.box-header__border-bottom--purple {
	border-bottom: #bd2294 5px solid;
}
.box-header__border-bottom--red {
	border-bottom: #f9c41e 5px solid;
}
.box-header__border-bottom--blue {
	border-bottom: #23b3f4 5px solid;
}
.box-header__border-bottom--green {
	border-bottom: #24c276 5px solid;
}


/* kontakty */
.item-heading__kontakt {
	font-size: 120%;
}



/* sidebars */
.wrapper-sidebar {
	border: 1px solid #cdcdcd;
	border-left: 4px solid #cdcdcd;
	margin: 0 0 2.0rem 0;
}
.sidebar-shadow {
	box-shadow: 0px 0px 10px #dddddd;
}
.sidebar-heading {
	font-size: 110%;
	font-weight: 900;
}
.sidebar-icon {
	display: inline-block;
	height: 24px;
	margin-right: 0.5rem;
	margin-top: -0.3rem;
	vertical-align: middle;
	width: auto;
}

/* sidebar - calendar */
.wrapper-sidebar-calendar {
	border: 1px solid #cdcdcd;
	border-left: 4px solid #f9c41e;
}
.calendar-heading {
	color: #f9c41e;
}
/* calendar */
#calendar-outer {
	width: 100%;
}
#calendar-outer ul {
	margin: 0px;
	padding: 0px;
}
#calendar-outer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.prev,
.next {
	display: block;
	font-weight: 900;
	padding: 4px;
	width: 28px;
}
.calendar-nav .prev {
	float: left;
	cursor: pointer
}
.calendar-nav .next {
	float: right;
	cursor: pointer
}
/* :focus {
	outline: none;
	background: #ff8e8e;
} */
div.calendar-nav {
	background-color: transparent;
	border-radius: 4px;
	box-sizing: border-box;
	color: #000000;
	margin-bottom: 8px;
	padding: 5px 10px;
	text-align: center;
}
#calendar-outer .week-name-title li {
	color: #575656;
	display: inline-block;
	text-align: center;
	width: 14.25%;
}
.week-day-cell li {
	display: inline-block;
	width: 14.25%;
	min-height: 32px;
	height: auto;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	background-color: #ffffff;
	color: #999999;
	border: 0px none transparent;
	border-radius: 0px;
	font-size: 0.8rem;
}
.week-day-cell li.active {
	background-color: transparent;
	color: #000000;
}
.week-day-cell li.active:hover {
	background-color: #f9c41e;
	color: #ffffff;
}
.week-day-cell li.today {
	background-color: #ededee;
	color: #000000;
}

#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}



/* sidebar - daily-menu */
.wrapper-sidebar__daily-menu {
	border: 1px solid #cdcdcd;
	border-left: 4px solid #24c276;
}
.daily-menu__heading {
	color: #24c276;
}
.daily-menu__category {
	font-size: 90%;
	font-weight: 900;
}
.daily-menu__sidebar-content table {
	max-width: 100%;
	width: 100%;
}
.daily-menu__sidebar-content table th,
.daily-menu__sidebar-content table tr,
.daily-menu__sidebar-content table td {
	align-content: flex-start;
	font-size: 85%;
	font-weight: 300;
	height: auto;
	line-height: 120%;
	vertical-align: top;
}
.daily-menu__sidebar-content table td[colspan="5"] {
	font-size: 110%;
}
.daily-menu__sidebar-content table td:nth-child(1) {
	font-weight: 900;
	width: 10px !important;
}
.daily-menu__sidebar-content table td:nth-child(2) {
	display: none;
	width: 0;
}
.daily-menu__sidebar-content table td:nth-child(3) {
	display: none;
	width: 0;
}
.daily-menu__sidebar-content table td:nth-child(4) {
	width: auto;
}
.daily-menu__sidebar-content table td:nth-child(5) {
	display: none;
	width: 0;
}
.daily-menu__sidebar-content table td:nth-child(6) {
	display: none;
	width: 0;
}
.daily-menu__sidebar-content table td:nth-child(7) {
	display: none;
	width: 0;
}
.daily-menu__sidebar-content table td:nth-child(8) {
	display: none;
	width: 0;
}


.daily-menu__sidebar-content table th strong,
.daily-menu__sidebar-content table tr strong,
.daily-menu__sidebar-content table td strong {
	font-weight: 900;
}
.daily-menu__sidebar-content table th,
.daily-menu__sidebar-content table tr,
.daily-menu__sidebar-content table td {
	border-bottom: 1px solid #06a357;
	padding-bottom: 0.45em;
	padding-top: 0.45em;
}
.daily-menu__sidebar-content p {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}

/* sidebar - hotel */
.wrapper-sidebar__hotel {
	border: 1px solid #cdcdcd;
	border-left: 4px solid #23b3f4;
}
.hotel-heading {
	color: #23b3f4;
}


/* sidebar - newsletter */
.wrapper-sidebar__newsletter {
	border: 1px solid #cdcdcd;
	border-left: 4px solid #ffaf00;
}
.newsletter-heading {
	color: #ffaf00;
}




/* kalednar akci */
.category-actions__filter {
	display: block;
}
.filter-button {
	border-bottom: 3px solid #ededee;
	color: #575656;
	display: inline-block;
	font-size: 90%;
	padding: 0.5rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}
.filter-button:hover,
.filter-button.active {
	border-bottom: 3px solid #f9c41e;
	color: #f9c41e;
	font-weight: 900;
	text-decoration: none;
}

/* restaurace */
.daily-menu__content table {
	max-width: 100%;
	width: 100%;
}
.daily-menu__content table th,
.daily-menu__content table tr,
.daily-menu__content table td {
	align-content: flex-start;
	font-size: 85%;
	font-weight: 300;
	height: auto;
	line-height: 120%;
	vertical-align: top;
}
.daily-menu__content table td[colspan="5"] {
	font-size: 110%;
}
.daily-menu__content table td:nth-child(1) {
	font-weight: 900;
	width: 20px !important;
}
.daily-menu__content table td:nth-child(2) {
	width: 50px !important;
}
.daily-menu__content table td:nth-child(3) {
	width: 80px !important;
}
.daily-menu__content table td:nth-child(4) {
	width: auto !important;
}
.daily-menu__content table td:nth-child(5) {
	text-align: right;
	width: 40px !important;
}


.daily-menu__content table th strong,
.daily-menu__content table tr strong,
.daily-menu__content table td strong {
	font-weight: 900;
}
.daily-menu__content table th,
.daily-menu__content table tr,
.daily-menu__content table td {
	border-bottom: 1px solid #06a357;
	padding-bottom: 0.45em;
	padding-top: 0.45em;
}
.daily-menu__content p {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}



/* pronajmy prostor */
.filter-button--blue {
	color: #575656;
}
.filter-button--blue:hover,
.filter-button--blue.active {
	border-bottom: 3px solid #23b3f4;
	color: #23b3f4;
}

/* vypis polozek  */
.category-actions__item {
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.category-actions__item--first {
	border-top: 1px solid #cdcdcd;
}
.category-actions__item--border {
	border: 1px solid #cdcdcd;
}
.category-restaurant__item--no-border {
	border: 0px none transparent;
}

.category__date {
	color: #575656;
	font-size: 1.8rem;
	font-weight: 900;
}
.category__date--small {
	font-size: 0.9rem;
	font-weight: 400;
}
.category__image {
	border-left: 5px solid #f9c41e;
}
.category__image--blue {
	border-left: 5px solid #23b3f4;
}
.category__image--green {
	border-left: 5px solid #24c276;
}
.category__image--red {
	border-left: 5px solid #f9c41e;
}


.category__title,
.category__title a {
	color: #575656;
	font-size: 1.20rem;
	font-weight: 900;
}
.category__text,
.category__text a {
	color: #575656;
	font-size: 0.9rem;
}

/* post gallery */
#carousel-gallery .carousel-indicators li {
	border: 1px solid #ffffff;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}



/* action - detail */
/* .detail-wrapper {}; */
.detail-hierarchy {
	font-size: 100%;
}
.detail-text {
	font-size: 90%;
	line-height: 1.45em;
}
.detail-text h1 {
	font-size: 100%;
	font-weight: 900;
}
.detail-text h2 {
	font-size: 150%;
	font-weight: 900;
}
.detail-text h3 {
	font-size: 130%;
	font-weight: 900;
}
.detail-text h4 {
	font-size: 115%;
	font-weight: 900;
}
.detail-text blockquote {
	border-left: 4px solid #575656;
	font-size: 115%;
	line-height: 1.25em;
	padding: 1.0rem 1.5rem;
}
.detail-text strong {
	font-weight: 900;
}
.detail-text a {
	color: #f9c41e;
	font-weight: 900;
}
.detail-text iframe {
	max-width: 100%;
}
.detail-text img {
	max-width: 100%;
	height: auto;
}

.detail-info {
	font-size: 100%;
}



/* footer */
.heading-footer {
	border-bottom: #b4b4b4 3px solid;
	font-size: 100%;
	font-weight: 900;
	padding: 5px 0;
}
.heading-footer__inner-line {
	border-bottom: #575656 3px solid;
	padding: 4px 6px 4px 0;
}
.heading-footer__outer-line {
	border-right: #dadada 3px solid;
	padding: 0px 0px 8px 0px;
}
.footer-text {
	line-height: 1.6em;
}


.partner-logo {
	max-height: 60px;
	width: auto;
}



/*global css*/ 
.bgc-white {
	background-color: #fff;
}
.bgc-black {
	background-color: #000;
}
.bgc-gray {
	background-color: #4f4f4f;
}
.bgc-medium-gray {
	background-color: #dadada;
}
.bgc-light-gray {
	background-color: #ededee;
}
.bgc-blue {
	background-color: #009bde;
}
.bgc-green {
	background-color: #5e8d00;
}


.txt-white {color: #fff !important;}
	a.txt-white:hover {color: #fff !important;}
.txt-black {color: #000 !important;}
	a.txt-black:hover {color: #000 !important;}
.txt-gray {color: #4f4f4f !important;}
	a.txt-gray:hover {color: #4f4f4f !important;}
.txt-medium-gray {color: #7e7e7e !important;}
	a.txt-medium-gray:hover {color: #7e7e7e !important;}
.txt-light-gray {color: #e7e6e6 !important;}
	a.txt-light-gray:hover {color: #e7e6e6 !important;}
.txt-blue {color: #23b3f4 !important;}
	a.txt-blue:hover {color: #23b3f4 !important;}
.txt-green {color: #24c276 !important;}
	a.txt-green:hover {color: #24c276 !important;}
.txt-red {color: #f9c41e !important;}
	a.txt-red:hover {color: #f9c41e !important;}
.txt-yellow {color: #ffaf00 !important;}
	a.txt-yellow:hover {color: #ffaf00 !important;}


.txt-shadow {
	text-shadow: 2px 2px 4px #000000;
} 


sub,
sup {
	font-size: 0.7rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.20rem;
}



/* buttons override */
.btn {
	border: 0px none;
	border-radius: 0;
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	/* padding: 0.55rem 1.0rem 0.45rem 1.0rem; */
	text-align: right;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color 0.5s, background 0.5s;
}
@media (max-width: 768px) {
	.btn {
		font-size: 70%;
	}
}
@media (max-width: 991px) {
	.btn {
		font-size: 75%;
	}
}

.btn-black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-black:hover {
	background-color: rgba(0,0,0,0.25);
	color: #fff;
}

.btn-gray {
	background-color: #ccc;
	color: #fff;
}
.btn-gray:hover {
	background-color: rgba(117,117,117,0.25);
	color: #757575;
}

.btn-white {
	background-color: #fff;
	color: #308f40;
}
.btn-white:hover {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

.btn-green {
	background-color: #24c276;
	color: #ffffff !important;
}
.btn-green:hover {
	background-color: #06a357;
	color: #ffffff;
}

.btn-red {
	background-color: #c61a98;
	color: #ffffff !important;
}
.btn-red:hover {
	background-color: #840963;
	color: #ffffff;
}

.btn-blue {
	background-color: #23b3f4;
	color: #ffffff !important;
}
.btn-blue:hover {
	background-color: #0085c1;
	color: #ffffff;
}


.btn-yellow {
	background-color: #ffaf00;
	color: #ffffff !important;
}
.btn-yellow:hover {
	background-color: #d49100;
	color: #ffffff;
}


.btn-action {
	padding-left: 3.5em;
	background: url('./images/svg/icon_btn_tickets.svg') no-repeat left center;
	background-size: contain;
	background-color: #f9c41e;
	color: #ffffff;
}
.btn-action:hover {
	background-color: #033152;
	color: #ffffff;
}

.btn-restaurant {
	padding-left: 3.5em;
	background: url('./images/svg/icon_btn_restaurant.svg') no-repeat left center;
	background-size: contain;
	background-color: #24c276;
	color: #ffffff;
}
.btn-restaurant:hover {
	background-color: #06a357;
	color: #ffffff;
}

.btn-reservation {
	padding-left: 3.5em;
	background: url('./images/svg/icon_btn_reservation.svg') no-repeat left center;
	background-size: contain;
	background-color: #23b3f4;
	color: #ffffff;
}
.btn-reservation:hover {
	background-color: #23b3f4;
	color: #ffffff;
}

.btn-loupe {
	padding-left: 2.75em;
	background: url('./images/svg/icon_btn_loupe.svg') no-repeat left center;
	background-size: contain;
	background-color: #f9c41e;
	color: #ffffff;
}
.btn-loupe:hover {
	background-color: #033152;
	color: #ffffff;
}

.btn-link {
	padding-left: 2.75em;
	background: url('./images/svg/icon_btn_link.svg') no-repeat left center;
	background-size: contain;
	background-color: #646464;
	color: #ffffff;
}
.btn-link:hover {
	background-color: #424242;
	color: #ffffff;
}


.no-padding {
	padding-left: 0;
	padding-right: 0;
}

strong {
	font-weight: 900;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
	bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto !important;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next--detail, .carousel-control-prev--detail {
	width: 10% !important;
	opacity: .75;
}

.carousel-control-prev-icon--red {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f81540' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon--red {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f81540' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/* newsletter modal */
#newsletter-modal {
	font-size: 90%;
}
#newsletter-modal .text-legal {
	font-size: 75%;
}


/* mailchimp forms */
#mc_embed_signup{
	background:#fff;
	clear:left;
}
#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
}
#mergeRow-gdpr {
	margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
	font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset {
	border:none;
	min-height: 0px;
	padding-bottom:0px;
}

.clear {
	clear: both;
}


/* global buttons */
.floating-icons {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10000;
}
@media (max-width: 400px) {
	.floating-icons {
		display: none;
	}
}

.icon-item {
	width: 40px;
	height: 40px;
	float: right;
	-webkit-transition: width 1s;
	transition: width 0.75s;
	max-height: 40px;
	overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.icon-item div {
	display: none;
	float: right;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background: #f9c41e;
	-webkit-transition: display 2s;
	transition: display 1s;
	max-height: 40px;
	overflow: hidden;
}
.icon-item:hover div {
	display: block;
	text-align: right;
}
.icon-item:hover {
	display: block;
	text-align: right;
	width: 215px;
}



.floating-phone {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-phone.png') no-repeat scroll 10px 9px;
}
.floating-phone:hover {
	/* width: 190px; */
	background: #f9c41e url('/wp-content/themes/akord/images/icon-phone.png') no-repeat scroll 10px 9px;
}

.floating-email {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-email.png') no-repeat scroll 10px 9px;
}
.floating-email:hover {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-email.png') no-repeat scroll 10px 9px;
}

.floating-facebook {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-facebook.png') no-repeat scroll 10px 9px;
}
.floating-facebook:hover {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-facebook.png') no-repeat scroll 10px 9px;
}

.floating-instagram {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-instagram.png') no-repeat scroll 10px 9px;
}
.floating-instagram:hover {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-instagram.png') no-repeat scroll 10px 9px;
}

.floating-youtube {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-youtube.png') no-repeat scroll 10px 9px;
}
.floating-youtube:hover {
	background: #f9c41e url('/wp-content/themes/akord/images/icon-youtube.png') no-repeat scroll 10px 9px;
}

.no-decoration:hover {
	text-decoration: none;
}