/*
	Reset
*/

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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

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;
}

a[href],
label[for],
select,
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="image"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
}

button,
select,
input,
textarea {
	font-family: "Book";
}

/*
	Defaults
*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.ie7 .clearfix {
	zoom: 1;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th,
td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

.bigger {
	font-size: 18px;
}

address,
cite,
dfn {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

textarea {
	overflow: auto;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #279cda;
}

.nordic a {
	color: #ff1d25;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/*
	Fonts
*/

@font-face {
	font-family: "Bold";
	src: url("../fonts/blende01-webfont.eot");
	src: url("../fonts/blende01-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blende01-webfont.woff") format("woff"), url("../fonts/blende01-webfont.ttf") format("truetype"), url("../fonts/blende01-webfont.svg#blende01") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Book";
	src: url("../fonts/blenderb-webfont.eot");
	src: url("../fonts/blenderb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blenderb-webfont.woff") format("woff"), url("../fonts/blenderb-webfont.ttf") format("truetype"), url("../fonts/blenderb-webfont.svg#blenderb") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Heavy";
	src: url("../fonts/blenderh-webfont.eot");
	src: url("../fonts/blenderh-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blenderh-webfont.woff") format("woff"), url("../fonts/blenderh-webfont.ttf") format("truetype"), url("../fonts/blenderh-webfont.svg#blenderh") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Medium";
	src: url("../fonts/blenderm-webfont.eot");
	src: url("../fonts/blenderm-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blenderm-webfont.woff") format("woff"), url("../fonts/blenderm-webfont.ttf") format("truetype"), url("../fonts/blenderm-webfont.svg#blenderm") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Thin";
	src: url("../fonts/blendert-webfont.eot");
	src: url("../fonts/blendert-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blendert-webfont.woff") format("woff"), url("../fonts/blendert-webfont.ttf") format("truetype"), url("../fonts/blendert-webfont.svg#blendert") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*
	Common
*/

body {
	background: url(../images/bg.png) repeat-x white;
	font: 10px Arial, sans-serif;
	color: #58595b;
}

.outer-container {
	min-width: 968px;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 968px;
	margin: 0 auto;
	position: relative;
}

/*
	Landing page
**/

.container.home {
	min-height: 700px;
}

.site-selection {
	font: 52px "Heavy", "Bold";
	color: #fff;
	height: 375px;
	text-transform: uppercase;
}

.site-selection ul {
	position: relative;
}

.site-selection li {
	position: absolute;
	display: block;
	max-width: 532px;
	width: 100%;
}

.site-selection .windsurf {
	left: 0;
	background: url(../images/index/windsurf.png) no-repeat 0 -376px;
}

.site-selection .nordic {
	right: 0;
	background: url(../images/index/nordic.png) no-repeat 0 -376px;
	text-align: right;
}

.site-selection a {
	display: block;
	height: 375px;
	line-height: 420px;
	text-decoration: none;
	color: #9d9e9e;
	-webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-selection li:hover a {
	color: white;
}

.site-selection .bw {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-selection .windsurf .bw {
	background: url(../images/index/windsurf.png) no-repeat;
}

.site-selection .nordic .bw {
	background: url(../images/index/nordic.png) no-repeat;
}

.site-selection li:hover .bw {
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity = 0);
}

.site-selection a .txt {
	position: relative;
	z-index: 1;
	background-color: #4e4e4f;
	padding: 0 10px;
	opacity: 0.9;
	-webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-selection li:hover a .txt {
	background-color: #003468;
}

.sidebar {
	width: 1000px;
	height: 375px;
	position: absolute;
	left: -1010px;
	background: url(../images/index/sidebar.png) repeat-x;
}

.sidebar.right {
	left: auto;
	right: -1010px;
}

/*
	Main page
*/

.navigation {
	height: 66px;
	position: relative;
	font-family: "Bold";
	font-size: 18px;
	text-transform: uppercase;
	line-height: 62px;
}

.home .navigation {
	margin-bottom: 200px;
}

.navigation h1 {
	margin: 0;
	padding: 0;
}

.navigation h1 a {
	display: block;
	width: 178px;
	height: 66px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

.nordic .navigation h1 a {
	background-image: url(../images/logo-nordic.png);
}

.lang-sel,
.switch {
	position: absolute;
	top: 0px;
	right: 95px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
}

.ie7 .lang-sel,
.ie7 .switch {
	z-index: 1500 !important;
}

.lang-sel a,
.switch a {
	color: #fff;
}

.lang-sel a.active,
.lang-sel a:hover,
.lang-sel a:active {
	color: #279cda;
	text-decoration: none;
}

.nordic .lang-sel a.active,
.nordic .lang-sel a:hover,
.nordic .lang-sel a:active {
	color: #ff1d25;
}

.switch a.active,
.switch a:hover,
.switch a:active,
.nordic .switch a.active,
.nordic .switch a:hover,
.nordic .switch a:active {
	color: #fff;
	text-decoration: none;
}

.switch {
	right: 0px;
	width: 80px;
	height: 66px;
	text-align: center;
	padding-left: 11px;
	background: url(../images/switch.png) no-repeat;
}

.switch:hover {
	background-position: 0 -67px;
}

.nordic .switch {
	background-position: 0 -67px;
}

.nordic .switch:hover {
	background-position: 0 0;
}

.switch a {
	display: block;
	height: 66px;
}

.nav {
	display: block;
	width: 805px;
	height: 66px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/nav-bg.png) no-repeat;
}

.nav li {
	float: left;
	margin: 0 5px;
}

.nav li.first {
	margin-left: 20px;
}

.nav a {
	display: block;
	height: 66px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

.nav a[href="#"] {
	cursor: default;
}

.nav a:hover,
.nav a:active,
.nav a.active {
	color: #279cda;
}

.nordic .nav a:hover,
.nordic .nav a:active,
.nordic .nav a.active {
	color: #ff1d25;
}

.sub-nav {
	font-family: "Medium";
	font-size: 15px;
	position: absolute;
	padding-top: 8px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	margin: 0;
}

.ie7 .sub-nav {
	background-color: #003468;
}

.ie7 .nordic .sub-nav {
	background-color: #4d4d4d;
}

.nav li:hover .sub-nav,
.nav li.hover .sub-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.sub-nav li {
	float: none;
	background-color: #003468;
	height: 20px;
	line-height: 15px;
	padding: 5px 10px 5px 0;
}

.nordic .sub-nav li {
	background-color: #4d4d4d;
}

.sub-nav a {
	height: auto;
}

.carousel {
	height: 381px;
	margin: 8px 0;
	overflow: hidden;
	position: relative;
}

.carousel li {
	float: left;
}

.carousel .carousel-control {
	display: none;
}

.carousel-pagination {
	position: absolute;
	bottom: 12px;
	right: 22px;
}

.carousel-pagination a {
	padding: 3px;
	margin: 2px;
	float: left;
	display: block;
	cursor: pointer;
}

.carousel-pagination a span {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/carousel.png) no-repeat -21px 0;
	text-indent: -9999px;
}

.carousel-pagination a.active span {
	background-position: 0 0;
}

.nordic .carousel-pagination a.active span {
	background-position: -46px 0;
}

.content {
	margin: 8px 0;
	padding: 10px 15px;
	background: white;
	font-family: "Book";
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}

.content h1 {
	margin-bottom: 10px;
}

.content p {
	margin: 10px 0;
}

.heading {
	margin: 8px 0;
	height: 381px;
	position: relative;
	overflow: hidden;
}

.heading div {
	position: absolute;
	top: 65px;
	left: 0;
}

.heading h1 {
	font-family: "Heavy", "Bold";
	display: inline;
	background-color: #fff;
	font-size: 52px;
	padding: 0 5px 0 15px;
}

.heading h2 {
	background-color: #fff;
	padding: 0 5px 0 15px;
	font-family: "Medium";
	display: inline;
}

.banner {
	margin: 8px 0;
	position: relative;
	height: 381px;
	font-family: "Heavy", "Bold";
}

.banner .left {
	width: 533px;
	height: 381px;
	position: absolute;
	left: 0;
	background: url(../images/banner-left.png) no-repeat;
}

.nordic .banner .left {
	background: url(../images/banner-nordic-left.png) no-repeat;
}

.banner .right {
	width: 533px;
	height: 381px;
	position: absolute;
	right: 0;
	background: url(../images/banner-right.png) no-repeat;
	text-align: right;
}

.nordic .banner .right {
	background: url(../images/banner-nordic-right.png) no-repeat;
}

.banner h2 {
	margin-top: 160px;
	font-size: 52px;
	color: #fff;
	float: left;
	clear: left;
}

.nordic .banner h2 {
	margin-top: 230px;
}

.banner .right h2 {
	margin-top: 90px;
	float: right;
	clear: right;
}

.nordic .banner .right h2 {
	margin-top: 60px;
}

.banner h2 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.banner h2 span {
	display: block;
	float: left;
	clear: left;
	background-color: #003468;
	line-height: 27px;
	padding: 5px 6px 7px 18px;
}

.nordic .banner h2 span {
	background-color: #f44e54;
}

.banner .right h2 span {
	background-color: #279bd9;
	padding: 5px 14px 7px 6px;
	float: right;
	clear: right;
}

.nordic .banner .right h2 span {
	background-color: #f21b23;
}

.banner p {
	float: left;
	clear: left;
	font-family: "Medium";
	font-size: 16px;
	background-color: #003468;
	padding: 2px 8px 5px 19px;
	color: #fff;
}

.nordic .banner p {
	background-color: #f44e54;
}

.banner .right p {
	background-color: #279bd9;
	float: right;
	clear: right;
	padding-right: 19px;
	padding-left: 8px;
}

.nordic .banner .right p {
	background-color: #f21b23;
}

.banner a.buy {
	float: left;
	clear: left;
	font-size: 21px;
	color: #fff;
	background-color: #f89f1b;
	color: #fff;
	text-decoration: none;
	margin: 4px 0;
	position: relative;
	padding-left: 19px;
}

.banner .right a.buy {
	float: right;
	clear: right;
	padding-left: 8px;
}

.banner .right a.buy span {
	background-color: #279bd9;
}

.nordic .banner a.buy span {
	background-color: #f44e54;
}

.nordic .banner .right a.buy span {
	background-color: #f21b23;
}

.banner a.buy:hover span {
	background-color: #f89f1b !important;
}

.banner a.buy span {
	background-color: #003468;
	padding: 0 8px;
	text-transform: uppercase;
}

.banner .right a.buy span {
	padding-right: 19px;
}

a.buy.add-to-cart,
a.send {
	background-color: #003468;
}

a.buy.add-to-cart:hover,
a.send:hover {
	background-color: #f89f1b;
}

.nordic a.buy.add-to-cart,
.nordic a.send {
	background-color: #f44e54;
}

.nordic a.buy.add-to-cart:hover,
.nordic a.send:hover {
	background-color: #f89f1b;
}

.banner .free-delivery {
	float: left;
	clear: left;
	padding: 0 8px 0 19px;
	color: #fff;
	font-size: 21px;
	background-color: #f89f1b;
	text-transform: uppercase;
}

.banner .right .free-delivery {
	float: right;
	clear: right;
	padding: 0 19px 0 8px;
}

a.send {
	position: relative;
	left: -15px;
	font-family: "Heavy", "Bold";
	font-size: 21px;
	color: #fff;
	color: #fff;
	text-decoration: none;
	margin: 4px 0;
	position: relative;
	padding: 0 8px 0 19px;
	line-height: 23px;
}

h1 {
	font-family: "Thin";
	color: #003468;
	font-size: 34px;
	line-height: 26px;
}

.nordic h1 {
	color: #ff1d25;
}

h1 span {
	font-family: "Heavy", "Bold";
}

h2 {
	font-family: "Thin";
	color: #003468;
	font-size: 20px;
	line-height: 26px;
}

.nordic h2 {
	color: #ff1d25;
}

h2 span {
	font-family: "Heavy", "Bold";
}

h3 {
	font-family: "Thin";
	font-size: 26px;
	color: #003468;
}

.nordic h3 {
	color: #ff1d25;
}

.news {
	margin: 8px 0;
	padding: 10px 10px 30px 10px;
	background-color: #fff;
	overflow: hidden;
}

.news h1 {
	margin-bottom: 10px;
}

.news li {
	float: left;
	width: 232px;
	margin-right: 5px;
}

.news img {
	width: 232px;
	height: 232px;
	display: block;
	margin: 3px 0;
}

.news p {
	padding-right: 50px;
	line-height: 15px;
}

.footer {
	height: 76px;
	background: url(../images/footer-bg.png) repeat-x;
	position: relative;
}

.shadow {
	-moz-box-shadow: 0 0 3px #d3d3d3;
	-webkit-box-shadow: 0 0 3px #d3d3d3;
	box-shadow: 0 0 3px rgb(211, 211, 211);
	box-shadow: 0 0 3px rgba(153, 153, 153, 0.5);
}

.ie7 .shadow {
	border: 1px solid #d3d3d3;
}

.ie8 .shadow {
	outline: 1px solid #d3d3d3;
}

.columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns p:first-child {
	margin-top: 0;
}

.columns p:last-child {
	margin-bottom: 0;
}

.column {
	float: left;
	width: 50%;
}

.footer .caas {
	text-indent: -9999px;
	display: block;
	width: 129px;
	height: 21px;
	background: url(../images/footer-caas.png) no-repeat;
	position: absolute;
	top: 28px;
	left: 30px;
}

.footer .paypal {
	text-indent: -9999px;
	position: absolute;
	display: block;
	top: 25px;
	right: 30px;
	width: 201px;
	height: 32px;
	background: url(../images/credit-cards.png);
}

.footer .fb {
	text-indent: -9999px;
	position: absolute;
	display: block;
	top: 25px;
	right: 250px;
	width: 28px;
	height: 28px;
	background: url(../images/fb.png);
}

.footer p {
	text-align: center;
}

.footer p a {
	color: #d1d1d1;
}

.footer .info {
	color: #d1d1d1;
	padding-top: 27px;
}

.footer .copy {
	color: #9e9e9e;
	padding-top: 2px;
}

/*
	List
*/

.items-list {
	margin: 8px 0;
	position: relative;
	font-family: "Book";
	font-size: 14px;
}

.items-list h1 {
	padding: 10px 15px;
}

span.fifty {
	font-family: Thin;
	font-size: 50%;
	position: relative;
	top: -8px;
	line-height: 13px;
}

.items-list p {
	line-height: 17px;
	padding: 17px 19px;
	width: 340px;
	margin-bottom: 100px;
}

.items-list li {
	background-color: white;
	overflow: hidden;
	margin: 8px 0;
	position: relative;
}

.details-list-holder {
	float: right;
	display: block;
	padding: 220px 0 30px 30px;
	width: 490px;
}

.details-list-holder.power75 {
	background: url(../images/list/power75.jpg) no-repeat 100% 35px;
}

.details-list-holder.power100 {
	background: url(../images/list/power100.jpg) no-repeat 100% 35px;
}

.details-list-holder.extreme {
	background: url(../images/list/extreme.jpg) no-repeat 100% 35px;
}

.details-list-holder.race75 {
	background: url(../images/list/race75.jpg) no-repeat 100% 35px;
	padding-top: 270px;
}

.details-list-holder.race100 {
	background: url(../images/list/race100.jpg) no-repeat 100% 35px;
	padding-top: 270px;
}

.details-list-holder.basic50 {
	background: url(../images/list/Basic_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.advanced75 {
	background: url(../images/list/Advanced_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.sport100 {
	background: url(../images/list/Sport_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.premium100 {
	background: url(../images/list/Premium_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.sprint75 {
	background: url(../images/list/XC_sprint_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.n-race100 {
	background: url(../images/list/XC_race_prod.jpg) no-repeat 30px 35px;
}

.details-list-holder.rdm {
	background: url(../images/list/extension1.jpg) no-repeat 100% 35px;
}

.details-list-holder.sdm {
	background: url(../images/list/extension2.jpg) no-repeat 100% 35px;
}

.details-list thead {
	font-family: "Heavy", "Bold";
	color: #003468;
	font-size: 13px;
	text-transform: uppercase;
}

.nordic .details-list thead {
	color: #f44e54;
}

.details-list.shop tbody {
	border-top: 1px solid #003468;
	border-bottom: 1px solid #003468;
}

.nordic .details-list.shop tbody {
	border-top: 1px solid #f44e54;
	border-bottom: 1px solid #f44e54;
}

.details-list th.length {
	width: 100px;
}

.details-list th.discipline {
	width: 160px;
}

.details-list th.imcs {
	width: 75px;
}

.details-list th.weight {
	width: 75px;
}

.details-list th.price {
	width: 75px;
}

.details-list th.item {
	width: 500px;
}

.details-list th.item-price {
	width: 150px;
}

.details-list th.amount {
	width: 100px;
}

.details-list th.total {
	width: 188px;
}

.details-list tbody tr {
	line-height: 17px;
}

.items-list .banner,
.add-to-cart .banner {
	height: auto;
	position: absolute;
	bottom: 30px;
}

.gallery-full {
	background-color: white;
	margin: 8px 0;
}

.gallery-full h1 {
	padding: 10px 15px;
}

.gallery-full li {
	float: left;
	margin: 5px 5px;
}

.gallery-full img {
	width: 231px;
}

.pay {
	float: right;
	margin: 30px 50px 10px;
}

.add-to-cart {
	position: relative;
	padding: 0 0;
}

.add-to-cart h1 {
	padding: 10px 15px 25px 15px;
}

.add-to-cart p {
	padding: 0 15px;
}

.add-to-cart .banner {
	height: auto;
	line-height: 23px;
}

.add-to-cart .banner a {
	padding-right: 8px;
}

.add-to-cart form .details-list {
	margin-left: 15px;
}

.add-to-cart form .details-list td {
	width: 200px;
}

.add-to-cart .details-list select {
	margin: 2px 0;
}

.cart h1 {
	padding-bottom: 25px;
}

.cart .plus,
.cart .minus {
	display: inline-block;
	height: 8px;
	width: 8px;
	background-image: url(../images/icons.png);
	text-indent: -9999px;
	position: relative;
	top: 4px;
	vertical-align: top;
	margin: 0 2px;
	background-position: 0 -1px;
}

.cart .plus {
	margin-left: 10px;
}

.cart .minus {
	background-position: -32px -1px;
}

/*
	Team
*/

.team-list {
	font-family: "Book";
	font-size: 14px;
	line-height: 17px;
}

.team-list h1 {
	padding: 10px 15px;
}

.team-list strong {
	font-family: "Bold";
}

.team-list li {
	background-color: white;
	overflow: hidden;
	margin: 8px 0;
	position: relative;
	background-position: 100% 0;
	background-repeat: no-repeat;
	display: block;
	height: 380px;
	overflow: hidden;
}

.team-list li.andraz {
	background-image: url(../images/team/andraz.jpg);
}

.team-list li.adrian {
	background-image: url(../images/team/adrian.jpg);
}

.team-list li.ziga {
	background-image: url(../images/team/ziga.jpg);
}

.team-list li.nina {
	background-image: url(../images/team/nina.jpg);
}

.team-list li.mladen {
	background-image: url(../images/team/mladen.jpg);
}

.team-list li.krisjanis {
	background-image: url(../images/team/krisjanis.jpg);
}

.team-list li.jure {
	background-image: url(../images/team/jure.jpg);
}

.team-list li.marko {
	background-image: url(../images/team/marko.jpg);
}

.team-list li.anita {
	background-image: url(../images/team/anita.jpg);
}

.team-list li.lina {
	background-image: url(../images/team/lina.jpg);
	background-position: bottom right;
	height: 430px;
}

.team-list li.val {
	background-image: url(../images/team/val.jpg);
	background-position: bottom right;
	height: 430px;
}

.team-float {
	float: left;
	width: 300px;
	margin: 15px 15px;
}

.team-gallery {
	position: absolute;
	bottom: 12px;
}

.team-gallery li {
	float: left;
	height: auto;
	margin-right: 2px;
}

.strike {
	text-decoration: line-through;
	opacity: 0.5;
}
/* menu */

.navigation .nav {
	clear: both;
	transition: height 0.2s ease-out;
	z-index: 1;
}

/* menu icon */
.navigation .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.navigation .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 18px;
}

.navigation .menu-icon .navicon:before,
.navigation .menu-icon .navicon:after {
	background: #333;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.navigation .menu-icon .navicon:before {
	top: 5px;
}

.navigation .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.navigation .menu-btn,
.navigation .menu-icon {
	display: none;
}

.navigation .menu-btn:checked ~ .nav {
	height: 132px;
	z-index: 1;
}

.navigation .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.navigation .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.navigation .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

@media only screen and (max-width: 768px) {
	.site-selection li {
		width: 60%;
	}

	.nav {
		display: block;
		width: 80%;
	}
	.nav li {
		margin: 0;
	}
	.nav a {
		padding: 0px 6px;
	}
	.outer-container {
		min-width: 100%;
	}

	.banner .left,
	.banner .right {
		width: 60%;
	}

	iframe,
	embed {
		max-width: 96vw;
		max-height: 54.25vw;
		/* 315/560 = .5625 */
	}
}

/*Responsive Styles*/
@media only screen and (max-width: 480px) {
	h1 {
		line-height: 1em;
		font-size: 36px !important;
	}
	.carousel,
	.heading {
		height: auto;
	}
	.carousel img,
	.heading img,
	.details-list-holder {
		width: 100%;
	}
	.navigation .menu-icon {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 45%;
	}
	.container,
	.banner .left,
	.banner .right {
		width: 100%;
	}
	.banner {
		height: auto;
	}
	.banner .left,
	.banner .right {
		position: relative;
	}

	.navigation li,
	.nav li.first {
		padding: 0;
		margin: 0;
	}
	.navigation li {
		float: left;
		width: 33%;
		text-align: center;
	}
	.navigation li a {
		/*padding: 20px 30px;*/
	}
	.navigation .nav {
		clear: none;
		float: right;
		max-height: none;
		width: auto;
		height: 0;
		position: absolute;
		top: 65px;
		background: url(../images/nav-bg.png) center top repeat;
		z-index: -1;
	}
	.navigation .menu-icon {
		/*display: none;*/
	}

	.footer .info {
		padding-top: 45px;
	}

	.footer .caas {
		left: 10px;
		top: 10px;
	}
	.footer .fb {
		left: 10px;
		top: auto;
		bottom: 10px;
	}
	.footer .paypal {
		right: 10px;
		top: 5px;
	}

	.banner .right {
		background-position: right;
	}
	.banner .left {
		background-position: left;
	}

	ul.team-list li {
		box-shadow: inset 0 0 0 100vmax rgba(255, 255, 255, 0.7);
		height: auto;
	}
	.team-float {
		float: none;
		width: 100%;
	}

	/*.carousel{display:none;}*/
	.sub-nav {
		padding-top: 0px;
		margin-top: -20px;
	}
	.sub-nav li {
		width: auto;
		padding: 5px 10px;
	}

	#add-to-cart .banner {
		position: relative;
		height: 55px;
		bottom: 0;
	}
	table.details-list {
		margin: 0 auto;
		width: 94%;
	}

	.carousel-wrap {
		background: #dee4e7;
	}

	.nordic .banner .right {
		background-position: right;
	}

	/*.outer-container{min-width:100%}*/
	.site-selection {
		height: auto;
	}
	.site-selection li {
		position: relative;
		width: 100%;
	}
	.site-selection .nordic .bw {
		background-position: center 0;
	}
	.home .navigation {
		margin-bottom: 0;
	}

	.gallery-full li {
		width: 47%;
	}
	.gallery-full li a img {
		width: 100%;
	}
}
