/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*
 * Headerbar
 */
.tm-headerbar {
  padding: 0px 0;
  background:#FFFFFF;
}
.tm-headerbar .tm-logo {
  float: left;
}
.tm-headerbar .uk-panel {
  max-width: 300px;
  margin-right: 0;
  float: right;
  padding: 30px 0;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #0080AC;
  color: #77797a;
  border-top: 1px solid #eaeaea;
}

/* Front Banner*/
.tm-page {       
z-index: 2;      
position: relative;      
}      

.tm-fullscreen {    
height: auto;    
text-align: center;  
}

/*footer*/
.tm-footer {
  color: #cccccc;
  font-size:10px;
}

/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none !important;
  color:#0080AC;
}

h1,
.uk-h1 {
  font-size: 28px;
  line-height: 38px;
  text-transform: none !important;
}

h2,
.uk-h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color:#0080AC !important;
  text-transform:none !important;
  margin-top:50px;
}

h3,
.uk-h3 {
  font-size: 24px;
  line-height: 34px;
  text-transform:none !important;
}

.tm-page .tm-block:first-child {
    padding-top: 20px;
  }

.tm-block-full {    
  height: 667px !important;    
}

em {
    color: #525252 !important;
}

/* Menu*/
.uk-navbar-nav > li > a {
    background-image: linear-gradient(#364555, #364555 50%, #364555 50%, #364555);
    background-position-x: 0;
    background-position-y: 100%;
    background-size: 100% 210%;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
}

.cupcarnival {
	padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
	color: #525252;
	border: 0px;
}

.cupcarnival h3 {
	   color: #0080ac !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
	text-align:center;
}

.tm-block-ab .uk-panel div {
  line-height: 1;
}

#video_img{
  cursor: pointer;
  position: absolute; 
  right: 0;
  top: 20px;
}

.video_small{
  height: 25px;
  right: 20px !important;
  top:10px !important;
}

@media screen and (max-width: 400px) {

}