@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #06e;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

@font-face {
	font-family: "gotham_black";
	src: url("../fonts/gotham-black.eot");
	src: url("../fonts/gotham-black.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-black.woff") format("woff"), url("../fonts/gotham-black.ttf") format("truetype"), url("../fonts/gotham-black.svg#gothamblack") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham_book";
	src: url("../fonts/gotham-book.eot");
	src: url("../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg#GothamBook") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham_bold";
	src: url("../fonts/gotham-bold.eot");
	src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#GothamBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "didot_bold_italic";
	src: url("../fonts/didot_bold_italic.eot");
	src: url("../fonts/didot_bold_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/didot_bold_italic.woff") format("woff"), url("../fonts/didot_bold_italic.ttf") format("truetype"), url("../fonts/didot_bold_italic.svg#DidotBoldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sprot {
	unicode-bidi: bidi-override;
	direction: rtl;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetia, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

body.switcher {
	background: #010534 url("../img/mobilebg.jpg") no-repeat bottom center;
	background-size: cover;
}

.container {
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.row {
	padding: 0 10px;
}

.img-responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.hide {
	display: none;
}

header {
	position: absolute;
	width: 100%;
}

header nav.menu {
	-moz-transform: translateY(-396px);
	-ms-transform: translateY(-396px);
	-webkit-transform: translateY(-396px);
	transform: translateY(-396px);
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
}

header .nav.open nav.menu {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

header .nav.open .navbar-toggle {
	background-color: #e6e6e6;
}

header .nav {
	background: url("../img/top-gradient-dark.png") repeat-x;
	min-height: 56px;
}

header .navbar-toggle {
	position: relative;
	float: right;
	padding: 10px;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	z-index: 301;
}

header .navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #000;
}

header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.menu-list {
	background-color: #e6e6e6;
	padding: 42px 0 10px 0;
}

.menu-list ul {
	margin: 0;
	padding: 0;
}

.menu-list ul li {
	list-style-type: none;
	margin-bottom: 3px;
	padding: 0 10px;
}

.menu-list ul li a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	font: 14px/14px "gotham_black", sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 14px 0 0 48px;
	height: 40px;
	position: relative;
}

.menu-list ul li a img {
	position: absolute;
	top: 6px;
	left: 10px;
}

.menu-list ul li a i {
	color: #f00;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 14px;
}

a.ap-logo {
	margin-top: 17px;
	display: block;
}

a.ap-logo img {
	display: block;
	margin: auto;
}

a.apsk-logo {
	display: block;
	position: relative;
	top: 18px;
}

a.apsk-logo img {
	display: block;
	margin: auto;
}

a.link-button {
	display: block;
	background-color: rgba(255, 255, 255, 0.77);
	height: 40px;
	font: 15px/15px "gotham_black", sans-serif;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 13px 0 0;
	margin-bottom: 3px;
}

a.button {
	background-color: #000;
	float: left;
	height: 40px;
	width: 32.4%;
	margin-right: 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 6px;
}

a.button i {
	font-size: 30px;
	line-height: 30px;
	color: #999;
}

a.button i.fa-envelope {
	line-height: 26px;
}

.switcher-content {
	width: 100%;
	position: absolute;
	top: 190px;
	left: 0;
	padding: 0 10px;
}

p.switcher-text {
	color: #fff;
	font: 13px/15px "gotham_bold", sans-serif;
	text-align: center;
}

.lang-switch-page {
	position: relative;
	height: 40px;
	padding: 0 10px;
	margin-top: 40px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(-390px);
	-ms-transform: translateY(-390px);
	-webkit-transform: translateY(-390px);
	transform: translateY(-390px);
}

.lang-switch-page.active {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mall-switch-page {
	position: relative;
	height: 100%;
	padding: 0 10px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transform: translateY(360px);
	-ms-transform: translateY(360px);
	-webkit-transform: translateY(360px);
	transform: translateY(360px);
}

.mall-switch-page.active {
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

section.home p.info {
	margin: 40% 0 0;
	padding: 10px;
	text-align: center;
	font: 13px/13px "gotham_book", sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
}

section.home p.info strong {
	font: 13px/13px "gotham_black", sans-serif;
}

section.home .red-circle {
	position: absolute;
	left: -5px;
	top: 55px;
	background: url("../img/svg/mobile.red-circle.svg") no-repeat;
	width: 92px;
	height: 92px;
	text-transform: uppercase;
	color: #fff;
}

section.home .red-circle .upper {
	font: 14px/14px "gotham_book", sans-serif;
	margin-top: 32px;
	text-align: center;
}

section.home .red-circle .lower {
	font: 13px/14px "gotham_bold", sans-serif;
	text-align: center;
}

section.home .home-menu {
	background: url("../img/mobile-home-bg.jpg") no-repeat;
	background-size: cover;
}

section.home .home-menu .menu-list {
	background: none;
	padding: 20px 0;
}

.headline {
	background-color: #000;
	padding: 8px 10px 0 10px;
	height: 45px;
	font: 33px/33px "didot_bold_italic", sans-serif;
	position: relative;
	color: #fff;
}

section.store .headline a {
	font: 13px/14px "gotham_book", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 10px;
}

section.store .headline .double-arrow-down, section.store .headline .double-arrow-up {
	background-image: url(../img/mobilesprite.png);
	background-position: -198px -36px;
	width: 25px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 10px;
}

section.store .headline .double-arrow-up {
	background-image: url(../img/mobilesprite.png);
	background-position: -198px -54px;
	width: 25px;
	height: 18px;
}

section.store .top {
	background: url("../img/mobilestorebg.jpg") no-repeat;
	background-size: cover;
	height: 134px;
}

section.store .tab-content {
	padding: 10px;
	background-color: #ddd;
	display: none;
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2;
}

section.store .tab-content a {
	display: block;
	font: 12px/14px "gotham_book", sans-serif;
	color: #000;
	text-decoration: none;
}

section.store .shop-logos {
	margin-top: 2px;
}

section.store .shop-logos .shop {
	margin-bottom: 2px;
	padding-left: 2px;
	float: left;
	width: 25%;
}

section.store .shop-logos .shop a {
	background-color: #ddd;
	display: block;
	height: 80px;
}

section.store .shop-logos .shop a span {
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shop-c_a {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px -147px;
	width: 55px;
	height: 41px;
}

.shop-penny {
	background-image: url(../img/mobilesprite.png);
	background-position: -101px -147px;
	width: 36px;
	height: 36px;
}

.shop-hervis {
	background-image: url(../img/mobilesprite.png);
	background-position: -169px -188px;
	width: 53px;
	height: 31px;
}

.shop-humanic {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -203px;
	width: 65px;
	height: 20px;
}

.shop-speedfit {
	background-image: url(../img/mobilesprite.png);
	background-position: -103px -188px;
	width: 66px;
	height: 32px;
}

.shop-newyorker {
	background-image: url(../img/mobilesprite.png);
	background-position: -60px -271px;
	width: 56px;
	height: 17px;
}

.shop-jateksziget {
	background-image: url(../img/mobilesprite.png);
	background-position: -149px -91px;
	width: 43px;
	height: 44px;
}

.shop-kappa {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -28px;
	width: 52px;
	height: 28px;
}

.shop-reno {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -181px;
	width: 53px;
	height: 22px;
}

.shop-jumbo {
	background-image: url(../img/mobilesprite.png);
	background-position: -137px -147px;
	width: 49px;
	height: 36px;
}

.shop-dm {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px -188px;
	width: 50px;
	height: 35px;
}

.shop-ada {
	background-image: url(../img/mobilesprite.png);
	background-position: -300px 0px;
	width: 63px;
	height: 13px;
}

.shop-hubert {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px 0px;
	width: 67px;
	height: 28px;
}

.shop-euronics {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -56px;
	width: 60px;
	height: 27px;
}

.shop-toystar {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px -271px;
	width: 60px;
	height: 17px;
}

.shop-brendon {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -159px;
	width: 52px;
	height: 22px;
}

.shop-coffeshop {
	background-image: url(../img/mobilesprite.png);
	background-position: -149px -46px;
	width: 37px;
	height: 45px;
}

.shop-gyogyszertar {
	background-image: url(../img/mobilesprite.png);
	background-position: -198px 0px;
	width: 35px;
	height: 36px;
}

.shop-grabad {
	background-image: url(../img/mobilesprite.png);
	background-position: -300px -25px;
	width: 60px;
	height: 10px;
}

.shop-eurofamily {
	background-image: url(../img/mobilesprite.png);
	background-position: -55px -147px;
	width: 46px;
	height: 40px;
}

.shop-optika {
	background-image: url(../img/mobilesprite.png);
	background-position: -300px -13px;
	width: 63px;
	height: 12px;
}

.shop-schneider {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -83px;
	width: 64px;
	height: 27px;
}

.shop-chens {
	background-image: url(../img/mobilesprite.png);
	background-position: -50px -188px;
	width: 53px;
	height: 32px;
}

.shop-lira {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -110px;
	width: 45px;
	height: 26px;
}

.shop-ampm {
	background-image: url(../img/mobilesprite.png);
	background-position: -233px -136px;
	width: 66px;
	height: 23px;
}

.shop-obi {
	background-image: url(../img/mobilesprite.png);
	background-position: -139px -249px;
	width: 73px;
	height: 18px;
}

.shop-intersport {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px -249px;
	width: 74px;
	height: 22px;
}

.shop-alexandra {
	background-image: url(../img/mobilesprite.png);
	background-position: -190px -271px;
	width: 74px;
	height: 16px;
}

.shop-tpartner {
	background-image: url(../img/mobilesprite.png);
	background-position: -212px -249px;
	width: 74px;
	height: 18px;
}

.shop-budmil {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px -223px;
	width: 74px;
	height: 26px;
}

.shop-street-fashion {
	background-image: url(../img/mobilesprite.png);
	background-position: -116px -271px;
	width: 74px;
	height: 17px;
}

.shop-fressnapf {
	background-image: url(../img/mobilesprite.png);
	background-position: -149px 0px;
	width: 49px;
	height: 46px;
}

.shop-noage {
	background-image: url(../img/mobilesprite.png);
	background-position: -74px -249px;
	width: 65px;
	height: 19px;
}

.bcard {
	padding: 10px;
}

.bcard .side-top {
	border-bottom: 1px solid #000;
	display: table;
	width: 100%;
	padding-bottom: 10px;
}

.bcard .side-top .shop-logo {
	display: table-cell;
	vertical-align: middle;
}

.bcard .side-top .shop-logo .logo {
	margin: auto;
}

.bcard .side-top .content {
	display: table-cell;
	width: 220px;
	padding-left: 10px;
	font: 12px/14px "gotham_book", sans-serif;
}

.bcard .side-top .content strong {
	font-family: "gotham_bold", sans-serif;
	font-weight: normal;
}

.bcard .side-top .content a {
	color: #000;
	text-decoration: none;
}

.bcard .side-bottom {
	font: 14px/16px "gotham_book", sans-serif;
}

.bcard .side-bottom .title {
	border-bottom: 1px solid #000;
	font-family: "gotham_bold", sans-serif;
	text-transform: uppercase;
	margin: 20px 0 15px;
	padding-bottom: 4px;
}

.bcard .side-bottom .description img {
	margin-top: 10px;
}

section.openings .top {
	background: url("../img/mobileopeningsbg.jpg") no-repeat;
	background-size: cover;
	height: 134px;
}

section.openings div.openings {
	padding: 10px;
}

section.openings div.openings .title {
	font: 12px/14px "gotham_bold", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin: 10px 0;
	padding-bottom: 12px;
}

section.openings div.openings p {
	margin: 0 0 30px 0;
	font: 12px/14px "gotham_bold", sans-serif;
	text-transform: uppercase;
}

section.openings div.openings table {
	width: 100%;
	margin-top: 20px;
}

section.openings div.openings table tr.odd td {
	background-color: #ddd;
}

section.openings div.openings table td {
	font: 12px/14px "gotham_book", sans-serif;
	vertical-align: top;
	padding: 2px 0;
}

section.openings div.openings table td.first-col {
	width: 170px;
	padding-left: 10px;
}

section.openings div.openings table td.second-col {
	width: 45px;
}

section.openings div.openings table td.third-col {
	padding-right: 10px;
}

section.galleries .top {
	background: url("../img/mobilegallerybg.jpg") no-repeat;
	background-size: cover;
	height: 134px;
}

section.galleries p {
	padding: 10px;
	margin: 5px 0;
	font: 12px/14px "gotham_book", sans-serif;
}

section.galleries p strong {
	font-family: "gotham_bold", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

section.galleries .folders {
	padding: 10px;
}

section.galleries .folders .gallery-item {
	width: 45.2%;
	float: left;
	margin-bottom: 10px;
}

section.galleries .folders .gallery-item a {
	color: #fff;
	text-decoration: none;
}

section.galleries .folders .gallery-item .title {
	background-color: #000;
	padding: 10px;
	font: 11px/12px "gotham_bold", sans-serif;
	text-transform: uppercase;
	display: block;
	margin-top: 1px;
}

section.galleries .folders .gallery-item .title .date {
	font: 10px/11px "gotham_book", sans-serif;
}

.swipe {
	background-color: #000;
	overflow: hidden;
	position: relative;
	height: 220px;
}

.swipe .get-started {
	background-image: url(../img/mobilesprite.png);
	background-position: 0px 0px;
	width: 149px;
	height: 147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -74px 0 0 -75px;
	z-index: 2;
}

.swipe .swipe-wrap {
	overflow: hidden;
	position: absolute;
}

.swipe .swipe-wrap .item {
	padding: 10px;
	float: left;
	position: relative;
}

.page-view {
	background-color: #343232;
	text-align: center;
	margin-top: -4px;
	padding-bottom: 5px;
}

.page-view span {
	background-color: #000;
	font: 12px/14px "gotham_book", sans-serif;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

section.promo .top {
	background: url("../img/mobilepromobg.jpg") no-repeat;
	background-size: cover;
	height: 134px;
}

section.promo .swipe {
	padding: 0;
}

section.promo .page-view {
	margin-top: 0;
	background-color: #fff;
}

section.promo .page-view span {
	padding-top: 10px;
}

.news-list {
	border-top: 30px solid #f00;
}

.news-list .news-list-item {
	padding: 10px;
	background-color: #f2f2f2;
}

.news-list .news-list-item:nth-child(2n) {
	background-color: #fff;
}

.news-list .news-list-item h2 {
	font: 23px/25px "didot_bold_italic", sans-serif;
	color: #f00;
	margin: 0;
}

.news-list .news-list-item .published {
	font: 12px/14px "gotham_bold", sans-serif;
	margin: 10px 0;
}

.news-list .news-list-item a {
	font: 12px/14px "gotham_bold", sans-serif;
	text-transform: uppercase;
	color: #f00;
	text-decoration: none;
}

.news-list .news-list-item .news-content {
	display: none;
	padding: 10px 0;
	font: 14px/16px "gotham_book", sans-serif;
}

.news-list .news-list-item .news-content img {
	margin: 10px 0 0;
}

.news-list .news-list-item .news-content a {
	text-transform: none;
}

section.news .top {
	background: url("../img/mobilenewsbg.jpg") no-repeat;
	background-size: cover;
	height: 134px;
}

section.news .news-list {
	border: none;
}

section.news .news-list .news-list-item:first-child a.control {
	display: none;
}

section.news .news-list .news-list-item:first-child .news-content {
	display: block;
}

section.contact {
	position: relative;
}

section.contact #gmap {
	height: 320px;
	width: 100%;
}

section.contact h4 {
	font: 20px/20px "gotham_book", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

section.contact .top {
	position: absolute;
	top: 0;
	width: 100%;
	background: url("../img/mobile_header_fade.png");
	height: 38px;
}

section.contact .form h4 {
	margin: 0;
}

.text {
	font: 14px/16px "gotham_book", sans-serif;
	padding: 10px;
}

.text a {
	color: #000;
}

.form {
	background-color: #f2f2f2;
	font: 14px/16px "gotham_book", sans-serif;
	padding: 10px;
}

.form h4 {
	margin: 0;
}

.form input {
	width: 100%;
	height: 30px;
	border: 1px solid;
	margin-bottom: 10px;
}

.form textarea {
	width: 100%;
	height: 100px;
	border: 1px solid;
}

.form button {
	margin-top: 10px;
	background-color: #848484;
	font: 11px/13px "gotham_bold", sans-serif;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 6px 20px;
}

.form button i {
	font-size: 15px;
	position: relative;
	top: 2px;
}

.form a {
	color: #000;
}

.form.white-bg {
	background-color: #fff;
}

section.b2b .top {
	background: url("../img/mobileb2bbg.jpg") no-repeat;
	background-size: cover;
	height: 115px;
}

section.b2b h4 {
	font: 20px/20px "gotham_book", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

section.b2b .form h4 {
	margin: 10px 0;
}

section.basecontent .top {
	background: url("../img/mobileb2bbg.jpg") no-repeat;
	background-size: cover;
	height: 115px;
}

footer {
	background-color: #333539;
	display: table-row;
	height: 118px;
}

footer .nav button {
	display: none;
}

footer .buttons {
	padding: 10px;
}

footer a.button:last-of-type {
	margin-right: 0;
}

footer .bottom {
	padding: 0 10px 10px 10px;
}

footer .bottom ul {
	margin: 0;
	padding: 0;
	height: 25px;
}

footer .bottom ul li {
	list-style-type: none;
	float: left;
	width: 33%;
}

footer .bottom ul li a {
	color: #999;
	font-size: 11px;
}

footer .bottom ul li.center {
	text-align: center;
}

footer .bottom ul li.right {
	text-align: right;
}

footer .bottom .copyright .text {
	float: right;
	color: #999;
	font-size: 10px;
	padding: 7px 0 0;
}

footer .bottom .copyright .making-ampm {
	float: left;
	background-image: url(../img/mobilesprite.png);
	background-position: -74px -223px;
	width: 120px;
	height: 25px;
}