body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  display: inline;
}

.mousepont a{cursor: pointer;}

.imgbdr{}

.divborder{
border: 4px solid #126ab0;
transition: .3s all ease-in;
}

.tag-row:after, .tag-row:before {
    content: " ";
    display: table;
}

.v-tags{display: flex;
    flex-wrap: wrap;
    justify-content: center;}

ul.v-tags li {
     /*  float: left;*/
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.v-tags {
    list-style: none;
    margin: 0 0 20px;
}

.video-tag {
    display: inline-block;
    background-color: #2c87f0;
    color: #fff;
    padding: 5px 20px;
    font-family: inherit;
    font-size: 14.768px;
    font-weight: 400;
    margin: 0;
    border: 0;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none!important;
    max-width: 100%;
    transition: .15s all ease;
    border-radius: 3px;
}

.video-tag.minimal-border {
    background: 0 0;
    color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
}

.video-tag.minimal-border:hover, .active>.video-tag.minimal-border, .video-tag.minimal-border.active {
    background: #126AB0;
    color: #fff;
}


.inner-ga-sp-saver { padding:10px 3px; }

.medium {
  width: 100%;
  margin: 10px 0px 20px 0;
  position: relative;
  left: 0;
  top: 0;
  display:block;
}
.medium img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.medium .overlay {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
  opacity: 1;
  transition: .5s all ease-in;
}

.medium:hover .overlay {
  opacity: 1;
  background-color: transparent
}

.medium .overlay::before {
    content: '\f16a';
    opacity: 0;
    font-family: FontAwesome;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    color: #c71f1e;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s all ease-in;
}

.medium:hover .overlay::before {
  content: '\f16a';
  opacity: 1;
  font-family: FontAwesome;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  margin: 0
}


.medium .active::before {
  content: '\f16a';
  opacity: 1;
  font-family: FontAwesome;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  color: #c71f1e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}



.inner-ga-title {padding: 15px 15px 0 15px;}

/*.WCF {

  display: flex;
}

*/
.divHide {
  display: none;
}


/*Gallery*/

.Gallery { padding: 50px 0; min-height: 500px;}

.video-gallery {display: flex; justify-content: space-between; flex-wrap: wrap; }

.gallery-box-1 { padding: 5px; box-sizing: border-box; flex-basis: 32%; margin-bottom: 30px; position: relative; }

.gallery-box-1 img {width: 100%; }

#video-popup-container {display:none; position: fixed; z-index: 996; width: 60%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }

#video-popup-close {  cursor: pointer;  position: absolute;  right: -10px;  top: -10px;  z-index: 998;  width: 25px;  height: 25px;  border-radius: 25px;  
    text-align: center;  font-size: 12px;  background-color: #000;  line-height: 25px;  color: #fff;}

#video-popup-iframe-container { position: absolute; z-index: 997; width: 100%; padding-bottom: 56.25%; border: 2px solid #000; border-radius: 2px;  
    background-color: #000;  display: none;}

#video-popup-iframe { z-index: 999; position: absolute;  width: 100%;  height: 100%; left: 50%;  top: 50%; transform: translate(-50%, -50%);  background-color: #000;}

#video-popup-overlay {  display: none;  position: fixed;  z-index: 995;  top: 0;  left: 0;  background-color: #000;  opacity: 0.8;  width: 100%;  height: 100%;}

#video-popup-close:hover {  color: #DE0023;}

.gallery-box-1::before{ content: '\f16a'; opacity: 1; font-family: FontAwesome; font-size: 50px; cursor: pointer; position: absolute;  color: #c71f1e;  left: 50%;
top: 50%; transform: translate(-50%, -50%);  z-index: 1;}

.btn-view { border-radius: 13px; background-color: #126ab0; border: none; color: #fff; text-align: center; text-decoration: none; ont-size: 15px; font-weight: 500;
    padding: 5px 15px; cursor: pointer; margin: 5px auto;}

.btn-view:hover { text-decoration: none; color: #fff;}

@media(max-width:767px ) {

    .video-gallery { flex-direction: column;}

    #video-popup-container { display:none; position: fixed; z-index: 996; width: 90%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }
}

@media(min-width:768px ) and (max-width:1023px) {

    .Gallery { padding: 0px 0 50px; min-height: 0px;}

    #video-popup-container { display:none; position: fixed; z-index: 996; width: 90%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }
}



@media (max-width:767px) { .inner-ga-sp-saver { padding:10px 15px; }}