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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=LeagueGothicRegular');
@import url('https://fonts.googleapis.com/css?family=Rubik:900');

@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: 400
    font-style: normal;

}
    /* make top-b fullscreen */  
.tm-block-top-b > .uk-container {  
  max-width: none;  
  padding: 0;  
border-bottom: 2pt solid black;
	border-top: 2pt solid black;
}
    /* make top-a fullscreen */  
.tm-block-top-b > .uk-container {  
  max-width: none;  
  padding: 0;  

}
.tm-block-bottom-b > .uk-container {  
  max-width: none;  
  padding: 0;  

}
.tm-navbar {
	
	border-bottom: 2pt solid black;
	background-image: url("/images/blueback.jpg");

    
 
}

.tm-block-footer {
    background-color: #EAEAE6;
}

.otcountdowntextpsy {
  border-radius: 3px;
    box-sizing: border-box;
    color: #46b5e9;
    display: inline;
    font-family: "League Gothic";
    font-size: 28px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
text-align: center;
    text-transform: uppercase;

}

.otcountdowntitlepsy {
  border-radius: 3px;
    box-sizing: border-box;
    color: #045274;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 600;
 
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
text-align: center;
    text-transform:uppercase;



}



.tm-toolbar {
 
    z-index: 10;
	background-color: #000;
	 
}

@media (max-width: 767px) {  
    .tm-toolbar { display: none; }  
    .tm-navbar-fixed .tm-toolbar + .tm-headerbar { margin-top: 0; }  
    .tm-toolbar + .tm-headerbar + .tm-wrapper { padding-top: 0 !important; }  
    .tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-wrapper { padding-top: 55px !important; }  
}