/* ==========================================================================
   Font face
   ========================================================================== */
   
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot%3F') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Award
   ========================================================================== */

#cssawards{position:fixed;top:150px;left:0px;z-index:555;}
#cssawards a{width:95px;height:50px;text-indent:-8000px;display:block;background:url('../img/cssa-dark-ribbon-nominated.png') no-repeat;}

/* ==========================================================================
   General styling
   ========================================================================== */

em {
	font-style: italic !important;
}
.no_margin {
	margin-bottom: 0px !important;
}

/* ==========================================================================
   Header
   ========================================================================== */

body header {
	height: 74px;
	background: url('../img/top_bg.jpg') repeat #000000;
	border-bottom: solid 1px #D2D2D2;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 89;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

body nav {
	float: right;
	margin-top: 30px;
}
.nav li {
	float: left;
	margin-right: 35px;
}
.nav li a, .nav li a:visited {
	font-family: 'latoregular', arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #BABABA;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav li a:hover {
	color: #ffffff;
}
.nav-path-selected {
	color: #ffffff !important;
}
.nav li:last-child {
	margin: 0;
}

/* ==========================================================================
   Sub navigation
   ========================================================================== */

#subnav {
	float: left;
	margin-top: 15px;
}
#subnav .nav {
	float: left;
}
#subnav .nav li {
	margin-right: 18px;
}
#subnav a {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7E7E;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-transform: none !important;
}
#subnav a:first-child {
	margin-left: -10px;
}
#subnav a:hover {
	background: #e8ebeb;
	color: #00B0F1;
}
#subnav .nav .nav-path-selected a {
	background: #e8ebeb;
	color: #00B0F1 !important;
	padding: 10px 10px 10px 10px;
}
#subnav_service {
	padding-top: 75px;
	float: none;
	margin: auto;
	width: 560px;
	height: 30px;
}
#subnav_service .nav li {
	margin-right: 18px;
}
#subnav_service .nav li:last-child {
	margin-right: 0;
}
#subnav_service a {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7E7E;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-transform: none !important;
}
#subnav_service a:hover {
	background: #fff;
	color: #00B0F1;
	padding: 10px 10px 10px 10px;
}
#subnav_service .nav .nav-path-selected a {
	background: #fff;
	color: #00B0F1 !important;
	padding: 10px 10px 10px 10px;
}
#current_page {
	float: left;
	margin-right: 18px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background: #fff;
	color: #00B0F1;
	text-transform: capitalize;
}
#current_page_about {
	float: left;
	margin-right: 18px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background: #e8ebeb;
	color: #00B0F1;
}

/* ==========================================================================
   Content
   ========================================================================== */
body {
	background: #181818;
} 
#middle_bar {
	height: 88px;
	width: 100%;
	background: #D4D9DB url('../img/bar_bg.gif') repeat;
	text-align: center;
	padding-top: 2px;
	box-shadow: -0px -2px 2px rgba(0,0,0,0.5);
	position: relative;
}
#middle_bar p {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	color: #7B7D7D;
	line-height: normal;
}
.icon {
	margin-bottom: 16px;
}
#content {
	background: #FBFBFB;
	padding-bottom: 75px;
}
#content_contact {
	background: #FBFBFB;
	padding-bottom: 4px;
}
#content_standard {
	background: #FBFBFB;
}
#content_goodreasons {
	background: #FBFBFB;
	padding-bottom: 55px;
}
#content_aboutus {
	background: #FBFBFB;
	padding-bottom: 48px;
}
#content_service_frontpage {
	background: #FBFBFB url('../img/gradient_bg.png') repeat-x bottom;
	padding-bottom: 30px;
}
#content_full {
	background: #FBFBFB;
	padding: 28px 0 150px 0;
}
#content_book {
	background: #FBFBFB;
	padding: 28px 0 90px 0;
}
.separator {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 40px 0 70px 0;
}
.separator_above_nav {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 35px 0 10px 0;
}
.separator_page {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 40px 0 50px 0;
}
.separator_standard {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 40px 0 40px 0;
}
.separator_goodreason {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 20px 0 40px 0;
}
.separator_content {
	width: 928px;
	height: 17px;
	background: url('../img/separator.png') no-repeat center;
	text-align: center;
	margin: 70px 0 40px 0;
}
.benefit {
	padding: 45px 0 20px 0;
	text-align: center;
}
.benefit a, .benefit a:visited {
	color: #3B4343;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.benefit a:hover {
	color: #00ABEC;
}
body h2 {
	font-family: 'latoregular', arial, sans-serif;
	font-size: 20px;
	color: #5d6d6d;
}
body h3 {
	font-family: 'latobold', arial, sans-serif;
	font-size: 18px;
	color: #5d6d6d;
}
body h4 {
	font-family: 'latoregular', arial, sans-serif;
	font-size: 16px;
	color: #5d6d6d;
}
body p {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	line-height: 23px;
}
.about {
	padding-bottom: 40px;
}
#bottom_bar {
	padding: 7px 0 0 0;
	width: 100%;
	height: 110px;
	background: #fff;
	position: relative;
}
.bar_separator {
	height: 10px;
	width: 100%;
	background: #D4D9DB url('../img/bar_bg.gif') repeat;
}
.bar_separator_seo {
	height: 10px;
	width: 100%;
	background: #D4D9DB url('../img/bar_bg.gif') repeat;
}
.mid_separator {
	height: 10px;
	width: 100%;
	background: #D4D9DB url('../img/bar_bg.gif') repeat;
	margin-bottom: 40px;
}
#bottom_bar p {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	color: #7B7D7D;
}
#bottom_bar .button {
	position: absolute;
	right: 0;
	top: 15px;
}
#bottom_bar_standard {
	padding: 7px 0 0 0;
	width: 100%;
	height: 110px;
	background: #fff;
	position: relative;
}
#bottom_bar_seo {
	padding: 35px 0 35px 0;
	width: 100%;
	background: #fff;
	position: relative;
}
#bottom_bar_standard p {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	color: #7B7D7D;
	margin-right: 25px;
	padding-top: 2px;
}
#bottom_bar_standard .button {
	margin-left: 25px;
}
#bottom_bar_seo .button {
	padding: 13px 40px 13px 40px;
}
.bottom_bar_margin {
	margin-top: 140px;
}
a {
	color: #C9AB8B;
}
body h1 {
	font-family: 'latobold', arial, sans-serif;
	font-size: 35px;
	color: #556363;
}
.button {
	display: inline-block;
	padding: 13px 20px 13px 20px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #00AAEE;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover {
	background: #10b7f8;
}
.green {
	background: #7DCB3E !important;
}
.green:hover {
	background: #83d63e !important;
}
#adress {
	background: url('../img/adress.png') no-repeat;
	padding-left: 40px;
	background-position: 0 4px;
}
#phone {
	background: url('../img/phone.png') no-repeat;
	padding-left: 40px;
	background-position: 0 3px;
}
#mail {
	background: url('../img/mail.png') no-repeat;
	padding-left: 40px;
	background-position: 0 4px;
}
#contact_field {
	float: left;
	padding-top: 10px;
}
#contact_field p {
	margin: 0;
	color: #A1B8B8;
}
.service_benefit {
	
}
.service_benefit_image {
	width: 100%;
	height: 160px;
	background: #EEEEEE;
}
.service_benefit_content {
	background: url('../img/bar_bg.gif') repeat;
	padding: 30px 20px 20px 30px;
}
.focus_text {
	padding: 15px 0 50px 0;
	text-align: center;
}
.focus_text p {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	color: #7B7D7D;
	margin: 0;
}
.intro_text {
	padding: 16px 0 30px 0;
	position: relative;
	z-index: 2;
}
.separator_arrow {
	background: url('../img/separator_arrow.png') no-repeat;
	text-align: center;
	margin: 50px 0 40px 0;
	height: 12px;
}
.technology_image img {
	max-height: 30px;
}
#content_standard .highlighted_text {
	margin: 0 0 50px 0;
}
#content_goodreasons .highlighted_text {
	margin: 1em 0 50px 0;
}
#content_service_frontpage .highlighted_text {
	margin: 1em 0 50px 0;
}
.standard_img {
	margin-top: 90px;
	margin-bottom: -25px;
	position: relative;
	z-index: 200;
}
#contact_info {
	float: left;
	width: 250px;
	padding-top: 48px;
}
#contact_info p {
	font-size: 12px;
	line-height: 16px;
}
#contact_info a {
	color: #BBBDBD;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer p {
	color: #BBBDBD;
}
#contact_info a:hover {
	color: #ffffff;
}
.phone_number {
	font-family: 'latolight', arial, sans-serif !important;
	font-size: 28px !important;
	margin: 0 0 15px 0 !important;
	line-height: normal !important;
}
.goodreason {
	margin-bottom: 45px;
}
.action {
	text-align: center;
	padding: 25px 0 23px 0;
}
.action p {
	margin: 0;
}
#call_us {
	position: absolute;
	right: 70px;
	top: 55px;
}
.service_text {
	padding: 15px 0 50px 0;
}
.service_text p {
	font-family: 'latobold', arial, sans-serif;
	font-size: 18px;
	color: #5d6d6d;
	margin-top: 13px;
	margin-bottom: 0;
}
.service_text h2 {
	font-family: 'latolight', arial, sans-serif;
	font-size: 25px;
	color: #7B7D7D;
	margin: 0;
}
.service_textbox {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 45px;
}
.service_textbox:nth-child(2n+2) {
	margin-right: 0;
}
.service_textbox h3 {
	color: #009FBF;
}
#sidebar {
	background: url('../img/bar_bg_bright.gif') repeat;
	padding: 38px;
	width: 187px;
	position: absolute;
	right: -100px;
	opacity: 0;
	
}
#sidebar_button {
	text-align: center;
	margin-top: 40px;
}
#sidebar_button p {
	margin: 0;
}
#sidebar p {
	font-size: 14px;
}
#sidebar h3 {
	font-size: 20px;
}
#our_choice {
	position: absolute;
	left: 700px;
	margin-top: -150px;
}
.page_separator {
	background: url('../img/page_separator.gif') no-repeat center;
	margin: 38px 0 30px 0;
	height: 12px;
}
#content_aboutus .page_separator {
	background: url('../img/page_separator.gif') no-repeat center;
	margin: 83px 0 30px 0;
	height: 12px;
}
.service {
	text-align: center; 
}
.center {
	text-align: center;
	margin-bottom: 20px;
}
#content_service .center img {
	margin-bottom: 70px;
}
.service_bottom_title {
	text-align: center;
	margin: 0 0 25px 0;
}
.service_bottom_title h4 {
	font-family: 'latobold', arial, sans-serif;
	font-size: 18px;
	color: #5d6d6d;
}
.image_text {
	width: 330px;
	float: left;
	margin-right: 30px;
	margin-left:-50px;
	opacity:0;
}
.image_container {
	width: 580px;
	margin-top: -10px;
	
	position: relative;
	z-index: 5;
	float: left;
	opacity:0;
}
.image_container img{
	margin-left:200px;
}
#content_service {
	background: #FBFBFB url('../img/gradient_bg.png') repeat-x bottom;
	padding-bottom: 75px;
}
#title_service_frontpage {
	text-align: center;
	padding: 44px 0 45px 0;
}
#title_service_frontpage h1 {
	font-family: 'open_sanslight', arial, sans-serif;
	font-size: 45px;
	color: #626262;
}
/*Speech bubble start*/
.service_image {
	margin-left: -35px;
	position: relative;
}
.service_image .speechbubbles{
	position:absolute;
	display: none;
}
.sbemails{
	top:60px;
	left:100px;
}
.sbwebsites{
	top:80px;
	left:247px;
}
.sbehandel{
	top:10px;
	left:338px;
}
.sbadwords{
	top:20px;
	left:487px;
}
.sbfacebook{
	top:37px;
	left:627px;
}
.sbgrafiskdesign{
	top:10px;
	left:765px;
}
.sbstrategi{
	top:97px;
	left:880px;
}
/*Speech bubble end*/
#service_content_bottom {
	width: 100%;
	background: #FBFBFB url('../img/gradient_bg.png') repeat-x bottom;
	padding-bottom: 132px;
}
#our_services {
	position: absolute;
	left: 90px;
	margin-top: 15px;
}
.service_box {
	margin-top: 45px;
}
.service_box:nth-child(3n+3) {
	margin-right: 0;
}
.service_box h2 {
	color: #009FBF;
}
.action_text_box {
	width: 619px;
	margin: auto;
	padding: 10px 0 65px 0;
}
#about_text_first {
	width: 620px;
	position: relative;
	z-index: 2;
}
#about_text_second {
	width: 345px;
	padding: 20px 0 50px 0;
	position: relative;
	z-index: 2;
}
#about_text_second .button {
	margin-top: 46px;
}
#about_image {
	position: absolute;
	z-index: 1;
	right: -87px;
	top: 437px;
}
#about_image img{
	margin-right:-200px;
	opacity: 0;
}

/* ==========================================================================
   Frontpage
   ========================================================================== */
   
.tab_hidden {
	display: none;
	visibility: hidden;
}
#whatwedo_tabs {
	background: url('../img/separator.png') no-repeat;
	background-position: 0 129px;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
	height: 165px;
	position: relative;
}
#whatwedo_tabs li {
	float: left;
	width: 204px;
	padding: 0 16px 0 14px;
}
#whatwedo_tabs li:last-child {
	margin-right: 0;
}
#whatwedo_tabs a {
	display: inline-block;
	text-align: center;
}
#whatwedo_tabs p {
	font-size: 12px !important;
	line-height: 19px;
}
#whatwedo_tabs h2 {
	font-family: 'latobold', arial, sans-serif;
	font-size: 25px !important;
	padding-bottom: 6px;
}
#whatwedo_tabs li p, #whatwedo_tabs li h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#whatwedo_tabs a:hover,
#whatwedo_tabs a:focus {
	color: #00ABEB;
}
#whatwedo_tabs li:hover h2,
#whatwedo_tabs li:hover p {
	color: #00ABEB;
}
#whatwedo_tabs .active h2,
#whatwedo_tabs .active p {
	color: #00ABEB;
}
#whatwedo_tabs .active {
	background: url('../img/tabs-active.png') no-repeat;
	background-position: 0 10px;
	height: 152px; 
}
.tab_content_left {
	width: 540px;
	float: left;
	padding-right: 140px;
}
.tab_content_right img {
	position: relative;
	right: 100px;
}
.tab_content_left h3 {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
}
.tab_content_right {
	width: 220px;
	float: left;
	padding-top: 35px;
}
#tab_content_first {
	text-align: center;
	padding: 0 80px 0 80px;
}
#tab_content_first h3 {
	font-family: 'latolight', arial, sans-serif;
	font-size: 28px;
	margin-bottom: 35px;
}
.tab_separator {
	float: left;
	width: 1px;
	height: 112px;
	background: url('../img/tab_menu_separator.png');
	margin-top: 26px;
}
#whatwedo {
	margin: 30px 0 0 35px;
}
.tab_menu_separator {
	position: absolute;
	background: url('https://www.lund-co.dk/themes/lundco/img/tab-menu-separator.png');
	width: 1px;
	height: 112px;
}
.tabsep1 {
	top: 25px;
	left: 220px;
}
.tabsep2 {
	top: 25px;
	left: 440px;
}
.tabsep3 {
	top: 25px;
	left: 440px;
}
#searchfield_text {
	float: left;
	margin-right: 25px;
}
#searchfield_text p {
	font-family: 'latobold', arial, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	color: #999999;
}
.search form {
	float: right;
}
.action_text_box {
	opacity:0;
}

/* ==========================================================================
   Form
   ========================================================================== */

#contact_form {
	margin-top: 75px;
}
#contact_form .formblock label {
	display: block;
	width: 303px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	margin-bottom: 10px;
}
.field {
	float: left;
}
.field-text {
	
}
#Question8, #Question9 {
	border: 1px solid #D8DBDC;
	width: 284px;
	height: 14px;
	margin-bottom: 20px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #898B8B;
}
.lte-ie8 #Question8, .lte-ie8 #Question9  {
	padding: 6px 8px 8px 8px;
	height: 16px;
}
#Question8 {
	margin-right: 12px;
}
#Question10 {
	width: 597px;
	height: 164px;
	border: 1px solid #D8DBDC;
	margin-bottom: 20px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #898B8B;
}
.submit {
	float: right;
	display: inline-block;
	padding: 8px 17px 8px 17px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #00AAEE;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: none;
}
.submit:hover {
	background: #10b7f8;
}
#contact_form .formblock {
	margin-top: 20px;
}
#logo {
	height: 93px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#logotype {
	position: absolute;
	width: 163px;
	height: 63px;
	left: 100px;
	top: 30px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#logo:hover {
	top: 0;
}
#contact_form .errors {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	line-height: 23px;
	padding-bottom: 30px;
	font-weight: bold;
}
#contact_form .error {
	color: #FF7373;
	font-weight: normal;
}

/* ==========================================================================
   Footer
   ========================================================================== */

body footer {
	background: #000000 url('../img/bottom_bg.jpg') repeat;
	height: 244px;
	width: 100%;
}
#footer_bar {
	background: rgb(30, 30, 30);
	background: rgba(0, 0, 0, 0.3);
	margin-top: 45px;
	width: 100%;
	padding: 15px 0 14px 0;
}
#footer_logo {
	float: left;
	height: 25px;
	margin-right: 20px;
	margin-top: 4px;
}
#footer_bar p {
	margin: 0;
}
.white_text {
	color: #ffffff;
}
#footer_bar a, #footer_bar a:visited {
	color: #ffffff;
}
#newsletter {
	padding: 55px 0 0 0;
	float: right;
}
#email {
	width: 210px;
	height: 35px;
	background: #282828;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #777777;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 0 80px 0 10px;
	box-shadow: inset 0 1px 2px #1B1B1B, 0 1px 0 #494949;
	-webkit-box-shadow: inset 0 1px 2px #1B1B1B, 0 1px 0 #494949;
	-moz-box-shadow: inset 0 1px 2px #1B1B1B, 0 1px 0 #494949;
}
.lte-ie8 #email {
	border: solid 1px #363636;
	padding: 10px 80px 0 10px;
	height: 25px;
}
#newsletter_button {
	display: inline-block;
	background: #EBEBEB;
	background: -moz-linear-gradient(top, #EBEBEB 0%, #CFCFCF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEB), color-stop(100%,#CFCFCF));
	background: -webkit-linear-gradient(top, #EBEBEB 0%,#CFCFCF 100%);
	background: -o-linear-gradient(top, #EBEBEB 0%,#CFCFCF 100%);
	background: -ms-linear-gradient(top, #EBEBEB 0%,#CFCFCF 100%);
	background: linear-gradient(to bottom, #EBEBEB 0%,#CFCFCF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#CFCFCF',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-family: 'latoregular', arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 7px 20px 7px 20px;
	position: absolute;
	left: 230px;
	top: 4px;
}
.lte-ie8 #newsletter_button {
	top: 5px;
}
#newsletter_button:hover {
	background: #f0f0f0;
}
#newsletter form {
	position: relative;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#social {
	float: right;
	width: 227px;
	padding-top: 51px;
}
.socialItem {
	float: left;
	height: 21px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	padding: 5px 0 12px 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #FFF !important;
	font-size: 16px;
}
.socialItem:focus{outline:none}
.socialItem:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.trippleA {
	margin-top: -4px;
}

.facebook {
	background: url('../img/facebook.png') no-repeat;
	padding-left: 40px;
	
}
.linkedin {
	background: url('../img/linkedin.png') no-repeat;
}
.twitter {
	background: url('../img/twitter.png') no-repeat;
	padding-left: 40px;
}
.googleplus {
	background: url('../img/googleplus.png') no-repeat;
	padding-left: 40px;
	width: 52px;
}
#lundcoSocial {
	background: url('../img/lund-co-social.png') no-repeat;
	width: 144px;
	height: 62px;
	position: absolute;
	right: 43px;
	bottom: -15px;
}


/* ==========================================================================
   Search bar
   ========================================================================== */
   
#bar {
	min-height: 16px;
	width: 100%;
	background: #D4D9DB url('../img/bar_bg.gif') repeat;
}
#search_toggle {
	width: 58px;
	height: 28px;
	cursor: pointer;
	right: 1px;
	position: absolute;
}
.search {
	padding-top: 22px;
	height: 58px;
	display: none;
	text-align: right;
	float: right;
}
.ccm-search-block-text {
	background-image: url("../img/search.gif");
	background-repeat: no-repeat;
	background-position: 215px 13px;
	padding: 0 40px 0 10px;
	width: 195px;
	height: 35px;
	border: solid 1px #ced1d2;
	color: #b5bec3;
}
.lte-ie8 .ccm-search-block-text {
	padding: 8px 40px 0 10px;
	height: 27px;
}
.ccm-search-block-submit {
	display: none;
}
.ccm-search-block-form h3 {
	display: none;
}

/* ==========================================================================
   Google Maps
   ========================================================================== */
   
#map_canvas {
	width: 100%;
	height: 475px;
	margin-top: 100px;
}

/* ==========================================================================
   Slider
   ========================================================================== */

/* Reference slider */

#reference-slider .rsContent .rsImg {
	margin-left: 0px !important;
}
#reference-slider .rsOverflow {
	width: 880px !important;
}
.royalSlider_reference {
	width: 940px;
	height: 60px;
	position: relative;
	direction: ltr;
}
.heroSlider_reference {
        height: 60px !important;
    }

/* Frontpage slider */

.webshop_attention {
	position: absolute;
	top: -30px;
	right: 20px;
}
.website_attention {
	position: absolute;
	top: -50px;
	left: 0px;
}
.markedsforing_attention {
	position: absolute;
	bottom: 5px;
	right: -20px;
}
.design_attention{
	position:absolute;
	top: -30px;
	left: 130px;
}
.salgs_attention{
	position:absolute;
	top: -37px;
	left: -5px;
}
.branding_attention{
	position:absolute;
	top: -50px;
	left: 370px;
}
.website_attention{
	position:absolute;
	top: -55px;
	left: 140px;
}
.ehandel_attention{
	position:absolute;
	top: -55px;
	left: 210px;
}
/*.salgsvaerktoejer h1{
	font-weight: lighter !important;
	font-family: 'open_sansregular', arial, sans-serif !important;
	font-size: 12px;
}
.salgsvaerktoejer p{
	font-weight: lighter !important;
	font-family: 'open_sansregular', arial, sans-serif !important;
	font-size: 24px !important;
}*/



/*Royalslider buttons be gone!*/
.rsArrow{
	display: none !important;
}
.rsBullet{
	display: none !important;
}



.slideshowbutton {
	display: inline-block;
	padding: 8px 20px 12px 20px;
	text-align: center;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	font-family: 'open_sanssemibold', arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #00AAEE;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	position: absolute;
	bottom:-100px;
	left:375px;
}
.slideshowbutton2{
	display: inline-block;
	padding: 8px 20px 12px 20px;
	text-align: center;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	font-family: 'open_sanssemibold', arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #00AAEE;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	position: absolute;
	bottom:-153px;
	left:375px;
}

/* === Edit here === */

.slider{
	position: relative;
	height: 435px;
	overflow: hidden;
	width: 100%;
}
.royalSlider {
	width: 400px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.slider_info_box1{
	width: 940px;
	text-align: center;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -470px;
}
.slider_info_box1 h1 {
	text-transform: none;
	color: #fff;
	font-family: 'latobold', arial, sans-serif;
	font-size: 150px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
}
.slider_info_box1 p {
	text-transform: none;
	color: #fff;
	font-family: 'open_sanssemibold', arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin: -20px 0 30px 0;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}
.slider a {
	text-shadow: none;
	font-weight: normal;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 60px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 100%;
  margin: 0 auto;
}

/* === Predefined === */

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
/* 	float: left; */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* arrow */

.rsArrow,
.rsThumbsArrow {
	background: url('../img/delim.png') no-repeat;
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsArrowLeft {
	background: url('https://www.lund-co.dk/themes/lundco/img/slideshow_nav.png');
	background-position: 0 0;
	width: 46px;
	height: 47px;
	position: absolute;
	top: 166px;
	left: 0;
	z-index: 50000;
}
.rsArrowRight {
	background: url('https://www.lund-co.dk/themes/lundco/img/slideshow_nav.png');
	background-position: 0 47px;
	width: 46px;
	height: 47px;
	position: absolute;
	top: 166px;
	right: 0;
	z-index: 50000;
}
.rsArrowLeft:hover {
	background-position: 48px 0;
}
.rsArrowRight:hover {
	background-position: 48px 47px;
}
#reference-slider .rsArrowLeft {
	background: url('../img/small_slider_arrows.png');
	background-position: 0 0;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 15px;
	left: 0;
}
#reference-slider .rsArrowRight {
	background: url('../img/small_slider_arrows.png');
	background-position: 11px 0;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 15px;
	right: 0;
}
#reference-slider .rsArrowLeft:hover {
	background-position: 0px 21px;
}
#reference-slider .rsArrowRight:hover {
	background-position: 11px 21px;
}

/* arrow end */

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position:absolute;
	z-index: 0;	
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}
.grab-cursor {
	cursor:url(https://www.lund-co.dk/themes/lundco/css/grab.png) 8 8, move; 
}
.grabbing-cursor{ 
	cursor:url(https://www.lund-co.dk/themes/lundco/css/grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(https://www.lund-co.dk/themes/lundco/css/blank.gif);
	-webkit-backface-visibility: hidden;
}

/* ===== Full width slider ===== */

#full-width-slider {
  width: 100%;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
        height: 435px !important;
    }

/*
@media screen and (min-width: 660px) and (max-width: 960px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 326px !important;
  }
}
@media screen and (min-width: 960px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 326px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 660px) {
  .slider, .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    display: none;
	}

  .infoBlock {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    min-width: 40%;
    left: 0;
    top: 0;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
*/


/* ===== Bullets ===== */

.rsMinW .rsBullets {
	position: relative;
	z-index: 35;
	bottom: 35px;
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
	line-height: 12px;
}
.rsMinW .rsBullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
	background: #aaa;
	background: rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF,endColorstr=#60FFFFFF); 
	cursor: pointer;

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsBullet.rsNavSelected  {
	background: #FFF;
}

/* ==========================================================================
   Portfolio
   ========================================================================== */

#portfolio {
	padding-top: 30px;
}
.portfolioitem {
	margin-bottom: 20px;
	position: relative;
}
.item_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/portfolio-hover.png') center;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	text-align: center;
}
.item_hover:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.item_content {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
.item_no_web {
	width: 42px;
}
.item_hover_web {
	background: url('../img/item_sprites.png');
	background-position: 0 0;
	width: 41px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 10px;
}
.item_hover_web:hover {
	background-position: 0 42px;
}
.item_hover_lightbox {
	background: url('../img/item_sprites.png');
	background-position: 41px 0;
	width: 40px;
	height: 42px;
	display: block;
	float: left;
}
.item_hover_lightbox:hover {
	background-position: 41px 42px;
}   
#tabs {
 overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabs li {
  float: left;
  margin-right: 18px;
}
#tabs a {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7E7E;
	padding: 7px 10px 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tabs a:hover,
#tabs a:focus {
	background: #e8ebeb;
	color: #00B0F1;
	padding: 7px 10px 7px 10px;
}
#tabs #current {
	background: #e8ebeb;
	color: #00B0F1 !important;
	padding: 7px 10px 7px 10px;	  
}
/* bxSlider */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -50px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../img/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 40px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 11px;
	color: #7B7D7D;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	outline: 0;
	padding: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #DDE0E0;
	color: #00B2F2;
	text-decoration: underline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('../img/controls.png') no-repeat 0 -32px;
	display: none;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('../img/controls.png') no-repeat -43px -32px;
	display: none;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../img/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../img/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Fancybox */

.hidden {
 display: block;   
}
.fancybox-title a {
 color: #fff;        
}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: 905px !important;
	height: 525px !important;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	background: #F6F8F9;
	min-height: 600px !important;
	padding: 0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
	width: 905px !important;
	height: 600px !important;
}
.fancy_description {
	text-align: center;
	margin-top: 20px;
	height:300px !important;
}
.fancy_description h2 {
	font-family: 'latobold', arial, sans-serif;
	font-size: 18px;
}
.fancy_description p {
	margin-top: 5px;
}
.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 492px;
}

.fancybox-image {
	max-width: 100%;
	max-height: 492px;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.lund-co.dk/themes/lundco/img/slideshow_nav.png');
}
.fancybox-close {
	background: url('https://www.lund-co.dk/themes/lundco/img/close.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8041;
	display: block;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 85%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 47px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-prev span {
	background-position: 0 0;
}
.fancybox-next span {
	right: 0;
	background-position: 0 47px;
}

.fancybox-prev span:hover {
	background-position: 48px 0;
}
.fancybox-next span:hover {
	background-position: 48px 47px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	display: none;
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: hidden;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Runi fix til større billeder*/
.fancybox-overlay.hasBiggerImage .fancy_description{
	position: absolute;
	background-color: #f6f8f9;
	top: -136px;
	padding-top: 20px;
	top: 472px;
	width: 905px;
}

/* ==========================================================================
   Book meeting
   ========================================================================== */

#book_title {
	text-align: center;
	margin-top: 65px;
}
#book_title h1 {
	font-family: 'open_sanslight', arial, sans-serif;
	font-size: 45px;
	line-height: 48px;
}
.book_sep {
	margin: 40px 0 25px 0;
}
#book_form_wrap {
	position: relative;
	margin: auto;
	width: 350px;
}
#book_form {
	margin-top: 40px;
	width: 350px;
}
#book_form .field {
	float: left;
}
#book_form label {
	display: inline-block;
	width: 350px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	margin-bottom: 10px;
}
#book_form input {
	width: 277px;
	height: 13px;
	border: 1px solid #D8DBDC;
	margin-bottom: 20px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #898B8B;
}
.lte-ie8 #book_form input {
	padding: 6px 8px 8px 8px;
	height: 15px;
}
#book_form textarea {
	width: 350px;
	min-height: 66px;
	border: 1px solid #D8DBDC;
	margin-bottom: 20px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #898B8B;
}
#book_form .submit {
	width: auto	!important;
	height: auto !important;
	float: left;
	color: #fff;
	border: none;
	padding: 14px 40px 14px 40px !important;
	margin-top: 15px;
}
#book_form .errors {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	line-height: 23px;
	padding-bottom: 30px;
	font-weight: bold;
}
#book_form .error {
	color: #FF7373;
	font-weight: normal;
}
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

#breadcrumbs {
	margin: 55px 0 15px 0;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 12px;
	color: #A1B8B8;
	text-transform: capitalize;
	padding-left: 2px;
}
#breadcrumbs a {
	color: #7B7D7D !important;
	padding-right: 2px;
}
.delim {
	background-image: url('../img/delim.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 6px;
	height: 9px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.wrap {
	margin: auto;
}
.shadow {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.margin_reset {
	margin: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;	
}
.margin_reset_right {
	margin-right: 0px !important;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.relative {
	position: relative;
}


/* ==========================================================================
   Grid
   ========================================================================== */

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
  position: relative;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}


/* ==========================================================================
   Normalization & Reset
   ========================================================================== */

/* ====== 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, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	/**min-width: 1120px;*/
}
ol, ul {
	list-style: none;
	list-style-image: none;
}
a {
	text-decoration: none;
}
/* This needs to be set or some font faced fonts look bold on Mac. */
*-webkit-font-smoothing: antialiased;

/* ====== Normalization ====== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 1em 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
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;
}
dd {
    margin: 0 0 0 40px;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* ==========================================================================
   Kontakt formular
   ========================================================================== */
#contact-form{
			width: 100%;
			
		}
		#contact-form fieldset{
			border: none;
			maegin: 0;
			padding: 0;
		}
			
		#contact-form label {
			color: #7B7D7D;
			display: block;
			font-family: 'open_sansregular',arial,sans-serif;
			font-size: 13px;
			margin-bottom: 10px;
			width: 303px;
		}
		#contact-form input {
			
		}
		#contact-form .greenBorder {
			border: 2px solid #d6e9c6;
		}
		#contact-form #submitResult, #contact-form #submitError, #contact-form submitButtonHolder{
			 float: left;
		}
		#contact-form #submitResult, #contact-form #submitError{
		
			 display: none;
		}
		#contact-form #submitResult p, #contact-form #submitError p{
			 margin: 0;
			 margin-right: 40px;
		}
		#contact-form #submitButtonHolder{
			text-align: right;
		}	
		#contact-form label.valid {
			width: 24px;
			height: 24px;
			display: inline-block;
			text-indent: -9999px;
		}
		#contact-form label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
			
		#contact-form #controlGroup1, #controlGroup2{
			width: 48%;
			float: left;
		}
		#contact-form #controlGroup1{
			padding-right: 2%;
		}
		#contact-form #controlGroup2{
			padding-left: 2%;
		}
		#contact-form input.input-xlarge{
			width: 100%;
			height: 40px;
			padding-left: 8px;
		}
		#contact-form .control-label{
			width: 100%;
			text-align: left;
			margin-top: 20px;
		}
		#contact-form .control-group.message, fieldset{
			clear: both;	
		}
		#contact-form .controls{
			margin-left:0;
		}
		#contact-form .controls textarea{
			width: 100%;
			padding: 0;
			min-height: 190px;
			padding-top: 8px;
			padding-left: 8px;
		}
		#contact-form .noShow{
			display: none !important;
		}
		#contact-form .control-group.message{
			position: relative;
			top: 20px;
		}
		#contact-form #submitButtonHolder{
			position: relative;
			top: 40px;
		}
		#contact-form #submitResult{
			position: relative;
			top: 40px;
		}
.landing p {
	font-size: 14px;
	line-height: 26px;
}
.landing .formblock label {
	width: 140px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
	margin-bottom: 10px;
}
.landing .formblock {
	margin-top: 31px;
}
#landing_page_sidebar p {
	font-size: 13px;
	line-height: 22px;
}
#landing_page_sidebar .button {
	padding: 7px 25px 7px 25px;
}
/* ======  Fields  ====== */
.landing .field {
	float: none;
	margin: 0 0 30px 0;
}
.landing .field input {
	border: 1px solid #BBBBBB;
	width: 388px;
	height: 14px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #929494;
	background: #FCFCFC;
	float: right;
}
.landing .lte-ie8 .field input  {
	padding: 6px 8px 8px 8px;
	height: 16px;
}
.landing .field-textarea {
	margin-top: 20px;
}
.landing .field-textarea textarea {
	width: 650px;
	height: 164px;
	border: 1px solid #D8DBDC;
	margin-bottom: 20px;
	padding: 8px;
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #7e8080;
	background: #FCFCFC;
}
.landing .submit {
	padding: 12px 40px 14px 40px !important;
	font-size: 14px !important;
	margin-top: 18px;
}
.landing h2 {
	font-family: 'latobold',arial,sans-serif;
	font-size: 18px;
}
/* ======  Error  ====== */
.errors {
	font-family: 'open_sansregular', arial, sans-serif;
	font-size: 13px;
	color: #7B7D7D;
	line-height: 23px;
	padding: 30px 0 30px 0;
	font-weight: bold;
}
.error {
	color: #FF7373;
	font-weight: normal;
}
#landing_page_main {
	width: 621px;
	float: left;
	margin-top: 50px;
}
#landing_page_sidebar {
	width: 234px;
	margin-right: 85px;
	float: left;
	margin-top: 50px;
}
/* ==========================================================================
   404
   ========================================================================== */
   

#notFoundImg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#notFoundImg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
#not_found {
	min-width: auto;
	background: #222;
}
#error_container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	padding: 160px 0 0 0;
}
#bg_404 {
	width: 1800px;
	height: 1500px;
	margin: auto;
	background: url('../img/bg_404.jpg');
}
#notFound {
	font-family: 'latobold', arial, sans-serif;
	font-size: 150px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #FFF;
	line-height: normal;
	margin: -20px 0 0 0;
}
#error_container h1 {
	color: #FFF;
	font-size: 28px;
	font-family: 'open_sanssemibold', arial, sans-serif ;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#error_description {
	color: #FFF;
	font-size: 15px;
	font-family: 'open_sansregular', arial, sans-serif;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#error_container .button {
	padding: 20px 25px 20px 25px;
}
#not_found_img {
	padding-right: 200px;
}
.ie7 #notFoundImg {
	display: none;
}








#page {
	position:relative;
	z-index: 1;
}
#uk {
	float: right;
}
#uk a {
	color: #888888;
	display: inline-block;
	text-align: center;
	padding: 5px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.3); 
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: -2px;
}
#uk a:hover {
	color: #FFF;
}
#page header .nav {
	float: right;
	margin-right: 30px;
}

/* - Medarbejdere - */
.medarbejder-billede{
	float: left;
	width: 190px;
	height: 175px;
	margin-bottom: 60px;
}
.medarbejder-tekst{
	float: left;
	height: 175px;
	width: 191px;
	margin: 11px 60px 60px 28px;
}
.medarbejder-tekst h3{
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.medarbejder-tekst p{
	margin: 0;
}
.medarbejder-tekst p img{
	margin: 0 10px -5px 0;
}
.medarbejder-tekst a{
	color: inherit;
}
.medarbejder-tekst a:hover{
	opacity: .7;
}
p.mbmedarbejderikon{
	margin-bottom: 4px;
}