/* colors */

/* c4e5da */

h1,
.h1,
body,
h4,
.h4,
h2,
.banner .banner-content {
	color: #232325;
}

.button {
	color: #E61446;
}

.banner .banner-content .white,
.banner .banner-content.white,
.banner-content.white h4,
.banner-content.white h2 {
	color: #FFF;
}

/* font sizes */
.navigation-small {
	font-size: 11px;
}

.button.btn-cart {
	font-size: 14px;
}

.fixed-header .menu > li > a,
.main-nav .menu > li > a,
.button.btn-lg {
	font-size: 16px;
}

body,
h4,
.banner .banner-content {
	font-size: 19px;
}

.button {
	font-size: 32px;
}

h2 {
	font-size: 38px;
}

h1,
.content-title1 {
	font-size: 100px;
}


/* fonts */
body,
.button,
.bold-versal {
	font-family: 'Gotham A', Arial, Helvetica, sans-serif;
}

/*  */
body {
	background-color: #c4e5da;
	background-image: url(../../images/boerlind-background.png);
	background-position: left top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

.header-container {
	background: none;
}

h1,
.content-title1 {
	font-weight: 600;
	line-height: 97px;
}

h2 {
	font-weight: 600;
}

h4 {
	text-transform: none;
}

.bold-versal {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.homepage-slider {
	background-color: #fbfbfb;
}

.homepage-slider .button-center {
	text-align: center;
	position: absolute;
	bottom: 55px;
	width: 100%;
}

.button.btn-lg {
	letter-spacing: 0.1em;
	border: 1px solid #E61446;
	line-height: 35px;
	padding: 0 55px;
	min-width: 0;
}

.main,
.homepage-slider {
	max-width: 1280px;
	margin: 0 auto;
}

.main {
	padding-top: 275px; /* 256 */
}

.homepage-slider .inner {
	padding-left: 125px;
	padding-bottom: 35px;
	padding-right: 25px;
}

.homepage-slider .image .inner {
	padding-left: 0;
	padding-right: 125px;
	padding-bottom: 0;
}

.menu-container {
	position: relative;
}

.top_main_type_4 .header-menu,
.top_main_type_5 .header-menu {
	width: 100%;
	background-color: #F4F4F4;
	display: block;
}

.top_main_type_4 .header_widget,
.top_main_type_5 .header_widget {
	position: absolute;
	height: 64px;
	right: -15px;
	bottom: 0;
	padding-left: 83px;
	padding-right: 83px;
	white-space: nowrap;
	width: auto;
	background-color: #F4F4F4;
}

.fixed-header .menu > li,
.main-nav .menu > li {
	padding: 0;
	float: left;
}

.fixed-header .menu,
.main-nav .menu {
	height: 64px;
}

.fixed-header .menu > li > a,
.main-nav .menu > li > a {
	padding: 0;
	display: block;
	line-height: 64px;
	padding-left: 55px;
	padding-right: 55px;
	background-color: #FFF;
	font-family: 'Gotham A', Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: 400;
}

.top_main_type_4 .header-logo,
.top_main_type_5 .header-logo {
	min-height: 192px;
}

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

.top_main_type_4 .header-logo a {
	width: 190px;
}

.fixed-header .logo {
	display: none;
}

.banner {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}

.banner h4 {
	margin-bottom: 99px;
}

.banner > img {
	width: 100%;
}

.banner .banner-content {
	margin: 0;
	padding: 0;
}

.banner .inner {
	padding: 49px 55px;
	margin-left: -15px;
	margin-right: -15px;
}

.banner-content h2 {
	position: relative;
	margin-bottom: 42px;
}

.banner-content h2:after {
	content: ' ';
	position: absolute;
	width: 80px;
	bottom: -23px;
	left: 0;
	height: 3px;
	background-color: #232325;
}

.banner-content.white h2:after,
.banner-content h2.white:after {
	background-color: #FFF;
}

/*
.gray-dark-font,
.gray-dark-font h1,
.gray-dark-font h2,
.gray-dark-font h3,
.gray-dark-font h4,
.gray-dark-font h5,
.gray-dark-font h6 {
	color: #232325;
}
*/