
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a {
  color: #057100;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #033e00;
}

::-moz-selection {
  background-color: #057100;
  color: #fff;
}

::selection {
  background-color: #057100;
  color: #fff;
}

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

video {
  width: 100%    !important;
  height: auto   !important;
  vertical-align: middle;
}

.clearfix:after,.clear:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 720px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 17px;
  }
}
body {
  background: #f5f5f5 url(https://www.toptal.com/designers/subtlepatterns/patterns/sayagata-400px.png); 
  color: #444;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p, .p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.42;
  margin: 0 0 .5rem;
}

h1, .h1 {
  color: #282828;
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h2, .h2 {
  color: #282828;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  color: #282828;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

h4, .h4 {
  color: #282828;
  font-size: 1.1rem;
  font-weight: 500;
}

h5, .h5 {
  color: #282828;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h6, .h6 {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 .25rem;
  padding: 0;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.txt-center {
  text-align: center;
}


.greybox{
margin-bottom: 30px;
  background-color: #f5f5f5;
  width: 90%;
  color: #434343;
  padding:5%;
border-radius:2px;
}
.greybox h2{
  color: #454545; 
padding-bottom: 0.5rem;
border-bottom: 2px solid #cacaca;

}

img#leftimage{
  width: 45%;
display:block;
margin-left:15%;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ct9bbk");
  src: url("fonts/icomoon.eot?ct9bbk#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ct9bbk") format("truetype"), url("fonts/icomoon.woff?ct9bbk") format("woff"), url("fonts/icomoon.svg?ct9bbk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.wrapper {
  width: 92%;
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
}

.top {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .top .wrapper {
    width: auto;
  }
}
.top-left {
  float: left;
}

.top .top-left ul {
  margin: 0;
  padding: 0;
}

.top .top-left li {
  font-size: .9rem;
  list-style: none;
  float: left;
}

.top .top-left li a {
  background: rgba(5, 113, 0, 0.1);
  color: #555;
  display: block;
  padding: .5rem 1rem;
  border: 1px solid #ddd;
  border-width: 0 1px;
  transition: all .3s ease-in-out;
}

.top .top-left li a:hover {
  background: rgba(5, 113, 0, 0.7);
  color: #fff;
}

.top .top-left li:last-child a {
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .top .top-left li:first-child a {
    border-left: 0;
  }

  .top .top-left li:last-child a {
    border-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .top .top-left li a {
    padding: .5rem .675rem;
  }
}
.top-right {
  float: right;
}

.top .top-right ul {
  margin: 0;
  padding: 0;
}

.top .top-right li {
  font-size: .9rem;
  list-style: none;
  float: left;
  text-align: right;
}

.top .top-right li a {
  background: rgba(5, 113, 0, 0.1);
  color: #555;
  display: block;
  padding: .5rem 1rem;
  border: 1px solid #ddd;
  border-width: 0 1px;
  transition: all .3s ease-in-out;
}

.top .top-right li a:hover {
  background: rgba(5, 113, 0, 0.7);
  color: #fff;
}

.top .top-right li:last-child a {
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .top .top-right li a {
    padding: .5rem .675rem;
  }

  .top .top-right li:last-child a {
    border-right: 0;
  }
}
.header {
  background: #fff;
  padding: 1.75rem 0 1.5rem;
}

@media screen and (min-width: 767px) {
  .header {
    padding: 3rem 0 2.5rem;
  }
}
.logo {
  width: 213px;
  height: 56px;
  float: left;
  position: relative;
  z-index: 9999;
}

.logo a {
  width: 213px;
  height: 56px;
  background: url("images/logo.png") no-repeat;
  display: block;
  text-indent: -9999px;
}

.menu {
  display: none;
}

@media screen and (min-width: 1023px) {
  .menu {
    display: block;
    position: relative;
    float: right;
    padding-top: .15rem;
  }

  .menu ul {
    margin: 0;
    padding: 0;
  }

  .menu li {
    list-style: none;
    display: inline-block;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .menu li:last-child {
    margin-right: 0;
  }

  .menu li a {
    color: #555;
    transition: all .2s ease-in-out;
    display: block;
    padding: .675rem 1rem;
  }

  .menu li a:hover, .menu li.current-menu-item a {
    color: #057100;
  }

  .menu li:last-child a {
    background: rgba(5, 113, 0, 0.7);
    color: #fff;
  }

  .menu li:last-child a:hover {
    background: rgba(5, 113, 0, 0.1);
    color: #555;
  }
}
@media screen and (max-width: 1050px) {
  .menu li {
    margin-right: 1rem;
  }
}
.home-img {
  height: 300px;
/*  background: url(/images/behandla-altan.jpg) bottom center no-repeat; */

background: url(/images/golvslipning.jpg) bottom center no-repeat;


  background-color: lightgrey;
  background-size: cover;
  position: relative;
}
.home-img img{
  width: 140px;
  margin-left: auto;
  margin-right: auto;
    display: block;

}

@media screen and (min-width: 1024px) {
  .home-img {
    height: 400px;
    background-position: bottom center;
  }
}
.home-img .wrapper {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .home-img .wrapper {
    width: auto;
  }
}
.home-txt {
  text-align: center;
  position: absolute;
  top: 00%;
  left: 0;
  right: 0;
  z-index: 20;
  color: white;
}
.home-txt p{
margin:0.2rem;
font-size: 1.3rem;
color: #ffffff;
font-weight: bold;

}
@media screen and (min-width: 1024px) {
  .home-txt {
    top: 5%;
    left: 10%;
    right: 10%;
  }
}
.home-txt h1 {
  color: #fff;
font-size: 2.3rem;
  margin-bottom: 0.2rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.35;
}

@media screen and (min-width: 1024px) {
  .home-txt h1 {
    font-size: 2.3rem;
  }
}
.home-txt h1 a {
  color: #fff;
}
.home-txt p a {
	background: rgba(5, 113, 0, 0.9);
  color: #010101;
  display: inline-block;
  padding: .5rem 2rem;
}
.home-txt p a:hover {
	background: rgba(5, 113, 0, 0.6);
}
.breadcrumbs {
  background: #282828;
  color: rgba(255, 255, 255, 0.9);
  font-size: .9rem;
  padding: 1.5rem 0 3.5rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumbs a:hover {
  color: #fff;
}

.c {
  background: #fff;
  padding: .5rem 1.25rem;
  box-shadow: 0px -2px 10px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  margin-top: -5rem;
  margin-bottom: 2rem;
}

.center{

text-align: center;
}
h2#varby-farghall{
  margin-top: 2rem;
}
ul#tillverkare{
margin:0;padding:0;
}

ul#tillverkare li{
display: inline;
float: left;
list-style: none;
border-radius: 4px;
border: 1px solid #eaeaea;
padding:0.5rem;
margin: 0.3rem;
background-color: #ececec;
}
img.tapet{

display: block;
margin: 2rem 0 1rem 0;

}
div.top-tapet{
  width: 100%;
  height: 4rem;
background: url(/images/zingrina-stripe.jpg);
margin-bottom: 2rem;
}
.tapeter{

  margin-bottom: 2rem;
}
.tapeter img{

width: 360px;
height: 388px;
padding: 5px;
border: 2px solid #fbfbfb;
border-radius: 3px;
margin-right: 10px;

}

@media screen and (max-width: 1300px) {
.tapeter img{
width: 300px;
height: 310px;
}


}

@media screen and (max-width: 1100px) {
.tapeter img{
width: 260px;
height: 270px;
}


}






@media screen and (min-width: 1024px) {
  .c {
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
  }
}
.two-cols {
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .two-cols {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .two-cols .col1 {
    width: 35%;
    float: left;
  }

  .two-cols .col2 {
    width: 62%;
    float: right;
  }
}
.two-cols h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 0;
}

.two-cols p:last-of-type {
  margin-bottom: 0;
}

.two--cols {
 margin-bottom: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.3rem;
}

.two--cols h2,.two--cols h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
  .two--cols .col1 {
    width: 48%;
    float: left;
  }

  .two--cols .col2 {
    width: 48%;
    float: right;
  }
}

.two---cols {
 padding-bottom: 1.3rem;
}

.two---cols h2,.two---cols h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 1024px) {
  .two---cols .col1 {
    width: 48%;
    float: left;
  }

  .two---cols .col2 {
    width: 48%;
    float: right;
  }
}


.instagram-front h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1.75rem;
}

.instagram-front ul {
  margin: 0;
  padding: 0;
}

.instagram-front li {
  list-style: none;
  float: left;
  margin-bottom: 1rem;
}


  .instagram-front li {
    width: 49%;
    margin-right: 2%;
  }

  .instagram-front li:nth-child(2n) {
    margin-right: 0;
  }



.follow-us-instagram {
  text-align: center;
}

.follow-us-instagram a{
  background: #057100;
  color: #fff;
  display: inline-block;
  border: 1px solid #057100;
  padding: .35rem 1.5rem;
}

.follow-us-instagram a:hover {
  background: transparent;
  color: #057100;
}

.news-front {
}
.news-item-front {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1.3rem;
}
.news-item-front:last-child {
  margin-bottom: 0;
}

.news-item-front h4{
  color: #282828;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 .25rem;
}
.news-item-front .date{
  color: #888;
  font-size: .8rem;
  margin: 0 0 .75rem;
}
.news-item-front p:last-child{
  font-size: .95rem;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .subpage {
    padding-top: .8rem;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .subpage-txt {
    width: 64%;
    float: left;
  }

  .sidebar {
    width: 32%;
    float: right;
    display: block;
  }
}
.subpage h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1.5rem;
}

.subpage-txt p:first-of-type {
  font-size: 1.015rem;
  font-weight: 900;
  margin-top: 0;
}

.subpage-txt h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 0;
}

.sidebar {
  border: 1px solid #ddd;
  padding: 1rem;
}

.sidebar h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1rem;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar li {
  font-size: .95rem;
  list-style: none;
}

.sidebar li:last-child {
  margin-top: 1.25rem;
}

.sidebar li:last-child a {
  background: #057100;
  color: #fff;
  display: inline-block;
  border: 1px solid #057100;
  padding: .3rem 1.5rem .4rem;
}

.sidebar li:last-child a:hover {
  background: transparent;
  color: #057100;
}

@media screen and (max-width: 1023px) {
  .subpage-kontakt {
    padding-top: .8rem;
  }
}

@media screen and (min-width: 1024px) {
  .subpage-kontakt-txt {
    width: 60%;
    float: left;
  }

  .sidebar-kontakt {
    width: 36%;
    float: right;
  }
}
.subpage-kontakt h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1.5rem;
}

.sidebar-kontakt {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem;
}

.sidebar-kontakt h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1rem;
}

.subpage-kontakt-txt #karta {
  margin-bottom: 1.3rem;
}

.sidebar-kontakt .wpcf7-form input[type="text"], .sidebar-kontakt .wpcf7-form input[type="tel"], .sidebar-kontakt .wpcf7-form input[type="email"], .sidebar-kontakt .wpcf7-form textarea {
  border: 1px solid #ddd;
}

.contact-footer {
  background: #f5f5f5;
}

.contact-footer h4 {
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.wpcf7-form p {
  font-size: .85rem;
  margin: 0;
  margin-bottom: .5rem;
}

.wpcf7-form .last {
  margin-bottom: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 0;
  padding: .35rem;
  transition: all .35s ease-in-out;
  -webkit-appearance: none;
}

.wpcf7-form textarea {
  width: 100%;
  color: #444;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #057100;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: .5rem 2rem;
}

.wpcf7-form input:hover[type="submit"] {
  background: #033e00;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: #fff;
  border-color: #057100;
  outline: none;
}

::-webkit-input-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.contact-form {
	background: rgba(5, 113, 0, 0.1);
  padding: 2rem;
}

#karta {
  height: 300px;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    width: 50%;
    float: right;
    padding: 2rem 2rem 1.75rem;
  }

  #karta {
    width: 50%;
    height: 470px;
    float: left;
  }
}
.footer {
  background: #282828;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
  padding: 4.5rem 0 2rem;
  min-height: 200px;
  font-size: 1.5rem;
}
.footer-content{
padding: 10px;
  max-width: 1220px;
margin-left: auto;
margin-right: auto;
}
.footer-content .footer-left{
text-align: left;
float: left;
width: 45%;

}

.footer-content .footer-right{
width:25%;
float: right;
text-align:left;
}


.footer a {
  color: rgba(255, 255, 255, 0.9);
}

.footer a:hover {
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer ul li {
  list-style: none;
  font-size: .95rem;
  margin-bottom: .675rem;
}

@media screen and (min-width: 1024px) {
  .footer ul li {
    list-style: none;
    font-size: .9rem;
    float: left;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
  }
}
.footer ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.go-to-top a {
  width: 3rem;
  height: 3rem;
  background: #282828;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.go-to-top a:hover {
  color: #fff;
}

.go-to-top a span {
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNNDMzLjk2OCwyNzguNjU3TDI0OC4zODcsOTIuNzljLTcuNDE5LTcuMDQ0LTE2LjA4LTEwLjU2Ni0yNS45NzctMTAuNTY2Yy0xMC4wODgsMC0xOC42NTIsMy41MjEtMjUuNjk3LDEwLjU2Ng0KCQlMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMw0KCQljNi44NTQsNy4yMywxNS40MiwxMC44NTIsMjUuNjk3LDEwLjg1MmMxMC4yNzgsMCwxOC44NDItMy42MjEsMjUuNjk3LTEwLjg1MkwyMjIuNDEsMjEzLjI3MUwzNjEuMTY4LDM1MS43NA0KCQljNi44NDgsNy4yMjgsMTUuNDEzLDEwLjg1MiwyNS43LDEwLjg1MmMxMC4wODIsMCwxOC43NDctMy42MjQsMjUuOTc1LTEwLjg1MmwyMS40MDktMjEuNDEyDQoJCWM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjZmZmIiAvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
  display: block;
  margin: .25rem auto .25rem;
  transition: all 0.2s linear;
}

.go-to-top a:hover span {
  margin: 0 auto .5rem;
}

@media screen and (min-width: 767px) {
  .eq-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1022px) {
  .button_container {
    position: absolute;
    top: 20%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .button_container:hover {
    opacity: .7;
  }

  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #282828;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #282828;
  }

  .button_container span {
    background: #282828;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 10px;
  }

  .button_container span:nth-of-type(3) {
    top: 20px;
  }
}

@media screen and (max-width: 400px) {
  
img.no_mobile{
visibility: hidden;
display: none;

}
  h1 {
    font-size: 1.2rem !important;
  }
  .home-img img{
}
.tapeter img{

  width: 45%;
  height: auto;
  border:0;
  padding: 0;
}
.greybox{
margin: 15px 0;
}

.footer{
  font-size: 1.1rem;
  padding: 1.5rem 0 2rem;

}

.footer-content .footer-left
{
width: 100%;
margin:0;
padding-bottom: 15px;

}
.footer-content .footer-right{
  width: 100%;
margin:0;

}

.home-txt {
    top: 5%;
    left: 10%;
    right: 10%;
  }


  .top .top-right li a {
    padding: .5rem .5rem;
  }

  .greybox{
width: 100%;
  }



}


