
/* Fonts
 ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700);


/* Base
 ========================================================================== */

html {
	background: #004052;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Oxygen", Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #00b5cc;
	font-weight: 400;
}
a:hover {
	color: #0ba1d8;
	text-decoration: none;
}
a:focus {outline:none;}
/* Layout
 ========================================================================== */


.background {
	background: #004052;
}
/*
 * Border
 */
.border-left {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:20px;
	z-index:1000;
	background: #FFF;
}
.border-right {
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	z-index:1000;
	background: #FFF;
}
.border-top {
	position:fixed;
	right:0;
	top:0;
	left:0;
	height:20px;
	z-index:1000;
	background: #FFF;
}



.tm-footer {
	background: #fff none repeat scroll 0 0;
	color:#004052;
	bottom: 0;
	left: 0;
	padding: 0px 30px 20px;
	position: fixed;
	right: 0;
	z-index: 0;
}
/*
 * Sections
 */

/*
 * Header section
 */


/* Only phones */



/*
 * Footer
 */

.tm-footer a {
	color: #555 !important;
}
.tm-footer a:hover {
	color: #000 !important;
}
/* UIkit component modifiers
 ========================================================================== */

.uk-text-large {
	font-size: 20px;
	font-weight: inherit;
	line-height: 28px;
}

/*
 * Navbar
 */

.tm-navbar {
	padding: 15px 0;
	border: none;
	background: #004052;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -1px;
	top: calc(100vh - 70px);
	z-index: 1001;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 0px solid rgba(255,255,255,0.5);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle {
	height: 40px;
	margin-top: 0;
	text-shadow: none;
}
.tm-navbar .uk-navbar-nav > li > a {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	height: auto;
	margin: 13px 0 0;
	padding: 0 5px 2px;
	border: none;
	border-bottom: 3px solid transparent;
	text-shadow: none;
	font-size: 15.5px;
	font-weight: 400;
	color: #222;
}
.tm-navbar .uk-navbar-nav > li {
	margin-left: 30px;
}
.uk-navbar-brand {
	padding:0;
}
/* Hover */
.tm-navbar .uk-navbar-nav > li:hover > a, .tm-navbar .uk-navbar-nav > li > a:focus, .tm-navbar .uk-navbar-nav > li.uk-open > a {
	border-bottom: 3px solid #fff;
	color: #000;
	background-color: transparent;
}
/* Active */
.tm-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: transparent;
	border-bottom: 3px solid #fff;
	color: #000;
}
/* OnClick */
.tm-navbar .uk-navbar-nav > li > a:active {
	background-color: transparent;
}
/*
 * Nav
 */

.tm-nav > li > a {
	color: #777;
}
/* Hover */
.tm-nav > li > a:hover, .tm-nav > li > a:focus, .tm-nav > li.uk-active > a {
	background: #F5F5F5;
	color: #444;
}
/* Sub-object: `nav-header` */
.tm-nav .uk-nav-header {
	color: #222;
	font-weight: normal;
}
/*
 * Nav
 */

.uk-navbar-toggle {
	color: #fcfcfc;
}
.tm-subnav > li:nth-child(n+2) {
	margin-left: 20px;
}
/*
 * Showcase Overlay
 */

.tm-overlay-icon:empty:before {
	content: "\f064";
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	font-size: 60px;
}


/* Custom content
 ========================================================================== */



.bandorski a {
	color: #333;
}
.bandorski a:hover {
	color: #000;
	text-decoration: none;
}
.bandorski a img {
	opacity: 0.9;
}
.bandorski a:hover img {
	opacity: 1;
	margin-left: -10px;
	transition: all ease-in-out 0.25s;
}




/* Desktop and bigger */
@media (max-width: 959px) {

}

/* Tablet and bigger */
@media (min-width: 768px) {
.uk-panel p{
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.tm-sidebar {
	margin-right: -1px !important;
	border-right: 1px solid #E5E5E5;
}

}
/* Large screen and bigger */
@media (min-width: 1200px) {
.uk-panel p{
	-ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.tm-logo {
	margin: 10vh 0 20px 0;
}
.tm-section {
	min-height: calc(100vh - 150px);
	padding: 150px 0 0;
}

}
 @media (max-width: 1024px) {
.tm-navbar {
	position: fixed !important;
	top: 0 !important;
}


h1, .uk-h1 {
	font-size: 32px;
	line-height: 38px;
}
h2, .uk-h2 {
	font-size: 18px;
	line-height: 24px;
}
}
 @media (max-width: 767px) {
h1, h2, h3, h4 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.tm-footer {
	padding: 0px 20px 20px;		
}
}
	