/*
	Header
*/
.tm-header .uk-navbar-container {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.tm-header .uk-logo{
	width: 135px;
	box-sizing: content-box;
	height: 50px;
}
.tm-header .uk-logo img{
	max-width: 100%;
    max-height: 100%;
    display: block;
    outline: none;
    border: none;
}
.tm-header {
	-webkit-transition: background-color 200ms ease-out 1s;     
	-moz-transition: background-color 200ms ease-out 1s;
	-ms-transition: background-color 200ms ease-out 1s;  
	-o-transition: background-color 200ms ease-out 1s;
	transition: background-color 200ms ease-out 1s;
}
.tm-header:hover {
	background: #4d0247;
	-webkit-transition: background-color 0s ease-out 0s;     
	-moz-transition: background-color 0s ease-out 0s;
	-ms-transition: background-color 0s ease-out 0s;  
	-o-transition: background-color 0s ease-out 0s;
	transition: background-color 0s ease-out 0s;
}
.tm-header-mobile {
	background: #4d0247;
}
.tm-header-mobile>* {
	z-index: 1;
	position: relative;
}
.tm-header-mobile .uk-navbar-container{
	background: transparent;
}
.tm-header-mobile .uk-logo img{
	width: 180px;
	padding-left: 20px;
}
body.navbar-mobile-transparent .tm-header-mobile{
	position: absolute;
	background: transparent;
	z-index: 980;
	width: 100%;
}
.uk-navbar li.button{
	padding-left: 25px;
	padding-top: 29px;
}

.uk-navbar li.button>a{
	height: auto;
	vertical-align: middle;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,.1);
	margin: auto;
	padding: 0 27px;
	white-space: nowrap;
}
.uk-navbar li.button:hover > a::before
{
	background: transparent;
	-webkit-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}
.uk-navbar li.button > a::before
{
	background: transparent;
	-webkit-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}
.uk-navbar li.button a:hover
{
	background: rgba(255,255,255,.2);
}


/*
	Top
*/
.tm-top.uk-section-primary {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version=%221.1%22%20id=%22logo_x5F_layer%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%0D%0A%09y=%220px%22%20width=%22305.5px%22%20height=%22280px%22%20viewBox=%220%200%20305.5%20280%22%20enable-background=%22new%200%200%20305.5%20280%22%20xml:space=%22preserve%22%3E%0D%0A%3Cpath%20id=%22logo_x5F_white%22%20opacity=%220.1%22%20fill=%22none%22%20stroke=%22#FFFFFF%22%20stroke-miterlimit=%2210%22%20d=%22M346.692,276.75h-83.267V3.25%0D%0A%20%20%20h83.267V276.75L346.692,276.75z%20M429.58,276.75h-82.888l37.771-176.691c5.498-26.13,27.889-44.17,54.286-44.17h38.148L429.58,276.75%0D%0A%20%20%20z%20M429.58,276.75l74.474-138.775c9.882-18.396,27.865-29.08,48.788-29.08h49.879l-77.033,143.193%0D%0A%20%20%20c-8.436,15.447-23.459,24.662-40.729,24.662H429.58z%20M180.529,276.75h82.897l-37.782-176.691%0D%0A%20%20%20c-5.498-26.13-27.877-44.17-54.285-44.17H133.21L180.529,276.75z%20M180.529,276.75h-55.387c-17.239,0-32.274-9.215-40.709-24.662%0D%0A%20%20%20L7.399,108.895h49.89c20.9,0,38.873,10.684,48.778,29.08L180.529,276.75z%22/%3E%0D%0A%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tm-top h1 {
	z-index: 0;
	position: relative
}

.tm-top .header-image{
	position: absolute;
	top: 0;
	right: 0;
	width: 1005px;
	height: 418px;
	z-index: 0;
	background-repeat: norepeat;
	background-size: cover;
	background-position: center;
	
}
body.novinky .header-image>div,
body.news .header-image>div{
	background: black;
	width: 100%;
	height: 100%;
	opacity: .2;
}

.tm-top .uk-panel.widget-custom-html{
	position: static;
}
	
/*
	NavBar
*/
.uk-navbar-nav>li.menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 10px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20enable-background%3D%22new%200%200%2010%207%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22dropdown_x5F_icon%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.29%2C0.002L5%2C3.708l3.71-3.706l1.14%2C1.141L5%2C5.997L0.15%2C1.144L1.29%2C0.002z%22/%3E%0A%3C/svg%3E');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 13px 8px;
}
.uk-navbar-dropdown-nav .uk-nav-sub a,
.uk-navbar-dropdown-nav a {
	display: block;
	color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
	display: block;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%235BC8CF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 8px;
}
.uk-navbar-dropdown-nav>li.menu-item-has-children>a {
	color: rgba(255,255,255,.4);
	padding: 25px 0;
}
.tm-header .uk-navbar-dropdown-dropbar {
	/*height: 100vh;*/
	width: 100vw !important;
	max-width: 1300px !important;
	padding: 60px 25px;
}


/*
	Language switch
*/

.lang-switch {
	position: relative;
	display: inline-block;
}
.lang-switch button::after{
	content: ' ';
	display: inline-block;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20enable-background%3D%22new%200%200%2010%207%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22dropdown_x5F_icon%22%20fill%3D%22%234D0247%22%20d%3D%22M1.29%2C0.002L5%2C3.708l3.71-3.706l1.14%2C1.141L5%2C5.997L0.15%2C1.144L1.29%2C0.002z%22/%3E%0A%3C/svg%3E');
	background-size: 10px 6px;
	width: 10px;
	height: 6px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.lang-switch .dropdown{
	visibility: hidden;
	position: absolute;
	min-width: auto;
	width: auto;
	padding: 3px 10px 2px 10px;
	margin: 0;
	background: rgba(255,255,255,.8);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}
.lang-switch:hover .dropdown {
	visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
}
.lang-switch .dropdown ul {
	margin: 0;
	padding: 0;
}
.lang-switch .dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #4c0246;
}
.tm-header .lang-switch {
	position: relative;
	display: inline-block;
	top: 0;
	border-left: 1px solid rgba(255,255,255,.1);
	padding: 38px 0 10px 30px;
	margin-bottom: 22px;
}
.home .tm-header .lang-switch {
	border-left: none;
	padding-left: 0;
	margin-bottom: auto;
}
.tm-header .lang-switch button {
	color: white;
	font-weight: 400;
}
.tm-header .lang-switch button::after{
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20enable-background%3D%22new%200%200%2010%207%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22dropdown_x5F_icon%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.29%2C0.002L5%2C3.708l3.71-3.706l1.14%2C1.141L5%2C5.997L0.15%2C1.144L1.29%2C0.002z%22/%3E%0A%3C/svg%3E');
}
.tm-header .lang-switch button {
	opacity: .3;
}
.home .tm-header .lang-switch button {
	opacity: 1;
}
/*
	Section
*/
.full-section-margin-right {
	margin-right: 133px;
}
.full-section-margin-left {
	margin-left: 133px;
}
@media (max-width: 960px) {
	.full-section-margin-right {
		margin-right: 20px;
	}
	.full-section-margin-left {
		margin-left: 20px;
	}
}
.uk-section-primary .contacts-list dt  {
	color: rgba(255,255,255,.5);
}

/*
	Container
*/
.container-expand-max {
	position: relative;
	margin-left: -135px;
	margin-right: -135px;
}
@media (max-width: 960px) {
	.container-expand-max {
		position: relative;
		margin-left: -40px;
		margin-right: -0px;
	}
}
.container-inbox {
	padding-right: 40px;
	margin-right: -40px;
}


.container-inbox-top {
	padding-top: 40px;
}

.container-inbox-bottom {
	padding-bottom: 40px;
}

.bottom-white .uk-container {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%221600px%22%20height%3D%22100px%22%20viewBox%3D%220%200%201600%20100%22%20enable-background%3D%22new%200%200%201600%20100%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Crect%20y%3D%220%22%20fill%3D%22%23FFFFFF%22%20width%3D%221600%22%20height%3D%22100%22/%3E%0A%3C/svg%3E');
	background-position: bottom;
	background-size: 3200px 200px;
	background-repeat: no-repeat;
}
.container-panel-hover>div{
	padding: 0;
}
.container-panel-hover .uk-tile{
	border: 1px solid rgba(41,33,40,0.06);
	border-right: none;
	padding: 60px;
}
.container-panel-hover .uk-tile:hover{
	background: #4d0247;
	border-top: 20px solid #4d0247;
	border-bottom: 20px solid #4d0247;
	margin-bottom: -19px;
	margin-top: -19px;
}
.container-panel-hover .uk-first-column .uk-tile{
	border-left: none;
}
.container-panel-hover .uk-tile .uk-h3 {
	color:#5BC8CF;
	font-size: 24px;
	font-weight: 400;
}
.container-panel-hover .uk-tile:hover .uk-h3 {
	color:#FFFFFF;
}

.container-panel-hover .uk-tile:hover .uk-list-divider>li:nth-child(n+2) {
	border-top: 1px solid rgba(255,255,255,0.06);
}

.container-panel-hover .uk-tile:hover .uk-list li a{
	color: #FFFFFF !important;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22rgba%28255%2C2550%2C255%2C.1%29%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}
.container-panel-hover .uk-tile .uk-list li a:hover{
	color: #5BC8CF !important;
	text-decoration: none;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%235CC8D0%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}

@media (max-width: 960px) {
	.container-panel-hover {
		border-bottom: 1px solid rgba(41,33,40,0.06);
		margin-top: 0px !important;
	}
	.container-panel-hover .uk-tile{
		border: none;
		border-top: 1px solid rgba(41,33,40,0.06);
		padding: 50px 40px 30px 40px;
		margin-right: -40px;
	}
	.container-panel-hover div:first-child div {
		border-top: none;
	}
	.container-panel-hover .uk-tile .uk-h3 br{
		display: none;
	}
	.container-panel-hover .uk-tile .uk-list li a {
		font-size: 18px;
	}
}

/*
	Posts
*/
.uk-article {
	font-size: 16px;
}
.single-post .tm-main .uk-container {
	max-width: 770px;
}
.single-post .uk-container .post{
	position: relative;
	overflow: visible;
}
.single-post .uk-article .uk-article-title,
.single-post .uk-article .attachment-post-thumbnail,
.single-post .uk-article .uk-article-meta,
.page .uk-article .uk-article-title,
.page .uk-article .attachment-post-thumbnail,
.page .uk-article .uk-article-meta {
	display: none;
}
img.left-max{
	left: -335px;
	width: 1205px;
	max-width: inherit;
	position: relative;
}
img.right-max{
	left: -100px;
	width: 1205px;
	max-width: inherit;
	position: relative;
}

/*
	Links
*/
.uk-link-text {
	text-decoration: none;
}
.anchor {
	color: #5BC8CF;
	font-size: 14px;
	font-weight: 500;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%228%22%20height%3D%2210%22%3E%0A%09%3Cg%20clip-path%3D%22url%28%23clip_0%29%22%3E%0A%09%09%3Cpath%20fill%3D%22rgb%2892%2C200%2C208%29%22%20stroke%3D%22none%22%20transform%3D%22matrix%28-4.37114e-08%201%20-1%20-4.37114e-08%208%200%29%22%20d%3D%22M6%200L6%203L0%203L0%205L6%205L6%208L10%204L6%200Z%22/%3E%0A%09%3C/g%3E%0A%3C/svg%3E');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px 10px;
	padding-right: 25px;
	text-decoration: none;
}
.link-azure {
	color: #5BC8CF;
	text-decoration: none;
}
.uk-section-primary a {
	color: #5BC8CF;
	text-decoration: none;
}
.navigation-section {
	padding-top: 80px;
	padding-bottom: 40px;
}
/*
	Lists
*/
.links-list li a,
.links-list-large li a {
	display: block;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22rgba%280%2C0%2C0%2C.1%29%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 8px;
}
.links-list li a:hover,
.links-list-large li a:hover {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%234D0247%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}
.links-list-large-inverse li a {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%234D0247%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}
.links-list-large-inverse li a:hover {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-color: #4D0247;
	color: #FFFFFF;
	text-decoration: none;
}
.uk-tile-primary .links-list li a,
.uk-tile-primary .links-list-large li a {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22rgba%28255%2C255%2C255%2C.1%29%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}
.uk-tile-primary .links-list li a:hover,
.uk-tile-primary .links-list-large li a:hover {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%235BC8CF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
}
.links-list-large li a {
	border: 1px solid rgba(0,0,0,.06);
	padding: 25px 30px;
	background-position: right 30px center;
}
.links-list-large >li:nth-child(n+2), 
.links-list-large >ul>li:nth-child(n+2) {
	margin-top: 5px;
	padding-top: 0;
	border-top: 0;
}
.contacts-list dt  {
    clear:left;
    float:left;
    width:100px;
	font-weight: 400;
	margin-bottom: 20px;
}
.contacts-list dd {
	margin-bottom: 20px;
}
.contacts-list a {
	color: #5BC8CF !important;
}
.contacts-list a:hover {
	color: #7Be8eF !important;
}
.contacts-list-collapse dd,
.contacts-list-collapse dt {
	margin-bottom: 0px;
}
.billing-information dd {
	font-weight: 500;
}

.ra-list-muted-small {
	font-size:14px;
	margin-top:10px;
	line-height:1.8rem;
	color: #28212899;
}
.ra-list-muted-small a{
	text-decoration: none;
	color: #28212899;
}
.ra-list-muted-small a:hover{
	text-decoration: underline;
	color: #282128cc;
}

/*
	Accordion
*/
.uk-accordion .uk-accordion-title::after {  
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20enable-background%3D%22new%200%200%2010%207%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22dropdown_x5F_icon%22%20fill%3D%22%234D0247%22%20d%3D%22M1.29%2C0.002L5%2C3.708l3.71-3.706l1.14%2C1.141L5%2C5.997L0.15%2C1.144L1.29%2C0.002z%22/%3E%0A%3C/svg%3E');
	background-repeat: no-repeat;
}  

.uk-accordion .uk-open .uk-accordion-title::after {  
	background: none;
}
.uk-accordion-content {
	margin-top: 20px;
}

/*
	Slider
*/
.slider-cert .wk-panel-teaser{
	height: 100px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.slider-cert .wk-panel-title {
	margin-top: 90px;
	border-top: 1px solid #4D0247;
	padding-top: 20px;
	font-size: 14px;
	color: #4C0246;
	font-weight: 500;
}
.slider-cert .wk-panel-title a{
	content: '';
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%234D0247%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 8px;
	padding-right: 50px
}	
/*
	News
*/
div.news {
	margin-left: -55px;
	margin-right: -55px;
}
div.news>div {
	padding: 55px;
	border-left: 1px solid rgba(41,33,40,0.04);
	border-bottom: 1px solid rgba(41,33,40,0.04);
}
div.news .wk-slideset {
	margin-left: -55px;
	margin-right: -55px;
}
div.news .wk-slidenav-position {
	border-bottom: none;
	padding-top: 20px;
	padding-bottom: 0;
}
div.news .wk-slideset li {
	padding-left: 55px;
	padding-right: 55px;
	border-right: 1px solid rgba(41,33,40,0.04);
}
div.news .wk-slideset li:last-child {
	border-right: none;
}
@media (min-width: 1220px) {
	div.news>div:nth-child(3n+1) {
		border-left: none;
	}	
}
@media (max-width: 1219px) {
	div.news>div:nth-child(2n+1) {
		border-left: none;
	}	
}
@media (max-width: 767px) {
	div.news>div {
		border: none;
		padding-top: 0px;
		padding-bottom: 25px;
	}
	div.news .wk-panel {
		border: 1px solid rgba(41,33,40,0.04);
		padding: 25px;
	}
	div.news .wk-panel .wk-panel-teaser {
		margin: -25px -25px 25px -25px;
	}
}



div.news .wk-panel h3 {
	font-weight: 400;
	font-size: 24px;
	color: #4c0246;
	margin-bottom: 0;
}
div.news .wk-margin,
div.news p,
.uk-navbar-dropdown .news-menu .wk-panel p {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
}

div.news .wk-panel .wk-article-meta {
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,.4);
	margin-bottom: 10px;
}
div.news .wk-panel .wk-button-link,
.button-link a,
a.button-link,
.uk-navbar-dropdown .news-menu .wk-panel .wk-button-link{
	border: none !important;
	padding: 0;
	border-top: 1px solid #eee!important;
	line-height: 45px;
	color: #5BC8CF;
	font-size: 14px;
	font-weight: 600;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%235BC8CF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-position: center right;
	background-repeat: no-repeat;
	width: 110px;
	text-align: left;
}

@media (max-width: 479px) {
	div.news .wk-panel {
		padding: 20px;
		border: 1px solid rgba(41,33,40,0.06);
	}	
	div.news .wk-panel .wk-panel-teaser {
		margin: -20px -20px 30px -20px;
	}
}


/* News - menu*/
.uk-navbar-dropdown .news-menu .wk-panel h3 {
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.uk-navbar-dropdown .news-menu .wk-panel .wk-button-link /*, .button-link a*/ {
	border-top: none !important;
	font-size: 12px;
	font-weight: 400;
	width: 70px;
}
.uk-navbar-dropdown .news-menu .wk-panel .wk-article-meta {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,.3);
	margin-bottom: 10px;
}
.uk-navbar-dropdown .news-menu .wk-panel-title {
	margin-top: 15px;
	height: 2em;
}
#news-menu-institute {
	margin-top: 80px;
}
#news-menu-institute > h2{
	color: rgba(255,255,255,.3);
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 20px;
}
/*
	Table
*/
.uk-table tbody tr:hover *{
	color: white !important;
}
.uk-table tbody tr:hover .uk-badge{
	background: white !important;
	color: #5CC8D0  !important;
}

/*
	Buttons
*/

.uk-button {
	font-size: 16px;
	font-weight: 600;
}
.uk-button-secondary {
	border: 1px solid rgba(41,33,40,0.06);
}
div.ra-button-arrow > a,
li.ra-button-arrow > a,
a.ra-button-arrow,
div.button-arrow > a,
a.button-arrow{
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	text-align: left;
	background-position: right 20px top 50%;
	padding-right: 60px;
	white-space: nowrap;
}
.button-link a,
a.button-link{
	width: 100%;
	padding-top: 15px;
	color: #5BC8CF;
	text-align: left;
	background-position: top 30px right 0px;
}
.button-link a:hover,
a.button-link:hover{
	color: #3Ba8aF;
}

.button-link-dropdown a,
a.button-link-dropdown {
	width: auto;
	padding-right: 51px;
	background-position-y: 59%;
	background-image: url(data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%227px%22%20viewBox%3D%220%200%2010%207%22%20enable-background%3D%22new%200%200%2010%207%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22dropdown_x5F_icon%22%20fill%3D%22%235BC8CF%22%20d%3D%22M1.29%2C0.002L5%2C3.708l3.71-3.706l1.14%2C1.141L5%2C5.997L0.15%2C1.144L1.29%2C0.002z%22/%3E%0A%3C/svg%3E);
}

.ra-button-menu {
	background: #5CC8D0;
	font-size: initial;
	line-height: 0px;
	margin-top: 12px;
}
.ra-button-menu.ra-button-arrow > a{
	background-position: right 0px top 50%;
}
.ra-button-menu:hover,
.ra-button-menu:hover a,
.ra-button-menu a:hover  {
	color: white !important;
}

div.button-download-docx > a,
div.button-download-pdf > a,
div.button-download > a,
a.button-download-docx,
a.button-download-pdf,
a.button-download,
div.button-download-docx > a.uk-button-secondary:hover,
div.button-download-pdf > a.uk-button-secondary:hover,
div.button-download > a.uk-button-secondary:hover{
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2212%22%20height%3D%2215%22%3E%0A%09%3Cg%20clip-path%3D%22url%28%23clip_0%29%22%3E%0A%09%09%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20stroke%3D%22none%22%20transform%3D%22matrix%280.94%200%200%200.94%200.015625%200.339844%29%22%20d%3D%22M8.33571%205.00118L11.67%205.00118L5.835%2010.8359L0%205.00118L3.33429%205.00118L3.33429%200L8.33571%200L8.33571%205.00118ZM0%2014.17L0%2012.5029L11.67%2012.5029L11.67%2014.17L0%2014.17Z%22%20fill-rule%3D%22evenodd%22/%3E%0A%09%3C/g%3E%0A%3C/svg%3E');
	background-repeat: no-repeat;
	text-align: left;
	background-position: right 29px top 50%;
	padding-right: 100px;
	background-size: 11px 15px;
	position: relative;
}
div.button-download-docx > a.uk-button-secondary,
div.button-download-pdf > a.uk-button-secondary,
div.button-download > a.uk-button-secondary{
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2212%22%20height%3D%2215%22%3E%0A%09%3Cg%20clip-path%3D%22url%28%23clip_0%29%22%3E%0A%09%09%3Cpath%20fill%3D%22rgb%2892%2C200%2C208%29%22%20stroke%3D%22none%22%20transform%3D%22matrix%280.94%200%200%200.94%200.015625%200.339844%29%22%20d%3D%22M8.33571%205.00118L11.67%205.00118L5.835%2010.8359L0%205.00118L3.33429%205.00118L3.33429%200L8.33571%200L8.33571%205.00118ZM0%2014.17L0%2012.5029L11.67%2012.5029L11.67%2014.17L0%2014.17Z%22%20fill-rule%3D%22evenodd%22/%3E%0A%09%3C/g%3E%0A%3C/svg%3E%0A');
}
div.button-download-docx > a::after,
a.button-download-docx::after,
div.button-download-pdf > a::after,
a.button-download-pdf::after,
div.button-download > a::after,
a.button-download::after   {
	content: '.docx';
	text-align: right;
	right: 47px;
	position: absolute;
	display: inline-block;
	font-weight: 300;
}
div.button-download-pdf > a::after,
a.button-download-pdf::after  {
	content: '.pdf';
}
div.button-download > a::after,
a.button-download::after  {
	content: attr(data-content);
}
.tab-switcher-2 .wk-subnav a,
.tab-switcher-3 .wk-subnav a,
.tab-switcher-4 .wk-subnav a,
.tab-switcher-5 .wk-subnav a,
.button-text {
	border-bottom: 1px solid rgba(0,0,0,.06);
	display: block;
/*	width: 100%;*/
	padding: 20px;
	text-decoration: none;
	color: #282128;
	font-size: 14px;
	margin:0;
	text-align: center;
	line-height: 1em;
}
.tab-switcher-2 .wk-subnav li.wk-active a,
.tab-switcher-3 .wk-subnav li.wk-active a,
.tab-switcher-4 .wk-subnav li.wk-active a,
.tab-switcher-5 .wk-subnav li.wk-active a,
span.button-text {
	color: #5BC8CF;
	font-weight: 500;
	border-bottom-color: #5BC8CF;
	cursor: default;
}
.tab-switcher-2 .wk-subnav li {
	width: 50%;
}
.tab-switcher-3 .wk-subnav li {
	width: 33.33%;
}
.tab-switcher-4 .wk-subnav li {
	width: 25%;
}
.tab-switcher-5 .wk-subnav li {
	width: 20%;
}
.tab-switcher-2 .wk-subnav,
.tab-switcher-3 .wk-subnav,
.tab-switcher-4 .wk-subnav,
.tab-switcher-5 .wk-subnav {
	margin-bottom: 90px !important;
}
.tab-switcher-2 .wk-subnav li,
.tab-switcher-3 .wk-subnav li,
.tab-switcher-4 .wk-subnav li,
.tab-switcher-5 .wk-subnav li {
	margin:0;
	padding:0;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.tab-switcher-2 .wk-subnav li.wk-active,
.tab-switcher-3 .wk-subnav li.wk-active,
.tab-switcher-4 .wk-subnav li.wk-active,
.tab-switcher-5 .wk-subnav li.wk-active {
	border-bottom-color: #5BC8CF;
}
.tab-switcher-2 .wk-subnav li a,
.tab-switcher-3 .wk-subnav li a,
.tab-switcher-4 .wk-subnav li a,
.tab-switcher-5 .wk-subnav li a {
	padding: 10px 10px 30px 10px;
}
/*
	Mobile menu
*/
#tm-mobile .uk-modal-body{
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-position: top 20px left 20px;
	background-size: 107px 40px;
}
#tm-mobile .uk-close{
	color: #fff;
}
#tm-mobile .uk-close svg{
	width: 20px;
	height: 20px;
}
#tm-mobile .uk-modal-close-full{
	padding: 30px;
}
#tm-mobile .uk-panel{
	margin-top: 50px;
}
#tm-mobile .uk-nav-primary a {
	color: white;
	border-bottom: solid 1px rgba(255,255,255,.06);
	padding: 10px 0px;
}
#tm-mobile .uk-nav-primary a:hover {
	color: rgba(255,255,255,.8);
}
#tm-mobile .uk-nav-primary>li>a {
	font-size: 20px;
}


#tm-mobile li.button>a{
	line-height: 60px;
	border: 1px solid rgba(255,255,255,.1);
	padding: 0 27px;
	font-size: 16px;
	display: block;
	width: fit-content;
	right: 0;
	position: relative;
}
#tm-mobile li.button a:hover
{
	background: rgba(255,255,255,.2);
}
/*
	Lecture Team
*/
.lecture-team .wk-panel .wk-h3 {
	margin-bottom: 15px;
}
.lecture-team .wk-margin {
	margin-top: 15px;
/*	overflow: hidden;*/
	line-height: 30px;
	/*height: 9em;*/
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.lecture-team .button-link-dropdown{
	margin-top: 25px;
}
@media (max-width: 767px) {
	.lecture-team .wk-grid>.wk-text-center {
		text-align: left !important;
		margin-bottom: 30px;
	}
	.lecture-team .wk-grid-divider:empty {
		margin-bottom: 60px;
	}
	.lecture-team .wk-text-center img {
		width: 120px;
		height: 120px;
	}	
}
/*
	Other
*/
.wk-grid-divider:empty {
	margin-top: 60px;
	margin-bottom: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.place-date {
	margin: 0 40px 0 0;
	text-align: left;
}
.place-date:last-child {
	margin: 0;
}

.place-date h4{
	font-size: 18px;
	margin:0;
	padding:0;
} 
.place-date p{
	font-size: 14px;
	margin:0;
	padding:0;
}
.badge-large {
	height: 40px;
	width: 40px;
	font-size: 16px;
}
.uk-table .uk-badge {
	background-color: rgba(92,200,208,.06);
	color: #5CC8D0;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 600;
}
hr.blockquote {
	position: relative;
}
hr.blockquote::after{
	content: '';
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2213px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2013%2010%22%20enable-background%3D%22new%200%200%2013%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%234D0247%22%20d%3D%22M10.385%2C4.62c0-1.171%2C0.872-2.19%2C2.615-3.058L12.186%2C0C9.07%2C1.591%2C7.513%2C3.796%2C7.513%2C6.616%0A%09%09c0%2C0.94%2C0.293%2C1.739%2C0.879%2C2.397C8.978%2C9.671%2C9.67%2C10%2C10.471%2C10c0.715%2C0%2C1.308-0.253%2C1.779-0.76%0A%09%09c0.471-0.506%2C0.707-1.127%2C0.707-1.865c0-0.693-0.242-1.305-0.729-1.832C11.742%2C5.015%2C11.128%2C4.707%2C10.385%2C4.62z%22/%3E%0A%09%3Cpath%20fill%3D%22%234D0247%22%20d%3D%22M5.487%2C1.562L4.651%2C0C1.55%2C1.591%2C0%2C3.796%2C0%2C6.616c0%2C0.94%2C0.29%2C1.739%2C0.868%2C2.397%0A%09%09C1.447%2C9.671%2C2.136%2C10%2C2.937%2C10c0.714%2C0%2C1.311-0.253%2C1.79-0.76c0.479-0.506%2C0.718-1.127%2C0.718-1.865%0A%09%09c0-0.693-0.243-1.305-0.729-1.832C4.23%2C5.015%2C3.608%2C4.707%2C2.851%2C4.62C2.851%2C3.449%2C3.729%2C2.43%2C5.487%2C1.562z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E');
	height: 10px;
	width: 35px;
	background-color: white;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 13px 10px;
	position: absolute;
	top: -5px;

}

/*
	Footer
*/
.footer-links p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.footer-links a:hover {
	text-decoration: underline;
}
.footer-links .uk-accordion .uk-accordion-title{
	cursor: auto;
}
@media (max-width: 639px) {
	.footer-links {
		margin-top: 20px;
	}
	.footer-links .uk-accordion {
		margin-bottom: 20px;
	}
	.footer-links hr {
		margin-top: 0;
	}
	.footer-links .uk-button {
		padding: 10px !important;
	}
}

/*
	Home page
*/
body.home .tm-header .uk-navbar-container {
	border-bottom: 0;
}
body.navbar-logo-hide .tm-header .uk-navbar-left .uk-logo,
body.home .uk-navbar .uk-navbar-left .uk-logo {
	display: none;
}

body.home .uk-sticky.uk-active .uk-navbar .uk-navbar-left .uk-logo,
body.home .tm-header-mobile .uk-navbar .uk-navbar-left .uk-logo {
	display: flex;
}
body.home .header-image{
	position: absolute;
	
	top: 0;
	right: 0;
	padding: 0 !important;
	width: 1005px;
	height: 600px;
	z-index: 0;
}
body.home .header-image .uk-background-norepeat {
	background-size: cover;
}
.logo-header {
	margin-left: -30px;
}


/*
	Heading
*/
.heading-halfhero {
	font-size: 88px;
}

.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary>:not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary, .tm-toolbar .uk-button-secondary {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.1);
}
.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary>:not([class*='uk-card-media']) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default, .tm-toolbar .uk-button-default {
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	/* fialová šipka
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22arrow_layer%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%228px%22%20viewBox%3D%220%200%2020%208%22%20enable-background%3D%22new%200%200%2020%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22arrow%22%20fill%3D%22%234D0247%22%20d%3D%22M16%2C0v3H0v2h16v3l4-4L16%2C0z%22/%3E%3C/svg%3E');
	*/
}

@media (max-width: 959px) {
	.tm-top>.uk-container {
		/*margin-bottom: 100px;*/
	}
}

@media (max-width: 960px) {
	.heading-halfhero {
		font-size: 68px;
	}
}


@media (max-width: 639px) {
	.tm-top.uk-section-primary {
		background-size: 220px;
	}
	.links-list-large li a {
		padding: 15px 20px;
		background-position: right 20px center;
		font-size: 14px;
	}
	.anchor {
		display: block;
		background-position: right bottom 25px;
		padding: 0px 25px 18px 0;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.heading-halfhero {
		font-size: 48px;
	}
	.ra-font-size-24\@s {
		font-size: 24px !important;
		line-height: 40px !important;
	}
	.ra-font-size-36\@s {
		font-size: 36px !important;
		line-height: 48px !important;
	}
	.ra-nobreak\@s br{
		display: none;
	}	
}
@media (min-width: 640px) {
	.uk-heading-primary {
		font-size: 40px;
	}
	.tm-top.uk-section-primary {
		background-size: 220px;
	}
}
@media (min-width: 960px) {
	.uk-heading-primary {
		font-size: 4vw;
	}
	.tm-top.uk-section-primary {
		background-size: 280px;
	}
	body.home .header-image{
		width: calc(69% - 3vw);
	}
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 3px;
	}
	.uk-navbar-nav>li>a::before {
		left: 3px;
		right: calc(102% - 3px);
	}
	.heading-halfhero {
		font-size: 88px;
	}
}
@media (min-width: 1030px) {
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 5px;
	}
	.uk-navbar-nav>li>a::before {
		left: 5px;
		right: calc(102% - 5px);
	}	
}
@media (min-width: 1100px) {
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 10px;
	}
	.uk-navbar-nav>li>a::before {
		left: 10px;
		right: calc(102% - 10px);
	}	
}
@media (min-width: 1200px) {
	body.home .header-image{
		height: 694px;
	}
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 15px;
	}
	.uk-navbar-nav>li>a::before {
		left: 15px;
		right: calc(102% - 15px);
	}	
}
@media (min-width: 1320px) {
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 30px;
	}
	.uk-navbar-nav>li>a::before {
		left: 30px;
		right: calc(102% - 30px);
	}	
}
@media (min-width: 1440px) {
	.uk-heading-primary {
		font-size: 64px;
	}
	body.home .header-image{
		width: 1005px;
		height: 694px;
	}
	.uk-navbar-nav>li>a, .uk-navbar-item {
		padding: 0 40px;
	}
	.uk-navbar-nav>li>a::before {
		left: 40px;
		right: calc(102% - 40px);
	}	
}	