@import url('https://fonts.googleapis.com/css?family=Quicksand|Architects+Daughter|Dancing+Script|Indie+Flower|Lobster|Merriweather:400,700|Open+Sans+Condensed:300,700|Raleway:400,700|Roboto:400,700|Roboto+Condensed:400,700|Source+Sans+Pro');

@keyframes inpanY {
	0% { transform: translateY(6rem); opacity: 0; }
	100% { transform: translateY(0rem); opacity: 1; }
}

body {
	margin: 0; /* 160px 0 0 0 */
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto';
	line-height: initial;
}

input {
	background: #FFF;
	padding: 0.8rem;
	margin: 0;
	font-size: 1.3rem;
}

input[type=text], textarea, label {
	display: inline-block;
}

*:focus {
    outline: none;
}

/**, :after, :before {
	box-sizing: unset !important;
}*/

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

h3 {
	font-size: 1.17em !important;
	font-weight: bold !important;
	padding: 0.8rem 0;
}

#faded {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 103;
	overflow: scroll;
}

#faded img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 100vh;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}

#top {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	z-index: 98;
	transition: 0.5s;
	box-sizing: unset;
}

#top.noshadow {
	box-shadow: none !important;
}

#top .menu {
	display: block;
	font-size: 1.6rem;
	z-index: -1;
	transition: 0.2s;
}

#top.small-top .menu {
	position: absolute;
	float: right;
}
#top .menu .submenu_wrapper {
	display: inline-block;
	position: relative;
}

#top .menu .submenu {
	position: absolute;
	display: none;
	text-align: left;
	width: 180px;
	right: 0;
	left: 5px;
}

#top .menu .submenu a {
	float: left !important;
	width: 100%;
	margin: 0;
}

#top.default-top {
	height: 120px;
	font-size: 5rem;
	padding: 20px 0 0 0;
}

#top.small-top {
	height: 70px;
	font-size: 3rem;
	padding: 5px 5px 5px 5px;
}

#top.compact {
	height: 90px;
	font-size: 5rem;
	padding: 15px;
}

#top.large {
	height: 160px;
}


#top .logo {
	display: block;
	width: auto;
}

#top .logo img {
	float: none;
	height: 5rem;
	padding-top: 0.5rem;
	transition: 0.3s;
	vertical-align: top;
	z-index: 5;
}

#top .logo.large img {
	height: auto;
	max-height: 130px;
	padding-top: 0 !important;
}

#top.small-top .logo img {
	height: 3rem !important;
}

#top .logo.left {
	float: left;
	text-align: left;
}

#top .logo.center {
	float: none;
	text-align: center;
	clear: both;
}

#top .logo.right {
	float: right;
	text-align: right;
}

#top .logo a {
	text-decoration: none !important;
}

#message {
	display: block;
	position: fixed;
	float: none;
	top: 40vh;
	width: 40vw;
	margin-left: 30vw;
	margin-right: 30vw;
	height: auto;
	z-index: 999;
	font-family: 'Roboto Condensed';
	font-size: 1.2rem;
	color: #FFF;
	padding: 2rem;
	border-radius: 1rem;
	box-sizing: border-box;
}

#message.notice {
	background: rgba(60,200,60,1);
}

#message.error {
	background: rgba(200,60,60,1);
}

.bgwrap {
	display: block;
	position: relative;
	padding: 0 0 1rem 0;
}

.init-pan-Y { animation: inpanY 1s ease-out 0.5s 1 forwards; }

.scrollReveal {
	transform: translateY(6rem); opacity: 0;
}

.cover {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
	box-shadow: inset 0 5px 10px rgba(0,0,0,0.3);
	margin: 0;
	width: auto;
}

.cover.firstcover {
	height: 550px !important;
}

.cover.nocover {
	height: 200px;
	min-height: 200px;
}

.cover.noshadow {
	box-shadow: none !important;
}

.content {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 800px;
	width: auto;
	height: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	clear: both;
}

.content.lesspadding {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.content.morepadding {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.content.fullwidth {
	max-width: 100% !important;
	padding-left: 1rem;
	padding-right: 1rem;
}

.modulecontent {
	display: block;
	position: relative;
	width: 100%;
}

.content h1 {
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1.5em 0;
	display: block;
	clear: both;
}

.content.centerarticlecontent {
	vertical-align: middle;
    display: table-cell;
}

.content.centerarticlecontent.fullwidth {
	width: 98%;
	padding: 0;
}

#bottom {
	display: block;
	position: relative;
	float: none;
	clear: both;
	bottom: 0px;
	width: auto;
	min-height: 50px;
	font-size: 1rem;
	padding: 1rem 1rem 2rem 1rem;
	margin: 0;
	box-sizing: unset;
}

#bottom span {
	display: inline-block;
	top: 0;
}

#jw-plug {
	position: absolute;
	bottom: 5px;
	right: 30px;
	font-size: 0.6rem;
}

#jw-plug a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}

#contactform input[type=text],
#contactform textarea {
	border: 1px solid #CCC;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	margin: 0.3rem;
	width: 100%;
	border-radius: 0.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing: border-box;
}

input[type=text].fail {
	border-color: #C00;
}

#contactform button {
	background-color: #FFF;
	border: 2px solid #000;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	margin: 0.3rem;
	width: 100%;
	border-radius: 0.8rem;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.2s;
}

#contactform button:hover {
	background-color: #000;
	color: #FFF;
}

#adminlogin.wrapper {
	display: block;
	position: fixed;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}

#adminlogin .loginbox {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	width: 450px;
	min-height: 300px;
	padding: 2rem;
	font-family: 'Roboto', 'Verdana';
	background-color: #FFF;
	border-radius: 20px;
}

#adminlogin .loginbox h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

#adminlogin .loginbox input,
#adminlogin .loginbox input[type=submit] {
	font-size: 1.4rem;
	padding: 0.5rem 1rem !important;
	margin: 0 0 1rem 0;
	border: 1px solid #CCC;
	border-radius: 16px;
	width: 100%;
}

#adminlogin .loginbox input[type=submit] {
	background-color: #CCC;
}

#adminlogin .loginbox input[type=submit]:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

#adminlogin label {
	display: inline-block;
	width: 100%;
}

#top .menubtn {
	display: none;
	visibility: hidden;
}

.vertihelper {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 64rem) {
	body {
		margin: 0; /* 80px 0 0 0 */
	}
    #top.default-top,
    #top.compact {
    	font-size: 2rem;
    	min-height: 80px;
    	height: auto;
    }

    #top.small-top {
    	font-size: 2rem !important;
    	min-height: 40px !important;
    	height: auto !important;
    	padding: 10px !important;
    }

    #top .logo img {
    	padding-top: 0.3rem !important;
    	max-height: 3rem !important;
    }

    #top .logo {
    	text-align: left !important;
    	width: 100% !important;
    	float: left;
    }

    #top.small-top .logo img {
    	padding-top: 0 !important;
    	height: 3rem !important;
    }

    #top .menubtn {
		display: block;
		visibility: visible;
		float: right;
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 0.3em 0.5em 0.3em 0.5em;
		background-color: rgba(0,0,0,0.5);
		color: #FFF;
		border-radius: 6px;
		font-size: 1.5rem;
	}
    
    #top .menu {
    	display: block;
    	position: relative !important;
    	width: 200px;
    	float: right;
    	height: auto !important;
    	font-size: 1rem;
    	padding: 0;
    	margin: 0 1rem;
    	text-align: right !important;
    	top: 0 !important;
    	right: 3px !important;
    	background: none !important;
    }

    #top .menu .submenu {
    	right: 0;
    	background: #EEE;
    	width: auto;
    	z-index: 10;
    	float: right;
    }

    #top .menu .submenu_wrapper {
		display: inline-block !important;
		float: right !important;
	}

	#top .menu .submenu a {
		background: transparent !important;
		white-space: nowrap;
		text-align: right;
		float: right !important;
		width: auto;
		min-width: 150px;
	}

	#top .menu a {
		background: none !important;
		border-radius: 0 !important;
		right: 0 !important;
	    padding: 0.3rem 0.5rem !important;
	    font-size: 1rem !important;
	    width: 100% !important;
	}

    .content,
    .modulecontent {
    	padding: 1rem 5% !important;
    	border-radius: 0;
    	width: auto !important;
    }

    .modulecontent .form {
    	width: 100% !important;
    }

    .modulecontent .adress {
    	width: 100% !important;
    	margin: 1rem 0;
    }

    .cover {
    	height: 250px;
    	max-height: 250px;
    }

    .cover.firstcover {
		height: 400px;
		max-height: 400px;
	}

	.cover.nocover {
		display: none;
	}

	.cover.noshadow {
		box-shadow: none !important;
	}

	#bottom span {
		display: block;
	}

}

@media only screen and (max-width: 40rem) {
	.owl-btn {
		height: 3rem !important;
	}

	.owl-btn i {
		padding-top: 0.5rem !important;
		font-size: 2rem !important;
	}
}

/* Specialsaker - OwlCarousel */

.owl-btn {
	display: table-cell !important;
	vertical-align: middle;
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 5rem;
	width: 50px;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding: 0;
	margin: auto 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-btn i {
	display: block;
	padding: 50% 0 0 0;
	margin: 0;
	font-size: 2rem;
}

.owl-btn.prev {
	left: 0;
}

.owl-btn.next {
	right: 0;
}

.owl-btn:hover {
	background: rgba(0,0,0,0.7);
}

.owl-item {
	/*padding: 0 0.1rem !important;*/
	display: table-cell !important;
	vertical-align: middle !important;
	float: none !important;
	transform: scale(0.9) !important;
	opacity: 0.5 !important;
	transition: 0.2s;
}

.owl-item.active {
	transform: scale(1) !important;
	opacity: 1 !important;
}

.gallery.bunch-o-pics {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
}

.gallery.bunch-o-pics div {
	display: inline-block;
	width: 250px;
	height: 148px;
	margin: 0.5rem;
	padding: 0;
	vertical-align: middle;
	background: #FFF;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.gallery.bunch-o-pics div img {
	width: 100%;
	cursor: pointer;
	vertical-align: middle;
}

.gallery.bunch-o-pics div:hover {
	transform: scale(1.08);
	transition: 3s;
}

.gallery.bunch-o-pics.higher div {
	height: 165px;
}

.gallery.bunch-o-pics.square div {
	height: 250px;
}

.gallery.bunch-o-pics.darkbg div {
	background: #000;
}

.gallery.bunch-o-pics.bw-to-clr div img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gallery.bunch-o-pics.bw-to-clr div img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 2s;
}

#gallery_fullimage {
	transition: 0.2s;
	display: block;
	max-width: 100% !important;
	max-height: 500px !important;
	margin-left: auto;
	margin-right: auto;
}

#gallery_desc {
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 0.5rem;
	bottom: 0;
	display: block;
	box-sizing: border-box;
}

#modal_fullimage {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}

#modal_fullimage img {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

img.fullscreen {
	position: absolute;
	float: none;
	clear: both;
	width: 100% !important;
	transition: 1s;
	background: rgba(0,0,0,0.5) !important;
	background-size: 100% 100% !important;
	z-index: 104;
}

/* Extrastilar som bara rör editorn egentligen, men funkar ändå */

.fr-view .literund {
	border-radius: 1rem;
}

.fr-view .skuggad {
	box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}

.fr-view .svartvit {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.fr-view .sepia {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}

.fr-view .livfull {
	-webkit-filter: saturate(250%);
	filter: saturate(250%);
}

.fr-view .tunnram {
	border: 1px solid #000;
}

.fr-view .bevelemboss {
	box-shadow: 
	  0 3px 4px #fff, /*bottom external highlight*/
	  0 -3px 3px #666, /*top external shadow*/ 
	  inset 0 -3px 3px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
	  inset 0 3px 3px rgba(255,255,255,0.8); /*top internal highlight*/
}

.fr-view .rotate180 {
	transform: rotate(180deg);
}

.fr-view .rotateCW {
	transform: rotate(90deg);
}

.fr-view .rotateCCW {
	transform: rotate(-90deg);
}

.fr-view .moremargin {
	margin: 1rem !important;
}

.fr-view .fr-text-quote:before {
	display: inline-block;
	width: 30px;
	font-size: 2rem;
	color: #999;
	opacity: 0.5;
	content: "\201C";
	font-style: italic;
}

.fr-view .fr-text-quote:after {
	display: inline-block;
	width: 30px;
	font-size: 2rem;
	color: #999;
	opacity: 0.5;
	content: "\201E";
	font-style: italic;
	margin-left: 1rem;
}

.fr-view .fr-text-quote {
	display: inline-block;
	width: auto;
	padding: 0 1rem;
	font-size: 0.8em;
	font-style: italic;
}

.fr-view .fr-text-quote-centered {
	display: block;
	margin: 1rem auto;
	text-align: center;
}

.fr-view .fr-product {
	display: inline-block;
	position: relative;
	margin: 0.5rem;
	padding: 0.5rem;
	text-align: center;
	vertical-align: top;
}

.fr-view .fr-product-hover:hover {
	box-shadow: 3px 4px 5px rgba(0,0,0,0.3);
	transition: 0.3s;
}

.fr-view .fr-product-hover:hover > img {
	transform: scale(1.1);
	transition: 1.5s;
}

.fr-view .fr-product img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

.fr-product-s-shadow {
	box-shadow: 2px 3px 4px rgba(0,0,0,0.3);
}

.fr-product-h-shadow {
	box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
}

.fr-view .fr-full-framed {
	border: 1px solid #999;
}

.fr-view .fr-bg-semi-light {
	background: rgba(255,255,255,0.1);
}

.fr-view .fr-bg-semi-dark {
	background: rgba(0,0,0,0.1);
}

.fr-view .fr-rounded-edges {
	border-radius: 0.3rem;
}

.fr-view .fr-product-small {
	width: 23%;
	min-width: 150px;
}

.fr-view .fr-product-medium {
	width: 31%;
	min-width: 200px;
}

.fr-view .fr-product-large {
	width: 47%;
	min-width: 300px;
}

.fr-view .fr-shadowed-text {
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 40rem) {
	.fr-view .fr-product .fr-product-small,
	.fr-view .fr-product .fr-product-medium {
		font-size: 0.7em;
	}
	.coverSlider {
		margin-top: 50px;
	}
}

.coverSlider {
	overflow: hidden;
	background-image: none !important;
}

.coverSliderImage {
	height: 100%;
	width: 100vw;
	height: unset;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: coverfadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: coverfadein 1s; /* Firefox < 16 */
	-ms-animation: coverfadein 1s; /* Internet Explorer */
	-o-animation: coverfadein 1s; /* Opera < 12.1 */
	animation: coverfadein 1s;
}

hr.stilig {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.stilig:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

@keyframes coverfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes coverfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes coverfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes coverfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes coverfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}