h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	font-size: 175%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: normal;
}

h4 {
	font-size: 125%;
	font-weight: normal;
}

h5 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: underline;
	transition: text-decoration 0.5s ease;
}

a:hover {
	text-decoration: none;
}

hr {
	border-color: #527f97;
	width: 100%;
}

fieldset {
	border: 1px solid #ddd;
}

fieldset legend {
	font-weight: bold;
	background: #fff;
	padding: 0 1%;
	margin: 0;
	margin-left: 1%;
}

fieldset .col {
	padding: 0 2%;
}

label {
	display: block;
	text-align: left;
}

ul li {
	margin-left: 5%;
}

.outer-wrapper { 
	width: 100%;
	overflow: visible;
	background: none;
}

.inner-wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

.inner-wrapper.nav {
	
}

.clear {
	clear: both;
}

/*
nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
}

nav li a:hover {
	background: #e95231;
}

nav li a.nav-active {
	background: #e95231;
}
*/

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

img#logo {
	padding: 1% 0;
	margin-top: 5px;
}

div#shop {
	margin-top: 17px;
}

section.header1 {
	background: #dfdede;
}

section.header2 {
	background: #3f3f3f;
}

section.slider {
	position: relative;
	background: #fff;
}

section.slider h1 {
	color: #62a9e9;
	font-size: 400%;
	padding-top: 2%;
}

section.news {
	background: url('images/bkg-news.jpg') top center no-repeat;
	background-size: cover;
	border-top: #007db2 4px solid;
}

section.news h1 {
	color: #fff;
	text-align: center;
	padding-top: 2%;
}

section.news hr {
	border-color: #527f97;
	width: 75%;
	margin: 0 auto;
}

section.about {
	background: url('images/bkg-about.jpg') top center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

section.about h1 {
	color: #fff;
	text-align: center;
	padding-top: 2%;
}

section.about hr {
	border-color: #767676;
	width: 75%;
	margin: 0 auto;
}

section.address {
	background: #222;
	color: #777;
	padding: 1.5% 0;
}

section.address a {
	color: #777;
}

section.footer {
	background: #222;
	text-align: center;
	padding: 1% 0;
}

section.footer a {
	text-decoration: none;
}

section.bottom {

}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.col {
	margin: 1% 0;
}

button, a.button {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	transition: background 0.5s ease;
	color: #fff;
	background: #e95231;
}

button:hover, a.button:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background: #c9563d;
}

button.black, a.button.black {
	background: #333;
}

button.black:hover, a.button.black:hover {
	background: #000;
}


button.blue, a.button.blue {
	background: #007db2;
}

button.blue:hover, a.button.blue:hover {
	background: #0d6a92;
}

button.disabled, a.button.disabled {
	background: #888;
	color: #aaa;
}

button.disabled:hover, a.button.disabled:hover {
	background: #888;
	color: #aaa;
}

div.lang {
	float: right;
	color: #fff;
	margin-top: 13px;
}

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

.desktop {
	display: inherit;
}

.mobile {
	display: none;
}

div.box-news {
	background: #fff;
	border-radius: 6px;
	margin: 6% 6% 0 6%;
	padding: 6%;
	text-align: center;
}

div.limited-center {
	max-width: 540px;
	margin: 0 auto;
}

.title {
	margin: 2% 0;
	text-transform: uppercase;
}

.more {
	text-align: right;
}

small.error {
	display: block;
	background: #d00;
	color: #fff;
	padding: 1px 10px;
}

.padded {
	padding: 1%;
}

.more-images {
	max-width: 23%;
	float: left;
	margin-left: 2%;
}

.more-images.first {
    margin-left: 0;
}

.alt-color {
	color: #d00;
}

#map {
	height: 450px;
}

div.hide-lt-S, div.hide-lt-M {
	display: block;
}

/* MEDIA QUERIES */

@media (max-width: 1280px) {
	.inner-wrapper {
		width: 1024px;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	.span-XL-1, .span-XL-2, .span-XL-3, .span-XL-4, .span-XL-5, .span-XL-6, .span-XL-7, .span-XL-8, .span-XL-9, .span-XL-10, .span-XL-11, .span-XL-12 {
		width:100%;
		text-align: center;
		padding: 1% 0;
	}
}


@media (max-width: 1096px) {
	.inner-wrapper {
		width: 800px;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	.span-L-1, .span-L-2, .span-L-3, .span-L-4, .span-L-5, .span-L-6, .span-L-7, .span-L-8, .span-L-9, .span-L-10, .span-L-11, .span-L-12 {
		width:100%;
		text-align: center;
		padding: 1% 0;
	}
}

@media (max-width: 864px) {
	.inner-wrapper {
		width: 640px;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	.span-M-1, .span-M-2, .span-M-3, .span-M-4, .span-M-5, .span-M-6, .span-M-7, .span-M-8, .span-M-9, .span-M-10, .span-M-11, .span-M-12 {
		width:100%;
		text-align: center;
		padding: 1% 0;
	}
	
	div.hide-lt-M {
		display: none;
	}
}


@media (max-width: 696px) {
	.inner-wrapper {
		width: 480px;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	.span-S-1, .span-S-2, .span-S-3, .span-S-4, .span-S-5, .span-S-6, .span-S-7, .span-S-8, .span-S-9, .span-S-10, .span-S-11, .span-S-12 {
		width:100%;
		text-align: center;
		padding: 1% 0;
	}
	
	button, a.button {
		font-size: 90%;
	}
	
	.more {
		text-align: center;
		margin-top: 2%;
	}
	
	div.hide-lt-S {
		display: none;
	}
}


@media (max-width: 530px) {
	.inner-wrapper {
		width: 96%;
		margin: 0 auto;
		padding: 0 2%;
	}
	
	img#logo {
		padding: 0;
		float: none;
		display: block;
		margin: 1% auto;
	}
	
	div#shop {
		padding: 0;
		float: none;
		display: block;
		margin: 0 auto 1%;
		text-align: center;
	}
	
	.span-XS-1, .span-XS-2, .span-XS-3, .span-XS-4, .span-XS-5, .span-XS-6, .span-XS-7, .span-XS-8, .span-XS-9, .span-XS-10, .span-XS-11, .span-XS-12 {
		width:100%;
		text-align: center;
		padding: 1% 0;
	}
}