body {
    /*font-family: PT Serif,Georgia,Times,serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #f5f5f5;
}
a{
    color: #ea0506;
}
a:hover{
        color: #980001;
}
h1,h2,h3,h4{
    font-family: 'Zilla Slab', serif;
}

.container {
    background: white;
}

.header {
    /*font-family: 'Lora', serif;*/
    background: white;
    -webkit-box-shadow: 0 3px 4px 0 #e5e5e5;
            box-shadow: 0 3px 4px 0 #e5e5e5;
}

.header h1{
    font-weight: bold;
    font-size: 2.5rem;
}

.logo {
    max-width: 100px;
    padding-top: 17px;
    -webkit-filter: invert(16%) sepia(49%) saturate(7216%) hue-rotate(358deg) brightness(94%) contrast(100%);
            filter: invert(16%) sepia(49%) saturate(7216%) hue-rotate(358deg) brightness(94%) contrast(100%);
    ;
}

.mag {
    width: 100px;
	margin-bottom: 10px;
}

.premiumCopy {
    font-size: 18px;
    line-height: 48px;
}

.main,
.secondary {
    margin-top: 28px;
    border: 1px #e5e5e5 solid;
    border-radius: 2px;
    padding: 30px 0;
}

.offerContainer {
    padding-top: 15px;
}

.offerContainer p {
    margin-top: 20px;
    font-size: 21px;
    line-height: 27px;
}

.offerSelection {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
}

button {
    font-size: 1em;
    margin-top: 23px;
    background-color: #e90606;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 4px 0 #e4e4e4;
            box-shadow: 2px 2px 4px 0 #e4e4e4;
    color: #fff;
    padding: 18px 28px;
}

.savings {
    color: #e90606;
    font-weight: bold;
    line-height: 26px;
    margin: 30px 0;
    font-size: 18px;
}

.csInfo {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 27px;
}

.csInfo h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    display: inline;
}

.module {
    position: relative;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    border-radius: 4px;
    margin: 0 auto 10px;
    padding: 27px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95%;
    max-width: 620px;
}

.module h2 {
    font-size: 21px;
    line-height: 21px;
    margin: 0;
    padding-bottom: 27px;
}

.module .tip {
    position: absolute;
    top: 33px;
    right: 40px;
    color: #666;
    font-size: 13px;
    line-height: 16px;
}

.module label {
    position: absolute;
    top: -16px;
    left: 10px;
    font-size: 12px;
    color: #666;
    line-height: 57px;
    -webkit-transition-property: top, left;
    -o-transition-property: top, left;
    transition-property: top, left;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.form-row>[class*=col-] label {
    left: 15px;
}

.customer p {
    text-align: center;
}

.form-group {
    position: relative;
}

.form-control {
    border: 1px #ababab solid;
    border-radius: 2px;
    line-height: 57px;
    padding: 10px 20px 0;
    height: 56px;
    color: #666;
}

.summary {
    background-color: #f5f5f5;
}

.autorenew {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.autorenew_vt{
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    display: none;
}

.summary button {
    width: 100%;
}

footer .container {
    background: none;
    font-size: 13px;
    line-height: 18px;
    max-width: 1024px;
    padding: 20px;
}

footer .row {
    margin: 20px 0;
}

.error.container {
    margin-top: 28px;
    background: none;
    color: red;
}

.mainOffer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.format {
    display: inline-block;
}

.price {
    float: right;
}
.offerSelection label {
    font-size: 1em;
    margin-top: 23px;
    background-color: #e90606;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 4px 0 #e4e4e4;
            box-shadow: 2px 2px 4px 0 #e4e4e4;
    color: #fff;
    padding: 18px 28px;
    cursor: pointer;
    font-weight: 500;

}
.offerSelection input[type="radio"] {
     opacity: 0; 
    position: absolute;
}
.offerSelection label.off{
    background-color: #666;
}
.offerSelection label:hover {
    background: #bd1819;
}
.order, .price{display: none;}

@media only screen and (max-width: 767px) {
    .offerSelection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 400px;
        padding: 0 10px;
    }

    .module .tip {
        top: 50px;
    }
}