* {
    text-transform: none;
    text-transform: none;
}
body {
	max-width: 100%;
	width: 100%;
}
.clearfix {
	clear: both !important;
}
a, button, input, area, text-area {
	outline: none;
}
a {
	color: inherit;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.float-none {
	float: none !important;
	display: inline-block;
}
.clearfix {
	clear: both;
}
.header {
	width: 100%;
}
.bodyview {
	width: 1140px;
	margin: auto;
}
.common-container {
	width: 1140px;
	float: left;
}
.border-bottom {
	border-bottom: #dcdbe1 solid 2px;
	width: 100%;
}
.position-inherit {
	position: inherit !important;
}
.navbar-nav > li {
	padding: 0 12px 0;
	margin-right: 5px;
}
.navbar-nav > li > a {
	padding: 8px 1px 10px 0;
	font-family: 'robotothin';
	font-size: 26px;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	border-top: solid 4px transparent;
	letter-spacing: 0;
}
.menu-margin {
	margin-left: 162px;
}
.border-blue, .border-blue-1 {
	border-bottom: #2ea8bc 4px solid;
}
.border-yellow, .border-yellow-1 {
	border-bottom: #003974 4px solid;
}
.border-orange, .border-orange-1 {
	border-bottom: #ea552d 4px solid;
}
.border-wine, .border-wine-1 {
	border-bottom: #cc3366 4px solid;
}
.border-violet, .border-violet-1 {
	border-bottom: #6b3f99 4px solid;
}
.border-red, .border-red-1 {
	border-bottom: #ff0000 4px solid;
}
.border-blue-1, .border-yellow-1, .border-orange-1, .border-wine-1, .border-violet-1, .border-red-1 {
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.border-blue-1:hover, .border-yellow-1:hover, .border-orange-1:hover, .border-wine-1:hover, .border-violet-1:hover, .border-red-1:hover {
	padding-left: 10px !important;
	padding-right: 10px !important;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.menu-postion {
	padding-top: 28px;
	width: 100%;
}
.travel, .shop, .recharge, .cinema, .vouchers {
	box-shadow: inset 0 0 0 0 #2ea8bc;
}
.shop {
	box-shadow: inset 0 0 0 0 #003974;
}
.recharge {
	box-shadow: inset 0 0 0 0 #ec522e;
}
.cinema {
	box-shadow: inset 0 0 0 0 #cc3366;
}
.vouchers {
	box-shadow: inset 0 0 0 0 #6b3f99;
}
li.active.travel, .travel:hover {
	box-shadow: inset 0 -100px 0 0 #2ea8bc;
	background: #2ea8bc;
}
li.active.shop, .shop:hover {
	box-shadow: inset 0 -100px 0 0 #003974;
	background: #003974;
}
li.active.recharge, .recharge:hover {
	box-shadow: inset 0 -100px 0 0 #ec522e;
	background: #ec522e;
}
li.active.cinema, .cinema:hover {
	box-shadow: inset 0 -100px 0 0 #cc3366;
	background: #cc3366;
}
li.active.vouchers, .vouchers:hover {
	box-shadow: inset 0 -100px 0 0 #6b3f99;
	background: #6b3f99;
}
.menu-margin > li:hover a, .navbar-nav > li > a:hover, .navbar-nav > li.active > a {
	color: #fff;
}
.navbar-nav > li:hover a {
}
#nav-icon1, #dropdownMenu1 {
	width: 40px;
	height: 26px;
	position: relative;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#dropdownMenu1 {
	width: 54px;
	height: 48px;
	padding: 9px 10px;
	margin-top: -1px;
	margin-right: -7px;
	z-index: 11;
	margin-bottom: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
}
#dropdownMenu1.open {
	background: #fff;
	outline: 0;
}
#nav-icon1 span, #dropdownMenu1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
#nav-icon1 span:nth-child(1), #dropdownMenu1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2), #dropdownMenu1 span:nth-child(2) {
	top: 12px;
}
#dropdownMenu1 span:nth-child(2) {
	top: 14px;
}
#nav-icon1 span:nth-child(3), #dropdownMenu1 span:nth-child(3) {
	top: 24px;
}
#dropdownMenu1 span:nth-child(3) {
	top: 28px;
}
#nav-icon1.open span:nth-child(1), #dropdownMenu1.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #000;
}
#dropdownMenu1.open span:nth-child(1) {
	top: 16px;
}
#nav-icon1.open span:nth-child(2), #dropdownMenu1.open span:nth-child(2) {
	opacity: 0;
	left: -0px;
}
#nav-icon1.open span:nth-child(3), #dropdownMenu1.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #000;
}
#dropdownMenu1.open span:nth-child(3) {
	top: 16px;
}
a.menu-label {
	background: transparent !important;
	cursor: pointer !important;
	border: 0 !important;
	color: #000 !important;
	margin-right: 22px;
	margin-top: 3px;
	font-size: 25px !important
}
.extra-links {
	min-width: 160px;
	background: #fff;
	padding: 8px 0 10px;
	position: absolute;
	right: 5px;
	display: none;
	top: 46px;
	z-index: 9;
}
.extra-links > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-transform: lowercase;
}
.extra-links li {
	text-align: right;
	font-size: 26px;
	font-family: 'robotothin';
	font-weight: 100;
	list-style-type: none;
}
.home-menu .navbar-nav > li > a {
	color: #fff;
}
.home-menu a.menu-label {
	color: #fff !important;
}
.home-menu #nav-icon1 span, .home-menu #dropdownMenu1 span {
	background: #fff;
}
.navbar-brand i {
	margin-top: 6px;
	font-size: 10px;
	padding-right: 3px;
	vertical-align: top;
	color: #000;
	line-height: 13px;
}
.navbar-brand {
	margin-top:0px;
	font-size: 24px;
}
.navbar-brand {
    width: 220px;
    height: 36px;
    position: relative;
}
.navbar-brand svg {
    position: absolute;
    top: -15px;
    width: 100%!important;
}
.navbar-brand svg {
	width: 100% !important;
}
.navbar-brand svg circle {
	fill: #000 !important;
}
.navbar-brand svg path#coinstext {
	fill: #000 !important;
}
.navbar-brand b, .navbar-brand span {
	display: inline-block;
}
.navbar-brand b {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000;
}
.navbar-header {
	margin-left: 10px;
}
.home-menu .navbar-nav > li.active > a {
	color: #fff;
}
.home-menu .navbar-brand {
	color: #fff !important;
}
.home-menu .navbar-brand i, .home-menu .navbar-brand b {
	color: #fff;
}
#dropdownMenu1 {
	width: 54px;
	height: 48px !important;
	margin-top: -1px;
	padding: 9px 7px;
	border: 1px solid transparent;
	border-bottom: 0;
}
#dropdownMenu1 .men-align {
	width: 40px;
	height: 38px;
	position: relative;
	left: -6px;
}
.footer-container {
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
	font-family: 'robotothin';
	border-top: #dcdbe1 solid 1px;
}
.footer-logo {
	float: left;
	padding-left: 7px;
}
.footer-links-box {
	width: 100%;
	float: left;
	min-height: 233px;
	margin: 20px 0 0 0;
}
.footer-links-box .col-lg-4, .footer-links-box .col-lg-2 {
	min-height: 233px;
	font-size: 16px;
	color: #b4b4b9;
	padding: 0 15px;
}
.border-height {
	border-right: 2px solid #dcdce1;
}
.footer-links-box .col-lg-4 p {
	color: #b4b4b9;
	line-height: 24px;
	float: left;
}
.footer-links-box .col-lg-4 span {
	float: left;
	padding: 10px 0 0 0;
	text-transform: none !important;
}
.footer-links-box .col-lg-2 a {
	width: 100%;
	float: left;
	line-height: 23px;
	font-weight: 400;
	text-transform: lowercase;
}
.footer-links-box .col-lg-2 a:hover {
	color: #000000;
}
.footer-links-box .col-lg-4 h2 {
	padding: 0px;
	margin: 0px;
	font-family: 'robotothin';
	color: #000;
	width: 100%;
	float: left;
}
.payment-card {
	width: 100%;
	float: left;
	border-bottom: #dcdce1 solid 2px;
	border-top: #dcdce1 solid 2px;
	padding: 15px 0 15px 0;
	margin: 15px 0 8px 0;
	text-transform: none !important;
}
.revalsys {
	float: left;
	margin: -15px 0 0 0;
}
.footer-links-box .col-lg-4:nth-child(1) span {
	display: inline-block;
}
.footer-links-box .col-lg-4:nth-child(4) span {
	display: none;
}
.navbar-right {
	margin-right: -15px;
}
.buttons-container {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.common-button, .btn-active {
	background: #f0f0f5;
	font-size: 26px;
	color: #2ea8bc;
	padding: 12px 0;
	border: 0px;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.btn-active {
	background: #2ea8bc;
	color: #FFFFFF;
}
.small-txt-btn {
	font-size: 16px;
}
.buttons-container .row {
	margin-right: -10px;
	margin-left: -10px;
}
.gray {
	background: #f1f0f6;
}
.blue {
	background: #2ea8bd;
}
.position-fixed {
	position: fixed !important;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99999;
	height: 100%;
}
#status {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
}
.preloder {
	width: 100%;
	float: left;
	text-align: center;
	display: inline-block;
	margin: 40px 0 40px 0;
}
.preloder i {
	font-size: 54px;
	color: #000;
	font-weight: 300;
}
.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 65px;
	height: 65px;
}
.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes rotate {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@-webkit-keyframes dash {
0% {
stroke-dasharray:1, 200;
stroke-dashoffset:0;
}
50% {
stroke-dasharray:89, 200;
stroke-dashoffset:-35px;
}
100% {
stroke-dasharray:89, 200;
stroke-dashoffset:-124px;
}
}
@keyframes dash {
0% {
stroke-dasharray:1, 200;
stroke-dashoffset:0;
}
50% {
stroke-dasharray:89, 200;
stroke-dashoffset:-35px;
}
100% {
stroke-dasharray:89, 200;
stroke-dashoffset:-124px;
}
}
@-webkit-keyframes color {
100%, 0% {
stroke:#000;
}
40% {
stroke:#000;
}
66% {
stroke:#000;
}
80%, 90% {
stroke:#000;
}
}
@keyframes color {
100%, 0% {
stroke:#000;
}
40% {
stroke:#000;
}
66% {
stroke:#000;
}
80%, 90% {
stroke:#000;
}
}
.navbar-brand svg circle {
	fill: #000 !important;
}
.navbar-brand svg path#coinstext {
	fill: #000 !important;
}
.oops-container {
	width: 100%;
	float: left;
	text-align: center;
}
.oops-container h1, .oops-container h4 {
	font-size: 150px;
	text-align: center;
	font-weight: 600;
	color: #d80000;
}
.oops-container h3, .oops-container h6 {
	font-size: 40px;
	text-align: center;
	color: #28282d;
}
.oops-container h6 {
	font-size: 24px;
	margin: 20px 0 0 0;
	line-height: 36px;
}
.oops-container h4 {
	font-size: 24px;
	background: #d80000;
	color: #ffffff;
	width: auto;
	display: inline-block;
	padding: 8px 20px;
}
.oops-container.thankyou-content {
	margin: 0 !important;
	margin-bottom: -30px;
}
.oops-container.thankyou-content h1 {
	font-size: 40px;
	text-align: left;
	margin-top: 0;
}
.oops-container.thankyou-content h6 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 0 0;
}
#UcFooterMenu_spnFooterContent, #spnFooterContent {
	padding-top: 0;
}
.cardtype .dd .ddArrow {
	width: 40px;
	height: 37px;
	margin-top: 0;
	background: url(../images/icon-darkred-dropdown.png) no-repeat;
}
.transferpopup-content .modal-title.small-txt {
	margin-top: 0;
	padding-top: 0;
	height: auto;
}
.transferpopup-content input[type="text"] {
	width: 96%;
	margin-top: 10px;
}
.points-transfered {
	font-size: 20px;
	color: #089019;
	margin: 14px 0 0 0;
}
.cardtype .dd .ddChild {
	border: 2px solid #bf0404;
}
.points-transfered i.fa-check {
	border: solid 2px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	line-height: 47px;
	font-size: 30px;
	margin-bottom: 10px;
}
.carousel-caption a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 26px;
	font-family: 'robotothin';
	font-weight: 100;
}
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
}
.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.spinner {
	height: 60px;
	width: 60px;
	margin: 20px auto 20px auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 1px solid rgba(0, 174, 239, 0.15);
	border-right: 1px solid rgba(0, 174, 239, 0.15);
	border-bottom: 1px solid rgba(0, 174, 239, 0.15);
	border-top: 1px solid rgba(0, 174, 239, 0.8);
	border-radius: 100%;
}
@-webkit-keyframes rotation {
from {
-webkit-transform:rotate(0deg);
}
to {
-webkit-transform:rotate(359deg);
}
}
@-moz-keyframes rotation {
from {
-moz-transform:rotate(0deg);
}
to {
-moz-transform:rotate(359deg);
}
}
@-o-keyframes rotation {
from {
-o-transform:rotate(0deg);
}
to {
-o-transform:rotate(359deg);
}
}
@keyframes rotation {
from {
transform:rotate(0deg);
}
to {
transform:rotate(359deg);
}
}
.hideSpinner {
	display: none !important;
}
@keyframes rotation {
from {
transform:rotate(0deg);
}
to {
transform:rotate(359deg);
}
}
.spinner {
	border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.8) !important;
}

@media (max-width:1139px) {
.bodyview {
	width: 100%;
}
.menu-margin {
	margin-left: 136px;
}
.common-container {
	width: 100%;
}
.right-block {
	z-index: 999;
}
.footer-container .col-lg-12 {
	float: left;
	width: 100%;
	padding: 0px;
}
.footer-links-box .col-lg-4, .footer-links-box .col-lg-2 {
	width: 33.3333%;
	float: left;
}
.footer-links-box .col-lg-2 {
	width: 16.6667%;
}
}

@media (max-width:1024px) {
.menu-margin {
	margin-left: 86px;
}
}

@media (max-width:990px) {
.menu-label {
	display: none !important;
}
}

@media (max-width:979px) {
.navbar-right {
	margin: -0px;
}
.bodyview {
	width: 100%;
}
.container {
	width: 100%;
}
.common-container {
	width: 100%;
}
.navbar-nav > li:hover a {
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	transition: all ease 0s;
}
.navbar-brand {
	font-size: 36px;
}
.menu-postion {
	padding-top: 0;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
}
body {
	padding-top: 67px;
	width: 100%;
}
.menu-postion.home-menu {
	position: relative;
	top: inherit;
	left: inherit;
	background: none;
}
.navbar > .container .navbar-brand {
	margin: 15px 0px;
	float: left;
}
#nav-icon1, .navbar-toggle {
	margin-top: 20px;
	margin-right: 20px;
	padding: 0px;
	z-index: 9999;
	position: absolute;
	right: 0;
}
.rsmenu {
	padding: 0px;
	margin: 0 !important;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(255, 255, 255, .95);
	z-index: 999;
	border: 0;
	overflow: hidden;
}
.rsmenu .nav > li {
	text-align: center;
	width: 100%;
}
.navbar-nav {
	width: 100%;
}
.rsmenu .menu-margin > li {
	float: none !important;
}
.navbar-default .navbar-nav > li > a {
	margin-top: 10px;
	padding: 20px 0 20px 0;
	display: inline-block;
	color: #000;
	font-size: 36px;
}
.rsmenu .border-blue:hover, .rsmenu .border-yellow:hover, .rsmenu .border-orange:hover, .rsmenu .border-wine:hover, .rsmenu .border-violet:hover {
	padding: 20px 20px 20px 20px !important;
	background: #2ea8bc !important;
	color: #FFFFFF !important;
}
.rsmenu .border-yellow:hover {
	background: #003974 !important;
}
.rsmenu .border-orange:hover {
	background: #ea552d !important;
}
.rsmenu .border-wine:hover {
	background: #cc3366 !important;
}
.rsmenu .border-violet:hover {
	background: #6b3f99 !important;
}
.extra-links {
	width: 100%;
	display: inline-block !important;
	position: inherit;
	top: 0;
	right: 0;
	background: transparent;
	padding-top: 78px;
	display: inline-block !important;
	border: 0px solid #F0F0F5 !important;
	box-shadow: 0 0 0 rgba(0,0,0,.175) !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.175) !important;
}
.extra-links:before {
	content: '';
	width: 100%;
	background: #000;
	height: 1px;
	display: inline-block;
	position: relative;
	top: -45px;
	background: url('../images/img-menu-divider.jpg') no-repeat center;
}
.extra-links li {
	text-align: center;
}
.extra-links > li > a {
	padding: 5px 0 5px 0;
	font-size: 36px;
	color: #000;
	display: inline-block;
}
.extra-links li a {
	margin-bottom: 10px;
}
.extra-links li a:hover {
	padding-left: 10px;
	padding-right: 10px;
color:;
}
.extra-links li:nth-child(1) a {
}
.extra-links li:nth-child(1) a:hover {
}
.extra-links li:nth-child(2) a {
}
.extra-links li:nth-child(2) a:hover {
}
.extra-links li:nth-child(3) a {
	border-bottom: #6b3f99 4px solid;
	margin-bottom: 30px;
}
.extra-links li:nth-child(3) a:hover {
	background: #6b3f99;
	border-bottom: 0;
	margin-bottom: 34px;
}
.extra-links li:nth-child(4) a {
	border-bottom: #2ea8bc 4px solid;
}
.extra-links li:nth-child(4) a:hover {
	background: #2ea8bc;
	border-bottom: 0;
	margin-bottom: 14px;
}
.menu-label {
	display: none !important;
}
.menu-margin {
	margin-left: 0px;
}
#dropdownMenu1 {
	display: none;
}
.menu-margin li.active.travel {
	background: transparent;
	box-shadow: inset 0 0 0 0 #2ea8bc;
}
.menu-margin li.active a {
	padding: 20px 20px 20px 20px !important;
	color: #fff;
}
.menu-margin li.active.travel a {
	background: #2ea8bc;
}
.menu-margin li.active.shop a {
	background: #003974;
}
.menu-margin li.active.recharge a {
	background: #ea552d;
}
.menu-margin li.active.cinema a {
	background: #cc3366;
}
.menu-margin li.active.vouchers a {
	background: #6b3f99;
}
.home-menu .menu-margin li.active.travel a {
	background: #2ea8bc;
	padding: 20px 20px 20px 20px !important;
}
.navbar-brand {
	margin-top: 20px;
}
.navbar-brand {
	font-size: 36px;
}
.navbar-brand i {
	font-size: 14px;
}
li.active.travel, .travel:hover, li.active.shop, .shop:hover, li.active.recharge, .recharge:hover, li.active.cinema, .cinema:hover, li.active.vouchers, .vouchers:hover {
	box-shadow: inset 0 0 0 0 #6b3f99;
}
.extra-links li:nth-child(4):before {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	display: inline-block;
	position: relative;
	clear: both;
	top: -15px;
	background: url('../images/img-menu-divider.jpg') no-repeat center;
}
li.active.travel, .travel:hover, li.active.shop, .shop:hover, li.active.recharge, .recharge:hover, li.active.cinema, .cinema:hover, li.active.vouchers, .vouchers:hover {
	background: none;
}
.footer-links-box .col-lg-4, .footer-links-box .col-lg-2 {
	min-height: inherit;
	margin: 15px 0 0 0;
}
.footer-links-box .col-lg-4:nth-child(1), .footer-links-box .col-lg-4:nth-child(4) {
	width: 100%;
	border: none;
}
.footer-links-box .col-lg-4:nth-child(4) span {
	display: inline-block;
}
.footer-links-box .col-lg-2:nth-child(2), .footer-links-box .col-lg-2:nth-child(3) {
	width: 50%;
	margin-bottom: 15px;
}
.footer-links-box .col-lg-2:nth-child(3) {
	border: none;
}
.footer-links-box .col-lg-4 h2 {
	width: auto;
	float: inherit;
}
.footer-links-box .col-lg-4:nth-child(4) p {
	padding: 5px 0 0 0;
}
.one-block .carousel .carousel-inner {
	height: auto !important;
}
.footer-links-box .col-lg-4 p {
	line-height: 32px;
	font-size: 26px;
}
.footer-links-box .col-lg-2 a {
	line-height: 42px;
	font-size: 26px;
}
.footer-links-box, .col-lg-4, .col-lg-2 {
	min-height: inherit;
}
.footer-links-box .col-lg-4 h2 {
	width: auto;
	float: inherit;
	font-size: 36px;
}
.payment-card {
	font-size: 26px;
}
.revalsys {
	margin: -5px 0px 0px;
}
.footer-links-box .col-lg-4 span {
	font-size: 22px;
}
.footer-container .col-lg-12 {
	padding: 0px 10px;
}
.footer-container .col-lg-12 {
	padding: 0px 25px !important;
}
.navbar-brand {
	width: 200px;
	height: 30px;
}
}

@media (max-width:959px) {
.oops-container {
	margin: 50px 0 0 0;
}
.oops-container h6 br {
	display: none;
}
}

@media (max-width:640px) {
.navbar-brand {
	padding-left: 20px;
}
#nav-icon1, .navbar-toggle {
	margin-right: 30px;
}
}

@media (max-width:639px) {
.footer-links-box .col-lg-4 p {
	line-height: 24px;
	font-size: 18px;
}
.footer-links-box .col-lg-4:nth-child(4) p {
	padding: 1px 0px 0px;
}
.footer-links-box .col-lg-2 a {
	line-height: 28px;
	font-size: 14px;
}
.footer-links-box, .col-lg-4, .col-lg-2 {
	min-height: inherit;
}
.footer-links-box .col-lg-4 h2 {
	width: auto;
	float: inherit;
	font-size: 24px;
}
.payment-card {
	font-size: 16px;
	text-transform: none !important;
}
.revalsys {
	margin: -5px 0px 0px;
}
.footer-links-box .col-lg-4 span {
	font-size: 18px;
	text-transform: none !important;
}
.footer-container .col-lg-12 {
	padding: 0px 0px;
}
#nav-icon1, .navbar-toggle {
	margin-right: 20px;
}
.navbar-brand {
	padding-left: 10px;
}
.footer-container .col-lg-12 {
	padding: 0px 15px !important;
}
.oops-container h1 {
	font-size: 120px;
}
.oops-container h4 {
	font-size: 20px;
}
.oops-container h3 {
	font-size: 28px;
}
.oops-container h6 {
	font-size: 20px;
}
.oops-container h6 br {
	display: none;
}
}

@media (max-width:567px) {
.navbar-brand {
	padding-left: 0;
}
#nav-icon1, .navbar-toggle {
	margin-right: 15px;
}
.footer-container .col-lg-12 {
	padding: 0 10px !important;
}
}

@media (max-width:480px) {
.navbar-brand {
	width: 150px;
	height: 25px;
}
}

@media (max-width:420px) {
#nav-icon1, #dropdownMenu1 {
	width: 35px;
}
#nav-icon1 span:nth-child(2) {
	top: 10px;
}
#nav-icon1 span:nth-child(3) {
	top: 20px;
}
.navbar-brand {
	margin-top: 18px;
}
.navbar-header {
	margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 0 10px 0;
	font-size: 26px;
}
.home-menu .menu-margin li.active.travel a {
	background: #2ea8bc;
	padding: 10px !important;
}
.rsmenu .border-blue:hover, .rsmenu .border-yellow:hover, .rsmenu .border-orange:hover, .rsmenu .border-wine:hover, .rsmenu .border-violet:hover {
	padding: 10px !important;
}
.menu-margin li.active a {
	padding: 10px !important;
	color: #fff;
}
.extra-links > li > a {
	font-size: 26px;
}
.extra-links {
	padding-top: 38px;
}
.extra-links:before {
	top: -23px;
}
.navbar-brand {
	margin-left: 15px;
}
.navbar-brand {
	font-size: 30px;
}
body {
	padding-top: 62px;
}
.navbar {
	padding-bottom: 20px;
}
.extra-links:before {
	top: -23px;
}
}
.loginbg {
	background: url(../images/banner1.jpg) no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
}
