/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*end*/
#CWM .Events_Background {
  color: white;
  font-family: Serif;
  position: relative;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(0deg, #2b2b2b 0%, #5b5b5b 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  padding-bottom: 80px; }

#CWM .Events_Wrapper {
  position: relative;
  display: block;
  margin: auto; }

#CWM .Events_Wrapper_Main {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

#CWM .Events_Container {
  position: relative;
  background-color: white;
  height: auto;
  width: 80%;
  top: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  padding: 50px 80px 0px 80px; }

#CWM .Events_Container_Wrapper p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b; }

#CWM .Events_Container_Wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*margin: 50px 100px 20px 100px;*/ }

#CWM .Events_Title_Font {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-family: Serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 125% */
  letter-spacing: 0.96px;
  text-transform: uppercase; }

#CWM .Events_Grid {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 20px 0px 20px 0px;
  /*background-color: gray;*/
  justify-content: space-between;
  height: auto; }

#CWM .Events_Title {
  position: relative;
  z-index: 2;
  color: #2b2b2b;
  font-family: Arial;
  font-size: 22.65px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.953px;
  text-transform: uppercase;
  /*padding: 10px 0 0 10px;*/ }

#CWM .Events-CWE-Slide-wrapper {
  position: relative;
  display: block;
  height: 500px; }

#CWM .Events-CWE-Slide-wrapper a {
  text-decoration: none; }

#CWM .Events-CWE-Slide-wrapper:hover .Events-CWE-Slide-cover {
  transform: scale(1.1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#CWM .Events-CWE-Slide-wrapper:hover .Events-CWE-Slide-Footer {
  background-color: #2b2b2b; }

#CWM .Events-CWE-Slide-wrapper:hover .Events-CWE-Slide-Footer-txt {
  color: white;
  text-decoration: none; }

#CWM .Events-CWE-Slide-wrapper:hover .Events-CWE-Slide-circle {
  background-color: #2b2b2b; }

#CWM .Events-CWE-Slide-circle {
  z-index: 10;
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  background-color: #dddddd;
  border-radius: 200px;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  Box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#CWM .Events-CWE-Slide-wrapper:hover .Events-CWE-Slide-circle {
  background-color: #2b2b2b; }

#CWM .Events-CWE-Slide-cover {
  position: relative;
  display: block;
  z-index: 11;
  top: -270px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#CWM .Events-CWE-Slide-Footer {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  top: -250px;
  width: 280px;
  margin: auto;
  padding: 10px;
  min-height: 70px;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#CWM .Events-CWE-Slide-Footer-txt {
  position: absolute;
  display: block;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  color: black;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /*font-weight: 500;*/
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

/*@media only screen and (max-width: 1900px) {
	#CWM .Events_Container{
	height: 3050px;
	}
}*/
@media only screen and (max-width: 1600px) {
  #CWM .Events_Grid {
    grid-template-columns: auto auto auto; }

  /*	#CWM .Events_Container{
  	height: 4050px;
  	}*/ }
@media only screen and (max-width: 1360px) {
  #CWM .Events_Title_Font {
    font-size: 40px;
    line-height: 40px;
    /* 125% */ } }
@media only screen and (max-width: 1250px) {
  #CWM .Events_Container {
    width: 85%;
    padding: 50px 60px 20px 60px; }

  #CWM .Events-CWE-Slide-circle {
    width: 270px;
    height: 270px; } }
@media only screen and (max-width: 1160px) {
  #CWM .Events_Container {
    width: 90%;
    padding: 50px 40px 20px 40px; } }
@media only screen and (max-width: 1080px) {
  #CWM .Events_Container {
    /*height: 5650px;*/
    width: 85%; }

  #CWM .Events_Grid {
    grid-template-columns: auto auto;
    justify-content: space-around; } }
@media only screen and (max-width: 775px) {
  #CWM .Events_Title_Font {
    font-size: 35px;
    line-height: 35px;
    /* 125% */ }

  /*	#CWM .Events_Container{
  	height: 5650px;
  	}*/
  #CWM .Events_Container_Wrapper p {
    font-size: 16px; } }
@media only screen and (max-width: 700px) {
  #CWM .Events_Container {
    /*height: 10190px;*/
    width: 85%; }

  #CWM .Events_Grid {
    grid-template-columns: auto; } }
@media only screen and (max-width: 660px) {
  #CWM .Events_Title_Font {
    font-size: 30px;
    line-height: 30px;
    /* 125% */ }

  #CWM .Events_Container_Wrapper p {
    font-size: 15px; } }
@media only screen and (max-width: 532px) {
  #CWM .Events_Container {
    width: 100%;
    padding: 50px 0px 20px 0px;
    margin: 0;
    box-shadow: 0; }

  #CWM .Events-CWE-Slide-circle {
    width: 260px;
    height: 260px;
    border-radius: 200px;
    top: 60px; }

  #CWM .Events_Title_Font {
    padding-left: 5px; }

  #CWM .Events_Container_Wrapper p {
    padding-left: 5px; } }
/*@media only screen and (max-width: 360px) {
	#CWM .Events_Container{
	height: 10280px;
	}
}*/
