.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}


/* SAVIA Specific Styles */

.tp-caption.savia_big_title{
	  position: absolute; 
      font-size: 52px;
      line-height: 62px;
      color: #222;
      letter-spacing: 1px;
      text-transform: uppercase;
	  font-family: 'NovecentowideLightBold', arial, sans-serif;
  	  text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}
.tp-caption.savia_sub_title{
      font-family: 'Droid Serif', arial, sans-serif;
      font-size: 24px;
      line-height: 36px;
      font-style: italic;
      font-weight: 300;
      color: #444;
  	  text-align: center;
	  white-space: pre !important;
}

.tp-caption.savia_dark_text {
	  position: absolute; 
      font-size: 28px;
      line-height: 40px;
      color: #222;
      letter-spacing: 0px;
      text-transform: uppercase;
	  font-family: 'Open Sans', arial, sans-serif;
  	  font-weight: 600;	
}

.tp-caption.savia_big_title_white{
	  position: absolute; 
      font-size: 52px;
      line-height: 62px;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
	  font-family: 'NovecentowideLightBold', arial, sans-serif;
  	  text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.tp-caption.savia_sub_title_white{
      font-family: 'Droid Serif', arial, sans-serif;
      font-size: 24px;
      line-height: 36px;
      font-style: italic;
      font-weight: 300;
      color: #fff;
  	  text-align: center;
	  white-space: pre !important;
  	  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.tp-caption.savia_huge_title_white{
	  position: absolute; 
      font-size: 60px;
      line-height: 72px;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
	  font-family: 'NovecentowideLightBold', arial, sans-serif;
  	  text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.tp-caption.savia_sub_title_big_white{
      font-family: 'Droid Serif', arial, sans-serif;
      font-size: 32px;
      line-height: 40px;
      font-style: italic;
      font-weight: 300;
      color: #fff;
  	  text-align: center;
	  white-space: pre !important;
  	  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.savia_button{
  		position: relative;
  		font-family: NovecentowideLightBold;
		border-style: solid;
		-moz-border-radius: 2em;
		-webkit-border-radius: 2em;
		border-radius: 2em;
		
		color: white !important;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)!important;
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 400;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
    
  		background-color: #fea700;
		background-image: -moz-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -ms-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -o-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: -webkit-linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		background-image: linear-gradient(top, rgba(254, 165, 0, 0.7), rgba(254, 117, 0, 0.7));
		padding: 0.7em 1.85em;
		box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.4) inset, 0 0;
    	border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4);
		border-width: 1px;
}
.savia_button:hover {
		background-color: #ffd972 !important;
}
.savia_button:after {  
		content: '';
		position: absolute;
		border: 4px solid rgba(256, 256, 256, 0.4);
		left: -4px;
		top: -4px;
		width: 100%;
		height: 100%;
		border-radius: 30px;
}

@media only screen and (max-width: 960px) {

  .savia_button:after {  
          border: 2px solid rgba(256, 256, 256, 0.4);
          left: -2px;
          top: -2px;
  }

}




.orange_border { width: 5.5em;height: 0.3em; background-color: #ffd700;}
.green_border { width: 5.5em;height: 0.3em; background-color: #e4ff00;}
.blue_border { width: 5.5em;height: 0.3em; background-color: #fe9400;}

  
  
  
/* Arrows Savia style */
  
.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: 10px;
    text-align: center;
    width: 44px;
    font-size: 20px;
}
.tparrows {
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
	background: rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.tparrows:hover {
	background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows.tp-leftarrow:before {
    margin-left: -2px;
}


/* SAVIA Specific Styles */

