/****************/
/*   RESET
/****************/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************/
/*   GENERAL
/****************/

html, body {
    min-height: 100%; 
}

body {
    color: #F8F8F2;
    font-family: 'Droid Arabic Kufi', serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    background: #171C2B url('../pix/bg.png') right no-repeat;
    background-size: cover;
    /*direction: rtl;*/
}

.main {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

p {
    font-size: 11px;
    line-height: 13px;
}

a {
    color: #F8F8F2;
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

.btn {
    display: inline-block;
    min-width: 200px;
    margin: 0 auto;
    padding: 22px 21px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #445a57;   
	background:url(../pix/btn.png) no-repeat;
    background-size:cover;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-top:20px;
}

/****************/
/*   HEADER
/****************/

.header {
    position: relative;
    padding: 35px 0 28px 0;
}

.header .logo {
    position: relative;
    display: block;
    z-index: 2;
    width: 257px;
    height: 163px;
    margin: 0 auto;
    background: url('../pix/logo.png') center no-repeat;
    background-size: 100%;
}

.header .header-bg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
}

.header.header-static {
    padding: 40px 0 40px 0;    
}
.header.header-content {
    padding: 40px 0 0 0;    
	
}

.header.header-content .header-bg {
    top: -50px;
}

/********************/
/*   LANGUAGE SELECT
/********************/

.lang-select {
    position: absolute;
    padding: 5px 10px;
    z-index: 10;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5);
}

.lang-select .fr {
    direction: ltr;
}

.lang-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.lang-select ul li {
    display: inline-block;
    margin: 0 5px;
}

.lang-select ul li a {
    display: block;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #F8F8F2;
}


/****************/
/*   LANDING
/****************/

.content {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 20px 30px;
    text-align: center;
}

.content.fr {
    direction: ltr;
}

.content h3 {
    max-width: 200px;
    margin: 0 auto 34px auto;
    font-size: 11px;
    font-weight: 400;
}

.content .btn {
    margin-bottom: 20px;
}

.content h2 {
    max-width: 270px;
    font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 2px 5px #000000;
	margin-bottom:36px;
	font-family: 'Pacifico', cursive;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	letter-spacing: 0.4px;
    position:relative;
    padding-right: 80px;
}
.content h2 i{
    background: url(../pix/arrow.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 65px;
    position: absolute;
    top:50%;
    right: 40%;
}


.disclaimer {
    padding-bottom: 20px;
	margin-top:12px;
}

.disclaimer p {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
	color:#fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}


/****************/
/*   NAVIGATION
/****************/

.menu {
    text-align: center;
    margin-bottom: 10px;
}

.menu .btn-menu, .menu-open .btn-menu {
    position: relative;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 8px 11px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 14px;
    text-align: center;
	color:#445a57;
    text-decoration: none;
    background: #efc058; /* Old browsers */
	background: -moz-linear-gradient(top, #efc058 0%, #f6da7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc058 0%,#f6da7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc058 0%,#f6da7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc058', endColorstr='#f6da7b',GradientType=0 ); /* IE6-9 */
	border-bottom:2px solid #efc058;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.menu .btn-menu i {
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 5px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    background: url('../pix/arrow-down.png') center no-repeat;
    background-size: 100%;
	display:none;
}

.menu-open {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    z-index: 4;
    padding: 40px 10px 50px 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);

}

.menu-open .logo {
    position: relative;
    display: block;
    width: 257px;
    height: 163px;
    margin: 0 auto 30px auto;
    background: url('../pix/logo.png') center no-repeat;
    background-size: 100%;
}

.menu-open .btn-menu {
    margin-bottom: 22px;
}

.menu-open p {
    margin-bottom: 22px;
    font-size: 11px;
    color: #fff;
}

.menu-open .btn-menu i {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    background: url('../pix/close.png') center no-repeat;
    background-size: 100%;
	display:none;
}

.menu-open .menu-categories {
    max-width: 320px;
    margin: 0 auto;
}

.menu-open .menu-categories ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.menu-open .menu-categories ul li {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
}

.menu-open .menu-categories ul li a, .menu-open .menu-categories a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
}

.menu-open .menu-categories a {
    color: #ffffff;
}

/****************/
/*   CONTENT
/****************/

.games {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.games .item {
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 -1px 15px -1px;
}

.games .item .wrapper {
    margin: 0 8px;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.games .item .category {
    margin-bottom: 4px;
}

.games .item .category p {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.games .item .img {
    position: relative;
    margin-bottom: 3px;
    width: 110px;
    height: 110px;
}

.games .item .img img {
    display: block;
    width: 100%;
    height: auto;
}

.games .item .rating {
    margin-bottom: 4px;
    text-align: center;
}

.games .item .rating img {
    display: inline-block;
    width: 47px;
    height: auto;
}

.games .item .name p {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.games .item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

/*********************/
/*   LINE CLAMPING
/*********************/

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;

    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.line-clamp:after {
    content: '...';
    text-align: center;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.2);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.2 * 3);
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.2 * 4);
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5);
}

/****************/
/*   GAME
/****************/

.game {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
}

.game iframe {
    height: 100%;
    width: 100%;
}

/****************/
/*   PAGINATION
/****************/

.pag {
    padding: 0 10px 15px;
    text-align: center;
}

.pag .arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pag ul {
    display: inline-block;
}

.pag ul li {
    display: inline-block;
    margin: 0 4px;
}

.pag ul li a {
    display: block;
    min-width: 30px;
    padding: 7px 0;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #F8F8F2;
	background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pag ul li.active a {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/****************/
/*   STATIC PAGE FR
/****************/

.static-fr {
    direction: ltr;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 10px 40px;
    text-align: center;
    color: #fff;
    background:rgba(41,68,96,0.7);
}

.static-fr .back-to-home {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	text-shadow: 0 2px 5px #000000;
	text-transform:uppercase;
}

.static-fr h1 {
    font-size: 24px;
	text-shadow: 0 0 5px #000000;
    margin-bottom: 40px;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	letter-spacing:1px;
    font-family: 'Pacifico', cursive;
}
.static-fr p {
    margin: 0 0 10px;
    font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: 0.3px;
	text-align: left;
	color: #ffffff;
}

.static-fr p a {
    color: #fff;
}

.static-fr .btn {
    display: inline-block;
    min-width: 130px;
    margin: 20px 5px;
    padding: 15px 26px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #F8F8F2;
    background-color: #ff5cb5;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	text-transform:uppercase;
	box-shadow:none;
}
.static-fr .btn.yes {
    background: #efc058; /* Old browsers */
	background: -moz-linear-gradient(top, #efc058 0%, #f6da7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc058 0%,#f6da7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc058 0%,#f6da7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc058', endColorstr='#f6da7b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
	font-family: 'Sigmar One', cursive;
	
}

.static-fr .btn.no {
   background: #efc058; /* Old browsers */
	background: -moz-linear-gradient(top, #efc058 0%, #f6da7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc058 0%,#f6da7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc058 0%,#f6da7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc058', endColorstr='#f6da7b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
	font-family: 'Sigmar One', cursive;
}


/****************/
/*   STATIC PAGE
/****************/

.static {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 10px 40px;
    text-align: center;
    color: #fff;
    background:rgba(41,68,96,0.7);
}

.static .back-to-home {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	text-shadow: 0 2px 5px #000000;
	text-transform:uppercase;
}

.static h1 {
    font-size: 24px;
	text-shadow: 0 0 5px #000000;
    margin-bottom: 40px;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	letter-spacing:1px;
    font-family: 'Pacifico', cursive;
}
.static p {
    margin: 0 0 10px;
    font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
}

.static p a {
    color: #fff;
}

.static .btn {
    display: inline-block;
    min-width: 130px;
    margin: 20px 5px;
    padding: 15px 26px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #F8F8F2;
    background-color: #ff5cb5;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	text-transform:uppercase;
	box-shadow:none;
}
.static .btn.yes {
    background: #efc058; /* Old browsers */
	background: -moz-linear-gradient(top, #efc058 0%, #f6da7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc058 0%,#f6da7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc058 0%,#f6da7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc058', endColorstr='#f6da7b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
	font-family: 'Sigmar One', cursive;
	
}

.static .btn.no {
   background: #efc058; /* Old browsers */
	background: -moz-linear-gradient(top, #efc058 0%, #f6da7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc058 0%,#f6da7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc058 0%,#f6da7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc058', endColorstr='#f6da7b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
	font-family: 'Sigmar One', cursive;
}

/****************/
/*   MSISDN CONTENT
/****************/

.legal {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: rgba(41,68,96,0.7);
}

.msisdn-content {
    position: relative;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0px;
}

.msisdn-content h3 {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
         text-align: center;
}

.msisdn-content a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: underline;
}

.msisdn-content img {
	display: block;
	margin: 0 auto 15px;
	width: 100%;
	height: auto;
}

.msisdn-content form  {
	margin: 0 0 20px;
}

.msisdn-content form input {
	border: 1px solid #fff;
	color: #fff;
	background: rgba(0, 0, 0, 0.55) url(../pix/icon-mobile.png) 8px center no-repeat;
	background-size: 7px 12px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin: 10px 15px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 90%;
}

.msisdn-content form input.enter-pin {
    text-align: center;
}

.msisdn-content form .button {
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	color: #F8F8F2;
         background-color: #ed1616;
         box-shadow: 0 -1px 15px 0 #ffffff;
         -webkit-border-radius: 12px;
         -moz-border-radius: 12px;
         border-radius: 12px;         
         text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
         padding: 12px 15px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.msisdn-content #errorcontainer {
	font-size: 12px;
	color: #f00;
}


/****************/
/*   FOOTER
/****************/

.footer {
    position: relative;
    padding: 8px 0;
    z-index: 10;
	opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5);

}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer ul li a {
    display: block;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #F8F8F2;
}

.footer ul li a {
    display: block;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #F8F8F2;
}


.footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}


/****************/
/*   ADDITIONAL PAGE
/****************/

.additional{
    color: #F8F8F2;
    font-family: 'Droid Arabic Kufi', serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    background: #171C2B url('../pix/bg_blue.png') right no-repeat;
    background-size: cover;
    /*direction: rtl;*/
}

.additional {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}


.additional .header {
    position: relative;
    padding: 35px 0 28px 0;
}

.additional .header .logo {
    position: relative;
    display: block;
    z-index: 2;
    width: 257px;
    height: 34%;
    margin: 0 auto;
    background: url('../pix/game_logo.png') center no-repeat;
    background-size: 100%;
}


.additional .msisdn_form {
    text-align: center; 
    margin-top: 5%

}

.additional .pin_form {
    text-align: center; 
    margin-top: 5%

}

.additional .msisdn_form .input-container{
    text-align: center; 
    font-weight: 600;
    color: #686868;
    font-size: 30px;
    border: none;
    margin: 2vh auto;
    padding: 12px;
    width: 60%; 
    max-width: 590px; 
    background-size: auto 75%;
    background: bottom;
    border-bottom: 1px solid; 

}


.additional .pin_form .input-container{
    text-align: center; 
    font-weight: 600;
    color: #686868;
    font-size: 30px;
    border: none;
    margin: 2vh auto;
    padding: 12px;
    width: 60%; 
    max-width: 590px; 
    background-size: auto 75%;
    background: bottom;
    border-bottom: 1px solid; 

}


.additional .msisdn_form .btn{
    background-color: #2ebddd;
    color: #fff;
    border-radius: 16px;
    font-size: 24px; 
    padding: 16px; 
    cursor. pointer; 
    width: 60%;
}

.additional .pin_form .btn{
    background-color: #2ebddd;
    color: #fff;
    border-radius: 16px;
    font-size: 24px; 
    padding: 16px; 
    cursor: pointer; 
    width: 60%;
}


.additional .footer{
    position: absolute; 
    padding: 8px 0;
    z-index: 10;
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgb(255 255 255 / 50%);
    bottom: 0;
    width: 100%;

}


.additional .footer-new {
    position: fixed; 
    padding: 8px 0;
    z-index: 10;
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgb(255 255 255 / 50%);
    bottom: 0;
    width: 100%;

}


/****************/
/*   FOOTER NEW
/****************/

.footer-new {
    position: relative;
    padding: 8px 0;
    z-index: 10;
	opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5);

}

.footer-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-new ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-new ul li a {
    display: block;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #F8F8F2;
}

.footer-new ul li a {
    display: block;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #F8F8F2;
}

