@font-face {
    font-family: "robolight";
    src: local("Open Sans Condensed"),
        url('../font/roboto-light.ttf');
	font-weight: normal; 
	font-style: normal; 
   }
/*@font-face {
    font-family: "robolight"; 
	src: url('../font/open-sans-cond-light.eot');
    src: local("Open Sans Condensed Light"),
		 url('../font/open-sans-cond-light.eot?#iefix') format('embedded-opentype'),
		 url('../font/open-sans-cond-light.ttf'),
         url('../font/open-sans-cond-light.woff2') format('woff2'),
         url('../font/open-sans-cond-light.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
  }*/

.itppsc_main {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.itppsc_main .active {
	
}
.itppsc_cont {
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.3);
}

.itppsc_main .itppsc_cont .itppsc_single_post p{
	text-align: center;
	color: #fff;
	font-family: "robolight";
	margin: 5px;
	/*text-shadow: 0px 0px 10px black, 0px 0px 10px black;*/
}

.itppsc_main .itppsc_cont .itppsc_single_post span{
	text-align: center;
	color: #fff;
	font-family: "robolight";
	margin: 5px;
	font-weight: normal;
	/*text-shadow: 0px 0px 10px black, 0px 0px 10px black;*/
	display: block;
    font-size: 25px;

}

.itppsc_main ::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.itppsc_main ::-webkit-scrollbar-track {
background-color:#ecedee
}

.itppsc_main ::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color: #9da1aa;
}

.itppsc_main ::-webkit-scrollbar-thumb:hover{
background-color:#50545e;
}

.itppsc_main ::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

.itppsc_main ::-webkit-scrollbar{
width: 8px;
}