a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
.individual,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

.clear {
    clear: both
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

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

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

    80% {
        -moz-transform: translateX(-10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

    80% {
        -o-transform: translateX(-10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

    80% {
        -moz-transform: translateX(10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

    80% {
        -o-transform: translateX(10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

body,
html {
    height: 100%
}

body {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    background: url(../img/bg.jpg) no-repeat #000 top;
    height: 100%;
    background-position: center;
    background-size: cover
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif !important
}

.responsive {
    width: 50%;
    height: 80%;
    float: right;
    background-color: #000
}

.content {
    float: left;
    width: 100%;
    height: 100%
}

.content img {
    width: 100%;
    height: 101%
}

.content .individual {
    float: left;
    border-bottom: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    width: 50%;
    height: 25%;
    overflow: hidden;
    position: relative
}

.content .individual:hover {
    overflow: hidden;
    cursor: pointer !important;
}

.content .individual:hover .card-front {
    -webkit-transform: rotateX(50deg);
    -moz-transform: rotateX(50deg);
    -ms-transform: rotateX(50deg);
    -o-transform: rotateX(50deg);
    transform: rotateX(50deg);
    -webkit-transform: perspective(1000) rotateX(50deg);
    -moz-transform: perspective(1000) rotateX(50deg);
    -ms-transform: perspective(1000) rotateX(50deg);
    -o-transform: perspective(1000) rotateX(50deg);
    transform: perspective(1000) rotateX(50deg)
}

.content .individual:hover .card-back {
    z-index: 950;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform: perspective(1000) rotateX(0);
    -moz-transform: perspective(1000) rotateX(0);
    -ms-transform: perspective(1000) rotateX(0);
    -o-transform: perspective(1000) rotateX(0);
    transform: perspective(1000) rotateX(0)
}

.content .individual:nth-child(1) .card-back,
.content .individual:nth-child(9) .card-back {
    background: #161616
}

.content .individual:nth-child(2) .card-back {
    background: #161616
}

.content .individual:nth-child(3) .card-back {
    background: #161616
}

.content .individual:nth-child(4) .card-back {
    background: #161616
}

.content .individual:nth-child(5) .card-back {
    background: #161616
}

.content .individual:nth-child(6) .card-back {
    background: #161616
}

.content .individual:nth-child(7) .card-back {
    background: #161616
}

.content .individual:nth-child(8) .card-back {
    background: #161616
}

.content .individual:first-child,
.content .individual:last-child {
    background-color: #000
}

.content .card-back,
.content .card-front {
    text-align: right;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.content .card-front {
    -webkit-transform: perspective(1000) rotateX(0);
    -moz-transform: perspective(1000) rotateX(0);
    -ms-transform: perspective(1000) rotateX(0);
    -o-transform: perspective(1000) rotateX(0);
    transform: perspective(1000) rotateX(0);
    z-index: 900
}

.content .card-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 800
}

.content h2 {
    font-size: 25px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 40px;
    color: #fff
}

.content h2 b {
    float: right;
    width: 55%
}

.content p {
    line-height: 1.3em;
    color: #fff;
    width: 90%;
    float: right;
    margin-right: 20px
}

.close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
    opacity: unset !important
}

.close:hover {
    background: #333;
    color: #fff
}

.active {
    width: 100% !important;
    height: 100% !important
}

.active .all-content {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 97%
}

.active .all-content h1 {
    font-size: 60px;
    width: 100%
}

.box {
    padding: 0
}

.box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 400;
    float: inherit;
    width: inherit
}

.box img {
    width: 380px;
    float: left;
    border: 5px solid #fff;
    margin-right: 20px;
    margin-bottom: 5px
}

.box .stores img {
    width: 100% !important;
    position: relative;
    z-index: 999
}

.active .all-content h1 {
    color: #fff;
    font-size: 25px
}

@media (min-width:440px) and (max-width:750px) {
    .content h2 {
        font-size: 22px
    }

    .content p {
        font-size: 13px
    }

    .content .individual {
        width: 100%
    }
}

@media (max-width:439px) {
    .content h2 {
        font-size: 15px
    }

    .content p {
        font-size: 13px
    }

    .content .individual {
        width: 100%;
        float: inherit;
        overflow: hidden
    }
}

@media (max-height:450px) {
    .content h2 {
        font-size: 40px;
        color: #fff
    }

    .content h2 b {
        width: 100%
    }

    .content .individual {
        width: 100%;
        height: 20%
    }

    .content h2 b {
        float: none
    }
}

.responsive-left {
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .responsive {
        height: 80%
    }
}

@media(min-width:320px) and (max-width:480px) {
    .responsive-left a h1 {
        font-size: 30px !important;
        -moz-font-size: 30px !important;
        -webkit-font-size: 30px !important;
        -webkit-text-size-adjust: none;
        color: #fff;
        font-weight: 200;
        margin-top: 30px;
        float: right;
        margin-right: 10px
    }

    .responsive {
        height: 60%
    }

    .content .individual {
        height: 15%
    }

    .content h2 b {
        font-size: 24px
    }

    .content .individual h2 img {
        height: 60px !important;
        width: 60px !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    body {
        background: url(../img/bgtab.jpg) no-repeat #000 top !important;
        background-size: contain
    }

    .responsive {
        height: 80%;
        width: 100%
    }

    .responsive-left {
        height: 400px !important;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .responsive {
        height: 160%;
        width: 100%
    }

    .responsive-left {
        width: 100%
    }
}

@media (min-width:0px) and (max-width:769px) {
    body {
        color: #000;
        font-family: Oswald, sans-serif;
        font-size: 16px;
        background: url(../img/bg.jpg) no-repeat #000 top;
        min-height: 863px;
        background-size: contain
    }

    .responsive-left {
        width: 100%;
        float: left;
        height: 200px
    }

    .responsive {
        width: 100%
    }
}

.responsive-left a h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 200;
    margin-top: 30px
}

.responsive-left a {
    text-decoration: none
}

.mag {
    overflow: hidden;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 12px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2c2c;
    border-right-color: #2c2c2c;
    border-bottom-color: #161616;
    border-left-color: #2c2c2c;
    display: inline-block;
    margin-right: 0;
    margin-left: 3px;
    width: 19.6%;
    width: calc(10% - 2px)
}

.mag:first-child {
    margin-left: 0
}

.mag:hover {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc
}

.footer {
    display: block;
    vertical-align: middle
}

.card-front h2 span img {
    width: 75px;
    height: 75px;
    float: right;
    display: inline-block;
    margin-top: -18px;
    margin-left: 10px
}

.footer p {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: auto;
    float: none;
    text-align: center
}

.footer p a {
    text-decoration: none;
    color: #fff
}

.footer p a:hover {
    text-decoration: underline
}

.footer .social-media {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.footer .copyrights {
    text-align: center;
    padding-top: 20px;
    float: right;
    bottom: 0;
    position: relative !important;
    right: 0 !important
}

.site img {
    width: 60px;
    height: auto
}

.contentHolder {
    position: relative;
    margin: 5% auto 0;
    padding: 0;
    width: 100%;
    /* height: 500px; */
    height: 420px;
    overflow: hidden;
    overflow-y: scroll !important
}

.news-box {
    display: inherit !important;
    border-bottom: 1px solid #fff;
    margin-right: 10px;
    padding-top: 15px
}

.pack img {
    width: 120px
}

.pack p {
    font-size: 14px
}

.round {
    overflow: hidden
}

.round h2 {
    font-size: 18px;
    display: block;
    margin: 0;
    padding-bottom: 10px
}

.acorn-play-button,
.acorn-volume-button,
.downlord {
    border: none;
    padding: 5px 10px 7px 10px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 12px;
    display: inline-block
}

.downlord {
    float: right
}

.music-player {
    display: block
}

#demo6-audio-descript,
#demo7-audio-descript {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px
}

.one-by-one {
    margin-top: 20px;
    border: 1px solid #d55d63;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 0
}

@media (min-width:768px) and (max-width:1038px) {
    .individual .card-front h2 b {
        font-size: 30px
    }

    .individual .card-front p {
        font-size: 13px
    }

    .card-front h2 span img {
        width: 80px;
        height: 80px;
        float: right;
        display: inline-block;
        margin-top: -12px;
        margin-left: 10px
    }

    .content h2 {
        text-align: center
    }
}

@media (min-width:0px) and (max-width:768px) {
    .content .individual {
        float: inherit;
        text-align: center
    }

    .content .individual p {
        text-align: center
    }

    .content .individual h2 img {
        width: 80px;
        height: 80px
    }

    .footer p {
        color: #fff;
        display: inline-block;
        padding: 10px;
        font-size: 10px;
        margin-top: 28px
    }

    .content .individual h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 400
    }

    .contentHolder {
        position: relative;
        margin: 5% auto 0;
        padding: 0;
        width: 100%;
        /* height: 500px; */
        height: 420px;
        overflow: hidden;
        overflow-y: scroll !important
    }

    .box img {
        border: 5px solid #fff;
        float: inherit;
        margin: 0 auto;
        width: 300px
    }

    .box p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0 5px 0 15px;
        font-weight: 400;
        float: inherit;
        width: inherit;
        text-align: justify !important
    }

    #SuppressScrollX-4 {
        padding-left: 10px
    }
}

#SuppressScrollX-4 .box img {
    width: 31.3%;
    float: left;
    margin-right: 2%;
    margin-bottom: 14px
}

.featherlight-next span,
.featherlight-previous span {
    font-size: 15px !important;
    color: #000
}

.acorn-play-button:hover,
.acorn-volume-button:hover,
.downlord:hover {
    text-decoration: none;
    color: #fff;
    background: #161616
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clips {
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.all-content.clip-100 {
    width: 97%
}

#SuppressScrollX-my {
    overflow-y: scroll
}

.contact-form {
    width: 97%
}

.contact-form label {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px
}

.contact-form label.error {
    display: block;
    width: auto;
    text-align: right;
    float: none;
    margin-right: 8px;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0
}

.contact-form input {
    border: medium none;
    display: block;
    padding: 10px;
    width: 77%
}

.contact-form p {
    margin-bottom: 20px
}

.contact-form textarea {
    border: medium none;
    display: block;
    padding: 10px;
    width: 77%;
    height: 96px
}

.submit {
    color: #fff;
    padding: 20px !important;
    width: 150px !important;
    margin-left: 20%;
    background: #333
}

.submit:hover {
    background: none repeat scroll 0 0 #000
}

@media (min-width:1024px) and (max-width:5000px) {
    .content {
        heigh: 80% !important
    }

    .content .individual {
        height: 24%
    }
}

.one-by-one {
    width: 100%
}

@media (max-width:1161px) {
    .footer .copyrights {
        padding-top: 8px
    }

    .footer p {
        padding: 5px 0
    }
}

@media (max-width:600px) {
    .mag {
        width: 19.4%;
        width: calc(15% - 3px)
    }
}

@media (max-width:522px) {
    .footer p {
        margin-top: 0
    }
}

@media (max-width:400px) {
    .mag {
        width: 19.4%;
        width: calc(15% - 5px)
    }
}

@media (max-width:376px) {
    .acorn-player.barebones .acorn-volume-box {
        float: right !important;
        clear: both
    }
}

.twitter-timeline {
    width: 100% !important
}

#form-submit {
    display: inline-block
}

#spinner {
    height: 26px;
    width: 26px;
    margin-left: 10px;
    display: none
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    animation: spinner .9s linear infinite;
    background: url(../img/dvd.svg) no-repeat center
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.contact-info a, .contact-info span{
color: #fff !important;
font-style: none;
}