#slides {
	background-color: #295786;
	max-height: calc(100vh - 350px);
	min-height: 620px;
	position: relative;
	z-index: 2;
}
.slides-container {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	z-index: 1;
}
#slideimgs {
	display: table;
	height: 100%;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#slideimgs li {
	display: table-cell;
	width: 100%;
}
#slideimgs a {
	display: block;
	position: relative;
}
#slideimgs a::after {
	background-color: rgba(39, 40, 50, .4);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: ;
}
#slideimgs img {
	height: 100%;
}
.sy-caption-wrap {
	bottom: 25%;
	text-align: center;
}
.sy-caption-wrap .sy-caption {
	background-color: transparent;
	left: -100%;
	width: 200%;
}
.sy-caption h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-bottom: 0;
}
.sy-caption p {
	font-size: 30px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
	width: 45%;
}
.thumb-box {
	bottom: -20px;
	position: absolute;
	z-index: 2;
}
.thumbs {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.thumbs a {
	background-color: #00a651;
}
.thumbs img {
	transition: margin-top 200ms ease;
}
.thumbs .active {
	margin-top: -10px;
}
.date-n-place {
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

/* featureds */

.featureds > .container > .row:nth-child(1) {
	margin-top: 40px;
}
.featureds > .container > .row:nth-child(2) {
	margin-top: 25px;
}
.featureds > .container > .row:nth-child(3) {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* */

/*.col-video {
	width: 63.33%;
}
.col-cta {
	width: 36.67%;
}*/

/* news-form */

.news-form {
	background-color: #282832;
	background-image: url('../../img/news-form-background.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	padding: 15px 30px
}
.news-form .title {
	border-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-form .form-control {
	background-color: transparent;
	border: 0;
	border-left: 1px solid #fff;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	height: 60px;
	padding: 20px 40px;
	text-transform: none;
}
.news-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.news-form .form-control:-moz-placeholder {
    color: #fff;
}
.news-form .form-control::-moz-placeholder {
    color: #fff;
}
.news-form .form-control:-ms-input-placeholder {
    color: #fff;
}
.news-form .input-group-btn .btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* fiemacon */

.fiemacon {
	line-height: 28px;
}
.fiemacon .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: normal;
	margin-top: 45px;
}
.fiemacon .title small {
	color: inherit;
	display: inline-block;
	font-size: 27px;
	line-height: 40px;
	margin-top: -25px;
}
.fiemacon p {
	margin-top: 30px;
	margin-bottom: 30px;
}
