@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***** Global reset styles *******/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
*,
*:after,
*:before {
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    background: url(../images/body-bg.jpg) no-repeat #f5f5f5;
    height: 100%;
    display: table;
    width: 100%;
}
html {
    height: 100%;
    display: table;
    width: 100%;
}
a,
img {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
}
/*** Headings ***/

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 23px;
}
h2 {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}
h3 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
h4 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
h5 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
h6 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
a:hover,
a:focus,
a:active {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
/*** Typography ***/

b,
strong {
    font-weight: bold;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
small {
    font-size: 85%;
}
/* standard-css */

a,
a:visited {
    color: #ee4723;
}
a:hover {
    color: #000000;
}
::-webkit-input-placeholder {
    color: #333!important;
    font-family: 'openSans-light';
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333!important;
    font-family: 'openSans-light';

}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333!important;
    font-family: 'openSans-light';

}
:-ms-input-placeholder {
    color: #333!important;
    font-family: 'openSans-light';

}
/* all */
.airpod-form::-webkit-input-placeholder {
     color:#333!important; 
    font-family: 'openSans-light';
 }
.airpod-form::-moz-placeholder {
    color:#333!important;
    font-family: 'openSans-light';
 } /* firefox 19+ */
.airpod-form:-ms-input-placeholder {
    color:#333!important;
    font-family: 'openSans-light';
} /* ie */
.airpod-form input:-moz-placeholder {
    color:#333!important;
    font-family: 'openSans-light';
}
ol {
    list-style: outside decimal;
    padding-left: 15px;
    font-size: 14px;
}
ol li {
    margin-bottom: 5px;
}
ul {
    list-style: outside disc;
    padding-left: 15px;
    font-size: 14px;
}
ul li {
    margin-bottom: 5px;
}
table {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}
table tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
input[type="button"] {
/*    transition: 1s;
    -webkit-transition: 1s;*/
}
input[type="button"]:hover {
    transition: 1s;
    -webkit-transition: 1s;
}
.theme-btn {
    display: table;
    margin: 20px auto 0;
    background: url(../images/btn-bg.jpg) repeat-x;
    width: 360px;
    height: 64px;
    text-align: center;
    color: #000;
    float: left;
    border: none;
    border-bottom: 5px solid #16a727;
    border-radius: 5px;
    font: 20px 'Lato-Bold';
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px #555;
}
.iphone-con {
    margin: 0 auto;
    width: 1150px;
    display: table;
    position: relative;
    overflow: hidden;
}
.iphone-con .h-grp {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 35px;
    z-index: 99;
}
.iphone-con .h-grp h1 {
    font: 52px 'OpenSans-Light';
    color: #333333;
}
.iphone-con .h-grp h2 {
    font: 30px 'OpenSans-Light';
    color: #333333;
}

.product-block {
    position: relative;
    margin-top: 95px;
    color: #394551;
    z-index: 99;
}
.prdct-spec-1 {
    position: absolute;
    top: 0;
    width: 275px;
    right: -242px;
}
.prdct-spec-1:before {
    background: url(../images/spec-1.png) no-repeat;
    width: 638px;
    height: 640px;
    display: block;
    content: "";
    position: absolute;
    right: -127px;
    top: -250px;
    z-index: -1;
}

.prdct-spec-1 > span {
    display: block;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 23px;
    font-family: 'OpenSans-Light';
    color: #000;
}
.enter-contest {
    width: 325px;
    float: left;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    color: #394551;
    margin-left: 18%;
}
.contestant {
    color: #fff;
    text-align: center;
    width: 100%;
    display: table;
    background: #2fca41;
    padding: 5px 0;
}
.information-block {
    margin-top: 50px;
}
.information-block p {
    color: #808080;
    margin-bottom: 30px;
    line-height: 22px;
}
.information-block h6 {
    color: #808080;
    margin-bottom: 5px;
}
.price-tag {
    background: url(../images/circle.png) no-repeat;
    width: 126px;
    height: 126px;
    left: 161%;
    position: absolute;
    top: -225px;
    text-align: center;
    color: #fff;
    z-index: 999;
}
.only {
    font: 24px 'OpenSans-Light';
}
.one {
    font-weight: bold;
    font: 48px 'OpenSansBold';
    line-height: 40px;
    margin: 3px 0;
}
.price-tag span {
    display: block;
}
.price {
    margin: 25px 0 0;
}
/*.form-block {
    background: #fff;
    border-radius: 5px;
    display: table;
    width: 365px;
    float: right;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}*/
.form-block {
    background: url('../images/shadow-box.png');
    border-radius: 5px;
    display: table;
    width: 372px;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-block h4 {
    color: #0088cc;
    font: 18px 'OpenSans-Light';
    line-height: 22px;
    padding: 20px 35px;
}
.form-block form {
    padding: 0px 35px 10px;
}
.form-group {
    display: table;
    width: 100%;
}
.form-group.half {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.form-group.half:first-child {
    margin-left: 0px;
}
span.blue-label {
    color: #2297e2;
    font-size: 16px;
    font-family: 'OpenSans-Light';
    line-height: 21px;
    padding: 3px 0 9px;
    display: block;
}
.padl0 {
    padding-left: 0px;
}
.form-control {
    height: 38px;
    box-shadow: none;
}
.form-block label {
    margin-bottom: 8px;
    display: block;
}
.form-block .form-group {
    margin-bottom: 18px;
}
.iphone-form-block {
    margin: 0;
    float: right;
}
.iphone-form-block .theme-btn {
    float: right;
    margin-bottom: 10px;
}
.checkbox-img input[type="checkbox"] {
    cursor: pointer;
    height: 13px;
    left: 2px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 10px;
    width: 13px;
    z-index: 2;
}
.checkbox-img input[type="checkbox"]:checked + .checklabel:after {
    background: url(../images/tick.png) no-repeat center center;
    border: none;
    bottom: 20%;
    content: " ";
    display: block;
    height: 13px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 13px;
    border-radius: 3px;
}
.chk-bx .checkbox-img .checklabel {
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    display: block;
    height: 13px;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 10px;
    transition: all 0.7s ease 0s;
    width: 13px;
    z-index: 1;
}
.chk-bx .side-text label {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    color: #394551;
}
.side-text label {
    font-size: 16.67px;
    padding-left: 20px;
    padding-top: 10px;
}
.side-text {
    float: none;
    display: inline-block;
    width: auto;
    margin-left: 10px;
    color: #394551;
    font-size: 12px;
    margin-top: 1px;
}
.btm-button {
    float: right;
    margin: 0;
}
.checkbox-img {
    position: relative;
    top: -6px;
}
.side-text a {
    color: #394551;
    text-decoration: underline;
}
.silver {
    background: #dddfde;
}
.gold {
    background: #e3d0ba;
    margin: 0 13px;
}
.space-gray {
    background: #abaeb1;
    border: 1px solid #000;
}
.form-block input[type="button"] {
    font: 14px 'Lato-Regular';
    padding: 0;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: inline-block;
    width: 94px;
    height: 35px;
}
.outline-offset {
    border: 1px solid #abaeb1;
    border-radius: 7px;
    padding: 3px;
    display: inline-block;
}

.prod-sm{
  display: none;
}

.main-box-check {
    margin: 11px auto 0;
    position: relative;
    width: 100%;
    text-align: center;
}
.checkbox-img {
    position: relative;
    top: -6px;
    left: 0;
    display: inline-block;
}
.prod-xs{
  display: none;
}



.iphone-con.iphone-cover-wrapper{
  padding-top: 150px;
}
.iphone-con.iphone-cover-wrapper .h-grp{
  margin-top: 0;
}
.iphone-con.iphone-cover-wrapper .iphone-form-block{
  margin-top: 0;
}
.uppercase{
  text-transform: uppercase;
}
.h-grp.align-left{
  text-align: left;
}
.left-section{
  width: 60%;
}
.right-section{
  width: 40%;
}

.iphone-con.iphone-cover-wrapper .product-block{
  margin-top: 61px;
}
.pro-radio input {
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    color: #574e6c;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    display: inline-block;
}
.label_radio label {
    margin-left: 10px;
    color: #888;
    font-family: "OpenSansRegular"!important;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.align-right{
    text-align: right;
}
.hav {
    margin-top: 10px;
    margin-bottom: 20px !important;
}
.selectcard {
    margin-bottom: 10px;
}
.hr_border {
    border-top: 1px solid #F0F0F0;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100% !important;
    display: block;
    text-align: left;
    margin-left: 0;
}
.mg-b-0{
    margin-bottom: 0!important;
}
.link_label, .link_label a {
    font-size: 11px;
    color: #888;
}
sup {
    font-size: 75%;
}
.link_label a{
    text-decoration: underline;
}

.card-radio {
    margin-right: 17px;
    display: inline-block !important;
}
.checkbox-block .radio-box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox-block {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 14px;
    vertical-align: top;
}
.card-radio label {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
.checkbox-block .radio-icon {
    border-radius: 25px;
    display: block;
    height: 14px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: 4px;
    width: 14px;
    z-index: 9999;
}
.checkbox-block span {
    display: block;
    width: 12px;
    height: 12px;
    z-index: 99;
    border: 1px solid #a2a2a2;
    padding: 0 !important;
}
.checkbox-block input[type="radio"]:checked + span {
    background-image: url('../images/radio-active.png');
    background-repeat: no-repeat;
    border: none;
    display: block;
}
.checkbox_box {
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    position: relative;
    width: 13px;
}
.checkbox_box input {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.checkbox_box span {
    position: absolute;
    left: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background: url('../images/check-bx-icon.png');
    background-repeat: no-repeat;
    display: block;
    pointer-events: none;
}
.checkbox_box input[type="checkbox"]:checked + span {
    background-image: url('../images/check-bx-icon-active.png');
    background-repeat: no-repeat;
    border: none;
    display: block;
    width: 13px;
    height: 13px;
}
.expir {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 10px 5px;
}
.selectform {
    display: inline-block;
    margin-right: 20px;
}
.monthselect {
    margin-right: 20px;
    width: 60px;
    text-indent: 7px;
}
.cvv {
    width: 40%;
    display: inline-block;
    float: right;
}
.mrg-top-10{
  margin-top: 10px;
}
.hav.mrg-top-10 {
    margin-bottom: 10px !important;
}
.selectform select {
    height: 40px;
}
.sec-title {
    color: #888;
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
}
.secure img {
    margin: 0 auto;
}
.secure {
    margin-top: 10px;
}
body{
      background: url("../images/body-bg.png") no-repeat scroll center top #fff;
}
.align-center{
  text-align: center;
}
input.green_btn:hover, input.green_btn:focus {
    background-color: #e06e18;
    color: #fff;
    font-style: normal;
}
.green_btn.wd80.wd100 {
    width: 100%;
}
input.green_btn {
    background-color: #e06e18;
    border-radius: 30px;
    padding: 15px 45px;
    font-size: 24px;
    color: #fff;
    font-family: 'openSansregular';
    border: none;
    height: 60px;
}
.eroor_msg span {
    text-align: center;
    display: block;
    color: #eb1212;
    font-family: 'openSans-light';
    font-size: 18px;
}
.terms-block .checkbox.checkbox_center {
    margin: 0!important;
}
.mg-b-10{
    margin-bottom: 10px!important;
}
.image-responsive{
    width: 100%;
    height: auto;
}
.enter-contest strong {
    font-weight: bold;
    font-family: openSansbold;
}
.airpods-section .product-block{
    margin-top: 0;
    right: -7%;
    text-align: right;
}
.airpods-section .product-block .sm-img{
    width: 534px;

}
.information-block.airpod-info{margin-bottom: 35px;}
.information-block.airpod-info p {
    width: 80%;
    margin: 0 auto;
}
.amount {
    color: #333;
    font-size: 13px;
}
.hr-form{
    width: 81%;
    margin: 0 auto;
    border-color: #f0f0f0;
}
.airpod-form h4{
    padding-bottom: 10px;
}
.airpod-form label {
    font-family: 'openSans-light';
    font-size: 16px;
    color: #08C;
}
.small-text{
    color: #888;
    font-size: 14px;
}
.airpod-form .card-radio{
    margin-right: 13px;
}
.airpods-section .h-grp {
    margin-bottom: 26px;
}
.airpod-wrapper{
    background: transparent url('../images/airpod-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.form-block.airpod-form {
    margin-top: 2px;
    display: table;
    width: 372px;
    float: right;
    background: transparent url("../images/shadow-box.png") no-repeat scroll 0% 0%;
    border-radius: 5px;
}
.mg-t-34{
    margin-top: 34px;
}