.carousel-inner img {
    width: 100%;
    height: 100%;
  }

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

h2
{
	font-size: 50px;
	color: #FF9800;
}

.btn
{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #fff;
}

.btn {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

.btn:hover
{
	color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

.center
{
	text-align: center;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.view img, .view video {
    position: relative;
    display: block;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #FF9800;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}



section
{
	margin-bottom: 50px;
}

.date
{
	font-weight: 400;
    color: #a0a0a0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.breadcrumb {
    padding: 1.75rem 6rem;  
}

.category-box
      {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #ebe8e4;
        height: 40%;

      }

      form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: none !important;
  float: left;
  width: 80%;
  background: #f1f1f1;
  outline: none;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #ff9800;
  color: white;
  font-size: 17px;
  border: none !important;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #ff9800;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.article-btn
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

 .btn-success:not(:disabled):not(.disabled):active
 {
  color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
 }
.img-size {
	width:376px;
	height:171px;
}
 