.slideHomePage {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
}

/*bof pogoSlider-nav*/
.pogoSlider-nav {
	position: absolute;
	top: 24px;
}

.pogoSlider-nav.main {
	right: 40px;
}

.pogoSlider-nav.transparency {
	right: 30px;
}

.pogoSlider-nav-btn {
	background: none;
	border: none;
	border-radius: 0;
	width: auto !important;
	height: auto !important;
	box-shadow: none;
	cursor: pointer;
	color: rgba(255,255,255,.25) !important;

	line-height: 19px;
}
.pogoSlider-nav-btn::before {
	font-size: 10px;
	vertical-align: middle;
	padding: 0px;

	font-family: 'FontAwesome';
	content: "\f111";
}
.pogoSlider-nav-btn--selected {
	background: none;
	box-shadow: none;
	color: #FFF !important;
}
.pogoSlider-nav li{
	display: inline;
	margin: 12px 0px !important;
}
.pogoSlider-nav {
	background-color: rgb(0, 73, 96);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
/*eof pogoSlider-nav*/

.pogoSlider-customMenu {
	position: relative;
}

#pauseBtn, #playBtn, #transparencyPauseBtn, #transparencyPlayBtn {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	position: absolute;
	z-index: 10;
	top: 24px;
}

#pauseBtn, #playBtn {
	left: 40px;
}

#transparencyPauseBtn, #transparencyPlayBtn {
	left: 30px;
}

#pauseBtn, #playBtn, #transparencyPauseBtn, #transparencyPlayBtn {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	background-color: rgb(0, 73, 96);
	color: rgba(255,255,255,1) !important;
	cursor: pointer;
}

#pauseBtn:hover, #playBtn:hover, #transparencyPauseBtn:hover, #transparencyPlayBtn:hover {
	color: rgba(255,255,255,0.5) !important;
}

#prevBtn, #prevBtnTransparency, #nextBtn, #nextBtnTransparency {
	z-index: 10;
	position: absolute;
	top: 24px;
	
	background-color: rgb(0, 73, 96);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    
	line-height: 21px;
	margin: 0px;
	
    cursor: pointer;
}

#prevBtn, #prevBtnTransparency {
	padding-left: 0px;
	padding-right: 0px;
}

#nextBtn, #nextBtnTransparency {
	padding-left: 0px;
	padding-right: 0px;
}

#prevBtn::before, #prevBtnTransparency::before {
	font-family: 'FontAwesome';
	content: "\f053";
	font-size: 21px;
	color: rgba(255,255,255,.5) !important;
	vertical-align: middle;
}

#nextBtn::before, #nextBtnTransparency::before {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 21px;
	color: rgba(255,255,255,.5) !important;
	vertical-align: middle;
}

#prevBtn:hover::before, #prevBtnTransparency:hover::before, #nextBtn:hover::before, #nextBtnTransparency:hover::before {
	color: rgba(255,255,255,1) !important;
}

#prevBtn, #prevBtnTransparency {
	border-right: none;
    border-top: none;
}

#prevBtn {
	left: 16px;
}

#prevBtnTransparency {
	left: 6px;
}

#nextBtn, #nextBtnTransparency {
	border-left: none;
    border-bottom: none;
}

#nextBtn {
	right: 16px;
}

#nextBtnTransparency {
	right: 6px;
}

#prevBtn:hover, #prevBtnTransparency:hover, #nextBtn:hover, #nextBtnTransparency:hover {
	border-color: #000000;
}

.slideHomePage .pogoSlider {
	min-height: 200px;
}

@media screen and (max-width: 450px) {
	
}

@media screen and (max-width: 767px) {
	div.tit1, div.tit2, div.tit3, div.tit4 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		line-height: 16px;
		margin-top: 0px;
		text-align: left;
		text-shadow: 1px 1px 1px #000;
	}
	
	div.tit1 {
		color: #FFFFFF;
	}
	
	div.tit2 {
		color: #E6EFA3;
	}
	
	div.tit3 {
		color: #FFCD56;
	}
	
	div.tit4 {
		color: #A3D9EF;
	}
	
	div.par1 {
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 5px;
		text-align: left;
	}
	
	div.frase {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		line-height: 16px;
		margin-top: 0px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		color: #ffffff;
	}

	div#introwrap {
	    height: 100%;
		max-height: 360px;
		aspect-ratio: 270 / 360;
		margin: 0px auto;
	}
}

@media screen and (min-width: 768px) {
	div.tit1, div.tit2, div.tit3, div.tit4 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 20px;
		line-height: 20px;
		margin-top: 0px;
		text-align: left;
		text-shadow: 1px 1px 1px #000;
	}
	
	div.tit1 {
		color: #FFFFFF;
	}
	
	div.tit2 {
		color: #E6EFA3;
	}
	
	div.tit3 {
		color: #FFCD56;
	}
	
	div.tit4 {
		color: #A3D9EF;
	}
	
	div.par1 {
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 5px;
		text-align: left;
	}
	
	div.frase {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 19px;
		line-height: 19px;
		margin-top: 0px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		color: #ffffff;
	}

	div#introwrap {
	    height: 100%;
		max-height: 250px;
		aspect-ratio: 1140 / 400;
		margin: 0px auto;
	}
}
@media screen and (min-width: 992px) {
	div.tit1, div.tit2, div.tit3, div.tit4 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 28px;
		line-height: 28px;
		margin-top: 0px;
		text-align: left;
		text-shadow: 1px 1px 1px #000;
	}
	
	div.tit1 {
		color: #FFFFFF;
	}
	
	div.tit2 {
		color: #E6EFA3;
	}
	
	div.tit3 {
		color: #FFCD56;
	}
	
	div.tit4 {
		color: #A3D9EF;
	}
	
	div.par1 {
		color: #fff;
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 10px;
		text-align: left;
	}
	
	div.frase {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 22px;
		line-height: 22px;
		margin-top: 0px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		color: #ffffff;
	}

	div#introwrap {
	    height: 100%;
		max-height: 330px;
		aspect-ratio: 1140 / 400;
		margin: 0px auto;
	}
}
@media screen and (min-width: 1200px) {
	div.tit1, div.tit2, div.tit3, div.tit4 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 36px;
		line-height: 36px;
		margin-top: 0px;
		text-align: left;
		text-shadow: 1px 1px 1px #000;
	}
	
	div.tit1 {
		color: #FFFFFF;
	}
	
	div.tit2 {
		color: #E6EFA3;
	}
	
	div.tit3 {
		color: #FFCD56;
	}
	
	div.tit4 {
		color: #A3D9EF;
	}
	
	div.par1 {
		color: #fff;
		font-size: 16px;
		margin-bottom: 25px;
		margin-top: 10px;
		text-align: left;
	}
	
	div.frase {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		color: #ffffff;
	}

	div#introwrap {
	    height: 100%;
		max-height: 400px;
		aspect-ratio: 1140 / 400;
		margin: 0px auto;
	}
}

/*@media screen and (max-width: 767px) {
	
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 992px) {
	
}

@media screen and (min-width: 1200px) {
	
}*/