@import url('https://fonts.googleapis.com/css?family=Manjari:100,400,700|Montserrat+Alternates:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html, body {

	color: #1b1b1b;
	margin: 0;
	padding: 0;
	//text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: transparent;
	background-image: none;
	line-height: 1.5;
	font-weight: 400;
	font-size: 18px;
	//font-family: 'Montserrat Alternates', sans-serif;
	font-family: 'Montserrat', sans-serif;
	
	//font-family: 'Manjari', sans-serif;

	
}

h1 {
	padding-top: 1rem;
	color: #11385f;
}

.wrapper{
   background-color: #1d4487;
         }
#brt-header a {
	text-decoration: none;
}
#brt-header .header_image_wrapper.next_pages .header_image {
	background-image: none !important;
}
#brt-header .header_image_wrapper .header_image {
	height: 50rem;
}



#brt-header {
	max-width: 100%;
	/*height: 19.28rem; /* podstránky*/
	height: 23.11rem; /*úvodní stránka*/
}

 @media only screen and (max-width: 991px) {
#brt-header {
	max-width: 100%;
	/*height: 19.28rem; /* podstránky*/
	height: 12.28rem; /*úvodní stránka*/
}
 }
  @media only screen and (max-width: 576px) {
#brt-header {
	max-width: 100%;
	/*height: 19.28rem; /* podstránky*/
	height: 20.11rem; /*úvodní stránka*/
}
}
#brt-header .header_image_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#brt-header .header_image_wrapper .header_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	//height: 100%;
}


.header-logo {
	display: inline-block;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	padding-top: 1.44rem;
	//padding-left: 3.22rem;
	//text-shadow: 0 0 5px #1b1b1b;
	text-shadow: 5px 5px 10px #1d4487;
    font-family: "Inter", serif;
}
.header-logo .brand_name,
.page_footer p strong,
.contact_page .left_col p strong,
.others_contacts .other_contact p strong,
#brtcontainer > #brtnavigation {
	display: block;
}
.header-logo .brand_name span {
	display: block;
	font-weight: 900;
	//color: #A60D29;
    color: white;
}
.header-logo .brand_name span:nth-child(1) {
	font-size: 1.89rem;
	line-height: 31px;
	margin-left: 1.61rem;
}
.header-logo .brand_name span:nth-child(2) {
	font-size: 4rem;
	line-height: 61px;
}
.header-logo:hover {
	//opacity: 0.7;
	text-shadow: 5px 5px 20px #1d4487;
}





@media only screen and (max-width: 1024px){
.header-logo .brand_name span:nth-child(2) {
	font-size: 3rem;
	line-height: 45px;
}
}

.light-button {
	padding: 0.94rem 2.61rem;
	letter-spacing: -0.35px;
	border: 2px solid #AEB2F2;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;	
	text-decoration: none;
	font-weight: 700;
    color:#AEB2F2;
}

.light-button:hover{
	padding: 0.94rem 2.61rem;
	letter-spacing: -0.35px;
	border: 2px solid #AEB2F2;;
	color: #074685 !important;
	background-color: #AEB2F2;;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}


a.light-button, a.light-button:visited {
	color: #AEB2F2;
	text-decoration: none;
	font-weight: 700;
}

.dark-button {
	padding: 0.94rem 0.7rem;
	letter-spacing: -0.35px;
	border: 2px solid #AEB2F2;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	text-decoration: none;
	font-weight: 700;
	background-color: #1d4487;
	border: 2px solid #1d4487;
}

.dark-button:hover{
	padding: 0.94rem 0.7rem;
	letter-spacing: -0.35px;
	border: 2px solid #1d4487;
	color: #074685 !important;
	background-color: #AEB2F2;;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}


a.dark-button, a.dark-button:visited {
	color: #AEB2F2;
	text-decoration: none;
	font-weight: 700;
}


/*------------------------------ page-----------------------------*/

	.page-wrap
	{
		background-color: white;
		//	margin-bottom: 1rem;
		position: relative;

		background-image: none;
		padding-bottom: 35px;
	}

.list-group-item a {
		position: relative;
		display: block;
		padding: 28px 0px 22px;
		line-height: 30px;
		padding-left: 80px;
		min-height: 80px;
		color: #222222;
		font-weight: 700;
		box-shadow: 0px 25px 30px 0px rgb(0 0 0 / 7%);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

.list-group li {
	position: relative;
	display: block;
	color: #222222;
	//text-transform: capitalize;
	border: 0px solid rgba(0,0,0,.125);

}
.list-group-item a:hover {
	background: #AEB2F2;
	//color: #ffffff;
}

/*-------------------aktuality*/



.events-section {
	position: relative;
	padding: 110px 0px 70px;
	background: #ffffff;
}

.events-section .sec-title {
	margin-bottom: 20px;
}

.events-section .left-column {
	position: relative;
}

.events-section .left-column .col-inner {
	position: relative;
	display: block;
}

.events-section .carousel-box {
	position: relative;
}

.event-block {
	position: relative;
	//
	margin-bottom: 30px;
}

.events-section .carousel-box .event-block {
	margin-bottom: 1px;
}

.event-block .inner-box {
	position: relative;
	display: block;
	//
	padding: 20px 0px;
}

.event-block .inner-box:before {
	content: '';
	position: absolute;
	right: -30px;
	top: -2px;
	left: -30px;
	bottom: -1px;
	display: block;
	background: #ffffff;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-block .inner-box:hover {
	z-index: 5;
}

.event-block .inner-box:hover:before {
	opacity: 1;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 140px;
	right: 0;
	bottom: 0px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.events-section .left-column .event-block:last-child .inner-box:after {
	display: none;
}

.event-block .inner-box:hover:after {
	opacity: 0;
}

.event-block .content-box {
	position: relative;
	display: block;
	padding-left: 140px;
	min-height: 160px;
	padding-top: 25px;
}

.event-block .content-box .date-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101px;
	height: 160px;
	color: #222222;
	text-align: center;
	font-family: 'Manjari', sans-serif;
}

.event-block .inner-box:hover .content-box .date-box {
	color: #1d4487;
}

.event-block .content-box .date-box:before {
	content: '';
	position: absolute;
	left: 50px;
	top: 0px;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .content-box .date-box .date {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	padding-top: 25px;
	font-size: 30px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.10);
	z-index: 3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-block .content-box .date-box .date .day {
	position: relative;
	display: block;
	line-height: 30px;
}

.event-block .content-box .date-box .date .month {
	position: relative;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #757575;
	line-height: 20px;
}

.event-block .content-box .content {
	position: relative;
	display: block;
	padding-right: 160px;
}

.event-block .content-box .cat-info {
	position: relative;
	margin-bottom: 20px;
}

.event-block .content-box .cat-info a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 20px;
	color: #ffffff;
	background: #1d4487;
	padding: 3px 10px;
	border-radius: 13px;
}

.event-block .content-box h3 {
	color: #222222;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 0 5px;
}

.event-block .content-box h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}

.event-block .content-box h3 a:hover {
	color: #1d4487;
}

.event-block .content-box .text {
	margin-bottom: 25px;
}

.event-block .read-more {
	position: absolute;
	right: 0;
	top: 7px;
	height: 100px;
	padding-top: 40px;
	width: 150px;
	display: block;
	text-align: right;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .read-more a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	font-weight: 700;

	text-transform: capitalize;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-decoration: none;
}

.event-block .read-more a:before {
	content: "\f101";
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	line-height: 24px;
	color: #1d4487;
	font-size: 16px;
	font-weight: 700;
	opacity: 0;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.event-block .read-more a:hover,
.event-block .inner-box:hover .read-more a {
	color: #1d4487;
	padding-left: 22px;
}

.event-block .read-more a:hover:before,
.event-block .inner-box:hover .read-more a:before {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/*====================================================================
Styled Pagination
====================================================================
*/


.pagination-box {
	position: relative;
	margin-top: 20px;
}

.styled-pagination {
	position: relative;

}

.styled-pagination li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 10px;
}

.styled-pagination li:last-child {
	margin-right: 0;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 18px;
	height: 40px;
	min-width: 40px;
	padding: 8px 5px;
	text-align: center;
	color: #757575;
	font-weight: 700;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.styled-pagination li.next {
	margin-left: 10px;
}

.styled-pagination li.next a {
	font-size: 16px;
	text-transform: capitalize;
	color: #222222 !important;
	border: none !important;
	padding: 10px 0px 0px !important;
	background: none !important;
	text-decoration: none;
}

.styled-pagination li.next a span {
	font-size: 14px;
	padding-left: 3px;
}

.styled-pagination li.prev a span {
	font-size: 14px;
	padding-right: 3px;
}

.styled-pagination li.prev {
	margin-right: 17px;
}

.styled-pagination li.prev a {
	font-size: 16px;
	text-transform: capitalize;
	color: #222222 !important;
	border: none !important;
	padding: 10px 0px 0px !important;
	background: none !important;
	text-decoration: none;
}

.styled-pagination li.prev a span {
	font-size: 14px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
	color: #1d4487 !important;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background: #1d4487;
	border-color: #1d4487;
}

.portfolio-mixitup .pagination-box {
	position: relative;
	padding-top: 10px;
}








//home
	
	#brtmain {
		position: relative;
		background-color: transparent;
		background-image: none;
	
		//	background-color: #1d4487;
	
	}
	*, *::after, *::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
.brtpagetext {
    padding: 0;
    background-color: transparent;
}
    
	.hp_rozcestnik_wrapper {
		position: relative;
		padding-bottom: 5.5rem;
	}
	.hp_rozcestnik_wrapper:before, .hp_rozcestnik_wrapper:after {
		display: block;
		content: "";
		height: calc(100% - 249px);
		position: absolute;
		top: 249px;
	}
	
	.hp_rozcestnik_wrapper:before {
		width: calc(((100% - 1280px) / 2) + 559px);
		background-color: #123960;
		left: 0;
	}
	.hp_rozcestnik_wrapper:after {
		width: calc(((100% - 1280px) / 2) + 721px);
		background-color: #ebebeb;
		right: 0;
	}
	
	.hp_rozcestnik_wrapper .hp_rozcestnik {
		background-color: #1d4487;
		background-image: url(/image.php?nid=6380&oid=8279902);
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik {

		//background-position: center center;
		//background-repeat: no-repeat;
		//background-size: cover;
		//overflow: hidden;
		height: 100%;
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_header {
		display: block;
		padding: 1.33rem 1rem 0.5rem 1.67rem;
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_header h2, .hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_header span {
		color: #AEB2F2;
		font-size: 1.56rem;
		font-weight: 700;
		margin: 0;
		letter-spacing: -0.6px;
		-webkit-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_body {
		display: block;
		padding: 0.83rem 1.5rem 2.56rem 1.67rem;
		margin: 0;
	}
	
	.hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_body li {
		padding-left: 0;
		margin-bottom: 0.81rem;
	}
	
	
	
	.hp_rozcestnik_wrapper .hp_rozcestnik .hp_rozcestnik_body a {
		letter-spacing: -.4px;
		color: #FFF;
	}
	
	.seznam-ikona, .paragraph ul {
		list-style: none;
		padding-left: 0;
	}
	
	
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik_body {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
		height: calc(100% - 84.94px);

		background-size: cover;
		color: #FFF;
		padding: 0 1rem 26px 29px;
		position: relative;
		-webkit-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	.hp_rozcestnik_wrapper .flex-container {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 1;
	}
	
	
	
	.hp_main_content_wrapper {
		position: relative;
		z-index: 1;
		margin-bottom: 2rem;
	}
	#brttopmenu, #brtmain > div, #brtfooter, .content, .layout-container, #brtnavigation p, #page8242456 #snippet--toolbar .toolbar, #page8242456 h1, #page8242456 .form-vertical {
		//max-width: 1280px;
		//width: 100%;
		//margin-left: auto;
		//margin-right: auto;
		position: relative;
	}
	.hp_rozcestnik_wrapper .hp_rozcestnik_body li {
		padding-left: 0;
		margin-bottom: 0.81rem;
	}
	.hp_about {

		padding-right: 2.78rem;
		position: relative;
		z-index: 2;
	}
	.hp_main_content_wrapper:before, .hp_main_content_wrapper:after {
		display: block;
		content: "";
		height: 162px;
		position: absolute;
		top: 0;
	}
	.hp_main_content_wrapper:before {
		width: calc(((100% - 1280px) / 2) + 559px);
		background-color: #123960;
		left: 0;
	}
	.hp_main_content_wrapper:after {
		width: calc(((100% - 1280px) / 2) + 721px);
		background-color: #ebebeb;
		right: 0;
	}         

.hp_about h1 {
    font-weight: 200;
    font-size: 3.89rem;
    line-height: 70px;
    margin: 0 0 4.72rem;
    color: #AEB2F2;
}

.hp_about h1 span {
    display: block;
    font-size: 2.67rem;
    line-height: 55px;
    letter-spacing: -.75px;
}
.hp_about p {
    color: #FFF;
    line-height: 26px;
    margin-bottom: 1.44rem;
}
.hp_widgets {


}
.aktuality_block {

    background-color: #FFF;
	padding-top: 1.94rem;
	position: relative;
	z-index: 2;
}
.deska_block {

    background-color: #cccccc;
	padding-top: 1.94rem;
	position: relative;
	z-index: 2;
}
.aktuality_block, .deska_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.28rem 3.61rem 2.61rem 1.67rem;
}
.widget_body h2 {
    font-size: 1.56rem;
    margin: 0 0 1.39rem;
    color: #123960;
    letter-spacing: -0.5px;
}
.widget_body .widget-item {
    position: relative;
    margin-bottom: 1.67rem;
    margin-left: 3px;
}
.aktuality_block .widget-item:not(:last-of-type):before {
    display: block;
    content: "";
    width: 2px;
    height: 80%;
    position: absolute;
    top: 35px;
    left: 6px;
    background-color: rgba(18, 57, 96, 0.15);
}
.widget_body .widget-item .widget-datum {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #123960;
    margin-bottom: -1px;
}
.widget_body .widget-item .widget-text {
    display: block;
    padding-left: 1.67rem;
}



.hp_main_content_wrapper:after {
    width: calc(((100% - 1280px) / 2) + 721px);
    background-color: #ebebeb;
    right: 0;
}



.hp_bannery {
    background-color: #FFF;
    padding-top: 1.17rem;
    padding-bottom: 1.5rem;
}


.mobilemenu ul {
    list-style: none;
    padding-left: 0;
}
.mobilemenu li {
    padding-left: 0;
    margin-bottom: 0.81rem;
}

.mobilemenu a {
		letter-spacing: -.4px;
		color: #FFF;
	}