
/** ADD YOUR AWESOME CODES HERE **/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #ee5253;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #ee5253;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


/* 
  .cd-hero__btn {
    background: #ee5253;
} */

.bgWhite {
  background: rgba(51, 51, 51 ,0.7);
  padding: 40px;
  margin: 20px 80px;
}

.textRed {
  color: #ee5253 !important;
}
.btnRed {
  background: #ee5253 !important;
}

b {
  font-weight: bold;
}

.email {
  color: #ee5253;
  font-family: 'Black Ops One';
  font-size: 18px;
}


#fb {
  background: #0866ff;
  color: white;
  padding: 5px 13px;
  border-radius: 20px;
  margin-right: 10px;
}

#insta {
  background: #BE268B;
  color: white;
  padding: 5px 8px;
  border-radius: 20px;
}

#logout {
  margin-left: 10px;
  background: #ee5253;
  color: white;
  padding: 5px 8px;
  border-radius: 20px;
}

.navbar-brand img { height: 80px;}

.big-screen { display: inherit !important;}
.small-screen { display: none !important;}

.mt-100 {margin-top:120px !important; }

@media (max-width:600px) {
  .mt-100 {margin-top:80px !important; }
  .navbar-brand img { height: 40px;}
  .big-screen { display: none !important;}
  .small-screen { display: inherit !important;}

  #fb {
    padding: 5px 8px;
    margin-right: 5px;
  }
  
  #insta {
    background: #BE268B;
    color: white;
    padding: 5px 6px;
  }

  .bgWhite {margin: 10px;}
  .cd-hero__content.cd-hero__content--full-width, .cd-hero__content.cd-hero__content--half-width {padding-top: 50px;}
}

.modal-body { height: 700px;}
.modal-body iframe { height: 660px; width: 100%;}
.modal-dialog {max-width: 780px;}


.link {
  text-decoration: underline !important;
  color: #ee5253;
}

ul.simple-list, ol.simple-list{
  list-style: inherit;
  margin: 0;
  font-family: 'Open Sans', 'sans-serif';
  padding: 0px 20px 20px 20px;
}
ul.simple-list li, ol.simple-list li{
  list-style: inherit;
padding: 0 20px;
}




.main {
  margin-top:120px;
}
        .eventCard {
  max-width: 1200px;
            width: 100%;
            min-height: 200px;
  max-height: 250px;
  margin-bottom: 30px;
        }
        .eventCard .image {
             width: 25%;
             overflow: hidden;
        }
        .eventCard .content {
            width: 75%;
            padding: 20px;
            font-size: 12px;
            overflow: hidden;
  position: relative;
        }
        .eventCard .content h2, .eventCard .content h3  {
            font-size: 12px;
            padding-bottom: 5px;
        }
.eventCard .content .eventDescr  {
            max-height:110px;
  min-height: 30px;
  overflow: hidden;
        }
.eventCard .btnSharePc  {
  display: inline;
  position: absolute;
  top: 20px;
  right: 20px;
}
.eventCard .btnShareMobile  {
  display: none;
}

@media(max-width:960px) {
  .main {
    margin-top:20px;
  }
  .eventCard {
    width:100%;
    min-height: 150px;
    max-height: 180px;
  }
  .eventCard .image {
    width: 150px;
  }
  .eventCard .content {                   
    padding: 10px;
  }
  .eventCard .content h2  {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .eventCard .content h3  {
    font-size: 12px;
    padding-bottom: 2px;
  }
  .eventCard .content .eventDescr  {
    max-height:60px;
    min-height: 30px;
    overflow: hidden;
  }

  .eventCard .btnSharePc  {
    display: none;
  }
  .eventCard .btnShareMobile  {
    display: inline;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
@media(max-width:600px) {
  
  .eventCard {
    width:100%;
    min-height: 100px;
    max-height: 150px;
  }
  .eventCard .image {
    width: 100px;
    overflow: hidden;
  }
  .eventCard .content {    
    font-size: 10px;
    line-height:1.5;
  }
  
  /* .eventCard .content .eventDescr  {
    max-height: 30px;
  } */

  
}

