/**
 * Theme Name: MansHermansson
 * Theme URI: http://themehybrid.com/themes/skeleton
 * Description: ...
 * Author: Robin Löfström
 * Author URI: http://jdesign.se
 * Version: 0.1
 * Template: hybrid
 */

/* ====================================================================================================================
 * BASE
 * ====================================================================================================================*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
*{padding: 0;margin: 0;}

body{width: 100%;}

body{
background-color: #fafbfb;
color:  #ffffff;
font-family: 'Roboto', sans-serif;
font-size: 100%;
line-height: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
a{color: inherit;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.5px;
  opacity: 1;
}
a:hover{opacity: 0.6;}

button{
  cursor: pointer;
    -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input, a:hover, a:active, a:focus, input, *:focus {outline: medium none;}
hr {
  background: #8f847b;
  border: 0 none;
  height: 1px;
  margin: 10px 0 10px 20px;
  width: 45px;
}
h1 {font-size: 3rem;font-size: 30px;}
h2 {font-size: 2.5rem;font-size: 25px;}
h3 {font-size: 1.7rem;font-size: 17px;}

p {font-size: 1.4rem;font-size: 14px;line-height: 1.6em;}
h1,h2,h3{}
h1,h2,h3,p{margin:0 0 10px;padding: 0 20px; font-weight: normal;}
strong{font-weight:bold;}

.nomarg{margin: 0 !important;}

ul {height: auto;list-style: outside none none;width: 100%;}
li {}
li a{text-transform: uppercase;}
img {
  float: left;
  width: 100%;
}
header {
  background: white none repeat scroll 0 0;
  top: 0;
  display: inline-block;
  height: 45px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9000;
    -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mh_header_black{
  opacity: 0;
  z-index: 9000;
}
.mh_header_white{
  background:none;
  opacity: 1;
  z-index: 9100;
}
 .work .mh_header_black{opacity: 1;z-index: 9100;}
.work .mh_header_white{opacity: 0;z-index: 9000;}
.mh_header_white .centernav > ul li a {
  color: white;
}

footer {
  bottom: 0;
  display: inline-block;
  height: 45px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

.last{margin: 0 !important;}


/* ====================================================================================================================
 * NAVIGATION
 * ====================================================================================================================*/
.desktop_nav {
  float: left;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9100;
}
.centernav {
  display: table;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  width: auto;
  float: right;
  padding: 0 20% 0 0;
}
.centernav > ul{display: table-cell;vertical-align: middle;}
.centernav > ul li {
  float: left;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 0 15px;
}
.centernav > ul li a {color: black;}
.main_logo {
  float: left;
  left: 20%;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 9200;
  height: 100%;
  display: table;
}
.centerlogo{display: table-cell;vertical-align: middle;}
.logo{width: auto;float: left;}

 .breadcrumbs{display: none;}
/* ====================================================================================================================
 * SEKTIONER   rgba(5,206,124,1) - GRÖN  |  rgba(28,28,27,1) - GRÅ
 * ====================================================================================================================*/
 section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    position: relative;
    width: 100%;
}

#index h1 {text-align: center;}
#work{background-color: rgba(206,231,246,1);color: black;}
#about{background-color: rgba(255,228,201,1);color: black;}
#case{background-color: rgba(209,209,209,1);}

#initialize{width: 100%;height: auto;float: left;}

.paddingContent{padding: 0 20%;height: 100%;}
.swc {
  display: table;
  height: 100%;
  width: 100%;
  float: left;
}
.center {
  display: table-cell;
  vertical-align: middle;
}
.grid {
  float: left;
  margin: 40px 0;
  width: 100%;
}
.columnitem{float: left;width: 33.333%;}
.item {
  float: left;
  height: 100%;
  padding: 8px;
  width: 100%;
}
.single_item {
  float: left;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.single_item:hover{opacity: 1;}
.casecontent {
  opacity: 0;
  float: left;
  width: 100%;
      -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.casecontent:hover{opacity: 1;background-color: rgba(0,0,0,0.7);}
.casecontent span{margin: 0;text-align: center;}
.casecontent span p{color:white;font-size: 22px;padding: 25% 0;}
#work h2,#about h2 {
  margin: 0;
  padding: 90px 0 0;
  text-align: center;
}
#about .swc {
  height: auto; margin: 40px 0;padding: 100px 0 300px;
}
.col {
  float: left;
  width: 50%;
}
#about img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#casefooter{background-color: white;color: black;padding: 0 20%;}
#casefooter > span,#casefooter > p {
  float: left;
  font-size: 13px;
  margin: 13px 0 0;
  line-height: 17px;
}
#casefooter > p {
  margin: 13px 0 0 80px;
}

 /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider,.flex-viewport {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.flexslider .slides{height: 100%;}

.flexslider .slides > li {
background-position: 50% 50%;
background-repeat: no-repeat;
display: none;
-webkit-backface-visibility: hidden;
height: 100%;
}




.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}


.flex-direction-nav {
  height: 40px;
  left: 0;
  margin: -20px 0 0;
  position: fixed;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 1000;
}
.flex-direction-nav li a {
  float: left;
  height: 100%;
  text-indent: -9999em !important;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/slide_arrow.svg");
}
.flex-prev{
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
  }
.flex-next{}

.flex-nav-next {
  float: right;
  height: 40px;
  text-align: center;
  width: 120px;
}
.flex-nav-prev {
  float: left;
  height: 40px;
  text-align: center;
  width: 120px;
}

.flex-control-nav {
  bottom: 10px;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}
.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #000;
  background: rgba(0, 0, 0, 1);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 1);
  cursor: pointer;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 1400px) {
.casecontent span p {font-size: 18px;}
}
@media screen and (max-width: 1200px) {
 .paddingContent {padding: 0 10%;}
}

@media screen and (max-width: 900px) {
  header {height: 60px;}
  .main_logo {left: 0;width: 100%;height: auto;}
  .centerlogo {display: table;margin: 15px auto 0;width: auto;}
 .desktop_nav {height: auto;top: 30px;}
 .centernav > ul li {font-size: 8px;margin: 0 8px;}
  .centernav {float: none;margin: 0 auto;padding: 0;height: 28px;}
.casecontent span p {font-size: 15px;}
.columnitem {width: 50%;}
.col {width: 100%;}
#about .swc {padding: 0;}
#about h2 {padding: 90px 20px 0;text-align: left;}
#casefooter {padding: 0 10%;}
footer {height: auto;}
#casefooter > p {font-size: 8px;line-height: normal;margin: 0;padding: 0 0 10px;width: 100%;}
#casefooter > span, #casefooter > p {float: left;font-size: 10px;line-height: normal;margin: 8px 0 0;width: 100%;}
}

@media screen and (max-width: 700px) {
.columnitem {width: 100%;}
#index h1 {font-size: 20px;}
}
