@media (min-width:30em) {
    .row {
        width: 100%;
        display: table;
        table-layout: fixed
    }
    .col {
        display: table-cell
    }
} 

.bg-sprite,
.inst-icon,
.social,
#breadcrumb ul li.first a,
.p-btns:after {
    background: url("https://compare.buyhatke.com/promotions/tatacliq/img/sprite.png") no-repeat
}

html,
button,
body,
input,
select,
textarea {
    color: #333;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4
}

::-moz-selection {
    background: #0dbbee;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #0dbbee;
    text-shadow: none;
    color: #fff
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}


/* normalize.css v3.0.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input {
    line-height: normal
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
    -moz-box-shadow: 0 0 8px -2px #0db2db;
    -webkit-box-shadow: 0 0 8px -2px #0db2db;
    box-shadow: 0 0 8px -2px #0db2db;
    border: 1px solid #8ce
}

body {
    margin: 0
}

a {
    color: #0d99aa;
    background: transparent
}

a:active {
    color: #088ba0
}

a:focus,
a:active,
a:hover {
    outline: 0
}

h1 {
    font-weight: 100;
    font-size: 2.3em;
    margin: .67em 0
}

h2 {
    font-weight: normal;
    font-size: 2em;
    margin: 1.3em auto 1em
}

h3 {
    font-size: 1.17em;
    margin: 0
}

h4 {
    font-size: 1em;
    margin: 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 0
}

dd {
    margin: 0 0 0 40px
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

menu,
ol,
ul {
    padding: 0
}

nav ul,
nav ol,
li,
ul,
ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea,
optgroup {
    font-size: 100%;
    margin: 0;
    color: inherit;
    vertical-align: baseline;
    *vertical-align: middle
}

optgroup {
    font-weight: bold
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield
}

* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol {
    margin-left: 1.6em
}

ol li {
    list-style: decimal
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.va-t {
    vertical-align: top
}

.va-m {
    vertical-align: middle
}

.va-b {
    vertical-align: bottom
}

.va-bl {
    vertical-align: baseline
}

html,
body {
    height: 100%;
    font-family: Open Sans
}

.modal-open {
    overflow: hidden
}

#global-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #fff;
    margin: 0 auto -14.375em
}

.hideHeader {
    top: -80px !important
}

.container {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden
}

u {
    text-decoration: underline
}

#header {
    background: #fff;
    position: relative;
    left: 0;
    right: 0;
    padding: .3em 0;
    z-index: 10
}

#header .container {
    background: #fff;
    position: relative;
    padding: 0
}

.fw-lighter {
    font-weight: 300
}

.side-btns {
    float: right;
    margin: .7em;
}

@media (max-width:41.875em) {
    .side-btns {
        margin: 1.2em 0
    }
}

.sb-inst {
    padding: .5em;
    background: #0ec3f0;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: .45em;
    font-size: 1em;
}

@media (max-width:41.875em) {
    .sb-inst {
        margin-top: .9em;
        font-size: .9em
    }
}

.sb-inst:hover {
    background: #0ebbe5
}

.sb-inst:active {
    background: #0ca0c5
}

.inst-icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em
}

.i-i-app {
    background-position: -39px -10px;
}

@media (max-width:41.875em) {
    .i-i-app {
        background-size: 300px 105px;
        background-position: -28px -7px;
        width: 1em
    }
}

.i-i-ext {
    background-position: -5px -10px
}

.fRoSl {
    font-family: Roboto Slab
}

.thin {
    font-weight: lighter
}

.sub {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 9999 !important;
    left: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sub .cat {
    padding: 20px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center
}

.sub .cat a {
    display: inline-block;
    min-width: 200px;
    padding: 8px 0;
    color: #999;
    text-align: center;
    margin: 5px;
    border: 1px dashed #ccc;
}

.sub .cat a:hover {
    text-decoration: none;
    color: #fff;
    background: #0db2db
}

.tcenter {
    text-align: center
}

#footer,
#push {
    height: 14.375em
}

#footer {
    min-height: 14.375em;
    background: #111;
    padding-bottom: 28px
}

#footer-links {
    margin-top: 2.2em;
    min-height: 50px;
    text-align: center;
    font-size: .8em;
    color: #fff;
    position: relative;
}

#footer-links a {
    color: #fff;
    display: inline-block;
    padding: .5em;
}

#footer-links a:hover {
    text-decoration: underline
}

.lastUnit {
    font-size: 13px
}

.unit_each {
    color: #737373;
    font-weight: bold;
    font-size: 13px
}

.ftr-link-header {
    margin: .3em 0;
    font-weight: Lighter;
    font-size: 1.5em
}

.footer_link_main {
    font-size: .8em;
    background: #fafafa;
    padding: 20px 15px;
    text-align: justify
}

.ftr-line-links {
    color: #777171;
    padding: 2px 1px;
    font-size: 13px;
}

.ftr-line-links:hover {
    color: #0db2db
}

.brands {
    margin-bottom: 2px
}

#media {
    position: relative;
    text-align: center;
    min-height: 65px;
    padding-top: 23px;
}

#media span {
    position: relative;
    font-size: .55em;
    color: #fff;
    bottom: -60px;
    font-weight: bold
}

.social {
    margin: 10px;
    width: 55px;
    height: 55px;
    display: inline-block;
    opacity: .8;
}

.fb {
    background-position: -5px -81px;
}

.fb:hover {
    opacity: 1
}

.tw {
    background-position: -70px -81px;
}

.tw:hover {
    opacity: 1
}

.gp {
    background-position: -136px -81px;
}

.gp:hover {
    opacity: 1
}

#email {
    margin-top: 16px;
    padding: 8px 10px;
    color: #ccc;
    text-align: left;
    border-radius: 3px;
    border: 0
}

#email:focus {
    color: #666
}

@media (max-width:480px) {
    .social {
        opacity: 1
    }
}

#logo {
    margin: .5em;
}

@media (max-width:41.875em) {
    #logo {
        display: inline-block;
        vertical-align: middle;
        zoom: 1
    }
}

@media (min-width:41.875em) {
    #logo {
        float: left
    }
}

#logo img {
    height: 2em;
    margin-top: -.25em;
}

@media (min-width:41.875em) {
    #logo img {
        height: 3.3em
    }
}

.search-div {
    padding: .5em;
}

@media (min-width:41.875em) {
    .search-div {
        margin: 0 7.5em 0 14em;
        padding: .7em .3em
    }
}

.ul-spl {
    border-bottom: 2px solid #0db2db;
    position: relative;
}

.ul-spl:after,
.ul-spl:before {
    content: "";
    border-bottom: 2px solid #f26522;
    position: absolute;
    width: 33%;
    bottom: -2px
}

.ul-spl:before {
    left: 50%;
    margin-left: -16%
}

.ul-spl:after {
    border-color: #ed1c24;
    right: 0
}

#breadcrumb {
    max-width: $global-width;
    margin: auto;
    font-size: .8em;
    padding: .625em 2em;
}

#breadcrumb ul li {
    float: left;
    text-transform: uppercase;
    margin-top: 2px;
    position: relative;
}

#breadcrumb ul li a {
    margin: 0 5px;
    color: #0d99aa;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
    color: #0db2db
}

#breadcrumb ul li.first {
    background: #0d99aa;
    font-size: 16px;
    margin: -.1em 1.1em 0 0;
    border-radius: 100%;
}

#breadcrumb ul li.first a {
    background-position: -97px -395px;
    width: 1.436em;
    height: 2.058em;
    padding: .5em .05em;
    position: relative;
    display: block
}

#breadcrumb ul li.first:after {
    position: absolute;
    top: 0;
    right: -.8em
}

#breadcrumb ul li:after {
    content: "\00bb";
    color: #777;
    font-size: 1.2em;
    vertical-align: bottom
}

#breadcrumb ul li.current {
    padding: 0 5px;
}

#breadcrumb ul li.current:after {
    color: transparent
}

.pd-close {
    font-size: 1.7em;
    font-weight: lighter;
    position: absolute;
    right: .6em;
    top: .1em;
    color: #666;
    z-index: 1;
}

.pd-close:hover {
    color: #0ca0c5
}

@media (min-width:769px) {
    .pd-close {
        display: none
    }
}

.p-btns {
    display: block;
    width: 100%;
    padding: .8em;
    border-radius: .3em;
    border: none;
    color: #fff;
    margin: 1em 0 .6em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .95em;
    position: relative;
    font-family: Roboto Slab;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    transition: background .3s;
    max-width: 19em;
}

@media (max-width:48em) {
    .p-btns {
        margin: 1em auto .6em;
        max-width: 90%
    }
}

.p-btns:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    top: .8em;
    left: 1.2em
}

.content-card {
    background: #fff;
    box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.3);
    border-radius: .1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: 0;
    transition: box-shadow .2s;
}

.content-card:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3)
}

.content-card--wrap {
    position: relative;
    border-radius: .1em;
    overflow: hidden;
    padding: 1.5em .8em 4em
}

.content-cards--list {
    padding: 1em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.cc-three {
    width: 32%;
    margin: .5%;
    flex: 0 0 32%;
}

@media (max-width:37.5em) {
    .cc-three {
        width: auto;
        display: block;
        margin: 2% 0;
        flex: 1 0 100%
    }
}

.cc-four {
    width: 24%;
    margin: .5%;
    flex: 0 0 24%;
}

@media (max-width:53.125em) {
    .cc-four {
        width: auto;
        display: block;
        margin: 1% .5%;
        flex: 1 0 48%
    }
}

.cc-five {
    width: 19%;
    margin: .5%;
    flex: 0 0 19%;
}

@media (max-width:53.125em) {
    .cc-five {
        width: auto;
        display: block;
        margin: 1% .5%;
        flex: 1 0 32%
    }
}

.cc-hot {
    font-size: 1.23em;
}

@media (max-width:37.5em) {
    .cc-hot {
        order: -1
    }
}

.cc-hot--img {
    width: 60px;
    position: absolute;
    left: 0;
    top: .5em
}

.cc-heading {
    font-size: 1.1em
}

.content-card--wrapper-link {
    color: #333
}

.cc-img-wrap {
    max-width: 200px;
    margin: .5em auto;
    height: 200px;
    line-height: 195px;
}

@media (max-width:53.125em) {
    .cc-img-wrap {
        line-height: 135px;
        height: 141px
    }
}

.cc-img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%
}

.cc-text {
    font-size: .85em;
}

.cc-text sub {
    margin: .9em 0 2em;
    font-size: .8em;
    font-weight: normal;
    display: block
}

.deal-name {
    height: 2.7em;
    overflow: hidden
}

.cc-tNc {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 1.2em 0 0
}

.cc-img-wrap--icons {
    height: 150px;
    line-height: 145px
}

.cc-img--icons {
    height: 80px
}

.sticky-btn {
    padding: .7em 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}

@media (max-width:53.125em) {
    .sticky-btn {
        font-size: .8em
    }
}

.sticky-btn-two {
    width: 50%;
    right: 0;
    left: auto;
}

.sticky-btn-two:first-child {
    left: 0;
    right: auto
}

.floating {
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.small-popup-banner {
    width: 320px;
    text-align: center;
    overflow: hidden;
    position: fixed;
    height: 320px;
    bottom: 0;
    opacity: 0;
    z-index: 100;
    right: 2%;
    transform-origin: 50% 100%;
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transition-timing-function: ease-in;
    transition: visibility .8s .8s, opacity .8s;
    animation: flipInX .8s 0 reverse;
    visibility: hidden;
}

@media (max-width:37.5em) {
    .small-popup-banner {
        display: none
    }
}

.small-popup-banner:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.small-popup-img {
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    max-width: 100%;
    max-width: 100%;
    bottom: 0
}

.flipInX {
    opacity: 1;
    visibility: visible;
    animation: flipInX .8s 3s both
}

.ribbon {
    padding: .34em 1em;
    margin: .8em auto 1.5em;
    position: relative;
    color: #fff;
    font-size: 32px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.4);
    background: #0db2db;
    background: linear-gradient(top, #1eb2df, #17a7d2);
    display: inline-block;
}

.ribbon:before,
.ribbon:after {
    content: "";
    width: .2em;
    bottom: -.5em;
    position: absolute;
    display: block;
    border: .9em solid #1eb2df;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    z-index: -2
}

@media (max-width:37.5em) {
    .ribbon {
        font-size: .8em
    }
}

.ribbon:before {
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent
}

.ribbon:after {
    right: -1.35em;
    border-left-width: .75em;
    border-right-color: transparent
}

.ribbon-content {
    text-transform: uppercase;
    font-family: roboto slab;
    font-weight: lighter;
}

.ribbon-content:before,
.ribbon-content:after {
    content: "";
    bottom: -.5em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #0675b3 transparent transparent transparent;
    z-index: -1
}

.ribbon-content:before {
    left: 0;
    border-width: .5em 0 0 .5em
}

.ribbon-content:after {
    right: 0;
    border-width: .5em .5em 0 0
}

.ribbon-red {
    background: linear-gradient(top, #ec4a1b, #d71e0f);
}

.ribbon-red:before,
.ribbon-red:after {
    border-color: #ec4a1b
}

.ribbon-red:before {
    border-left-color: transparent
}

.ribbon-red:after {
    border-right-color: transparent
}

.ribbon-red .ribbon-content:before,
.ribbon-red .ribbon-content:after {
    border-color: #7f2020 transparent transparent transparent
}

.modal-main {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 100%;
    border-radius: .2em;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s 0s;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    z-index: 20;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    max-height: 98%;
    overflow: auto;
}

.modal-main .modal-coup-code {
    margin: .5em 0
}

@media (max-width:37.5em) {
    .modal-main {
        width: 95%
    }
}

.modal-x {
    position: absolute;
    right: .3em;
    top: -.1em;
    font-size: 2em;
    font-weight: 300;
    color: #aaa;
    z-index: 1;
}

.modal-x:hover {
    color: #777
}

.modal-body {
    position: relative;
    background: #fff;
    height: 100%
}

.modal-bg {
    background: #222;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s 0s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15
}

.modal-title {
    margin: .3em 0;
    font-weight: bold;
    font-size: 1.5em;
}

@media (max-width:37.5em) {
    .modal-title {
        margin: .3em 0 .5em;
        font-size: 1.2em
    }
}

.modal-container {
    padding: 1.25em 2em 2em;
    height: 100%;
    overflow: auto;
}

@media (max-width:37.5em) {
    .modal-container {
        padding: 1.25em 1em 2em
    }
}

.ml-has-sticky {
    padding: 1.25em 2em 4.5em;
}

@media (max-width:37.5em) {
    .ml-has-sticky {
        padding: 1.25em 1em 4.5em
    }
}

#modal-coup-code {
    font-weight: bold
}

.ml-item {
    margin: .7em 0;
    font-size: .9em;
}

@media (max-width:37.5em) {
    .ml-item {
        font-size: .8em;
        line-height: 1.3
    }
}

.modal-open .modal-bg {
    opacity: .7;
    visibility: visible;
    transition: opacity .3s, visibility .3s
}

.show-modal {
    animation: showModal .3s;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility 0s
}

.hide-modal {
    animation: hideModal .3s
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes floating {
    0% {
        transform: translateY(0%)
    }
    50% {
        transform: translateY(8%)
    }
    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes floating {
    0% {
        transform: translateY(0%)
    }
    50% {
        transform: translateY(8%)
    }
    100% {
        transform: translateY(0%)
    }
}

@-o-keyframes floating {
    0% {
        transform: translateY(0%)
    }
    50% {
        transform: translateY(8%)
    }
    100% {
        transform: translateY(0%)
    }
}

@keyframes floating {
    0% {
        transform: translateY(0%)
    }
    50% {
        transform: translateY(8%)
    }
    100% {
        transform: translateY(0%)
    }
}

@-moz-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transition-timing-function: ease-out
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transition-timing-function: ease-out
    }
    100% {
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transition-timing-function: ease-out
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transition-timing-function: ease-out
    }
    100% {
        transform: perspective(400px)
    }
}

@-o-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transition-timing-function: ease-out
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transition-timing-function: ease-out
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transition-timing-function: ease-out
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transition-timing-function: ease-out
    }
    100% {
        transform: perspective(400px)
    }
}

@-moz-keyframes showModal {
    0% {
        transform: scale(.5) translate(-50%, -50%)
    }
    45% {
        transform: scale(1.05) translate(-50%, -50%)
    }
    80% {
        transform: scale(.95) translate(-50%, -50%)
    }
    100% {
        transform: scale(1) translate(-50%, -50%)
    }
}

@-webkit-keyframes showModal {
    0% {
        transform: scale(.5) translate(-50%, -50%)
    }
    45% {
        transform: scale(1.05) translate(-50%, -50%)
    }
    80% {
        transform: scale(.95) translate(-50%, -50%)
    }
    100% {
        transform: scale(1) translate(-50%, -50%)
    }
}

@-o-keyframes showModal {
    0% {
        transform: scale(.5) translate(-50%, -50%)
    }
    45% {
        transform: scale(1.05) translate(-50%, -50%)
    }
    80% {
        transform: scale(.95) translate(-50%, -50%)
    }
    100% {
        transform: scale(1) translate(-50%, -50%)
    }
}

@keyframes showModal {
    0% {
        transform: scale(.5) translate(-50%, -50%)
    }
    45% {
        transform: scale(1.05) translate(-50%, -50%)
    }
    80% {
        transform: scale(.95) translate(-50%, -50%)
    }
    100% {
        transform: scale(1) translate(-50%, -50%)
    }
}

@-moz-keyframes hideModal {
    0% {
        transform: scale(1) translate(-50%, -50%)
    }
    100% {
        transform: scale(.5) translate(-50%, -50%)
    }
}

@-webkit-keyframes hideModal {
    0% {
        transform: scale(1) translate(-50%, -50%)
    }
    100% {
        transform: scale(.5) translate(-50%, -50%)
    }
}

@-o-keyframes hideModal {
    0% {
        transform: scale(1) translate(-50%, -50%)
    }
    100% {
        transform: scale(.5) translate(-50%, -50%)
    }
}

@keyframes hideModal {
    0% {
        transform: scale(1) translate(-50%, -50%)
    }
    100% {
        transform: scale(.5) translate(-50%, -50%)
    }
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url("https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url("https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url("https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff") format('woff')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url("https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff") format('woff')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url("https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff") format('woff')
}

.container {
    padding: 1.25em 1em
}

.hero-container {
    padding: 4em 1em;
    position: relative;
    box-shadow: none;
    background: none;
    overflow: visible;
}

@media (max-width:53.125em) {
    .hero-container {
        text-align: center
    }
}

.hero-container:after {
    content: "";
    overflow: hidden;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.exclusive-hero {
    color: #fff;
    background-size: contain
}

.hero-banner-img {
    margin: 0 auto;
    width: 100%
}

.outline-btn {
    border: 1px solid #444;
    border-radius: .2em;
    padding: .5em 1em
}

.tupper {
    text-transform: uppercase
}

.hero-txt-wrap {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.hero-txt-small {
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.2
}

.hero-txt-big {
    margin: 0;
    line-height: 1;
    font-size: 3.1em;
    font-weight: 100;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3)
}

.hero-content {
    font-size: 1.4em;
    padding: 0;
    text-shadow: 1px 1px 1px #777
}

.hero {
    overflow: hidden;
    position: relative;
}

.hero:after {
    content: "";
    position: absolute;
    width: 100%;
    box-shadow: inset 0 -5px 7px 1px rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    height: 11px
}

.hero .container {
    overflow: visible;
    padding: 0;
    text-align: center
}

.hero-links {
    max-width: 610px;
    margin: -10% auto -2px
}

.hl-card {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 0 1%
}

.hl-card-link {
    display: block;
    transition: transform .3s;
}

.hl-card-link:hover {
    transform: translateY(-5%)
}

.hl-card-img {
    width: 100%;
    border: 2px solid transparent;
}

.hl-card-img:hover {
    border: 2px solid #222
}

.goto-btn {
    margin: 30px auto 10px;
    background: #13c5f1;
    text-align: center;
    padding: 1em;
}

.goto-btn:after {
    content: none
}

.goto-btn:hover {
    background: #0db2db
}

.goto-btn:active {
    color: #fff;
    transition: none;
    background: #0b97ba
}

.smiley {
    transform: rotate(90deg);
    display: inline-block;
    margin: 0 .5em;
    font-weight: bold
}

.sidekick-banner {
    background: #0071bc
}

.sidekick-banner--img {
    max-width: 100%
}

.content-heading-wrap {
    text-align: center;
    margin: 2% 0 0;
    line-height: 1.4;
    z-index: 3;
    font-size: 1.5em;
    position: relative;
}

@media (max-width:37.5em) {
    .content-heading-wrap {
        font-size: 1.2em
    }
}

.content-heading-wrap .content-heading {
    font-size: 1.5em
}

.content-heading {
    text-align: center;
    margin: 2% 0;
    line-height: 1.4;
    z-index: 3;
    font-size: 1.5em;
    position: relative;
}

@media (max-width:37.5em) {
    .content-heading {
        font-size: 1.2em
    }
}

.content-header--img {
    width: 100%;
    max-width: 640px
}

.descri-standout {
    background: #dbe2e6;
}

.descri-standout .cs-heading {
    color: #444;
    font-size: 1.3em;
}

@media (max-width:37.5em) {
    .descri-standout .cs-heading {
        font-size: 1.1em
    }
}

.descri-standout .cs-heading span {
    font-size: 1.4em;
    font-weight: normal
}

.descri-standout .ci-para {
    font-size: .9em;
    color: #7b869c
}

.content-subheading {
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    margin-top: .5em;
}

@media (max-width:37.5em) {
    .content-subheading {
        font-size: 1.1em
    }
}

.neg-head {
    margin-top: -.5em
}

.feat-icons {
    text-align: center
}

.ft-i-content {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}

@media (min-width:53.125em) {
    .ft-i-content {
        width: 24%
    }
}

.fi-app .ft-i-content {
    width: 32%;
}

@media (min-width:53.125em) {
    .fi-app .ft-i-content {
        width: 19%
    }
}

.ft-i-img {
    max-width: 9em;
    width: 70%
}

.ft-caption {
    text-transform: uppercase;
    margin: 1em auto;
    font-weight: bold;
    font-size: .9em;
    line-height: 1.2;
}

@media (max-width:37.5em) {
    .ft-caption {
        font-size: .7em
    }
}

.redirect-loading {
    height: 1.7em;
    width: 3.27em;
    vertical-align: middle
}

.cs-coupon {
    padding: .5em 1em;
    border-radius: .3em;
    border: 2px dashed #888;
    font-size: 1.5em;
    background: #f9f9f9;
    font-weight: bold;
    text-transform: uppercase
}

.cc-code {
    font-size: .9em
}

.deal-code {
    margin: .5em 0
}

.coupons-cards--list {
    text-align: center;
    justify-content: center
}

.content-spl {
    margin: 2em auto;
    border: 2px dashed #555;
    text-align: center;
    padding: 1em;
    font-size: .8em;
    background-size: 60%;
}

.content-spl sub {
    font-size: .65em;
    margin-top: .7em;
    display: block
}

.content-spl-heading {
    font-weight: normal;
    margin: .3em;
}

@media (max-width:37.5em) {
    .content-spl-heading {
        font-size: 1.5em
    }
}

.mrp-price {
    margin: .4em 0 -.3em;
    color: #888;
    text-decoration: line-through;
    font-size: .85em
}

.deal-price {
    margin: .2em 0;
    font-size: 1.2em;
    font-weight: bold
}

.handpicked-deals .content-card--wrap {
    padding: .8em .8em 3.4em
}

.ci-para {
    text-align: center;
    font-size: 1.2em;
    margin: 0 auto .8em;
}

@media (max-width:37.5em) {
    .ci-para {
        font-size: .9em
    }
}

.cs-heading {
    margin: .5em 0;
    font-size: 1.5em;
    font-weight: normal;
}

@media (max-width:37.5em) {
    .cs-heading {
        font-size: 1.2em
    }
}

.neg-head {
    margin-top: -.5em
}

.c-links {
    font-weight: bold;
    font-style: italic;
}

.c-links:hover {
    text-decoration: underline
}

.cs-list {
    padding: 0 1em
}

.cs-li {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.4;
}

@media (max-width:53.125em) {
    .cs-li {
        font-size: .9em
    }
}

.side-img-wrap {
    display: inline-block;
}

@media (min-width:53.125em) {
    .side-img-wrap {
        width: 49%
    }
}

.side-img {
    max-width: 90%
}

.side-txt {
    display: inline-block;
}

@media (min-width:53.125em) {
    .side-txt {
        width: 49%
    }
}

.side-txt .cs-heading {
    text-transform: uppercase
}

.cs-li-inception {
    margin: .4em 0;
    font-size: .9em;
    display: block;
}

.cs-li-inception:before {
    content: "•";
    margin-right: .5em
}

.cc-btn {
    color: #fff !important
}

.dullgrey {
    background: #5f7c8a;
}

.dullgrey.cc-btn:hover {
    background: #516975
}

.dullgrey.cc-btn:active {
    background: #475d68
}

.blue {
    background: #00bbd3;
}

.blue.cc-btn:hover {
    background: #009fb3
}

.blue.cc-btn:active {
    background: #008c9e
}

.orange {
    background: #fe5621;
}

.orange.cc-btn:hover {
    background: #f33b01
}

.orange.cc-btn:active {
    background: #d63401
}

.green {
    background: #4bae4f;
}

.green.cc-btn:hover {
    background: #64bc68
}

.green.cc-btn:active {
    background: #409443
}

.km-btn {
    background: #0ec3f0;
    text-align: center;
}

.km-btn:after {
    content: none
}

.km-btn:hover {
    background: #0db2db
}

.km-btn:active {
    background: #0b9dc1;
    color: #fff
}

.more-info-content .content-heading {
    text-align: center
}

.cs-li-bulleted {
    margin-top: 1em;
}

.cs-li-bulleted .cs-li {
    list-style: disc;
    font-size: .9em
}

.addonNapp-points {
    width: 49%;
    margin-top: 1em;
}

@media (max-width:37.5em) {
    .addonNapp-points {
        width: 100%
    }
}

.share-main .cs-heading {
    font-size: 1.4em;
    text-align: center
}

.share-main .km-btn {
    margin: 1em auto .6em
}

.fb-btn {
    background: #5c7eb7;
}

.fb-btn:hover {
    background: #4a6ea9
}

.fb-btn:active {
    background: #416195
}

.fb-btn-img {
    height: 17px;
    margin: -.2em 1em 0 .1em
}

.form-text-bx {
    padding: .8em .7em;
    margin: .7em;
    border-radius: .2em;
    border: 1px solid #bbb;
    width: 70%;
}

@media (max-width:53.125em) {
    .form-text-bx {
        display: block;
        width: 90%;
        margin: .7em auto
    }
}

.step-img-wrap {
    text-align: center;
}

@media (min-width:53.125em) {
    .step-img-wrap {
        padding: 1.1em
    }
}

.step-img {
    max-width: 100%;
}

@media (min-width:53.125em) {
    .step-img {
        margin: -1.9em;
        transform: scale(.8)
    }
}

.ext-options-img {
    transform: none
}

@media (min-width:53.125em) {
    .details-form .p-btns {
        display: inline-block
    }
}

.off-over-bnr {
    position: fixed;
    font-family: "roboto slab";
    top: 10%;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 22px 0 #999;
}

.off-over-bnr .container {
    background: none;
    z-index: 10;
    position: relative;
    box-shadow: none;
    padding: 2em 1em !important
}

.off-ovr-bg {
    position: absolute;
    background: #fff;
    opacity: .95;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.off-ovr-title {
    font-size: 1.5em;
    text-align: center;
    margin: 0
}

.offer-column {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width:37.5em) {
    .offer-column {
        min-width: 19em
    }
}

@media (min-width:37.5em) {
    .offer-column {
        width: 32%
    }
}

.oc-btn {
    max-width: 12em;
    margin: auto
}

.ct-row {
    border-collapse: separate
}

.content-begin .container,
.content-descri .container {
    padding: 1em .5em .5em;
    background: #fff
}

.ct-col {
    padding: .5em .8em;
    border: 1px solid #ddd
}

.content-table {
    margin: 10px auto;
    border-collapse: separate;
    border: 1px solid #ddd
}

.cs-code-wrap {
    text-align: center;
    margin: 2em auto
}

.copied-caption {
    text-transform: uppercase;
    color: #22b573;
    text-align: center;
    margin: 1em auto;
    font-size: 1.4em;
    visibility: hidden
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    visibility: visible;
    animation-fill-mode: both
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

@media (max-width:53.125em) {
    .cd-words-wrapper {
        text-align: center
    }
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bxslider {
    margin: 0;
    padding: 0
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    background: #fff
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url("../img/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url("../img/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.png") -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.png") -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.c-c-item {
    text-align: center
}

.c-c-item--link {
    color: #333;
}

.c-c-item--link:hover .c-c-item-img--wrap {
    border-color: #ccc
}

.c-c-item--link:hover .c-c-item-name {
    text-decoration: underline
}

.c-c-item-img--wrap {
    margin: auto;
    width: 150px;
    height: 160px;
    line-height: 160px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: .2em
}

.c-c-item--img {
    max-width: 99%;
    max-height: 99%;
    vertical-align: middle
}

.c-c-item-name {
    font-size: .7em;
    color: #444;
    margin: .5em 0
}

.c-c-item-price {
    font-weight: bold;
    color: #333
}

.c-c-item--more {
    font-size: .7em;
    color: #888;
}

.c-c-item--more:hover {
    text-decoration: underline
}

.big-card {
    text-align: center
}

.big-card-item {
    position: relative;
    margin: 1%;
    max-width: 410px;
    overflow: hidden;
    width: 47%;
    display: inline-block;
}

@media (max-width:37.5em) {
    .big-card-item {
        width: 100%;
        font-size: .9em
    }
}

.big-card-item:hover .bc-top-caption,
.big-card-item:hover .bc-bottom-caption {
    background: #666;
    background-color: rgba(0, 0, 0, 0.65)
}

.bc-top-caption,
.bc-bottom-caption {
    position: absolute;
    background: #888;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #222;
    width: 100%;
    z-index: 10;
    padding: 8px 9px;
    text-align: left;
    transition: background .3s;
}

@media (max-width:37.5em) {
    .bc-top-caption,
    .bc-bottom-caption {
        background: #666;
        background-color: rgba(0, 0, 0, 0.65)
    }
}

.bc-img {
    width: 100%
}

.bc-top-caption {
    top: 0
}

.bc-bottom-caption {
    bottom: 0;
    font-size: .8em
}

.bc-store-name {
    font-size: 1.4em
}

.bc-store-img {
    position: absolute;
    right: 9px;
    top: 50%;
    height: 35px;
    margin-top: -17.5px;
    border-radius: 100%;
    border: 2px solid #666
}

#rakhis {
    background: url("../img/bg1.png") 50% repeat-x
}

#gifts {
    background: url("../img/bg2.png") 50% repeat-x
}

.hk-form {
    margin: 20px 0;
    display: table;
}

.input-list label {
    display: inline-block;
    width: 90px;
    text-align: right;
    padding: 0 10px 0 0;
}

.input-list {
    margin-top: 20px;
}

.input-text-field {
    padding: 10px;
    border-radius: 3px;
    width: 250px;
    border: 1px solid #999;
    font-size: 14px;
}

.hk-c-btn {
    display: inline-block;
    border: none;
    padding: 15px 25px;
    box-sizing: border-box;
    text-transform: Capitalize;
    font-weight: 700;
    color: #444;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-size: 13px;
    background: #eee;
    border-radius: 3px;
    outline: none;
    line-height: 1em;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0 0 0.1em;
}

.hk-c-btn:hover {
    background: #fff;
    text-decoration: none;
    color: #444;
}

.hk-c-btn:active {
    transition: none;
    color: #444;
    background: #ccc;
}

@media (max-width: 760px) {
    .hk-c-btn {
        display: inline-block;
        margin: 10px auto;
    }
}

.hk-c-btn--orange {
    background: #e7562b;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.hk-c-btn--orange:hover {
    color: #fff;
    background: #ff4a13;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.hk-c-btn--orange:active {
    color: #fff;
    background: #e7562b;
}