
/* 
    Created on : 29 Jan, 2015, 7:06:48 AM
    Author     : Design_mylife
    Purpose    : Revolution slider css
    Version    : V1.9.1
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600,400italic,300italic,300);

.fullwidthbanner{
    width:100%;
    position: relative;
}
.rev-text-center{
    text-align: center;
    font-size: 24px;
    color:#fff !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300;
   line-height: 30px;
}
.rev-title-v1{
  font-family: 'Source Sans Pro', sans-serif !important;
   font-weight: 700 ;
   text-transform: uppercase;
}
.rev-buttons a{
    color:#fff ;
    margin: 5px;
}
.rev-buttons .btn-theme-bg:hover{
    color:#fff;
}
.rev-buttons .border-white:hover{
    color:#333;
}
.tp-caption.modern_big_redbg{
      font-family: 'Source Sans Pro', sans-serif !important; 
      font-weight: 300;
}
.slider-text-title{
    font-size: 50px;
    color:#fff;
}
.uppercase-title{
    font-weight: 700;
    font-size: 45px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.lowercase-caption{
    font-weight: 300;
    font-size: 20px;
    color:#fff;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
}
/************box slider*******/
.tp-banner-container{
    position: relative;
    max-width:1140px;
    margin: 20px auto;
}

/************ken burns***************/

.Ken-burns-heading{
    font-size: 60px;
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif!important; 
}
.ken-burns-cap{
    color:#fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif ;
}


/***index page slider****/
.caption.title-2 {
color: #fff;
font-size: 48px;
line-height: 56px;
font-weight: 900;
text-transform: uppercase;
 font-family: 'Source Sans Pro', sans-serif;
}
.caption.text{
    font-size: 16px;
    font-weight: 300;
    color:#fff;
     font-family: 'Source Sans Pro', sans-serif;
}
.caption.title {
color: #fff;
font-size: 72px;
line-height: 85px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Source Sans Pro', sans-serif;
}
.caption.subtitle {
padding-left: 25px;
border-left: 3px solid #bbb;
color: #fff;
font-size: 24px;
line-height: 33px;
text-transform: uppercase;
font-family: 'Source Sans Pro', sans-serif;
}
.revo-slider-emphasis-text {
font-size: 64px;
font-weight: 700;
letter-spacing: -1px;
  font-family: 'Source Sans Pro', sans-serif;

}

.revo-slider-caps-text {
font-size: 16px;
font-weight: 400;
letter-spacing: 3px;
font-family: 'Source Sans Pro', sans-serif;
}

/***shop slide****/
.shop-slide-heading{
    color:#fff;
    font-size: 45px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
}
.shop-slide-text{
    color:#fff;
}
.shop-discount{
    color:#fff;
    width:80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #3498db;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: 'Source Sans Pro', sans-serif;
}
.modern_big_bluebg{
 font-family: 'Source Sans Pro', sans-serif !important;  
 text-transform: uppercase;
}


.text-center-top{
       color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
}
.text-center-btm{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    line-height:34px !important;
    font-family: 'Source Sans Pro', sans-serif;

}
.left-tile-text{
      color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
}


/****vertical slider****/
.vertical-title{
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
}
.vertical-caption{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
     font-family: 'Source Sans Pro', sans-serif;
}

/* tabs container */
.my-slider-tabs {
	
	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	z-index: 9999;
	overflow-x: hidden;
	
}
 
/* individual tabs */
.my-slider-tabs span {
	
	position: relative; 
	display: inline-block; 
	text-align: center; 
	cursor: pointer;
	
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF; 
	
	/* top and bottom spacing for tab text */
	padding: 15px 0 15px 0; 
	
	background-color: #000; /* IE8 fallback */
	background-color: rgba(0, 0, 0, 0.5); 
	
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	
}
 
/* active tab styles */
.my-slider-tabs span.tab-active {
	
	/* normal cursor for active tab */
	cursor: auto;
	
	/* colored line for active tab */
	border-top: 5px solid #FFF;
	
}
 
/* tab background, active state and mouse over */
.my-slider-tabs span.tab-active, 
.my-slider-tabs span:hover {
	
	background-color: rgba(0, 0, 0, 0.75);
	
}
 
/* tab font size on landscape mobile */
@media screen and (max-width: 640px) {
 
	.my-slider-tabs span {font-size: 10px;}
	
}
 
/* tab font size on portrait mobile */
@media screen and (max-width: 360px) {
 
	.my-slider-tabs span {font-size: 8px;}
	
}
