/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-parent-id-2 > .master-slider{ background:#000000; }
.top_slider .slide_content{
	width: 35%;
  margin-left: 10%;
  margin-bottom: 3%;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(247, 130, 0, .6);
  
}

.top_slider .slide_content h2{
	font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  hyphens: none;
}

.top_slider .slide_content h3{
	font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  hyphens: none;
}

.top_slider .slide_content .slider_btn{
	text-transform: uppercase;  
  border: none;
  font-weight: 700;
  background: #f57121;
  color: #fff;
  padding: 7px 10px;
  
  -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top_slider .slide_content .slider_btn:hover{
	background: #fff;
  color: #b93207;
}

.top_slider a{
	outline: 0;
  text-decoration: none;
}