@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px;
	padding-bottom: 0px;
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
    float: none;
}
.footer-bottom.ce21_Footer_FooterBottomDiv{
  margin-bottom: 0px !important;
}
/*end common css for all theme*/ 

.theme_gachiro {
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 400;
}
.theme_gachiro .container {
	width: 100%;
	max-width: 1260px;
	padding-right: 10px;
	padding-left: 10px;
}

.theme_gachiro header:after,
.theme_gachiro .menudiv:after,
.theme_gachiro footer:after,
.theme_gachiro .top_section {
	content: "";
	display: table;
	clear  : both;
	width  : 100%;
}
.theme_gachiro .menudiv:after{
	display: none;
}
.theme_gachiro header .inner-wrap  {
	display: flex;
	flex-wrap: wrap;
}
.theme_gachiro header .logo {
	width: 30%;
	text-align: center;
	margin: -11px 0px -11px 0px;
	padding-right: 10px;
}
.theme_gachiro header .logo img {
	max-width: 66.765%;
}
.theme_gachiro header .right-wrap {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	padding-left: 10px;
}

.theme_gachiro nav.menudiv {
	margin-bottom: 0 !important;
	border       : 0;
	min-height   : auto;
	border-radius: 0;
	padding: 5px 0;
}
.theme_gachiro .navbar-collapse {padding: 0 0 0 10px !important; width: 82%;}
.theme_gachiro .navbar-nav {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    float: none;
	gap: 2px;
}
.theme_gachiro .navbar-nav>li {
	float  : none;
	display: inline-block;
	position: relative;
    word-wrap: break-word;
}
.theme_gachiro .navbar-nav>li>a {
	background: rgba(67, 85, 137, 0.88);
	color      : #FFFFFF;
	padding    : 10px 15px;
	font-size  : 11px;
	position   : relative;
	cursor     : pointer;
	line-height: 1;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}
.theme_gachiro .navbar-nav>li a:hover,
.theme_gachiro .navbar-nav>li a:focus {
	background: #435589;
}
.theme_gachiro .menudiv span.phone-number {
	padding: 12px 0;
	display: block;
}
.theme_gachiro ul.navbar-nav li.dropdown ul.dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #c4c4c4;
}
.theme_gachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a {
	display: block;
	padding: 15px 35px;
	padding-left: calc( 15px + 20px );
    transition: all 0.3s ease-in-out 0s;
    color: #000000;
    font-size: 11px;
    line-height: 1;
    white-space: break-spaces;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.theme_gachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
	background-color: #435589;
}
.theme_gachiro .navbar-nav>li.open:focus {
	background: none;
}
.theme_gachiro header {
	background-color: #fff;
	top             : 0;
	position        : relative;
	z-index         : 9;
}
.theme_gachiro .top_section .top_links {
	display        : -webkit-box;
	display        : -moz-box;
	display        : -ms-flexbox;
	display        : -webkit-flex;
	display        : flex;
	justify-content: flex-end;
	align-items    : center;
	width: 100%;
}
.theme_gachiro .top_links_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme_gachiro .top_section .top_links a,
.theme_gachiro .top_section .top_links span {
	color: #435589;
    font-size: 14px;
	line-height: normal;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 400;
    display: inline-block;
	padding: 0;
}
.theme_gachiro .top_section .top_links a:hover {
	background: transparent;
}
.theme_gachiro .top_section .top_links i {margin-right: 7px; color: #435589; font-size: 19px;}
.theme_gachiro header .top_section {
	padding: 0;
}
.theme_gachiro header .top_section .inner-wrap {
	border-bottom: 3px solid #435589;
	padding: 10px 0 23px;
	margin: 0 0 3px;
}
.theme_gachiro .header-btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.theme_gachiro .header-btn a {
	width: 23.113%;
	font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.theme_gachiro header .navbar .inner-wraper {align-items: flex-end;}
.theme_gachiro .header-socials {
    width: 18%;
    padding-right: 10px;
}
.theme_gachiro .header-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.theme_gachiro .header-socials ul a {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.theme_gachiro .header-socials ul a svg {
	fill: #435589;
}
.theme_gachiro header ul.nav li a:hover
/*, .theme_gachiro header ul.nav li a:focus */ {
	background: #435589;
	outline         : none;
}
.theme_gachiro  .nav>li:last-child {
	margin-right: 0;
}
.theme_gachiro  .menu-item .fa-angle-down{
	color: #FFFFFF;
}
.theme_gachiro .navbar-toggle{
	margin: 0px !important;
	padding: 7px;
	line-height: 0;
}
.theme_gachiro .top_section .top_links li {
    margin-right: 15px;
}
/*--- Footer ---*/
.theme_gachiro footer .footer-main {
    padding: 100px 0;
    background: #1C375C;
}
.theme_gachiro .footer-inner {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.theme_gachiro .footer-inner .f-col:first-child {
    width: 30%;
}
.theme_gachiro .footer-inner .f-col:nth-child(2) {
    width: 38%;
	padding: 0 10px 0 130px;
}
.theme_gachiro .footer-inner .f-col:last-child {
    width: 31.5%;
	padding: 0 10px 0 130px;
}
.theme_gachiro .f-col .f-logo {
    max-width: 287px;
    margin: 0 0 20px;
}
.theme_gachiro .f-col:first-child p {
    margin: 0 0 40px;
    font-size: 14px;
    color: #FFFFFF;
}
.theme_gachiro .f-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme_gachiro .f-col .footer-socials {
	display: flex;
	align-items: center;
	gap: 10px;
}
.theme_gachiro .f-col .footer-socials a {
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme_gachiro .f-col .footer-socials a svg {
	width: 16px;
	height: 16px;
	fill: #E12355;
}
.theme_gachiro .f-col h2 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}
.theme_gachiro .f-col h2 a {color: #FFFFFF;}
.theme_gachiro .f-col .office-info {
	margin: 15px 0;
	position: relative;
}
.theme_gachiro .f-col .office-info:before {
    content: "";
    width: 2px;
    height: 90%;
    background: #746FFC;
    position: absolute;
    left: 26px;
    z-index: 1;
    top: 17px;
}
.theme_gachiro .f-col .office-info li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	z-index: 11;
}
.theme_gachiro .f-col .office-info li:not(:last-child) {margin-bottom: 34px!important;}
.theme_gachiro .f-col .office-info li .icon {
	min-width: 53px;
	width: 53px;
	height: 53px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4289E2;
}
.theme_gachiro .f-col .office-info li:nth-child(2) .icon {background: #966CE6;}
.theme_gachiro .f-col .office-info li .icon img {width: 25px;}
.theme_gachiro .f-col .office-info li h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #8CC2FF;
	margin: 0 0 5px;
}
.theme_gachiro .f-col .office-info li h3 a {color: #8CC2FF;}
.theme_gachiro .f-col .office-info li h3 a:hover {text-decoration: none;}
.theme_gachiro .f-col .office-info li p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin: 0;
	color: #FFF;
	font-weight: 400;
}
.theme_gachiro .f-col .useful-links {
    margin: 20px 0 0;
}
.theme_gachiro .f-col .useful-links a {
	font-family: "Open Sans", sans-serif;
    padding: 15px 50px;
    display: inline-block;
    font-size: 16px;
	line-height: 1;
    color: #FFFFFF;
	position: relative;
}
.theme_gachiro .f-col .useful-links a:hover {text-decoration: none;}
.theme_gachiro .f-col .useful-links li {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.theme_gachiro .f-col .useful-links li ul {
    position: absolute;
    top: 100%;
    background: #4E4E4E;
    width: 220px;
	z-index: 9;
	display: none;
}
.theme_gachiro .f-col .useful-links>li.dropdown>a:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #FFFFFF;
	position: absolute;
	margin-left: 10px;
	top: 17px;
	font-size: 15px;
	font-weight: 900;
}
.theme_gachiro .f-col .dropdown-toggle {display: none;}
.theme_gachiro .f-col .useful-links>li ul li {width: 100%;}
.theme_gachiro .f-col .useful-links>li ul li a {
	padding-left: 70px;
	display: block;
}
.theme_gachiro .f-col .useful-links>li ul li:not(:last-child) {
	border-bottom: 1px solid #c4c4c4;
}
.copyright {
    background: #435589;
    padding: 20px 0;
}
.theme_gachiro footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #ffffff;
    margin-top: 20px;
}
.theme_gachiro footer .copyright p {
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
}
.theme_gachiro footer .copyright p a {
    color: #FFFF;
}
.theme_gachiro footer .f-toggle-btn {
    width: 40px;
    height: 40px;
    padding: 7px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.theme_gachiro footer .f-toggle-btn {display: none;}




@media only screen and (min-width: 1025px) {
	.theme_gachiro .navbar-nav>li.active a {
		color: #FFFFFF;
		background: #002284;
	}
	.theme_gachiro header .inner-wraper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.theme_gachiro header.headerfixed {
		position  : fixed;
		top       : 0;
		left      : 0;
		width     : 100%;
		box-shadow: 0 0 7px rgba(0,0,0,0.1);
	}

	.theme_gachiro header.headerfixed .navbar-nav>li a {
		padding-top   : 1.5rem;
		padding-bottom: 1.5rem;
	}

	.theme_gachiro header.headerfixed .navbar-nav>li b.dropdown-toggle {
		top: 2.4rem;
	}

	.theme_gachiro header.headerfixed nav.menudiv .navbar-brand .logo-main {
		max-width: 143px;
		margin-top: 5px;
	}

	.theme_gachiro header.headerfixed .navbar-nav {
		margin-top: 7px;
	}
	.theme_gachiro .f-col .useful-links li:hover ul {display: block;}
	.theme_gachiro ul.navbar-nav li.dropdown .dropdown-menu.dropdown-submenu {
		visibility: hidden;
		opacity   : 0;
		right      : 100%;
		top       : -23px;
		margin-top: 0;
		display   : none;
	}

	.theme_gachiro ul.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu.dropdown-submenu {
		visibility: visible;
		opacity   : 1;
		display   : block;
	}


	.theme_gachiro ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity   : 1;
		display: block;
	}

	.theme_gachiro .navbar-nav>li b.dropdown-toggle {
		position: absolute;
		right   : -1px;
		top      : 50%;
		transform: translateY(-50%);
		font-size: 16px;
	}
	.theme_gachiro .navbar-nav>li > b.dropdown-toggle {
		position: absolute;
        right: 15px;
        top: 4px;
		transform: none;
		display: inline-block;
		color: #FFFFFF;
	}
	.theme_gachiro .navbar-nav>li.dropdown a {
		padding-right: 35px;
	}
	.theme_gachiro .navbar-nav>li b.dropdown-toggle.dropdown-togglesub{
		right: 25px;
	 }

	.theme_gachiro ul.navbar-nav li.dropdown ul.dropdown-menu {
		visibility   : hidden;
		opacity      : 0;
		transition   : all 0.3s ease-in-out 0s;
		z-index: 9999;
		width: 220px;
		background   : #ffffff;
		border-radius: 0;
		border       : 0;
		left: 0;
		padding: 0;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		top: 100%;
	}
	.theme_gachiro ul.navbar-nav li:nth-child(7) ul.dropdown-menu {
		right: 0;
		left: inherit;
	}
	.theme_gachiro .f-col .useful-links li b{
		display: none;
	}
}
@media only screen and (max-width:1024px) {
	.theme_gachiro header .right-wrap {display: none;}
	.theme_gachiro header .navbar .inner-wraper {display: flex; justify-content: space-between;}
	.theme_gachiro .top_links li a {
		color      : #666;
		font-weight: 600;
	}
	.theme_gachiro .navbar-collapse.collapse {
		display: none !important;
	}
	.theme_gachiro .navbar-toggle {
		display: block;
	}
	.theme_gachiro .navbar-toggle.collapsed .menu-close {display: none;}
	.theme_gachiro .navbar-toggle:not(.collapsed) .menu-close {display: block;}
	.theme_gachiro .navbar-toggle:not(.collapsed) .open-menu {display: none !important;}
	.theme_gachiro .navbar-collapse.collapse.in {
		display: block !important;
	}
	.theme_gachiro nav {
		justify-content: space-between;
		display        : block;
	}
	.theme_gachiro .bars svg {
		width: 25px;
		height: 25px;
	}
	.theme_gachiro .bars svg path {
		fill: rgba(0,0,0,0.8);
	}
	.theme_gachiro #navbarCollapse {
		position          : absolute;
		padding           : 0 !important;
		background        : #fff;
		box-shadow        : 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow   : 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		margin            : 0 auto;
		left              : 0;
		right             : 0;
		max-width         : 100%;
		width: 100%;
		top: 100%;
	}

	.theme_gachiro #navbarCollapse ul {
		margin       : 0;
		padding      : 0;
		position     : relative;
		border       : 0;
		min-width    : 100%;
		box-shadow   : none;
		outline      : none;
		border-radius: 0;

	}

	.theme_gachiro .navbar-nav>li {
		float     : none;
		display   : inline-block;
		width     : 100%;
		text-align: left;
	}

	.theme_gachiro .nav .open>a,
	.theme_gachiro .nav .open>a:focus,
	.theme_gachiro .nav .open>a:hover {
		background: none;
	}

	.theme_gachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		border-bottom: 1px solid rgba(0,0,0,.03);
		color: #000000;
		padding: 15px 15px 15px 35px;
		display: block;
		font-size: 11px;
	}
	.theme_gachiro .menu-item .fa-angle-down{
		display: none !important;
	}

	.theme_gachiro .navbar-nav>li>a {
		border-bottom: 1px solid #c4c4c4;
		color: #000000 !important;
		padding: 15px 35px 15px 15px;
		display: block;
		font-size: 11px;
		background: transparent;
	}
	.theme_gachiro .navbar-nav>li:last-child>a {border: 0;}
	.theme_gachiro .navbar-nav>li b.dropdown-toggle {
		position  : absolute;
		right     : 5px;
		top       : 7px;
		color     : #000000;
		font-size : 14px;
		cursor    : pointer;
		min-width : 23px;
		text-align: center;
		z-index   : 9;
	}

	.theme_gachiro .top_section .top_links:last-child{
		display: none;
	}

	.theme_gachiro .mobilelink{
		display: block !important;
	}
	.theme_gachiro .navbar-nav>li {
		padding-right: 0;
		margin-left: 0;
	}
	.theme_gachiro .f-col .useful-links {
		display: none;
	}
	.theme_gachiro .f-col .useful-links.open {display: block;}
	.theme_gachiro footer .f-toggle-btn {display: block;}
	.theme_gachiro footer .f-toggle-btn .menu-close {display: none;}
	.theme_gachiro footer .f-toggle-btn.active .menu-close {display: block;}
	.theme_gachiro footer .f-toggle-btn.active .open-menu {display: none;}
	.theme_gachiro .f-col .useful-links {
		margin: 20px 0;
		width: 100%;
		position: absolute;
		left: 0;
		background: #4E4E4E;
		z-index: 99;
	}
	.theme_gachiro .f-col .useful-links li {width: 100%; display: block; border-bottom: 1px solid #c4c4c4;}
	.theme_gachiro .f-col .useful-links li:last-child {border: 0;}
	.theme_gachiro .f-col .useful-links li a {display: block;}
	.theme_gachiro .f-col .useful-links>li.dropdown>a:after {display: none;}
	.theme_gachiro .f-col .useful-links li b{
		color: #fff;         
		width: 50px;
        display: flex;
        align-items: center;
		justify-content: center;
	}
	.theme_gachiro .f-col .useful-links li b i:before {font-weight: 900 !important; font-size: 17px;}
	.theme_gachiro .f-col .useful-links li ul {
		position: static;
		width: 100%;
	}
	.theme_gachiro .f-col .useful-links li {display: flex; flex-wrap: wrap; justify-content: space-between;}
	.theme_gachiro .f-col .useful-links li ul.open {
		display: block;
	}
	.theme_gachiro .f-col .useful-links li b.active i:before {content: "\f106";}
	.theme_gachiro .header-socials {width: 80%;}
}

@media only screen and (max-width:767px) {
	.theme_gachiro header .logo {width: 100%;}
	.theme_gachiro .footer-inner {
		flex-direction: column;
	}
	.theme_gachiro .footer-inner .f-col {width: 100% !important	;}
	.theme_gachiro .f-col .f-logo {max-width: 100%;}
	.theme_gachiro .f-col:first-child p {text-align: center;}
	.theme_gachiro .footer-inner .f-col:first-child {margin-bottom: 48px;}
	.theme_gachiro .footer-inner .f-col:nth-child(2) {padding: 0 10px; margin-bottom: 48px;}
	.theme_gachiro .footer-inner .f-col:last-child {padding: 0 10px;}
	.theme_gachiro footer .inner {flex-direction: column; align-items: flex-start;}
	.theme_gachiro .f-col .office-info {margin: 15px 0 15px 20px;}
	.copyright {padding: 10px 0;}
}

@media only screen and (min-width: 1200px)
{
	.theme_gachiro .header-btn a{
		text-wrap: nowrap;
	}
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }