/***** Basics *****/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #fff; /* Fixed missing color value */
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.unq-body-overlay {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
}

ul li {
    list-style-type: none;
}

header, section {
    position: relative;
}

a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

a:hover, a:focus, a:visited, a:active {
    text-decoration: none !important;
    outline: none !important;
}

/***** Header *****/
header {
    background: url('../img/headerbg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 11
}

header h1 {
    color: #353535;
    line-height: 1.2em;
    font-size: 4.2em;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff;
}

header h1 span {
    font-size: 1.16em;
    display: block;
    font-weight: 300;
}

header p {
    font-size: 1.6em;
    color: #777;
    font-weight: 300;
    padding-right: 70px;
    margin-top: 15px;
}

header .unq-header-entry-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    padding: 13px 60px 35px 90px;
    margin-top: 30px;
    display: inline-block;
    font-size: 1.4em;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 300;
    position: relative;
    border: 1px solid #bbb;
    color: #353535;
}

header .unq-header-entry-button span.unq-button-subtext {
    position: absolute;
    font-weight: 700;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1.85px;
    display: block;
    text-align: left;
    width: 100%;
    bottom: 9px;
    padding: 0 60px 0 90px;
}

header .unq-header-entry-button .unq-header-button-img {
    position: absolute;
    left: 35px;
    top: 22px;
    max-width: 25px;
    transition: all .5s ease-in-out;
}

header .unq-header-entry-button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

header .unq-header-entry-button:hover .unq-header-button-img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/***** Section First *****/
.unq-section-first {
    background: #f5f5f5;
    padding: 30px 0;
    -webkit-box-shadow: inset 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
}

.unq-section-first-mid-img-wrapp {
    text-align: center;
}

.unq-section-first-mid-img-wrapp img {
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.unq-mid-img-first {
    position: relative;
    opacity: 1;
}

.unq-mid-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}

.unq-section-first-mid-img-wrapp:hover .unq-mid-img-first {
    opacity: 0;
}

.unq-section-first-mid-img-wrapp:hover .unq-mid-img-overlay {
    opacity: 1;
}

.unq-section-first .unq-description-col-1,
.unq-section-first .unq-description-col-2 {
    text-align: right;
}

.unq-section-first .unq-description-col-1,
.unq-section-first .unq-description-col-3 {
    margin-top: 90px;
}

.unq-section-first .unq-description-col-2,
.unq-section-first .unq-description-col-4 {
    margin-top: 70px;
}

.unq-section-first .unq-description-col i {
    font-size: 3em;
    color: #999;
}

.unq-section-first .unq-description-col h3 {
    font-weight: 300;
}

.unq-section-first .unq-description-col p {
    font-size: 1.2em;
    color: #888;
}

/***** Section Second *****/
.unq-section-second {
    padding: 60px 0 120px 0;
}

.unq-phone-select-row {
    min-height: 593px;
}

.unq-section-second h1 {
    color: #353535;
    line-height: 1.2em;
    font-size: 4em;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    margin-bottom: 50px;
}

.unq-section-second h1 span {
    font-size: 0.72em;
    display: block;
    font-weight: 300;
}

.unq-color-select-button {
    display: block;
    text-align: center;
    color: #353535;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 20px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.unq-color-select-button img {
    margin: 0 auto;
}

.unq-color-select-button span {
    font-size: 1.4em;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.unq-capacity-select-button {
    border: 2px solid #ddd;
    display: block;
    padding: 50px 30px;
    color: #353535;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

.unq-capacity-select-button:hover,
.unq-color-select-button:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.unq-gb-amount {
    font-weight: 300;
    font-size: 6em;
    color: #353535;
}

.unq-gb-sign {
    font-weight: 300;
    font-size: 0.4em;
}

.unq-capacity-info {
    display: table;
    margin: 0 auto;
}

.unq-reg-price,
.unq-your-price {
    display: block;
    text-align: left;
}

.unq-reg-price {
    font-size: 1.3em;
}

.unq-your-price {
    font-size: 1.8em;
    font-weight: 700;
}

.unq-price-label {
    width: 135px;
    display: inline-block;
}

input.unq-user-email-input {
    background: #eee;
    border: 1px solid #ddd;
    font-size: 2em;
    font-weight: 700;
    padding: 15px 30px 15px 60px;
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.unq-email-info-notice {
    color: #777;
    font-size: 1.2em;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.unq-user-email-input-wrapper {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.unq-email-input-wrapper::before {
    content: '\e028';
    font-family: 'et-line';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 1.6em;
    color: #353535;
    z-index: 20;
}

.unq-contest-entry-button,
.unq-contest-entry-button:active,
.unq-contest-entry-button:focus,
.unq-contest-entry-button:visited {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,202020+100 */
    background: #353535;
    padding: 20px 90px 20px 90px;
    display: table;
    margin: 30px auto;
    font-size: 2.2em;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 300;
    position: relative;
    border: 1px solid #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.unq-contest-entry-button i {
    margin-right: 15px;
}

.unq-contest-entry-button:hover {
    background: #fff;
    color: #353535;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.unq-white-popup-block {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.unq-complete-human-verification-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,202020+100 */
    background: #353535;
    padding: 15px 40px 15px 40px;
    display: table;
    margin: 30px auto;
    font-size: 1.8em;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 300;
    position: relative;
    border: 1px solid #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.unq-complete-human-verification-button i {
    margin-right: 15px;
}

.unq-complete-human-verification-button:hover {
    background: #fff;
    color: #353535;
}

.unq-popup-wrapper {
    color: #353535;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

.unq-popup-wrapper ol {
    text-align: left;
    margin: 0 auto;
    /* width: 85%; */
    display: block;
}

.unq-popup-wrapper ol {
    counter-reset: li;
    /* Initiate a counter */
    padding-left: 0;
    /* Remove the default left padding */
}

.unq-popup-wrapper ol>li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 6px 0.8em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */
}

.unq-popup-wrapper ol>li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #353535;
    border-top: 2px solid #eee;
    background: #eee;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

.unq-section_heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.unq-popup-wrapper ol,
li ul {
    margin-top: 6px;
}

.unq-popup-wrapper ol li:last-child {
    margin-bottom: 0;
}

.unq-connecting-user {
    text-align: center;
    font-weight: 700;
    margin: 10px auto;
}

.unq-offwrap {
    padding: 20px 15px;
    background: #ff5454;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.unq-offtitle {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.8em;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.unq-offimgwrap {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

/***** Footer *****/
footer {
    text-align: center;
    padding: 20px 0 10px 0;
    background: #353535;
    height: 100%;
}

footer img {
    max-width: 120px;
    margin: 0 20px;
}

footer p {
    max-width: 900px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 0.8em;
    margin: 15px auto 0 auto;
}

.unq-main-inner-wrapper {
    background: rgba(0, 0, 0, 0.6);
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.unq-rewards-outer-wrapper {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    max-width: 650px;
    padding: 10px 30px;
    margin: 0 auto 20px auto;
    text-align: center;
}

header h3 {
    font-weight: 300;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
    color: #ff8523;
    font-size: 2em;
    margin-top: 0;
}

.unq-img-responsive80 {
    max-width: 80% !important;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.unq-qimgwrap {
    text-align: center;
    margin-bottom: 5px;
}

.unq-img-responsive100 {
    max-width: 100% !important;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
}

span.unq-question {
    font-size: 2em;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    color: #353535;
    padding: 10px 30px 15px 30px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 144px;
}

.unq-question-num {
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #888;
    display: block;
    text-align: center;
    font-weight: 300;
}

.unq-question-num:after {
    content: '';
    height: 1px;
    width: 50px;
    display: block;
    margin: 2.5px auto 1px auto;
    background: #aaa;
    position: relative;
}

a.unq-step_button {
    font-size: 1.4em;
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
    background: #ffaf4b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-9 */
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #ff670f;
    color: #353535;
    font-weight: 700;
    position: relative;
    z-index: 100;
}

a.unq-step_button:before {
    border-radius: inherit;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
}

a.unq-step_button:hover::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,d1d1d1+49,dbdbdb+50,e2e2e2+100 */
    opacity: 1;
}

a.unq-step_button:hover {
    border: 1px solid #777;
}

.unq-button-letter {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #c3812c;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

a.unq-step_button:hover .unq-button-letter {
    color: #ff920a;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.unq-cg-ico {
    position: relative;
    float: left;
    max-width: 50px
}

.unq-done_marker {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.unq-done_marker li:before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #999;
    margin-right: 5px;
}

.unq-congrats-wrapper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    color: #353535;
    padding: 10px 30px 15px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.unq-congrats-wrapper .unq-run_loading_5 {
    font-size: 1.1em;
}

.unq-cg-wrap {
    position: relative;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.unq-congrats-wrapper .unq-run_loading_5 h3 {
    font-size: 1.8em;
    /* margin-bottom: 3px; */
    color: #353535;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.unq-cg-outer-wrap {
    min-height: 60px;
    padding-bottom: 5px;
    margin-top: 10px;
}

span.unq-time {
    font-size: 0.9em;
    color: #777;
}

.unq-note1 {
    clear: both;
    position: relative;
    margin-top: 20px;
    font-size: 1.4em;
    color: #777;
    text-align: center;
}

.unq-note2 {
    text-align: center;
}

.unq-show_end {
    text-align: center;
}

.unq-countdown-wrap {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px 0;
    margin: 35px auto;
    font-size: 1.4em;
    width: 70%;
    padding: 20px 30px;
}

#unq-javascript_countdown_time {
    color: #3784a6;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.unq-popup-link {
    position: relative;
    z-index: 100;
}

.unq-popup-wrapper {
    max-width: 900px;
    background: #fff;
    padding: 10px 4px !important;
    margin: 0 auto;
}

#unq-terms-of-service h1 {
    margin-top: 30px !important;
}

.unq-popup-wrapper h2 {
    color: #353535;
    margin-bottom: 0;
}

.unq-popup-wrapper input[type="text"],
.unq-popup-wrapper input,
.unq-form-control[disabled],
.unq-popup-wrapper textarea {
    font-size: 16px !important;
    background: #eee !important;
    padding: 5px 10px !important;
    font-weight: 700;
    min-height: 46px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    border: none !important;
}

.unq-policy-links {
    margin-bottom: 15px;
}

.unq-popup-link,
.unq-popup-link:visited {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}

.unq-popup-link:hover,
.unq-popup-link:focus {
    color: #ff920a;
}

.unq-pp-sep {
    color: #777;
    margin: 0 5px;
}

#unq-floatBarsG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: 0px auto 25px auto;
}

.unq-floatBarsG {
    position: absolute;
    top: 0;
    background-color: rgb(55, 132, 166);
    width: 28px;
    height: 28px;
    animation-name: unq-bounce_floatBarsG;
    -o-animation-name: unq-bounce_floatBarsG;
    -ms-animation-name: unq-bounce_floatBarsG;
    -webkit-animation-name: unq-bounce_floatBarsG;
    -moz-animation-name: unq-bounce_floatBarsG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
}

#unq-floatBarsG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#unq-floatBarsG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#unq-floatBarsG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#unq-floatBarsG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#unq-floatBarsG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#unq-floatBarsG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#unq-floatBarsG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#unq-floatBarsG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes unq-bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: rgb(55, 132, 166);
    }
    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes unq-bounce_floatBarsG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(55, 132, 166);
    }
    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes unq-bounce_floatBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(55, 132, 166);
    }
    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes unq-bounce_floatBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(55, 132, 166);
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes unq-bounce_floatBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(55, 132, 166);
    }
    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes unq-spinnerRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes unq-spinnerRotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes unq-spinnerRotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

/***** Recent Activity *****/
.unq-recent-activity {
    max-width: 270px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.25);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 500;
}

.unq-recent-activity-wrapper {
    color: #888;
    border: 1px solid #ddd;
    border-top: none;
}

.unq-recent-activity h2 {
    font-size: 1.6em !important;
    text-align: center;
    font-weight: 700;
}

.unq-recent-activity h3 {
    font-size: 1.2em;
    margin-top: 0;
}

.unq-recgenvalue {
    font-size: 1.1em;
    margin: 10px 0;
}

.unq-recent-activity .unq-subheader {
    display: block;
    margin-bottom: 2.5px;
}

#unq-X00Activities.unq-panel-body {
    padding-top: 0;
}

.unq-ipsubheader {
    font-weight: 400;
}

/***** Responsive Design *****/
@media screen and (max-width: 1770px) {
    .unq-recent-activity {
        max-width: 1170px;
        padding: 10px 15px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto 0 auto;
    }
    .unq-recent-activity h2 {
        font-size: 2em !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .unq-recent-activity h3 {
        font-size: 1.5em;
        margin-top: 0;
    }
    .unq-recgenvalue {
        font-size: 1.2em;
    }
    .unq-recgenvalue:before {
        left: -5px;
        top: 4px;
    }
    .unq-recent-activity .unq-subheader {
        display: inline-block;
        margin-bottom: 2.5px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .unq-country-flag {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1200px) {
    header h1 {
        font-size: 3.4em;
    }
    header p {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 992px) {
    header {
        text-align: center;
    }
    .unq-logo-img {
        margin: 0 auto;
    }
    header h1 {
        font-size: 4em;
    }
    header p {
        font-size: 1.6em;
        padding: 0;
    }
    .unq-header-entry-button {
        margin-bottom: 50px;
    }
    .unq-header-img-right {
        max-width: 300px;
        margin: 0 auto;
    }
    .unq-description-col-1,
    .unq-description-col-2,
    .unq-description-col-3,
    .unq-description-col-4 {
        text-align: center !important;
    }
    .unq-mid-img-overlay,
    .unq-mid-img-first {
        max-width: 200px;
    }
    .unq-section-first .unq-description-col-2 {
        margin-bottom: 50px;
    }
    .unq-section-first .unq-description-col-3 {
        margin-top: 50px;
    }
    .unq-section-first .unq-description-col-4 {
        margin-bottom: 70px;
    }
    .unq-reg-price {
        font-size: 1em;
    }
    .unq-price-label {
        width: 95px;
    }
    .unq-your-price {
        font-size: 1.3em;
    }
    input.unq-user-email-input {
        font-size: 1.6em;
    }
    .unq-user-email-input-wrapper::before {
        top: 20px;
    }
    .unq-note1 {
        font-size: 1.2em;
    }
    .unq-recent-activity {
        max-width: 750px;
        padding: 10px 15px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto 0 auto;
    }
    .unq-recent-activity h3 {
        font-size: 1.4em;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .unq-color-select-button {
        max-width: 300px;
        margin: 15px auto;
    }
    .unq-capacity-select-button {
        max-width: 300px;
        margin: 15px auto;
    }
    .unq-section-second h1 {
        font-size: 3.5em;
    }
    .unq-recent-activity {
        max-width: 95%;
        padding: 10px 15px;
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 545px) {
    .unq-recent-activity h2 {
        font-size: 1.6em !important;
    }
    header h1 {
        font-size: 3em;
    }
    header p {
        font-size: 1.3em;
        text-align: center;
    }
    .unq-section-second h1 {
        font-size: 3em;
    }
    .unq-congrats-wrapper .unq-run_loading_5 h3 {
        font-size: 1.4em;
    }
    .unq-countdown-wrap {
        font-size: 1.2em;
    }
    input.unq-user-email-input {
        font-size: 1.4em;
    }
    .unq-user-email-input-wrapper::before {
        top: 18px;
    }
    .unq-section_heading h3 {
        margin-top: 0;
    }
    .unq-contest-entry-button,
    .unq-contest-entry-button:active,
    .unq-contest-entry-button:focus,
    .unq-contest-entry-button:visited {
        font-size: 1.2em;
        padding: 15px 40px;
    }
}

@media screen and (max-width: 475px) {
    .unq-section-second h1 {
        font-size: 2.2em;
    }
    .unq-email-info-notice {
        font-size: 0.9em;
    }
    input.unq-user-email-input {
        font-size: 1em;
        padding: 15px 30px 15px 30px;
    }
    .unq-user-email-input-wrapper::before {
        top: 16px;
    }
    .unq-popup-wrapper {
        padding: 30px !important;
    }
}

@media screen and (max-width: 400px) {
    .unq-recent-activity h2 {
        font-size: 1.6em !important;
    }
    .unq-recgenvalue {
        margin: 15px 0;
    }
    header h1 {
        font-size: 2.2em;
    }
    header p {
        font-size: 1.2em;
        text-align: center;
    }
    .unq-congrats-wrapper .unq-run_loading_5 h3 {
        line-height: 1.3em;
    }
    .unq-note1 {
        font-size: 1.1em;
    }
    .unq-countdown-wrap {
        font-size: 1em;
    }
    .unq-section-second h1 {
        font-size: 2em;
    }
    .unq-contest-entry-button,
    .unq-contest-entry-button:active,
    .unq-contest-entry-button:focus,
    .unq-contest-entry-button:visited {
        font-size: 1.2em;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 320px) {
    header .unq-header-entry-button {
        font-size: 1.2em;
    }
    header .unq-header-entry-button span.unq-button-subtext {
        letter-spacing: 1.4px;
    }
    .unq-email-info-notice {
        font-size: 0.8em;
    }
}