@charset "utf-8";
.pi-header-row-fixed .pi-header {
  padding-bottom: 70px;
}
/*COVER*/
.cover{
	background-image: url("../img/slider/19.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 250px;
	padding-bottom: 250px;
}
.cover-in{
	background-image: url("../img/slider/19-blur.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.cover-cit{
	font-size: 3em;
	line-height: 1em;
	color: #fff;
}
.cover-auth{
	font-size: 1.5em;
	line-height: auto;
	color: #fff;
}
/* CSS Document */

.glass{
	background: rgba( 255, 255, 255, 0.10 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 3px );
	-webkit-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
}

.glass-base{
	background: rgba( 62, 131, 145, 0.30 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 3px );
	-webkit-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
	box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.31);
}

.list-dot {
  list-style: none; /* Remove default bullets */
}

.pi-list-icons-dot li::after, .pi-list-icons-ok li::after, .pi-list-icons-link li::after, .pi-list-icons-help li::after {
    color: #199990;
}

.list-dot li::before {
  content: "\2713";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548cc5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
	font-size: 1.2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* 16:9 video embed*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/

.quote::before{
	content: url("../img/quote.png");
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 0;
	max-width: 50px;
}

.quote p{
	position: relative;
	z-index: 1;
}

.sm-shadow{
-webkit-box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
-moz-box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
box-shadow: 20px 20px 22px -17px rgba(161,161,161,1);
}



@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 768px) {
	
}

