@font-face {
  font-family: 'revicons';
  src: url('font/revicons.eot?5510888');
  src: url('font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('font/revicons.woff?5510888') format('woff'),
       url('font/revicons.ttf?5510888') format('truetype'),
       url('font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/
.tp-banner > ul > li { opacity: 0; }
.tp-banner-container, 
.tp-banner-fullscreen-container, 
.fullscreen-container{
    left: 0px !important;
    min-width: 100%;
    max-width: 100%;
}

.tp-loader{
    background:url(assets/loader.gif) no-repeat 10px 10px;
    background-color:#fff;
    top:50%;
    left:50%;
    z-index:10000;
    position:absolute;
    width:44px;
    height:44px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin:-22px;
}

.tp-bannertimer {
	background:#327327 !important;
	background:rgba(50,115,39,0.5) !important;
	height:5px !important;
}
.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid rgba(255, 255, 255, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
	margin-bottom:14px;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {

    background: rgba(0, 0, 0, 1) !important;
	width: 15px !important;
    height: 15px !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;

}
.tparrows:before {
    font-family: 'revicons';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

    cursor: pointer;

    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 30px !important;
    height: 60px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
/*   content: '\e824';*/
}
.tp-rightarrow:before {
/*    content: '\e825';*/
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
}

.tp-bullets{
/*	right:25px; 
	left:unset !important; */
}

.tparrows.hidearrows, .tp-bullets.hidebullets{opacity:1;}

.tp-leftarrow{left:-65px !important; background:url('../../../data/ckfinder/images/prev-btn.png') no-repeat !important; }
.tp-rightarrow{right:-65px !important; background:url('../../../data/ckfinder/images/next-btn.png') no-repeat !important}



@media screen and (max-width: 860px){
.tp-leftarrow{
	left:0 !important; 
	background:#4D3D34 !important;     
	width: 40px !important;
    height: 40px !important;
}
.tp-rightarrow{
	right:0 !important; 
	background:#4D3D34 !important;     
	width: 40px !important;
    height: 40px !important;
}

.tp-leftarrow:before {
   content: '\e824';
   margin-top:5px;
   
}
.tp-rightarrow:before {
    content: '\e825';
	margin-top:5px;
}

}

@media screen and (max-width: 767px){
.tp-leftarrow, .tp-rightarrow{display:none;}

.tp-bullets{right: unset !important; left:50% !important; bottom: -45px !important;}

.tp-banner-container{margin-bottom:35px;}


}
