.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	  height: 0; 
	  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }

.uk-nav-sub > li > a {  
  font-family: 'Fugaz One';
  text-transform: uppercase;
  font-size: 14px;  
  line-height: 19px;  
}

.uk-nav > li > a {  
  font-family: 'Fugaz One';
  text-transform: uppercase;
  font-size: 16px;
  color: #4e535d;
}

.tm-footer {
padding: 30px 50px;
font-size: 14px;
}

.uk-panel-box-primary > a:not([class]):hover, .uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]):hover {
    color: #6699cc;
}