/*-----------------------------------------------------------------------------

  - Revolution Slider 1.5.3 -

    Screen Stylesheet

version:    2.1
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*********************************************************************************************
  - SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE  -
**********************************************************************************************/

/*  - THE BANNER CONTAINER (Padding, Shadow, Border etc. )  - */

.fullwidthbanner-container{
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  padding: 0;
  overflow:hidden;
  margin-bottom: 20px;
}

.fullwidthbanner {
  width:100% !important;
  height:100%;
 /* max-height: 470px !important;*/
  position:relative;
  overflow:hidden;
}

/*************************
  - CAPTIONS  -
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption {visibility:hidden !important; display:none !important;}

.tp-caption {
  position: absolute;
}

.caption h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  white-space: normal;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: left;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
 /* -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
  padding: 8px;
}

.caption p {
  color: #1e1c1e;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  white-space: normal;
  line-height: 30px;
  margin-top: 15px;
  text-align: left;
 /* background: #4eccb9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
  padding: 15px;
  display: table;
  margin-bottom: 15px;
}
.caption a {
 /* border: solid 6px rgba(0,0,0,.1);*/
  background: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
  background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
  padding: 5px;
  display: table;
  color: #000;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: lighter;
 /* -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
}

.caption i {
  margin-right: 15px;
  font-weight: lighter;
}

.caption a:hover {
  background: #fff;
}



.large_text {
  color: #fff;
  font-size: 30px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
}

.medium_text {
  color: #fff;
  font-size: 30px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
}
.large_text {
  font-size: 30px;
  font-family: 'Pt Sans', sans-serif;
  font-weight: normal;
}

.tp-caption.big {
  color: #fff;
  font-size: 2.923em; /* 38px */
  letter-spacing: -0.02em;
  padding: 5px 15px;
}

.tp-caption.text-shadow {
  text-shadow: 0 0 4px rgba(0,0,0,.7);
}

.tp-caption.small {
  padding: 8px 12px;  
  font-size: 1.538em; /* 16px */
}

/* Colors */

.tp-caption.black {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.75);
  background-color: #1a1a1a;
}

.tp-caption.white {
  color: #000;
  background-color: #fff;
}

.tp-caption.colored {
  color: #fff;
  background: #b6d82f;
}

.tp-caption.colored ::-moz-selection {background: #333;}
.tp-caption.colored ::selection {background: #333;} 

.tp-caption.video {
  box-shadow: 0 0 7px rgba(0,0,0,0.4);
}

/* Caption Button */

.tp-caption .button {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  background: #b6d82f;
  font-size: 1.333em; /* 16px */
}

.tp-caption.round,
.tp-caption .round {
  border-radius: 5px;
}

.tp-caption .button:hover,
.tp-caption .button.colored:hover {
  color: #fff;
  text-decoration: underline;
}
    
.tp_inner_padding { 
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  max-height:none !important; 
}

/****************************************************************

  - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {-webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000;height:100%!important;}

/************************************************
    - 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; visibility: hidden;}

.tp-simpleresponsive img {max-width:none;}

/******************************
  - IE8 HACKS -
*******************************/
.noFilterClass {filter:none !important;}

/********************************
  - FULLSCREEN VIDEO  -
*********************************/
.caption.fullscreenvideo {left:0px; top:0px; position:absolute; width:100%; height:100%;}
.caption.fullscreenvideo iframe {width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {left:0px; top:0px; position:absolute; width:100%; height:100%;}
.tp-caption.fullscreenvideo iframe  {width:100% !important; height:100% !important;}



/************************
  - NAVIGATION  -
*************************/

/** BULLETS **/
.tp-bullets { 
  position: absolute; 
  bottom: 15px !important;
  overflow: hidden;
  z-index: 100; 
  opacity: 1 !important; /* forces the permanent display of the bullets */
  padding: 7px;
  border-radius: 5px;
}

.tp-bullets .bullet {
  margin-right: 11px;
  float: left;  
  width: 15px; 
  height: 15px; 
  border-radius: 50%;
  display: block; 
  cursor: pointer; 
  text-indent: -999em;
  border: 1px solid #fff;
}

.tp-bullets .bullet.last {
  margin: 0;
}

.tp-bullets .bullet.selected {
  cursor: default;
   border: 1px solid #4eccb9;
}

.tp-bullets .bullet:hover {
   border: 1px solid #4eccb9;
}

/*************************************
  - TP ARROWS   -
**************************************/

.tp-leftarrow, .tp-rightarrow { 
  position: absolute;
  top:42% !important;
  margin-top: 0px !important; /* half the height */
  display: block;
  width: 70px;
  height: 70px;/*
  background-color: rgba(0,0,0,.7);*/
  background-image: url(../images/arrows.png);
  background-repeat: no-repeat;
  cursor: pointer; 
  text-indent: -999em;
  z-index: 100;
  opacity: 0;

  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.fullwidthbanner-container:hover .tp-leftarrow,
.fullwidthbanner-container:hover .tp-rightarrow {
  opacity: 1;
}

.tp-leftarrow {
  left: 0px !important;
  background-position: 0px center;
}

.tp-rightarrow {
  right: 0px !important;
  background-position: -69px center; 
}

.tp-leftarrow:hover, .tp-rightarrow:hover {/*
  background-color: rgba(182,216,47,0.7);*/
} 

/*********************************************

  - BASIC SETTINGS FOR THE BANNER -

***********************************************/

.tp-simpleresponsive img {
    -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-simpleresponsive ul {
  list-style:none;
  padding:0;
  margin:0;
}

.tp-simpleresponsive > ul > li {
  list-stye:none;
  position:absolute;
  visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div { width:10000px; height:10000px;  background: url(../images/slider/revslider/assets/coloredbg.png) repeat;}
