@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* GENERAL TAGS
----------------------------------------------------------*/

/* RESET CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  position: relative;
  min-height: 100%;
  min-width: 300px;
  max-width: 100%;
}
body {
  font-size: medium;
  font-family: 'Lato', sans-serif;
  height: 100%;
  color: #535454;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100%;
  background-image: url('pattern.png');
}
a {
  outline: 0;
}
p {
  line-height: 1.5em;
}
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
img {
  outline: 0;
}
/* HEADINGS
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1.1em;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
  border: none;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 100px;
}
/* TABLES
----------------------------------------------------------*/

table {
  border-collapse: collapse;
}
table td {
  vertical-align: top;
  padding: 0;
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
table td:first-child {
  width: 70%;
}
table th {
  text-align: left;
}
/*Tags end*/

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */

/* CONTAINER FOR WEBSITE
----------------------------------------------------------*/

.main-container {
  min-width: 300px;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
/* Background
----------------------------------------------------------*/

.first-page-background-image {
  margin-top: -300px;
  overflow: hidden;
}
.first-page-background-image img {
  margin: auto;
}
@media (max-width: 1000px) {
  .background-image-wrapper img {
    min-width: 1000px !important;
  }
  .background-image-wrapper {
    width: 2000px;
    margin-left: -1000px;
    left: 50%;
  }
}
/* HEADER
----------------------------------------------------------*/

.header {
  padding: 15px 0 15px 0;
}
.header .header-wrapper {
  width: 200px !important;
}
.header .header-wrapper .header-content-wrapper {
  display: inline-block;
  float: left;
  width: 200px !important;
  min-height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  min-width: 200px;
  z-index: 5;
}
.header .header-wrapper .header-content-wrapper img {
  width: 200px !important;
  margin: auto;
}
.header .header-wrapper .header-content-wrapper img:after {
  content: '';
  position: absolute;
  top: 0;
  width: 136px;
  left: 6px;
  height: 136px;
  border-left: 1px dashed #631a15;
  border-right: 1px dashed #631a15;
}
.header .header-wrapper .header-content-wrapper img:before {
  content: '';
  position: absolute;
  top: 0;
  width: 136px;
  left: 7px;
  height: 136px;
  border-left: 1px dashed #da5050;
  border-right: 1px dashed #da5050;
}
.header .header-wrapper .header-content-wrapper li {
  list-style: none;
}
/* Mobile*/

@media (max-width: 767px) {
  .header .header-wrapper .header-content-wrapper {
    width: 100%;
  }
  .header .logo-wrapper {
    position: relative;
    left: 50%;
    margin-left: -160px;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  .header .header-wrapper .header-content-wrapper {
    width: 100%;
  }
  .header .logo-wrapper {
    position: relative;
    left: 50%;
    margin-left: -160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-wrapper .header-content-wrapper {
    width: 315px;
  }
}
.logo-wrapper {
  display: inline-block;
  min-width: 265px;
  min-height: 70px;
  float: left;
}
.logo-wrapper img {
  min-width: 265px;
  min-height: 70px;
}
/* MAIN MENU
----------------------------------------------------------*/

.first-page .menu-container {
  margin-bottom: 50px;
}
.menu-container {
  clear: both;
  margin-top: -4px;
  display: inline-block;
  margin: auto;
  float: none;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
}
.menu-container .main-menu {
  list-style: none;
  margin: auto;
  display: inline-block;
  max-width: 530px;
  text-align: center;
}
.menu-container .main-menu li {
  float: left;
  margin-bottom: 20px;
  max-width: 140px;
}
.menu-container .main-menu li a.menuOption {
  color: #fff;
  border: 1px solid #840B0B;
  border-radius: 5px;
  background: #ad2b2b;
  background: linear-gradient(top, #ad2b2b 0, #8a0808 100%);
  background: -moz-linear-gradient(top, #ad2b2b 0, #8a0808 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ad2b2b), color-stop(100%, #8a0808));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ad2b2b 0, #8a0808 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ad2b2b 0, #8a0808 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ad2b2b 0, #8a0808 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ad2b2b 0, #8a0808 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad2b2b', endColorstr='#8a0808', GradientType=0);
  /* IE6-9 */
  line-height: 60px !important;
  width: 140px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.menu-container .main-menu li a.menuOption:hover,
.menu-container .main-menu li a.menuOption.menuOption.selected,
.menu-container .main-menu li a.menuOption.menuOption:hover {
  color: #fff;
  text-shadow: 0 0 1px #ccc;
  text-decoration: none;
  background: #c14646;
  background: -moz-linear-gradient(top, #c14646 0, #a01d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c14646), color-stop(100%, #a01d1d));
  background: -webkit-linear-gradient(top, #c14646 0, #a01d1d 100%);
  background: -o-linear-gradient(top, #c14646 0, #a01d1d 100%);
  background: -ms-linear-gradient(top, #c14646 0, #a01d1d 100%);
  background: linear-gradient(to bottom, #c14646 0, #a01d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c14646', endColorstr='#a01d1d', GradientType=0);
}
@media (max-width: 526px) {
  .menu-container .main-menu li a.menuOption {
    width: 110px;
    line-height: 40px !important;
  }
}
.menu-container .main-menu li.frisorer,
.menu-container .main-menu li.kontakt {
  margin-right: 230px;
}
@media (max-width: 526px) {
  .menu-container .main-menu li.frisorer,
  .menu-container .main-menu li.kontakt {
    margin-right: 30px;
    margin-left: 10px;
  }
}
.menu-container .main-menu li.prislista,
.menu-container .main-menu li.oppettider {
  float: right;
}
@media (max-width: 526px) {
  .menu-container .main-menu li.prislista,
  .menu-container .main-menu li.oppettider {
    margin-right: 10px;
  }
}
@media (max-width: 526px) {
  .menu-container .main-menu {
    list-style: none;
    margin: auto;
    display: inline-block;
    max-width: 320px;
    margin-top: 125px;
    text-align: center;
    height: 400px;
    position: relative;
    z-index: 200;
  }
}
/*Ersatt av less*/

@media (max-width: 526px) {
  .by-alpacha-wrapper {
    display: none;
  }
}
/* MAIN CONTENT
----------------------------------------------------------*/

.main-wrapper {
  clear: both;
  width: 1000px;
  margin: auto;
  max-width: 100%;
}
.main-wrapper .content-type-textandimage,
.main-wrapper .content-type-contactform {
  list-style: none;
  overflow: hidden;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.main-wrapper .main-content img {
  margin-right: 25px;
  margin-left: 0;
}
.main-content h1,
h2,
h3,
h4,
h5 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .main-wrapper .content-type-textandimage,
  .main-wrapper .content-type-contactform {
    margin: 10px;
    padding: 15px;
  }
}
/* WIDGET CONTENTS
----------------------------------------------------------*/

.main-wrapper .widget-contents {
  list-style: none;
}
/* TEMPLATES
----------------------------------------------------------*/

/* WIDGET - CONTENT
    ----------------------------------------------------------*/

.main-wrapper .widget-content-template .widget-contents-1 {
  /*float: left;
            width: 30%;*/
  margin-bottom: 15px;
}
.main-wrapper .widget-content-template .content {
  /*float: right;
                pad
            width: 65%;*/
  padding-left: 15px;
  padding-right: 15px;
}
/* CONTENT - WIDGET
    ----------------------------------------------------------*/

/* FOOTER
----------------------------------------------------------*/

.footer-size-wrapper {
  z-index: 2000 !important;
}
.footer {
  background-image: url('footer.png');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  float: none !important;
  margin: auto;
}
.footer img {
  margin: auto !important;
  float: none;
  max-width: 60px;
}
.hem .footer {
  color: #fff;
  margin-top: -200px;
}
.hem .footer-size-wrapper {
  z-index: 2002;
}
@media (max-width: 1300px) {
  .hem .footer {
    color: #fff;
    margin-top: -180px;
  }
}
@media (max-width: 1100px) {
  .hem .footer {
    margin-top: -160px;
  }
}
@media (max-width: 870px) {
  .first-page-background-image {
    margin-top: -250px;
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  .first-page-background-image {
    margin-top: -200px;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .first-page-background-image {
    margin-top: -100px;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .hem .footer {
    color: #333333;
    margin-top: 20px;
  }
}
/* POPUPMODAL
----------------------------------------------------------*/

.modal {
  z-index: 4001;
}
.popup-modal .modal-dialog {
  height: 300px;
}
.popup-modal .modal-header {
  border-radius: 4px 4px 0 0;
  background: #383838;
  color: #fff;
}
.popup-modal .modal-title {
  line-height: 1.2em;
  font-size: 16px;
}
.popup-modal .modal-title,
.popup-modal .modal-header a,
.popup-modal .modal-header button {
  color: #ffffff;
  opacity: 1;
}
/* Admin fix */

.first-page .page-menu-wrapper {
  margin-top: -51px;
}
.page-menu-wrapper {
  margin-top: -2px;
}
.fb_iframe_widget {
  padding: 15px 0 15px 0;
}
.contact-information input[type="text"],
.contact-information textarea {
  margin-bottom: 15px;
}
.login-wrapper {
  text-align: center;
  font-size: 0.8em;
}
.login-wrapper a {
  color: #383838;
}
.powered-by-wrapper {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.powered-by-wrapper a {
  color: #383838;
}
