/*-----------------------------------------------------------------------------

-	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;
}




/* Button */
.tp-caption.flat-button-slider {
	border: 2px solid #fff;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(000000, 0, 0, 0.15);
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;	
	font-family: "Poppins", sans-serif;
	-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;	
}

/* Button Blue */
.tp-caption.flat-button-slider.bg-blue  {
    border-color: #18ba60;
    background: #18ba60;
	padding: 0 24px 0 25px;
}

.tp-caption.flat-button-slider.bg-blue:hover, 
.tp-caption.flat-button-slider:hover {
	background-color: #2e363a;
	border-color:#2e363a;
}

/* Button Transparent */
.tp-caption.flat-button-slider.bg-transparent  {
    border-color: #2e363a;
    background: #2e363a;
	padding: 0 28px 0 28px;
}

.tp-caption.flat-button-slider.bg-transparent:hover,
.tp-caption.flat-button-slider:hover {
	background-color: #18ba60;
	border-color:#18ba60;
}

/* Button Blue #2196f3 */
.tp-caption.flat-button-slider.bg-blue_2196f3  {
    border-color: #2196f3;
    background: #2196f3;
	padding: 0 27px 0 33px;
}

.tp-caption.flat-button-slider.bg-blue_2196f3:hover, .tp-caption.flat-button-slider:hover {
	background-color: #2e363a;
	border-color:#2e363a;
}

/* title, sub-title color white */
.tp-caption.title-slide.color-white,
.tp-caption.sub-title.color-white {	
	color: #ffffff;
}

.tp-caption.title-slide.letter-spacing3px {	
	letter-spacing: 1.7px !important;
}

/* Button border-radius */
.tp-caption.flat-button-slider.border-radius-3px {
	border-radius: 3px;
}


