@charset "utf-8";



/* mouseover */

a img.mouselink{
background:none!important;
}
 
a:hover img.mouselink{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}


/* YouTube */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 80%;
    height: 80%;
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7 {
    position: relative;
}


.col-md-15 {
    width: 20%;
    float: left;
	margin-bottom: 25px;
}


.col-md-7 {
    width: 50%;
    float: left;
	margin-bottom: 25px;
}


@media (max-width: 500px) {
    .col-xs-15 {
        width: 20%;
        float: left;
    }
    .col-xs-7 {
        width: 50%;
    }
}


@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .col-sm-7 {
        width: 33%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-md-7 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .col-lg-7 {
        width: 50%;
        float: left;
    }
}
