body {
	background: #fff3e3;
}

/* Cover * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.cover {
	position: relative;
	min-height: 600px;
}

.words{
	position: absolute;
	top:15rem;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: auto;
	max-width: 50vw;
	height:30vh;
	object-fit: contain;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
		position: relative;
		
		overflow: hidden;
	}
}

@media (max-width: 1199px) {
	.cover {
		padding-top: 500px;
		min-height: calc(100vh - 105px);
	}
}

/* Cover Slick * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.cover-slick {
	width: 100%;
	height: 100%;
}
.cover-slick.mobile{
	display:none;
}
@media (max-width: 1199px) {
	.cover-slick {
		position: absolute;
		top: 0;
		z-index: -1;
	}
}
@media (max-width: 991px) {
	.cover-slick.mobile {
		display: block;
	}
	.cover-slick.desktop{
		display: none;
	}
}
.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* Services * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.service {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.services {
		position: absolute;
		bottom: 180px;
		right: 50%;
		width: 1136px;
		height: 70px;
		margin-right: -568px;
		background-image: url(images/footer.png);
	}

	.services .content {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.services-list {
		width: 100%;
		display: table;
		margin: 0 0;
		margin-top: -70px;
		padding: 0 50px;
	}

	.services-list > div {
		display: table-cell;
		vertical-align: bottom;
		width: 1%;
	}
}
@media (min-width:1200px) and (max-height:700px){
	.words{
		top:12rem;
	}
	.services{
		bottom: 120px;
	}
}
@media (min-width: 1200px) and (max-width: 1199px) {
	.services {
		width: 100%;
		background-size: 100% 100%;
		right: 0;
		margin-right: 0;
	}
	.services-list {
		margin-top: -50px;
	}
}

@media (max-width: 1199px) {
	.services-list{
		display: flex;
		justify-content: space-around;
	}
	.services {
		width: 100%;
		display: block;
	}
	
	.services-list:after {
		clear: both;
		display: block;
		content: '';
	}
	
	.services-list > div {
		float: right;
		width: 22%;
		text-align: center;
		padding: .5rem;
	}

	.service{
		color:#0b5c93;
	}
}



@media (max-width: 1199px) {
	.service {
		font-size: 1rem;
	}
}

@media (max-width: 991px) {
	.service {
		font-size: 1rem;
		padding: .5rem;
		text-align: center;
	}
}


.service:hover {
	color: #fff;
	text-decoration: none;
}

.service .icon {
	text-align: center;
	margin-bottom: .5rem;
}

.service .icon img {
	height: 90px;
	
	transition: all .2s ease-in-out;
	transform-origin: bottom center;
}

@media (max-width: 1199px) {
	.service .icon img {
		height: 50px;
	}
}

.service:hover .icon img {
	transform: scale(1.3);
}


/* Video Background * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

video { 
	position: absolute;
    top: 0;
    right: 0;
	width: 100%;
	z-index: -1;
	background: #111;
	background-size: cover;
	transition: 1s opacity;
}

@media (max-width: 1199px) {
	video {
		display: none;
	}
}

#toggle-video {
	position: absolute;
	bottom: 15px;
	right: 15px;
	
	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	z-index: 9;
}

#toggle-video:hover, #toggle-video:focus {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 767px) {
	#toggle-video {
		display: none;
	}
}

/* Side Links * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.side-links {
	position: absolute;
	top: 240px;
	left: 0;
	z-index: 99;
}



.side-links > a {
	display: block;
	height: 46px;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.side-links > a.active {
	transform: translateX(300px);
}
.side-links > a:after {
	clear: both;
	display: block;
	content: '';
}
.side-links > a > div {
	float: left;
	height: 46px;
	padding: .7rem 1.8rem;
}

.side-links > a:nth-child(1) > div {
	background: url(images/side1.png);
	width: 257px;
}

.side-links > a:nth-child(2) > div {
	background: url(images/side2.png);
	width: 217px;
}

.side-links > a:nth-child(3) > div {
	background: url(images/side3.png);
	width: 177px;
}

.side-links > a:nth-child(4) > div {
	background: url(images/side4.png);
	width: 137px;
}

/* Hide Side Bars * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.hidden-side {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	z-index: 9999999;
	color: #fff;
	
	overflow: auto;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.hidden-side a {
	color: #fff;
}

.hidden-side-1 {
	background: #13a145;
}

.hidden-side-2 {
	background: #1ca5dd;
}

.hidden-side.active {
	left: 0;
}

.hidden-side button {
	background: none;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
}

.hidden-side button .x {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
}

.hidden-side button > div {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #fff transparent transparent transparent;
}

.view-all {
	display: block;
	padding: 1rem;
}

/* Events * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.simple-event {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.simple-event .icon {
	float: right;
    min-width: 80px;
    background: #fff;
    border: 1px solid #2581bc;
    color: #6e9dce;
    padding: 10px;
    margin-left: 10px;
}

.simple-event .icon > span {
	display: block;
	text-align: center;
	line-height: 1rem;
}

.simple-event .icon > span.day {
	font-size: 2em;
	line-height: 2rem;
	margin: 5px 0;
}

.simple-event .name {
	font-size: 1.1em;
	padding-left: 1rem;
}

.simple-event .location {
	margin-top: 10px;
	color: #333;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.new {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.new p {
	margin: 0;
}

.new .name {
	font-size: 1.2rem;
}

/* Footer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.footer {
	display: none;
}

.idx-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 1rem;
	color: #3a3131;
}

@media (max-width: 1199px) {
	.idx-footer {
		position: static;
		width: 100%;
		display: block;
		background: #0e76bc;
		color: #fff;
	}
}

.idx-footer a {
	color: inherit;
}

/* Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.main-pirs-lg {
	display: none;
}

@media (min-width: 992px) {
	.main-pirs-lg {
		display: block;
	}
}

@media (min-width: 1840px) {
	.main-pirs-lg {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
}

@media (max-width: 1839px) {
	.main-pirs-lg {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		transform: scale(.5);
		transform-origin: right center;
	}
}



/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
    padding: 1rem;
    position: absolute;
    width: 100%;
    bottom: 49px;

	@media (max-width: 1199px) {
		bottom: 170px;
	}

	@media (min-width:992px) and (max-height:700px){
		bottom: 20px;
	}
}
.news .container-fluid{
	padding-block:10px;
	max-width:90%;
	margin-inline:auto;
background-color: #065d90;
	border-radius: 50px;
}
.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #fff3e3;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #065d90;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .2rem .75rem;
    margin: 0;
    z-index: 5;
	border-left:1px solid #fff3e3;
}

.news h2 a {
	color: inherit;
}



@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.1rem;
    padding: .36rem 0;
    color: #fff3e3;
}

.bn-news ul li a:hover {
	color: rgb(236, 236, 194);
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #065d90;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}

/**/

.news-marquee {
	height: 300px;
	overflow: hidden;
}


@media (max-width:991px){
	.cover{
		padding-top: 300px;
		min-height: calc(100vh - 105px);
		padding-bottom: 7rem;
	}
	.news{
		/*display: none;*/
		padding:0;
		position:relative;
		bottom:0;
		
	}
	.news .container-fluid{
	    border-radius:0;
	    width:100%;
	    max-width:100%;
	}
	.services-list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.services-list > div{
		width: 50%;
	}
	.words{
		top:7rem;
		max-width: 65vw;
	}
		.side-links {
			position: relative;
		top:3rem;
		bottom: 100px;
	}
	.slick-initialized .slick-slide{
		background-position: bottom right;
		background-size: 82vh;
        background-repeat: no-repeat;
	}
}