/*
Theme Name:     Olivias_Theme
Theme URI:      http: //olivia.nu
Description:    Child theme for the Nimble theme
Author:         Olivia Hoback
Author URI:     http: //olivia.nu
Template:       Nimble
Version:        0.1.0
*/
body{
	 font-family: 'Century Gothic', Open Sans, Arial, sans-serif;
	 background-color: #ffffff;
}
/*
h1, h2, h3, h4, h5{
	 font-family: 'Calibri', Century Gothic, Open Sans, Arial, sans-serif;
}
*/
#logo{
     float: none;
    padding-left: 0;
}
.logo-container{
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
}
.logo-container img{
    padding-top: 22px;
	max-width: 25%;
}
#content-area {
    padding: 50px 0 40px;
}
/*header section ---------------------------------------------------------------------------------*/
.et_color_scheme_blue #main-header, #main-header {
background: #9abfd7;
/* Old browsers */
background: -moz-linear-gradient(top,  rgba(115,187,223,1) 0%, rgba(23,86,127,1) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,187,223,1)), color-stop(100%,rgba(23,86,127,1)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(115,187,223,1) 0%,rgba(23,86,127,1) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(115,187,223,1) 0%,rgba(23,86,127,1) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(115,187,223,1) 0%,rgba(23,86,127,1) 100%);
/* IE10+ */
background: linear-gradient(to bottom,  rgba(115,187,223,1) 0%,rgba(23,86,127,1) 100%);
/* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bbe9', endColorstr='#17567f',GradientType=0 ); IE6-9 */
filter: none; /*IE6-9 */
background-image: url("/img/frontend/we-plus-header.jpg");
background-size: 100% auto;
background-repeat: no-repeat;
}
/*huvud menyn upptill-------------------------------------------------------------------------------*/
.home #main-header .container {
    position: fixed;
    text-align: left;
    width: 100%;
	z-index: 10000;
	top: 0px;
}
#topbar-container{
	margin: 0 auto;
	max-width: 960px;
}
#top-area {
    padding: 0;
}
.page #top-area, .error404 #top-area{
    padding: 0;
    position: fixed;
	z-index: 10000;
    top: 0;
	margin: 0 auto;
	width: 960px;
	 max-width: 100%;
}
#top-menu {
	background-color: #ffffff;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(195, 218, 237);
    /* RGBa with 0.6 opacity */
    background-color: rgba(195, 218, 237, 0.9);
    /* For IE 5.5 - 7*/
    float: right;
    margin-top: 0px;
	padding: 10px;
	max-width: 100%;
}
#top-menu a {
    color: #2c5d7d;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
	font-weight: bold;
	float:left;
}
#top-menu a:hover{
    color: #0d3753;
}
#page-name {
    margin: 50px 0px;
    text-align: center;
}
#top-menu  ul{
 float: left;
 }
.et_color_scheme_blue ul.nav > li.current-menu-item > a, .et_color_scheme_blue ul.nav li ul{
    background: none repeat scroll 0 0 transparent;
    border: 0px;
}
ul.nav > li.current-menu-item > a {
    background: none repeat scroll 0 0 transparent;
    border: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    font-weight: bold;
}
#menu-item-43, #top-menu a.toggle-button-login{
	display: inline-block;
	*display: inline;
	padding: 4px 12px !important;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px !important;
	 -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	margin:0px 0px 0px 5px;
}
#menu-item-43 a:hover, #top-menu a.toggle-button-login:hover{
	color: #ffffff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.signin-button {
	display: inline-block;
	*display: inline;
	padding: 4px 12px !important;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	font-weight:normal !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc !important;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px !important;
	 -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #006dcc !important;
	*background-color: #0044cc !important;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc); !important
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)) !important;
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc) !important;
	background-image: -o-linear-gradient(top, #0088cc, #0044cc) !important;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important;
	background-repeat: repeat-x !important;
	border-color: #0044cc #0044cc #002a80 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.signin-button:hover{
	color: #ffffff !important;
	text-decoration: none !important;
	background-position: 0 -15px !important;
	-webkit-transition: background-position 0.1s linear !important;
	 -moz-transition: background-position 0.1s linear !important;
	   -o-transition: background-position 0.1s linear !important;
		  transition: background-position 0.1s linear !important;
	background-color: #0044cc !important;
	*background-color: #003bb3 !important;
}
#top-menu .toggle-button-login{
	 display: inline-block;
	 float: left;
}
#login-toggle{
	float: left;
	width: 100%;
	display: none;
}
#login-toggle #try-close{
	float: right;
	margin-top: -32px;
}
#menu-item-73, #top-menu a.toggle-button-contact{
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#menu-item-73 a{
	color: #ffffff;
}
#menu-item-73 a:hover{
	color: #ffffff;
}
#top-menu a.toggle-button-contact:hover
{
	color: #ffffff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
	background-color: #51a351;
	*background-color: #499249;
}
.reg-button {
	display: inline-block;
	*display: inline;
	padding: 4px 12px !important;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	font-weight:normal !important;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc !important;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px !important;
	 -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	*zoom: 1 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #5bb75b !important;
	*background-color: #51a351 !important;
	background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
	background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
	background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
	background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
	background-repeat: repeat-x !important;
	border-color: #51a351 #51a351 #387038 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.reg-button:hover{
	color: #ffffff !important;
	text-decoration: none !important;
	background-position: 0 -15px !important;
	-webkit-transition: background-position 0.1s linear !important;
	 -moz-transition: background-position 0.1s linear !important;
	   -o-transition: background-position 0.1s linear !important;
		  transition: background-position 0.1s linear !important;
	background-color: #51a351 !important;
	*background-color: #499249 !important;
}
#contact-toggle{
	float: left;
	width: 100%;
	display: none;
}
#contact-toggle #try-close{
	float: right;
	margin-top:0px;
}
#contact-toggle .team-signature{
	padding: 10px 0 12px 0;
}

.try-form{
	width: 550px;
	margin: 20px auto;
}
#try-form-en{
	width: 505px;
	margin: 10px auto;
}
.try-form h1{
	  font-size: 34px;
    font-weight: 800;
    letter-spacing: -1px;
    padding-bottom: 17px;
}
.try-form h2, #top-menu .try-form h2 a{
    font-size: 22px;
    font-weight: 200;
	letter-spacing: -1px;
    line-height: 25px;
}
#top-menu .try-form h2 a{
	display: inline-block;
	text-shadow: none;
	color: #111111;
	padding: 0;
}
.try-form h3{
    font-size: 16px;
    font-weight: 200;
	letter-spacing: 0px;
    line-height: 21px;
}
.try-form input[type="text"], .try-form input.text, .try-form input.title, .try-form textarea, .try-form select , .try-form input[type="email"], .try-form input[type="password"]{
    height: 30px;
    margin: 0.5em 0;
    width: 450px;
	 background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #4E4E4E;
    padding: 3px 8px;
}
.try-form p {
	color: #000000;
    line-height: 8px;
    padding: 14px 0 0 0;
	font-size: 12px;
}
#submit input, .btn_submit input{
	cursor: pointer;
	color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;
	background-color: #95B4E0;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 -11px 7px rgba(0, 0, 0, 0.17) inset, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	font-weight: bold;
	border: 0;
	margin-top: 16px;
}
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
	color: #be0010;
    font-size: 14px;
    left: 2%;
    padding: 2px;
    position: absolute;
    top: 0%;
    width: 550px;
    z-index: 100;
	border: 0px;
	background: transparent;
}
div.login-errors{
    background:#d9534f;
    color:#fff;
    padding:5px 10px;
    display: inline-block;
}
div.auth_2fa_notice{
	background:#5bb75b;
	color:#fff;
	padding: 8px 5px;
}
div.wpcf7-validation-errors{
    position: relative;
}
.page-id-64 #left-area .wpcf7-form p{
	line-height: 8px;
    padding: 14px 0 0 0;
	font-size: 12px;
}
.page-id-64 #left-area .wpcf7-form-control{
	height: 30px;
	width: 400px;
	max-width: 100%;
}
.page-id-64  #left-area .wpcf7-submit[type="submit"]{
	width: auto;
	max-width: auto;
	padding: 0 20px;
}
.page-id-64 #left-area input[type="text"], .page-id-64 #left-area input.text, .page-id-64 #left-area input.title, .page-id-64 #left-area textarea, .page-id-64 #left-area select, .page-id-64 #left-area .wpcf7-form-control{
    margin: 0.5em 0;
	padding: 2px;
}
.page-id-64 #left-area div.wpcf7-response-output{
    left: 0%;
    padding: 0px;
	margin: 10px 0;
}
#menu-item-45 a{
	display: block;
	width: 25px;
	height: 0;
	padding:0px 0 0 0;
	margin: 0 2px;
}
#menu-item-44 a{
	display: block;
	width: 25px;
	height: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	background-image: url("/img/frontend/weplus_flag_sv.jpg");
	background-repeat: no-repeat;
	margin-right: 9px;
}
/*image slider p� index------------------------------------------------------------------------------*/
.home #featured.flexslider{
    padding-top: 110px;
}
/*sektioner hem -------------------------------------------------------------------------------------------------------------*/
#home-section-why, #home-section-contact, #home-section-info, #home-section-how, #home-section-testimonial{
	    padding-top: 130px;
}
/*sektioner s� funkar det -------------------------------------------------------------------------------------------------------------*/
#home-section-how{
	 padding-top: 80px;
	overflow: hidden;
	background-color: #ffffff;
}
#home-section-how .section-title h2, #home-section-how .section-title h3, #home-section-how  .how-header{
    color: #4F5652;
}
#home-section-how .left{
	width: 21%;
	float: left;
	margin-top: 40px;
}
#home-section-how .first, #home-section-how .second, #home-section-how .third{
	padding-right: 5%;
}
#home-section-how .left h2{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#home-section-how .first h2{
	color: #6bbe2d;
}
#home-section-how .second h2{
	color: #4dafc8;
}
#home-section-how .third h2{
	color: #da8c35;
}
#home-section-how .last h2{
	color: #34b36b;
}
#home-section-how .section-title {
    padding-bottom: 18px;
}
#home-section-how .how-header-connect{
   height: 51px;
   background-image: url("/img/frontend/weplus-how-it-works-step-by-step-header.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: 79% auto;
}
#home-section-how .how-header{
	padding-top: 50px;
	 letter-spacing: -1px;
}
/*sektionen grafik --------------------------------------------------------------------------------*/
#home-section-grafik{
background-color: #dee8f0;
	background-image: url("/img/frontend/weplus_bg_step_by_step.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	/*background-color: #f0f0f0;
	background-image: url("/img/frontend/we-plus-how-it-works-bg.jpg");
	background-repeat: repeat;*/
	background-attachment: fixed;
    padding: 0 0 120px;
	background-size: 100% auto;
}
#home-section-grafik .container img{
  margin-top: -9px;
}

#home-section-grafik .section-title h2, #home-section-grafik.section-title h3 {
    color: #636B66;
}
#home-section-grafik  p{
	color: #474646;
}
#home-section-grafik  .left{
	width: 21%;
	float: left;
	padding-right: 5%;
}
#home-section-grafik  .last{
	padding-right: 0;
}
#home-section-grafik  .left img{
	padding-bottom: 10px;
}
/*sektionen varf�r we+ ----------------------------------------------------------------------------*/
#home-section-why{
    background-color: #e8e8e8;
	background-image: url("/img/frontend/we-plus-square-pattern.png");
	background-repeat: repeat;
	background-attachment: fixed;
	min-height: 100px;
	overflow: hidden;
}

#home-section-why .section-title h2, #home-section-why .section-title h3 {
      color: #4f5652;
}
#home-section-why .container{
     background-image: url("/img/frontend/we-plus-why-we-plus.png");
	 background-repeat: no-repeat;
	 background-position: 50% 100%;
	 background-size: 27% auto;
}
/*tar bort en klass f�r webkit s� att bakgrunden kan vara fixed ovan*/
.home-section { -webkit-transform: none; }

#home-section-why .left{
	 width: 35%;
	 float: left;
}
#home-section-why .last{
	 float: right;
}
#home-section-why .section-header-why{
   text-transform: uppercase;
   text-align: left;
   letter-spacing: 0;
   padding-bottom: 20px;
   border-bottom: 1px solid #555E58;
   font-weight: bold;
   font-size: 20px;
   color: #555E58;
}
#home-section-why p{
   text-align: left;
   margin-top: 20px;
}
#home-section-why .why-section {
	padding-bottom: 30px;
}
/*sektionen historia ------------------------------------------------------------------------*/
#home-section-historia{
	background-image: url("/img/frontend/weplus_bg_historia.png");
	background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 113px 0 120px;
	overflow: hidden;
	background-position: 0 100%;
	background-attachment: fixed;
	background-size: 100% auto;
}
#home-section-historia .section-title h2, #home-section-historia .section-title h3, #home-section-historia strong, #home-section-historia p{
    color: #474646;
}
#home-section-historia .left{
	text-align: left;
    width: 45%;
	float: left;
}
#home-section-historia .first{
	padding-right: 8%;
}
#home-section-historia p{
	padding-bottom: 30px;
}
#history_link{
	color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;
	background-color: #9b9b9b;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 -11px 7px rgba(0, 0, 0, 0.17) inset, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
}
#history_link:hover{
	 color: #FFFFFF;
}
/*sektionen f�r quotes--------------------------------------------------------------------------*/
#home-section-info {
    background-color: #e8e8e8;
}
/*sektionen f�r testimonial--------------------------------------------------------------------------*/
#home-section-testimonial #quote p{
	color: #e3e3e3;
	text-align: center;
}
#home-section-testimonial #quote:after {
    background: url("/img/frontend/right-qoute-light.png") no-repeat scroll 0 0 transparent;
}
#home-section-testimonial #quote {
    background: url("/img/frontend/left-qoute-light.png") no-repeat scroll 0 0 transparent;
}
.service {
    background-image: none;
}
#home-section-testimonial {
   background-color: #404F59;
	color: #e3e3e3;
	overflow: hidden;
	padding-top: 80px;
}
#home-section-testimonial .et_page_icon {
    left: 0;
    position: relative;
    top: 0;
	text-align: center;
}
#home-section-testimonial .service{
    background-image: none;
    float: left;
    margin-right: 11%;
    padding-top: 0;
    position: relative;
    width: 26%;
	text-align: center;
}
#home-section-testimonial  .service p {
   color: #e3e3e3
}
#home-section-testimonial .service h3, #home-section-testimonial .service h4{
    color: #fafafa;
    letter-spacing: 0;
}
#home-section-testimonial .service h3{
    font-size: 24px;
    font-weight: 400;
	padding: 20px 0 0 0;
}
#home-section-testimonial .service h4{
    font-size: 19px;
    font-weight: 300;
	 padding: 5px 0 17px;
}
/*sektionen kontakt ----------------------------------------------------------------------------*/
#home-section-contact{
    background-color: #404F59;
	color: #cac9c9;
	margin-bottom: 150px;
	padding-bottom: 114px;
	padding-top: 200px;
}
#home-section-contact .section-title h2, #home-section-contact .section-title h3{
    color: #cac9c9;
}
#home-section-contact h3{
	font-size: 24px;
	color: #cac9c9;
    font-weight: 300;
    letter-spacing: 0;
}
#home-section-contact #contact-img{
	float: left;
	width: 30%;
	margin-top: -75px;
    position: absolute;
}
#home-section-contact #contact-text{
	float: right;
	width: 68%;
}
#home-section-contact h3 a{
    color: #82cffb;
}
#home-section-contact h3 a:hover{
    color: #4cbcfd;
}

div.wpcf7-mail-sent-ok {
    border: 0px;
	padding: 0px;
	color: #366F0A;
    font-size: 16px;
}
/*undersidor--------------------------------------------------------------------------------*/
.fullwidth #et_contact_form{
    width: 50%;
}
.fullwidth #left-area .post_content{
    width: 60%;
}

.fullwidth #left-area .post_content h1{
    color: #111111;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1em;
    padding-bottom: 17px;
}
.page-id-64 .fullwidth #left-area{
	width: 100%;
    background-image: url(/img/frontend/contact-mobile.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 100%;
}
#et_contact_left, #et-contact p textarea{
    width: 95% !important;
}
.page-id-64 h3{
	padding: 5px 0;
}
.page-id-64 .post_content{
	padding-bottom: 30px;
}
/*footer-------------------------------------------------------------------------------------*/
#text-4 img{
	text-align: left;
}
#main-area {
    border-bottom: 0px solid;
}
#footer-area{
	 border-bottom: 1px solid #E0DDDD;
}
#footer-widgets {
    margin-bottom: 0;
}
p#copyright {
    font-size: 12px;
    padding: 8px 0 30px;
}
/*ipad------------------------------------------------------------------------------------------*/
@media only screen and ( max-width: 960px ){
	#home-section-contact #contact-img{
		display: none;
	}
	#home-section-contact #contact-text{
		float: none;
		width: 100%;
	}
	#mobile_links{
		padding-top: 0px;
	}

	#topbar-container{
		max-width: 100%;
	}
	.logo-container{
		width: 100%;
	}
	.fullwidth #left-area .post_content{
    width: 100%;
	}
}
@media only screen and ( max-width: 767px ){
	p{
	line-height: 1.4em;
	}
	.et_color_scheme_blue #main-header {
	background-size: auto 100%;
	}
	.page #main-header {
    background-size: 100% auto;
	}
	.logo-container{
		width: 440px;
	}
	.home #featured.flexslider {
    padding-top: 40px;
	}
	.et_color_scheme_blue #featured .flex-direction-nav a.flex-next, .et_color_scheme_blue #featured .flex-direction-nav a.flex-prev {
		display: none;
	}
	.home-section, #home-section-how , #home-section-grafik, #home-section-why, #home-section-historia, #home-section-contact{
    padding: 60px 0;
	}
	#home-section-how .left h2 {
		padding-bottom: 13px;
	}
	#home-section-how .left {
    margin-top: 22px;
	}
	#home-section-grafik{
	padding-top: 0;
	}
	#home-section-how{
	padding-bottom: 0;
	}
	#home-section-contact{
	margin-bottom: 0px;
	padding-bottom: 50px;
	min-height: 300px;
	}

	#home-section-historia .left{
	text-align: left;
    width: 100%;
	float: none;
	}
	#home-section-historia .first, #home-section-how .first, #home-section-how .second, #home-section-how .third{
		padding-right: 0;
	}
	#home-section-grafik  .left, #home-section-how .left, #home-section-why .left{
	width: 100%;
	float: none;
	padding-right: 0;
	}
	#home-section-grafik  p{
	padding-bottom: 50px;
	}
	#home-section-historia, #home-section-grafik{
	background-attachment: scroll;
	}
	#home-section-grafik .container img{
	width: 65%;
	}
	#home-section-how .how-header-connect{
	display: none;
	}
	#home-section-how .how-header{
    padding: 50px 0 20px 0;
	border-bottom: 1px solid #555E58;
	margin-bottom: 20px;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
	}
	#home-section-why .why-section{
    padding-bottom: 0;
	}
	#home-section-why .container{
    background: transparent;
	}
	#home-section-why .section-header-why{
    text-align: center;
	padding: 40px 0 20px 0;
	}
	#home-section-why .section-title {
    padding-bottom: 0;
	}
	#home-section-testimonial .blog-post-image img, .et_page_icon {
    display: block;
	margin: 0 auto;
	}
	#home-section-testimonial .et_page_icon {
    max-width: 70%;
	}
	#home-section-testimonial .service p{
    padding: 3px 0 0;
	}
	#home-section-testimonial .service p{
    padding-bottom: 70px;
	}
	#home-section-testimonial .last p{
    padding-bottom: 0px;
	}
	#home-section-testimonial .service {
    float: none;
    margin: 0 auto;
	width: 100%;
	 margin-right: 0;
	}
	#home-section-testimonial .service h3 {
    padding-top: 0;
	}
	#home-section-testimonial .service h4{
    padding: 5px 0 10px 0;
	}
	.et_mobile_menu{
    padding: 0 10px;
	}
	.et_mobile_menu li {
	width: 100%;
    margin:0px 0;
	}
	.et_mobile_menu #menu-item{
    width: 100%;
	}
	.et_mobile_menu li a{
    font-size: 80%;
	}
	#menu-item-45 a{
    margin: 0;
	}
	#menu-item-73{
    margin-left: 0px;
    padding: 5px 5px 7px 5px;
	width: 52%;
	}
	#menu-item-73 a{
    padding-left: 10px;
	}
	#menu-item-43 {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
	margin-left: 0px;
	}
	.fullwidth #left-area, .fullwidth #et_contact_form{
    width: 100%;
	}
	.page-id-64 .fullwidth #left-area {
		width: 100%;
		background: transparent;
	}
	#submit input{
		border: 1px solid #325c7c;
		background-color: #325c7c;
	}
}
@media only screen and ( max-width: 479px ) {
	.logo-container{
		width: 280px;
	}
	#content-area {
    padding: 0 0 40px;
	}
}
/* line 5, consumer/_states.scss */
.is-invalid .label-error, .is-invalid .input-error {
  color: #ff0000 !important;
}

.register-form .field-block{
    position: relative;
}

.register-form  span.errorbox{
    display: none;
    position: absolute;
    right: 10px;
    bottom: 4px;
    padding: 5px 10px;
    line-height: 20px;
    min-width: 80px;
    background:#ff0000;
    color:#fff;
    border: none;
    opacity: 0.8;
}
.register-form  span.errorbox.show{
    display: block;
    position: static;
    width:90%;
    background:transparent;
    color:#ff0000;
    opacity: 1;
}
.register-form.ng-submitted .ng-invalid{
    border: 1px solid #ff0000;
}
.register-form.ng-submitted .ng-invalid + span.errorbox{
    display: block;
}
