/* BEDIN REVOLUTION SLIDER */
.revolution-slider {
    position: relative;
    width:100% !important;
    height:100%;
   	z-index: 1;
	overflow: hidden;
    padding:0;
    margin-bottom: 0;
    max-height: 100%;
}
.fullwidthabnner {
    width: 100%;
    position: relative;
}
.fullwidthbanner-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}
.tp-bannershadow {
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	width: 12px;
	height: 12px;
	border-radius: 50% !important;
	background: #d8d8d8;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background: #919191;
}
.slide_title_white {
	color: #000;
	text-align: left;
    font: 2.6em/2.2em "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    background: rgba(206, 196, 143, 0.8);
	padding: 10px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slide_title_white .corner-box {
    width: 0;
    height: 0;
    border-bottom: 70px solid #6c2a4c;
    border-left: 70px solid transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.slide_title_white .corner-box:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    bottom: -60px;
    width: 0;
    height: 0;
    border-bottom: 50px solid rgba(255, 255, 255, 0.5);
    border-left: 50px solid transparent;
}
.slide_title_white_bold {
	font-weight: 400;
}
.slide_subtitle_white {
	font: 300 18px/25px "Raleway", Arial, sans-serif;
	padding: 5px 10px;
	color: #fff;
	text-align: center;	
}
.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.tp-caption.large_bold_white {
    font-family: "Raleway", Arial, sans-serif;
}
.tp-caption.mediumlarge_light_white_center {
    font-size: 46px;
    font-family: "Raleway", Arial, sans-serif;
}
.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Raleway", Arial, sans-serif;
    color: rgb(255, 255, 255);
    outline: 2px solid rgba(51,51,51,0.2);
    text-shadow: 2px 3px 0 #000;
    background: rgba(225, 186, 96, 0.8);
    padding: 10px 20px 15px;
}
.tp-caption.small_bg_black {
    width: 420px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    font-family: "Raleway", Arial, sans-serif;
    color: rgb(255, 255, 255);
    outline: 2px solid rgba(51,51,51,0.2);
    text-shadow: 2px 3px 0 #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px 15px;
}

.caption-a .btn {
    border: none;
    text-shadow: none;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 25px !important;
    line-height: 41px !important;
    -webkit-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
}
.caption-a .btn.btn-1 {
    background: rgba(0, 0, 0, 0.8);
    color: #e1ba60;
}

.caption-a .btn.btn-1:hover, .caption-a .btn.btn-1:focus {
    background: rgba(225, 186, 96, 0.8);
    color: #222222;
}
.caption-a .btn.btn-2 {
    background: #fbbd02;
    color: #FFF;
    border: 1px solid #FFF;
}
.caption-a .btn.btn-2:hover, .caption-a .btn.btn-2:focus {
    background: rgba(255, 255, 255, 1);
    color: #000;
}
.bigtitle {
    font: 300 24px/30px "Raleway", Arial, sans-serif;
    color: #d2b032;
}
.slide_subtitle {
	font: 300 26px/32px "Raleway", Arial, sans-serif;
	color: #1d2b57;
}
.slide_title {
	font: 300 47px/66px "Raleway", Arial, sans-serif;
	color: #3f5862;
}
.slide_list_item {
	font: 400 14px/20px "Raleway", Arial, sans-serif;
	background: #E84D1C;
	padding: 5px;
	color: #fafafa;	
}
.slide_desc {
	color: #A8FAA6;
	font-size: 14px;
	line-height: 25px;
}
.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
}
.slide_btn {
	font: 300 14px/14px "Raleway", Arial, sans-serif;
	background: #6fc561;
	padding: 7px 15px;
	color: #fff;	
	cursor: pointer;
}
.ind-slide-caption {
    border-radius: 3px;
    background: transparent;
    padding: 11px 17px;
    margin-bottom: 20px;
    font: 300 18px/26px "Raleway", Arial, sans-serif;
    color: #333;
    border: 2px solid #F7C51D;
}
.tp-leftarrow.default,
.tp-rightarrow.default{
	opacity: 0.7;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	opacity: 1;
}
.revolution-slider .hidearrows {
	opacity: 0;
}