

/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/

/*********************************************
  - SETTINGS FOR BANNER CONTAINERS  -
**********************************************/

.tp-banner-container{
  width:100%;
  position:relative;
  padding:0;
  overflow:hidden;

}

.tp-banner{
  width:100%;
  position:relative;
  padding:0px;
}

.tp-banner ul{
  
  padding:0px;
  width:100%;
}

.tp-banner li{
  list-style:none;
  padding:0px;
  width:100%;
  float:left;
}

.tp-banner li img{
  width:100%;
}


.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

/* ================= */
/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.img-post {
  padding-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
#slide-title {
  position: center;
  border: 2px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.tx-title {
  font-size: 40px;
}
.tx-color {
  color: #fc4349;
}
.tx-dsc {
  font-size: 25px #5f5f5f;
}
.tt-slide {
  font-size: 70px #ffffff;
  text-transform: uppercase;
}
.tt-slide2 {
  color: #ffffff;
  font-size: 61.67px;
  text-transform: uppercase;
}
.tx-border {
  font-size: 23.75px;
  letter-spacing: 2px;
  border: 2px solid #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.tx-dsc2 {
  color: #ffffff;
  font-size: 15px;
}



.tp-bannertimer {
    background:#777;
    background:rgba(0,0,0,0.7);
    height:5px;
  }



.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -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;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}



/******************************
	-	SLIDER NAV STYLE DEMOS	-
********************************/


.tparrows {
    color: #ff0000 !important;
	-webkit-transform-origin:top left;
    -webkit-transform:scale(1.3);
}

#slider4container .tparrows {
	background:#fff !important;
	background:rgba(255,255,255,0.5) !important;
}

#slider4container .tparrows:hover	{
	background:#fff !important
}