body{
	margin:0; padding:0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.header {
    background-image: url(../images/bo_play_pattern.png);
    padding: 14px 0;
    background-color: rgb(51, 42, 33);
    outline: none;
    border-color: rgb(215, 215, 215);
    border-width: 1.5px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}
.visible:before {
    left: 75% !important;
	}

ul.Head_foot {
    text-align: center;
	    padding: 0;
}
ul.Head_foot li a, .copy-right {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
	font-family: Ubuntu, Helvetica, sans-serif;
	    margin: 0;
}

ul.Head_foot li {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 8px 8px 3px;
}
.footer{
	background-image: url(../images/bo_play_pattern.png);
    padding: 30px 0;
    background-color: rgb(51, 42, 33);
	background-position-y: -3px;
	}
.footer img {
    max-width: 200px;
    margin: 0 auto;
}
.header img {
    max-width: 96%;
}
.flex_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Headline b {
    color: rgb(255, 227, 0);
}

.Headline {
        text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
}
.heading_2 {
    text-align: center;
    font-size: 32px;
    color: rgb(0, 117, 178);
	margin: 0;
}
.form_section {
    padding-top: 20px;
}


.animatable{
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.1);
  }
  80%{
    opacity: 1;
    transform: scale(0.89);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}

.custom_border {
    padding: 10px 20px 25px;
    background-color: rgb(240, 240, 240);
    border-color: rgb(196, 196, 196);
    border-width: 5px;
    border-style: solid;
}
.form_inner_area {
    background-color: #FFF;
    border: 2px solid #DDD;
    border-radius: 4px;
}
.step-1, .step-2 {
    padding: 15px;
    transition: all 0.5s ease;
    float: left;
    width: 50%;
}
.step-1-Number, .step-2-Number {
    font-weight: bold;
    font-size: 27px;
    line-height: 37px;
    float: left;
    margin-right: 15px;
	font-family: 'Ubuntu', sans-serif;
	
}
.step-1-SubTitle, .step-2-SubTitle {
    font-size: 12px;
}
.StepActive .stepTitle {
    color: #0d77aa;
}
.stepTitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Ubuntu, Helvetica, sans-serif ;
    color: #2f2f2f;
    opacity: .7;
}
.StepHeader{
    background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, white, #f3f3f3);
    background-image: -moz-linear-gradient(top, white, #f3f3f3);
    background-image: -o-linear-gradient(top, white, #f3f3f3);
    background-image: -ms-linear-gradient(top, white, #f3f3f3);
    background-image: linear-gradient(to bottom, white, #f3f3f3);
    border-bottom: 2px solid rgba(0,0,0,0.1);
    cursor: auto;
}
.shippingWrap {
    position: relative;
    margin-top: 15px;
    padding: 8px 0px;
}
.Address-Shipping {
    text-transform: uppercase;
    font-weight: bold;
    color: #626262;
    font-size: 12px;
    background-color: #fff;
    padding-right: 10px;
    position: absolute;
    z-index: 1;
    margin-top: -9px;
}
.ShippingBar {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgba(221,221,221,0.4);
    top: 7px;
}
.Shipping_area select {
    border-radius: 5px !important;
    background-color: #F1F1F1;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    margin-top: 15px;
}
.elButton {
    color: rgb(255, 255, 255);
    background-color: rgb(26, 182, 58);
    margin-top: 20px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    border-left: none !important;
    border-right: none !important;
    padding: 13px 35px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-family: Ubuntu, Helvetica, sans-serif;
}
.order2ButtonSubText, .order2ButtonSubText2 {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #9c9c9c;
}
a.elButton:hover {
    background-color: #15922f !important;
    color: #ffff;
    text-decoration: none;
}
.StepProgress {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease;
    height: 5px;
    width: 100%;
    background-color: #1372A8;
    clear: left;
    position: relative;
}
.StepProgress:before {
    content: "\f0d8";
    color: #1372A8;
    position: absolute;
    font-size: 32px;
    top: -20px;
    left: 25%;
    transition: all 0.5s ease;

}
.step_step1, .step_step2 {
    padding: 20px;
}
.goBacktoStepOneOrder {
    font-family: Ubuntu, Helvetica, sans-serif;
    display: block;
    color: #888 !important;
    font-size: 11px;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 0;
}
.OptinItem1, .LabelPrice1 {
    font-weight: 700;
    font-family: Ubuntu, Helvetica, sans-serif;
}
.ProductName label {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 400;
}
.elCreditCardForm.clearfix {
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(221,221,221,0.18);
}
.elCreditCardForm.clearfix input , .cc-expirey-month, .cc-expirey-year{
    background-color: #FFF !important;
    margin-top: 15px;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
}
.ccNumberWrap {
    float: left;
    width: 65%;
}
.ccCVCWrap {
    float: left;
    width: 35%;
    padding-left: 20px;
}
.ccMonthWrap {
    float: left;
    width: 37.5%;
    padding-right: 20px;
}
.ccYearWrap {
    float: left;
    width: 37.5%;
}
.ProductName {
    padding: 5px;
}
.ProductName input[type="radio"] {
    margin-right: 5px;
    margin: 4px 5px 0 0;
}
.OptinLabel {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.step_step1 input {
    border-radius: 5px !important;
    background-color: #F1F1F1;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    margin-top: 15px;
}
.ccInputText {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1.5px solid rgb(201, 201, 201);
}
.rating_title {
    text-align: center;
    font-size: 38px;
    margin-top: 0;
    padding-bottom: 30px;
}
.rating p {
    font-size: 18px;
}
.rating h2 {
    font-weight: 800;
    font-size: 22px;
    margin-top: 15px;
}
.rating hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-width: 2px;
    border-color: rgb(224, 224, 224);
    border-top-style: solid;
}

.elButtonMain {
    color: rgb(255, 255, 255);
    background: rgb(2, 180, 82);
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.13);
    border-bottom: 4px solid rgba(0,0,0,0.13);
    box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.22);
    border-radius: 6px;
    width: 520px;
    display: table;
    margin: 0 auto;
    font-weight: 700;
}
.elButtonMain .fa.fa-arrow-up {
    margin-left: 10px;
}
.back_to_top {
    text-align: center;
    padding: 40px 0;
    display: table;
    width: 100%;
}
@media (min-width: 1200px){
.container {
    width: 1130px;
}
}
@media (max-width: 998px){

.Headline {
    font-size: 18px;
}
}

@media (max-width: 767px){
.flex_area {
    display: block;
}
.header img {
    max-width: 200px;
    margin: 0 auto;
}
.elButtonMain {
    width: 90%;
}
img.img-responsive.hide_mobe {
    display: none;
}
img.img-responsive.show-mob {
    display: block !important;
}
.Headline {
    font-size: 14px;
    padding: 15px 0 0;
}
.rating_title {
    text-align: center;
    font-size: 22px;
	}
.step-1-Number, .step-2-Number {
   
    font-size: 30px;
    margin-right: 0;
    display: table;
    width: 100%;
}
	
}

@media (max-width: 600px){
ul.Head_foot li {
    padding: 0 10px;
}
}
@media only screen  and (min-device-width : 320px) and (max-device-width : 600px){ 
     .elCreditCardForm.clearfix input , .cc-expirey-month, .cc-expirey-year{
    padding: 12px 10px !important;
}
  }