
/* Fonts
 ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500,700,800);
/* body, h1, h2, h3, h4, h5, h6,
.uk-navbar-nav > li > a { font-family: "Alegreya Sans", Helvetica, Arial, sans-serif; }
*/

/* Base
 ========================================================================== */

html {
    font: 14px/20px "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;	
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #acb1b9;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Open Sans",Helvetica,Arial,sans-serif;	
	color: #1e4463; 
}
	
a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #0082A7;
	font-weight: 400;
}
a:hover {
	color: #1E4463;
	text-decoration: none;
}
a:focus {outline:none;}

b {font-weight:bold;}
strong {font-weight:600;}

table {
	border-collapse:collapse;
}
td, tr {
	padding:0;
}

.no-link {
	cursor:default !important;
}

.shrink-to-fit {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform:scale(1,1);	
}
	
.shrink {
	margin-top: 8px !important;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform-origin: right center;
	transform:scale(0.6,0.6);	
}

.darkblue {
	background:#1E4463;
	opacity:0.9;
}
.contact-home {
	background:#1E4463;
	opacity:0.9;		
}
.header {
	height:500px;
	margin-top:-45px;
	background-position: center center;
	background-size:cover;
}
.slideshow {
	margin-top:-45px;
	position:relative;
}
.uk-slideshow {
	max-height:70vh;
}
.uk-slideshow .uk-position-cover {
	margin-top: -45px;
	height:100%;
}

.uk-sticky-placeholder {
	margin: 0px !important;
}

/* Layout
 ========================================================================== */


.background {
}

.content {
	background:#fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25)
}

.liste {
	padding-left: 18px;
}

.liste li {
	margin-bottom:4px;
}
/*
 * Blocks
 */

.wrapper {
	left:0;
	right:0;
}

/*
 * Header section
 */

/* Only phones */
.tm-grid-margin-large .uk-grid-margin {
	margin-top: 50px;
}
.tm-icon {
	position: relative;
	width: 80px;
	margin: -60px auto 0 auto;
	border-radius: 5px;
	background: #0BA1D8;
	line-height: 80px;
	color: #fff;
}
.tm-icon:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid #0BA1D8;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
}

/*
 * Footer
 */

.tm-footer {
	padding: 40px 0 60px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}

.blue-bg {color: #fff;}
.tm-footer a, .blue-bg a {color: #fff; font-weight:300;}
.tm-footer a:hover, .blue-bg a:hover {color: #000;}


/* UIkit component modifiers
 ========================================================================== */

.uk-text-large {
	font-size: 16px;
	font-weight: inherit;
	line-height: 22px;
}
/*
 * Navbar
 */

.tm-navbar {
	padding: 5px 0 10px;
	border: none;
	background: #fff;
/*	position: fixed; */
	left: 0;
	right: 0;
	z-index:999;
	border-bottom: 4px solid #1E4463;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	margin-top:-25px;
}
.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: "Open Sans", Helvetica, Arial, sans-serif;
	height: auto;
	margin: 33px 0 0;
	padding: 0 15px;
	border: none;
	text-shadow: none;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	text-transform:uppercase;
}

.tm-navbar .uk-navbar-nav > li:first-child > a {
    padding-left: 0;
}

.tm-navbar .uk-navbar-nav > li {
	margin-right: 15px;
}
.uk-navbar-brand {
	padding: 15px 0 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: 0px solid #1E4463;
	color: #1E4463;
	background-color: transparent;
}
/* Active */
.tm-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: transparent;
	border-bottom: 0px solid #b61c3e;
	color: #1E4463;
}
/* OnClick */
.tm-navbar .uk-navbar-nav > li > a:active {
	background-color: transparent;
}
/*
 * Nav
 */

.uk-dropdown {
	padding-bottom: 8px;
}
.uk-dropdown-navbar {
	border:none;
	box-shadow:0 10px 15px rgba(0, 0, 0, 0.1);
	margin-top:-5px;
}

.uk-dropdown-navbar > ul > li > a {
    padding: 8px 20px;
	color: #999;
	text-transform:uppercase;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus  {
	background: #1E4463;
	color:#fff;
}
.uk-dropdown-navbar > ul > li.uk-active > a{
	background: #1E4463;
	color:#fff;
}



.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:#1E4463;
	font-size:20px;
	padding-top:10px;
}
.uk-nav-offcanvas .uk-nav-divider {
    background: #0082A7 none repeat scroll 0 0;
}
.uk-offcanvas-bar-flip::after {
	box-shadow:none;
}
.uk-nav-offcanvas > li > a {
	padding: 10px 20px;
}
.tm-subnav > li:nth-child(n+2) {
	margin-left: 20px;
}


/* Custom content
 ========================================================================== */

/* Fix sidebar position if offcanvas appears */
.uk-offcanvas-page .cm-sidebar {
	left: auto;
}
.bandorski a {
	color: #0082a7;
}
.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;
}

/* MAP */
.map {
    left: 0;
    opacity: 1;
    transition: opacity 0.8s ease-in 0s;
    width: 100%;
	height: 360px;
	margin-top:-45px;
	border-bottom: 4px solid #1E4463;
	
}




/* Tablet and bigger */
@media (min-width: 768px) {
.uk-panel p{
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

}
/* Large screen and bigger */

@media (min-width: 960px) {
.uk-panel p{
	-ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.content {
	padding: 45px 0 0;
}
.uk-slideshow .uk-position-cover {
	margin-top: -150px;
}

}
@media (max-width: 1199px) {
.header, .uk-slideshow {
	max-height:560px;
	margin-top: 0;	
}
.header, .uk-slideshow {
	max-height:560px;
}
.uk-slideshow .uk-position-cover {
	margin-top: -70px;
}	
}
@media (max-width: 959px) {
.uk-navbar-brand {
	padding: 0;
}
.tm-navbar {
	position: fixed !important;
	top: 25px !important;
	padding-top: 10px;
}
.content {
	padding: 45px 0 0;
	margin-top: 55px;
}
.tm-footer {
	font-size:13px;
	line-height:17px;
}

h2, .uk-h2 {
	font-size: 18px;
	line-height: 24px;
}
.header, .uk-slideshow {
	max-height:490px;
}
.uk-slideshow .uk-position-cover {
	margin-top: -20px;
}
}
@media (max-width: 767px) {
.header, .uk-slideshow {
	max-height:400px;
}
.uk-slideshow .uk-position-cover {

}
}
@media (max-width: 479px) {
.header, .uk-slideshow {
	max-height:300px;
}	
.uk-slideshow .uk-position-cover {

}
}