@font-face {
    font-family: 'NewsGothicStdMedium';
    src: url('../fonts/newsgothicstd.eot');
    src: url('../fonts/newsgothicstd.eot') format('embedded-opentype'),
         url('../fonts/newsgothicstd.woff') format('woff'),
         url('../fonts/newsgothicstd.ttf') format('truetype'),
         url('../fonts/newsgothicstd.svg#NewsGothicStdMedium') format('svg');
    font-weight: 100;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
}

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

select {
  color: #000;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.logo {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 100px auto 80px;
}

.language-wrapper {
	width: 100%;
	padding: 30px 30px 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	display: block;
	height: 185px;
	margin-bottom: 30px;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}

.language-wrapper img {
	max-width: 120px;
	margin-bottom: 20px;
}

.language-wrapper h2 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	font-weight: normal;
	font-family: 'NewsGothicStdMedium', Arial, Verdana, 'Liberation Sans', FreeSans, sans-serif;
}


.language-wrapper p {
	font-size: 0.725em;
	margin: 0;
	font-style: italic;
	color: #888d8e;
}

.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
	background-image: url(../images/gradient.png);
	background-position: bottom left;
	height: 200px;
	width: 100%;
	padding-top: 160px;
	text-align: center;
}

.footer p {
	font-size: 0.7em;
	color: #888d8e;
	letter-spacing: 0.5px;
	font-style: italic;
}

.main-container {
	background: rgba(0, 0, 0, 0.8);
	min-height: 50vh;
}
.main-container,
#stores {
	color: #ffffff;
	padding: 50px 0 100px;
}
#stores [class^="col-md"] {
	height: 180px;
}
