html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: #160201;
    /* cursor: url(../img/home/arrow.png), default; */
    background-size: cover;
    height: Auto;
}

@font-face {
   font-family: 'museo-300';
   src: url('fonts/MuseoSans-300.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-300.woff') format('woff'),
   url('fonts/MuseoSans-300.ttf') format('truetype'), 
   url('fonts/MuseoSans-300.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'museo-500';
   src: url('fonts/MuseoSans-500.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-500.woff') format('woff'),
   url('fonts/MuseoSans-500.ttf') format('truetype'), 
   url('fonts/MuseoSans-500.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'museo-700';
   src: url('fonts/MuseoSans-700.eot');
   src: local(':relaxed:'), url('fonts/MuseoSans-700.woff') format('woff'),
   url('fonts/MuseoSans-700.ttf') format('truetype'), 
   url('fonts/MuseoSans-700.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}

.banner-holder {
    width: 100%;
    height: 393px;
    background-size: cover !important;
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 19.5% 0;*/
    display: table;
}
.donation-menu .inside p {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-family: 'museo-500';
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}
.donation-menu {
    width: 30%;
    float: left;
}
.group {
    display: table;
    background: url(../img/home/bg.jpg);
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.group ul {
    padding: 10px 0;
    margin: 0;
}
.group li {
    list-style: none;
    display: block;
}
.group a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'museo-300';
    color: #fff;
    display: block;
    padding: 5px 9px;
    border-radius: 5px;
}
.group a:hover {
    background: #4d120a;
    color: fff;
}
.group ul.tab {
    width: 100%;
    float: left;
}

.donation-view {
    width: 100%;
/*    float: left;
    padding: 3%;
    margin: 0 0 0 3%;
    background: url(../img/home/bg.jpg);
    background: #1d1c1a;
    box-shadow: 0 0 10px #000;*/
    background-size: cover;
}

div#tier2 {
    display: table;
    width: 100%;
}
.title-page p {
    font-size: 30px;
    color: #efeff1;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'museo-700';
}

.set-details {
    width: 49%;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    border: 1px dashed #fff;
    transition: background 0.5s ease-in-out;
}

.set-details ul {
    padding: 0;
    margin: 0;
}
.set-details li {
    display: inline-block;
    list-style: none;
    font-family: 'museo-500';
    color: #8e8e8e;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 2%;
}
.set-details li:nth-child(2) {
    width: 56%;
    float: right;
}


.category {
  width: 100%;
  display: table;
}


.title img {
    width: 124px;
    height: 200px;
}
.image-holder img {
    width: 500px;
    height: 300px;
}
.set-details .title{
	position: relative;
}
.set-details:hover {
    background: #000;
}
.set-details .title p {
    font-size: 17px;
    color: #efeff1;
    margin: 0;
}
.set-details .button-view {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.set-details .button-view a {
    /* background: #ededed; */
    border: 1px solid #db5822;
    border-radius: 25px;
    outline: none;
    padding: 5px 21px;
    font-size: 14px;
    text-decoration: none;
    color: #c0300a;
    font-family: 'museo-500';
    transition: background 0.5s ease-in-out;
    cursor: pointer;
}
.set-details .button-view a:hover {
    background: #db5822;
    color: #fff;
}

.group .active {
	background: #4d120a;
	width: 100%
}

.active{
	background: #4d120a;
	width: 100%
}


/*tier2*/
.design .button-back {
    text-align: left;
    padding: 0 0 10px;
}
.design .button-back a {
    text-decoration: none;
    color: #c0a37b;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 10px;
    font-family: Verdana, sans-serif;
}
.image-holder {
    padding: 20px 0;
}
.design {
    width: 100%;
    float: left;
    /* padding: 3%; */
    /* margin: 0 0 0 3%; */
    /* background: url(../img/home/bg.jpg) no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0 0 10px #000; */
    text-align: center;
}
.design .title p {
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-family: 'museo-500';
    text-align: center !important;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}

.set-info {
    max-width: 300px;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    border: 1px dashed #fff;
    padding: 0 5px 15px;
}
.set-info p {
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
}
.set-opt p {
    margin: 0;
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
}

.paypal {
    display: table;
    width: 100%;
    margin: 10px 0 0;
    border-top: 2px solid #4d120a;
}
.paypal a {
    display: block;
    margin: 10px 0;
}

.paypal p {
    margin: 0;
    font-size: 17px;
    font-family: 'museo-500';
    color: #fff;
    text-align: left;
    max-width: 207px;
    margin: 3px auto;
}

.link-method {
    margin: 10px 0;
}
.link-method a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'museo-500';
}
/*end tier2*/


img.resize {
    width: 40%;
    height: auto;
}
img.t2acc {
    width: 27%;
    height: auto;
}
img.vip{
    width: 127px;
    height: auto;
}

.desc p {
    margin: 0;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.desc p:last-child {
    border:0;
}

.info p {
    margin: 0;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.info p:last-child {
    border:0;
}

.donation-info {
    max-width: 600px;
    margin: 10px auto;
    background: rgba(0,0,0,0.4);
    border: 1px dashed #fff;
    padding: 0 5px 15px;
}

.donation-info p.price{
    margin: 0 auto;
    color: #fff;
    font-family: 'museo-500';
    text-align: center;
    font-size: 25px;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #4d120a;
}

.box .title p {
    /*margin: 0 auto; */
    /* color: #fff; */
    font-size: 22px;
    font-family: 'museo-500';
    text-align: left;
    /* padding: 10px; */
    font-family: Verdana, sans-serif;
    /* background: rgba(0,0,0,0.4); */
    /* border-bottom: 1px solid #4d120a !important; */
    /* border-top: 1px solid #4d120a !important; */
}

.info ul {
    padding: 0;
    margin: 10px;
}

.info li {
    list-style: none;
    font-size: 16px;
    color: fff;
    font-family: 'museo-300';
    text-align: left;
}

img.t2wing {
    width: 124px;
    height: 140px;
}

img.weapon-resize {
    width: 90px;
    height: 155px;
}

img.shield-resize {
    width: 90px;
    height: 120px;
}
img.view-resize {
    width: 62px;
    height: 90px;
}

.terms-details {
    width: 100%;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    box-shadow: 0 0 10px #000;
}
.terms-details p {
    color: #fff;
    font-size: 18px;
    font-family: 'museo-300';
}

.method-details .title p {
    font-size: 18px;
    color: #fff;
    font-family: 'museo-300';
    text-align: center;
}
.method-details .title a{
    font-size: 18px;
    color: #fff;
    /*text-decoration: none;*/
    font-family: 'museo-300';
    text-align: center;
}
.method-details .title p:first-child {
    font-size: 45px;
    margin: 19% 0;
    text-align: center;
    font-family: 'museo-700';
}

.method-details {
    width: 100%;
    height: 503px;
    float: left;
    display: table;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    margin: 2px;
    box-shadow: 0 0 10px #000;
}


img.resize-dl {
    width: 30%;
    margin-right: 20px;
    vertical-align: middle;
}

a.resize-text {
    font-size: 24px;
    font-family: 'museo-700';
}

.donation-view img.vote_goal {
    width: 100%;
}
a.style {
text-decoration: none;
    color: #c0a37b;
    /* font-family: 'museo-300'; */
    font-size: 15px;
    /* cursor: url(../img/home/arrow.png), default; */
    float: left;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 10px;
    font-family: Verdana, sans-serif;
}