.transition, .tabbar p, .tabbar ul li i:before, .tabbar ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, .tabbar h1, .tabbar ul li {
  animation: flipdown 0.5s ease both;
}
.quote-bar h3 {
    display: block;
    padding-bottom: 1px;
    width:75%;
}
.quote-bar h4 {
    width:75%;
}
.no-select, .tabbar h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tacksidan { color: blue; }
.title-box:hover #hem-ikon1 , .title-box:hover #hem-ikon2 , .title-box:hover #hem-ikon3 , .title-box:hover #hem-ikon4 { box-shadow: 0 0 15px #9AC2D8 ; background:#fff; color:#9AC2D8 ;}

.tack {
text-align:
center;text-align: center; position: absolute; z-index: 999; left: 0;background-color: rgba(255, 255, 255, 0.83);right: 0;padding: 15px;top: 59px;
}
.header-bild {
  background: url(https://images.staticjw.com/tan/2174/slide10opti.jpg) no-repeat;
  width: 100%;
  height:597px;
  no-repeat fixed;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabbar h2 {
  color: #618AA0;
}

.tabbar h2 {
  font-size: 18px;
  line-height: 12px;
  font-weight: 600;
  display: block;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.tabbar p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 15px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.tabbar ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.tabbar ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-bottom: 1px dotted rgb(154, 194, 216);
}
.tabbar ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.tabbar ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.tabbar ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.tabbar ul li:last-of-type {
  padding-bottom: 0;
}
.tabbar ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.tabbar ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
}
.tabbar ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
  right: 0;
}
.tabbar ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
  right: 0;
}
.tabbar ul li input[type=checkbox] {
  position: absolute;
  margin-top:-10px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.tabbar ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.tabbar ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.tabbar ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#lista-behandlingar { margin-top: -80px !important; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.blueborder{background: #9ac2d8 none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 56px;
}
.info2 span a{color:#fff;}

* {
    outline: none!important;
}
body {
    color: #2f2e33;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    webkit-font-smoothing: antialiased;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
    padding: 0;
}
ol {
    margin: 0;
    padding: 0;
}
ol li {
    list-style: none;
    padding: 0;
}
p {
    line-height: 24px;
    margin-bottom: 15px;
}
b {
    font-weight: 700;
}
a {
    color: #2f2e33;
}
a:hover {
    text-decoration: none;
}
a:focus {
    color: #2f2e33;
}
a {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* form style */
.form-style{
	max-width: 450px;
	padding: 40px 30px 40px 40px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 50px auto;
	background: #FFFFFF;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 48%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

.nav-margin-right {
	nav-margin-right: 20px;	
}
.telefon-knapp {
	padding: 0.3em 10px 5px 28px !important;
	border: none;
	margin-top: -5px;
	font-weight: bold;
	color: #79ADCA !important;
	border-radius: 5px;
	background: url('https://images.staticjw.com/tan/9712/phone-small.png') no-repeat 5% 50% rgba(234, 234, 234, 0.65);
}
#intro-background  {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100&1+0,0+100 */background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.bokning-frame {
	overflow: hidden !important;
	margin-top: 10px !important;
	overflow: hidden !important;
	height: 314px !important;
	width: 100% !important;
	border: none !important;
}

.google-frame {
	height: 278px !important;
	width: 100% !important;
	border: none !important;
}

.kontakt-telefon-margin {
	margin-left: 5px;
}

.no-border {
	border:0;
}

.ul-height {
	line-height: 18px;
}
input[type="text"] {
    border: 1px solid #eee;
    color: #fff;
    font-weight: 500;
    height: 36px;
    padding: 0 10px;
	width: 65%;
	background: rgba(134, 180, 206, 0.08);
}
button[type="submit"] {
    background: url(https://uploads.staticjw.com/ar/artend/button-bg.jpg) repeat-x #52B2E4;
    border: none;
    float: left;
    font-weight: 700;
    height: 36px;
    color: #2F2E33;
    padding: 0 15px;
    width: 96%;
}

.prenumerera {
width: 35% !important;
float: right !important;
}
button[type="button"] {
    background: url(https://uploads.staticjw.com/ar/artend/button-bg.jpg) repeat-x #52B2E4;
    border: none;
    float: left;
    font-weight: 700;
    height: 36px;
    padding: 0 15px;
}
textarea {
    border: 1px solid #eee;
    color: #2f2e33;
    font-weight: 500;
    height: 100px;
    padding: 10px;
	width: 65%;
	background: rgba(134, 180, 206, 0.08);
}
.info1{
line-height: 10px;margin-top:7px;
}

.info2 {
line-height: 10px;
}

.site-btn {
text-shadow: 0 0 0;
    background: url(https://uploads.staticjw.com/ar/artend/button-bg.jpg) repeat-x #9AC2D8;
    border-bottom: 2px solid #9AC2D8;
    color: #151515;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 58px;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 5px;
}
.site-btn i {
    margin-left: 12px;
}
.site-btn:hover {
    background: #9AC2D8;
    color: #fff;
    text-decoration: none;
}
.site-btn:focus {
    background: #9AC2D8;
    color: #151515;
    text-decoration: none;
}

#startikoner { text-align: center;}

.title-box {
    float: left;
    width: 100%;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
.title-box h5 {
    color: #9AC2D8;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.title-box h2 {
    color: #2f2e33;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    width: 100%;
}
.title-box span {
    background: #9AC2D8;
    display: inline-block;
    height: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 56px;
}
.table {
    display: table;
    height: 100%!important;
    margin: 0;
    text-align: center;
    width: 100%;
}
.table .inner {
    display: table-cell;
    vertical-align: middle;
}
.transition-overlay {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.transition-overlay {
    moz-transition: all 0.5s ease;
    ms-transition: all 0.5s ease;
    o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transition-overlay-show {
    opacity: 1;
    visibility: visible;
}
.loading {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.loading h5 {
    color: #9AC2D8;
    margin-bottom: 20px;
    position: relative;
}
.loading #loader path,
#loader rect {
    fill: #9AC2D8;
}
.inner-fade {
    moz-transition: all 0.5s ease;
    opacity: 0;
    transition: all 0.5s ease;
    webkit-transition: all 0.5s ease;
}
.slide-up {
    top: 100%;
    transition-delay: 1s;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.20, 0, 0.10, 1);
    webkit-transition-duration: 1000ms;
    webkit-transition-timing-function: cubic-bezier(0.20, 0, 0.10, 1);
}
.background-1 {
    background: url(https://uploads.staticjw.com/ar/artend/hero1.jpg) no-repeat;
    background-size: cover;
}
.map-container {
    background: #000;
    float: left;
    height: 300px;
    margin-top: -300px;
    position: relative;
    width: 100%;
}
.map-container {
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    webkit-transition: all 0.3s ease;
    webkit-transition-duration: 500ms;
    webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.map-container #map-placeholder {
    float: left;
    height: 300px;
    width: 100%;
}
.map-container .close-btn {
    background: #9AC2D8;
    height: 60px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
.map-container .close-btn i {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    margin-top: 15px;
}
.map-container.show {
    margin-top: 0;
}
.top-bar {
    background: #9AC2D8;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.top-bar h5 {
    float: left;
    line-height: inherit;
    margin: 0;
}
.top-bar .phone {
    font-weight: 500;
    margin-left: 20%;
}
.top-bar .map {
    color: #2f2e33;
    font-weight: 500;
    margin-left: 60px;
}
.top-bar .language {
    color: #2f2e33;
    float: right;
    font-weight: 500;
}
.top-bar a {
    display: inline-block;
}
.top-bar a:hover {
    text-decoration: none;
}
.top-bar a:focus {
    text-decoration: none;
}

#nobackground {background: none!important;}
.gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
header {
    float: left;
    margin: -15px auto;
    position: fixed;
    height: 93px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.62);
    width: 100%;
    background-color: #fff;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.navbar-default .navbar-toggle {
    border-radius: 0;
}
.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    top: 15px;
}
.navbar-default .navbar-brand {
    height: auto;
}
.navbar-default .inner-header {
    width: 100%;
    float: left;
    margin-bottom: -15px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.navbar-default .navbar-nav {
    float: left;
    margin-left: 10%;
    margin-top: 30px;
}
.navbar-default .navbar-nav>li {
    float: left;
    text-align: center;
}
.navbar-default .navbar-nav>li span {
    moz-transition: all 0.2s ease;
    ms-transition: all 0.2s ease;
    o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar-default .navbar-nav>li span {
    background: #9AC2D8;
    display: inline-block;
    height: 2px;
    width: 0;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    padding: 0 10px;
    padding-bottom: 0;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #9AC2D8;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #9AC2D8;
}
.navbar-default .navbar-nav>li:hover span {
    width: 100%;
}
.navbar-default .navbar-right {
    margin-left: 0;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #9AC2D8;
}
.navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav>li>.dropdown-menu {
    background-color: #9AC2D8!important;
    border: none;
    border-radius: 0;
    margin-top: 7px;
    padding: 0;
    position: absolute;
    top: 34px;
    z-index: 9999;
}
.navbar-nav>li>.dropdown-menu>li>a {
    padding: 10px 15px;
}
.navbar-nav>li>.dropdown-menu>li>a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.slide-text {
font-size: 18px !important; text-shadow: none; color: #fff!important;
}

#hem-ikon1 {
font-size: 48px;margin-bottom: 0;background: #9AC2D8;color: #fff;border-radius: 50%;height: 78px;width: 78px;padding: 16px 0px 0px 0px !important;float: none;
}

#hem-ikon2 {
font-size: 48px;margin-bottom: 0;background: #9AC2D8;color: #fff;border-radius: 50%;height: 78px;width: 78px;padding: 16px 0px 0px 0px !important;float: none;
}

#hem-ikon3{
font-size: 48px;margin-bottom: 0;background: #9AC2D8;color: #fff;border-radius: 50%;height: 78px;width: 78px;padding: 16px 0px 0px 0px !important;float: none;
}

#hem-ikon4 {
font-size: 48px;margin-bottom: 0;background: #9AC2D8;color: #fff;border-radius: 50%;height: 78px;width: 78px;padding: 16px 0px 0px 0px !important;float: none;
}

.col-xs-12 h4 {
color: #f6f6f6 !important;
}

.quote-bar {
background: rgb(134, 180, 206);box-shadow:none !important;padding: 30px 0 0px 0 !important;
}
.slider {
    float: left;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider .rev_slider {
    z-index: 1;
}
.tjanst-stil {
float: left; background: none; padding: 0; font-weight: 0; margin-top: 0;margin-bottom: 0;
}
.hidden-sm {
opacity: 0 !important;
}
.video-bg-text{
color: #fff !important;
}

.slider .banner {
    background: url(https://uploads.staticjw.com/ar/artend/logo-symbol.png) center no-repeat #9AC2D8;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.slider .text-container {
    float: left;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    padding: 5px;
    width: 100%;
    margin-top: 250px !important;
    height: 400px;
    text-align: center;
}
.slider .text-container h2 {
    color: #225875;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px; color:#fff!important;font-size: 42px;
}
.slider .text-container p {
    font-size: 20px !important;
    margin: 20px 0px 20px 0px !important;
    line-height: 30px !important;
    color: #fff;
}

.slider .text-container p span {
    display: block;
}

.page-title {
    float: left;
    margin-top: -20px;
    width: 100%;
}
.page-title .inner {
    background: #9AC2D8;
    margin: 0 auto;
    max-width: 1420px;
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
}
.page-title .inner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.page-title .breadcrumb {
    background: none;
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 0;
}
.page-title .breadcrumb li {
    color: #fff;
}
.page-title .breadcrumb li a {
    color: #fff;
}
.intro {
    float: left;
    padding-top: 40px;
    width: 100%;
    background: rgb(245, 245, 245) !important;
}
.intro .title-box {
    margin-top: 0px;
}
.intro .file-box {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.intro .file-box img {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
.intro .file-box a {
    border: 1px solid #9AC2D8;
    color: #9AC2D8;
    float: left;
    font-weight: 700;
    margin-right: 50px;
    margin-top: 20px;
    padding: 5px 12px;
}
.intro .file-box a:hover {
    background: #9AC2D8;
    border: 1px solid #9AC2D8;
    color: #fff;
}
.intro p {
    color: #838284;
}
.intro .left-image {
    max-height: 800px;
    max-width: 600px;
    width: 100%;
    float: right;
    margin-bottom:30px;
}
.quote-bar {
    background: #5C707B;
    box-shadow: inset 0 0 10px #717171;
    float: left;
    moz-box-shadow: inset 0 0 10px #717171;
    padding: 20px 0;
    position: relative;
    webkit-box-shadow: inset 0 0 10px #717171;
    width: 100%;
}
.quote-bar h4 {
    color: #9AC2D8;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
}
.quote-bar h3 {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.quote-bar a.button-to-boka {
    float: right;
}
.home-services {
    float: left;
    padding: 80px 0;
    width: 100%;
    background: #fff;
}
.home-services figure * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-services figure {
    background: #9AC2D8;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.home-services figure img {
    float: left;
    width: 110%!important;
    margin-left: 0px !important;
}
.home-services figure:hover img {
    margin-left: -10%;
    opacity: 0.5;
}
.home-services .description {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 999999;
    padding: 5px 15px 5px 15px;
    background-color: rgb(154, 194, 216);
}
.home-services .item a {
    color: #FFFFFF;
    float: left;
    background-color: rgb(43, 43, 43);
    font-size: 22px;
    padding: 15px 15px 5px 15px;
    font-weight: 700;
    margin-top: -20px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    line-height: 28px;
}
.home-services .item a:hover {
    text-decoration: none;
}
.home-services .border {
    background: #9AC2D8;
    float: left;
    height: 3px;
    width: 38px;
    display: none;
}
.home-services .carousel {
    float: left;
    width: 100%;
}
.home-services .owl-dots {
    display: none!important;
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.home-services .owl-dot {
    background: #ccc;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    width: 10px;
}
.home-services .owl-dot.active {
    background: #fff;
}
.home-features {
    float: left;
    padding: 80px 0 40px 0;
    width: 100%;
    padding-top: 20px !important;
    background: #fff;
}
#tjanst1 {
background-color: #f9f9f9;
}

#tjanst2 {
background-color: #FDFDFD;
}
.boka {
margin-top:-50px;position: absolute;
}

#omoss {
    margin-top: -100px;
    position: absolute;

}

#boka {
    margin-top: -170px;
    position: absolute;
}

#kontaktastil {
margin-top: 40px;margin-top: 40px;background-color: rgba(68, 83, 91, 0.03);padding: 40px 20px 40px 20px;border: solid 1px #EAEAEA; border-bottom: none;
}

.kontaktastil {
margin-top:-50px;position: absolute;
}

.telefon {
padding: 0.3em 10px 5px 28px;border: none;margin-top: -5px;font-weight: bold;color: #79ADCA;border-radius: 5px;background: url('https://uploads.staticjw.com/ar/artend/phone-small.png') no-repeat 5% 50% rgba(234, 234, 234, 0.65);
}
.epost {
padding: 0.3em 10px 5px 28px;border: none;margin-top: -5px;font-weight: bold;color: #79ADCA;border-radius: 5px;background: url('https://images.staticjw.com/tan/8025/tiny-email-icon.png') no-repeat 5% 50% rgba(234, 234, 234, 0.65);
}

#onlinebokningstil {
display: -moz-groupbox; float: left;display: -webkit-inline-box; display: -webkit-inline-box; margin-top: 40px;margin-top: 40px;background-color: rgba(68, 83, 91, 0.07);padding: 40px 20px 40px 20px;border-top: solid 5px #9AC2D8;border-bottom: solid 5px #9AC2D8;border-radius: 5px;
}

.home-features * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-features i {
    float: left;
    padding: 0 20px;
    width: 100%;
}
.home-features i img {
    float: left;
    opacity: 0.4;
    width: 100%;
}
.home-features h4 {
    color: #98989a;
    font-size: 15px;
    text-transform: uppercase;
}
.home-features p {
/*    font-size: 12px;
    line-height: 18px;
    opacity: 0;*/
}
.home-features .col-md-2:hover {
    margin-bottom: 20px;
}
.home-features .col-md-2:hover i {
    margin-top: -20px;
}
.home-features .col-md-2:hover i img {
    opacity: 0.7;
}
.home-features .col-md-2:hover h4 {
    color: #9AC2D8;
}
.home-features .col-md-2:hover p {
    opacity: 1;
}
.home-gallery {
    border-top: 1px solid #eee;
    float: left;
    padding-top: 80px;
    width: 100%;
}
.home-gallery * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-gallery ul.filter {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.home-gallery ul.filter li {
    display: inline-block;
    margin: 0 4px;
}
.home-gallery ul.filter li a {
    background: #828285;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
}
.home-gallery ul.filter li a:hover {
    background: #9AC2D8;
    color: #828285;
    text-decoration: none;
}
.home-gallery ul.filter li a:focus {
    background: #9AC2D8;
    color: #828285;
    text-decoration: none;
}
.home-gallery ul.filter li .current {
    color: #9AC2D8;
}
.home-gallery ul.gallery {
    float: left;
    width: 100%;
}
.home-gallery ul.gallery li {
    float: left;
    padding: 1px;
    width: 25%;
}
.home-gallery ul.gallery li figure {
    background: #2f2e33;
    float: left;
    width: 100%;
}
.home-gallery ul.gallery li figure img {
    float: left;
    width: 100%;
}
.home-gallery ul.gallery li:hover img {
    opacity: 0.7;
}
.logos {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.logos * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logos ul {
    float: left;
    width: 100%;
}
.logos ul li {
    float: left;
    padding: 5px;
    width: 20%;
}
.logos ul li figure {
    border: 1px dashed #eee;
    float: left;
    width: 100%;
}
.logos ul li img {
    opacity: 0.4;
    width: 100%;
}
.logos ul li:hover img {
    opacity: 0 !important;
}
.video-bg {
    float: left;
    overflow: hidden;
    padding: 35px 0;
    position: relative;
    text-align: center;
    width: 100%;
    background: #222;
}
.video-bg video {
    float: left;
    left: 0;
    position: absolute;
    top: 2px !important;
    width: 100%;
}
.video-bg .video-overlay {
    background: #222;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-bg h2 {
    color: #9AC2D8;
    font-size: 60px;
    font-weight: 700;
}
.video-bg h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.video-bg .icon {
    color: #fff;
    display: inline-block;
    font-size: 70px;
    margin-bottom: 40px;
}
.video-bg a {
    display: inline-block;
}
.news {
    float: left;
    padding: 50px;
    width: 100%;
    border-top: solid 3px rgba(0, 0, 0, 0.07);
    border-bottom: solid 3px rgba(0, 0, 0, 0.07);
}
.news * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news .news-box {
    float: left;
    padding-right: 20px;
    width: 100%;
}
.news figure {
    background: #9AC2D8;
    border-top: 4px solid #9AC2D8;
    float: left;
    margin-right: 20px;
    max-width: 240px;
    position: relative;
    width: 100%;
}
.news figure .icon {
    background: #9AC2D8;
    height: 50px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}
.news figure .icon i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-top: 6px;
}
.news figure img {
    float: left;
    width: 100%;
}
.news figure:hover img {
    opacity: 0.7;
}
.news h3 {
    color: #9AC2D8;
    display: block;
    margin-top: 0;
}
.news small {
    color: #98989a;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.news .border {
    background: #9AC2D8;
    display: inline-block;
    height: 3px;
    margin-bottom: 30px;
    width: 38px;
}
.news-list {
    float: left;
    padding: 60px 0 40px 0;
    width: 100%;
}
.news-list * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .news-box {
    float: left;
    margin-bottom: 100px;
    padding-right: 20px;
    width: 100%;
}
.news-list figure {
    background: #9AC2D8;
    border-top: 4px solid #9AC2D8;
    float: left;
    margin-right: 20px;
    max-width: 240px;
    position: relative;
    width: 100%;
}
.news-list figure .icon {
    background: #9AC2D8;
    height: 50px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}
.news-list figure .icon i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-top: 6px;
}
.news-list figure img {
    float: left;
    width: 100%;
}
.news-list figure:hover img {
    opacity: 0.7;
}
.news-list h3 {
    color: #9AC2D8;
    display: block;
    margin-top: 0;
}
.news-list small {
    color: #98989a;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-list .border {
    background: #9AC2D8;
    display: inline-block;
    height: 3px;
    margin-bottom: 30px;
    width: 38px;
}
.news-list .pagination {
    float: left;
    width: 100%;
}
.news-list .pagination>li {
    float: left;
}
.news-list .pagination>li a {
    border: 1px dashed #ccc;
    border-radius: 0!important;
    color: #2f2e33;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 22px;
}
.news-list .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #9AC2D8;
    color: #fff;
}
.about-us {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.about-us .right-image {
    margin-top: 100px;
    width: 100%;
}
.about-us small {
    color: #999;
    display: block;
    margin-bottom: 30px;
}
.ceo-says {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.ceo-says .headshoot {
    width: 300px;
}
.ceo-says h6 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}
.ceo-says h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}
.ceo-says p {
    padding: 0 10%;
}
.ceo-says p span {
    color: #9AC2D8;
    font-size: 30px;
}
.board-members {
    float: left;
    padding: 80px 0;
    text-align: center;
    width: 100%;
}
.board-members .title {
    margin-bottom: 40px;
}
.board-members .member {
    margin-bottom: 20px;
    width: 260px;
}
.board-members h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.board-members small {
    font-size: 12px;
}
.quote {
    float: left;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.quote .overlay {
    background: #828285;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
.quote h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.quote h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}
.quote .border {
    background: #9AC2D8;
    display: inline-block;
    height: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 56px;
}
.contact {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.contact h2 {
    font-size: 30px;
}
.contact-form {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.contact-form form {
    float: left;
    max-width: 700px;
    width: 100%;
}
.contact-form .form-group {
    float: left;
    padding: 0 2px;
    width: 50%;
}
.contact-form .form-group.full-width {
    width: 100%;
}
.contact-form .form-group label {
    float: left;
    font-weight: normal;
    text-align: left;
    max-width: 160px;
}
.contact-form .form-group input[type="text"] {
    width: 100%;
}
.contact-form .form-group textarea {
    height: 100px;
    width: 100%;
}
.projects {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.projects .nav-tabs {
    border: none;
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.projects .nav-tabs>li {
    display: inline-block;
    float: none;
}
.projects .nav-tabs>li.active a {
    background: #9AC2D8;
    border: none;
    color: #828285;
    text-decoration: none;
}
.projects .nav-tabs>li>a {
    background: #828285;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
}
.projects .project-box {
    float: left;
    width: 100%;
}
.projects .project-box * {
    moz-transition: all 0.3s ease;
    ms-transition: all 0.3s ease;
    o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.projects .project-box figure {
    background: #9AC2D8;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.projects .project-box figure img {
    width: 100%;
}
.projects .project-box figcaption {
    float: left;
    font-weight: 20px;
    margin-bottom: 60px;
    width: 100%;
}
.projects .project-box figcaption h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
}
.projects .project-box figcaption .border {
    background: #9AC2D8;
    display: inline-block;
    height: 3px;
    margin-top: 10px;
    width: 38px;
}
.projects .project-box:hover img {
    opacity: 0.7;
}
.projects .project-box:hover h5 {
    color: #9AC2D8;
}
.services {
    float: left;
    padding-bottom: 80px;
    padding-top: 40px;
    width: 100%;
}
.services .image {
    float: left;
    margin: 30px 0;
    width: 100%;
}
.services aside {
    background: #9AC2D8;
    float: right;
    max-width: 260px;
    padding: 25px 15px;
    width: 100%;
}
.services aside ul {
    float: left;
    width: 100%;
}
.services aside ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}
.services aside ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.services aside ul li a {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    text-indent: 10px;
    width: 100%;
}
.services aside ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.services aside ul li.active a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.footer-bar {
    background: #9AC2D8;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.footer-bar .icon {
    float: left;
    font-size: 20px;
    margin-right: 8px;
    margin-top: 6px;
}
.footer-bar h4 {
    float: left;
}
.footer-bar ul {
    float: right;
    margin-top: 5px;
}
.footer-bar ul li {
    float: left;
    margin-left: 15px;
}
.footer-bar ul li a {
    float: left;
}
.footer-bar ul li a:hover {
    color: #2f2e33;
    opacity: 0.7;
}
.footer-bar ul li i {
    font-size: 20px;
}
footer {
    background-color: #222;
    color: #fff;
    float: left;
    padding: 30px 0;
    width: 100%;
}
footer h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
footer p {
    line-height: 20px;
}
footer .border {
    background: #9AC2D8;
    display:block;
    height: 3px;
    margin-bottom: 20px;
    width: 38px;
}
footer .logo {
    display: block;
    margin-bottom: 10px;
}
footer ul {
    float: left;
    width: 100%;
}
footer ul li {
    float: left;
    margin: 2px 0;
    width: 50%;
}
footer ul li a {
    color: #fff;
    float: left;
}
footer ul li a:hover {
    color: #9AC2D8;
}
footer form {
    float: left;
    width: 100%;
}
footer form input[type="text"] {
    border: none;
}
footer .sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    margin-top: 40px;
    padding-top: 30px;
    width: 100%;
}
footer .sub-footer .copyright {
    float: left;
    font-size: 12px;
}
footer .sub-footer .artend {
    float: right;
    font-size: 12px;
}
footer .sub-footer .artend i {
    color: #9AC2D8;
}

@media (max-width: 779px) {
.site-btn {
    line-height: 45px;
    height: 45px;
    font-size: 14px !important;
    margin-top: 5px !important;
    padding: 10px 10px 10px 10px !important;
}

#onlinebokningstil {
    display: block; 
}

    .quote-bar a.button-to-boka {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-top: 15px !important;
    }

.epost {margin-top:10px;}
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
		.slider .text-container {
		margin-top: 0px !mportant;
	}
	.slider .text-container p {
	font-size: 13px !important;
	line-height: 13px !important;
	    position: absolute;
    top: -9999px;
    left: -9999px;
	}

#onlinebokningstil {
    display: block; 
}
	
    input[type="text"] {
        border-radius: 0;
		width: 100% !important;
    }
	textarea  {
		width: 100% !important;
	}
	.home-features *{
	 margin-bottom: 10px !important;
	 }
	 
	.site-btn {
	margin-top: 45px !important;
	font-size: 14px !important;
	padding: 24px !important;
	}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{
	margin-top: 120px !important;
	}
	.title-box h2 {font-size: 30px !important;}
	.slider .rev_slider {
	height: 400px !important;
	}
	.slider .text-container h6 {
	/*font-size: 14px !important;
	margin-bottom: 10px !important;*/
	}
    button[type="submit"] {
        border-radius: 0;
		width: 100% !important;
    }
    .top-bar h5 {
        display: none;
    }
    .top-bar .language {
        display: none;
    }
    .top-bar .map {
        float: right;
        margin: 0;
    }
    .intro .file-box {
        margin-bottom: 30px;
    }
    .intro .file-box img {
        width: 100px;
    }
    .video-bg h2 {
        font-size: 40px;
    }
    .home-gallery ul.filter li {
        margin: 0;
    }
    .logos {
        padding-top: 0;
    }
    .footer-bar h4 {
        font-size: 13px;
    }
    .footer-bar ul {
        float: none;
    }
    footer ul {
        margin-bottom: 40px;
    }
    footer .sub-footer .themezinho {
        float: left;
    }
    .navbar-default .navbar-toggle {
        float: right;
        margin-top: 20px;
    }
    .navbar-default .navbar-toggle i {
        font-size: 20px;
    }
    .navbar-default .navbar-nav {
        margin-left: 0;
    }
    .navbar-default .navbar-nav>li {
        text-align: left;
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        margin-bottom: 30px;
    }
    .navbar-right {
        margin-bottom: 30px;
        margin-top: 0;
        width: 100%;
    }
    .navbar-right li {
        float: left;
        width: auto!important;
    }
    .quote-bar a.button-to-boka {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    }
    .home-services .border {
        margin-bottom: 40px;
    }
    .home-services a {
        font-size: 16px;
    }
    .home-gallery ul.gallery li {
        width: 50%;
    }
    .news figure {
        margin-bottom: 20px;
        max-width: 120px;
    }
    .news h3 {
        font-size: 21px;
    }
    .news .news-box {
        margin-bottom: 60px;
    }
    .news p {
        float: left;
        width: 100%;
    }
    .logos ul li {
        width: 50%;
    }
    .projects .nav-tabs>li {
        margin-bottom: 20px;
    }
    .services aside {
        margin-top: 40px;
        max-width: 100%;
    }
    .news-list figure {
        margin-bottom: 20px;
        max-width: 120px;
    }
    .news-list p {
        float: left;
        width: 100%;
    }
    footer .col-md-4 {
        margin-bottom: 40px;
    }
}
.spinner {
    animation: rotator 1.4s linear infinite;
    webkit-animation: rotator 1.4s linear infinite;
}
@-webkit-keyframes "rotator" {
    0% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
        webkit-transform: rotate(270deg);
    }
}
@keyframes "rotator" {
    0% {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
        webkit-transform: rotate(270deg);
    }
}
.path {
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    ms-transform-origin: center;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    webkit-transform-origin: center;
}
@-webkit-keyframes "colors" {
    0% {
        stroke: #9AC2D8;
    }
    25% {
        stroke: #9AC2D8;
    }
    50% {
        stroke: #9AC2D8;
    }
    75% {
        stroke: #9AC2D8;
    }
    100% {
        stroke: #9AC2D8;
    }
}
@keyframes "colors" {
    0% {
        stroke: #9AC2D8;
    }
    25% {
        stroke: #9AC2D8;
    }
    50% {
        stroke: #9AC2D8;
    }
    75% {
        stroke: #9AC2D8;
    }
    100% {
        stroke: #9AC2D8;
    }
}
@-webkit-keyframes "dash" {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
        webkit-transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
        webkit-transform: rotate(450deg);
    }
}
@keyframes "dash" {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
        webkit-transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
        webkit-transform: rotate(450deg);
    }
}
/**contact-form*/
#contact-form {
    border: none;
    border-radius: 0;
    box-shadow:none;
    display: table;
    padding-bottom: 10px;
    padding-left: 47px;
    padding-top: 10px;
}
#contact-form label {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
#contact-form input[type="text"],#contact-form textarea {
    background-color: rgba(255,255,255,1);
    color:#333;
    border: solid 1px #B2C8D4;
    font-weight: bold;
    border-radius: 2px;
}
#contact-form textarea,#contact-form input[type="text"] {
    width: 100%;float:left;
}
#contact-form input[type="submit"] {
    background: #C5EBFE;
    border: medium none;
    float: left;
    font-weight: 700;
    height: 36px;
    padding: 0 15px;margin-top:20px;
    width: 100%;
}
/*******************others******************/
.beeres{height:80px;display:block;
}
/**********media queries**********/
@media (max-width: 900px){
.quote-bar h3 {
    padding-bottom: 0px !important;
}
}
@media (min-width: 900px){
.quote-bar h3 {
    padding-bottom: 0px !important;
    width: 85% !important;
}
.quote-bar h4 {
    padding-bottom: 0px !important;
    width: 85% !important;
}
}
@media (max-width:1024px) {
.navbar-default .navbar-nav {
    float: left;
    margin-left: 0%;
    margin-top: 30px;
}
.quote-bar h3 {
    font-size: 23px;
}.navbar-default .inner-header {
    padding: 0 5px;
}
}
@media (max-width:992px) {
.container {
    width: 90%;
}
#onlinebokningstil {
    display: block; 
}
.intro .left-image {
    float: left;
    max-width: 100%;
}
.navbar-brand {
    padding: 15px 0;
}
footer .container {
    text-align: left;
    width: 100%;
}
.intro .left-image {
    float: left;
    height: auto;width:auto;
    max-width: 100%;
}.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    padding: 0 7px;
}
nav .container{padding-right:0;}
footer h3 {
    margin-top: 25px;
}
footer .sub-footer .artend {
    float: left;
}
}
@media (max-width:900px) {
.navbar-default .navbar-nav {
    float: right;
    margin-left: 0;
    margin-top: 30px;
    width: 69%;
}.navbar-default .navbar-right {
    padding: 10px;
    float: right !important;
    margin-left: 0;
    margin-top: 0 !important;
}
.quote-bar h3 {
    display: block;
    padding-bottom: 25px;
}
.text-container span {
   /* font-size: 11px !important;*/
}
}
@media (max-width:779px) {
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    margin-top: -30px !important;
}
.site-btn {
font-size: 14px !important;
    margin-top: 5px !important;
    padding: 10px 10px 10px 10px !important;
    text-shadow: 0 0 0 !important;
}
.slider .text-container h6 {
font-size: 2.3em !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    line-height: 1.2em !important;
}
.navbar-right {
    float: left !important;margin:0;
}
ne-height: 1.2em !important;
}
c
#contact-form label {
    float: left;
    width: 100%;
}
.beeres {
    display: block;
    height: 23px;
}
#contact-form {
    padding-left: 0;}

.navbar-default .inner-header {
    margin-left: -4%;
    width: 105%;
}.navbar-default .navbar-brand {
    height: auto;
    padding-left: 1%;
}
}
@media (max-width:600px) {

footer .container {
    text-align: left;
    width: 80%;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    margin-top: 45px !important;
}
.site-btn {
    height:auto;line-height: 35px;
}
.navbar-default .inner-header {
    margin-left: -6%;
    width: 108%;
}
}
@media (max-width:480px) {
#contact-form {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: table;
    padding-bottom: 10px;
    padding-left: 1px;
    padding-top: 10px;
}
.h1, h1 {
    font-size: 25px;
}
.title-box h2 {
    font-size: 23px !important;
}
.video-bg h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 21px!important;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    margin-top: 150px !important;
}

.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 60px !important;
}

.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: " ";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: " ";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.navbar-default .navbar-nav {
    width: 90%;
}
}
@media (max-width:375px) {
.site-btn {
    display: inline-block!important;
    float: none;
    line-height: 35px;
    height: 35px;
    margin-bottom:15px;
    font-size: 14px !important;
    margin-top: 0px !important;
}
.slider .text-container h6 {
  /*  font-size: 20px !important;
    line-height: 22px !important;*/
  }
.navbar-default .inner-header {
    margin-left: -8%;
    width: 110%;
}
.info2 {
    line-height: 15px;
}
footer ul li {
    width: 100%;
}
}
@media (max-width:350px) {

.site-btn {
    font-size:13px !important;
}
}

/* EDIT */
.navbar-default .navbar-nav {
    float: right;
    margin-left:0;
    margin-top:30px;
    padding-right:20px;
}
@media (min-width: 768px){
.navbar-right {
    display:none;
}
.navbar-default .navbar-nav > li > a {
    font-size:14px;
}
}
@media (min-width: 992px){
.navbar-right {
    display:block;
}
}
@media (min-width: 993px){
.navbar-default .navbar-nav > li > a {
    font-size:15px;
}
}
.site-btn{
height: auto;
    line-height: 1.7em;
    padding: 10px 20px;
    border-radius: 5px;
}
.info2 {
    line-height: 23px;
}
.quote-bar h4 {
    line-height: 23px;
}
.navbar-default .navbar-nav {
    padding-right:0;
}

#page-content{
	padding: 80px 0;
	padding-top:120px;
}
#page-content h1{
	margin:0;
	padding-bottom:60px;
	text-align:center;
}
#page-content h4{
	padding-bottom:15px;
}
.side-section-bg {
	background-color:  #f4f4f4;
    	padding: 15px;
}
.side-ul{
	clear:both;
}
.side-ul li{
	padding-right:10px;
	line-height:1.7em;
	transition:0.3s;
	padding-bottom:10px;
}
@media screen and (min-width: 480px) {
	.side-ul li{
		width:50%;
		float:left;
	}
}
@media screen and (min-width: 992px) {
	.side-ul li{
		float:none;
		width:auto;
	}
}
.side-ul li a:hover{
	display:inline-block;
	color:#9AC2D8;
}
.side-section-col.content ul li{
	text-indent: -15px;
}
.side-section-col.content ul li:before{
	content: "-";
  	padding-right:10px;
}
.bg-content{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}
#garantier{
	height:350px;
	width:100%;
	position:relative;
	display:table;
}
#garantier .text-area{
	width:100%;
	padding:0 15px;
	z-index:2;
	position:relative;
	display:table-cell;
	vertical-align: middle;
}
#garantier h2{
	
}
#garantier h2,#garantier p{
	color:#fff;
}
#garantier:after{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.personal-image{
	width:100%;
	max-width:500px;
	height:auto;
	margin-bottom:30px;
}
.kontakta-map{
	padding:20px 0;
}
.pink-color{
	color:#f62963;
}
.navbar-brand{
	padding:0 15px;
}
#menu-logo{
	width:60px;
	height:auto;
	margin-left:30px;
	padding-top: 9px;
}
.padd-b-20{
	padding-bottom:20px;
}
.dis-inb{
	display:inline-block;
}
.title-box.main-content h2{
	font-size:36px;
	font-weight:normal;
}
.address-box{
	margin-bottom:20px;
	padding: 40px 20px 40px 20px;
	border: solid 1px #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(234, 234, 234);
	border-bottom: none;

}

.bokatidknapp {
    background: #791f95;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}