/**
 * Copyright SwedishWebMaker 2013
 * stefan@swedishwebmaker.se
 * 2013-06-22
 */

/* NOTE! Customer specific customizations should go into css/customize.css. Leave this file unchanged. */

* { /*  sticky footer */
  margin: 0;
}

html {
  overflow-y: scroll; /* prevent "jumping" by setting scrollbar always on */
}

html, body { /*  sticky footer */
  height: 100%;
}

div#swmwrapper { /* sticky footer */
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#swmfooterwrapper { /* sticky footer */
  position: absolute;
  left: 0;
  bottom: 0;
}

/* common */
iframe {
  width: 100%;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}

h4 {
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}

h5 {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

h6 {
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
}

iframe {
  width: 100%;
}

div.swmwidth:first-child { /* page width */
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

div#swmwrapper {
  padding-left: 0;
  padding-right: 0;
}

table#centercenter { /* centering table */
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0; 
  margin: 0 auto 0 auto;
}

table#centercenter td {
  vertical-align: middle;
  text-align: center;
}

div.swmcollapsed { /* hidden */
  visibility: hidden; 
  display: none;
}

div.moduletable {
  padding: 10px;
}

.row-fluid [class*="span"]:first-child div.item-page { /* when content is first container, i.e. left is not visible */
  padding-left: 10px;
}

.row-fluid [class*="span"]:last-child div.item-page { /* when content is last container, i.e. right is not visible */
  padding-right: 10px;
}


/* header */
div#swmheaderwrapper {
  height: 125px;
  background-color: lightblue;
  /* background-image: url(' '); 
  background-repeat: no-repeat;
  background-position: left center; */
}

div#swmheader, div#swmheader > div {
  height: 100%;
  text-align: center;
}

div#swmheader h4 {
  font-size: 18px;
}

div#swmheader p {
  font-size: 14px;
  font-weight: bold;
}

/* menu */
div#swmmenuwrapper, div#swmmenuwrapper ul {
  background-color: darkgrey;
}

div#swmmenu {
}

div#swmmenuleft ul, div#swmmenuright ul {
  margin-left: 0;
  margin-right: 0;
}

div#swmmenuleft ul li, div#swmmenuright ul li {
  display: inline;
  list-style: none;
}

div#swmmenuright ul {
  text-align: right;
}

div#swmmenuleft {
}

div#swmmenuright {
}

ul.menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.menu li span.separator, ul.menu li a {
  margin-left: 20px;
}

ul.menu li:first-child span.separator, ul.menu li:first-child a {
  margin-left: 0;
}

/* banner1 */

div#swmbanner1wrapper {
  margin-top: 20px;
}

div#swmbanner1 div.moduletable {
  padding: 0;
}

/* content */
div#swmcontentwrapper {
  margin-top: 20px;
}

div#swmcontent {
}

/* subbox */

div#swmsubboxwrapper {
  margin-top: 20px;
  min-height: 0;
}

div#swmsubbox div {
  min-height: 0;
}

/* footer = bottom1, bottom2, bottom3 */
div#swmfooterwrapper {
  /* margin-top: 20px; */
  background-color: darkblue;
}

div#swmfooter {
  display: table;
  padding-bottom: 10px;
}

/* swmlink */
div#swmlinkwrapper {
  position: absolute; 
  bottom: 0;
}

div#swmlink {
  padding-right: 20px;
  text-align: right;
}

div#swmlink p, div#swmlink a {
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #647587;
  opacity: 0.8;
  margin-bottom: 0px;
}

div#swmlink > div.span12 {
  min-height: 20px;
}

/* rs form */

div.formBody input, div.formBody textarea { /* form fluid */
  width: 80%;
}

div.formBody input#Send { /* send button */
  width: 100%;
}

/* responsive */
/* Large desktop */
@media (min-width: 1200px) { 
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }

  div.swmwidth:first-child {
    width: auto ! important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  div#swmheader {
    padding: 0;
  }

  /* div#swmfooterwrapper { /* remove footer stickyness on smaller devices */
    /* position: absolute;
    left: inherit ! important;
    bottom: inherit ! important;
  } */
} 

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }

  div.swmwidth:first-child {
    width: auto ! important; 
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  div#swmheaderwrapper {
    background-position: center center ! important; 
    background-size: 80% auto;
  }

  div#swmheader {
    padding: 0;
  }

  /* phone menu */
  div#swmmenu {
    padding-left: 0px;
    padding-right: 0px;
  }

  ul.menu li span.separator, ul.menu li a {
    margin-left: 0;
  }

  div.swmphonemenuwrapper {
    margin: 0px auto 0px auto;
    width: 100%; 
    text-align: left;
    border: 1px 0px 1px 0px solid black;
    padding: 10px 0 10px 0;
  }

  div.swmphonemenuwrapper a {
    box-shadow: none ! important;
    font-size: 14px;
    text-transform: uppercase; 
    text-decoration: none;
  } 

  span.caret.swmmenuleft {
    margin-top: 0px;
    border: none;
    height: 36px;
    width: 40px;
    background-image: url('../images/meny-ikon-32x28.png');
    background-position: center center;
    background-repeat: no-repeat;
  }

  ul.swmmenuleft {
    width: 100%;
    padding: 0;
    margin: 0; 
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  ul.swmmenuleft li {
    display: block;
    margin-right: 0px;
    padding: 10px 0 10px 0; 
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
  }

  ul.swmmenuleft li:first-child {
    border-top-width: 1px;
  } 

  ul.swmmenuleft li a {
    background-color: inherit ! important;
    background-image: none ! important;
  }

  ul.swmmenuleft li a:hover, ul.swmmenuleft li a:focus {
    color: black ! important;
    text-decoration: none ! important;
  }

  div#swmsubboxwrapper {
    margin-bottom: 0 ! important;
  }

  /* footer */
  div#swmfooterwrapper { /* remove footer stickyness on smaller devices */
    position: absolute;
    left: inherit ! important;
    bottom: inherit ! important;
  }

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
}
/**
 * Copyright SwedishWebMaker 2013
 * stefan@swedishwebmaker.se
 * 2013-08-16
 */

/* customize.css: customer specific changes to css */ 

/* pressfotograf.se */ 
/* Google fonts */
/* Get it from: http://fonts.googleapis.com/css?family=XXXX:normal */

body {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

ul.menu li {
  text-transform: uppercase;
  font-size: 12px;
}

/* video */ 

div.avPlayerWrapper {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 979px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }

  div.swmwidth:first-child {
    width: auto ! important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  div#swmheader {
    padding: 0;
  }

  /* div#swmfooterwrapper { /* remove footer stickyness on smaller devices */
    /* position: absolute;
    left: inherit ! important;
    bottom: inherit ! important;
  } */
} 

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

  /* phone menu */
  span.caret.swmmenuleft {
    background-image: url('../images/meny-ikon-pressfotograf.png');
  }

}