/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}

.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

footer {
    float: unset;
    width: 100%;
    margin-top: 40px;
}

.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; 
}


body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
  background-color: #d7d6d6;
}
.theme_csmfo{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #d7d6d6;
}
.theme_csmfo a:hover,
.theme_csmfo a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_csmfo .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_csmfo  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.theme_csmfo .custom-header .navbar {
  height: 114px;
  background: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 30px;
  transition: all 0.5s;
  z-index: 9;
  margin-bottom: 0;
}
.theme_csmfo  .logo {
  transition: all 0.5s;
  height: 100%;
  padding: 5px 0px;
}
.theme_csmfo .custom-header .navbar.sticky {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 12%);
}
.theme_csmfo .custom-header .navbar .navbar-header .btnGoTo{
	text-align: left;
    padding: 8px 2%;
  	color:#000;
}
.theme_csmfo .custom-header .navbar .navbar-brand {
  height: 100%;
  padding: 0;
}
.theme_csmfo .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_csmfo .custom-header .navbar .navbar-nav{
  margin-left: 0;
}
.theme_csmfo .custom-header .navbar .navbar-nav,
.theme_csmfo  .custom-header .navbar .nav > li,
.theme_csmfo  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.theme_csmfo  .custom-header .navbar-header,
.theme_csmfo  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: #607d8b;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 3px solid white;
}

.theme_csmfo .footer-links{
  background-color: #282a2b;
}
.theme_csmfo .footer-links .links{
  text-align: right;
}
.theme_csmfo .footer-links .links a{
  color: #46494a;
  font-size: 20px;
 
}
.theme_csmfo .footer-links .links a .fa-wifi{
  transform: rotate(45deg);
}
/* .theme_csmfo  .custom-header .navbar .navbar-nav .cus-menu-right{
  right: 0;
  left: unset;
} */
.theme_csmfo .nav .open > a,
.theme_csmfo .nav .open > a:focus,
.theme_csmfo .custom-header .navbar .navbar-nav > li > a:hover, .theme_csmfo .custom-header .navbar .navbar-nav > li > a:focus {
 color: #0272aa;
 background-color: transparent;
}

/*.theme_csmfo .custom-header .navbar-nav li .main-home{
  color: #000 !important;
  border-top: 3px solid #0272aa !important;
}*/

.theme_csmfo .dropdown-menu {
  top: 101% !important;
}

.theme_csmfo  .custom-header .navbar .navbar-nav > li .caret-ion {
  right: 13px;
  position: absolute;
  font-size: 10px;
  display: none;
  top: 17px;
}
.theme_csmfo  .custom-header .navbar .navbar-nav > li {
  padding-right: 32px;
}
.theme_csmfo  .custom-header .navbar .navbar-nav > li:last-child {
  padding-right: 0;
}
.theme_csmfo  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}
.custom-header .top-custom-header {
  background-color: #0272aa;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
}
.theme_csmfo .top-link {
  list-style: none;
  display: flex;
  padding: 0 10px;
  margin: 0;
}
.theme_csmfo .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 15px;
  padding: 8px 0;
  display: block;
}
.theme_csmfo .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* footer */
.theme_csmfo .fcontainer {
  width: 100%;
  /*padding: 75px 0;*/
  background-color: #363839;
  /*margin-top: 115px;*/
  color: #fff;
}
.theme_csmfo .custom-footer {
  width: 1090px;
  max-width: 80%;
  margin: auto;
  position: relative;
  padding: 23px 0;
}

.theme_csmfo .custom-footer .flogo {
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
}
.theme_csmfo .custom-footer p{
  line-height: 20px;
}
.theme_csmfo .ftext {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px !important;
  letter-spacing: 0px;
  color: #8c8989;
}
.theme_csmfo .ftext a{
  color: #bfbfbf;
  font-weight: 600;
}
.theme_csmfo .ftext a:hover{
  color: #73b7dd;
}
.theme_csmfo .ft-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  
}
.theme_csmfo .ft-title-lg {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  /* color: #ce782b!important; */
  line-height: 1.2em;
  text-align: center;
}
.theme_csmfo .border-text {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 25px;
}
.theme_csmfo .social-ic{
  margin-bottom: 30px;
}
.theme_csmfo .block {
  display: block;
}
.theme_csmfo .ft-link a {
  padding: 0 0 1em;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.theme_csmfo .fcontainer .fhead{
  font-weight: 400;
  font-size: 13px;
  color: #dddddd;
  margin-bottom: 28px;
}
.theme_csmfo .ft-link{
  text-align: center;
}
.theme_csmfo .ft-link .fas {
  opacity: 0;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.theme_csmfo .ft-link a:hover .fas {
  opacity: 1;
  margin: 0 2px 0 5px;
  position: relative;
  left: 5px;
}
.theme_csmfo .facebook-ic {
  font-size: 22px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background-color: #3b5998 !important;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin: 10px 3px;
}
.theme_csmfo .twitter-ic {
  background-color: #00aced !important;
}
.theme_csmfo .linkedin-ic{
  background-color: #007bb6!important;
}
.theme_csmfo .instagram-ic{
  background-color: #EA2C5A!important;
}
.theme_csmfo .youtube-ic{
  background-color: #a82400!important;
}

.theme_csmfo .main-home span{
  display: none;
}
.theme_csmfo .mobile-ic {
  display: none;
} 

@media (min-width: 992px) {
  .theme_csmfo .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .theme_csmfo .fixed-header .navbar {
    height: 54px;
  }
  .theme_csmfo .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  }
  .theme_csmfo .fixed-header.custom-header .navbar .navbar-nav > li > a{
    font-size: 14px;
    color: #134130!important;
  }
  .theme_csmfo .fixed-header .top-custom-header  a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .theme_csmfo .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .theme_csmfo .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-top: 3px solid #0272aa;
    padding: 0px;
    left: 0;
    background-color: rgba(255,255,255);
    width: 150px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_csmfo .navbar-nav > li > .dropdown-menu a{
    font-family: 'PT Sans', sans-serif !important;
  }
  .theme_csmfo .custom-header .navbar-nav li .nav-link{
    cursor: pointer;
    font-family: 'Antic Slab', serif !important;
    font-weight: 400 !important;
  }
  .theme_csmfo .custom-header .navbar-nav li .nav-link:hover{
    border-top: 3px solid #0272aa;
  }

  .theme_csmfo .cus-bg-white{
    background-color: white !important;
  }
  .theme_csmfo .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  /* .theme_csmfo .navbar-nav > li > .dropdown-menu li {
    padding: 0 20px;
  } */
  .theme_csmfo .custom-header .navbar .navbar-nav > li.pr-10 {
    padding-right: 15px;
  }
  .theme_csmfo .navbar-nav > li > .dropdown-menu a {
    padding: 8px 20px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    color: #333333 !important;
    background: #f2efef;
    border-bottom: 1px solid #dcdadb;
    justify-content: start;
    align-items: center;
    white-space: unset !important;
  }
  .theme_csmfo .navbar-nav > li > .dropdown-menu a:hover,
  .theme_csmfo .navbar-nav > li > .dropdown-menu a.active {
    background-color: #fff;
    /* opacity: 0.7; */
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li .dropdown .caret-ion {
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    right: 100%;
    font-size: 10px;
    top: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #0272aa;
    padding: 20px 0;
    background-color: #f2f2f2;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > .dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100% !important;
    right: auto;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .theme_csmfo .custom-header .navbar {
    height: 100px;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li {
    padding-right: 18px;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li a{
    font-size: 13px;
  }
  .theme_csmfo .top-link{
    padding: 0;
  }
}
@media(max-width: 1120px){
  .theme_csmfo .custom-header .navbar-header, .theme_csmfo .custom-header .navbar .navbar-nav > li > a{
  	font-size:16px;
  }
  .theme_csmfo .custom-header {
    position: relative;
    background-color: white;
  }
  .theme_csmfo .navbar-toggle-btn{
    display: flex !important;
    margin-top: 20px;
  }
  .theme_csmfo .navbar-toggle-btn button{
    background-color: #f9f9f9;
    border: 1px solid #dadada;
  }
  .theme_csmfo .navbar-toggle-btn button:first-child{
    width: 95%;
  }
  .theme_csmfo .navbar-toggle-btn button:nth-child(2){
    border-radius: 0;
    width: 5%;
    min-width: 45px;
  }
  .theme_csmfo .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .theme_csmfo .custom-header .navbar {
    height: 100%;
    flex-wrap: wrap;
  }
  .theme_csmfo .navbar-nav > li > .dropdown-menu a {
    background: #f6f6f6;
    border-bottom: 1px solid #dadada;
  }
  .theme_csmfo .dropdown.open .dropdown-menu{
    display: block !important;
  }
  .theme_csmfo .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
    margin-top: 20px;
  }
  .theme_csmfo .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_csmfo .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }
  .theme_csmfo .custom-header .navbar-nav li .main-home {
    color: #000 !important;
    border-top: none !important;
}
.theme_csmfo .custom-header .navbar .navbar-nav > li > a:hover {
  border-top: none;
}
.theme_csmfo .custom-header .navbar-header, .theme_csmfo .custom-header .navbar .navbar-nav > li > a {
  border-top: none !important;
}
  .theme_csmfo .custom-header .navbar .navbar-collapse {
    /* position: absolute;
    top: 79px; */
    background: #fff;
    /* left: 0; */
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block !important;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden !important;
    height: auto !important;
    width: 100%;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  .theme_csmfo .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 1920px;
    padding: 0;
    visibility: visible;
  }
  .theme_csmfo .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
    margin-top: -2px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .theme_csmfo .main-home .fa-home{
    display: none;
  }
  .theme_csmfo .main-home span{
    display: block;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li {
    padding-right: 0;
    border-bottom: 0px solid #dadada;
    display: block;
    width: 100%;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 2%;
    width: 100%;
    justify-content: space-between;
    background-color: #f6f6f6;
    color: #333333;
    font-family: 'PT Sans', sans-serif !important;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    position: relative;
  }
  /* .theme_csmfo .custom-header .navbar .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
    opacity: 0.7;
  } */

  .theme_csmfo .mobile-dropdown {
    display: flex;
    align-items: center;
  }
  
    .theme_csmfo .bg-none{
      background-color: #fff !important;
    }
  .theme_csmfo .header-menu .dispay{
    display: block !important;
  }
    .theme_csmfo .bg-none:hover{
      background-color: rgba(0, 0, 0, 0.03) !important;
      opacity: 0.7;
    }
    .theme_csmfo .custom-header .navbar .navbar-nav > li.mb-header a{
      background: transparent;
    }
    .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
      /* display: block !important; */
      display: none;
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s;
      position: relative;
      width: 100%;
      box-shadow: 0 0 0;
      border: 0;
      background: #f9f9f9;
    }
    .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
      border-top: 1px solid rgba(0, 0, 0, 0.03);
      max-height: 500px;
    }
    .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
      font-size: 14px;
      padding: 12px 5% 12px 21px;
      position: relative;
      font-weight: 400;
      color: #333333;
    }
    .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a::before {
      content: "-";
      margin-right: 2px;
    }
  .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding: 0;
    /* visibility: visible; */
    opacity: 1;
    max-height: unset;
    background: #fff;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_csmfo .nav .open > a, .theme_csmfo .nav .open > a:focus, .theme_csmfo .custom-header .navbar .navbar-nav > li > a:hover, .theme_csmfo .custom-header .navbar .navbar-nav > li > a:focus {
    color: #333333;
    background-color: #f6f6f6;
}
.theme_csmfo .navbar-nav > li > .dropdown-menu a:hover, .theme_csmfo .navbar-nav > li > .dropdown-menu a.active {
  background-color: #f6f6f6;
}
  .theme_csmfo .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
    background: #d6d7db;
  }
  .theme_csmfo .mobile-ic {
    width: 100%;
    display: block;
  }
  .theme_csmfo .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li .caret-ion {
    display: block;
  }
  .theme_csmfo .custom-header .top-custom-header {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  
 
  
  /* .theme_csmfo .custom-header .navbar .navbar-nav > li a:active {
    background: #ade1f5 !important;
  } */
  
  /* .theme_csmfo .custom-header
    .navbar
    .navbar-nav
    > li.dropdown
    .dropdown-menu
    li:last-child {
    border-bottom: 0px solid #dadada;
  } */
  
  
  .theme_csmfo .hide-md {
    display: none;
  }
  .theme_csmfo .logo {
    transition: all 0.5s;
    height: 44px;
  }
  .theme_csmfo .top-link a {
    margin: 0 7px;
  } 
  .theme_csmfo .fcontainer {
    padding: 50px 0;
  }
  .theme_csmfo .fcontainer .custom-footer .row{
    display: flex;
    flex-wrap: wrap;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li .dropdown > a {
    font-weight: 700 !important;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li.md-normal-font > a {
    background: none;
    font-weight: 600;
  }
  
}

@media (max-width: 767px) {
  .theme_csmfo  .custom-header .navbar {
    padding: 0 9.8%;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 12px;
  }
  .theme_csmfo .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    padding: 12px 4%;
  }
  .theme_csmfo .custom-footer .flogo {
    margin-bottom: 20px;
  }
  .theme_csmfo .ft-title-lg {
    margin: 20px 0 10px !important;
  }
  .theme_csmfo .ftext{
    margin-bottom: 0;
  }
  .theme_csmfo .fcontainer .fhead{
    margin-top: 35px;
  }
  .theme_csmfo .footer-links .links {
    text-align: center;
}
}
@media (min-width: 1210px) {
  .theme_csmfo .custom-header .navbar-header, .theme_csmfo .custom-header .navbar .navbar-nav > li > a
  {
    font-size: 16px !important;
  }
  
}.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; }