.af_shiny_button {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    letter-spacing: 0.1em;
	background: #f49801;
    cursor: pointer;
}
.af_shiny_button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    color: #fff !important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
	 box-shadow: 0px 4px #bd6c00;
}
.af_shiny_button:hover {
    color: #999999;
	box-shadow: none;
    transform: translate3d(0, 2px, 0);
    transition: all .4s;
	text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.af_shiny_button a:hover {
    color: #999999;
	box-shadow: none;
    transform: translate3d(0, 2px, 0);
    transition: all .4s;
	text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.af_shiny_button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 2.5s infinite linear;
    -webkit-animation: shiny 2.5s infinite linear;
    -moz-animation: shiny 2.5s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}


.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.af-link-box {
text-align: center;
max-width: 300px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}
.af-link-box img {
 padding: 30px 0 20px 0;
}
.widgetAfTag__header {
	padding-left: 55px!important;
}


aside.profile div.profile__author p.profile__group {
	display: none;
}

.widgetSearch__tag {
	display: none !important;
}

.searchBtn__content {
    height: auto!important;
}