/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}


@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/lato-reg-webfont.eot');
    src: url('../fonts/lato/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato/lato-regita-webfont.eot');
    src: url('../fonts/lato/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato/lato-regita-webfont.woff') format('woff'),
         url('../fonts/lato/lato-regita-webfont.ttf') format('truetype'),
         url('../fonts/lato/lato-regita-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


.img-btn {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}





/******* Footer *******/
#footer-wrap {
	padding-top: 60px;
}
#footer-wrap {
	min-height: 125px;
	width: 100%;
}
#footer-wrap #topdanmark {
	background-position: right center !important;
	display: inline-block;
	font-size: 14px;
	padding: 12px 170px 15px 0;
	position: relative;
	z-index: 600;
}
#footer-wrap .infoarrow.arrow2 {
	bottom: 155px;
	right: 150px;
	line-height: 18px;
	font-family: 'segoe_printregular';
	padding: 0 0 5px 22px;
	position: absolute;
	text-align: center;
}
#footer_home_btn {
	background-position: left center;
	bottom: 105px;
	display: block;
	/*
	height: 44px;
	width: 43px;
	*/
	position: absolute;
	right: 235px;
	-webkit-transition: 0s; /* For Safari 3.1 to 6.0 */
	transition: 0s;
}
#footer_home_btn:active {
	background-position: right center;
}
#footer-wrap .menu-wrap {
	position: relative;
	z-index: 1000;
}
#footer-wrap .menu-wrap .widget {
	float: left;
	margin: 0 0 0 50px;
}
#footer-wrap .menu-wrap .widget label {
	color: #2C3E50;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}
#footer-wrap .menu-wrap .widget a {
	color: #2c3e50;
	font-family: 'latoitalic';
	
	font-size: 16px;
	line-height: 18px;
}
#footer-wrap footer {
	min-height: 205px;
	position: relative;
}
#footer-wrap footer img {
	position: absolute;
}
@media (min-width: 768px) and (max-width: 992px) {
	#footer-wrap #footer_home_btn {
		bottom: 120px;
		right: 10%;
	}
}
@media (max-width: 767px) {
	#footer-wrap #footer_home_btn {
		bottom: 75px;
		right: 10%;
		z-index: 1000;
	}
}
/*** End of: Footer ***/
