/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}



/* Button */
.tp-caption.flat-button-slider {
	font-family: "Poppins",sans-serif;
	color: #fff;	
	padding: 0 10px 0 10px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	letter-spacing: 1px!important;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;	
}

.tp-caption.flat-button-slider.bg-blue {
	background-color: #247abb;
}

.tp-caption.flat-button-slider.bg-black  {
    background: #222222;	
}

.tp-caption.flat-button-slider.white  {
    border-color: #fff;
    background: #fff;	
    color: #222;
}

.tp-caption.flat-button-slider:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	left: -50%;
	z-index: -1;
	background-color: #247abb;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.tp-caption.flat-button-slider:hover:after {
	transform: skew(-45deg) scaleX(1);
}

.rev_slider .slotholder:after, 
.rev_slider .slotholder .kenburnimg img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    filter: alpha(opacity=60);
}

