/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.header-scrolled .donation_btn {
    margin-top: 10px;
}

.donation_btn {
    color: #FFFFFF;
    background: #DB1119;
    font-family: "Cinzel";
    text-decoration: none;
    font-weight: bold;
    padding: 15px;
    display: block;
    width: 200px;
    text-align: center;
    margin-top: 25px;
}

a:hover .donation_btn{
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #333333;
  color:            #fff;
  } 

a:link{
  text-decoration:  none;
  }


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
#header .widget {
    left: auto;
    right: 90px;
    float: right;
    padding-top: 0;
    position: absolute;
    top: 5;
    transform: translate(-0%);
    z-index: 999999;
    line-height: 8px;
}


.main_color .thq-content-slider .slide-image{
    background: none !important;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.donation_btn { display: none; }  
}