body, html {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	color: #000000;
	background-color: #ededed;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	line-height: 1.25em;
	color: #000000;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
p {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}

strong {
	font-weight: 700;
}
a, a:visited {
	color: #000000;
	text-decoration: underline;
	transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
	white-space: normal;
}
a:active, a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {
	color: #000000 !important;
	text-decoration: none;
}
h1>a:hover, h1>a:focus,
h2>a:hover, h2>a:focus,
h3>a:hover, h3>a:focus,
h4>a:hover, h4>a:focus,
h5>a:hover, h5>a:focus,
h6>a:hover, h6>a:focus {
	color: #2c91cb !important;
	text-decoration: none;
}
.text-grey {
	color: #8f8f8f;
}

@media (max-width: 1499px) {
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
	}

}
@media (max-width: 1199px) {
	p {
		font-size: 14px;
		line-height: 20px;
	}

}
@media (max-width: 991px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 12px;
	}	
	p {
		text-align: left;
	}
}

body>.container {
	-webkit-box-shadow: 0 0 100px rgba(0,0,0,0.10);
	box-shadow: 0 0 100px rgba(0,0,0,0.10);
	padding-left: 0;
	padding-right: 0;
}
body>.container>.row {
	margin: 0;
}
/*BOOTSTRAP*/
@media (min-width: 1500px) {
.container {
	max-width: 1440px;
}
}

/* PAGINATION */


.pagination {
	border-radius: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-item {
	margin-left: 2px;
	margin-right: 2px;
}
.page-link,
a.page-link {
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	color: #252525;
	background-color: #ececec;
	border-color: #ececec;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}
.page-link:hover,
a.page-link:hover,
.page-link:focus,
a.page-link:focus {
	color: #252525;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.page-link .fas {
	font-size: 14px;
	line-height: 16px;
}
.page-link.first,
.page-link.prev,
.page-link.next,
.page-link.last {
	padding-bottom: .392rem;
}
.page-item.disabled .page-link {
	color: #cfcfcf;
	background-color: #ececec;
	border-color: #ececec;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
	margin-left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.page-item.active .page-link {
	background-color: #252525;
	border-color: #252525;
}

@media (max-width: 1199px) {
	.pagination {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {

}
/* ICONS */
.icon-arrow {
	border: solid #FFFFFF;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 10px;
}
.icon-arrow.left {
	margin-right: -10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.icon-arrow.right {
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-close {
	display: block;
	position: relative;
	display: inline-block;
	padding: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-close:before {
	display: block;
	position: absolute;
	content: "";
	border: solid #FFFFFF;
	border-width: 0 1px 0 0;
	display: inline-block;
	padding: 15px;
	margin-top: -15px;
	margin-left: -30px;
}
.icon-close:after {
	display: block;
	position: absolute;
	content: "";
	border: solid #FFFFFF;
	border-width: 0 0 1px 0;
	display: inline-block;
	padding: 15px;
	margin-top: -30px;
	margin-left: -15px;
}
.icon:before {
		color: #000000; /* #666666 */
}
.big-icon {
	font-size: 40px;
	color: #666666;
	margin: 0;
}
.big-icon + p {
	margin-top: 20px;
}

.icon-circle {
		display: inline-block;
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 22px;
	line-height: 30px;
}
.icon-circle:before {
	position: relative;
	top: 3px;
	margin: 4px;
	
}
.icon-intention,
.icon-intention:before {
	color: #5ca6e5;
}
.icon-construction,
.icon-construction:before {
	color: #f19f1e;
}
.icon-success,
.icon-success:before {
	color: #75ce3f;
}
.icon-cancelled,
.icon-cancelled:before {
	color: #ff7373;
}
.icon-archive,
.icon-archive:before {
	color: #666666;
}

@media (max-width: 767px) {
.icon-arrow,  .icon-close {
	padding: 7px;
}
.icon-close:before {
	padding: 12px;
	margin-top: -12px;
	margin-left: -24px;
}
.icon-close:after {
	padding: 12px;
	margin-top: -24px;
	margin-left: -12px;
}
.big-icon {
	font-size: 32px;
}
.big-icon + p {
	margin-top: 10px;
}

}
/* BREADCRUMBS */
.breadcrumb {
	background-color: transparent;
	padding-top: 0;	
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
.breadcrumb-item {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	font-weight: 400;
}
.breadcrumb-item a {
	color: #666666;
	text-decoration: none;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
	color: #000000;
}
.breadcrumb-item.active{
	color: #666666;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-family: Font Awesome\ 5 Free, 'Fontawesome';
	font-weight: 900;	
	position: absolute;
	left: 0;
	margin-top: 1px;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	padding-left: .55rem;
	color: #CCCCCC;
	content: "\f105";
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 1.5rem;
}

@media (max-width: 1199px) {
	.breadcrumb-item {
		font-size: 12px;
		line-height: 14px;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		margin-top: 1px;
		font-size: 14px;
		line-height: 14px;
		padding-left: .35rem;
	}
	.breadcrumb-item + .breadcrumb-item {
		padding-left: 1.15rem;
	}
}

@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}

/* BUTTONS */
.btn {
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	border: 1px solid transparent;
	background: none;
	background-color: transparent;
	padding: 9px 30px 6px 30px;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out;
	text-decoration: none;
	text-align: center;
	border-radius: 0;
	outline: none;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: none;
}

.btn.focus,.btn:focus,.btn:active {
 outline: none !important;
 box-shadow: none !important;
}
.btn-default, .btn-default:visited, .btn-default.collapsed {
	color: #000000;
	background-color: transparent;
	border-color: #000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
	outline: none;
}
.btn-primary, .btn-primary:visited, .btn-primary.collapsed {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #FFFFFF;
	background-color: #2c91cb !important;
	border-color: #2c91cb;
}
.btn-primary:active,
.btn-primary:active:focus {
	color: #FFFFFF;
	background-color: #2c91cb !important;
	border-color: #2c91cb !important;
}

.btn-link {
	font-family: inherit;
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	color: #2c91cb;
	padding: 0;
	text-transform: uppercase;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: underline;
	color: #000;
}

.btn-more {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-more:hover,
.btn-more:focus {
	text-decoration: none;
	color: #2c91cb;
}

.btn .fas {
	font-size: 1.1rem;
	margin-right: .5rem;
}
.btn .fa-filter {
    font-size: .9rem;
    margin-right: .5rem;
}

/* TOOLTIP */
.tooltip-inner {
	padding: 5px 8px;
	color: #fff;
	font-size: 12px;
	background-color: #505050;
	border-radius: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #505050;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #505050;
}

/* FORM */
.form-control {
	padding: 7px 10px 7px 10px;
	font-size: 14px;
	line-height: 20px;
	height: 36px;
	color: #000000;
	border-color: #d1d1d1;
	border-radius: 0;
}
.form-control::-webkit-input-placeholder {
	color: #FFFFFF;
}
.form-control::-moz-placeholder {
	color: #FFFFFF;
}
.form-control:-moz-placeholder { /* Older versions of Firefox */
	color: #FFFFFF;
}
.form-control:-ms-input-placeholder {
	color: #FFFFFF;
}
.form-control:focus {
	color: #000000;
	border-color: #d1d1d1;
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.1);
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: 36px;
	padding: 6px 8px 6px 10px;
	padding-right: 32px;
	font-size: 14px;
	line-height: 20px;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill='%23343a40' d='M11.9,1.3L6.3,6.9C6.2,7,6.1,7,6,7C5.9,7,5.8,7,5.7,6.9L0.1,1.3C0,1.2,0,1.1,0,1s0-0.2,0.1-0.3l0.6-0.6C0.8,0,0.9,0,1,0c0.1,0,0.2,0,0.3,0.1L6,4.8l4.7-4.7C10.8,0,10.9,0,11,0s0.2,0,0.3,0.1l0.6,0.6C12,0.8,12,0.9,12,1S12,1.2,11.9,1.3z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: auto auto;
	background-size: 12px 7px;
	border-color: #000000;
	border-radius: 0;
}
.custom-select:focus {
	color: #000000;
	border-color: #b5b5b5;
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.1);
}
.form-row {
	margin-right: -8px;
	margin-left: -8px;
}
.form-row > .col, .form-row > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}
.input-group-text {
	border-radius: 0;
	background-color: #FFFFFF;
	border-color: #d1d1d1;	
}

.input-group-text .icon {
	line-height: 1;
}
.input-group-text .icon::before {
	vertical-align: -.1em;
}

/* TOP BANNER */
.top-banner {
	display: block;
	max-height: 450px;
}
.top-banner img {
	position: relative;
	/* margin-top: -45px; */
	height: auto;
}

@media (max-width: 1499px) {
	.top-banner {
		max-height: 350px;
	}


}
@media (max-width: 1199px) {
	.top-banner {
		max-height: 300px;
	}


}

@media (max-width: 991px) {
	.top-banner {
		max-height: 300px;
	}
	.top-banner img {
		margin-top: 0;
	}

}


@media (max-width: 767px) {
	.top-banner {
		display: none;
		position: relative;
		width: auto;
		height: 140px;
		text-align: center;
		overflow: hidden;
	}
	.top-banner img {
		position: absolute;
		left: 50%;
		display: block;
		margin-left: -322px;
		margin-top: 0;
		width: auto;
		height: 140px;
	}
}

/* NAVBAR */

.navbar {
	background: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;

}
.navbar .container {
	background-color: #000000;
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav>.nav-item {

	border-left: none;
	padding: 0 30px;

}
.navbar-nav>.nav-item.logo {
	padding-right: 0;
}
.navbar-nav>.nav-item>.nav-link {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	text-transform: none;
	color: #FFFFFF;
	border: 0;
	background: none;
	background-color: transparent;
	padding: 18px 0 18px 0;
	margin: 0;
	-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: none;
	position: relative;
}
.navbar-nav>.nav-item.logo>.nav-link {
	padding: 17px 0 10px 0;
}

.navbar-nav>.nav-item>.nav-link:before,
.navbar-nav>.nav-item.open>a:before,
.navbar-nav>.nav-item.active>a:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	padding: 0 ;
	margin: 0;
	height: 2px;
	margin-top: 21px;
	background-color: #000000;
	-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;	
}

.navbar-nav>.nav-item.logo>.nav-link:before,
.navbar-nav>.nav-item.logo.open>a:before,
.navbar-nav>.nav-item.logo.active>a:before{
	display: none;
}
/*
.navbar-nav>.nav-item:first-child>.nav-link:before {
	display: none;
}
*/
.fixed .navbar-nav>.nav-item>.nav-link {
	padding: 16px 0;
}
.navbar-nav>.nav-item>.nav-link:hover,
.navbar-nav>.nav-item>.nav-link:focus,
.navbar-nav>.nav-item.open>a,
.navbar-nav>.nav-item.active>a,
.navbar-nav>.nav-item>.nav-link.active {
	background-color: #000000;
}
.navbar-nav>.nav-item>.nav-link:hover:before,
.navbar-nav>.nav-item>.nav-link:focus:before,
.navbar-nav>.nav-item.open>a:before,
.navbar-nav>.nav-item.active>a:before,
.navbar-nav>.nav-item>.nav-link.active::before {
	background-color: #FFFFFF;
}
.navbar-nav>.nav-item>.nav-link.active {
	color: #FFFFFF;
}
.navbar-collapse {
	padding: 0;
}

#mainNavbar .dropdown {
	position: inherit;
}
#mainNavbar {
	background-color: #000000;
	position: relative;
}
#mainNavbar .navbar-nav {
	max-height: 100vh;
	/* overflow-y: auto; */
}
#mainNavbar .dropdown-menu {
	width: 100%;
	float: none;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-top: none;
	padding: 0;
}
#mainNavbar .dropdown-about {
	padding-left: 41.7em;
}

@media (max-width: 1199px) {
	#mainNavbar .dropdown-about {
		padding-left: 35.8em;
	}
}
@media (max-width: 991px) {
	#mainNavbar .dropdown-about {
		padding-left: 24.6em;
	}
}
@media (max-width: 767px) {
	#mainNavbar .dropdown-about {
		padding-left: 0;
	}
}
.dropdown-item {
	display: block;
	background-color: #000000;
	width: auto;
	float: left;
	border-left: none;
	padding: 0 20px;
}
.dropdown-item > .dropdown-link,
.dropdown-item > a.dropdown-link {
	display: block;
	position: relative;
	width: auto;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;	
	color: #FFFFFF;
	padding: 8px 0 16px 0;
	margin: 0;
	-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.dropdown-item > .dropdown-link:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	margin-top: 20px;
	-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;	
	background-color: #000000;
}

.dropdown-toggle::after {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	margin-top: .4em;
	vertical-align: 0;
	content: "";
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-bottom: 0;
	border-left: .4em solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

.dropdown-item > .dropdown-link:hover,
.dropdown-item > .dropdown-link:focus,
.dropdown-item > .dropdown-link.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
.dropdown-item > .dropdown-link:hover:before,
.dropdown-item > .dropdown-link:focus:before,
.dropdown-item > .dropdown-link.active:before {
	background-color: #FFFFFF;
}


.dropdown-item.active {
	color: #397ea6;
}

@media (min-width: 767px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.dropdown-item {
		clear: none;
	}
}
/* NAVBAR :: NAVBAR HEADER */
.navbar-header {
	display: block;
	position: relative;
	width: 100%;
	background-color: #000000;

}

/* NAVBAR :: NAVBAR TOGGLER */
.navbar-toggler {
	position: relative;

	display: block;
	background: rgba(0,0,0,1.00);
	border: none;
	padding: 20px 15px;
	z-index: 100;
	outline: none;
}
.fixed .navbar-toggler {
	padding: 22px 10px;
	padding-right: 0;
}
.navbar-toggler:focus,  .navbar-toggler:hover {
	outline: none;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px;
	transition: all 0.2s;
	background-color: #FFFFFF;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 30% 30%;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 30% 70%;
}
.navbar-toggler.collapsed .icon-bar {
	background-color: #FFFFFF;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
/* NAVBAR :: SOCIAL AND SEARCH */
.navbar-social-search {
	position: absolute;
	background-color: #000000;	
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;	
}

/* NAVBAR :: SOCIAL AND SEARCH :: SEARCH */
.navbar .form-inline input {
	width: 126px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1em;
	-webkit-transition: width .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
	transition: width .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.navbar .form-inline input:focus {
	color: #ededed;
	width: 290px;	
}

.navbar .form-control {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;	
	padding: 26px 12px 26px 12px;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #444;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.navbar .input-group-append {
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #444;
	border-top-color: #000000;
	border-bottom-color: #000000;	
	border-left: none;
		border-right: none;
	border-radius: 0;
}
.navbar .input-group-append .btn-search {
	color: #FFFFFF;
	padding: 5px 12px;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid transparent;
}
.navbar .input-group-append .btn-search:hover {
	color: #ededed;
}

/* NAVBAR :: SOCIAL AND SEARCH :: SOCIAL */
.navbar-social {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	list-style: none;
	padding-left: 0;
	margin: 0;
}



.navbar-social .nav-item {
	list-style: none;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 0;
	border: 0;
}
.navbar-social .nav-item .nav-link {
	text-align: center;
	padding: 17px 0 17px 0;
	color: #FFFFFF;
	border: 0;
	border-left: 1px solid #444;
	margin: 0;
	width: 54px;
}

.navbar-social .nav-item .nav-link:hover,
.navbar-social .nav-item .nav-link:focus {
	color: #ededed;
}

/* navbar social mobile */
.navbar-social.mobile {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.navbar-social.mobile .nav-item .nav-link {
	width: 54px;
}
.navbar-social.mobile .nav-item:first-child .nav-link {
	border-left: none;
}


@media (min-width: 768px) {
}

@media (max-width: 1499px) {

	.navbar .form-inline input:focus {
		width: 200px;	
	}
	
	/*
	.navbar-social-search {
		padding: 12px 30px;	
	}
	.navbar-nav>.nav-item>.nav-link {
    padding: 20px 30px;
	}
	.navbar-nav>.nav-item>.nav-link:before {
		height: 36px;
		margin-top: 12px;
	}
	*/
}

@media (max-width: 1199px) {

	.navbar .form-inline input {
		width: 102px;
	}
	.navbar .form-inline input:focus {
		width: 160px;	
	}
	.navbar .input-group-append .btn-search {
	padding: 5px 4px;
	}
	.navbar-social .nav-item .nav-link {
		width: 44px;
	}
	.navbar-nav>.nav-item {
    padding-left: 20px;
		padding-right: 20px;
	}
	.dropdown-item,
	a.dropdown-item {
		padding-left: 15px;
		padding-right: 15px;
	}	
	/*
	.navbar-nav>.nav-item>.nav-link {
    padding: 20px 20px;
	}
	.navbar-nav>.nav-item>.nav-link:before {
		height: 32px;
		margin-top: 14px;
	}
	.dropdown-item,
	a.dropdown-item {
		padding: 10px 15px;
	}
	.dropdown-item:before {
		height: 22px;
		margin-top: 9px;
	}
	*/
}

@media (max-width: 991px) {
	.navbar-social-search {
		position: absolute;
		right: 0;
		top: 0;
		/* padding: 12px 20px;	*/
	}
	.navbar .form-inline input {
		font-size: 12px;
		line-height: 18px;
		width: 80px;
		vertical-align: middle;
		background-color: #000000;
	}
	.navbar .form-inline input:focus {
		width: 115px;
	}

	.navbar .form-control {
    padding: 26px 10px 26px 10px;
	}
	
	.navbar .input-group-append .btn-search {
    padding: 5px 12px;
		font-size: 16px;
	}
	.navbar .input-group-append .btn-search .fas {
		font-size: 16px;
		vertical-align: .1em;
	}	
	.navbar-nav>.nav-item {
    	padding-left: 12px;
		padding-right: 12px;
	}
	.navbar-nav > .nav-item > .nav-link {
		font-size: 12px;
	}
	.dropdown-item > .dropdown-link, .dropdown-item > a.dropdown-link {
		font-size: 11px;
		padding: 6px 0 10px 0;
	}
	
	.dropdown-item,
	a.dropdown-item {
		padding-left: 12px;
		padding-right: 12px;
	}

	.navbar-social .nav-item .nav-link {
		font-size: 16px;
		padding: 18px 0 17px 0;
		width: 36px;		
	}	

	.dropdown-toggle::after {
		margin-top:.6em;
	}	
}

@media (max-width: 767px) {
	.navbar {
		min-height: 56px;
	}
	.navbar .form-inline {
		display: flex;
		flex: auto;
		width: auto;
	}
	.navbar .form-inline input,
	.navbar .form-inline input:focus {
		font-size: 14px;
		width: 140px;	
	}

	.navbar .form-control {
		padding: 26px 14px 26px 14px;
		border-color: transparent;
	}

	.navbar-social-search {
		position: relative;
		flex-wrap: nowrap;
		/* padding: 12px 15px;	*/
	}
	.navbar-social.mobile {
		display: flex;
	}
	
	.navbar-social .nav-item .nav-link {
		font-size: 18px;
		padding: 18px 0 18px 0;
		border-color: transparent;
	}		
	.navbar .input-group-append .btn-search {
    
		font-size: 18px;
	}
	.navbar .input-group-append .btn-search .fas {
		font-size: 18px;
	}	
	.navbar-nav>.nav-item {
		text-align: center;
	}
	.navbar-nav>.nav-item>.nav-link {
		font-size: 16px;
	}
	
	.navbar-nav>.nav-item>.nav-link:focus {
		background-color: transparent;
	}
	#mainNavbar .dropdown-menu {
		text-align:  center;
	}
	.dropdown-item,
	a.dropdown-item {
		font-size: 14px;
		float: none;
		display: block;
	}
	
	.dropdown-item > .dropdown-link, .dropdown-item > a.dropdown-link {
    display: inline-block;
		font-size: 12px;
		padding: 8px 0 12px 0;
	}
	.dropdown-toggle::after {
		margin-top:.4em;
	}	
	
}

@media (max-width: 575px) {
	
	.navbar .form-inline input,
	.navbar .form-inline input:focus {
		width: 64px;
	}
	
}

/* CONTENT */
.content {
	position: relative;
	padding-left: 0;
	padding-right: 0;	
	background-color: #FFFFFF;
	width: 1080px;
}

.content .container {
	min-height: 600px;
}
.content .container.siu-slider-container,
.content .from-slovakia-section .container {
	min-height: auto;
}
.content .section>.container {
	padding: 30px;
}

p + .btn {
	margin-top: 5px;
}

@media (max-width: 1499px) {

	.content {
		width: 800px;
	}

}

@media (max-width: 1199px) {

	.content {
		width: 700px;
	}

	.content .section>.container {
		padding: 20px;
		padding-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.content {
		width: 100%;
	}
	.content .section>.container {
		padding: 15px;
		padding-bottom: 25px;
	}
}

/* CONTENT :: SECTION :: ARTICLE LIST */
.content .section.article-list > .container {
    padding: 0;
}

.article-list .big-article {
	padding-bottom: 30px;
	/* border-bottom: 1px solid #f5f5f5; */
	margin-bottom: 0;
	overflow: hidden;
}
.article-list .inner-text {
	padding: 30px;
}
.article-list .big-article .inner-text {
	padding: 30px;
	padding-top: 0;
}

.small-article .row {
	margin-left: -8px;
	margin-right: -8px;
}
.small-article .col {
	padding-left: 8px;
	padding-right: 8px;
}

.article-list .small-article {
	padding: 0 0 1rem 0;
	overflow: hidden;
}

.article-list .small-article .inner-text {
	padding: 0 20px 20px 20px;
	padding-left: 0;
}

.article-list .small-article h2, .article-list .small-article h3 {
	font-size: 1.5rem;
}

.article-list .small-article figure {
	position: relative;
}

.article-list .small-article figure .chart-number {
	display: block;
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	line-height: .8em;
	font-size: 1.8rem;
	text-align: center;
	width: 2rem;
	padding: .4rem .2rem .17rem .2rem;
	top: 0;
	left: 0;
}

.article-list .img-big {
	padding-bottom: 25px;
}
.article-list .img-small {
	width: 150px;
	height: auto;
}

.date-author {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
}
.date-author .author {
	margin-left: 5px;
}
a.author {
	color: #666666;
}
a.author:hover {
	color: #252525;
}
@media (max-width: 1499px) {
	.article-list .small-article .inner-text {
		padding: 0 15px 15px 15px;
		padding-left: 0;
	}
}

@media (max-width: 1199px) {
	.content .section.article-list > .container {
		padding: 0;
	}
	.article-list .inner-text {
		padding: 20px;
	}
	.article-list .big-article .inner-text {
		padding: 20px;
		padding-bottom: 30px;
		padding-top: 0;
	}
	.article-list .small-article .inner-text {
		padding: 0 15px 15px 15px;
		padding-left: 0;
	}
	.article-list .small-article h3 {
		font-size: 1.25rem;
	}
}
@media (max-width: 991px) {
	.content .section.article-list > .container {
		padding: 0;
	}
	.article-list .inner-text {
		padding: 15px;
	}
	.article-list .big-article .inner-text {
		padding: 15px;
		padding-bottom: 25px;
		padding-top: 0;
	}
	.article-list .small-article .inner-text {
		padding: 0 8px 8px 8px;
		padding-left: 0;
	}
	.article-list .small-article h3 {
		font-size: 1.15rem;
	}
	.date-author {
		font-size: .7rem;
	}
}
@media (max-width: 767px) {

	.article-list .small-article h3 {
		font-size: 1.1rem;
	}
}

/* CONTENT :: SECTION :: ARTICLE FROM SLOVAKIA WIDGET */
.content .section.from-slovakia-section {
    background-color: #F9F9F9;
	margin-bottom: 2rem;
}

.from-slovakia-section .from-slovakia-article {
	margin-bottom: 1rem;
}

.from-slovakia-section .from-slovakia-article .img-small {
    width: 150px;
    height: auto;
	margin-bottom: 0;
}
.from-slovakia-section .from-slovakia-article figure {
	position: relative;
}

.from-slovakia-section .from-slovakia-article figure .chart-number {
	display: block;
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	line-height: .8em;
	font-size: 1.8rem;
	text-align: center;
	width: 2rem;
	padding: .4rem .2rem .17rem .2rem;
	top: 0;
	left: 0;
}

.from-slovakia-section h2 {
	margin-bottom: 1.4rem;
}

.from-slovakia-section h3 {
	font-size: 18px;
}

.from-slovakia-section .from-slovakia-article .date-author {
	margin-bottom: 0;
}

.from-slovakia-section .row {
	margin-left: -8px;
	margin-right: -8px;
}

.from-slovakia-section .col {
	padding-left: 8px;
	padding-right: 8px;
}


.from-slovakia-article .row {
	margin-left: -8px;
	margin-right: -8px;
}

.from-slovakia-article .col {
	padding-left: 8px;
	padding-right: 8px;
}

@media (max-width: 1499px) {
	.from-slovakia-section .from-slovakia-article {
		margin-bottom: 1rem;
	}

	.from-slovakia-section .from-slovakia-article .img-small {
		width: 120px;
	}
	.from-slovakia-section h3 {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {

	.from-slovakia-section .from-slovakia-article {
		margin-bottom: 0;
	}

	.from-slovakia-section .from-slovakia-article figure {
		margin-bottom: 0.75rem;
	}

	.from-slovakia-section .from-slovakia-article .img-small {
		width: 100%;
	}

	.from-slovakia-section .from-slovakia-article .date-author {
		display: none;
	}
}

@media (max-width: 991px) {

	.from-slovakia-section .from-slovakia-article .img-small {
		width: 100%;
	}

	.from-slovakia-section h2 {
		margin-bottom: 1.2rem;
	}
	
	.from-slovakia-section h3 {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.from-slovakia-section .from-slovakia-article {
		margin-bottom: .5rem;
	}

	.from-slovakia-section .from-slovakia-article .img-small {
		width: 105px;
	}
	
	.from-slovakia-section h3 {
		font-size: 12px;
	}
}


/* CONTENT :: SECTION :: ARTICLE */
.article {
	overflow: hidden;
}
.article:after {
	display: none;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}

/* ARTICLE :: AUTHOR */
.article .date-author {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
}
.article .date-author .author {
	margin-right: .75rem;
}
.article a.author {
	color: #000000;
	text-decoration: none;
}
.article a.author:hover,
.article a.author:focus {
	color: #252525;
}
.article a.author img {
	margin-right: .75rem;
}

.article p:last-child {
	margin-bottom: 0;
}
.article .img-main {
    position: relative;
	margin-bottom: 25px;
}

.article .img-title {
	position: absolute;
	margin-top: 0;
	right: 0;
	top: auto;
	left: auto;
	bottom: 0;
	max-width: 100%;
}
.article .img-title p {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.60);
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 16px;
}



/* ARTICLE :: PEREX */
.article .perex {
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	margin-bottom: 25px;
}
.article h1 + .perex {
	margin-top: 20px;
}

/* ARTICLE :: GALLERY */
.article-gallery {
	max-width: 1100px;
}
.content .article-gallery > .container {
	padding-top: 20px;
	min-height: auto;
}
.article-gallery:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
.article-gallery h2 {
	margin-bottom: 20px;
}

/* ARTICLE :: MAP */
.content .article-project-map > .container {
	padding-top: 20px;
	min-height: auto;
}
.article-project-map:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
/* ARTICLE :: RELATED ARTICLES */
.content .article-related-articles > .container {
	padding-top: 20px;
	min-height: auto;
}
.article-related-articles:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
.article-related-articles .article-list .small-article:last-child {
	padding-bottom: 0;
}
.article-related-articles h2 {
	margin-bottom: 0;
}
.article-related-articles .article-list .small-article h3 {
	font-size: 1.4rem;
}

@media (max-width: 1499px) {

}

@media (max-width: 1199px) {

	.article-related-articles .article-list .small-article h3 {
		font-size: 1.25rem;
	}
}
@media (max-width: 991px) {

	.article-related-articles .article-list .small-article h3 {
		font-size: 1.15rem;
	}
}
@media (max-width: 767px) {

	.article-related-articles .article-list .small-article h3 {
		font-size: 1.1rem;
	}
}


/* ARTICLE :: CATEGORIES */
.content .article-categories > .container {
	padding-top: 20px;
	min-height: auto;
}
.article-categories:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
.article-categories .categories {
	margin-top: 15px;
	margin-bottom: -15px;	
}

.article-categories .btn {
	margin-right: 15px;
	margin-bottom: 15px;	
}
.article-categories h2 {
	margin-bottom: 20px;
}

/* ARTICLE :: SHARING */
.content .article-sharing > .container {
	padding-top: 5px;
	min-height: auto;
}
.article-sharing:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}

/* ARTICLE :: COMMENTS */
.content .article-comments > .container {
	padding-top: 20px;
	min-height: auto;
}

@media (max-width: 1499px) {
	.article .perex {
		font-size: 20px;
		line-height: 28px;
	}
	.article-gallery {
		max-width: 800px;
	}

}
@media (max-width: 1199px) {
	.article .perex {
		font-size: 16px;
		line-height: 24px;
	}

	.article:after {
		margin: 0 20px;
	}
	.article-gallery:after {
		margin: 0 20px;
	}
	.article-project-map:after {
		margin: 0 20px;
	}
	.article-related-articles:after {
		margin: 0 20px;
	}
	.article-categories:after {
		margin: 0 20px;
	}
	.article-gallery {
		max-width: 700px;
	}
	.article .img-title p {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 15px;
	}
}
@media (max-width: 991px) {
	.article .perex {
		font-size: 15px;
		line-height: 22px;
	}	
	.article-gallery {
		max-width: 100%;
	}
	.article:after {
		margin: 0 15px;
	}
	.article-gallery:after {
		margin: 0 15px;
	}
	.article-project-map:after {
		margin: 0 15px;
	}
	.article-related-articles:after {
		margin: 0 15px;
	}
	.article-categories:after {
		margin: 0 15px;
	}
}
@media (max-width: 767px) {

	.article .img-title p {
		font-size: 10px;
		line-height: 14px;
		padding: 4px 8px;
	}
}
/* CONTENT :: SECTION :: PROJECT */
.project {
	overflow: hidden;
}
.project::after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
@media (max-width: 1199px) {
	.project:after {
		margin: 0 20px;
	}
}
@media (max-width: 991px) {
	.project:after {
		margin: 0 15px;
	}
}

/* PROJECT :: PROJECT INFO MAIN */
.project-info-main {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	float: none;
	clear:both;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 8px;
}
.project-info-main .img-big {
	display: block;
	float: left;
	width: 366px;
}
.project-info-main:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 8px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #505050;
}

.project-info-main.intention:after {
	background-color: #5ca6e5;
}
.project-info-main.construction:after {
	background-color: #f19f1e;
}
.project-info-main.success:after {
	background-color: #75ce3f;
}
.project-info-main.cancelled:after {
	background-color: #ff7373;
}

.project-info {
	display: block;
	float: left;
	width: 666px;
	padding: 10px 20px;
}
.project-info div {
	display: block;
}
.project-info .label {
	font-size: 10px;
	color: #979797;
	text-transform: uppercase;
	padding-top: 5px;

}
.project-info .description {
	font-size: 16px;
	color: #000000;
	padding-bottom: 9px;
	border-bottom: 1px solid #e1e1e1;
}
.project-info .description:last-child {
	border-bottom: none;
}
.project-info .status .text {
	position: absolute;
	margin-top: 6px;
	margin-left: 5px;
}

.intention .status {
	color: #5ca6e5;
}
.construction .status {
	color: #f19f1e;
}
.success .status {
	color: #75ce3f;
}
.cancelled .status {
	color: #ff7373;
}

@media (max-width: 1499px) {
	.project-info-main .img-big {
		width: 360px;
	}
	.project-info {
		width: 372px;
	}
}

@media (max-width: 1199px) {
	.project-info-main .img-big {
		width: 260px;
	}
	.project-info {
		width: 392px;
	}
}
@media (max-width: 991px) {
	.project-info {
		width: 422px;
	}
}
@media (max-width: 767px) {
	.project-info {
		width: 100%;
	}
}
/* PROJECT :: PROJECT INFO OTHER */
.project-info-other {
	margin-top: 20px;
}

.table-info-other {
	border: none;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.table-info-other td,
.table-info-other th {
	border-left: none;
	border-right: none;	
	border-color: #e1e1e1;
	padding: 0.25rem 0.75rem;
}
.table-info-other tr:first-child td,
.table-info-other tr:first-child th {
	border-top-color: #000000;
}
.table-info-other tr:last-child td,
.table-info-other tr:last-child th {
	border-bottom-color: #000000;
}

.table-info-other td:first-child {
	color: #979797;
	text-transform: uppercase;
	background-color: #f5f5f5;
	text-align: right;
}

.table-info-other td:last-child {
	border-color: #e1e1e1;
}

@media (max-width: 767px) {
	.project-info-other .col-md:first-child .table-info-other {
		margin-bottom: 0;
	}
	.project-info-other .col-md:last-child .table-info-other {
		margin-top: 0;
	}

	.project-info-other .col-md:first-child .table-info-other tr:last-child td,
	.project-info-other .col-md:first-child .table-info-other tr:last-child th {
		border-bottom: none;
	}

	.project-info-other .col-md:last-child .table-info-other tr:first-child td,
	.project-info-other .col-md:last-child .table-info-other tr:first-child th {
		border-top-color: #e1e1e1;
	}


	.table-info-other td:first-child {
		width: 50%;
	}
}


/* PROJECT :: PROJECT INFO DESCRIPTION */
.project-info-description {
	margin-top: 25px;
}
.project-info-description p:last-child {
	margin-bottom: 0;
}

/* PROJECT :: GALLERY | CONSTRUCTION UPDATES | VIDEO */
.project-gallery,
.project-construction-updates,
.project-video {
	max-width: 1100px;
}
.content .project-gallery > .container,
.content .project-construction-updates > .container,
.content .project-video > .container {
	padding-top: 20px;
	min-height: auto;
}
.project-gallery:after,
.project-construction-updates:after,
.project-video:after {
	display: block;
	content: "";
	height: 1px;
	margin: 0 30px;
	background-color: #f5f5f5;
}
.project-gallery h2,
.project-construction-updates h2,
.project-video h2 {
	margin-bottom: 20px;
}
@media (max-width: 1499px) {
	.project-gallery,
	.project-construction-updates,
	.project-video {
		max-width: 800px;
	}

}
@media (max-width: 1199px) {
	.project-gallery,
	.project-construction-updates,
	.project-video {
		max-width: 700px;
	}
	.project-gallery:after,
	.project-construction-updates:after,
	.project-video:after {
		margin: 0 20px;
	}
}
@media (max-width: 991px) {
	.project-gallery,
	.project-construction-updates,
	.project-video {
		max-width: 100%;
	}
	.project-gallery:after,
	.project-construction-updates:after,
	.project-video:after {
		margin: 0 15px;
	}
}

/* PROJECT :: CONSTRUCTION UPDATES */
.project-construction-updates .date {
	font-weight: 700;
	color: #8f8f8f;
	margin-bottom: 10px;
	margin-top: 20px;
}
.project-construction-updates>h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 12px;
}

.project-construction-updates .btn {
	margin-top: 30px;
}

/* CONTENT :: SECTION :: PROJECT-LIST */

/* LIST-FILTER */
.list-filter {
	margin-top: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.list-filter .form-control,
.list-filter .custom-select {
	padding: 14px 10px 14px 10px;
	height: auto;
	border-color: #d1d1d1;	
}


.list-filter .btn {
	font-size: 16px;
	padding: 14px 30px 14px 30px;
}

.list-filter .input-group-text {
	padding: .375rem 1rem;
}

.list-filter .order {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #aaaaaa;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}
.list-filter .order a {
	color: #aaaaaa;
	text-decoration: none;
}
.list-filter .order a:hover {
	color: #000000;
	text-decoration: none;
}

.list-filter .form-control::-webkit-input-placeholder {
	color: #b5b5b5;
	font-style:oblique;
}
.list-filter .form-control:-moz-placeholder {
	color: #b5b5b5;
	font-style:oblique;
}
.list-filter .form-control::-moz-placeholder {
	color: #b5b5b5;
	font-style:oblique;
}
.list-filter .form-control:-ms-input-placeholder {
	color: #b5b5b5;
	font-style:oblique;
}

/* PROJECT-LIST-RESULTS */

.project-list-results {
	position: relative;
	min-height: 100px;
}

.project-list-results .row {
	margin-left: -8px;
	margin-right: -8px;
}
.project-list-results .col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.project-list-results h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 12px;
}
.project-list-results .date {
	font-weight: 700;
	color: #8f8f8f;
	margin-bottom: 10px;
	margin-top: 20px;
}
.project-list-result {
	display: block;
	background-color: #f5f5f5;
	text-decoration: none;
	border-bottom: 4px solid #8f8f8f;
}
.project-list-result.intention {
	border-color: #5ca6e5;
}
.project-list-result.construction {
	border-color: #f19f1e;
}
.project-list-result.success {
	border-color: #75ce3f;
}
.project-list-result.cancelled {
	border-color: #ff7373;
}

.project-list-result .inner-text {
	position: relative;
	padding: 10px;
	padding-bottom: 20px;
}
.project-list-result .inner-text .date {
	font-size: 12px;
	font-weight: 700;
	color: #8f8f8f;
	margin-bottom: 5px;
}
.project-list-result .inner-text h3 {
	font-size: 16px;
}
.project-list-result .icon-circle {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* CONTENT :: SECTION :: GALLERY-LIST */
.gallery-list {
	overflow: hidden;
}
.gallery-list-results::after {
  display: none;
}
.gallery-list-results {
	padding-bottom: 20px;
}
.gallery-list-results h2 a,
.gallery-list-results h3 a {
	text-decoration: underline;
}

.gallery .lslide {
	position: relative;
	overflow: hidden;
}
.gallery .project-link {
	display: block;
	position: absolute;
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.70);
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	top: 100%;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.gallery .lslide:hover .project-link {
	display: block;
	top: auto;
	bottom: 0;
}

/*  PHOTOGALLERY */
.photogallery {
	position: relative;
	list-style: none;
	padding: 0;
	margin-left: -8px;
	margin-right: -8px;
}
.photogallery .photo {
	position: relative;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.photogallery .project-link-container {
	display: block;
	position: absolute;
	width: 100%;
	background: none;
	left: 0;
	top: auto;
	bottom: 0;
	padding-left: 8px;
	padding-right: 8px;	
	padding-bottom: 8px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.photogallery .project-link {
	display: block;
	position: relative;
	padding: 10px 15px;
	background: rgba(0,0,0,1);
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

@media (min-width: 1499px) {
	.col-lg-2-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* RIGHT COLUMN */
.right-column {
	width: 340px;
	max-width: 340px;
	
	background-color: #F5F5F5;
	padding-left: 0;
	padding-right: 0;
	flex-direction: row;		
}
.right-column .section {
	display: block;
}
.right-column .section>.container {
	padding: 20px;
}
.right-column .section h3 {
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 28px;
	color: #000000;
	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.right-column .section h4 {
	font-size: 18px;
}

.right-column .section h4 .fab,
.right-column .section h3 .fab {
	font-size: 20px;
	margin-right: 5px;
}

.right-column .fb-page, 
.right-column .fb-page span, 
.right-column .fb-page span iframe[style] { 
    width: 100% !important; 
}

@media (max-width: 1499px) {
	.right-column .section h4 {
		font-size: 16px;
	}
}


@media (max-width: 1199px) {
	.right-column .section h3 {
		padding: 10px 15px;
		padding-top: 0;		
	}
	
	.right-column .section h3 {
		font-size: 24px;
	}
	.right-column .section h4 {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.right-column .section h4 {
		font-size: 14px;
	}

}
@media (max-width: 767px) {
	.right-column .section h4 {
		font-size: 12px;
	}	
}

/* RIGHT COLUMN :: ADVERTISING */
.section.advertising>.container {
	padding: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
.img-ad {
	padding-bottom: 5px;
}
.ads > .ad {
	display: none;
}
.ads > .ad.active {
	display: block;
}

/* RIGHT COLUMN :: MOST READED */
.section.article-list-most-readed {
	border-bottom: 1px solid #b9b9b9;
}
.most-readed-article .date-author {
	margin-bottom: 5px;
}
.most-readed-article .img-small {
	width: 100px;
	height: auto;
}
.most-readed-article {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.most-readed-article:first-child {
	padding-top: 0;
}
.most-readed-article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.most-readed-article .row {
	margin-left: -8px;
	margin-right: -8px;
}
.most-readed-article .col {
	padding-left: 8px;
	padding-right: 8px;
}
.most-readed-article figure {
	position: relative;

}
.most-readed-article figure .premium {
	position: absolute;
	width: 60px;
	height: 16px;
	right: .25rem;
	top: .25rem;
}
.most-readed-article figure .premium img {
	display: block;
	width: 60px;
	height: 16px;

}

@media (max-width: 1499px) {
	.article-list .img-small {
		width: 150px;
		height: auto;
	}
}
@media (max-width: 1199px) {
	.right-column {
		width: 260px;
		max-width: 260px;
		min-width: 260px;
	}
	.right-column .section>.container {
		padding: 15px;
	}
	.section.advertising>.container {
		padding: 20px;
		padding-bottom: 5px;
	}
	.most-readed-article {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.most-readed-article .img-small {
		width: 80px;
		height: auto;
	}
	.most-readed-article .date-author {
		margin-bottom: 2px;
	}
	
	.most-readed-article h5, .most-readed-article h4 {
		font-size: 14px;
	}	

	.small-article .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.small-article .col {
		padding-left: 8px;
		padding-right: 8px;
	}
		
	.article-list .img-big {
		padding-bottom: 15px;
	}
	.article-list .img-small {
		width: 120px;
		height: auto;
	}

}
@media (max-width: 991px) {
	.right-column {
		width: auto;
		max-width: auto;
		min-width: auto;
	}	
	.section.advertising>.container {
		padding: 15px;
	}
	.small-article .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.small-article .col {
		padding-left: 6px;
		padding-right: 6px;
	}	
}

@media (max-width: 767px) {
	.article-list .img-small {
		width: 80px;
		height: auto;
		margin-bottom: 15px;
	}
	.small-article .row {
		margin-left: -4px;
		margin-right: -4px;
	}
	.small-article .col {
		padding-left: 4px;
		padding-right: 4px;
	}
}

/* CONTENT :: SECTION :: AUTHOR LIST */

.author-list .author-list-item {
    text-align: left;
	margin-bottom: 1rem;
}

.author-list .author-list-item .img-author {
	width: 300px;
	border: solid 1px;
	background-color: rgba(0, 0, 0, .05);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
}

.author-list .author-list-item h3 {
	font-size: 1.8rem;
	margin-bottom: .5rem;
}

.author-list .author-list-item .function {
	font-family: 'Pressburger Neue', Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #8f8f8f;
}

.section.author .img-author {
	width: 300px;
	margin-bottom: 1em;
}

.section.author h2 {
	font-size: 1.6rem;
}

.section.author .author-contact h2 {
	font-size: 2rem;
}

.section.author .author-contact .author-email {
	font-size: 1.2rem;
	word-wrap: break-word;
}

@media (max-width: 1499px) {
	.author-list .author-list-item .img-author {
		width: 260px;
	}
}

@media (max-width: 1199px) {
	.author-list .author-list-item .img-author {
		width: 240px;
	}

	.author-list .author-list-item h3 {
		font-size: 1.6rem;
		margin-bottom: .25rem;
	}
	
	.author-list .author-list-item .function {
		font-size: 1.25rem;
	}
	
}

@media (max-width: 991px) {

	.author-list .author-list-item .img-author {
		width: 200px;
	}

	.author-list .author-list-item h3 {
		font-size: 1.4rem;
	}
	
	.author-list .author-list-item .function {
		font-size: 1rem;
	}
	
}

@media (max-width: 767px) {
	.author-list .author-list-item {
		margin-bottom: 1.25rem;
	}
	.author-list .author-list-item .img-author {
		width: 160px;
	}

	.author-list .author-list-item h3 {
		font-size: 1.4rem;
	}
	
	.author-list .author-list-item .function {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	
	.author-list .author-list-item .img-author {
		width: 120px;
	}
	.author-list .author-list-item h3 {
		font-size: 1.25rem;
	}
	
	.author-list .author-list-item .function {
		font-size: 1rem;
	}
}

/* RIGHT COLUMN :: INSTAGRAM */
.section.instagram {
	text-align: center;
}

.section.instagram p {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.section.instagram .row {
	margin-left: -10px;
	margin-right: -10px;
}
.section.instagram .col {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.section.instagram .row:first-child .col {
	padding-top: 0;
}

.section.instagram .btn {
	margin-top: 10px;
}
@media (max-width: 1199px) {
.section.instagram .row {
	margin-left: -7px;
	margin-right: -7px;
}
.section.instagram .col {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;	
}
}


/* RIGHT COLUMN :: FACEBOOK */


/* RIGHT COLUMN :: YOUTUBE */
.section.youtube {
	text-align: center;
}
.section.youtube .btn {
	margin-top: 10px;
}
.section.youtube .embed-responsive-item {
	max-width: 100%;
	overflow: hidden;
}

/* SECTION : MAP */
.mapa .container {
	padding-top: 0;
	padding-bottom: 0;
 
}

/* SECTION : MAP */

.contact-info .container {
	padding-top: 40px;
}
@media (max-width: 1199px) {
	.contact-info .container {
		padding-top: 30px;
	}
}
/* MAP */
.map {
	height: 450px;
	margin-top: 20px;
}
.map.big {
	height: 600px;
	margin-top: 20px;
}
@media (max-width: 1499px) {
	.map {
		height: 400px;
	}
}
@media (max-width: 1199px) {
	.map {
		height: 360px;
	}
}
@media (max-width: 991px) {
	.map {
		height: 300px;
	}
}

/* MAP FILTER */
.map-filter {
	display: block;
	overflow: hidden;
	float: none;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}
.map-filter .filter-btn {
	display: block;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
}
.filter-btn input[type="radio"],
.filter-btn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.filter-btn input[type="radio"]:empty ~ label,
.filter-btn input[type="checkbox"]:empty ~ label {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #c3c3c3;
	color: #FFFFFF;		

}
.filter-btn input[type="radio"]:hover:not(:checked) ~ label,
.filter-btn input[type="checkbox"]:hover:not(:checked) ~ label {
	background-color: #8f8f8f;
	color: #FFFFFF;
}

.filter-btn input[type="radio"]:checked ~ label,
.filter-btn input[type="checkbox"]:checked ~ label {
	color: #FFFFFF;		
}
.filter-btn .btn {
	position: relative;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-right: 35px;
	color: #dadada;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	box-shadow: none;
}
.filter-btn input[type="checkbox"] ~ label {
	padding: 10px 15px;
	padding-left: 55px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.filter-btn input[type="checkbox"]:checked ~ label {
	color: #FFFFFF;		
}

.filter-btn input[type="checkbox"] ~ label .icon {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-top: -5px;
	left: 15px;
}
.filter-btn input[type="checkbox"] ~ label .icon.fas {
	font-size: 20px;
	
	padding: 1px 0;
}
.filter-btn input[type="checkbox"] ~ label .icon:before {
	position: relative;
	top: 4px;
	color: #cccccc;
}

.filter-btn.construction input[type="checkbox"]:checked ~ label {
	background-color: #f19f1e;
}
.filter-btn.success input[type="checkbox"]:checked ~ label {
	background-color: #75ce3f;
}
.filter-btn.intention input[type="checkbox"]:checked ~ label {
	background-color: #5ca6e5;
}
.filter-btn.cancelled input[type="checkbox"]:checked ~ label {
	background-color: #ff7373;
}
.filter-btn.archive input[type="checkbox"]:checked ~ label {
	background-color: #666666;
}
.filter-btn.construction input[type="checkbox"]:checked ~ label .icon:before {
	color: #f19f1e;
}
.filter-btn.success input[type="checkbox"]:checked ~ label .icon:before {
	color: #75ce3f;
}
.filter-btn.intention input[type="checkbox"]:checked ~ label .icon:before {
	color: #5ca6e5;
}
.filter-btn.cancelled input[type="checkbox"]:checked ~ label .icon:before {
	color: #ff7373;
}
.filter-btn.archive input[type="checkbox"]:checked ~ label .icon:before {
	color: #666666;
}
/* MAP INFOWINDOW*/

.gm-style-iw {
/*
	left: 50% !important;	
	right: auto !important;
	top: 30px !important;
	bottom: auto !important;
*/
	width: 204px !important;
	min-width: 204px !important;

/*	margin-left: -90px; */
}
.gm-style-iw > div {
	overflow: hidden !important;
	overflow-y: auto !important;
}
.gm-style-iw > div > div {
	overflow: hidden !important;
}

.gm-style-pbt {
	text-align: center;
}

.infowindow {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	max-width: 180px;
}
.infowindow .thumbnail {
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	margin-bottom: 10px;
}

.article-project-map .infowindow .thumbnail {
	display: none;
}

.infowindow .inner-text {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: normal;
}
.infowindow .inner-text p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 0;
	letter-spacing: normal;	
}
.infowindow .inner-text p.address {
	font-size: 12px;
	line-height: 16px;
	color: #8f8f8f;
}

.infowindow .inner-text a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.infowindow .inner-text a.inline-link {
	display: inline;
}
.infowindow .inner-text a.btn {
	display: inline-block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 7px 15px 7px 15px;	
	border-radius: 0;
	text-transform: uppercase;
	white-space: normal;
}
.infowindow .inner-text a.btn-sm {
	display: inline-block;
	margin: 2px 0;
}
.infowindow .inner-text a.btn-sm:last-child {
	margin-bottom: 15px;
}
.infowindow h5 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000000;
	margin-bottom: 8px;
}
.infowindow h5:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dadada;
	margin-top: 10px;
}
.infowindow .btn,
.infowindow a.btn {
	color: #FFFFFF;
}
.infowindow .btn:hover,
.infowindow .btn:focus,
.infowindow .btn:active,
.infowindow a.btn:hover,
.infowindow a.btn:focus,
.infowindow a.btn:active {
	color: #FFFFFF;
}

.infowindow.winenight a,
.infowindow.vinar a {
	color: #c5073d;
}
.infowindow.winenight a:hover,
.infowindow.winenight a:focus,
.infowindow.vinar a:hover,
.infowindow.vinar a:focus {
	color: #a2002e;
}
.infowindow.winenight .btn,
.infowindow.vinar .btn {
	background-color: #c5073d;
	border-color: #a2002e;
	color: #FFFFFF;
}
.infowindow.winenight .btn:hover,
.infowindow.winenight .btn:focus,
.infowindow.winenight .btn:active,
.infowindow.vinar .btn:hover,
.infowindow.vinar .btn:focus,
.infowindow.vinar .btn:active {
	background-color: #a2002e;
	border-color: #a2002e;
	color: #FFFFFF;
}

.infowindow.ubytovanie a {
	color: #0065ac;
}
.infowindow.ubytovanie a:hover,
.infowindow.ubytovanie a:focus {
	color: #00538d;
}
.infowindow.ubytovanie .btn {
	background-color: #0065ac;
	border-color: #00538d;
	color: #FFFFFF;	
}
.infowindow.ubytovanie .btn:hover,
.infowindow.ubytovanie .btn:focus,
.infowindow.ubytovanie .btn:active {
	background-color: #00538d;
	border-color: #00538d;
	color: #FFFFFF;
}

.infowindow.restauracia a {
	color: #ea7f00;
}
.infowindow.restauracia a:hover,
.infowindow.restauracia a:focus {
	color: #c76c00;
}
.infowindow.restauracia .btn {
	background-color: #ea7f00;
	border-color: #c76c00;
	color: #FFFFFF;	
}
.infowindow.restauracia .btn:hover,
.infowindow.restauracia .btn:focus,
.infowindow.restauracia .btn:active {
	background-color: #c76c00;
	border-color: #c76c00;
	color: #FFFFFF;
}

.infowindow.akcia a {
	color: #6fa900;
}
.infowindow.akcia a:hover,
.infowindow.akcia a:focus {
	color: #588600;
}
.infowindow.akcia .btn {
	background-color: #6fa900;
	border-color: #588600;
	color: #FFFFFF;	
}
.infowindow.akcia .btn:hover,
.infowindow.akcia .btn:focus,
.infowindow.akcia .btn:active {
	background-color: #588600;
	border-color: #588600;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.gm-style-iw {
	/*
    top: 2px !important;
		padding-top: 10px;
	*/
		width: 204px !important;
		min-width: 204px !important;
	}
	.infowindow {
		padding-top: 10px;
		padding-bottom: 0;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		min-width: 180px;	

	}
	.infowindow .thumbnail {
		display: none;
	}
	.infowindow h4 {
		font-size: 14px;
		line-height: 18px;
	}
	.infowindow .inner-text {
		text-align:left;
	}

	.infowindow .inner-text a.btn {
		margin-bottom: 5px;
	}
	
}

@media (max-height: 700px) {
	.gm-style-iw {
    top: 0 !important;
		padding-top: 10px;
		width: 204px !important;
		min-width: 204px !important;
	}
	.infowindow {
		padding-top: 10px;
		padding-bottom: 0;
		width: auto;
		min-width: 180px;
		padding-left: 0;
		padding-right: 0;
	}
	.infowindow .thumbnail {
		display: none;
	}
	.infowindow h4 {
		font-size: 14px;
		line-height: 18px;		
	}
	.infowindow .inner-text {
		text-align:left;
	}

	.infowindow .inner-text a.btn {
		margin-bottom: 5px;
	}
	
}

/* IMAGE CONTAINER */
.image-container {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.image-container .text-container {
	background-color: rgba(255,255,255,0.90);
	padding: 0 30px;
	padding-bottom: 30px;
}
.image-container .text-container ul {
	list-style: none;
	padding: 0;
}

.image-container .text-container ul li {
	list-style: none;
	padding: 0;
	font-weight: 300;
	font-style: oblique;
}
.image-container .text-container ul li:after {
	display: block;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #e2e2e2;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-container .text-container ul li:last-child:after {
	display: none;
}
@media (max-width: 1199px) {
	.image-container {
		height: 600px;
	}
}
@media (max-width: 991px) {
	.image-container {
		height: 500px;
	}
}
@media (max-width: 767px) {
	.image-container {
		height: 450px;
	}
	.image-container .text-container {
		padding-bottom: 20px;
		background-color: rgba(255,255,255,0.80);

	}	
	.image-container .text-container ul li:after {
		margin-top: 6px;
		margin-bottom: 6px;
	}
}




/* GALLERY */
/* BLUEIMP GALLERY */
/* VIDEO */
.video {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}
.carousel {
	background: #efefef;
	background: rgba(0,0,0,1);
}
.blueimp-gallery-carousel {
    position: absolute;
		overflow: hidden;
    z-index: auto;
    margin: 0;
		padding: 0;
    box-shadow: none;
		height: 100%;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	padding: 10px 10px;
	margin-top: -20px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
	background: rgba(0,0,0,1);
}
.blueimp-gallery>.close {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	border: 0;
	width: 50px;
  height: 50px;
	padding: 10px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
	background: rgba(0,0,0,1);
	margin-right: 5px;
	margin-top: 5px;
}
.blueimp-gallery>.next {
	margin-right: 25px;
}
.blueimp-gallery>.prev {
	margin-left: 25px;
}
.blueimp-gallery>.next:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:focus,
.blueimp-gallery>.prev:focus,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.close:focus {
	opacity: .8;
}
.blueimp-gallery>.title {
	display: block;
	float: none;
	position: absolute;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
	font-weight: 400;
  top: auto;
  left: 15px;
  right: 15px;	
	bottom: 40px;
  margin: 0 40px;
	padding: 7.5px 15px;
	text-align: center;
 	background-color: rgba(0,0,0,0.6);
  text-shadow: 2px 2px 4px #000000;
}
.blueimp-gallery>.title:empty {
	display: none;
}
.blueimp-gallery>.indicator>li {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin: 6px 3px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid rgba(255,255,255,0.4);
	background: #000;
	background: center no-repeat rgba(0,0,0,0.2);
	border-radius: 50%;
	box-shadow: 0 0 2px #000;
	opacity: 1;
	cursor: pointer;
}
.blueimp-gallery>.indicator>li:before {
	display: block;
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0;
	border: 0;
	margin-top: -3px;
	margin-left: -3px;
	background: center no-repeat rgba(0,0,0,0.2);
	border-radius: 50%;
}
.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
	background-color: rgba(0,0,0,0.8);
	border-color: rgba(255,255,255,0.8);
}
.video-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.blueimp-gallery>.slides>.slide>.video-content>video {
  position: absolute;
	top: 50%;
	left: 50%;
  width: auto;
  height: auto;
}

.video-content video {
  /* Make video to at least 100% wide and tall 
  min-width: 100%; 
  min-height: 100%; 
  */
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* BLUEIMP GALLERY :: VIDEO CONTROLS */
.blueimp-gallery>#video-controls {
	position: absolute;
	width: 100%;
	top: auto;
	right: auto;
	bottom: 35px;
	left: 0;
	margin: 0;
	padding: 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color:#FFFFFF;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.blueimp-gallery>#video-controls a {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(../img/video-play.svg);
		display: none;
}
.blueimp-gallery>.slides>.slide>.video-content>img {
	display: none;
}

@media (max-width: 767px) {
	.blueimp-gallery>.title {
		margin: 0 20px;
		padding: 7.5px 10px;
	}
	.blueimp-gallery>.indicator {
		display: none;
	}
}

/* BLUEIMP GALLERY :: SEEK BAR */

.seek-bar-container {
  position: relative;
	display: block;
	border-radius: 2px;
	padding: 12px 15px;
	margin-left: 80px;
	margin-right: 80px;
}
.seek-bar {
  position: relative;
  width: 100%;
  height: 4px;
	background: rgba(255,255,255,0.5);
	border-radius: 2px;
}
.seek-bar .range-highlight {
  width: 0;
  position: absolute;
  height: 4px;
	background: #FFFFFF;
	border-radius: 2px;	
}
.seek-bar input[type=range] {
  width: 100%;
  position: absolute;
  height: 5px;
  appearance: none; 
  -webkit-appearance: none;
	background: none;
	
}
.seek-bar input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	margin: -7px 0  0;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	border: 0 !important;
}
.seek-bar input[type=range]::-moz-range-thumb {
	appearance: none; 
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	margin: -7px 0  0;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	border: 0 !important;
}
.seek-bar input[type=range]::-ms-thumb {
	appearance: none; 
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	margin: -7px 0  0;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	border: 0 !important;
}
.seek-bar input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: none;
}
.seek-bar input[type=range]::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: none;
}
.seek-bar input[type=range]::-ms-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: none;
}
/*
.seek-bar input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
.seek-bar input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
*/
.seek-bar input:focus { 
	background: none;
	outline: none;
 }
.seek-bar input:focus::-ms-track { 
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

/* BLUEIMP GALLERY :: SLIDE NUMS */
.blueimp-gallery>.slide-nums {
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 45px;
	left: auto;
	margin: 0 25px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color:#FFFFFF;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 767px) {
.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	padding: 10px 10px;
	margin-top: -15px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
	background: rgba(0,0,0,1);
}
.blueimp-gallery>.close {
	font-size: 20px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	padding: 10px 10px;
}
.blueimp-gallery>.next {
	margin-right: 5px;
}
.blueimp-gallery>.prev {
	margin-left: 5px;
}
.blueimp-gallery>#video-controls {
	bottom: 20px;
	
}
.blueimp-gallery>.slide-nums {
	margin: 0 10px;
	bottom: 30px;

}
.seek-bar-container {
	margin-right: 40px;
}
}

/* BLUEIMP GALLERY :: SLIDE TEXT */
.blueimp-gallery>.slide-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.blueimp-gallery>.slide-text>.slide-text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0,0,0,0.60);
	z-index: 1;
}
.blueimp-gallery>.slide-text>.slide-text-btn {
	position: absolute;
	width: 140px;
	height: auto;
	top: auto;
	left: 50%;
	bottom: 35px;
	margin-left: -70px;
	display: none;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background: none;
	background-color: transparent;
	padding: 10px 20px;
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	text-decoration: none;
	z-index: 2;
	cursor: pointer;
}
.blueimp-gallery>.slide-text>.icon-arrow-bottom {
	position: absolute;
	width: 40px;
	height: 40px;
	top: auto;
	left: 50%;
	bottom: 80px;
	margin-left: -20px;
	display: none;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 30px;
	color: #FFFFFF;
	padding: 0;
	z-index: 2;
}
.blueimp-gallery>.slide-text>.slide-text-container>.slide-text-inner {
	position: relative;
	width: 60%;
	margin: 0 20%;
	height: auto;
	top: 150px;
	padding: 0 15px;
	display: block;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;
}
.slide-text-inner h3 {
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.slide-text-inner .description {
	color: #FFFFFF;
	letter-spacing: 1px;
}
.slide-text-inner .description p {
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
.blueimp-gallery>.slide-text>.slide-text-btn {
	bottom: 20px;
}
.blueimp-gallery>.slide-text>.slide-text-container>.slide-text-inner {
	width: 80%;
	margin: 0 10%;
	top: 130px;
}
.slide-text-inner h3 {
	font-size: 22px;
	letter-spacing: 2px;
}
.slide-text-inner .description {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
}
.slide-text-inner .description p {
	font-size: 14px;
	line-height: 18px;	
	letter-spacing: 1px;
}
}
@media (max-width: 767px) {
.blueimp-gallery>.slide-text>.slide-text-btn {
	bottom: 20px;
}
.blueimp-gallery>.slide-text>.icon-arrow-bottom {
	bottom: 60px;
	font-size: 26px;
}

.blueimp-gallery>.slide-text>.slide-text-container>.slide-text-inner {
	width: 100%;
	margin: 0 0;
	top: 130px;
	padding: 0 15px;
}
.slide-text-inner h3 {
	font-size: 18px;
	letter-spacing: 2px;
}
.slide-text-inner .description {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
.slide-text-inner .description p {
	font-size: 12px;
	line-height: 16px;	
	letter-spacing: 1px;
}
}
/* CAROUSEL */

.lSSlideOuter {
	position: relative;
	padding: 0;
	margin: 0;
}
.lSSlideWrapper {
	z-index: 1;
}
.lSAction {
	display: block;
	overflow: visible;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	height: 50px;
	margin-left: 0;
	margin-right: 0;	
}
.lSAction>a {
	background-image: none;
	text-align: center;
}
.lSAction>a .icon-arrow {
	margin-top: 9px;
	padding: 6px;
	border-color: #FFFFFF;
}
.lSAction > a {
	background-image: none;
	background-color: #252525;
	opacity: 1;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.lSAction > a:hover,
.lSAction > a:focus {
	background-color: #2c91cb;
}
.lSAction>.lSNext {
	right: 0;
}
.lSAction>.lSPrev {
	left: 0;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
}
/* FORM */

.col-contact-form {
	background-color: transparent;
}
.col-contact-form .form-horizontal {
	padding: 15px 15px;
	padding-top: 0;
}
.form-horizontal .form-group {
	margin-bottom: 10px;
}
.form-horizontal .form-group.submit {
	margin-top: 20px;
}
.form-horizontal .form-control {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
	border-color: transparent;
	border-radius: 0;
	color: #000000;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
}
.form-horizontal .form-control:focus {
	background-color: #fafafa;
}
 .form-horizontal .form-control::-webkit-input-placeholder {
color: #b5b5b5;
font-style:oblique;
}
.form-horizontal .form-control:-moz-placeholder {
color: #b5b5b5;
font-style:oblique;
}
.form-horizontal .form-control::-moz-placeholder {
color: #b5b5b5;
font-style:oblique;
}
.form-horizontal .form-control:-ms-input-placeholder {
color: #b5b5b5;
font-style:oblique;
}
textarea.form-control {
	min-height: 100px;
}

@media (max-width: 991px) {
	.form-horizontal .form-group.submit {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.form-horizontal .form-group.submit {
		margin-top: 10px;
	}
}
/* ALERTS */
.col-contact-form .alert {
	display: block;
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: .75rem 2.25rem;
}
.col-contact-form .alert .close {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	outline: none;
}
.col-contact-form .alert .close:focus {
	outline: none;
}
.col-contact-form .alert .icon-close {
	padding: 5px;
}

.col-contact-form .icon-close:before {
	padding: 10px;
	margin-top: -10px;
	margin-left: -20px;
}
.col-contact-form .icon-close:after {
	padding: 10px;
	margin-top: -20px;
	margin-left: -10px;
}


/* IMAGES */
.img-logo-big {
	max-width: 250px;
	max-height: 250px;
	margin: 0 auto;
}
/* FOOTER */

footer .advertising {
	background-color: #252525;
	padding: 30px;
	padding-bottom: 15px;
	text-align: center;
  font-size: 12px;	
}
footer a.btn-link {
	color: #397ea6;
}

footer a:focus,
footer a:hover,
footer a.btn-link:hover,
footer a.btn-link:focus {
	color: #FFFFFF;
}
footer .container {
	background-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer p {
	color: #e2e2e2;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

footer .col-with-logo {
	padding-top: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
}
footer .startitup-group-logo {
	padding: 0 .5rem;
}
footer .startitup-group-logo-text {
	font-size: .6rem;
	padding: 0 1rem;
	color: grey;
}
footer .codex {
	display: block;
	padding: .5rem 1rem;
}
footer .copyright-text {
	display: block;
	font-size: .8rem;
	line-height: 1.2rem;
	padding: 0 1rem;
	padding-bottom: 1rem;
	color: grey;
}
.footer-nav {
	padding: 1rem 0 1rem;
}



.footer-nav .menu,
.footer-web-list,
.copyright-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.copyright-nav {
	padding-top: .4rem;
	padding-bottom: 1rem;
}


.footer-nav .menu li,
.footer-web-list li,
.copyright-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-nav .menu a,
.footer-web-list a,
.copyright-nav a {
	display: block;
	color: #e2e2e2;
	font-style: normal;
	font-size: .8rem;
	line-height: 1.2rem;
	padding: .6rem 1rem;
	text-decoration: none;
}

.copyright-nav a {
	padding: .2rem 1rem;
}

.footer-nav .menu a:hover,
.footer-web-list a:hover,
.copyright-nav a:hover {
	text-decoration: underline;
}

.footer-social {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	list-style: none;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
}

.footer-social a {
	display: flex;
	align-items: center;
	height: 2.4rem;
	padding: .5rem 1rem;
	margin: 0;
}

@media (max-width: 1199px) {
	footer .container {
		font-size: 12px;
		line-height: 18px;
	}
	footer .advertising {
		padding: 20px;
		padding-bottom: 5px;
	}
}

@media (max-width: 991px) {
	footer a {
		display: block;
	}
	footer .advertising {
		padding: 15px;
		padding-bottom: 5px;
		font-size: 10px;
	}
	footer .img-ad {
		padding-bottom: 0;
	}
	.footer-social {
		justify-content: flex-start;
		padding-left: 1rem;
	}
	.copyright-nav {
		padding-top: 2rem;
	}
}

/* AJAX LOADER */
.ajax-loader {
	display: none;
}
.ajax-loader .bg-container {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.80);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.ajax-loader .loader {
	background-image: url(../img/ajaxloader.svg);
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

/* DATETIMEPICKER */
.bootstrap-datetimepicker-widget {
	font-size: .8rem;
}
.bootstrap-datetimepicker-widget table td {
	padding: 3px 2px;
}
.bootstrap-datetimepicker-widget .table thead th {
	padding: 3px 2px;
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #ededed;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #000000;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #ededed;
}

/* BACK TO TOP */
.back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	padding: 10px 15px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #252525;
	border: 1px solid #555555;
	opacity: .8;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
		
}
.back-to-top i {
	color: #FFFFFF;
}
.back-to-top:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
	opacity: 1;
}

/* SHARE BTNS */
.share-btns {
	display: block;
	position: relative;
}
.twitter-share-button-container {
	display: inline-block;
	top:0;
	position: absolute;
	height: 20px !important;
	overflow: hidden;
}
.IN-widget {
	display: inline-block;
	top:0;
	position: relative;
	margin-right: 5px !important;
	height: 20px !important;
}
.fb-share-button {
	display: inline-block;
	top:0;
	position: relative;
	margin-right: 5px !important;
	height: 20px !important;
}

.share-btns .share-btn {
	display: inline-flex;
	align-items: center;
	justify-items: center;
	background-color: #000;
	color: #FFF;
	padding: .25rem .5rem;
	text-decoration: none;
}
.share-btns .share-btn .icon {
	width: 24px;
	height: 24px;
	margin-right: .25rem;
}
.share-btns .share-btn.facebook {
	padding-left: 0.1rem;
}
.share-btns .share-btn.facebook .icon {
	margin-right: 0;
}
.share-btns .share-btn.linkedin .icon {
	padding: 1px;
}
.share-btns .share-btn.twitter .icon {
	padding: 2px;
}

/* COOKIES */
.cookies {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(240,240,240,0.95);
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.05);
	z-index: 1049;
	color: #000000;	
	border-top: 1px solid rgba(0,0,0,0.10);
}
.cookies .container {
	text-align: center;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}
.cookies .container a {
	color: #000000;
	text-decoration: underline;
}
.cookies .container a:active,
.cookies .container a:hover,
.cookies .container a:focus{
	color: #000000;
	text-decoration: none;
}
.cookies .btn {
	display: inline-block;
	margin: 0;
	font-size: 12px;
  line-height: 16px;
}
.cookies p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
  line-height: 24px;
}

@media (max-width: 991px) {
	.cookies .btn {
		font-size: 10px;
		line-height: 14px;
		padding: 3px 8px;
		
	}
	.cookies p {
		font-size: 10px;
		line-height: 18px;
	}
}

/* VIDEO */
.image.is-16by9 {
    padding-top: 56.25%;
}
.image {
    display: block;
    position: relative;
}

.image.is-16by9 .has-ratio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* BOOTSTRAP SELECT */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
	z-index: 1100;
	margin-top: -1px;
	margin-bottom: -1px;
	border-radius: 0;
	padding: 0;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: rgba(181,181,181,1);
	font-style: italic;
}

.bootstrap-select .dropdown-menu li a {
    background-color: transparent;
    width: auto;
    float: none;
	border: none;
	font-size: 14px;
	line-height: 20px;	
    padding: .25em .75em;
}
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(0, 0, 0, .05);
}
.bootstrap-select > .btn.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ced4da;
	padding-left: 12px;
    background-color: transparent;

}

.bootstrap-select .dropdown-toggle::after {
    position: absolute;
    display: inline-block;
    width: 12px;
	height: 7px;
	right: 12px;
    margin-left: 0;
    margin-top: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
	border-left: 0;
	color: #495057;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill='%23343a40' d='M11.9,1.3L6.3,6.9C6.2,7,6.1,7,6,7C5.9,7,5.8,7,5.7,6.9L0.1,1.3C0,1.2,0,1.1,0,1s0-0.2,0.1-0.3l0.6-0.6C0.8,0,0.9,0,1,0c0.1,0,0.2,0,0.3,0.1L6,4.8l4.7-4.7C10.8,0,10.9,0,11,0s0.2,0,0.3,0.1l0.6,0.6C12,0.8,12,0.9,12,1S12,1.2,11.9,1.3z'/%3E%3C/svg%3E") no-repeat center;
    background-size: auto;
	background-size: auto auto;
	background-size: 12px 7px;
		
}

.bootstrap-select .dropup .dropdown-toggle::after {
    position: absolute;
    display: inline-block;
    width: 12px;
	height: 7px;
	right: 12px;
    margin-left: 0;
    margin-top: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
	border-left: 0;
	color: #495057;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath fill='%23343a40' d='M11.9,1.3L6.3,6.9C6.2,7,6.1,7,6,7C5.9,7,5.8,7,5.7,6.9L0.1,1.3C0,1.2,0,1.1,0,1s0-0.2,0.1-0.3l0.6-0.6C0.8,0,0.9,0,1,0c0.1,0,0.2,0,0.3,0.1L6,4.8l4.7-4.7C10.8,0,10.9,0,11,0s0.2,0,0.3,0.1l0.6,0.6C12,0.8,12,0.9,12,1S12,1.2,11.9,1.3z'/%3E%3C/svg%3E") no-repeat center;
    background-size: auto;
	background-size: auto auto;
	background-size: 12px 7px;
		
}

.bootstrap-select > .show > .btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
}

/* SIU SLIDER */

.cS-hidden {
    height: 246px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.siu-slider-container {
	width: auto;
	margin: 0 auto;
}

.siu-slider figure {
	position: relative;
	margin-bottom: .75rem;
}
.siu-slider figure .premium {
	position: absolute;
	right: .5rem;
	top: .5rem;
}
.siu-slider h5 {
	margin-bottom: .25rem;
}
.siu-slider .datetime {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: .25rem;
}
@media (max-width: 1199px) {
	.cS-hidden {
		height: 226px;
	}
}
@media (max-width: 991px) {
	.siu-slider-container {
		width: 340px;
		margin: 0 auto;
	}
	.cS-hidden {
		height: 244px;
	}
}

/* AD NEHNUTELNOSTI START */

.ad-custom {
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.ad-custom a {
	display: block;
	position: relative;
}
.ad-custom figure {
	margin-bottom: 0.6rem;
}
.ad-custom figure img {
	display: block;
	width: 100%;
	height: auto;
}
.ad-custom .cta {
	position: absolute;
	top: auto;
	bottom: 0;
	display: block;
	width: 100%;
}
.ad-custom .cta button {

	padding: .8rem 1.2rem;
	background-color: #ff0000;
	color: white;
	border: 1px solid transparent;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.ad-custom button:hover {
	background-color: #de0000;
}

.ad-custom .desc-text {
	color: #000000;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.ad-custom .href-text {
	text-decoration: underline;
}

.ad-custom .desc-text:hover {
	color: #000000;
}
@media (max-width: 767px) {
	.ad-custom .cta button {

		padding: .6rem .8rem;
		font-size: 1rem;
	}
	.ad-custom .desc-text {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}

/* AD NEHNUTELNOSTI END */

a.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  border: 1px solid white;
  opacity: 0;
}
a.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}