/*Embeds*/


.video-embed {
    position: relative;
}
.cc_embed {
    color: #fff;
}
.cc_embed_placeholder {
    max-width:none;
    width:100%;
    height:auto;
}
.cc_embed.cc_embed_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    
}
.cc_embed a{
    color: inherit;
    text-decoration:underline !important;
    font-style: normal;
}
.cc_embed a:hover{
    color:inherit;
}

.cc_embed p {
    margin-bottom: .5em;
}

.cc_embed label {
    margin: 0;
    line-height:25px;
}
.cc_embed label *{
    vertical-align: top;
}

.cc_embed .cc_embed_content {
    padding: 10px;
    line-height: 1.3em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}
.cc_checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    display:inline-block;
    margin-right:5px;
    border-radius:2px;
}
.cc_embed input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
/* On mouse-over, add a grey background color */
.cc_embed label:hover input ~ .cc_checkmark:after {
    border-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cc_embed label input:checked ~ .cc_checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .cc_checkmark:after {
    content: "";
    position: absolute;
    display: none;
    display: block;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
  }
  
  /* Show the checkmark when checked */
  .cc_embed label input:checked ~ .cc_checkmark:after {
    border-color:#28a745
  }
  
  /* Style the checkmark/indicator */
  .cc_embed label .cc_checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.cc-btn.cc-btn-embed {
    font-size: 1em !important;
    line-height: 1.2em !important;
    //background-color: #333 !important;
    //border-color: #333 !important;
    //color: #fff !important;
    text-decoration:none !important;
    display:inline-block !important;
}
.cc-btn.cc-btn-embed.cc-btn-youtube {
    //background-color: #ff0000 !important;
    //border-color: #ff0000 !important;
    //color: #fff !important;
}

.cc-btn.cc-btn-embed.cc-btn-vimeo {
    //background-color: #4EBBFF !important;
    //border-color: #4EBBFF !important;
    //color: #fff !important;
}

.cc_embed_gmaps {
    background-image: url('../Images/snazzy-image.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat:no-repeat;
}
  .embed {
      position:relative;
}