@media only screen and (max-width: 1920px){
.image-md {
  max-height: 200px; }
}


.svg:hover {
  filter: invert(100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .8;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media all and (min-width: 319px){
.tabbed-content .content > li{ height: 0; display: block; transition: opacity 2s ease; -webkit-transition: opacity 2s ease;}
.tabbed-content{ min-height: 660px;
}
@media all and (max-width: 767px){
.logo-light-M{ max-height: 50px; }
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 0.01;
  *display: inline;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0px;
  color: #fff;
}
hr1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0; 
}

.hr2 {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    border-width: 2px;
    border-style: solid;
    border-color: #f2e9c6!important;
}

.p1 {
    padding-bottom: 0.5em;
}
.p2 {
    margin-bottom: 0em;
}
/* Clearfix */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}
.logo-light-M {
    max-height: 90%;
}
.logo-big-M {
	max-width: 40%;
}
.lightbox-grid-M,
.lightbox-grid-M ul,
.lightbox-grid-M li {
  position: relative;
  overflow: hidden;
}
.lightbox-grid-M li {
  width: 33.33333%;
  float: left;
  border: 15px solid rgba(0, 0, 0, 0);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  opacity: 1;
}
.lightbox-grid-M li:hover {
  opacity: .5;
}
.square-thumbs-M li {
  height: 285px;
}
.third-thumbs-M li {
  width: 33.33333vw;
  height: 33vw;
  border: none;
}
@media all and (max-width: 1190px) {
  .square-thumbs-M li {
    height: 235px;
  }
}
@media all and (max-width: 990px) {
  .lightbox-grid-M li {
    width: 33.33333%;
  }
  .square-thumbs-M li {
    height: 240px;
  }
}
@media all and (max-width: 767px) {
  .lightbox-grid-M li {
    width: 100%;
  }
  .third-thumbs-M li {
    height: 50vw;
  }
  .square-thumbs-M li {
    height: 185px;
  }
 