@font-face {
    font-family: "Angkor";
    src: url('../fonts/Angkor.eot');
    src: url('../fonts/Angkor.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Angkor.woff') format('woff'),
         url('../fonts/Angkor.ttf') format('truetype'),
         url('../fonts/Angkor.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul li {
	list-style: none;
}
.tp-caption.large_bg_black_trasp,.large_bg_black_trasp{
	font-size:50px;
	line-height:60px;
	font-weight:500;
	font-family: Angkor;
	_color:rgb(255,255,255);
	text-decoration:none;
	_background-color:rgba(0,0,0,0.5);
	padding:10px 20px 15px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	width: 45%;		
	_text-shadow: 1px 1px 2px #000;
	color: #888;
	}
.tp-caption.medium_bg_black,.medium_bg_black{
	font-size:20px;
	line-height:40px;
	font-weight:300;
	font-family:Arial,Helvetica,sans-serif;
	_color:rgb(255,255,255);
	text-decoration:none;
	_background-color:rgba(0,0,0,0.5);
	padding:5px 20px;border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;	
	width: 45%;	
	color: #888888;
	}
.tp-caption.large_bg_white_trasp,.large_bg_white_trasp{
	font-size:40px;
	line-height:40px;
	font-weight:500;
	font-family:Arial,Helvetica,sans-serif;
	color:rgb(0,0,0);
	text-decoration:none;
	background-color:rgba(255,255,255,0.74902);
	padding:10px 20px 15px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none
	}
.tp-caption.medium_bg_white,.medium_bg_white{
	font-size:18px;line-height:40px;
	font-weight:300;
	font-family:Arial,Helvetica,sans-serif;
	color:rgb(0,0,0);
	text-decoration:none;
	background-color:rgba(255,255,255,0.74902);
	padding:5px 20px;border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none
	}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}

.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.fullwidthbanner-container{
	width:99%;
	height: 300px;
	margin: 0 auto;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

/*.tp-bannershadow.tp-shadow1 {	background:url(../images/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:25px; bottom:-25px}*/
/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear								{	clear:both}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
												-webkit-transform: translateZ(5px);
										}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
										}

.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../images/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../images/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }




.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}

.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}

.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_left.png) no-repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_right.png) no-repeat 0 0;	width:40px;	height:40px;

														}
														
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}

