﻿body {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  color: #666666;
  font-size: 1.0em; }

p {
  line-height: 1.5em; }

a {
  color: #0080bb;
  text-decoration: none;
  font-size: 0.9em; }
  a.arrow:before {
    content: "\00bb \00a0"; }

h1 {
  font-family: "Open Sans", arial;
  font-size: 1.4em;
  font-weight: 600;
  color: #0080bb;  
}

#main-content h1
{
    border-bottom: 1px solid rgb(205, 205, 205);
    margin:15px 0;
}

h3 {
  font-family: "Open Sans", arial;
  font-size: 1em;
  color: #0080bb;
  font-weight: 600; }
  h3 span {
    color: #666666; }

h5 {
  font-family: "Open Sans", arial;
  font-size: 1em;
  color: #a1a1a1; }

h1, h3, h5 {
  padding: 0;
  margin: 0; }

.err
{
    color:#f00;
}

.strong {
  font-weight: 600; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.button {
  background-color: #0080bb;
  font-family: "Open Sans", arial;
  font-size: 0.95em;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  text-transform: uppercase;
  padding: 10px 30px; }

.border-top {
  border-top: 1px solid #cdcdcd; }

.border-bottom {
  border-bottom: 1px solid #cdcdcd; }

.borders {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.border-box {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 5px; }

section.margin {
  margin-top: 50px; 
  }

section.margin-small {
  margin-top: 20px; 
  }
  
.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none; }

header {
  position: relative;
  height: 80px;
  background-color: #0080bb;
  width: 100%;
  z-index: 1010;}
  header #logo {
    width: 73px;
    height: 51px;
    margin-top: 18px;
    cursor: pointer; }

nav > ul > li.active, nav > ul > li > a:hover {
  height: 32px;
  display: block;
  background-image: url(/images/templates/white-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom; }

nav {
  margin-left: 7%;
  margin-top: 32px;
  font-weight: 600; }
  nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.90em;
    font-family: "Open Sans", arial; }
  nav ul {
    list-style: none; }
    nav ul li {
      float: left;
      margin-right: 40px;
      max-width: 140px; }
    nav ul ul.level2 {
      display: none;
      font-family: "Open Sans", arial;
      font-size: 0.938em;
      padding: 10px 25px 25px;
      background-color: white;
      color: #0080bb;
      position: absolute;
      top: 80px;
      left: -93px;
      z-index: 10;
      width: 1038px;}
      nav ul ul.level2 li {
        line-height: 1.2em;
        width: 210px;
        max-width: 210px;
        padding-top: 15px;}
        nav ul ul.level2 li:nth-child(4n+1) {
          clear: both;
        }
        nav ul ul.level2 li a {
          color: #0080bb;
          font-size: inherit;
          text-transform: none; }
    nav ul ul.level3 {
      padding-left: 0px !important;
      margin-top: 5px; }
      nav ul ul.level3 li {
        float: none;
        font-size: 0.813em !important;
        font-weight: normal;
        line-height: 1.6em;
        padding-top: 0;}

.social {
  margin-top: 32px; }
  .social img {
    margin-right: 20px; }
  .social .right {
    margin-right: 0; }
  
.search
{
  display: none;
  position: absolute;
  top: 36px;
  right: 0px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 10px;
  z-index: 10;
  width: 420px;
}

.search:before
{
  background: url(/images/templates/ms-search-pointer.png) no-repeat top right;
  position: absolute;
  top: -6px;
  right: 25px;
  height: 6px;
  width: 9px;
  content: "";
}

.search input[type=text]
{
  border: none;
  background-color: #cce6f1;
  height: 40px;
  width: 299px;
  padding: 12px 10px;
  color: #0080bb;
  box-sizing: border-box;
  margin-right: 10px;
  vertical-align: top;
}

.nav-icon {
  margin-top: 15px !important;
  margin-right: 15px;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  float: right;
  height: 16px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0s;
  width: 20px; }
  .nav-icon span {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
    width: 20px; }
    .nav-icon span:nth-child(1) {
      top: 0;
      transform-origin: left center 0; }
    .nav-icon span:nth-child(2) {
      top: 5px; }
    .nav-icon span:nth-child(3) {
      top: 10px;
      transform-origin: left center 0; }

.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  background: #fff; }
.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #fff; }
.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  background: #fff; }

ul.quicklinks {
  list-style: none;
  padding-left: 0; }
  ul.quicklinks a {
    color: #666666; 
    }
    ul.quicklinks > li > a
    {
        text-transform:uppercase;
        font-size:1em;
    }
    ul.quicklinks > li.active > a
    {
        color:#0080BB;
    }
  ul.quicklinks > li {
    float: left;
    padding-left: 25px;
    padding-right: 40px;
    background: url(/images/templates/blue-arrow.png) no-repeat left; }
  ul.quicklinks > li.active {    
    background: url(/images/templates/blue-arrow-up.png) no-repeat left; }
    
    ul.quicklinks  ul
    {
        display:none;
        margin: 20px 0 0;
        padding: 0;
        list-style: none;
        position: absolute;
    }

ul.info {
  list-style: none;
  font-size: 0.90em;
  padding-left: 0; }
  ul.info a {
    color: #666666; }
  ul.info li {
    line-height: 34px;
    padding-left: 40px; }
  ul.info .phone {
    background: url(/images/templates/phone.png) no-repeat left; }
  ul.info .clock {
    background: url(/images/templates/clock.png) no-repeat left top 4px; }
  ul.info .envelope {
    background: url(/images/templates/envelope.png) no-repeat left top 4px; }
  ul.info .facebook {
    background: url(/images/templates/facebook.png) no-repeat left; }
  ul.info .twitter {
    background: url(/images/templates/twitter.png) no-repeat left; }

ul.info li.mini {
  line-height: 16px;
}

footer {
  color: #666666;
  margin: 10px 0;
  padding-top: 10px;
  font-size: 0.875em; }

article {
  padding: 5px 0;
    clear: both;}
  article h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  article h3 {
    font-family: arial; }
  article p {
    padding: 5px 0px;
    margin: 0;
    position: relative;
    overflow: hidden; }
  article img.margin {
    margin: 0 20px; }
  article img.margin-left {
    margin-left: 20px; }
  article img.margin-right {
    margin-right: 20px; }
  article .borders {
    margin-bottom: 15px; }

   article .borders img {
   max-height: 90px; }

#articles article {
  padding: 0;
    clear: none;}
  #articles article h3 {
    font-family: "Open Sans", arial; }
  #articles article p {
    padding: 20px 0px;
    margin-top: 5px; }

@media (max-width: 720px)
{
	#articles
	{
		display: none;
	}
}

#articles-lower .grid_7 {
  margin-top: 22px; }
#articles-lower .borders {
  margin-bottom: 15px; }

.articles-padding {
  padding: 11px 0; }

@media (min-width: 949px) {  
  .article-image
  {
    float: right;
  }
}

.article-list
{
  clear: both;
}

.articles-paging
{
  padding-left: 0;
}

.articles-paging li
{
  list-style: none;
  float: left;
  margin-right: 5px;
}

.articles-paging li a
{
  display: block;
  padding: 10px 14px;
  font-size: 1em;
}

.articles-paging li.current a,
.articles-paging li a:hover
{
  color: #fff;
  background-color: #0080bb;
}

.listi {
  padding: 15px;
  border-bottom: 1px dotted #e1e1e1;
}
span.recipe-label {
  padding-right: 15px;
  padding-top: 7px;
}

#hero 
{
position:relative;
  display: block;
  height: 430px;
  width: 100%;
  /*background-image: url(/images/templates/hero.png);
  background-size: cover; */

}

#hero #hero-bg
{
    position:absolute;
    display:block;
    height: 100%;
    width: 100%;
    background-color:#eee;
 
}
#hero #hero-bg > div
{
    position:absolute;
    display:block;
    height: 100%;
    width: 100%;
    background-size: cover; 
    background-position:50% 50%;
}

#hero #hero-prev{
    background: url("/images/templates/hero-prev.png") no-repeat;
    display: block;
    position: absolute;
    width: 29px;
    height: 55px;
    background-size: cover;
    text-indent: -1000px;
    overflow: hidden;
    left: 30px;
    top: 45%;
}

#hero #hero-next{
    background: url("/images/templates/hero-next.png") no-repeat;
    display: block;
    position: absolute;
    width: 29px;
    height: 55px;
    background-size: cover;
    text-indent: -1000px;
    overflow: hidden;
    right: 30px;
    top: 45%;
}

.hero-box {
  width: 345px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  margin-top: 275px;
  /*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);*/
  float: right;
  padding-bottom: 15px; }
  .hero-box h1, .hero-box p {
    padding: 15px 20px; }
  .hero-box p {
    padding-top: 0px; }
  .hero-box p {
    /*min-height: 80px;*/ }
  .hero-box h1 {
    border-bottom: 2px solid rgba(215, 215, 215, 0.85); }
  .hero-box div:first-of-type {
    margin-top: -10px;
    margin-left: 20px; }
  .hero-box div:last-of-type {
    margin-right: 20px; }

#hero .bull
{
    cursor:pointer;
}

.bull {
  font-size: 2.5em;
  color: #b7b7b7;
  margin-right: 0px; }
  .bull:before {
    content: "\2022"; }
  .bull.active {
    color: #0080bb; }

#hero-mobile
{
	display: none;
	width: 100%;
}

#hero-mobile img
{
	width: 100%;
	display: block;
}

@media (max-width: 720px)
{
	#hero-mobile
	{
		display: block;
	}
}

	
#recipes .border-box {
  padding: 10px; }
#recipes .recipes {
  background: url(/images/templates/uppskriftir.png) no-repeat;
  height: 273px; }
  #recipes .recipes:first-child img {
    margin-left: 58px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  #recipes .recipes .grid_8 {
    /*position:relative;*/
    position: absolute;
    height: 100%; }
#recipes .recipes-box {
  width: 421px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  position: absolute;
  right: 80px;
  bottom: 20px;
  right: 40px;
  /*bottom: 0;
  padding-bottom: 30px;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  #recipes .recipes-box h1, #recipes .recipes-box p {
    padding: 15px 20px; }
  #recipes .recipes-box p {
    padding-top: 0px; }
  #recipes .recipes-box h1, #recipes .recipes-box p {
    padding: 0;
    margin: 15px 20px; }
  #recipes .recipes-box p {
    padding-bottom: 30px; }

@media (max-width: 1116px) {
  .hide-1116 {
    display: none; }

  nav {
    margin-left: 0; }
  nav ul ul.level2 {
    left: -85px;
    width: 870px;
  }
  nav ul ul.level2 li {
    width: 170px;
  }
  #articles-lower img {
    max-width: 360px; }

  #recipes .recipes:first-child img {
    margin-left: 0; }
  #recipes .recipes-box {
    right: 60px; } }
	
@media (max-width: 720px)
{
	#recipes
	{
		display: none;
	}
}
	
@media (max-width: 948px) {
  .hide-948 {
    display: none; }

  .show-948 {
    display: inline; }

  header {
    height: 60px; }

  header #logo {
    margin-left: 10px;
    margin-top: 14px !important;
		height: 36px;}
    #logo img {
      max-width: 52px; }

  #nav-grid {
    position: absolute;
    top: 60px;
    right: 0;
    width: 230px;
    z-index: 10; }
    #nav-grid nav > ul > li > ul > li:first-child {
      border-top: 1px solid #0080bb;
      padding-top: 5px; }
    #nav-grid nav > ul > li > ul > li:last-child {
      padding-bottom: 10px; }
    #nav-grid nav {
      display: none;
      background-color: #0080bb;
      margin-left: 0px;
      margin-top: 0px; }
      #nav-grid nav ul {
        padding: 0;
        margin: 0; }
        #nav-grid nav ul li {
          float: none;
          margin-right: 0px;
          max-width: none;
          height: 35px;
          line-height: 35px; }
          #nav-grid nav ul li a {
            padding-left: 20px; }
          #nav-grid nav ul li.active {
            height: auto;
            color: #0080bb;
            background-color: white;
            background-image: none; }
            #nav-grid nav ul li.active a {
              color: #0080bb;
              line-height: 40px;
              height: 40px; }
          #nav-grid nav ul li a:hover {
            background-image: none; }
        #nav-grid nav ul ul.level2 {
          padding: 0;
          position: relative;
          top: auto;
          left: 0;
          background-color: #3399c9; }
          #nav-grid nav ul ul.level2 li {
            height: auto;
            line-height: 30px;
            font-size: 1em;
            min-width: 0; 
            width: auto;}
            #nav-grid nav ul ul.level2 li.active {
              height: auto;
              background-color: #3399c9;
              background-image: none; }
            #nav-grid nav ul ul.level2 li a {
              padding-left: 30px;
              font-family: arial;
              font-weight: normal;
              line-height: 30px;
              height: 30px;
              color: white; }
            #nav-grid nav ul ul.level2 li a:hover {
              height: 31px;
              line-height: 31px;
              background-image: none; }
        #nav-grid nav ul ul.level3 li {
          line-height: 1em !important;
          padding-left: 10px; }

  .nav-icon {
    margin-right: 10px;
    margin-top: 12px !important; }

  #hero {
    height: 450px; }

  #hero #hero-prev{
    display: none;
  }

  #hero #hero-next{
    display: none;
  }  

  .hero-box {
    margin-top: 280px; }

  .recipes-box {
    width: auto !important; }

  #article-left-lower article:first-of-type {
    margin-bottom: 25px; }

  #article-left-main {
    margin-bottom: 25px; }
    #article-left-main img {
      margin: 0 26px; }

  #articles-lower img {
    max-width: 126px;
    margin: 0 26px; }

  #article-left-lower a.fix-margin {
    margin-left: 191px; }

  #article-right-lower {
    margin-top: 35px; }

  #quick-links {
    padding-bottom: 35px; } }
@media (max-width: 720px) {
  .hide-720 {
    display: none; } }
@media (max-width: 600px) {
  .hide-600 {
    display: none; }

  .button {
    display: block;
    width: 245px;
    margin: auto;
    text-align: center; }

  #hero {
    height: 220px; }

  .hero-box {
    float: none;
    width: auto;
    margin-top: 250px;
    box-shadow: none; }
    .hero-box h1, .hero-box p {
      border: 0;
      margin: 0px;
      padding: 0px;
      padding-bottom: 20px; }
    .hero-box .left {
      float: none;
      margin-left: 0 !important;
      position: absolute;
      top: 222px;
      width: 305px;
      text-align: center; }
    .hero-box .right {
      float: none; }

  #recipes-cover {
    position: absolute;
    display: block;
    background-image: url(/images/templates/recipes-cover.png);
    background-size: cover;
    height: 97px;
    width: 100%; }

  #recipes .border-box {
    border: 0;
    border-radius: 0;
    padding: 0; }
  #recipes #recipes-left {
    display: block;
    text-align: center; }
  #recipes #recipes-left, #recipes #recipes-right {
    float: none;
    position: static !important; }
  #recipes .recipes {
    height: auto;
    background: none !important;}
    #recipes .recipes #recipes-left {
      background: url("/images/templates/uppskriftir.png") no-repeat scroll 0% 0% transparent;
      padding: 0px 30px;
      margin: 0px -30px; }
  #recipes .recipes-box {
    position: static !important;
    width: auto !important;
    right: auto !important; }
    #recipes .recipes-box h1, #recipes .recipes-box p {
      margin: 0px;
      padding: 0px; }
    #recipes .recipes-box p {
      padding-top: 20px;
      padding-bottom: 20px; }

  #articles article div:first-child, #article-right-lower div:first-child {
    float: none; }
    #articles article div:first-child img, #article-right-lower div:first-child img {
      margin: 0;
      margin-bottom: 20px;
      max-width: 280px; }

  #articles-lower {
    margin-top: 0 !important; }

  #article-left-lower a.fix-margin {
    margin-left: 0px; }

  #quick-links {
    display: none; }

  #info-links {
    padding-left: 35px; }

  #social-links {
    border-top: 1px solid #cdcdcd;
    padding-left: 35px; }

  footer {
    text-align: center; } }

/*# sourceMappingURL=base.css.map */


img.bordered
{
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px #999;
        box-shadow: 0 0 3px #999;
}

img.full
{
    box-sizing: border-box;
      width: 100%;
}

.box
{
    box-sizing: border-box;
    padding: 15px 20px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #bbb;
        box-shadow: 0px 0px 10px #bbb;
    margin-bottom:20px;
    border-bottom:10px solid #0080BB;
}

.box.box-sub .image
{
    width:100%;
    height:112px;
    position:relative;
}
.box.box-sub .image .image-wrapper
{
    width:100%;
    bottom:0px;
    position:absolute;
    text-align:center;
}
.box.box-sub img
{
    display:block;
    max-height:112px;
    max-width:100%;
    margin:0px auto;
}
.box.box-sub .text
{
    border-top:1px solid #ccc;
    padding:0 20px;
    margin:0 -20px;
}
.box.box-sub .text p
{
    font-size:0.8em;
}
.box.box-sub .text a:before
{
    display:inline;
    content:'»';
    padding-right:5px;
}

.box.box-folded
{
    border-radius:0 25px 0 0;
}
.box.box-folded:before 
{
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    border-width: 0px 25px 25px 0px;
    border-style: solid;
    border-color: #ddd #FFF;
}


/* employeees */
table.alphas
{
    background:#0080BB;
}
table.alphas td,
table.alphas td a
{
    color:#fff;
}

table.alphas,
table.data
{
    width:70%;
    font-size:0.9em;
}

@media (max-width: 980px) 
{
    table.alphas,
    table.data
    {
        width:90%;
    }
}
@media (max-width: 720px) 
{
    table.alphas,
    table.data
    {
        width:100%;
    }
}
table.data th,
table.data td
{
    text-align:left;
    padding:3px;
}
table.data .details td
{
    padding: 0 0 0 10px;
    background: #fff;
    border: 1px solid #0080BB;
}
table.data .details td label{
    width: 125px;
    display: inline-block;
}
table.data .details td img
{
    float:right;
}
table.data .footer td .next
{
    float:right;
}
table.data .footer td .disable
{
    display:none;
}


.competitions-a
{
    padding:10px 0;
}
.competitions-a p
{
    padding:0;
    margin:0;
}
.competitions-a ul
{
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}
.competitions-a ul li
{
    display:inline;
    float:left;
    margin:0 0 0 5px;
}
.competitions-a ul li a
{
    display:inline-block;
}
.competitions-a ul li a:before
{
    display:none !important;
}
.competitions-a ul li.action-email a
{
    background: url("/images/templates/envelope.png") no-repeat scroll 50% 50% / contain transparent;
    width: 20px;
    height: 18px;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
}
.competitions-a ul li.action-twitter a
{
    /*background: url("/images/templates/twitter.png") no-repeat scroll 50% 50% / contain transparent;*/
    width: 16px;
    height: 16px;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
}
.competitions-a ul li.action-fb a
{
    /*background: url("/images/templates/facebook.png") no-repeat scroll 50% 50% / contain transparent;*/
    width: 16px;
    height: 16px;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
}
.competitions-a ul li.action-edit a
{
    background: url("/images/templates/edit.gif") no-repeat scroll 50% 50%;
    width: 16px;
    height: 16x;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
}
#competitions a.load
{
    display: block;
    width: 200px;
    color: rgb(255, 255, 255);
    background: none repeat scroll 0% 0% rgb(0, 128, 187);
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",arial;
    font-size: 1.25em;
    padding: 5px 10px;
    margin: 0px auto;
}

.form-competition textarea,
.form-competition input[type=text]
{
    width:100%;
}

.form-competition input[type=button],
.form-competition input[type=submit]
{
    font-family: "Open Sans",arial;
    border:0;
    text-transform:uppercase;
    padding:3px 10px;
    background:#0080BB;
    color:#fff;
    float:right;
    margin:10px 0 0 10px;
}

.galleries > div
{
    float:left;
    width:150px;
    text-align:center;
    margin:10px;
}

.gallery-paging,
.gallery-item
{
    text-align:center;
}
.gallery-paging a
{
    margin:0 15px;
}


.error
{
    font-weight:bold;
    color:#f00;
    padding:10px 0;
}

.status
{
    font-weight:bold;
    color:#0080BB;
    padding:10px 0;
}

/* Form styles */

.ms-form
{
  /*max-width: 500px;
  margin: 0 auto;*/
}

.ms-form fieldset
{
  border: none;
  padding: 10px 60px 10px 0;
  margin-bottom: 20px;
  margin-right: 0;
  width: 33%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ms-form fieldset:nth-child(3n+1)
{
  clear: both;
}

.ms-form fieldset fieldset
{
  float: none;
  width: auto;
}

.ms-form fieldset fieldset legend
{
  color: #666;
}

@media (max-width: 1116px)
{
  .ms-form fieldset
  {
    width: 49%;
  }
  
  .ms-form fieldset:nth-child(3n+1)
  {
    clear: none;
  }
  
  .ms-form fieldset:nth-child(2n+1)
  {
    clear: both;
  }
}

@media (max-width: 720px)
{
  .ms-form fieldset
  {
    width: 98%;
    float: none;
    padding: 10px;
  }
  
  .ms-form fieldset fieldset
  {
    padding: 0;
  }
}

.ms-form fieldset.full-length
{
  width: 98%;
}

.ms-form legend
{
  font-family: "Open Sans", arial;
  font-size: 1em;
  color: #0080bb;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
}

.ms-form fieldset fieldset.date-fields label
{
  width: 30%;
  float: left;
}

.ms-form fieldset fieldset.date-fields input
{
  width: 20%;
}

.ms-form label
{
  display: block;
	margin: 10px 0;
}

.ms-form label abbr
{
  text-decoration: none;
}

.ms-form input,
.ms-form textarea,
.ms-form select
{
  border: 1px solid #ccc;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  color: #999999;
  padding:8px;
  margin-bottom:15px;
  width: 100%;
  font-size: 1em;
}

.ms-form input:focus,
.ms-form textarea:focus,
.ms-form select:focus 
{
  color: #000000;
}

.ms-form input.small,
.ms-form textarea.small,
.ms-form select.small
{
  width: 50%;
}

@media (max-width: 480px)
{
  .ms-form input.small,
.ms-form textarea.small,
.ms-form select.small
{
  width: 100%;
}
}

.ms-form input[type=radio],
.ms-form input[type=checkbox] 
{
	width: auto;
  margin-right: 8px;
}
.ms-form textarea 
{
	height: 180px;
	*width: 95%;
}

.ms-form input[type="submit"],
.ms-form input.button {
  border: 0;
	color: #fff;
  width: auto;
  cursor: pointer;
  clear: both;
  display: block;
}

.ms-form a.button.more
{
  display: inline-block;
  margin-bottom: 20px;
}

.ms-form label.quint
{
  float: left;
  width: 20%;
}

.ms-form label.quint.mobile
{
  display: none;
}

.ms-form input.quint,
.ms-form select.quint
{
  float: left;
  width: 17.5%;
  margin-right: 6px;
}

.ms-form select.quint
{
    width: 20%;
    height: 36px;
}

@media (max-width: 1116px)
{
  .ms-form input.quint
  {
    width: 17%;
  }
}

@media (max-width: 948px)
{
  .ms-form input.quint
  {
    width: 16%;
  }
}

@media (max-width: 720px)
{
  .ms-form label.quint,
  .ms-form input.quint,
  .ms-form select.quint
  {
    width: 100%;
  }
  
  .ms-form label.quint
  {
    display: none;
  }
  
  .ms-form label.quint.mobile
  {
    display: block;
  }
}

.ms-form label.quart
{
  float: left;
  width: 25%;
}

.ms-form label.quart.mobile
{
  display: none;
}

.ms-form input.quart,
.ms-form select.quart
{
  float: left;
  width: 22.6%;
  margin-right: 6px;
}

.ms-form select.quart
{
    width: 25%;
    height: 36px;
}

@media (max-width: 1116px)
{
  .ms-form input.quart
  {
    width: 22%;
  }
}

@media (max-width: 948px)
{
  .ms-form input.quart
  {
    width: 21%;
  }
}

@media (max-width: 720px)
{
  .ms-form label.quart,
  .ms-form input.quart,
  .ms-form select.quart
  {
    width: 100%;
  }
  
  .ms-form label.quart
  {
    display: none;
  }
  
  .ms-form label.quart.mobile
  {
    display: block;
  }
}

.message
{
  padding: 15px;
  background-color: #fafdff;
  border: solid 1px #cdcdcd;
  margin-bottom: 20px;
}


#tabs
{
    border:0;
    padding:0;
}
#tabs .ui-tabs-nav
{
    position:relative;
    background: none;
    border: 0;
    padding: 0;
}
#tabs .ui-tabs-nav:after
{
    content:'';
    display:block;
    width:100%;
    border-bottom:1px solid #cdcdcd;
    position:absolute;    
    top:37px;
    z-index:1;
}
#tabs .ui-tabs-nav li
{
    background:#fff;
    border-color:#cdcdcd;
    border-radius:0;
    z-index:2;
}
#tabs .ui-tabs-nav li a
{
    font-family: "Open Sans", arial;
    color:#0080BB;
    font-size: 1.1em;    
    font-weight:bold;
    padding: 5px 20px;
}
#tabs .ui-tabs-nav li.ui-state-active a
{
    color:#666;
}
#tabs .ui-tabs-panel 
{
    clear:both;
    padding:20px 0;
}

.alphabets
{
    text-transform: uppercase;
    color: #999;
    font-family: "Open sans";
    font-weight:bold;
}
.alphabets:after
{
    content:'';
    display:block;
    clear:both;
}

.alphabets ul
{
    display:block;
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    list-style:none;
}
.alphabets ul li
{
    float:left;
    display:block;
    width:2.33333%;
    text-align:center;
    font-weight:bold;
}
.alphabets ul li a
{
    color:#999;
    font-size:1.1em;
}
.alphabets ul li a.active{
    color: #0080BB;
    border: 1px solid #0080BB;
    padding: 0 6px;
    border-radius: 5px;
}
.alphabets ul li:first-child
{
    width:16%;
    text-align:left;
}
.alphabets ul li:first-child a
{
    font-size:0.9em;
}
@media (max-width: 979px)
{
    .alphabets ul li:first-child
    {
        width:20%;
        height:40px;
    }
    .alphabets ul li
    {
        width:4.444444%;
    }
    
}
@media (max-width: 480px)
{
    .alphabets ul li:first-child
    {
        width:100%;
        height:auto;
    }
    .alphabets ul li
    {
        width:9%;
    }    
}

.product-search .field
{
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.product-search .field label
{
  display: block;
}

.product-search .field input[type=text],
.product-search .field select
{
  border: solid 1px #0080bb;
  border-radius: 5px;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
}

.product-search .field.cat
{
  width: 30%;
}

.product-search .field.text
{
  width: 45%;
}

.product-search .field select
{
  color: #0080bb;
}

.product-search .field select option
{
  color: #000;
}

.product-search .field input[type=text]
{
  background: url(/images/templates/search-1.png) no-repeat 97% center;
}

.product-search .field input[type=text]::-webkit-input-placeholder { color: #0080bb; }
.product-search .field input[type=text]:-moz-placeholder { color: #0080bb; }
.product-search .field input[type=text]::-moz-placeholder { color: #0080bb; }
.product-search .field input[type=text]:-ms-input-placeholder { color: #0080bb; }

.product-search .field input[type=submit]
{
  margin-top: 18px;
  cursor: pointer;
}

@media (max-width: 720px)
{
  .product-search .field.submit
  {
    width: 15%;
  }
}
@media (max-width: 600px)
{
  .product-search .field.cat,
  .product-search .field.text,
  .product-search .field.submit
  {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

/*some generic layout*/
.rows
{
    clear:both;
}
.rows:after
{
    clear:both;
    content:'';
    display:block;  
}
.rows > *
{
    display:block;
    box-sizing:border-box;
    float:left;
}
.rows .col-1-of-4
{
    width:25%;
}
.rows .col-2-of-4,
.rows .col-1-of-2
{
    width:50%;
}

#recipe-brand
{
    font-family:"Open Sans",arial;
}
#recipe-brand label
{
    font-size: 0.85em;
    color: #666;
    display: block;
    margin: 0 0 5px;
}
#recipe-brand select
{
    width: 95%;
    color: rgb(0, 128, 187);
    border: 1px solid rgb(0, 128, 187);
    -moz-appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px 5px;
    background: transparent url("/images/templates/blue-arrow.png") no-repeat scroll 95% center;
}
#recipe-brand select.full
{
    width:100%;
    background: transparent url("/images/templates/blue-arrow.png") no-repeat scroll 97% center;
}

.recipe-item
{
}
.recipe-item:after
{
    clear:both;
    content:'';
    display:block;
}
.recipe-item h1
{
    margin-bottom:15px;
}
.recipe-item h2
{
    color: #0080bb;
    border-bottom: 1px solid rgb(205, 205, 205);
    font-size:1.1em;
}
.recipe-item .image
{
    float:left;
    display:block;
    width:23%;
    box-sizing:border-box;
    padding:0 30px;
    text-align:center;
}
.recipe-item .image img
{
    max-width:100%;
    
}
.recipe-item .description
{
    float:left;
    margin-left:2%;
    width:75%;
    line-height: 24px;
}
.recipe-item .recipe-quantity
{
    margin:15px 0 10px;
}
.recipe-item .recipe-quantity input[type=submit]{
    background: #fff;
    border: 1px solid #0080BB;
    color: #0080BB;
    font-weight: bold;
}
.recipe-item table.ingredients
{
    border-collapse:collapse;
    width:100%;
    margin-bottom: 20px;
}
.recipe-item table.ingredients tr:nth-child(odd) 
{
    background:#f2f2f2
}
.recipe-item table.ingredients td
{
    padding:5px;
}
.recipe-item table.ingredients td.quantity
{
    width:50px;
    text-align:center;
}
.recipe-item table.ingredients td.check
{
    width:25px;
    text-align:right;
}
.recipe-item .recipe-quantity input[type=submit]{
    background: #fff;
    border: 1px solid #0080BB;
    color: #0080BB;
    font-weight: bold;
}
.recipe-item .button
{
    cursor:pointer;
}
@media (max-width: 768px)
{
    .recipe-item .image
    {
        width:33%;
    }
    .recipe-item .description
    {
        width:65%;
    }
}
@media (max-width: 767px)
{
    .recipe-item .button
    {
        float:none !important;
        margin:5px auto;
    }
}
@media (max-width: 480px)
{
    .recipe-item .image
    {
        width:100%;
    }
    .recipe-item .description
    {
        width:100%;
        margin-left:0;
    }
}

.products
{
  clear: both;
}

.products h2
{
  color: #0080bb;
  border-bottom: 1px solid rgb(205, 205, 205);
}

.products .product-images
{
  text-align: center;
}

.products .product-images .product-image
{
  width: 100%;
  max-width: 215px;
}

.products table
{
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 20px;
}

.products table tr:first-of-type td
{
  padding-top: 25px;
}

.products table th
{
  text-align: left;
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 5px;
}

.products table tr th:nth-child(3n +2)
{
  text-align: right;
}

.products table td
{
  padding: 5px 0;
  border-bottom: solid 1px #cdcdcd;
}

.products table tr td:nth-child(7n+2)
{
  padding-right: 8px;
  text-align: right;
}

.products table tr td:nth-child(7n+3)
{
  padding-right: 20px;
}

.products table tr td:nth-child(7n+6),
.products table tr td:nth-child(7n+5)
{
  text-align: right;
}

.products table tr td:nth-child(7n+7)
{
  padding-right: 30px;
}

.products .footnote
{
  float: right;
  text-align: right;
  margin-top: 0;
}

.products .info
{
  margin-top: 0;
  margin-bottom: 0;
}

.products .similar
{
  margin-top: 30px;
  border-top: solid 1px #cdcdcd;
  padding-top: 20px;
}

.products .product
{
  float: left;
  width: 150px;
  height: 240px;
  text-align: center;
  padding: 10px;
}

.products .product h3
{
  font-weight: bold;
}

.products .product p
{
  color: #0080bb;
  margin-top: 0;
}

.products .product .product-image
{
  width: 145px;
  height: 170px;
  margin-left: 5px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.product-paging
{
  padding-left: 0;
  clear: both;
}

.product-paging li
{
  list-style: none;
  float: left;
  margin-right: 5px;
}

.product-paging li a
{
  display: block;
  padding: 10px 14px;
  font-size: 1em;
}

.product-paging li.current a,
.product-paging li a:hover
{
  color: #fff;
  background-color: #0080bb;
}

.product-category-dedicated
{
	clear: both;
	width: 100%;
	max-height: 150px;
}

.product-category-dedicated a
{
	display: block;
	width: 100%;
	height: 120px;
	max-height: 120px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-overlay
{
  position: fixed;
  top: 0;
  bottom : 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.menu-overlay.open
{
  
  opacity: 0.5;
}

/* HERO FIX */

@media (min-width: 948px) and (max-width: 1116px)
{
	#hero 
	{
		height: 360px;
	}

	.hero-box
	{
		margin-top: 235px;
	}
}

@media (min-width: 720px) and (max-width: 948px)
{
	#hero 
	{
		height: 270px;
	}

	.hero-box
	{
		overflow:hidden;
		margin-top: 145px;
		width:250px;
	}

	.hero-box h1
	{
		white-space: nowrap;
	}
}

@media (max-width: 720px)
{
	#hero
	{
		display: none;
	}
}

/* Styles for /ostajol sub-page */

.jolakorfur
{
	background: url(/images/ostajol/bg-ostakorfur.jpg);
	width: 100%;
}

.jolakorfur:after
{
    clear:both;
    content:'';
    display:block;  
}

.jolakorfur header
{
	background: none;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

.jolakorfur .logo
{
	background-image: url(/images/ostajol/logo2.png);
	height: 59px;
	width: 85px;
	position: absolute;
	top: 20px;
	left: 50px;
}

.jolakorfur .item
{
	width: 50%;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 15px;
}

.jolakorfur .item h2,
.jolakorfur .item ul,
.jolakorfur .item p,
.jolakorfur .item .price
{
	margin-left: 300px;
}

.jolakorfur .item h2
{
	text-transform: uppercase;
	color: #6c4531;
	font-size: 18px;
	margin-top: 0;
}

.jolakorfur .item ul
{
	color: #231f20;
	font-size: 16px;
	padding-left: 0;
}

.jolakorfur .item ul li
{
	list-style: none;
	line-height: 1.5;
}

.jolakorfur .item p
{
	margin-right: -70px;
}

.jolakorfur .item .price
{
	color: #6c4531;
	font-size: 30px;
	background: url(/images/ostajol/black-bar.png) no-repeat;
	padding-top: 8px;
	font-weight: bold;
}

.jolakorfur .item.saelkerakarfa
{
	background: url(/images/ostajol/saelkerakarfa.png) no-repeat;
}

.jolakorfur .item.kjotkarfa
{
	background: url(/images/ostajol/kjotkarfa.png) no-repeat;
}

.jolakorfur .item.ostahnifar
{
	background: url(/images/ostajol/ostahnifar-1.png) no-repeat, url(/images/ostajol/ostahnifar-2.png) no-repeat 225px 140px;
	padding-bottom: 190px;
	clear: both;
}

.jolakorfur .item.piparkokur div
{
	background: url(/images/ostajol/piparkokur.png) no-repeat;
	width: 363px;
	height: 613px;
	margin-top: -200px;
	margin-left: 50px;
}

.jolakorfur .item.karfa1
{
	background: url(/images/ostajol/karfa1.png) no-repeat;
	padding-bottom: 100px;
}

.jolakorfur .item.karfa2
{
	background: url(/images/ostajol/karfa2.png) no-repeat;
	padding-bottom: 100px;
}

.jolakorfur .item.karfa3
{
	background: url(/images/ostajol/karfa3.png) no-repeat;
}

.jolakorfur .item.karfa4
{
	background: url(/images/ostajol/karfa4.png) no-repeat;
}

.jolakorfur .item.ostakassi
{
	background: url(/images/ostajol/ostakassi.png) no-repeat -50px;
	width: 100%;
}

.jolakorfur .item.ostakassi h2,
.jolakorfur .item.ostakassi ul,
.jolakorfur .item.ostakassi .price
{
	margin-left: 844px;
}

@media screen and (min-width: 948px and max-width: 1116px)
{
	.jolakorfur .item.ostakassi
	{
		background-position: -150px;
	}

	.jolakorfur .item.ostakassi h2,
	.jolakorfur .item.ostakassi ul,
	.jolakorfur .item.ostakassi .price
	{
		margin-left: 764px;
	}
}
@media screen and (max-width: 948px)
{
	.jolakorfur .item
	{
		width: 100%;
		float: none;
	}

	.jolakorfur .item h2,
	.jolakorfur .item ul,
	.jolakorfur .item p,
	.jolakorfur .item .price
	{
		margin-left: 350px;
	}

	.jolakorfur .item p
	{
		margin-right: 0px;
	}
	
	.jolakorfur .item.piparkokur
	{
		display: none;
	}

	.jolakorfur .item.ostakassi
	{
		padding-top: 426px;
		background: url(/images/ostajol/ostakassi.png) no-repeat;
		background-size: contain;
	}

	.jolakorfur .item.ostakassi h2,
	.jolakorfur .item.ostakassi ul,
	.jolakorfur .item.ostakassi .price
	{
		margin-left: 350px;
	}
}
@media screen and (max-width: 600px)
{
	.jolakorfur .item,
	.jolakorfur .item.ostakassi
	{
		padding-top: 333px;
	}

	.jolakorfur .item h2,
	.jolakorfur .item ul,
	.jolakorfur .item p,
	.jolakorfur .item .price,
	.jolakorfur .item.ostakassi h2,
	.jolakorfur .item.ostakassi ul,
	.jolakorfur .item.ostakassi .price
	{
		margin-left: 50px;
	}
}
@media screen and (max-width: 480px)
{
	.jolakorfur header img
	{
		width: 100%;
	}

	.jolakorfur .item.ostakassi
	{
		padding-top: 233px;
	}

	.jolakorfur .item.ostahnifar
	{
		background: url(/images/ostajol/ostahnifar-1.png) no-repeat, url(/images/ostajol/ostahnifar-2.png) no-repeat 25px 340px;
		padding-top: 523px;
	}
}



/*@media (min-width: 600px) and (max-width: 720px)
{
	#hero 
	{
		height: 225px;
	}

	.hero-box
	{
		overflow:hidden;
		margin-top: 80px;
		width:200px;
	}

	.hero-box h1
	{
		white-space: nowrap;
	}
}

@media (min-width: 480px) and (max-width: 600px)
{
	#hero 
	{
		height: 180px;
	}


	.hero-box
	{
		margin-top: 200px;
	}

	.hero-box .left
	{
		top: 182px;
	}

}

@media (max-width: 480px)
{
	#hero 
	{
		height: 110px;
	}

	.hero-box
	{
		margin-top: 140px;
	}

	.hero-box .left
	{
		top: 122px;
	}
}*/

html,body
{
	overflow-x:hidden;
	width:100%;
	min-width:320px;
}