/*
Theme Name: Upper Eight
Description: Tema av Upper Eight
Version: 1.1.0
Author: Upper Eight
Author URI: http://www.uppereight.com
Text Domain: upper-eight
License: GNU General Public License v2 or later
Tags: responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
  font-family: 'net';
  src: url('/wp-content/themes/uppereight/fonts/net.eot');
  src: url('/wp-content/themes/uppereight/fonts/net.eot#iefix') format('embedded-opentype'),
       url('/wp-content/themes/uppereight/fonts/net.woff2') format('woff2'),
       url('/wp-content/themes/uppereight/fonts/net.woff') format('woff'),
       url('/wp-content/themes/uppereight/fonts/net.ttf') format('truetype'),
       url('/wp-content/themes/uppereight/fonts/net.svg#net') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'net';
    src: url('../font/net.svg?89928117#net') format('svg');
  }
}
*/
 


html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6!important;
}

h2, h1{
	line-height: 1.5!important;
}

/*-----default bootstrap nav------*/
body {

}

/*-----imgLiquid carousel------*/

.item.imgLiquid {
	height: 500px;
}


.carousel-fade-2 .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade-2 .carousel-inner .active {
  opacity: 1;
}
.carousel-fade-2 .carousel-inner .active.left,
.carousel-fade-2 .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade-2 .carousel-inner .next.left,
.carousel-fade-2 .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade-2 .carousel-control {
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px){
	.item.imgLiquid {
		height: 300px;
	}
}

@media (max-width: 767px){
	.item.imgLiquid {
		height: 300px;
	}
}

/*-----carousel direction ------*/

.carousel-kunder .direction-nav a {
    display: none;
}

.direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel:hover ul.direction-nav li a.carousel-control.left {
    opacity: 1;
    left: 10px;
}

.carousel:hover ul.direction-nav li a.carousel-control.right{
    opacity: 1;
    right: 10px;
}

.carousel:hover .direction-nav a {
    display: block;
}


.carousel .carousel-control.right {
	text-decoration: none;
    display: block;
    width: 60px;
    height: 52px;
    line-height: 26px;
    margin: -13px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: white;
    text-shadow: 2px 5px 5px rgba(0,0,0,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: none;
}

.carousel .carousel-control.left {
	text-decoration: none;
    display: block;
    width: 60px!important;
    height: 52px!important;
    line-height: 26px;
    margin: -13px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: white;
    text-shadow: 2px 5px 5px rgba(0,0,0,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: none;
}

/*-----carousel direction end------*/





/*-----menu------*/
#textTop{
	font-size: 16px;
}

#menu-menu-1{
	text-align: inherit;
}

#menu .container{
	position: relative;
}
.navbar-collapse{
	padding-left: 0!important;
	padding-right: 0!important;
}

.divTop{
	padding-top: 15px;
	padding-bottom: 25px;
	color: #444444;
	position: relative;
	min-height: 141px;
}

.divTop h2{
	font-weight: bold;
	font-size: 36px;
}

#dinlogga img{
	position: absolute;
    top: 12px;
    right: 15px;
    width: 140px;
}

#navTel{
	position: absolute;
    right: 15px;
    font-size: 23px;
    padding-top: 4px;
}

.affix{
	position: inherit!important;
	margin-bottom: 50px;
}

.affix #menu{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
    -webkit-box-shadow: 0px 10px 25px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 25px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 25px -13px rgba(0,0,0,0.75);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

#menu{
	position: sticky;
	top: 0;
	z-index: 111;
}

@media (min-width: 768px) and (max-width: 991px){
	#navTel{
		display: none;
	}
	
	.divTop h2 {
    	font-size: 32px;
	}
	
	#dinlogga img {
    	max-width: 210px;
		height: auto;
	}
}

@media (max-width: 767px){
	#dinlogga img {
	    top: 10px;
	    right: 10px;
	    width: 130px;
	    height: auto;
	}
	
	.divTop h2 {
	    font-size: 23px;
		margin-bottom: 0px;
		margin-top: -5px;
		max-width: 170px;
		line-height: 1.3!important;
	}
	
	.divTop {
    	min-height: 132px;
    	padding-bottom: 15px;
	}
	
	#textTop {
    	font-size: 12px;
    	max-width: 170px;
	}
	
	.affix{
		margin-bottom: 62px;
	}
	
	#navTel{
		padding-top: 8px;
		right: inherit;
		left: 15px;
	}
	
	.nav > li {
		text-align: center;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		text-align: center!important;
		background-color: #40b648;
	}
	
	.navbar-nav > li > a {
    	padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
	
	.dropdown-menu > li > a {
    	padding: 15px 12px!important;
    	text-transform: uppercase;
	}
	
	.navbar-default .navbar-toggle:hover {
    	background-color: inherit!important;
	}
	
	
	.container>.navbar-collapse, .container>.navbar-header {
    	margin-right: 0px!important;
    	margin-left: 0px!important;
	}
	
	.navbar-nav {
    	margin: 7.5px 0px!important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li >a {
    	color: #fff!important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a{
		background-color: #216e3a!important;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    	color: #fff!important;
		background-color: #216e3a!important;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    	background-color: #216e3a!important;
    	color: #fff!important;
	}
}

@media (min-width: 768px){
	.dropdown-menu > li > a {
    	padding: 10px 12px!important;
    	text-transform: uppercase;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff!important;
    background-color: #40b648!important;
	}
}
/*-----menu end------*/




/*-------Startsida--------*/
#offert{
	padding-top: 0px;
    padding-bottom: 5px;
}

.iconOffert{
    font-size: 70px;
    padding-right: 30px;	
}

#offertTb{
	margin-left: auto;
	margin-right: auto;
}

.buttonF{
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 17px;
    background-color: white;
    color: #888888;
    text-decoration: none!important;
}

@media (min-width: 768px){
	.buttonF:hover, .buttonF:active, .buttonF:focus{
		color: white!important;
		background-color: #CACACD!important;
	}
}
.btnLeft{
	margin-left: 50px;
}

.header h1{
	font-size: 25px;
	color: #444444;
	font-weight: bold;
}

#headContent{
	margin-top: 60px;
}

.entry-content{
	color: #777777;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#quote{
	height: 300px;
	position: relative;
}	

#fill{
	width: 100%;
    height: 100%;
    position: absolute;
    display: table;
}

#BgFill{
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.63;
}

.centerObj{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
}

.namnC{
	font-weight: bold;
	margin-top: 20px;
}

.quoteC{
	font-size: 30px;
}

.klickboxar{
	margin-top: 70px;
	margin-bottom: 70px;
}

#carousel-text-start .carousel-inner{
	height: 200px;
	margin-top: 70px;
}

@media (min-width: 768px) and (max-width: 991px){
	.centerObj{
		font-size: 18px;
	}
}

@media (max-width: 767px){
	.iconOffert {
	    font-size: 40px;
	    padding-right: 10px;
	}
	
	.offertStyle h3{
		font-size: 22px;
	}
	
	.offertStyle p{
		font-size: 13px;
	}
	
	.tdButton{
		padding-top: 20px;
		padding-bottom: 25px;
	}
	
	#headContent {
    	margin-top: 20px;
	}
	
	.leftMobile{
		text-align: left!important;
	}
	
	.klickboxar{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#carousel-text-start .carousel-inner{
		height: 260px;
		margin-top: 20px;
	}
	
	.centerObj{
    	font-size: 19px;
	}
}
/*-------Startsida end--------*/



/*-----------------box--------------*/
.shadow{
	-webkit-box-shadow: 9px 7px 36px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 36px -5px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 36px -5px rgba(0,0,0,0.75);
}

.link-card {
	height: 220px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.pa-cards img {
	width: 100%;
}

.textpart {
	text-align: center;
	background-color: white;
	width: 100%;
	padding: 10px;
	height: 150px;
}

.details{
	padding-left: 30px;
	padding-right: 30px;
}

.pa-img {
	position: relative;
}

.personal {
	padding-top: 20px;
}

.personal .link-card {
    margin-bottom: 0;
}

.personal .details {
	font-size: 20px;
	text-transform: uppercase;
}

.textpart h4 {
	margin-top: 0;
	padding-top: 0px;
}

.link-card .title-panel {
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	padding: 30px;
	z-index: 10;
}

.pa-wrapper {
	max-width: 311px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.personal .col-xs-8 {
		float: none;
	}
	
	.pa-wrapper {
		width: 311px!important;
		padding-bottom: 20px;
		text-align: center;
		margin: 0 auto;
	}
}

.link-card-panel {
	width: 100%;
	position: absolute;
	display: table;
	height: inherit;
}

.link-card .link-panel {
	display: table;
	opacity: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, .85);
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.col-md-6.left {
	padding: 40px;
}

.col-md-6.right {
	padding: 40px;
}

.link-panel .link-card-links li {
	margin-bottom: 10px;
}

.link-panel .link-card-cities {
	list-style: none;
	padding: 30px 15px 30px 0;
	font-size: 16px;
}

.link-card-panel .panel-mask {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: inherit;
	background: rgb(166, 170, 223);
}

.link-card-panel .panel-mask img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	-webkit-transition-property: all;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-webkit-transition-delay: 0;
	-moz-transition-property: all;
	-moz-transition-duration: .4s;
	-moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-moz-transition-delay: 0;
	-ms-transition-property: all;
	-ms-transition-duration: .4s;
	-ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-ms-transition-delay: 0;
	-o-transition-property: all;
	-o-transition-duration: .4s;
	-o-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-o-transition-delay: 0;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.33,0,.2,1);
	transition-delay: 0;
}

.link-card:hover .link-card-panel .panel-mask img, link-card.hover_effect .link-card-panel .panel-mask img {
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.15, 1.15);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1.15, 1.15);
	-o-transform: translateY(-50%) translateX(-50%) scale(1.15, 1.15);
	transform: translateY(-50%) translateX(-50%) scale(1.15, 1.15);
	-webkit-transition: 1.8s all ease;
	-o-transition: 1.8s all ease;
	transition: 1.8s all ease;
}

.link-card:hover .link-card-title, link-card.hover_effect .link-card-title {
	opacity: .2; 
	-webkit-transition: 0.5s all ease; 
	-o-transition: 0.5s all ease; 
	transition: 0.5s all ease;
}

.link-card:hover .link-panel, .link-card.show-cities .link-panel, link-card.hover_effect .link-panel, .link-card.show-cities .link-panel  {
	opacity: 1; 
	-webkit-transition: 0.5s all ease; 
	-o-transition: 0.5s all ease; 
	transition: 0.5s all ease;
}

.link-card-title {
	background-color: #F2F0F0; 
	color: #444444;
	position: relative;
	line-height: 1.5;
	font-size: 20px;
	padding: 5px;
	left:0;
	bottom: 15px;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	text-align: center;
}

.link-card-title {
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.link-panel .link-card-kurser {
	list-style: none;
	padding: 30px 15px 30px 0;
	font-size: 16px;
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;        
}
  
.link-content p {
	line-height: 1.5;
	padding: 10px;
	color: #777777;
}

.link-content {
	position: relative;
    height: 220px;
}

.link-btn {
    display: block;
    height: 35px;
    width: 130px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    bottom: 0px;
    transition: none;
}

p.link-btn {
    display: block;
    height: 35px;
	width: 200px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    bottom: 0px;
    transition: none;
    background: #b3003a;
    color: #fff;
    border: 1px solid #b3003a;	
}

div.details {
	margin: auto;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    color: #444444;
    opacity: 0;
    transition: none;
}

.link-card:hover div.details {
    bottom: 52px;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.link-card:hover .link-btn {
    bottom: 20px;
    margin: auto;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.link-btn:hover {
	color: white;
	background-color: #CACACD!important;
	text-decoration: none;	
	-webkit-transition: background 0.5s ease-in-out 0s;
	-moz-transition: background 0.5s ease-in-out 0s;
	-o-transition: background 0.5s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s;
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;        
}

.image-wrapper {
	width:100%;
	height: 465px;
	background-color: grey;
}

.image-wrapper .head-pic {
	width:100%;
	height: 465px;
}

h1.link-head {
	text-transform: uppercase;	
}

a.shadow:hover{
	-webkit-box-shadow: 9px 7px 36px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 7px 36px -2px rgba(0,0,0,0.75);
	box-shadow: 9px 7px 36px -2px rgba(0,0,0,0.75);
}

.details h2{
	font-size: 24px;
}
/*-------------box end---------------*/





/*-------------Sida---------------*/
.sidaTopp{
	height: 400px;
}

#headSida{
	font-size: 60px;
    text-align: center;
    margin-top: 40px;
    color: #444444;
    font-weight: bold; 
}

.margImg{
	margin-top: 100px;
	margin-bottom: 120px;
}

.margNoImg{
	margin-top: 60px;
	margin-bottom: 120px;
}

.buttonLink span{
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.buttonLink{
	margin-top: 30px;
}

.buttonLink a:hover, .buttonLink a:active, .buttonLink a:focus{
	text-decoration: none;
}

.buttonLink span:hover{
	background-color: #CACACD!important;
	color: white!important;
}

.textTjanst2 h1:first-child, .textTjanst2 h2:first-child, .textTjanst2 h3:first-child, .textTjanst2 h4:first-child, .textTjanst2 h5:first-child, .textTjanst2 h6:first-child { 
    margin-top: 0px;
}

@media (min-width: 992px) and (max-width: 1199px){
	.sidaTopp{
		height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.sidaTopp{
		height: 250px;
	}
	
	#headSida{
		font-size: 40px;
	}
	
	.margNoImg {
    	margin-top: 40px;
    	margin-bottom: 80px;
	}
	
	.margImg {
    	margin-top: 40px;
    	margin-bottom: 80px;
	}
}

@media (max-width: 767px){
	.sidaTopp{
		height: 140px;
	}
	
	#headSida{
		font-size: 30px;
		margin-top: 10px;
	}
	
	.margNoImg {
    	margin-top: 30px;
    	margin-bottom: 60px;
	}
	
	.margImg {
    	margin-top: 30px;
    	margin-bottom: 60px;
	}
	
	.buttonLink {
    	margin-bottom: 30px;
	}
}
/*-------------Sida end-----------*/




/*--------------Kontakt-------------*/
.mapIframe iframe{
	height: 240px;
	width: 100%;
}

.margKarta{
	margin-top: 20px;
}

#kNamn{
	font-size: 25px;
	margin-top: 10px;
	font-weight: bold;
    color: #444444;
}

#kGata{
	font-size: 18px;
	color: #888888;
}

#kStad{
	font-size: 18px;
	color: #888888;
	margin-bottom: 40px;
}

.iconsK{
	font-size: 45px;
    border-radius: 50px;
    padding: 10px;
}

.textKontakt a:hover .iconsK{
	background-color: #CACACD!important;
	color: white!important;
}

.buttonsKont p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
}

.textKontakt td{
	text-align: center;
}

.textKontakt a{
	font-size: 18px;
	color: #888888;
}

.textKontakt a:hover{
	text-decoration: none;
	color: #888888;
}

.margForm{
	margin-top: 60px;
	margin-bottom: 80px;
}

.textKon{
	border-top: solid 1px #cccccc;
    padding-top: 40px;
}

.buttonsKont{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.page-template-content-kontakt .gform_wrapper .top_label .gfield_label {
	display: none!important;
}

.page-template-content-kontakt .gform_wrapper textarea.large {
    height: 120px!important;
}

.page-template-content-kontakt .gform_wrapper {
    margin-top: 40px!important;
}

.gform_button{
	float: right;
	margin-top: -15px!important;
	padding: 10px 20px;
    background-color: #e4e4e4;
    border-radius: 5px;
    color: gray;
    border: none;
}

.gform_button:hover{
	background-color: #CACACD;
	color: white;
}

.page-template-content-kontakt textarea{
	border-color: #cccccc;
}

@media (min-width: 768px) and (max-width: 991px){
	.textKontakt a{
		font-size: 15px;
	}
}

@media (max-width: 767px){
	.margForm{
		margin-top: 10px;
		margin-bottom: 50px;
	}
	
	.buttonsKont td{
		padding-top: 20px;
	}	
}
/*--------------Kontakt end----------*/




/*--------------Offertförfrågan-------------*/
.page-template-content-offert .gsection_title{
    font-size: 28px!important;
}

#field_2_9{
	margin-top: 70px!important;
}

.ui-datepicker-month, .ui-datepicker-year{
	color: #666666;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px!important;
}

.offert{
	margin-bottom: 70px;
}

.page-template-content-offert .ginput_container_textarea textarea{
	border-color: #cccccc;
}

#offertDiv{
	margin-bottom: 70px;	
}

@media (min-width: 768px) {
	.gchoice_2_13_0, .gchoice_2_14_0, .gchoice_2_13_1, .gchoice_2_14_1{
		display: inline-block;
	}
	
	#choice_2_13_1, #choice_2_14_1{
		margin-left: 20px;
	}
}
/*--------------Offertförfrågan end-------------*/




/*-------------Tjänster alt 2---------------*/
#Ptop{
	background-color: #F2F0F0;
	margin-bottom: 50px;
}


#Ptop h1{
	margin-bottom: 20px;
	color: #444444;
	font-weight: bold;
	font-size: 30px;
}

.tjTextRow1{
	margin-top: 80px;
}

.tjanstRow{
	margin-top: 120px;
}

.imgTjanst2 img{
	border-radius: 50px;
	margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 88px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 88px -27px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 88px -27px rgba(0,0,0,0.75);
    max-width: 100%;
    height: auto;
}

.textTjanst2{
	font-size: 16px;
	color: #777777;
}

.textTjanst2 h1, .textTjanst2 h2, .textTjanst2 h3, .textTjanst2 h4, .textTjanst2 h5, .textTjanst2 h6{
	color: #444444;
}

.textTjanst2 h2{
	font-weight: bold;
	font-size: 25px;
}

.textTjanst2 h3{
	font-weight: bold;
	font-size: 20px;
}

.tjTextRow{
	margin-bottom: 120px;
}

.bildtextRef{
	margin: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: center;
}

.page-template-content-referenser2 .modal-content{
	background-color: #2f2f2f;
    color: white;
}

@media (max-width: 767px){
	.textTjanst2 h2{
		font-size: 22px;
	}

	.textTjanst2 h3{
		font-size: 18px;
	}
	
	.tjanstRow{
		margin-top: 50px;
	}
	
	.tjTextRow{
		margin-bottom: 70px;
	}
	
	#Ptop h1{
		font-size: 20px;
	}
	.bildtextRef{
    	font-size: 14px;
	}
}
/*-------------Tjänster alt 2 end-----------*/





/*-------------Referenser alt 1---------------*/
.buttonLinkBack span{
    background-color: #e4e4e4;
    padding: 10px 20px;
    border-radius: 5px;
    color: gray;
}

.buttonLinkBack{
	margin-top: 30px;
}

.buttonLinkBack a:hover, .buttonLinkBack a:active, .buttonLinkBack a:focus{
	text-decoration: none;
}

.buttonLinkBack span:hover{
	background-color: #CACACD;
	color: white;
}

ol.kunder-ind li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

ol.kunder-ind li img{
}

ol.kunder-ind {
    padding-left: 0;
    margin-right: -10px;
}

.textRowRef{
	margin-top: 20px;
    margin-bottom: 80px;
    color: #777777;
    font-size: 16px;
}

.textRowRef h1, .textRowRef h2, .textRowRef h3, .textRowRef h4, .textRowRef h5, .textRowRef h6{
	color: #444444;
    font-weight: bold;
}

@media (min-width: 1200px){
	.ctrlThumb li:nth-child(5), .ctrlThumb li:nth-child(10), .ctrlThumb li:nth-child(15), .ctrlThumb li:nth-child(20){
		margin-right: 0px;
	}
}

#promo{
	margin-bottom: 100px;
    margin-top: 80px;
}

/* Filter */
.butto {
	display: inline-block;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #F2F0F0;
}

.butto:hover {
    background-color: #CACACD!important;
	color: white!important;
}

butto:focus {
	outline:0;
}

.butto:active, .butto.is-checked {
	background-color: #CACACD!important;
	color: white!important;
}

.butto.is-checked {
	color: white;
}

.button-group:after {
	content: '';
	display: block;
	clear: both;
}

.button-group .butto {
	float: left;
	border-radius: 0;
    margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.button-group .butto:first-child { 
	margin-left: 0px;
}

.button-group .button:last-child {  }

.grid {
	margin-left: -10px;
	margin-right: -10px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.element-item {
	position: relative;
	float: left;
	width: 33.32%;
    display: block;
    outline: 0!important;
    overflow: hidden;
	background: #888;
	color: #262524;
    border: 10px solid white;

}
.element-item img {
    width: 100%;
    height: auto;
}
.element-item > * {
	margin: 0;
	padding: 0;
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    overflow: hidden;
}

.work-overlay.fade {
    filter: alpha(opacity=.7);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    z-index: 200;
}

.element-item:hover img {
	-webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
    -webkit-transition: 1.8s all ease;
    -o-transition: 1.8s all ease;
    transition: 0.4s all ease;
}
.element-item img {
    -webkit-transition-property: all;
    -webkit-transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .4s;
    -moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .4s;
    -ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .4s;
    -o-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.33,0,.2,1);
    -transition-delay: 0;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.element-item ul li { 
	display: block;
}

.element-item ul {
	text-align: center; 
	position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    transition: none;
    color: #757575;
    padding: 40px;
    line-height: 25px;
    letter-spacing: 0px;
    font-size: 15px;
    left: 10px;
}

.ul-o-first{
	margin-bottom: 25px;
}

.element-item:hover ul {
    margin: auto;
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.element-item ul li a {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 30px;
}

.element-item ul li a:hover {
    color: white!important;
    text-decoration: none;
    background-color: #CACACD!important;
}

.text-over-r{
	position: absolute;
    width: 100%;
    top: 185px;
    font-weight: bold;
    background-color: #f2f0f0;
    color: #444444;
}

.text-over-r h3{
	margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

.element-item:hover span {
    margin: auto;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.element-item:hover h3 {
    margin: auto;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
    
.element-item .hover-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
    
.element-item:hover .hover-overlay {
	opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; 
}
    
#partners ul {
	padding: 0;
}
    
#partners ul li {
	display: inline-block;
	padding-left: 40px;
}
    
#partners ul li:first-child {
	padding-left: 0;
}
    
.btn-fixed.left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0;
}

.btn-fixed {
	font-size: 13px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    z-index: 98;
    position: fixed;
    border: none;
    background-color: transparent;
    width: auto;
    height: 46px;
    padding: 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: none;
    -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;
}

@media (min-width: 992px) and (max-width: 1199px){
	.text-over-r {
    	top: 66%;
    }
   
	.text-over-r h3 {
		font-size: 16px;
	}
	
	.text-over-r span{
		font-size: 13px;
	}
	
	.element-item:hover ul {
		bottom: 25px;
	}
	
	.element-item ul {
	    padding: 20px;
	    line-height: 20px;
	    font-size: 14px;
	}
	
	ol.kunder-ind li img{
	    width: 112px;
	    height: auto;
	} 
}

@media (min-width: 768px) and (max-width: 991px){
	.text-over-r {
    	top: 60%;
    }
   
	.text-over-r h3 {
		font-size: 14px;
	}
	
	.text-over-r span{
		font-size: 12px;
	}
	
	.element-item:hover ul {
		bottom: 25px;
	}
	
	.element-item ul {
	    padding: 5px;
	    line-height: 15px;
	    font-size: 12px;
	}
	
	ol.kunder-ind li img{
	    width: 133px;
	    height: auto;
	}
}

@media (max-width: 767px){
	.element-item {
		width: 50%;
	}
	
	.text-over-r h3 {
    	margin-top: 4px;
		margin-bottom: 0px;
		font-size: 9px;
	}
	
	.text-over-r span{
		font-size: 10px;
	}
	
	#promo {
    	margin-bottom: 60px;
    	margin-top: 50px;
	}
	
	.element-item ul li a {
    	font-size: 10px;
		padding: 10px 10px;
	}
	
	.element-item ul{
		padding: 10px;
	}
	
	.ul-o-first{
		display: none!important;
	}
	
	.mobile-overlay div {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}
}

@media (min-width: 375px) and (max-width: 767px){
	.text-over-r {
    	top: 60%;
    }
    
    ol.kunder-ind li img{
	    width: 76px;
	    height: auto;
	}
}

@media (max-width: 374px){
	.text-over-r {
    	top: 55px;
    }
    
    ol.kunder-ind li img{
	    width: 87px;
	    height: auto;
	}
}
/*-------------Referenser alt 1 end-----------*/




/*-------------Referenser alt 2---------------*/
.area img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.thnail img{
	width: 150px;
	height: auto;
	margin-right: 9px;
	margin-bottom: 13px;
}

.thnail:hover{
	text-decoration: none;
}

#ref2{
	margin-top: 60px;
	margin-bottom: 40px;
}

.kategori{
	margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px){
	.thnail img{
		width: 132px;
	}
	
	.page-template-content-referenser2 .modal-dialog{
		margin-top: 200px;
	}
}

@media (max-width: 767px){
	#ref2 {
	    margin-top: 50px;
	    margin-bottom: 20px;
	}
	
	.page-template-content-referenser2 .modal-dialog{
		margin-top: 160px;
	}
}

@media (min-width: 375px) and (max-width: 767px){
	.thnail img{
		width: 103px;
	}
}

@media (max-width: 374px){
	.thnail img{
		width: 85px;
	}
}
/*-------------Referenser alt 2 end-----------*/




/*-------------404-----------*/
#f404{
	font-size: 200px;
}
/*-------------404 end-------*/




/*-------------Tacksida-----------*/
@media (min-width: 768px){
	.tackMarg{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
/*-------------Tacksida end-------*/


/* wp must */
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}


.wp-caption .wp-caption-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.sticky .posted-on,
.byline {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}





/*--------footer----------*/
#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}

#copyright a{
	color: #000000;
}

#preFooter{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #888888;
}

#preFooter h4{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #444444;
}

.foKontakt i{
	font-size: 20px;
}

.foSocial{
	font-size: 35px;
}

.foSocial a:hover, .foSocial a:active, .foSocial a:focus{
	text-decoration: none;
}

@media (max-width: 767px) {
	#preFooter{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.foAbout, .foKontakt{
		margin-bottom: 30px;
	}
}
/*------end footer--------*/



/* alignments */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.gallery-caption, .entry-caption {
	font-size: 12px;
	font-size: 1.2rem;
}

.textcenter{
	text-align: center;
}

@media (min-width: 768px){
	.showMobile{
		display: none;
	}
}

@media (max-width: 767px){
	.hideMobile{
		display: none;
	}
}


/*form*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}


/*Icons*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "net";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-ok:before { content: '\e800'; } /* '' */
.icon-check:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-quote-left:before { content: '\e805'; } /* '' */
.icon-quote-right:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-left-open-big:before { content: '\e808'; } /* '' */
.icon-right-open:before { content: '\e809'; } /* '' */
.icon-right-open-1:before { content: '\e80a'; } /* '' */
.icon-location:before { content: '\e80b'; } /* '' */
.icon-location-1:before { content: '\e80c'; } /* '' */
.icon-globe:before { content: '\e80d'; } /* '' */
.icon-right-open-big:before { content: '\e80e'; } /* '' */
.icon-left-open-1:before { content: '\e80f'; } /* '' */
.icon-down-open-big:before { content: '\e810'; } /* '' */
.icon-up-open-big:before { content: '\e811'; } /* '' */
.icon-skype-outline:before { content: '\e812'; } /* '' */
.icon-up-open:before { content: '\e813'; } /* '' */
.icon-down-open:before { content: '\e814'; } /* '' */
.icon-phone:before { content: '\e815'; } /* '' */
.icon-mobile:before { content: '\e816'; } /* '' */
.icon-call:before { content: '\e819'; } /* '' */
.icon-wrench:before { content: '\e81b'; } /* '' */
.icon-wordpress:before { content: '\e81d'; } /* '' */
.icon-user:before { content: '\e81e'; } /* '' */
.icon-home:before { content: '\e820'; } /* '' */
.icon-thumbs-up-1:before { content: '\e828'; } /* '' */
.icon-lightbulb:before { content: '\e82a'; } /* '' */
.icon-dollar:before { content: '\e82b'; } /* '' */
.icon-globe-inv:before { content: '\f019'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-quote-left-1:before { content: '\f10d'; } /* '' */
.icon-quote-right-1:before { content: '\f10e'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-twitter-1:before { content: '\f302'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-skype:before { content: '\f30b'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-twitter-rect:before { content: '\f314'; } /* '' */
.icon-instagram:before { content: '\f31e'; } /* '' */
.icon-instagram-filled:before { content: '\f31f'; } /* '' */
.icon-instagram-1:before { content: '\f32d'; } /* '' */
