/*
Theme Name: Helamalmö
Theme URI: http://www.helamalmo.com/
Description: Helamalmö Hemsida
Version: 1.0
Author: Neumeister
Author URI: http://neumeister.se
Tags: starkers, html5, naked, clean, basic
*/

/*@import "css/reset.css"; */

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

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

body {
	color: #543177;
	font-family: 'Lyon', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.facebook-album-wrapper {
	width: 20%;
	margin: 0 !important;
	padding: 2px;
}
.fbalbum .size-5 {
	width: 100% !important;
	height: 250px !important;
}
.margin-bottom {
	margin-bottom: 100px !important;
}
#cboxTitle {
	color: #fff !important;
	background: #543177 !important;
	background: rgba(84,49,119,0.8) !important;
}
#cboxOverlay {
	background: #000 !important;
}
.fbalbum .image {
	box-shadow: none !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-bottom: solid 3px #fff;
}
.fbalbum .image:hover {
	opacity: 0.5;
}
.rsMainSlideImage {
}
header {
	font-family: 'TrendHMSlabOne';
}
a:hover, a:focus {
	text-decoration: none;
}
.navbar-toggle {
	margin-bottom: 0;
	margin-top: 25px;
}
.navbar-toggle.fixed {
	border-radius: 100%;
	width:40px;
	height: 40px;
	display: block;
	right: 0;
	position: fixed;
	z-index: 998;
	background: #fff;
}
.navbar-default .navbar-toggle {
	border:none;
}
.navbar-toggle.fixed span {
	margin: 0 auto;
	background: #543177;
}

.nav-justified>.dropdown .dropdown-menu {
    padding: 11px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #543177;
}

strong {
	font-weight: bold;
}
#wrapper {
	padding-top: 120px;
}
img {
	max-width: 100%;
	height: auto;
}
.container-fluid {
	max-width: 1500px;
	margin: 0 auto;
}
.nav>li>a {
	font-size: 17px;
	display: table;
	padding: 75px 0px 5px 0;
	margin: 0 auto;
	height: 100px;
	line-height: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-bottom: solid 2px #fff;
}
.nav>li>a:hover,.nav>li>a:focus {
	background: none;
	border-bottom: solid 2px #543177;
}
a, a:hover, a:focus {
	color: #543177;
}
.current-menu-item a {
	border-bottom: solid 2px #543177 !important;
}
.navbar-default {
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 9999;
	border-bottom:none;
}
.navbar-default.top-nav-collapse {
	top: -120px;
}
.navbar-brand {
	padding:17px 15px;
	width: 150px;
	height: 110px;
}
.nav {
	padding-right: 0;
}
.nav li {
	background-size: 70px;
    background-position: center 20px;
    background-repeat: no-repeat;
}
li.diamant {
	background-size: 55px;
	background-image: url(images/dimond.jpg);
}
li.diamant:hover {
	background-image: url(images/dimond.gif);
}
li.tarning {
	background-image: url(images/tarning.jpg);
}
li.tarning:hover {
	background-image: url(images/tarning.gif);
}
li.apple {
	background-image: url(images/apple.jpg);
}
li.apple:hover {
	background-image: url(images/apple.gif);
}
li.korg {
	background-position: center 14px;
	background-image: url(images/basket.jpg);
}
li.korg:hover {
	background-image: url(images/basket.gif);
}
li.blixt {
	background-image: url(images/clouds.jpg);
}
li.blixt:hover {
	background-image: url(images/clouds.gif);	
}
li.hander {
	background-image: url(images/hands.jpg);
}
li.hander:hover {
	background-image: url(images/hands.gif);
}
li.penna {
	background-image: url(images/pen.jpg);
}
li.penna:hover {
	background-image: url(images/pen.gif);
}
h1, h2 {
	font-family: 'TrendHMSlabOne';	
	font-size: 2em;
	line-height: 160%;
}
h3, h4 {
	font-family: 'TrendHMSlabOne';	
	font-size: 2em;
	line-height: 160%;	
}
p {
    font-size: 1.5em;
    margin-bottom: 1.5em;
    line-height: 150%;
}
.slider-wrap {
	position: absolute;
	top: 120px;
	width: 100%;
	bottom: 0;
	background:red;
	left: 0;
}
.start-logo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/logo.png);
	left: 0;
	top: 0;
}
.navbar-brand>img {
	width: 120px;
}
.start-brand {
	overflow: hidden;
	width: 0;
	padding: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.start-brand.move {
	padding: 17px 15px;
	width: 150px;
}
.page-template-startsida-php footer {
	display: none;
}
.content {
	margin: 50px 0;
}
.content-box {
	padding: 130px 0 130px 0;
}
.content-box-single {
	padding: 50px 0;
}
.content-box.no-padding {
	padding: 0;
}
.content-box.lila {
	background: #543177;
	color: #fff;
}
.content-box.lila a {
	color: #fff;
}
.big-box {
	text-align: center;
}
.big-box.vit {
	color: #543177;
	background: #fff;
}
.big-box.lila {
	background: #543177;
	color: #fff;
}
.brodtext img {
	max-width: 200px;
}
.lila-boxes div {
	background: red;
	height: 200px;
	padding: 20px;
}
ul {
	padding: 0 20px;
	font-size: 1.6em;
}
li {
	list-style: disc;
	margin: 0 0 15px 10px;
}
.bildspel_right .right-content p {	
}
.right-content img {
	width: 200px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.bildspel_right h3 {
	font-family: 'lyon';
	line-height: normal;
	font-size: 2.6em;
	hyphens:none;
}
.bildspel_right p {
	margin: 1em 0;
}
.bildspel_big {
	position: relative;
	height: 600px;
}
.bildspel_text {
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 35%;
	width: 100%;
}
.content-box.tre_kolumner {
	text-align: center;
}
.acf-map {
	width: 100%;
	height: 500px;
}
.firstHeading {
	font-size: 1.4em;
}
#bodyContent {
	font-family: 'Lyon';
	font-size:0.7em;
}
.zoombutton {
	color: #fff;
	font-size: 2.5em;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.gif_layer {
	display: none;
}
.tre_kolumner a:hover .gif_layer {
	display: inline-block;
}
.tre_kolumner a:hover .static_layer {
	display: none;
}
.page .slider {
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 50%;
	height: 500px;
	top: 120px;
	position: absolute;
	border-right: solid 2px #543177;
}
.verksamheter-list {
	width: 100%;
	padding: 0 15px;	
	margin: 0 auto;
	text-align: center;
}
.verksamhet {
	padding: 15px;
	display: inline-block;
    position:relative;
}
.verksamhet a {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.verksamhet a:hover {
	opacity: 0.5;
}
.verksamhet img {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
}
.verksamhet-title {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	font-size: 1.8em;
}
.verksamhet-single-title {
	margin: 0 0 1em 0;
	font-size: 2.7em;
}
.verksamhet-single-links {
	font-size: 1.5em;
	font-family: 'TrendHMSlabOne';
}
.left-link {
	text-align: left;
}
.right-link {
	text-align: right;
}
footer {
	font-family: 'TrendHMSlabOne';
	background: #fff;
	bottom: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
footer .credit {
	float: left;
	padding: 17px 0;
}
footer .social-media, footer .instagram, footer .facebook {
	float: right;
	height: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
footer .instagram svg, footer .facebook svg {
	fill: #543177;
	-webkit-transition: all .3s;
	transition: all .3s;
}
footer .instagram, footer .facebook {
	width: 50px;
	height: 50px;
}
footer .instagram:hover svg, footer .facebook:hover svg {
	fill: #fff;
}
footer .instagram:before {
	-webkit-transition: all .3s;
	transition: all .3s;
	content: "";
	opacity: 0;
	background:url(images/insta_bg.jpg);
	position: absolute;
	z-index: -1;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}
footer .instagram:hover:before {
	opacity: 1;
}
footer .facebook:hover {
	background:#3b66a6;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1250px) {
    	.verksamhet-title {
    		padding: 0 10px;
    		font-size: 1.2em;
    	}
    	.nav>li>a {
			font-size:13px;
		}
		h1, h2, h3, h4, .verksamhet-single-title {
			font-size: 2em;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	.right-link, .left-link {
    		margin: 20px 0;
			text-align: center;
		}
    	.verksamhet-title {
    		top: 30%;
    	}
    	.nav>li>a {
			font-size: 0.4em;
		}
		h1, h2, h3, h4, .verksamhet-single-title {
			line-height: 160%;
			font-size: 1.5em;
		}
		.facebook-album-wrapper {
			width: 25%;
		}
		.fbalbum .size-5 {
			height: 150px !important;
		}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	.start-brand {
    		width: 0px !important;
    		height: 80px;
    	}
    	.start-brand.move {
    		width: 100px !important;
    	}
    	.slider-wrap {top: 80px;}
    	.bildspel_big {
    		height: 350px;
    	}
    	.bildspel_text {
    		top:23%;
    	}
    	.content-box {
			padding: 50px 0 50px 0;
		}
		.right-link, .left-link {
    		margin: 40px 0;
		}
    	.facebook-album-wrapper {
			width: 50%;
		}
		.fbalbum .size-5 {
			height: 200px !important;
		}
    	.verksamhet-title {
			font-size: 1em;
			left: 0;
			padding: 0 5px;
			position: absolute;
			top: 40%;
		}
    	h1, h2, h3, h4, .verksamhet-single-title {
			font-size: 1.2em;
			margin: 0 0 0.5em 0;
		}
		.verksamhet-single-links {
			font-size: 1.2em;
		}
		p {
			margin-bottom: 1em;
			font-size: 1.2em;
		}
		#wrapper {
			padding-top: 80px;
		}
		.navbar {
			min-height: 80px;
		}
		.navbar-brand {
			width: 100px;
			height: 80px;
		}
    	.nav-justified>li {
    		background: none;
    		margin: 0;
    	}
    	.nav-justified>li:hover {
    		background: none;
    	}
    	.nav>li>a:hover,.nav>li>a:focus {
			border-bottom: none;
		}
    	.current-menu-item a {
    		color: #fff;
    		background: #543177;
    	}
    	.nav-justified>li.current-menu-item>a:hover {background: #543177;}
    	.nav-justified>li>a {
    		font-size: 21px;
    		border:none;
    		text-align: left;
    		display: inline-block;
    		width: 100%;
    		height: 45px;
    		padding: 15px 10px;
    		line-height:normal;
    	}
    	.page .slider {
			width: 100%;
			position: absolute;
			border-right:none;
			border-bottom: solid 2px #543177;
		}
		.row-eq-height {
		  display: block;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
/* Transitions */
.m-scene .scene_element {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.m-scene.is-exiting .scene_element {
    -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.m-scene .scene_element.scene_element--delay_long1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.m-scene .scene_element.scene_element--delay_long2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.m-scene .scene_element.scene_element--delay_long3 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.m-scene .scene_element.scene_element--delay_long4 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.m-scene .scene_element.scene_element--delay_reverse,
.m-scene.is-exiting .scene_element.scene_element--delay,
.m-scene.is-exiting .scene_element.scene_element--delay_long1,
.m-scene.is-exiting .scene_element.scene_element--delay_long2,
.m-scene.is-exiting .scene_element.scene_element--delay_long3 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
/* LAYOUT */
/* ----------------------------------------- */
/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }
